:root {
  --ink: #24140d;
  --ink-soft: #5f4d43;
  --cream: #f7f0e5;
  --paper: #fffdf9;
  --sand: #e7d9c6;
  --gold: #bd8750;
  --matcha: #536f5a;
  --line: rgba(49, 31, 22, .12);
  --shadow: 0 26px 70px rgba(45, 29, 20, .13);
  --serif: Georgia, "Times New Roman", serif;
  --sans: "Segoe UI", Tahoma, Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--paper); color: var(--ink); font-family: var(--sans); }
body.nav-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { max-width: 100%; display: block; }
button { color: inherit; font: inherit; }
svg { fill: none; stroke: currentColor; stroke-width: 1.7; stroke-linecap: round; stroke-linejoin: round; }
.skip-link { position: fixed; z-index: 100; top: 8px; left: 8px; padding: 10px 14px; transform: translateY(-150%); background: #fff; border-radius: 10px; }
.skip-link:focus { transform: translateY(0); }

.site-header {
  position: fixed; z-index: 50; inset: 0 0 auto; height: 88px; padding: 0 clamp(22px, 5vw, 74px);
  display: grid; grid-template-columns: 160px 1fr 260px; align-items: center; gap: 30px;
  border-bottom: 1px solid transparent; transition: background .25s ease, border-color .25s ease, height .25s ease;
}
.site-header.scrolled { height: 72px; border-color: var(--line); background: rgba(255, 253, 249, .9); backdrop-filter: blur(18px); }
.site-brand { width: 128px; height: 58px; display: grid; place-items: center; border-radius: 12px; background: rgba(255,255,255,.84); }
.brand-wordmark { display: flex; flex-direction: column; align-items: center; color: #090706; line-height: 1; }
.brand-wordmark strong { font-size: 17px; font-weight: 750; letter-spacing: .34em; transform: translateX(.17em); }
.brand-wordmark small { margin-top: 6px; font-size: 7px; font-weight: 750; letter-spacing: .38em; transform: translateX(.19em); }
.desktop-nav { justify-self: center; display: flex; align-items: center; gap: clamp(22px, 3vw, 46px); }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 700; }
.desktop-nav a::after { content: ""; position: absolute; inset: auto 0 -7px; height: 1px; transform: scaleX(0); background: currentColor; transition: transform .2s ease; }
.desktop-nav a:hover::after { transform: scaleX(1); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 9px; }
.language-switch { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: rgba(255,255,255,.6); cursor: pointer; font-size: 11px; font-weight: 900; }
.header-menu { height: 44px; padding: 0 17px; border-radius: 999px; display: flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; font-size: 12px; font-weight: 800; }
.header-menu svg { width: 17px; }
.mobile-toggle, .mobile-nav { display: none; }

.hero {
  position: relative; min-height: min(860px, 100vh); padding: 128px clamp(22px, 7vw, 110px) 70px;
  display: grid; grid-template-columns: minmax(0, .9fr) minmax(430px, 1.1fr); align-items: center; gap: clamp(40px, 7vw, 110px);
  background: radial-gradient(circle at 83% 22%, rgba(189,135,80,.21), transparent 27%), linear-gradient(128deg, #f9f4eb 0 56%, #eadcca 56% 100%);
  overflow: hidden;
}
.hero::before { content: "OTAKU"; position: absolute; left: -20px; bottom: -51px; color: rgba(36,20,13,.035); font: 900 clamp(140px, 22vw, 350px)/.8 var(--sans); letter-spacing: .04em; pointer-events: none; }
.hero-copy { position: relative; z-index: 2; max-width: 650px; }
.eyebrow { display: inline-flex; align-items: center; gap: 10px; color: rgba(255,255,255,.76); font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.eyebrow.dark { color: var(--gold); }
.eyebrow::before { content: ""; width: 28px; height: 1px; background: currentColor; }
.hero .eyebrow { color: var(--gold); }
h1, h2, h3, p { margin-top: 0; }
.hero h1 { margin: 25px 0 23px; max-width: 690px; font: 500 clamp(56px, 6.6vw, 105px)/.9 var(--serif); letter-spacing: -.055em; }
.hero-copy > p { max-width: 540px; margin-bottom: 31px; color: var(--ink-soft); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.button { min-height: 54px; padding: 0 22px; border: 1px solid transparent; border-radius: 999px; display: inline-flex; align-items: center; justify-content: center; gap: 12px; font-size: 12px; font-weight: 850; transition: transform .2s ease, box-shadow .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button svg { width: 18px; }
.button-dark { background: var(--ink); color: #fff; box-shadow: 0 14px 30px rgba(36,20,13,.18); }
.button-light { border-color: var(--line); background: rgba(255,255,255,.72); }
.hero-note { margin-top: 39px; display: flex; align-items: center; gap: 14px; color: #806e63; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.hero-note-line { width: 50px; height: 1px; background: var(--line); }
.hero-visual { position: relative; justify-self: end; width: min(100%, 650px); height: min(650px, 69vh); }
.visual-main { position: absolute; inset: 3% 5% 3% 12%; overflow: hidden; border-radius: 48% 48% 28px 28px; box-shadow: var(--shadow); background: #fff; }
.visual-main::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.5); border-radius: inherit; }
.visual-main img { width: 100%; height: 100%; object-fit: cover; object-position: 52% 50%; }
.visual-card { position: absolute; z-index: 3; padding: 16px 18px; display: flex; flex-direction: column; border: 1px solid rgba(255,255,255,.65); background: rgba(255,253,249,.88); backdrop-filter: blur(14px); box-shadow: 0 18px 45px rgba(51,32,22,.13); }
.visual-card-top { top: 12%; left: 0; min-width: 170px; border-radius: 17px; }
.visual-card-top span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .24em; }
.visual-card-top strong { margin-top: 5px; font-family: var(--serif); font-size: 18px; }
.visual-card-top small { margin-top: 3px; color: var(--ink-soft); font-size: 9px; }
.visual-card-bottom { right: 0; bottom: 11%; border-radius: 17px; flex-direction: row; align-items: center; gap: 10px; }
.visual-card-bottom strong { font-size: 23px; }.visual-card-bottom span { max-width: 90px; font-size: 10px; font-weight: 800; line-height: 1.25; }
.scroll-cue { position: absolute; left: 50%; bottom: 19px; width: 26px; height: 42px; border: 1px solid rgba(36,20,13,.2); border-radius: 999px; }
.scroll-cue span { position: absolute; top: 8px; left: 50%; width: 4px; height: 4px; margin-left: -2px; border-radius: 50%; background: var(--ink); animation: scroll 1.8s infinite; }
@keyframes scroll { 0% { transform: translateY(0); opacity: 0; } 30% { opacity: 1; } 100% { transform: translateY(18px); opacity: 0; } }

.section-pad { padding: clamp(85px, 10vw, 145px) clamp(22px, 7vw, 110px); }
.story { display: grid; grid-template-columns: minmax(360px,.9fr) minmax(0,1fr); gap: clamp(55px, 9vw, 145px); align-items: center; background: var(--paper); }
.story-image { position: relative; max-width: 610px; }
.story-image::before { content: ""; position: absolute; inset: -20px 34px 34px -20px; border: 1px solid var(--sand); border-radius: 48% 48% 20px 20px; }
.story-image img { position: relative; width: 100%; aspect-ratio: 4/5; object-fit: cover; border-radius: 48% 48% 20px 20px; box-shadow: var(--shadow); }
.story-stamp { position: absolute; right: -38px; bottom: 55px; width: 96px; height: 96px; border-radius: 50%; display: grid; place-items: center; text-align: center; background: var(--ink); color: #fff; font: 700 13px/1.3 var(--serif); letter-spacing: .12em; transform: rotate(8deg); }
.story-copy { max-width: 650px; }
.story h2, .section-heading h2, .visit h2 { margin: 22px 0 25px; font: 500 clamp(45px, 5vw, 78px)/.96 var(--serif); letter-spacing: -.045em; }
.story-copy > p, .visit-copy > p { color: var(--ink-soft); font-size: clamp(15px, 1.25vw, 18px); line-height: 1.75; }
.story-points { margin: 35px 0; border-top: 1px solid var(--line); }
.story-points article { padding: 21px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 42px 1fr; gap: 17px; }
.story-points article > span { color: var(--gold); font: italic 17px var(--serif); }
.story-points strong { font-size: 14px; }.story-points p { margin: 5px 0 0; color: #806e63; font-size: 12px; line-height: 1.5; }
.text-link { display: inline-flex; align-items: center; gap: 12px; padding-bottom: 6px; border-bottom: 1px solid currentColor; font-size: 12px; font-weight: 850; }
.text-link svg { width: 17px; }

.signatures { background: #f1e6d7; }
.section-heading { margin-bottom: 45px; display: flex; align-items: flex-end; justify-content: space-between; gap: 30px; }
.section-heading h2 { max-width: 800px; margin-bottom: 0; }
.signature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(15px, 2vw, 30px); align-items: start; }
.signature-card { position: relative; padding: 14px; border: 1px solid rgba(54,34,24,.08); border-radius: 24px; background: rgba(255,253,249,.72); box-shadow: 0 15px 45px rgba(58,39,28,.08); transition: transform .25s ease, box-shadow .25s ease; }
.signature-card:hover { transform: translateY(-7px); box-shadow: 0 22px 55px rgba(58,39,28,.14); }
.signature-card.feature { margin-top: 50px; }
.signature-card img { width: 100%; aspect-ratio: 4/5; border-radius: 16px; object-fit: cover; }
.signature-card > div { padding: 20px 9px 8px; }
.signature-card > div > span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.signature-card h3 { margin: 8px 0 6px; font: 500 clamp(24px, 2.4vw, 38px)/1 var(--serif); letter-spacing: -.03em; }
.signature-card p { margin: 0; color: var(--ink-soft); font-size: 11px; line-height: 1.5; }
.card-number { position: absolute; z-index: 2; top: 25px; left: 25px; width: 35px; height: 35px; border-radius: 50%; display: grid; place-items: center; background: rgba(255,253,249,.88); backdrop-filter: blur(10px); font: italic 12px var(--serif); }

.order-banner { padding-top: 65px; padding-bottom: 65px; background: #f1e6d7; }
.order-banner-inner { position: relative; padding: clamp(45px, 6vw, 85px); border-radius: 34px; display: grid; grid-template-columns: 1fr auto; align-items: end; gap: 45px; overflow: hidden; background: var(--ink); color: #fff; }
.order-banner-inner::after { content: "OTAKU"; position: absolute; right: -22px; top: -12px; color: rgba(255,255,255,.035); font: 900 170px/.8 var(--sans); letter-spacing: .05em; }
.order-banner h2 { position: relative; z-index: 1; max-width: 790px; margin: 19px 0 18px; font: 500 clamp(40px, 4.8vw, 73px)/.97 var(--serif); letter-spacing: -.04em; }
.order-banner p { position: relative; z-index: 1; max-width: 650px; margin: 0; color: rgba(255,255,255,.68); font-size: 14px; line-height: 1.65; }
.button-cream { position: relative; z-index: 1; background: var(--cream); color: var(--ink); white-space: nowrap; }

.visit { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(45px, 8vw, 130px); align-items: center; }
.visit-copy { max-width: 630px; }.visit h2 { margin-bottom: 22px; }
.visit-actions { border-top: 1px solid var(--line); }
.visit-actions > a { min-height: 104px; padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; grid-template-columns: 54px 1fr 28px; align-items: center; gap: 17px; transition: padding .2s ease; }
.visit-actions > a:hover { padding-left: 10px; padding-right: 10px; }
.contact-icon { width: 52px; height: 52px; border-radius: 16px; display: grid; place-items: center; background: var(--cream); }.contact-icon svg { width: 22px; }
.visit-actions small { display: block; margin-bottom: 5px; color: #9a887c; font-size: 9px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.visit-actions strong { font-family: var(--serif); font-size: clamp(16px, 1.4vw, 21px); font-weight: 500; }.visit-actions b { font-size: 18px; font-weight: 400; }

footer { padding: 64px clamp(22px, 7vw, 110px) 27px; background: #1c110c; color: #fff; }
.footer-brand { display: flex; flex-direction: column; align-items: center; text-align: center; }.footer-wordmark { width: 178px; min-height: 88px; justify-content: center; border-radius: 16px; background: #fff; }.footer-wordmark strong { font-size: 22px; }.footer-wordmark small { font-size: 8px; }.footer-brand p { margin: 18px 0 0; color: rgba(255,255,255,.62); font: italic 15px var(--serif); }
.footer-links { margin: 43px 0; display: flex; justify-content: center; flex-wrap: wrap; gap: clamp(25px, 5vw, 65px); }.footer-links a { font-size: 11px; font-weight: 800; }
.footer-bottom { padding-top: 22px; border-top: 1px solid rgba(255,255,255,.12); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.45); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }.reveal.visible { opacity: 1; transform: translateY(0); }
html[dir="rtl"] body { font-family: Tahoma, Arial, sans-serif; }.site-header, .hero, .story, .visit, .order-banner-inner { direction: inherit; }.hero h1, html[dir="rtl"] h2, html[dir="rtl"] h3 { font-family: Tahoma, Arial, sans-serif; letter-spacing: 0; }.header-menu svg, .text-link svg, .button svg { transform: none; }html[dir="rtl"] .header-menu svg, html[dir="rtl"] .text-link svg, html[dir="rtl"] .button svg { transform: scaleX(-1); }

@media (max-width: 980px) {
  .site-header { grid-template-columns: 1fr auto; height: 74px; padding-inline: 22px; }.site-header.scrolled { height: 66px; }.desktop-nav, .header-menu { display: none; }.site-brand { width: 102px; height: 50px; }.mobile-toggle { width: 42px; height: 42px; padding: 0; border: 1px solid var(--line); border-radius: 50%; display: grid; place-content: center; gap: 6px; background: rgba(255,255,255,.72); cursor: pointer; }.mobile-toggle span { width: 17px; height: 1px; background: currentColor; transition: transform .2s ease; }.mobile-toggle[aria-expanded="true"] span:first-child { transform: translateY(3.5px) rotate(45deg); }.mobile-toggle[aria-expanded="true"] span:last-child { transform: translateY(-3.5px) rotate(-45deg); }
  .mobile-nav { position: fixed; inset: 66px 0 0; padding: 35px 24px; display: flex; flex-direction: column; gap: 0; transform: translateX(100%); background: rgba(255,253,249,.98); transition: transform .25s ease; }.mobile-nav.open { transform: translateX(0); }.mobile-nav a { padding: 19px 0; border-bottom: 1px solid var(--line); font: 500 29px var(--serif); }
  html[dir="rtl"] .mobile-nav { transform: translateX(-100%); }html[dir="rtl"] .mobile-nav.open { transform: translateX(0); }
  .hero { min-height: auto; padding: 112px 22px 75px; grid-template-columns: 1fr; gap: 55px; background: radial-gradient(circle at 70% 50%, rgba(189,135,80,.2), transparent 30%), #f7f0e5; }.hero-copy { max-width: 720px; }.hero h1 { font-size: clamp(52px, 11vw, 86px); }.hero-visual { justify-self: center; width: min(100%, 650px); height: min(670px, 85vw); }.scroll-cue { display: none; }
  .story { grid-template-columns: minmax(300px,.8fr) 1fr; gap: 55px; }.story-stamp { right: -20px; }
  .signature-card.feature { margin-top: 30px; }
  .order-banner-inner { grid-template-columns: 1fr; align-items: start; }.order-banner-inner .button { justify-self: start; }
}

@media (max-width: 720px) {
  .section-pad { padding: 78px 20px; }
  .hero { padding-inline: 20px; }.hero h1 { font-size: clamp(48px, 14.5vw, 68px); }.hero-copy > p { font-size: 15px; }.hero-actions { display: grid; grid-template-columns: 1fr 1fr; }.button { min-height: 50px; padding-inline: 15px; }.hero-note { margin-top: 27px; }.hero-visual { height: 110vw; max-height: 560px; }.visual-main { inset: 2% 4% 2% 7%; }.visual-card-top { top: 8%; }.visual-card-bottom { bottom: 7%; }.hero::before { font-size: 135px; bottom: -15px; }
  .story { grid-template-columns: 1fr; gap: 62px; }.story-image { width: calc(100% - 18px); }.story-stamp { right: -18px; bottom: 35px; width: 82px; height: 82px; }.story h2, .section-heading h2, .visit h2 { font-size: 48px; }.story-copy > p, .visit-copy > p { font-size: 15px; }
  .section-heading { align-items: flex-start; flex-direction: column; margin-bottom: 31px; }.section-heading .text-link { display: none; }
  .signature-grid { display: flex; margin-inline: -20px; padding: 0 20px 15px; gap: 14px; overflow-x: auto; scroll-snap-type: x mandatory; }.signature-card { flex: 0 0 82%; scroll-snap-align: center; }.signature-card.feature { margin-top: 0; }.signature-card h3 { font-size: 31px; }
  .order-banner { padding-top: 40px; padding-bottom: 40px; }.order-banner-inner { padding: 41px 25px; border-radius: 26px; gap: 27px; }.order-banner h2 { font-size: 44px; }.order-banner-inner .button { width: 100%; }
  .visit { grid-template-columns: 1fr; gap: 35px; }.visit-actions > a { min-height: 92px; grid-template-columns: 48px 1fr 24px; }.contact-icon { width: 47px; height: 47px; }
  footer { padding-inline: 20px; }.footer-bottom { flex-direction: column; align-items: center; text-align: center; }.footer-links { gap: 27px; }
}

@media (max-width: 420px) {
  .header-actions { gap: 6px; }.language-switch, .mobile-toggle { width: 39px; height: 39px; }.hero-actions { grid-template-columns: 1fr; }.visual-card-top { min-width: 150px; }.signature-card { flex-basis: 87%; }.story h2, .section-heading h2, .visit h2, .order-banner h2 { font-size: 41px; }
}

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