:root {
  --ink: #23241f;
  --muted: #6c6a60;
  --green: #263c32;
  --green-light: #3c594a;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --gold: #b28a52;
  --line: #dcd6ca;
  --warning: #7b382c;
  --serif: "Noto Serif JP", "Yu Mincho", serif;
  --sans: "Noto Sans JP", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); line-height: 1.9; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 48px)); margin-inline: auto; }
.narrow { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.section { padding: 112px 0; }
.section-label { margin: 0 0 18px; color: var(--gold); font: 600 12px/1.3 var(--sans); letter-spacing: .22em; }
.section-label.light { color: #d7b882; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; letter-spacing: .035em; }
h2 { margin: 0 0 28px; font-size: clamp(30px, 4.2vw, 52px); line-height: 1.55; }
.mobile-balanced span { display: inline; }
p { margin: 0 0 1.5em; }
.fine-print { color: var(--muted); font-size: 12px; }

.site-header { position: fixed; z-index: 30; inset: 0 0 auto; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 4vw; color: #fff; background: rgba(25, 37, 31, .88); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(255,255,255,.14); }
.brand { display: flex; flex-direction: column; font: 600 13px/1.25 var(--sans); letter-spacing: .12em; }
.brand small { margin-top: 4px; font-size: 10px; font-weight: 400; letter-spacing: .08em; opacity: .72; }
.site-header nav { display: flex; align-items: center; gap: 20px; font-size: 12px; }
.site-header nav a { opacity: .82; }
.site-header nav a:hover, .site-header nav a:focus-visible { opacity: 1; }
.site-header .nav-cta { padding: 11px 20px; color: var(--green); background: #fff; opacity: 1; }

.hero { position: relative; min-height: 920px; height: 100svh; display: grid; align-items: end; overflow: hidden; color: #fff; }
.hero-photo, .hero-shade { position: absolute; inset: 0; height: 100%; }
.hero-photo { object-fit: cover; object-position: center 52%; }
.hero-shade { background: linear-gradient(90deg, rgba(16,24,20,.82) 0%, rgba(16,24,20,.52) 43%, rgba(16,24,20,.08) 72%), linear-gradient(0deg, rgba(15,22,18,.55), transparent 38%); }
.hero-content { position: relative; z-index: 2; width: min(1160px, calc(100% - 48px)); margin: 0 auto 8vh; }
.eyebrow { margin-bottom: 20px; color: #e0c599; font-size: 12px; font-weight: 600; letter-spacing: .25em; }
.hero h1 { margin: 0 0 22px; font-size: clamp(44px, 6.3vw, 82px); line-height: 1.32; text-shadow: 0 3px 24px rgba(0,0,0,.24); }
.hero-copy { max-width: none; white-space: nowrap; font-family: var(--serif); font-size: clamp(12px, 1.25vw, 18px); line-height: 2; letter-spacing: .01em; }
.hero-meta { display: flex; gap: 0; width: fit-content; margin-top: 32px; border: 1px solid rgba(255,255,255,.4); background: rgba(20,30,25,.26); backdrop-filter: blur(8px); }
.hero-meta div { min-width: 138px; padding: 15px 22px; border-right: 1px solid rgba(255,255,255,.28); }
.hero-meta div:last-child { border-right: 0; }
.hero-meta span { display: block; margin-bottom: 5px; font-size: 10px; letter-spacing: .12em; opacity: .78; }
.hero-meta strong { font: 600 24px/1.2 var(--serif); }
.hero-meta small { margin-left: 3px; font-size: 13px; }
.hero-actions { display: flex; gap: 12px; margin-top: 30px; }
.button { min-height: 54px; display: inline-flex; align-items: center; justify-content: center; padding: 14px 28px; font-weight: 600; font-size: 14px; letter-spacing: .04em; transition: .2s ease; }
.button.primary { background: #fff; color: var(--green); }
.button.ghost { border: 1px solid rgba(255,255,255,.6); color: #fff; }
.button:hover, .button:focus-visible { transform: translateY(-2px); }
.scroll-cue { position: absolute; z-index: 3; right: 4vw; bottom: 4vh; font-size: 10px; letter-spacing: .2em; writing-mode: vertical-rl; }

.intro { background: var(--cream); }
.intro .narrow { text-align: center; }
.intro-title { font-size: clamp(30px, 3.2vw, 42px); letter-spacing: .015em; }
.intro-title span { display: block; white-space: nowrap; }
.intro .narrow > p:last-child { color: #514f48; font-family: var(--serif); font-size: 17px; line-height: 2.2; }
.quick-facts { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 70px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.quick-facts div { padding: 28px 24px; text-align: center; border-right: 1px solid var(--line); }
.quick-facts div:last-child { border-right: 0; }
.quick-facts dt { color: var(--muted); font-size: 12px; }
.quick-facts dd { margin: 8px 0 0; font: 600 22px/1.4 var(--serif); }
.quick-facts small { display: block; margin-top: 4px; font: 400 12px/1.4 var(--sans); }

.feature-section { padding-bottom: 60px; }
.split { display: grid; grid-template-columns: 1.16fr .84fr; gap: clamp(42px, 7vw, 96px); align-items: center; }
.split.reverse { grid-template-columns: .84fr 1.16fr; }
.feature-main { margin-bottom: 130px; }
.feature-copy { max-width: 510px; }
.feature-copy p:last-child { color: #57564f; }
.photo-frame { margin: 0; }
.photo-frame img { aspect-ratio: 4/3; object-fit: cover; }
.photo-frame figcaption { margin-top: 14px; color: var(--muted); font: 500 12px/1.5 var(--serif); letter-spacing: .08em; }
.feature-main .photo-frame img { aspect-ratio: 16/10; }

.gallery-section { background: #eee9df; }
.section-heading { max-width: 850px; margin-bottom: 52px; }
.section-heading.centered { text-align: center; }
.section-heading > p:last-child { color: var(--muted); }
.gallery { display: grid; grid-template-columns: 1.45fr 1fr; grid-template-rows: repeat(2, minmax(230px, 1fr)); gap: 16px; }
.gallery figure { position: relative; margin: 0; overflow: hidden; }
.gallery figure.gallery-large { grid-row: 1 / 3; }
.gallery img { height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery figure:hover img { transform: scale(1.015); }
.gallery figcaption { position: absolute; left: 0; bottom: 0; padding: 24px; color: #fff; font-family: var(--serif); background: linear-gradient(90deg, rgba(0,0,0,.48), transparent); }

.warehouse-section { color: #f5f1e8; background: var(--green); }
.warehouse-visual { position: relative; }
.warehouse-visual img { aspect-ratio: 4/3; object-fit: cover; }
.image-note { position: absolute; left: 16px; bottom: 16px; padding: 7px 12px; color: var(--ink); background: rgba(255,255,255,.88); font-size: 11px; }
.warehouse-copy > p { color: #d8ded9; }
.legal-note { margin-top: 34px; padding: 24px; background: rgba(255,255,255,.08); border-left: 3px solid #d7b882; }
.legal-note strong { display: block; margin-bottom: 8px; font-size: 14px; }
.legal-note p { margin: 0; color: #e3e6e3; font-size: 13px; line-height: 1.9; }

.floorplan-section { background: #fff; }
.floorplan-card { padding: clamp(18px, 4vw, 52px); background: #f7f4ee; border: 1px solid var(--line); }
.floorplan-card img { max-height: 840px; object-fit: contain; }
.floorplan-section .section-heading { max-width: 1120px; }
.floorplan-title { white-space: nowrap; font-size: clamp(24px, 2.45vw, 35px); letter-spacing: .015em; }
.floorplan-lead span { display: block; }

.access-section { padding: 88px 0; background: var(--cream); }
.access-heading { margin-bottom: 48px; }
.route { display: grid; grid-template-columns: 1fr auto 1fr auto 1fr auto 1fr; align-items: stretch; }
.route > div { min-height: 128px; display: flex; flex-direction: column; justify-content: center; padding: 24px; background: #fff; border: 1px solid var(--line); }
.route > div.route-goal { color: #fff; background: var(--green); border-color: var(--green); }
.route i { display: grid; place-items: center; padding: 0 12px; color: var(--gold); font-style: normal; font-size: 24px; }
.route span { margin-bottom: 10px; color: var(--gold); font-size: 10px; letter-spacing: .16em; }
.route strong { font: 600 16px/1.65 var(--serif); }
.station-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 22px; }
.station-grid article { padding: 22px 24px; background: rgba(255,255,255,.58); border: 1px solid var(--line); }
.station-grid span { display: block; color: var(--muted); font-size: 10px; }
.station-grid strong { display: block; margin: 5px 0; font-family: var(--serif); }
.station-grid p { margin: 0; font-size: 13px; }
.access-note { margin-top: 20px; }

.neighborhood-section { background: #fff; }
.neighborhood-title { white-space: nowrap; font-size: clamp(28px, 3.1vw, 42px); letter-spacing: .015em; }
.facility-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.facility-grid > * { min-height: 230px; display: flex; flex-direction: column; padding: 30px; background: #f5f2eb; border-top: 3px solid var(--green); transition: .2s ease; }
.facility-grid a:hover, .facility-grid a:focus-visible { transform: translateY(-3px); box-shadow: 0 12px 28px rgba(35,36,31,.08); }
.facility-type { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.facility-grid h3 { margin: 20px 0 12px; font-size: 20px; line-height: 1.6; }
.facility-grid p { color: var(--muted); font-size: 13px; }
.facility-grid small { margin-top: auto; color: var(--green-light); font-weight: 600; }
.facility-note { margin-top: 20px; }

.condition-section { background: #f8f6f1; }
.condition-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.condition-grid article { padding: 40px; background: var(--paper); }
.condition-grid article > span { color: var(--gold); font-size: 12px; letter-spacing: .15em; }
.condition-grid h3 { margin: 12px 0 16px; font-size: 21px; }
.condition-grid p { margin: 0; color: var(--muted); font-size: 14px; }
.important { margin-top: 36px; padding: 38px 42px; background: #f3e9e5; border-top: 3px solid var(--warning); }
.important h3 { margin-top: 0; color: var(--warning); }
.important ul { margin: 0 0 22px; padding-left: 1.3em; }
.important li { margin-bottom: 8px; }
.text-link { color: var(--warning); font-weight: 700; text-decoration: underline; text-underline-offset: 5px; }

.outline-section { background: #fff; }
.outline-table { border-top: 1px solid var(--ink); }
.outline-table > div { display: grid; grid-template-columns: 230px 1fr; border-bottom: 1px solid var(--line); }
.outline-table dt, .outline-table dd { margin: 0; padding: 20px 24px; }
.outline-table dt { background: #f4f1ea; font-size: 13px; font-weight: 600; }
.outline-table dd { font-size: 14px; }
.outline-table dd strong { color: var(--warning); font: 700 23px/1 var(--serif); }
.outline-note { margin-top: 20px; color: var(--muted); font-size: 12px; }

.contact-section { color: #fff; background: #1e3028; }
.contact-inner { display: grid; grid-template-columns: 1fr 480px; gap: 90px; align-items: center; }
.contact-inner > div:first-child > p { color: #d7ddd9; }
.contact-title { white-space: nowrap; font-size: clamp(28px, 3vw, 40px); letter-spacing: .015em; }
.contact-inner .english { color: #d7b882 !important; font-family: serif; letter-spacing: .06em; }
.contact-card { padding: 44px; color: var(--ink); background: #fff; }
.company { margin: 0; font-weight: 700; }
.staff { color: var(--muted); font-size: 14px; }
.phone { display: block; margin: 20px 0 5px; color: var(--green); font: 600 35px/1.2 var(--serif); }
.hours { color: var(--muted); font-size: 12px; }
.contact-button { width: 100%; margin-top: 16px; color: #fff; background: var(--green); }
.mail { display: block; margin-top: 14px; text-align: center; color: var(--green-light); font-size: 12px; text-decoration: underline; }

.company-section { background: var(--cream); }
.company-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(50px, 8vw, 110px); align-items: start; }
.company-message { position: sticky; top: 110px; }
.company-title { font-size: clamp(29px, 3vw, 35px); letter-spacing: .015em; }
.company-title span { display: block; white-space: nowrap; }
.company-message > p { color: var(--muted); }
.company-link { color: var(--green); }
.company-links { line-height: 2.2; }
.company-links > a:last-child { color: var(--muted); font-size: 12px; text-decoration: underline; text-underline-offset: 4px; }
.company-data { margin: 0; border-top: 1px solid var(--ink); }
.company-data > div { display: grid; grid-template-columns: 150px 1fr; border-bottom: 1px solid var(--line); }
.company-data dt, .company-data dd { margin: 0; padding: 17px 16px; }
.company-data dt { color: var(--muted); font-size: 12px; font-weight: 600; }
.company-data dd { font-size: 13px; line-height: 1.8; }

footer { padding: 42px 0 24px; color: #d8ddd9; background: #16231d; }
.footer-inner { display: flex; justify-content: space-between; align-items: center; }
.footer-inner div { display: flex; flex-direction: column; }
.footer-inner span { margin-top: 5px; font-size: 11px; opacity: .65; }
.footer-inner a { font-size: 12px; }
.copyright { margin: 28px 0 0; text-align: center; font-size: 10px; opacity: .55; }
.mobile-cta { display: none; }

@media (max-width: 900px) {
  .site-header nav a:not(.nav-cta) { display: none; }
  .hero { min-height: 820px; }
  .hero-shade { background: linear-gradient(0deg, rgba(15,23,19,.84), rgba(15,23,19,.06) 75%); }
  .hero-content { margin-bottom: 8vh; }
  .hero-copy { white-space: nowrap; font-size: clamp(11px, 1.45vw, 13px); }
  .floorplan-title { white-space: nowrap; font-size: clamp(21px, 3vw, 27px); }
  .split, .split.reverse, .contact-inner { grid-template-columns: 1fr; }
  .feature-copy { max-width: none; }
  .feature-sub .feature-copy { order: 2; }
  .feature-sub .photo-frame { order: 1; }
  .contact-inner { gap: 44px; }
  .company-layout { grid-template-columns: 1fr; }
  .company-message { position: static; }
}

@media (max-width: 680px) {
  .container, .narrow, .hero-content { width: min(100% - 32px, 1160px); }
  .section { padding: 76px 0; }
  .site-header { height: 66px; padding-inline: 16px; }
  .brand span { font-size: 11px; }
  .site-header .nav-cta { padding: 8px 12px; font-size: 11px; }
  .hero { height: 100svh; min-height: 720px; }
  .hero-photo { object-position: 58% center; }
  .hero h1 { font-size: clamp(38px, 11vw, 52px); }
  .hero-copy br { display: none; }
  .hero-copy { white-space: normal; }
  .hero-meta { width: 100%; }
  .hero-meta div { flex: 1; min-width: 0; padding: 13px 10px; text-align: center; }
  .hero-meta strong { font-size: 19px; }
  .hero-actions { flex-direction: column; }
  .scroll-cue { display: none; }
  h2 { font-size: 28px; }
  .mobile-balanced span { display: block; white-space: nowrap; }
  .intro-title { font-size: clamp(16px, 4.5vw, 19px); line-height: 1.75; letter-spacing: 0; }
  .intro-title span { white-space: nowrap; }
  #gallery-title { font-size: clamp(24px, 6.7vw, 27px); line-height: 1.55; }
  .floorplan-title { white-space: normal; font-size: clamp(19px, 5.2vw, 22px); line-height: 1.7; letter-spacing: 0; }
  #access-title, .neighborhood-title, .condition-title { font-size: clamp(24px, 6.8vw, 28px); line-height: 1.55; letter-spacing: 0; }
  .quick-facts { grid-template-columns: repeat(2, 1fr); }
  .quick-facts div:nth-child(2) { border-right: 0; }
  .quick-facts div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .feature-main { margin-bottom: 80px; }
  .gallery { grid-template-columns: 1fr; grid-template-rows: auto; }
  .gallery figure.gallery-large { grid-row: auto; }
  .gallery img { aspect-ratio: 4/3; }
  .company-title span { white-space: normal; }
  .contact-title { white-space: normal; }
  .route { grid-template-columns: 1fr; gap: 0; }
  .route > div { min-height: auto; padding: 20px 22px; }
  .route i { height: 36px; transform: rotate(90deg); }
  .station-grid, .facility-grid { grid-template-columns: 1fr; }
  .condition-grid { grid-template-columns: 1fr; }
  .condition-grid article { padding: 28px 24px; }
  .important { padding: 28px 24px; }
  .outline-table > div { grid-template-columns: 1fr; }
  .outline-table dt { padding: 13px 16px 7px; }
  .outline-table dd { padding: 4px 16px 15px; }
  .contact-card { padding: 30px 24px; }
  .phone { font-size: 30px; }
  .company-layout { grid-template-columns: 1fr; }
  .company-message { position: static; }
  .company-data > div { grid-template-columns: 1fr; }
  .company-data dt { padding-bottom: 3px; }
  .company-data dd { padding-top: 3px; }
  .footer-inner { gap: 20px; align-items: flex-start; }
  body { padding-bottom: 62px; }
  .mobile-cta { position: fixed; z-index: 40; inset: auto 0 0; display: grid; grid-template-columns: 1fr 1.4fr; min-height: 62px; box-shadow: 0 -8px 24px rgba(0,0,0,.12); }
  .mobile-cta a { display: grid; place-items: center; color: #fff; background: var(--green-light); font-weight: 700; font-size: 13px; }
  .mobile-cta a:last-child { background: var(--warning); }
}

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