:root {
  --ink: #211613;
  --ink-soft: #38251f;
  --cream: #f4ece6;
  --paper: #fffaf7;
  --amber: #5d372b;
  --brown-light: #d8b9aa;
  --red: #bd5266;
  --line: rgba(71, 43, 34, 0.2);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: "Yu Gothic", "Hiragino Kaku Gothic ProN", "Noto Sans JP", sans-serif;
}

a { color: inherit; text-decoration: none; }

.site-header {
  align-items: center;
  background: var(--ink);
  color: white;
  display: flex;
  justify-content: space-between;
  padding: 24px clamp(24px, 5vw, 72px);
}

.brand { align-items: center; display: flex; gap: 13px; }
.brand-mark {
  align-items: center;
  background: #f7d9df;
  border-radius: 50%;
  display: flex;
  height: 44px;
  justify-content: center;
  overflow: hidden;
  width: 44px;
}
.brand-mark img { display: block; height: 100%; width: 100%; }
.brand strong, .brand small { display: block; }
.brand strong { font-family: Georgia, serif; font-size: 14px; letter-spacing: .08em; }
.brand small { color: #aeb8ca; font-size: 8px; letter-spacing: .2em; margin-top: 3px; }
.site-header nav { display: flex; gap: 28px; }
.site-header nav a { border-bottom: 1px solid transparent; font-size: 11px; font-weight: 700; padding: 8px 0; transition: border-color .2s; }
.site-header nav a:hover { border-color: var(--amber); }

.hero {
  background: var(--ink);
  color: white;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(360px, .9fr);
  min-height: 650px;
  overflow: hidden;
  padding: 52px clamp(24px, 7vw, 110px) 86px;
}

.hero-copy { align-self: center; position: relative; z-index: 2; }
.eyebrow { align-items: center; color: #bdc5d4; display: flex; font-size: 10px; font-weight: 800; gap: 10px; letter-spacing: .28em; margin: 0 0 28px; }
.eyebrow span { background: var(--brown-light); height: 2px; width: 28px; }
.hero h1 { font-family: "Yu Mincho", "Hiragino Mincho ProN", serif; font-size: clamp(54px, 7vw, 102px); font-weight: 500; letter-spacing: -.04em; line-height: 1.13; margin: 0; }
.hero h1 em { color: var(--brown-light); font-style: normal; }
.lead { color: #d9dee7; font-family: "Yu Mincho", serif; font-size: clamp(16px, 1.8vw, 21px); letter-spacing: .06em; line-height: 2; margin: 34px 0; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 18px; }
.button-primary { background: var(--amber); color: white; font-size: 13px; font-weight: 800; padding: 17px 23px; transition: transform .2s, background .2s; }
.button-primary:hover { background: #744b3d; transform: translateY(-2px); }
.quiet-note { color: #8995aa; font-size: 11px; }

.hero-visual {
  align-self: stretch;
  background: radial-gradient(circle at 62% 44%, rgba(129,83,68,.28), transparent 34%);
  border-left: 1px solid rgba(255,255,255,.1);
  min-height: 470px;
  position: relative;
}
.street-sign {
  background: #f2eadc;
  border: 7px solid white;
  box-shadow: 0 16px 50px rgba(0,0,0,.3);
  color: var(--ink);
  left: 18%;
  padding: 20px 28px 18px;
  position: absolute;
  text-align: center;
  top: 19%;
  transform: rotate(-4deg);
  width: min(300px, 68%);
  z-index: 3;
}
.street-sign small, .street-sign span { display: block; font-family: Arial, sans-serif; letter-spacing: .22em; }
.street-sign small { color: var(--red); font-size: 9px; font-weight: 800; }
.street-sign strong { display: block; font-family: "Yu Mincho", serif; font-size: clamp(42px, 5vw, 68px); font-weight: 800; line-height: 1.2; }
.street-sign span { border-top: 1px solid var(--line); font-size: 9px; padding-top: 8px; }
.route { border: 2px solid rgba(168,122,102,.65); border-radius: 50%; height: 330px; position: absolute; width: 330px; }
.route-one { bottom: -160px; left: -75px; }
.route-two { border-color: rgba(255,255,255,.12); right: -170px; top: -110px; }
.taxi-lamp {
  background: var(--amber);
  border-radius: 50% 50% 13px 13px;
  bottom: 12%;
  box-shadow: 0 0 50px rgba(116,75,61,.55);
  color: white;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 900;
  left: 50%;
  letter-spacing: .14em;
  padding: 18px 20px 10px;
  position: absolute;
  transform: translateX(-50%) rotate(3deg);
}
.visual-caption { bottom: 0; color: #67738b; font-family: monospace; font-size: 9px; left: 28px; line-height: 1.6; position: absolute; }

.intro-strip { background: var(--amber); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 110px); }
.intro-strip p { border-right: 1px solid rgba(255,255,255,.2); font-size: 12px; font-weight: 800; margin: 0; padding: 20px 26px; }
.intro-strip p:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.intro-strip span { font-family: Georgia, serif; font-size: 11px; margin-right: 12px; opacity: .6; }

.shops-section { padding: 100px clamp(24px, 7vw, 110px) 110px; }
.section-heading { align-items: end; display: grid; gap: 50px; grid-template-columns: 1fr minmax(280px, .7fr); margin-bottom: 54px; }
.eyebrow.dark { color: #7a7f88; margin-bottom: 16px; }
.section-heading h2 { font-family: "Yu Mincho", serif; font-size: clamp(35px, 5vw, 58px); font-weight: 500; letter-spacing: -.04em; margin: 0; }
.section-heading > p { border-left: 1px solid var(--line); color: #555d6b; font-family: "Yu Mincho", serif; font-size: 14px; line-height: 2; margin: 0; padding-left: 28px; }
.shop-tools { align-items: end; border-bottom: 1px solid var(--line); border-top: 1px solid var(--line); display: flex; justify-content: space-between; margin-bottom: 16px; padding: 20px 0; }
.filter-buttons { display: flex; flex-wrap: wrap; gap: 8px; }
.filter-buttons button { background: transparent; border: 1px solid var(--line); color: var(--ink); cursor: pointer; font: inherit; font-size: 11px; font-weight: 800; padding: 10px 16px; transition: background .2s, color .2s, border-color .2s; }
.filter-buttons button:hover, .filter-buttons button.active { background: var(--ink); border-color: var(--ink); color: white; }
.search-box { display: flex; flex-direction: column; gap: 7px; width: min(300px, 40%); }
.search-box span { color: #767b84; font-size: 9px; font-weight: 800; letter-spacing: .1em; }
.search-box input { background: var(--paper); border: 1px solid var(--line); border-radius: 0; color: var(--ink); font: inherit; font-size: 12px; outline: none; padding: 11px 13px; width: 100%; }
.search-box input:focus { border-color: var(--red); box-shadow: 0 0 0 2px rgba(227,79,63,.12); }
.result-count { color: #7b7f87; font-family: monospace; font-size: 9px; letter-spacing: .1em; margin: 0 0 17px; }
.shop-grid { display: grid; gap: 18px; grid-template-columns: repeat(3, 1fr); }
.shop-card { background: var(--paper); border: 1px solid var(--line); display: flex; flex-direction: column; min-height: 650px; padding: 28px; position: relative; transition: transform .2s, box-shadow .2s; }
.shop-card:hover { box-shadow: 0 18px 50px rgba(16,24,42,.09); transform: translateY(-5px); }
.card-topline { color: #7b7f86; display: flex; font-family: monospace; font-size: 9px; justify-content: space-between; letter-spacing: .08em; }
.card-topline span:first-child { color: var(--red); font-family: Georgia, serif; font-size: 18px; }
.card-category { background: var(--ink); color: white; display: inline-block; font-size: 10px; font-weight: 800; letter-spacing: .15em; margin-top: 48px; padding: 6px 10px; }
.shop-card h3 { font-family: "Yu Mincho", serif; font-size: 31px; font-weight: 600; margin: 15px 0; }
.card-description { color: #4f5662; font-family: "Yu Mincho", serif; font-size: 14px; line-height: 1.95; }
.driver-memo { background: var(--cream); border-left: 3px solid var(--amber); margin: 8px 0 22px; padding: 15px 16px; }
.driver-memo span { color: var(--red); display: block; font-family: Arial, sans-serif; font-size: 8px; font-weight: 900; letter-spacing: .18em; margin-bottom: 7px; }
.driver-memo p { color: #4f5662; font-family: "Yu Mincho", serif; font-size: 12px; line-height: 1.8; margin: 0; }
.shop-info { border-top: 1px solid var(--line); margin: 0 0 24px; }
.shop-info div { border-bottom: 1px solid var(--line); display: grid; gap: 10px; grid-template-columns: 37px 1fr; padding: 10px 0; }
.shop-info dt { color: #8b8d92; font-size: 9px; font-weight: 800; }
.shop-info dd { color: #626873; font-size: 10px; line-height: 1.6; margin: 0; }
.card-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 14px; margin-top: auto; }
.map-link { border-bottom: 1px solid var(--ink); font-size: 11px; font-weight: 800; padding-bottom: 5px; }
.map-link span { color: var(--red); margin-left: 5px; }
.phone-link { font-family: monospace; font-size: 10px; font-weight: 800; }
.source-link { color: #878b92; font-size: 9px; margin-left: auto; text-decoration: underline; text-underline-offset: 3px; }
.empty-state { background: rgba(255,255,255,.5); border: 1px dashed var(--line); color: #666c76; padding: 50px 24px; text-align: center; }
.shop-card[hidden], .empty-state[hidden] { display: none; }
.information-note { border-top: 1px solid var(--line); color: #777d87; font-size: 10px; line-height: 1.8; margin: 32px 0 0; padding-top: 18px; }

.about-section { align-items: start; background: var(--ink); color: white; display: grid; gap: 50px; grid-template-columns: 90px 1fr 1fr; padding: 100px clamp(24px, 7vw, 110px); position: relative; }
.about-number { color: var(--brown-light); font-family: Georgia, serif; font-size: 74px; line-height: .8; opacity: .32; }
.about-section h2 { font-family: "Yu Mincho", serif; font-size: clamp(38px, 5vw, 67px); font-weight: 500; letter-spacing: -.04em; line-height: 1.35; margin: 0; }
.about-copy { border-left: 1px solid rgba(255,255,255,.16); padding-left: 35px; }
.about-copy p { color: #bec6d4; font-family: "Yu Mincho", serif; font-size: 14px; line-height: 2.15; margin: 0 0 22px; }

.promise-section { background: var(--amber); color: white; display: grid; grid-template-columns: repeat(3, 1fr); padding: 0 clamp(24px, 7vw, 110px); }
.promise-section article { border-right: 1px solid rgba(255,255,255,.2); min-height: 255px; padding: 45px 32px; }
.promise-section article:first-child { border-left: 1px solid rgba(255,255,255,.2); }
.promise-section span { font-family: monospace; font-size: 9px; letter-spacing: .12em; opacity: .55; }
.promise-section h3 { font-family: "Yu Mincho", serif; font-size: 23px; margin: 28px 0 12px; }
.promise-section p { font-size: 11px; line-height: 1.9; margin: 0; max-width: 260px; }

footer { align-items: end; background: var(--ink); color: white; display: flex; justify-content: space-between; padding: 52px clamp(24px, 7vw, 110px); }
footer p { color: #9ea9bb; font-size: 11px; line-height: 1.8; margin: 0; }
footer strong { color: white; font-family: "Yu Mincho", serif; font-size: 17px; }
.footer-right { align-items: end; display: flex; flex-direction: column; gap: 12px; }
.footer-right a { border-bottom: 1px solid var(--amber); font-size: 10px; padding-bottom: 4px; }

@media (max-width: 860px) {
  .hero { grid-template-columns: 1fr; padding-top: 38px; }
  .hero-visual { border-left: 0; border-top: 1px solid rgba(255,255,255,.1); min-height: 350px; margin-top: 42px; }
  .street-sign { left: 50%; top: 16%; transform: translateX(-50%) rotate(-3deg); }
  .shop-grid { grid-template-columns: 1fr; }
  .shop-card { min-height: 610px; }
  .section-heading { align-items: start; grid-template-columns: 1fr; }
  .about-section { grid-template-columns: 70px 1fr; }
  .about-copy { grid-column: 2; }
  .promise-section { grid-template-columns: 1fr; }
  .promise-section article, .promise-section article:first-child { border-bottom: 1px solid rgba(255,255,255,.2); border-left: 1px solid rgba(255,255,255,.2); min-height: auto; }
}

@media (max-width: 560px) {
  .site-header { padding: 18px 20px; }
  .site-header nav { display: none; }
  .hero { min-height: auto; padding: 44px 22px 60px; }
  .hero h1 { font-size: 51px; }
  .desktop-break { display: none; }
  .lead { font-size: 15px; }
  .hero-visual { min-height: 320px; }
  .intro-strip { padding: 0; }
  .intro-strip p { font-size: 9px; padding: 16px 8px; text-align: center; }
  .intro-strip span { display: block; margin: 0 0 4px; }
  .shops-section { padding-bottom: 70px; padding-top: 72px; }
  .section-heading { gap: 24px; margin-bottom: 35px; }
  .section-heading > p { padding-left: 18px; }
  .shop-tools { align-items: stretch; flex-direction: column; gap: 18px; }
  .search-box { width: 100%; }
  .filter-buttons { display: grid; grid-template-columns: repeat(2, 1fr); }
  .filter-buttons button { padding: 10px 6px; }
  .shop-card { min-height: 640px; }
  .about-section { display: block; padding-bottom: 75px; padding-top: 75px; }
  .about-number { font-size: 55px; margin-bottom: 25px; }
  .about-copy { border-left: 0; border-top: 1px solid rgba(255,255,255,.16); margin-top: 35px; padding-left: 0; padding-top: 28px; }
  footer { align-items: start; flex-direction: column; gap: 28px; }
  .footer-right { align-items: start; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
