:root {
  color-scheme: dark;
  --bg: #090b0c;
  --bg-soft: #111416;
  --panel: #15191b;
  --text: #f0f1f1;
  --muted: #a4aaac;
  --metal: #c1c7c9;
  --line: rgba(207, 214, 216, .18);
  --pad: clamp(24px, 5vw, 88px);
  --serif: "Iowan Old Style", "Times New Roman", "Yu Mincho", serif;
  --sans: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, "Hiragino Kaku Gothic ProN", "Yu Gothic", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--bg); }
body { margin: 0; background: var(--bg); color: var(--text); font-family: var(--sans); font-size: 16px; line-height: 1.9; letter-spacing: .035em; }
img { display: block; width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p, figure, dl, dd { margin: 0; }
ul { padding-left: 1.2em; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 1000; padding: 12px 18px; background: var(--text); color: var(--bg); }
.skip-link:focus { top: 16px; }

.site-header { position: fixed; inset: 0 0 auto; z-index: 100; display: flex; align-items: center; justify-content: space-between; min-height: 80px; padding: 18px var(--pad); transition: background-color .5s ease, border-color .5s ease; border-bottom: 1px solid transparent; }
.site-header.is-scrolled, .site-header.is-open { background: rgba(9, 11, 12, .88); backdrop-filter: blur(16px); border-color: var(--line); }
.brand-lockup { display: inline-flex; flex-direction: column; font-size: 12px; line-height: 1.35; letter-spacing: .13em; font-weight: 600; }
.brand-lockup span:last-child { font-size: 11px; color: var(--metal); letter-spacing: .2em; }
.site-nav { display: flex; align-items: center; gap: clamp(20px, 3vw, 48px); font-size: 11px; letter-spacing: .18em; }
.site-nav a, .site-footer a, .text-link { position: relative; }
.site-nav a::after, .site-footer a::after, .text-link::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -.4em; height: 1px; background: var(--metal); transition: right .35s ease; }
.site-nav a:hover::after, .site-nav a:focus-visible::after, .site-footer a:hover::after, .text-link:hover::after { right: 0; }
.menu-toggle { display: none; width: 44px; height: 44px; padding: 13px 8px; border: 0; background: transparent; }
.menu-toggle i { display: block; width: 25px; height: 1px; margin: 6px auto; background: var(--text); transition: transform .3s ease; }

.hero { position: relative; min-height: 100svh; overflow: hidden; display: grid; align-items: end; }
.hero-media, .hero-media img, .hero-shade { position: absolute; inset: 0; width: 100%; height: 100%; }
.hero-media img { object-fit: cover; object-position: 52% 50%; animation: hero-in 2.2s ease-out both; }
.hero-shade { background: linear-gradient(90deg, rgba(3,5,6,.84) 0%, rgba(3,5,6,.48) 38%, rgba(3,5,6,.09) 74%), linear-gradient(0deg, rgba(3,5,6,.68) 0%, transparent 45%); }
.hero-copy { position: relative; z-index: 2; width: min(760px, 88vw); padding: 0 var(--pad) clamp(90px, 13vh, 150px); animation: copy-in 1.5s .45s ease-out both; }
.hero-brand { display: flex; flex-direction: column; margin-bottom: clamp(42px, 7vh, 84px); font-size: clamp(13px, 1.15vw, 17px); line-height: 1.5; letter-spacing: .16em; }
.hero-brand span:last-child { color: var(--metal); font-size: .88em; letter-spacing: .26em; }
.hero h1 { font-family: var(--serif); font-weight: 400; font-size: clamp(42px, 6.6vw, 104px); line-height: .97; letter-spacing: -.035em; }
.hero-jp { margin-top: 22px; font-size: clamp(17px, 1.55vw, 24px); letter-spacing: .13em; }
.eyebrow, .section-kicker, .watch-index { color: var(--muted); font-size: 11px; line-height: 1.5; letter-spacing: .2em; }
.hero .eyebrow { margin-top: 32px; }
.scroll-cue { position: absolute; z-index: 3; right: var(--pad); bottom: 46px; display: flex; align-items: center; gap: 16px; font-size: 10px; letter-spacing: .2em; }
.scroll-cue span { width: 72px; height: 1px; background: rgba(255,255,255,.56); }

.section { padding: clamp(120px, 18vw, 260px) var(--pad); }
.section-kicker { margin-bottom: clamp(38px, 6vw, 84px); }
.story-grid > *, .section-heading > *, .watch > *, .craftsman > *, .custom-order > *, .instagram > *, .contact > * { min-width: 0; }
.story-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, .72fr); gap: clamp(64px, 12vw, 200px); align-items: start; }
.story-title h2, .section-heading h2, .craftsman-copy h2, .contact-intro h1, .contact-intro h2, .custom-order h2 { font-family: var(--serif); font-size: clamp(54px, 8.2vw, 132px); font-weight: 400; line-height: .84; letter-spacing: -.055em; }
.story-title > p { margin-top: 34px; color: var(--metal); font-size: clamp(17px, 1.5vw, 22px); }
.story-copy { max-width: 610px; font-size: clamp(16px, 1.2vw, 20px); }
.story-copy p + p { margin-top: 2.2em; }

.metrics { padding-top: 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.metric { min-height: 270px; padding: 38px 0; border-top: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; }
.metric strong { font-family: var(--serif); font-size: clamp(68px, 8vw, 128px); font-weight: 400; line-height: 1; letter-spacing: -.06em; }
.metric strong span { font-family: var(--sans); font-size: .22em; letter-spacing: .08em; }
.metric p { color: var(--muted); font-size: 11px; letter-spacing: .18em; }

.section-heading { display: grid; grid-template-columns: 1fr 2fr; gap: 30px; margin-bottom: clamp(100px, 16vw, 230px); }
.section-heading .section-kicker { margin-bottom: 0; }
.watch { display: grid; grid-template-columns: minmax(0, 1.55fr) minmax(320px, .72fr); gap: clamp(48px, 9vw, 150px); align-items: center; margin-bottom: clamp(150px, 23vw, 340px); }
.watch:nth-of-type(even) .watch-media, .watch:nth-of-type(even) .watch-gallery { order: 2; }
.watch-media { overflow: hidden; background: var(--bg-soft); }
.watch-media img { transition: transform 1.2s cubic-bezier(.2,.7,.2,1); transform: scale(calc(1 + var(--zoom, 0) * .018)); }
.watch-media:hover img { transform: scale(1.015); }
.watch-copy { max-width: 540px; }
.watch-copy h3, .archive-card h3 { margin: 20px 0 34px; font-family: var(--serif); font-size: clamp(36px, 4vw, 67px); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.watch-concept { font-size: clamp(16px, 1.15vw, 19px); line-height: 2; }
.watch-en { margin-top: 20px; color: var(--muted); font-size: 13px; line-height: 1.8; letter-spacing: .03em; }
.specs { margin-top: 42px; border-top: 1px solid var(--line); }
.specs div { display: grid; grid-template-columns: 130px 1fr; gap: 20px; padding: 13px 0; border-bottom: 1px solid var(--line); }
.specs dt { color: var(--muted); font-size: 10px; letter-spacing: .14em; }
.specs dd { font-size: 12px; line-height: 1.6; }
.price { margin: 32px 0; display: flex; flex-direction: column; align-items: flex-start; color: var(--muted); font-size: 10px; letter-spacing: .16em; }
.price strong { margin: 5px 0 11px; color: var(--text); font-size: 16px; font-weight: 500; letter-spacing: .08em; }
.price small { color: var(--muted); font-weight: 400; }
.inquire-button, .submit-button { width: 100%; min-height: 70px; padding: 15px 22px; border: 1px solid var(--metal); background: transparent; text-align: left; cursor: pointer; display: flex; align-items: center; justify-content: space-between; transition: color .3s ease, background-color .3s ease; }
.inquire-button span, .submit-button span { font-size: 11px; letter-spacing: .16em; }
.inquire-button small, .submit-button small { color: var(--muted); font-size: 11px; }
.inquire-button:hover, .inquire-button:focus-visible, .submit-button:hover, .submit-button:focus-visible { background: var(--text); color: var(--bg); }
.inquire-button:hover small, .submit-button:hover small { color: #444; }
.watch-gallery { display: grid; grid-template-columns: 1.3fr .7fr; gap: 14px; align-items: end; }
.watch-detail { margin-bottom: 10%; }

.movement-note { width: min(1120px, 100%); margin: 0 auto clamp(170px, 24vw, 340px); text-align: center; }
.movement-note .section-kicker { margin-bottom: 26px; }
.movement-note h2 { font-family: var(--serif); font-size: clamp(110px, 22vw, 350px); font-weight: 400; line-height: .88; letter-spacing: -.08em; }
.movement-note h2 span { font-family: var(--sans); font-size: .15em; letter-spacing: .08em; }
.movement-label { color: var(--metal); font-size: 11px; letter-spacing: .2em; }
.movement-visual { width: min(500px, 69vw); aspect-ratio: 1; margin: clamp(40px, 6vw, 80px) auto 0; overflow: hidden; }
.movement-visual img { display: block; width: 100%; height: 100%; object-fit: cover; transform: scale(2.8); transform-origin: 57.5% 76%; }
.movement-note > p:last-child { width: min(580px, 100%); margin: 48px auto 0; text-align: left; }
.remake-note { width: min(820px, 100%); margin: -100px 0 0 auto; padding-top: 36px; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; }
.remake-note span { display: block; margin-top: 14px; }

.archive { background: var(--bg-soft); }
.archive-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: clamp(18px, 4vw, 64px); }
.archive-card picture { display: block; aspect-ratio: 4 / 5; overflow: hidden; background: var(--panel); }
.archive-card img { width: 100%; height: 100%; object-fit: cover; }
.archive-card .watch-index { margin-top: 30px; }
.archive-card h3 { font-size: clamp(30px, 3vw, 52px); margin-bottom: 22px; }
.archive-card p, .archive-card li { color: var(--metal); font-size: 13px; }
.archive-card small { display: block; margin-top: 25px; color: #7f8587; font-size: 10px; line-height: 1.6; }

.craftsman { display: grid; grid-template-columns: minmax(300px, .88fr) minmax(360px, 1fr); gap: clamp(60px, 11vw, 180px); align-items: center; }
.craftsman-photo { width: min(78%, 480px); justify-self: center; overflow: hidden; }
.craftsman-copy .section-kicker { margin-bottom: 32px; }
.craftsman-copy h2 { margin-bottom: 58px; }
.craftsman-copy p { max-width: 610px; }
.craftsman-copy p + p { margin-top: 1.8em; }
.craft { border-top: 1px solid var(--line); }
.craft-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: clamp(30px, 6vw, 100px); }
.craft-grid > div { padding-top: 30px; border-top: 1px solid var(--line); }
.craft-grid h2 { font-family: var(--serif); font-size: clamp(38px, 4.4vw, 70px); font-weight: 400; }
.craft-grid p { color: var(--metal); }
.craft-note { width: min(720px, 100%); margin: 100px 0 0 auto; font-size: clamp(16px, 1.2vw, 19px); }
.custom-order { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(60px, 10vw, 170px); background: var(--bg-soft); }
.custom-order .section-heading { display: block; margin: 0; }
.custom-order .section-heading h2 { font-size: clamp(52px, 6.6vw, 104px); }
.custom-copy { align-self: end; }
.custom-copy ul { margin: 34px 0; color: var(--muted); font-size: 13px; }

.instagram { display: grid; grid-template-columns: .7fr 1.3fr; gap: clamp(60px, 10vw, 170px); }
.instagram .section-heading { display: block; margin: 0; }
.instagram .section-heading h2 { margin-bottom: 50px; }
.instagram .section-heading > p:not(.section-kicker) { max-width: 440px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; margin-top: 40px; font-size: 12px; letter-spacing: .16em; }
.instagram-icon { width: 17px; height: 17px; flex: 0 0 auto; fill: none; stroke: currentColor; stroke-width: 1.65; }
.instagram-gallery { display: block; width: min(620px, 100%); justify-self: center; }
.instagram-gallery picture { display: block; aspect-ratio: 25 / 33; overflow: hidden; }
.instagram-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .65s ease, opacity .65s ease; }
.instagram-gallery:hover img { transform: scale(1.018); opacity: .9; }

.contact { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(70px, 12vw, 190px); align-items: start; background: #070809; }
.contact-intro h1, .contact-intro h2 { margin-bottom: 50px; font-size: clamp(40px, 3.5vw, 64px); overflow-wrap: anywhere; }
.contact-intro > p:last-child { max-width: 480px; color: var(--metal); }
.contact-panel form { display: grid; }
.contact-panel form[hidden], .form-success[hidden] { display: none; }
.contact-panel label { margin: 28px 0 8px; color: var(--metal); font-size: 11px; letter-spacing: .14em; }
.contact-panel label span { color: #7d8385; font-size: 10px; }
.contact-panel input, .contact-panel select, .contact-panel textarea { width: 100%; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; padding: 13px 0; background: transparent; color: var(--text); outline: none; }
.contact-panel select { color-scheme: dark; }
.contact-panel textarea { resize: vertical; min-height: 150px; }
.contact-panel input:focus, .contact-panel select:focus, .contact-panel textarea:focus { border-color: var(--metal); }
.submit-button { margin-top: 48px; }
.form-privacy { margin-top: 14px; color: #858b8d; font-size: 10px; }
.form-privacy a { text-decoration: underline; text-underline-offset: 3px; }
.form-status { min-height: 28px; margin-top: 14px; color: #d1b6ac; font-size: 12px; }
.form-success { padding: 52px 0; border-top: 1px solid var(--line); }
.form-success h2, .form-success h3 { margin: 18px 0 30px; font-family: var(--serif); font-size: clamp(32px, 4vw, 58px); font-weight: 400; }
.form-success p { color: var(--metal); }
.form-success p + p { margin-top: 20px; font-size: 13px; }
.honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.inquiry-page { min-height: 100vh; background: #070809; }
.inquiry-main .contact { min-height: calc(100svh - 80px); padding-top: clamp(90px, 11vw, 160px); padding-bottom: clamp(100px, 12vw, 180px); }

.site-footer { padding: 70px var(--pad) 50px; display: grid; grid-template-columns: 1.5fr 1fr auto; gap: 30px; align-items: end; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .16em; }
.site-footer nav { display: flex; gap: 28px; }
.site-footer > p:last-child { text-align: right; }
.cookie-notice { position: fixed; z-index: 200; left: 18px; bottom: 18px; width: min(440px, calc(100vw - 36px)); padding: 15px 16px; border: 1px solid var(--line); background: rgba(13,16,17,.96); box-shadow: 0 16px 50px rgba(0,0,0,.3); display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.cookie-notice[hidden] { display: none; }
.cookie-notice p { color: var(--muted); font-size: 10px; line-height: 1.5; }
.cookie-notice p a { text-decoration: underline; }
.cookie-notice div { display: flex; gap: 8px; flex-shrink: 0; }
.cookie-notice button { padding: 8px 10px; border: 1px solid var(--line); background: transparent; font-size: 10px; cursor: pointer; }
.cookie-notice button:last-child { background: var(--text); color: var(--bg); }

.policy-header { display: flex; align-items: center; justify-content: space-between; min-height: 80px; padding: 18px var(--pad); border-bottom: 1px solid var(--line); }
.policy-header > a:last-child { color: var(--muted); font-size: 10px; letter-spacing: .16em; }
.policy-main { width: min(1040px, 100%); margin: 0 auto; padding: clamp(100px, 14vw, 190px) var(--pad); }
.policy-main > h1 { font-family: var(--serif); font-size: clamp(48px, 8vw, 100px); font-weight: 400; line-height: .98; letter-spacing: -.045em; }
.policy-lead { max-width: 700px; margin: 50px 0 90px; color: var(--metal); font-size: clamp(16px, 1.4vw, 20px); }
.policy-main section { display: grid; grid-template-columns: minmax(180px, .36fr) minmax(0, 1fr); gap: clamp(30px, 7vw, 100px); padding: 40px 0; border-top: 1px solid var(--line); }
.policy-main section h2 { font-size: 14px; font-weight: 500; letter-spacing: .1em; }
.policy-main section p, .policy-main section li { color: var(--metal); font-size: 14px; }
.policy-main section p + p { margin-top: 18px; }
.policy-main section a { text-decoration: underline; text-underline-offset: 3px; }
.policy-main section ul { margin: 0; }
.legal-list { border-top: 1px solid var(--line); }
.legal-list > div { display: grid; grid-template-columns: minmax(170px, .35fr) minmax(0, 1fr); gap: clamp(30px, 7vw, 100px); padding: 28px 0; border-bottom: 1px solid var(--line); }
.legal-list dt { color: var(--muted); font-size: 12px; letter-spacing: .08em; }
.legal-list dd { color: var(--metal); font-size: 14px; }
.legal-list dd span { display: inline-block; margin-top: 10px; color: #858b8d; font-size: 12px; }
.legal-note { margin-top: 40px; color: #858b8d; font-size: 12px; }
.policy-footer { padding: 36px var(--pad); display: flex; justify-content: space-between; gap: 30px; border-top: 1px solid var(--line); color: var(--muted); font-size: 10px; letter-spacing: .14em; }

.reveal { opacity: 0; transform: translateY(28px); transition: opacity 1s ease, transform 1s ease; }
.reveal.is-visible { opacity: 1; transform: none; }
@keyframes hero-in { from { opacity: 0; transform: scale(1.035); } to { opacity: 1; transform: scale(1); } }
@keyframes copy-in { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 900px) {
  .site-header { min-height: 66px; padding-top: 10px; padding-bottom: 10px; }
  .menu-toggle { display: block; position: relative; z-index: 2; }
  .site-nav { position: fixed; inset: 0; padding: 120px var(--pad) 60px; background: rgba(9,11,12,.98); flex-direction: column; align-items: flex-start; gap: 25px; opacity: 0; visibility: hidden; transform: translateY(-12px); transition: opacity .3s ease, transform .3s ease, visibility .3s; }
  .site-nav a { font-family: var(--serif); font-size: clamp(30px, 8vw, 48px); letter-spacing: -.02em; }
  .site-header.is-open .site-nav { opacity: 1; visibility: visible; transform: none; }
  .site-header.is-open .menu-toggle i:first-of-type { transform: translateY(3.5px) rotate(45deg); }
  .site-header.is-open .menu-toggle i:last-of-type { transform: translateY(-3.5px) rotate(-45deg); }
  .hero-copy { width: 100%; padding-bottom: 104px; }
  .hero-shade { background: linear-gradient(0deg, rgba(3,5,6,.88) 0%, rgba(3,5,6,.3) 72%, rgba(3,5,6,.18) 100%); }
  .scroll-cue { display: none; }
  .story-grid, .section-heading, .watch, .craftsman, .custom-order, .instagram, .contact { grid-template-columns: 1fr; }
  .story-grid, .craftsman, .custom-order, .instagram, .contact { gap: 68px; }
  .section-heading { gap: 35px; }
  .metrics { grid-template-columns: 1fr; }
  .metric { min-height: 210px; }
  .watch { gap: 42px; }
  .watch:nth-of-type(even) .watch-media, .watch:nth-of-type(even) .watch-gallery { order: 0; }
  .watch-copy { max-width: 680px; }
  .remake-note { margin-top: -40px; }
  .craftsman-photo { width: min(78vw, 600px); }
  .custom-order .section-heading { margin-bottom: 0; }
  .instagram .section-heading { margin-bottom: 0; }
  .site-footer { grid-template-columns: 1fr 1fr; }
  .site-footer nav { justify-content: flex-end; }
  .site-footer > p:nth-of-type(1) { grid-column: 1; }
}

@media (max-width: 620px) {
  body { line-height: 1.82; }
  .hero-media img { object-position: 56% center; }
  .hero-brand { margin-bottom: 38px; }
  .hero h1 { font-size: clamp(40px, 12.5vw, 62px); }
  .section { padding-top: 120px; padding-bottom: 120px; }
  .story-title h2, .section-heading h2, .craftsman-copy h2, .contact-intro h1, .contact-intro h2, .custom-order h2 { font-size: clamp(47px, 15vw, 76px); }
  .contact-intro h1, .contact-intro h2 { font-size: clamp(42px, 12vw, 56px); }
  .metrics { padding-top: 0; }
  .metric strong { font-size: 76px; }
  .watch { margin-bottom: 160px; }
  .watch-copy h3 { font-size: clamp(36px, 11vw, 52px); }
  .specs div { grid-template-columns: 104px 1fr; gap: 14px; }
  .watch-gallery { grid-template-columns: 1fr; }
  .watch-detail { width: 68%; margin: -17% 0 0 auto; border: 6px solid var(--bg); }
  .archive-grid { gap: 12px; }
  .archive-card .watch-index { font-size: 8px; letter-spacing: .1em; }
  .archive-card h3 { font-size: clamp(20px, 6.8vw, 31px); overflow-wrap: anywhere; }
  .archive-card p, .archive-card li { font-size: 11px; }
  .archive-card small { font-size: 8px; }
  .craft-grid { grid-template-columns: 1fr; }
  .craft-note { margin-top: 70px; }
  .instagram-gallery { width: min(100%, 520px); }
  .site-footer { grid-template-columns: 1fr; align-items: start; }
  .site-footer nav { justify-content: flex-start; flex-wrap: wrap; }
  .site-footer > p:last-child { text-align: left; }
  .cookie-notice { align-items: flex-start; gap: 12px; }
  .policy-main section, .legal-list > div { grid-template-columns: 1fr; gap: 14px; }
  .policy-main { padding-top: 90px; }
  .policy-lead { margin-bottom: 64px; }
}

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