:root {
  --ink: #11120f;
  --ink-soft: #24261f;
  --cream: #ece8db;
  --gold: #a98e55;
  --gold-bright: #c5ac74;
  --line: rgba(236,232,219,.2);
  --muted: rgba(236,232,219,.62);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { background: var(--ink); color: var(--cream); font-family: Arial, Helvetica, sans-serif; margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
h1,h2,h3,p { margin-top: 0; }
h1,h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; letter-spacing: -.04em; }

.site-header { align-items:center; display:grid; grid-template-columns:1fr auto 1fr; min-height:88px; padding:0 5.5vw; position:relative; z-index:5; }
.brand { align-items:center; display:inline-flex; gap:10px; letter-spacing:.16em; width:fit-content; }
.brand-mark { align-items:center; border:1px solid var(--gold); border-radius:50%; color:var(--gold-bright); display:flex; font-family:Georgia,serif; font-size:1.2rem; height:27px; justify-content:center; letter-spacing:0; width:27px; }
.brand strong,.brand em { display:block; font-size:.8rem; font-style:normal; line-height:1.25; }
.brand em { color:var(--gold-bright); font-family:Georgia,serif; font-size:.72rem; letter-spacing:.27em; margin-left:1px; }
nav { display:flex; gap:28px; }
nav a { color:var(--muted); font-size:.82rem; letter-spacing:.13em; padding:7px 0; position:relative; text-transform:uppercase; }
nav a::after { background:var(--gold-bright); bottom:0; content:""; height:1px; left:0; position:absolute; transform:scaleX(0); transform-origin:left; transition:transform .2s ease; width:100%; }
nav a:hover,nav a.active { color:var(--cream); }
nav a:hover::after,nav a.active::after { transform:scaleX(1); }
.language-switcher { align-items:center; display:flex; gap:9px; justify-self:end; }
.language-switcher button { background:transparent; border:1px solid transparent; cursor:pointer; line-height:0; opacity:.58; padding:3px; transition:border-color .2s ease,opacity .2s ease; }
.language-switcher button:hover,.language-switcher button.selected { border-color:var(--gold-bright); opacity:1; }
.language-flag { box-shadow:0 1px 4px rgba(0,0,0,.32); display:block; height:17px; object-fit:cover; width:26px; }

.eyebrow { color:var(--gold-bright); font-size:.78rem; font-weight:bold; letter-spacing:.18em; margin:0 0 25px; text-transform:uppercase; }
.button { align-items:center; display:inline-flex; font-size:.84rem; justify-content:center; letter-spacing:.13em; min-height:50px; padding:0 21px; text-transform:uppercase; transition:background .2s,color .2s; }
.button-solid { background:var(--cream); color:var(--ink); }
.button-solid:hover { background:var(--gold-bright); }
.button-cream { background:var(--cream); color:var(--ink); width:fit-content; }
.button-cream:hover { background:#fffdf5; }
.text-link,.enquire-link { background:transparent; border:0; color:var(--cream); cursor:pointer; display:inline-flex; font-size:.82rem; letter-spacing:.13em; padding:0; text-transform:uppercase; }
.text-link:hover,.enquire-link:hover { color:var(--gold-bright); }

.hero { background:#111913 url("images/hero-datejust-126200.jpg") 62% center/cover no-repeat; border-bottom:1px solid rgba(197,172,116,.24); color:var(--cream); min-height:calc(100vh - 88px); overflow:hidden; padding:12vh 5.5vw 7vh; position:relative; }
.hero::after { background:linear-gradient(90deg,rgba(11,17,13,.98) 0%,rgba(11,17,13,.94) 32%,rgba(11,17,13,.67) 51%,rgba(11,17,13,.16) 78%,rgba(11,17,13,.05) 100%); content:""; inset:0; position:absolute; z-index:0; }
.hero-copy { max-width:min(55%,780px); position:relative; z-index:2; }
.hero h1 { font-size:clamp(4.4rem,10.8vw,10rem); line-height:.84; margin-bottom:38px; max-width:900px; }
.hero-text { color:rgba(236,232,219,.79); font-size:1.12rem; line-height:1.7; max-width:575px; }
.hero-actions { align-items:center; display:flex; flex-wrap:wrap; gap:27px; margin-top:44px; }
.hero .eyebrow { color:var(--gold-bright); }.hero .text-link { color:var(--cream); }
.hero-orbit { align-items:center; border:1px solid rgba(169,142,85,.38); border-radius:50%; display:flex; height:min(55vw,720px); justify-content:center; position:absolute; right:-6vw; top:-6vh; width:min(55vw,720px); z-index:1; }
.hero-orbit::before,.hero-orbit::after { border:1px solid rgba(169,142,85,.19); border-radius:50%; content:""; position:absolute; }
.hero-orbit::before { height:72%; width:72%; }.hero-orbit::after { height:45%; width:45%; }
.hero-orbit span { background:var(--gold); border-radius:50%; box-shadow:0 0 45px 20px rgba(169,142,85,.17); height:8px; width:8px; }

.intro-section,.atelier-section { display:grid; gap:9vw; grid-template-columns:1fr 1fr; padding:150px 10vw 95px; }
.section-heading h2 { font-size:clamp(2.7rem,5.2vw,5rem); margin-bottom:0; }
.intro-copy { align-self:end; max-width:480px; }
.intro-copy p,.atelier-content>p,.principle-section>p,.catalogue-hero>p,.enquiry-panel>div>p { color:var(--muted); font-size:1.08rem; line-height:1.8; }
.intro-copy .text-link { margin-top:18px; }

.watch-grid { display:grid; }.home-selection,.catalogue-grid { grid-template-columns:repeat(3,1fr); }
.watch-card { background:var(--ink-soft); display:flex; flex-direction:column; min-width:0; }
.home-selection .watch-card:nth-child(2) { background:#292b25; }.home-selection .watch-card:nth-child(3) { background:#20241f; }
.catalogue-grid .watch-card { border-bottom:1px solid var(--line); border-right:1px solid var(--line); }
.catalogue-grid .watch-card:nth-child(3n) { border-right:0; }
.catalogue-grid .watch-card:nth-child(6n+2) { background:#30332b; }.catalogue-grid .watch-card:nth-child(6n+3) { background:#242823; }.catalogue-grid .watch-card:nth-child(6n+4) { background:#33362d; }.catalogue-grid .watch-card:nth-child(6n+5) { background:#282b27; }

.watch-gallery { aspect-ratio:1/1.08; background:#f6f4ed; border-bottom:1px solid var(--line); overflow:hidden; position:relative; touch-action:pan-y; }
.image-placeholder { align-items:flex-end; background:linear-gradient(135deg,#343830,#1e211d); display:flex; height:100%; justify-content:space-between; padding:22px; position:absolute; width:100%; }
.image-placeholder::before { border:1px solid rgba(197,172,116,.22); border-radius:50%; content:""; height:75%; position:absolute; right:-13%; top:-22%; width:75%; }
.image-placeholder span { color:var(--gold-bright); font-size:.67rem; letter-spacing:.13em; position:relative; z-index:1; }
.gallery-slide { height:100%; inset:0; object-fit:contain; opacity:0; position:absolute; transition:opacity .32s ease; width:100%; z-index:1; }
.gallery-slide.active.loaded { opacity:1; }
.gallery-controls { align-items:center; bottom:15px; display:flex; justify-content:space-between; left:15px; pointer-events:none; position:absolute; right:15px; transition:opacity .2s ease; z-index:3; }
.gallery-button { background:rgba(17,18,15,.76); border:1px solid rgba(236,232,219,.38); border-radius:50%; color:var(--cream); cursor:pointer; font-size:1.05rem; height:35px; pointer-events:auto; width:35px; }
.gallery-button:hover { background:var(--gold); color:var(--ink); }
.gallery-dots { display:flex; gap:6px; }.gallery-dot { background:rgba(17,18,15,.42); border:1px solid rgba(236,232,219,.75); border-radius:50%; cursor:pointer; height:7px; padding:0; pointer-events:auto; width:7px; }.gallery-dot.active { background:var(--gold-bright); border-color:var(--gold-bright); }
.watch-information { display:block; padding:25px 24px 19px; }.watch-information h3 { font-family:Georgia,serif; font-size:1.35rem; font-weight:400; margin-bottom:21px; }
.watch-details { border-top:1px solid var(--line); display:grid; grid-template-columns:1fr 1fr; margin:0; }
.watch-details>div { border-bottom:1px solid var(--line); padding:12px 0; }.watch-details>div:nth-child(odd) { border-right:1px solid var(--line); padding-right:12px; }.watch-details>div:nth-child(even) { padding-left:12px; }
.watch-details dt { color:var(--gold-bright); font-size:.68rem; letter-spacing:.13em; margin-bottom:6px; text-transform:uppercase; }.watch-details dd { color:var(--cream); font-size:.86rem; line-height:1.45; margin:0; }.watch-note { color:var(--muted); font-size:.84rem; line-height:1.55; margin:17px 0 0; }
.enquire-link { align-self:flex-start; margin:auto 24px 25px; }

.atelier-section { background:var(--cream); color:var(--ink); padding-bottom:155px; }.atelier-section .eyebrow { color:#82703f; }.atelier-title h2 { font-size:clamp(2.8rem,5.5vw,5.8rem); line-height:.95; margin:0; max-width:620px; }.atelier-content { align-self:end; max-width:480px; }.atelier-content>p { color:#55554d; }.atelier-content ul { border-top:1px solid rgba(17,18,15,.2); list-style:none; margin:35px 0 0; padding:0; }.atelier-content li { border-bottom:1px solid rgba(17,18,15,.2); display:flex; font-family:Georgia,serif; font-size:1.08rem; justify-content:space-between; padding:15px 0; }.atelier-content li span { color:#9f834b; font-size:.68rem; }
.principle-section { background:#37392f; padding:150px 10vw; text-align:center; }.principle-section h2 { font-size:clamp(3rem,7vw,7rem); line-height:.9; margin:15px auto 32px; max-width:880px; }.principle-section>p:not(.eyebrow) { margin:0 auto; max-width:520px; }
.catalogue-hero { border-bottom:1px solid var(--line); padding:130px 10vw 90px; }.catalogue-hero h1 { font-size:clamp(4rem,8vw,8rem); line-height:.9; margin-bottom:25px; }.catalogue-hero>p:not(.eyebrow) { max-width:620px; }

.enquiry-panel { align-items:start; background:var(--gold); color:var(--ink); display:grid; gap:45px; grid-template-columns:.65fr 1.25fr 1fr; padding:92px 10vw; }.enquiry-panel .eyebrow { color:#56503b; margin:10px 0 0; }.enquiry-panel h2 { font-size:clamp(2.25rem,3.8vw,4rem); line-height:.93; margin-bottom:20px; }.enquiry-panel>div>p { color:#39382f; margin-bottom:0; }
.site-footer { align-items:center; display:grid; gap:25px; grid-template-columns:1fr 1.2fr 1.2fr 2fr; padding:54px 5.5vw; }.site-footer p { color:var(--muted); font-family:Georgia,serif; font-size:1.05rem; margin:0; }.site-footer address { color:var(--muted); font-size:.82rem; font-style:normal; line-height:1.6; }.site-footer small { color:var(--muted); font-size:.7rem; line-height:1.5; text-align:right; }

.story-hero { background:#f8f7f2; border-bottom:1px solid #ded8c8; color:var(--ink); min-height:570px; overflow:hidden; padding:140px 48% 110px 10vw; position:relative; }.story-hero h1 { font-size:clamp(4rem,8vw,8rem); line-height:.9; margin-bottom:27px; max-width:980px; }.story-hero>p:not(.eyebrow) { color:#55554d; font-size:1.12rem; line-height:1.8; max-width:610px; }.story-hero .eyebrow { color:#82703f; }.story-hero-image { bottom:0; height:100%; margin:0; overflow:hidden; position:absolute; right:6vw; width:33%; }.story-hero-image img { height:100%; object-fit:cover; object-position:67% center; width:100%; }
.story-section { display:grid; gap:9vw; grid-template-columns:.35fr 1.65fr; padding:120px 18vw; }.story-section h2 { font-size:clamp(2.4rem,4.5vw,4.5rem); line-height:.95; margin-bottom:29px; }.story-section div>p { color:var(--muted); font-size:1.08rem; line-height:1.85; max-width:630px; }.story-index { color:var(--gold-bright); font-size:.82rem; font-weight:bold; letter-spacing:.16em; }.story-section-dark { background:#37392f; }.story-section .button { margin-top:14px; }

@media (hover:hover) and (pointer:fine) { .gallery-controls { opacity:0; } .watch-gallery:hover .gallery-controls { opacity:1; } }
@media (max-width:800px) {
  .site-header { grid-template-columns:1fr auto; min-height:74px; padding:0 24px; }.site-header nav { grid-column:1/-1; grid-row:2; justify-content:center; padding-bottom:12px; }.site-header .brand { grid-row:1; }.site-header .language-switcher { grid-row:1; }
  .hero { background-position:60% center; min-height:calc(100vh - 118px); padding:12vh 24px 50vh; }.hero::after { background:linear-gradient(180deg,rgba(11,17,13,.97) 0%,rgba(11,17,13,.88) 40%,rgba(11,17,13,.35) 100%); inset:0; }.hero-copy { max-width:100%; }.hero h1 { font-size:clamp(3.5rem,16vw,6.8rem); }.hero-text { font-size:1rem; max-width:450px; }.hero-orbit { height:105vw; opacity:.75; right:-36vw; top:-3vh; width:105vw; }
  .intro-section,.atelier-section { gap:45px; grid-template-columns:1fr; padding:90px 24px 65px; }.home-selection,.catalogue-grid { grid-template-columns:1fr; }.catalogue-grid .watch-card,.catalogue-grid .watch-card:nth-child(3n) { border-right:0; }.watch-gallery { aspect-ratio:1/.92; }.watch-details { grid-template-columns:1fr; }.watch-details>div:nth-child(odd),.watch-details>div:nth-child(even) { border-right:0; padding-left:0; padding-right:0; }
  .atelier-section { padding-bottom:90px; }.principle-section { padding:90px 24px; }.catalogue-hero { padding:90px 24px 55px; }.enquiry-panel { gap:28px; grid-template-columns:1fr; padding:65px 24px; }.enquiry-panel .eyebrow { margin:0; }.site-footer { align-items:start; grid-template-columns:1fr; padding:48px 24px; }.site-footer small { text-align:left; }
  .story-hero { min-height:0; padding:90px 24px 390px; }.story-hero-image { height:350px; right:0; width:100%; }.story-section { gap:28px; grid-template-columns:1fr; padding:75px 24px; }
}
