@import url('https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;500;600;700&family=Playfair+Display:ital,wght@0,500;0,600;0,700;1,500;1,600&display=swap');

:root{
  --ink:#101111;
  --ink-soft:#17191a;
  --ink-lift:#232526;
  --paper:#f2eee6;
  --paper-deep:#e7dfd2;
  --line:rgba(242,238,230,.16);
  --line-dark:rgba(16,17,17,.15);
  --gold:#cc9554;
  --gold-light:#ecc88b;
  --gold-deep:#87501d;
  --wine:#733524;
  --pine:#253830;
  --sand:#d8b98b;
  --muted:#a9a7a0;
  --shadow:0 25px 70px rgba(0,0,0,.28);
  --radius:2px;
  --max:1260px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth;background:var(--ink)}
body{margin:0;background:var(--ink);color:var(--paper);font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.65;overflow-x:hidden}
a{color:inherit;text-decoration:none}
img{display:block;max-width:100%}
button,input,textarea{font:inherit}
::selection{background:var(--gold);color:#16100b}

.page-progress{position:fixed;z-index:120;left:0;top:0;height:2px;background:linear-gradient(90deg,var(--gold-deep),var(--gold-light));width:0;transition:width .1s linear}
.site-header{position:fixed;z-index:100;top:0;left:0;width:100%;border-bottom:1px solid transparent;transition:background .35s ease,border-color .35s ease,backdrop-filter .35s ease}
.site-header.is-scrolled{background:rgba(13,14,14,.82);border-color:var(--line);backdrop-filter:blur(16px)}
.nav-wrap{width:min(var(--max),calc(100% - 48px));margin:0 auto;min-height:84px;display:flex;align-items:center;justify-content:space-between;gap:22px}
.brand{display:inline-flex;align-items:center;gap:12px;letter-spacing:.01em;min-width:245px}
.brand-logo{width:44px;height:44px;object-fit:contain}
.brand-copy{display:flex;flex-direction:column;line-height:1.05}
.brand-eyebrow{font-size:9px;letter-spacing:.22em;text-transform:uppercase;color:var(--gold-light);margin-bottom:5px}
.brand-name{font:600 21px/1.05 'Playfair Display',Georgia,serif;letter-spacing:.01em}
.nav-links{display:flex;align-items:center;justify-content:center;gap:25px;font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:#ebe8e1}
.nav-links a{position:relative;padding:7px 0;opacity:.82;transition:opacity .22s ease,color .22s ease}
.nav-links a:after{content:"";position:absolute;left:0;right:0;bottom:0;height:1px;background:var(--gold-light);transform:scaleX(0);transform-origin:right;transition:transform .25s ease}
.nav-links a:hover,.nav-links a.is-active{opacity:1;color:#fff}
.nav-links a:hover:after,.nav-links a.is-active:after{transform:scaleX(1);transform-origin:left}
.nav-cta{display:inline-flex;align-items:center;gap:10px;border:1px solid rgba(236,200,139,.55);padding:10px 13px;font-size:11px;letter-spacing:.11em;text-transform:uppercase;color:var(--gold-light);transition:background .25s ease,color .25s ease;white-space:nowrap}
.nav-cta:hover{background:var(--gold-light);color:#19130d}
.nav-toggle{display:none;background:transparent;border:0;color:var(--paper);width:42px;height:42px;padding:0;cursor:pointer}
.nav-toggle span{display:block;width:24px;height:1px;background:currentColor;margin:6px auto;transition:transform .25s ease,opacity .25s ease}

.mobile-drawer{position:fixed;z-index:95;inset:0;background:rgba(12,13,13,.98);padding:110px 32px 40px;display:flex;flex-direction:column;gap:20px;transform:translateX(100%);opacity:0;pointer-events:none;transition:transform .35s ease,opacity .35s ease}
.mobile-drawer.is-open{transform:translateX(0);opacity:1;pointer-events:auto}
.mobile-drawer a{font:600 clamp(28px,7vw,42px)/1.1 'Playfair Display',Georgia,serif;border-bottom:1px solid var(--line);padding:13px 0}
.mobile-drawer .micro{font-size:11px;letter-spacing:.17em;text-transform:uppercase;color:var(--gold-light);margin-top:auto}

.site-footer{background:#0b0c0c;border-top:1px solid var(--line);padding:58px 0 24px}
.footer-grid{width:min(var(--max),calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:1.7fr 1fr 1fr;gap:38px}
.footer-brand{display:flex;gap:14px;align-items:flex-start}
.footer-brand .brand-logo{width:58px;height:58px}.footer-title{font:600 28px/1 'Playfair Display',Georgia,serif;margin:1px 0 12px}.footer-text{color:#bbb9b4;font-size:13px;max-width:430px;margin:0}
.footer-title-sm{font-size:10px;text-transform:uppercase;letter-spacing:.18em;color:var(--gold-light);margin:10px 0 14px}.footer-links{display:grid;gap:7px;font-size:13px;color:#c7c5bf}.footer-links a:hover{color:var(--gold-light)}
.footer-bottom{width:min(var(--max),calc(100% - 48px));margin:48px auto 0;padding-top:18px;border-top:1px solid var(--line);font-size:11px;color:#8e8d88;display:flex;justify-content:space-between;gap:16px;flex-wrap:wrap}.footer-bottom a:hover{color:var(--gold-light)}

.container{width:min(var(--max),calc(100% - 48px));margin:0 auto}
.section{padding:118px 0}.section-sm{padding:72px 0}.section-paper{background:var(--paper);color:var(--ink)}.section-sand{background:var(--paper-deep);color:var(--ink)}.section-ink{background:var(--ink)}
.eyebrow{font:500 10px/1 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.17em;color:var(--gold-light);display:flex;align-items:center;gap:11px;margin-bottom:16px}.section-paper .eyebrow,.section-sand .eyebrow{color:var(--gold-deep)}.eyebrow:before{content:"";width:32px;height:1px;background:currentColor;opacity:.8}
.display{font:600 clamp(42px,6vw,78px)/.98 'Playfair Display',Georgia,serif;letter-spacing:-.045em;margin:0}.display em{font-style:italic;font-weight:500;color:var(--gold-light)}.section-paper .display em,.section-sand .display em{color:var(--gold-deep)}
.h2{font:600 clamp(32px,4.1vw,54px)/1.02 'Playfair Display',Georgia,serif;letter-spacing:-.038em;margin:0}.lead{font-size:18px;line-height:1.75;color:#c9c7c1;max-width:660px}.section-paper .lead,.section-sand .lead{color:#585854}.copy{font-size:15px;color:#b7b5b0}.section-paper .copy,.section-sand .copy{color:#575955}.kicker{font:500 10px/1 'DM Mono',monospace;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light)}.section-paper .kicker,.section-sand .kicker{color:var(--gold-deep)}
.divider{height:1px;background:var(--line);margin:40px 0}.section-paper .divider,.section-sand .divider{background:var(--line-dark)}

.button-row{display:flex;gap:14px;flex-wrap:wrap;margin-top:30px}.button{display:inline-flex;align-items:center;justify-content:center;gap:12px;min-height:48px;padding:0 21px;border:1px solid var(--gold);font-size:11px;letter-spacing:.12em;text-transform:uppercase;transition:transform .22s ease,background .22s ease,color .22s ease;cursor:pointer}.button:hover{transform:translateY(-2px)}.button-primary{background:var(--gold);color:#1c130a}.button-primary:hover{background:var(--gold-light)}.button-ghost{color:var(--paper);border-color:rgba(242,238,230,.56)}.button-ghost:hover{background:var(--paper);color:var(--ink)}.section-paper .button-ghost,.section-sand .button-ghost{color:var(--ink);border-color:rgba(16,17,17,.38)}.section-paper .button-ghost:hover,.section-sand .button-ghost:hover{background:var(--ink);color:var(--paper)}
.icon-arrow{font-size:17px;line-height:0;transition:transform .2s ease}.button:hover .icon-arrow{transform:translateX(3px)}

.hero{min-height:100svh;position:relative;display:flex;align-items:flex-end;padding:140px 0 78px;isolation:isolate;overflow:hidden}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(5,7,7,.28) 0%,rgba(6,8,8,.18) 30%,rgba(7,8,8,.9) 100%);z-index:-1}.hero:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(5,6,6,.66),transparent 68%);z-index:-1}.hero-bg{position:absolute;inset:0;z-index:-2;background:center/cover no-repeat;transform:scale(1.035);animation:heroKenburns 14s ease-out both}.hero-content{width:min(var(--max),calc(100% - 48px));margin:0 auto;display:grid;grid-template-columns:minmax(0,760px) minmax(180px,1fr);gap:40px;align-items:end}.hero-mark{width:116px;height:116px;opacity:.94;margin-bottom:22px;filter:drop-shadow(0 10px 20px rgba(0,0,0,.35))}.hero-subtitle{font:500 11px/1.4 'DM Mono',monospace;letter-spacing:.17em;text-transform:uppercase;color:var(--gold-light);max-width:560px;margin:0 0 18px}.hero-title{font:600 clamp(48px,7vw,94px)/.9 'Playfair Display',Georgia,serif;letter-spacing:-.058em;margin:0;max-width:900px;text-wrap:balance}.hero-title em{font-weight:500;color:var(--gold-light)}.hero-description{max-width:600px;color:#dfdcd6;font-size:17px;line-height:1.72;margin:27px 0 0}.hero-meta{align-self:end;justify-self:end;display:grid;gap:13px;max-width:252px;padding:20px 0 8px;border-top:1px solid var(--line);font-size:12px;color:#e5e2dc}.hero-meta strong{font-size:10px;letter-spacing:.16em;text-transform:uppercase;color:var(--gold-light);font-weight:500}.hero-scroll{position:absolute;left:50%;bottom:25px;transform:translateX(-50%);font-size:9px;letter-spacing:.2em;text-transform:uppercase;color:rgba(242,238,230,.6);display:flex;align-items:center;gap:8px}.hero-scroll:after{content:"";height:35px;width:1px;background:rgba(242,238,230,.5);display:inline-block;animation:scrollPulse 1.8s ease-in-out infinite}
@keyframes heroKenburns{from{transform:scale(1.08)}to{transform:scale(1.035)}}@keyframes scrollPulse{0%,100%{transform:scaleY(.45);transform-origin:top;opacity:.35}50%{transform:scaleY(1);opacity:1}}

.page-hero{position:relative;min-height:66svh;padding:175px 0 80px;display:flex;align-items:flex-end;overflow:hidden;isolation:isolate}.page-hero:before{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(8,9,9,.24),rgba(8,9,9,.91));z-index:-1}.page-hero-bg{position:absolute;inset:0;background:center/cover no-repeat;z-index:-2}.page-hero .container{display:grid;grid-template-columns:minmax(0,800px) 1fr;gap:40px;align-items:end}.page-hero .display{max-width:820px}.page-hero .lead{color:#dcd9d3;margin:23px 0 0}.page-hero-label{justify-self:end;max-width:220px;border-left:1px solid rgba(236,200,139,.68);padding-left:18px;font:11px/1.7 'DM Mono',monospace;color:#d8d5cf}

.stacked-copy{display:grid;gap:16px}.feature-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:50px}.feature-card{background:var(--ink);padding:31px 28px;min-height:215px}.feature-card .number{font:500 11px/1 'DM Mono',monospace;color:var(--gold-light);letter-spacing:.14em}.feature-card h3{font:600 28px/1.1 'Playfair Display',Georgia,serif;margin:37px 0 12px}.feature-card p{font-size:13px;color:#b8b7b2;margin:0}.feature-card .card-link{display:inline-flex;margin-top:19px;color:var(--gold-light);font-size:11px;text-transform:uppercase;letter-spacing:.11em;gap:8px}

.image-grid{display:grid;grid-template-columns:1.12fr .88fr;gap:18px;align-items:stretch}.image-card{position:relative;overflow:hidden;min-height:515px}.image-card img{width:100%;height:100%;object-fit:cover}.image-card.tall{min-height:630px}.image-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(0,0,0,.06) 18%,rgba(0,0,0,.18) 42%,rgba(0,0,0,.82) 100%)}.image-card-label{position:absolute;z-index:2;left:27px;bottom:24px;color:#fff;max-width:82%;text-shadow:0 3px 18px rgba(0,0,0,.72)}.image-card-label .kicker{color:var(--gold-light)}.image-card-label h3{font:600 31px/1.02 'Playfair Display',Georgia,serif;margin:5px 0 0;color:#fff}.image-card-label p{font-size:12px;margin:8px 0 0;color:#f3efe7}.image-stack{display:grid;grid-template-rows:1fr 1fr;gap:18px}.image-stack .image-card{min-height:0}

.editorial{display:grid;grid-template-columns:1fr 1fr;gap:clamp(40px,8vw,130px);align-items:center}.editorial.reversed > :first-child{order:2}.editorial-photo{position:relative;min-height:630px}.editorial-photo img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.editorial-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.35))}.frame-label{position:absolute;right:-1px;bottom:-1px;padding:16px 21px;background:var(--paper);color:var(--ink);z-index:2;max-width:245px;font:500 10px/1.5 'DM Mono',monospace;letter-spacing:.11em;text-transform:uppercase}.gold-rule{width:90px;height:1px;background:var(--gold);margin:27px 0}.quote{font:500 clamp(28px,3.6vw,45px)/1.14 'Playfair Display',Georgia,serif;letter-spacing:-.035em;margin:0}.quote em{color:var(--gold-light)}.section-paper .quote em,.section-sand .quote em{color:var(--gold-deep)}

.menu-nav{position:sticky;top:84px;z-index:30;background:rgba(15,16,16,.94);backdrop-filter:blur(12px);border-bottom:1px solid var(--line)}.menu-nav-inner{width:min(var(--max),calc(100% - 48px));margin:0 auto;display:flex;gap:18px;overflow-x:auto;scrollbar-width:none;padding:12px 0}.menu-nav-inner::-webkit-scrollbar{display:none}.menu-nav a{font-size:10px;letter-spacing:.12em;text-transform:uppercase;white-space:nowrap;color:#b8b6b0;border:1px solid transparent;padding:8px 10px}.menu-nav a:hover{color:var(--gold-light);border-color:rgba(236,200,139,.28)}
.menu-section{scroll-margin-top:156px;padding:105px 0;border-bottom:1px solid var(--line)}.menu-section:last-of-type{border-bottom:0}.menu-head{display:flex;justify-content:space-between;align-items:end;gap:25px;margin-bottom:42px}.menu-head .h2{max-width:690px}.menu-note{font:11px/1.65 'DM Mono',monospace;color:#aba8a1;max-width:250px}.dish-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:0 40px;border-top:1px solid var(--line)}.dish{padding:22px 0;border-bottom:1px solid var(--line);display:grid;grid-template-columns:1fr auto;gap:12px;align-items:start}.dish-name{font:600 22px/1.12 'Playfair Display',Georgia,serif}.dish-desc{grid-column:1;font-size:13px;line-height:1.55;color:#b9b6b0;margin-top:6px;max-width:480px}.dish-price{font:500 13px/1.3 'DM Mono',monospace;color:var(--gold-light);padding-top:4px;white-space:nowrap}.menu-visual{display:grid;grid-template-columns:.76fr 1.24fr;gap:42px;align-items:center;margin-top:50px}.menu-poster{max-width:340px;margin:0 auto;box-shadow:var(--shadow);border:1px solid rgba(236,200,139,.25)}.menu-poster img{width:100%;height:auto}.menu-callout{padding:28px 0 28px 32px;border-left:1px solid var(--gold)}.menu-callout p{font:500 29px/1.13 'Playfair Display',Georgia,serif;margin:0}.menu-callout p em{color:var(--gold-light)}

.masonry{display:grid;grid-template-columns:1.15fr .85fr .85fr;grid-template-rows:290px 290px;gap:16px}.masonry .tile{position:relative;overflow:hidden}.masonry .tile:nth-child(1){grid-row:span 2}.masonry .tile:nth-child(4){grid-column:span 2}.masonry img{width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.masonry .tile:hover img{transform:scale(1.04)}.masonry .tile:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 50%,rgba(0,0,0,.65))}.masonry .tile span{position:absolute;z-index:2;left:19px;bottom:16px;font-size:11px;text-transform:uppercase;letter-spacing:.12em;color:#fff}

.wine-split{display:grid;grid-template-columns:.95fr 1.05fr;gap:clamp(35px,7vw,95px);align-items:center}.wine-poster{padding:18px;border:1px solid rgba(204,149,84,.45);position:relative}.wine-poster:before{content:"";position:absolute;inset:7px;border:1px solid rgba(204,149,84,.25);pointer-events:none}.wine-poster img{width:100%;box-shadow:var(--shadow)}.wine-regions{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--line);border:1px solid var(--line);margin-top:30px}.region{padding:24px;background:var(--ink)}.region strong{display:block;color:var(--gold-light);font:600 23px/1.1 'Playfair Display',Georgia,serif}.region span{display:block;font-size:12px;color:#b8b6b0;margin-top:7px}

.ice-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.ice-card{position:relative;overflow:hidden;min-height:605px}.ice-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.ice-card:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.88))}.ice-card-content{position:absolute;z-index:2;left:32px;right:32px;bottom:30px}.ice-card h3{font:600 42px/1.02 'Playfair Display',Georgia,serif;margin:8px 0}.ice-card p{font-size:13px;color:#e2dfd8;margin:0;max-width:440px}.ice-flavour-list{display:grid;grid-template-columns:repeat(3,1fr);gap:1px;background:var(--line);border:1px solid var(--line);margin-top:40px}.flavour{padding:23px 20px;background:#121313}.flavour .flavour-type{font:10px/1 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.13em;color:var(--gold-light)}.flavour h4{font:600 23px/1.15 'Playfair Display',Georgia,serif;margin:17px 0 0}.flavour p{font-size:12px;color:#aeada8;margin:7px 0 0}

.contact-hero{min-height:57svh}.contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px}.contact-card{padding:38px;background:#151616;border:1px solid var(--line);min-height:245px;display:flex;flex-direction:column}.contact-card h3{font:600 32px/1.05 'Playfair Display',Georgia,serif;margin:0 0 20px}.contact-card p{font-size:14px;color:#bab8b2;margin:0;max-width:420px}.contact-card .contact-action{font:500 11px/1.4 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.13em;color:var(--gold-light);margin-top:auto;padding-top:26px}.notice{padding:17px 20px;border-left:1px solid var(--gold);background:#1b1c1c;font-size:13px;color:#c3c1bb;margin-top:36px}.contact-photo{min-height:440px;position:relative;overflow:hidden}.contact-photo img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.contact-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(0,0,0,.6),transparent)}.contact-photo-text{position:absolute;z-index:2;left:28px;bottom:25px;font:500 27px/1.12 'Playfair Display',Georgia,serif;max-width:360px}

.faq{margin-top:50px;border-top:1px solid var(--line-dark)}.faq details{border-bottom:1px solid var(--line-dark);padding:0}.faq summary{list-style:none;padding:20px 0;cursor:pointer;display:flex;justify-content:space-between;gap:18px;font:600 21px/1.25 'Playfair Display',Georgia,serif}.faq summary::-webkit-details-marker{display:none}.faq summary:after{content:"+";font:400 26px/1 Manrope,sans-serif;color:var(--gold-deep);transition:transform .22s ease}.faq details[open] summary:after{transform:rotate(45deg)}.faq .answer{padding:0 0 22px;max-width:740px;font-size:14px;color:#666661}

.reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease,transform .7s cubic-bezier(.2,.8,.2,1)}.reveal.is-visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}

@media (max-width:1050px){
  .nav-links{gap:15px;font-size:10px}.brand{min-width:auto}.nav-cta{display:none}.hero-content{grid-template-columns:1fr}.hero-meta{justify-self:start;max-width:360px}.feature-grid{grid-template-columns:1fr}.image-grid,.editorial,.wine-split{grid-template-columns:1fr}.editorial.reversed > :first-child{order:0}.editorial-photo{min-height:500px}.image-stack{grid-template-columns:1fr 1fr;grid-template-rows:auto}.image-stack .image-card{min-height:370px}.ice-card{min-height:480px}.footer-grid{grid-template-columns:1.5fr 1fr}
}
@media (max-width:760px){
  .nav-wrap{width:calc(100% - 32px);min-height:70px}.brand-logo{width:39px;height:39px}.brand-name{font-size:18px}.brand-eyebrow{font-size:8px}.nav-links{display:none}.nav-toggle{display:block}.site-header.is-scrolled{background:rgba(13,14,14,.92)}.mobile-drawer{padding:95px 25px 30px}.container{width:calc(100% - 32px)}.section{padding:78px 0}.section-sm{padding:54px 0}.display{font-size:clamp(39px,12vw,61px)}.h2{font-size:clamp(31px,9vw,46px)}.lead{font-size:16px}.hero{padding:122px 0 65px;min-height:100svh}.hero:after{background:linear-gradient(90deg,rgba(5,6,6,.72),rgba(5,6,6,.12))}.hero-content{width:calc(100% - 32px)}.hero-title{font-size:clamp(48px,14vw,72px)}.hero-description{font-size:15px}.hero-mark{width:92px;height:92px;margin-bottom:14px}.hero-meta{padding-top:14px;max-width:260px}.hero-scroll{display:none}.page-hero{min-height:60svh;padding:132px 0 55px}.page-hero .container{grid-template-columns:1fr;width:calc(100% - 32px)}.page-hero-label{justify-self:start;border-left:0;border-top:1px solid var(--line);padding:14px 0 0;margin-top:7px}.feature-grid{margin-top:34px}.feature-card{min-height:0;padding:25px 22px}.feature-card h3{margin-top:26px}.image-grid,.image-stack,.ice-grid{grid-template-columns:1fr}.image-card,.image-card.tall,.image-stack .image-card{min-height:420px}.image-grid .image-card:first-child{min-height:500px}.editorial{gap:34px}.editorial-photo{min-height:440px}.frame-label{font-size:9px;padding:12px 14px;max-width:200px}.masonry{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:250px 250px 250px}.masonry .tile:nth-child(1){grid-column:span 2;grid-row:span 1}.masonry .tile:nth-child(4){grid-column:span 2}.masonry .tile:nth-child(5){display:none}.dish-grid{grid-template-columns:1fr;gap:0}.dish-name{font-size:21px}.menu-head{display:block;margin-bottom:28px}.menu-note{margin-top:16px}.menu-visual{grid-template-columns:1fr;gap:27px}.menu-callout{padding:22px 0 22px 22px}.menu-callout p{font-size:25px}.menu-nav{top:70px}.menu-nav-inner{width:calc(100% - 32px)}.wine-regions{grid-template-columns:1fr}.ice-flavour-list{grid-template-columns:1fr}.ice-card-content{left:23px;right:23px;bottom:23px}.ice-card h3{font-size:34px}.contact-grid{grid-template-columns:1fr}.contact-card{min-height:210px;padding:29px}.footer-grid{grid-template-columns:1fr;gap:22px}.footer-bottom{width:calc(100% - 32px);margin-top:38px}.footer-grid{width:calc(100% - 32px)}.site-footer{padding-top:48px}.button{width:100%;padding:0 16px}.button-row{gap:11px}.page-hero .display{font-size:clamp(43px,11vw,62px)}
}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}.hero-bg{animation:none}.reveal{opacity:1;transform:none;transition:none}.hero-scroll:after{animation:none}}


/* ─────────────────────────────────────────────
   V3 — PREMIUM ART DIRECTION & MOBILE REFINEMENT
   ───────────────────────────────────────────── */
:root{
  --ink:#0d0e0e;
  --ink-soft:#151717;
  --paper:#f5f1e9;
  --paper-deep:#e9e1d3;
  --gold:#c78b47;
  --gold-light:#f1cf95;
  --gold-deep:#8b531d;
  --max:1320px;
}
body{letter-spacing:.003em}
.site-header{border-bottom-color:rgba(242,238,230,.08)}
.site-header.is-scrolled{background:rgba(9,10,10,.9)}
.nav-wrap{min-height:88px}
.brand-name{font-size:22px;letter-spacing:-.02em}
.nav-links{gap:28px;font-size:10px;letter-spacing:.13em}
.nav-cta{padding:11px 16px;border-color:rgba(241,207,149,.72)}

/* Hero: composition plus cinématographique, ancrée dans le lieu */
.hero{min-height:max(760px,100svh);padding:162px 0 76px}
.hero:before{background:linear-gradient(180deg,rgba(4,5,5,.18) 0%,rgba(6,7,7,.2) 32%,rgba(4,5,5,.95) 100%)}
.hero:after{background:linear-gradient(90deg,rgba(2,3,3,.84) 0%,rgba(5,6,6,.56) 38%,rgba(5,6,6,.05) 78%)}
.hero-bg{filter:saturate(.88) contrast(1.06) brightness(.86)}
.hero-content{grid-template-columns:minmax(0,820px) minmax(210px,1fr);gap:54px}
.hero-content > :first-child{position:relative;padding-left:28px}
.hero-content > :first-child:before{content:"";position:absolute;left:0;top:8px;bottom:8px;width:1px;background:linear-gradient(180deg,transparent,rgba(241,207,149,.9),transparent)}
.hero-overline{display:flex;align-items:center;gap:12px;font:500 10px/1 'DM Mono',monospace;letter-spacing:.2em;text-transform:uppercase;color:var(--gold-light);margin:0 0 20px}
.hero-overline:before{content:"";display:block;width:38px;height:1px;background:currentColor}
.hero-mark{width:104px;height:104px;margin-bottom:20px}
.hero-subtitle{font-size:10px;letter-spacing:.21em;margin-bottom:18px}
.hero-title{font-size:clamp(55px,6.75vw,99px);line-height:.88;max-width:950px;text-shadow:0 6px 35px rgba(0,0,0,.36)}
.hero-description{font-size:16px;max-width:610px;color:#eeeae2;margin-top:29px}
.hero .button-row{margin-top:34px}
.hero .button{min-height:52px}
.hero-meta{padding:20px 0 10px;border-top-color:rgba(241,207,149,.45);max-width:275px;gap:11px;position:relative}
.hero-meta:after{content:"";position:absolute;right:0;top:-1px;width:46px;height:1px;background:var(--gold-light)}
.hero-scroll{bottom:19px}
.hero-scroll:before{content:"01";font-family:'DM Mono',monospace;color:var(--gold-light);margin-right:5px}

.experience-ribbon{position:relative;z-index:4;margin-top:-1px;background:#101111;border-top:1px solid rgba(241,207,149,.22);border-bottom:1px solid rgba(241,207,149,.17)}
.experience-ribbon-inner{width:min(var(--max),calc(100% - 48px));margin:0 auto;min-height:94px;display:grid;grid-template-columns:repeat(3,1fr);align-items:center}
.experience-ribbon-item{position:relative;display:flex;align-items:center;gap:14px;padding:0 29px;font:500 10px/1.55 'DM Mono',monospace;letter-spacing:.14em;text-transform:uppercase;color:#e1ddd5}
.experience-ribbon-item:first-child{padding-left:0}.experience-ribbon-item:not(:last-child):after{content:"";position:absolute;right:0;top:50%;height:31px;width:1px;transform:translateY(-50%);background:rgba(242,238,230,.15)}
.experience-ribbon-item strong{display:block;font:600 20px/1 'Playfair Display',Georgia,serif;letter-spacing:-.02em;text-transform:none;color:var(--gold-light)}
.experience-ribbon-index{font:500 10px/1 'DM Mono',monospace;color:var(--gold)}

/* Rythme des sections et typographie */
.section{padding:132px 0}.section-sm{padding:82px 0}
.eyebrow{margin-bottom:19px}.h2{line-height:.99;text-wrap:balance}.lead{font-size:18px;line-height:1.78}.copy{line-height:1.8}
.editorial{gap:clamp(46px,7vw,112px)}
.editorial-photo{box-shadow:0 28px 85px rgba(0,0,0,.17)}
.section-paper .editorial-photo,.section-sand .editorial-photo{outline:1px solid rgba(16,17,17,.13);outline-offset:10px}
.gold-rule{width:116px;margin:29px 0}

/* Cartes photo : lecture irréprochable sur toutes les images */
.image-grid{gap:22px;margin-top:56px!important}
.image-card{background:#161717;border:1px solid rgba(16,17,17,.08);isolation:isolate}
.image-card:before{content:"";position:absolute;z-index:1;inset:13px;border:1px solid rgba(255,255,255,.26);pointer-events:none;opacity:.55}
.image-card:after{background:linear-gradient(180deg,rgba(0,0,0,.01) 15%,rgba(0,0,0,.16) 38%,rgba(0,0,0,.9) 100%)}
.image-card img{filter:saturate(.82) contrast(1.04);transition:transform .75s cubic-bezier(.2,.8,.2,1),filter .5s ease}
.image-card:hover img{transform:scale(1.035);filter:saturate(.98) contrast(1.06)}
.image-card-label{left:34px;right:28px;bottom:29px;max-width:580px;text-shadow:0 4px 20px rgba(0,0,0,.9)}
.image-card-label .kicker{display:flex;align-items:center;gap:10px;color:var(--gold-light);font-size:10px;letter-spacing:.19em}
.image-card-label .kicker:before{content:"";width:25px;height:1px;background:currentColor}
.image-card-label h3{font-size:clamp(31px,3vw,42px);line-height:1;color:#fff;margin:9px 0 0;letter-spacing:-.035em}
.image-card-label p{font-size:13px;line-height:1.6;color:#f6f1e8;margin-top:11px}
.image-stack{gap:22px}

/* Présentation de carte : plus éditoriale et davantage de respiration */
.menu-nav{background:rgba(10,11,11,.97);border-top:1px solid rgba(241,207,149,.15)}
.menu-nav-inner{min-height:62px;align-items:center;gap:8px}
.menu-nav a{padding:9px 12px;border-color:rgba(241,207,149,.1);transition:color .2s ease,border-color .2s ease,background .2s ease}
.menu-nav a:hover{border-color:rgba(241,207,149,.52);background:rgba(241,207,149,.06)}
.menu-section{padding:118px 0;position:relative;background:linear-gradient(180deg,#101111 0%,#0d0e0e 100%)}
.menu-section:nth-of-type(even){background:#121313}
.menu-head{margin-bottom:48px}.menu-note{padding:15px 0 15px 18px;border-left:1px solid var(--gold);color:#cbc8c0}
.dish-grid{gap:0 54px}.dish{padding:27px 0 24px;transition:background .2s ease,transform .2s ease}.dish:hover{transform:translateX(4px)}
.dish-name{font-size:24px;letter-spacing:-.025em}.dish-desc{font-size:13px;line-height:1.72;color:#c0bdb6}.dish-price{font-size:13px;color:var(--gold-light);padding-top:5px}
.menu-visual{margin-top:62px}.menu-poster{border-color:rgba(241,207,149,.42)}

/* Pages éditoriales */
.page-hero{min-height:70svh;padding:188px 0 88px}.page-hero:before{background:linear-gradient(180deg,rgba(7,8,8,.17),rgba(6,7,7,.93))}.page-hero .display{font-size:clamp(52px,6.2vw,84px);line-height:.93}.page-hero .lead{font-size:17px}.page-hero-label{border-left-color:var(--gold-light);color:#dfdad1}
.masonry{gap:20px}.masonry .tile{border:1px solid rgba(241,207,149,.12)}
.masonry .tile:after{background:linear-gradient(180deg,transparent 43%,rgba(0,0,0,.88))}.masonry .tile span{left:24px;bottom:20px;letter-spacing:.17em;color:var(--gold-light)}
.wine-split{gap:clamp(44px,8vw,116px)}.wine-poster{padding:19px}.wine-regions{margin-top:38px}.region{padding:28px}.region strong{font-size:24px}
.ice-grid{gap:22px}.ice-card{min-height:640px;border:1px solid rgba(241,207,149,.15)}.ice-card:after{background:linear-gradient(180deg,transparent 30%,rgba(0,0,0,.93))}.ice-card-content{left:36px;right:36px;bottom:36px}.ice-card h3{font-size:45px}.ice-flavour-list{margin-top:46px}.flavour{padding:26px 22px}
.contact-card{padding:42px;background:linear-gradient(145deg,#191b1b,#111212);border-color:rgba(241,207,149,.17)}.contact-card h3{font-size:35px}.contact-photo{min-height:470px}

/* CTA mobile persistent, volontairement sobre */
.mobile-reserve{display:none}

@media (max-width:1050px){
  .hero-content{grid-template-columns:1fr;gap:34px}.hero-meta{justify-self:start;max-width:420px}
  .experience-ribbon-inner{grid-template-columns:1fr}.experience-ribbon-item{min-height:66px;padding:0}.experience-ribbon-item:first-child{padding-left:0}.experience-ribbon-item:not(:last-child):after{display:none}.experience-ribbon-item:not(:last-child){border-bottom:1px solid rgba(242,238,230,.12)}
  .section{padding:102px 0}.page-hero{min-height:62svh}.menu-section{padding:92px 0}
}
@media (max-width:760px){
  html{scroll-padding-top:78px}
  body{padding-bottom:72px}
  .site-header{background:rgba(8,9,9,.92);backdrop-filter:blur(13px)}
  .nav-wrap{min-height:74px}.brand{gap:9px}.brand-logo{width:38px;height:38px}.brand-eyebrow{display:none}.brand-name{font-size:18px}
  .hero{min-height:calc(100svh - 0px);padding:120px 0 54px}.hero:after{background:linear-gradient(90deg,rgba(2,3,3,.84),rgba(2,3,3,.3) 100%)}
  .hero-content{width:calc(100% - 32px);gap:28px}.hero-content > :first-child{padding-left:18px}.hero-overline{font-size:9px;letter-spacing:.16em;margin-bottom:15px}.hero-overline:before{width:26px}
  .hero-mark{width:78px;height:78px;margin-bottom:13px}.hero-subtitle{font-size:9px;letter-spacing:.14em;line-height:1.6;margin-bottom:13px}.hero-title{font-size:clamp(44px,13vw,63px);line-height:.91}.hero-description{font-size:14px;line-height:1.65;margin-top:20px}.hero .button-row{margin-top:25px}.hero .button{min-height:49px;font-size:10px}.hero-meta{font-size:11px;max-width:298px;padding:15px 0 4px}.hero-scroll{display:none}
  .experience-ribbon-inner{width:calc(100% - 32px)}.experience-ribbon-item{min-height:58px;font-size:9px;letter-spacing:.11em;gap:11px}.experience-ribbon-item strong{font-size:17px}.experience-ribbon-index{font-size:9px}
  .section{padding:78px 0}.section-sm{padding:52px 0}.h2{font-size:clamp(31px,9.3vw,43px);line-height:1.01}.lead{font-size:16px;line-height:1.72}.copy{font-size:14px}.editorial{gap:34px}.section-paper .editorial-photo,.section-sand .editorial-photo{outline-offset:6px}
  .image-grid{gap:16px!important;margin-top:38px!important}.image-stack{gap:16px}.image-card:before{inset:9px}.image-grid .image-card:first-child{min-height:470px}.image-card,.image-card.tall,.image-stack .image-card{min-height:340px}.image-card-label{left:23px;right:20px;bottom:22px}.image-card-label h3{font-size:31px}.image-card-label p{font-size:12px;max-width:280px}.image-card-label .kicker{font-size:9px}
  .page-hero{min-height:57svh;padding:126px 0 53px}.page-hero .container{gap:21px}.page-hero .display{font-size:clamp(42px,11.5vw,60px);line-height:.94}.page-hero .lead{font-size:15px;margin-top:17px}.page-hero-label{font-size:10px;line-height:1.6;margin-top:0;padding-top:13px}
  .menu-nav{top:74px}.menu-nav-inner{width:calc(100% - 24px);min-height:57px}.menu-nav a{padding:8px 10px;font-size:9px}.menu-section{scroll-margin-top:131px;padding:73px 0}.menu-head{margin-bottom:31px}.menu-note{margin-top:17px;padding:12px 0 12px 14px;font-size:10px}.dish-grid{gap:0}.dish{padding:21px 0 20px;gap:10px}.dish:hover{transform:none}.dish-name{font-size:21px}.dish-desc{font-size:12px;line-height:1.6;margin-top:5px}.dish-price{font-size:12px}.menu-visual{margin-top:39px}.menu-callout{padding-left:18px}.menu-callout p{font-size:24px}
  .masonry{gap:12px;grid-template-rows:220px 220px 220px}.masonry .tile span{left:15px;bottom:14px;font-size:9px}.wine-poster{padding:10px}.wine-regions{margin-top:27px}.region{padding:20px}.region strong{font-size:22px}.ice-grid{gap:16px}.ice-card{min-height:440px}.ice-card-content{left:22px;right:22px;bottom:23px}.ice-card h3{font-size:34px}.ice-card p{font-size:12px}.ice-flavour-list{margin-top:30px}.flavour{padding:20px}.contact-card{padding:28px}.contact-card h3{font-size:30px}.contact-photo{min-height:390px}
  .mobile-reserve{display:flex;position:fixed;z-index:110;bottom:0;left:0;right:0;min-height:67px;padding:10px 16px max(10px,env(safe-area-inset-bottom));background:rgba(9,10,10,.96);border-top:1px solid rgba(241,207,149,.22);backdrop-filter:blur(15px)}
  .mobile-reserve a{display:flex;align-items:center;justify-content:space-between;width:100%;padding:0 16px;background:var(--gold);color:#1c130a;font:600 10px/1 'DM Mono',monospace;letter-spacing:.15em;text-transform:uppercase}.mobile-reserve a span:last-child{font-size:20px;line-height:1}
}

/* ============================================================
   V4 — Direction artistique : le livre de la maison
   Les affiches culinaires deviennent la signature visuelle du site.
   ============================================================ */
.hero-v4{padding-top:128px;padding-bottom:64px;align-items:center}
.hero-v4:before{background:linear-gradient(90deg,rgba(7,8,8,.92) 0%,rgba(7,8,8,.8) 45%,rgba(7,8,8,.47) 100%)}
.hero-v4:after{background:linear-gradient(0deg,rgba(6,7,7,.8) 0%,transparent 38%)}
.hero-v4-content{grid-template-columns:minmax(0,1.08fr) minmax(300px,.62fr);align-items:center;gap:clamp(34px,7vw,112px)}
.hero-v4 .hero-copy{position:relative;z-index:2;padding-bottom:18px}
.hero-v4 .hero-title{max-width:790px}
.hero-v4 .hero-meta{display:none}
.hero-poster{width:min(100%,405px);justify-self:end;align-self:center}
.poster-frame{position:relative;display:block;background:#101111;border:1px solid rgba(241,207,149,.65);padding:8px;box-shadow:0 26px 95px rgba(0,0,0,.55);overflow:hidden;isolation:isolate;transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease}
.poster-frame:before{content:"";position:absolute;z-index:2;inset:14px;border:1px solid rgba(241,207,149,.38);pointer-events:none}
.poster-frame:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 63%,rgba(0,0,0,.9) 100%);pointer-events:none}
.poster-frame:hover{transform:translateY(-7px);box-shadow:0 36px 112px rgba(0,0,0,.7)}
.poster-frame img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;transition:transform .6s cubic-bezier(.2,.8,.2,1);filter:saturate(.92) contrast(1.035)}
.poster-frame:hover img{transform:scale(1.025);filter:saturate(1.02) contrast(1.06)}
.poster-frame-caption{position:absolute;z-index:3;left:26px;right:26px;bottom:22px;display:flex;align-items:end;justify-content:space-between;gap:16px;color:#fff;font:600 16px/1.12 'Playfair Display',Georgia,serif;text-shadow:0 2px 18px rgba(0,0,0,.75)}
.poster-frame-caption span{display:block;font:500 9px/1.2 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.17em;color:var(--gold-light);margin-bottom:6px}
.poster-frame-caption b{font:400 23px/1 Manrope,sans-serif;color:var(--gold-light)}

.showcase-heading{display:grid;grid-template-columns:1fr minmax(260px,420px);gap:40px;align-items:end}
.showcase-lead{margin:0;color:#bbb8b1;font-size:14px;line-height:1.8}.section-paper .showcase-lead,.section-sand .showcase-lead{color:#5e5d59}
.poster-triptych{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:55px}
.poster-card{position:relative;display:block;overflow:hidden;isolation:isolate;background:#0b0c0c;border:1px solid rgba(241,207,149,.28);box-shadow:0 24px 70px rgba(0,0,0,.28);transition:transform .45s cubic-bezier(.2,.8,.2,1),box-shadow .45s ease}
.poster-card:before{content:"";position:absolute;z-index:2;inset:9px;border:1px solid rgba(241,207,149,.37);pointer-events:none}
.poster-card:after{content:"";position:absolute;z-index:1;inset:0;background:linear-gradient(180deg,transparent 48%,rgba(0,0,0,.88) 100%);pointer-events:none}
.poster-card img{width:100%;height:auto;aspect-ratio:2/3;object-fit:cover;transition:transform .65s cubic-bezier(.2,.8,.2,1),filter .4s ease;filter:saturate(.85) contrast(1.025)}
.poster-card:hover{transform:translateY(-8px);box-shadow:0 35px 90px rgba(0,0,0,.48)}
.poster-card:hover img{transform:scale(1.035);filter:saturate(1.03) contrast(1.06)}
.poster-card>span{position:absolute;z-index:3;left:25px;right:25px;bottom:23px;color:#fff;text-shadow:0 2px 15px rgba(0,0,0,.9)}
.poster-card small{display:block;font:500 9px/1.2 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.17em;color:var(--gold-light);margin-bottom:8px}
.poster-card strong{display:block;font:600 clamp(24px,2.25vw,33px)/1.02 'Playfair Display',Georgia,serif;letter-spacing:-.03em}
.poster-card em{display:block;margin-top:12px;color:var(--gold-light);font:500 10px/1 'DM Mono',monospace;text-transform:uppercase;letter-spacing:.15em;font-style:normal}
.poster-showcase-cta{justify-content:center;margin-top:44px}
.poster-duo-layout{display:grid;grid-template-columns:.88fr 1.12fr;align-items:center;gap:clamp(38px,7vw,110px)}
.poster-duo{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;align-items:center}
.poster-duo .poster-card:nth-child(2){transform:translateY(52px)}
.poster-duo .poster-card:nth-child(2):hover{transform:translateY(44px)}
.poster-editorial{grid-template-columns:minmax(260px,.78fr) 1.22fr!important;align-items:center}
.editorial-poster{width:min(100%,420px);justify-self:center}
.wine-story{display:grid;grid-template-columns:1.05fr .65fr;align-items:center;gap:clamp(44px,9vw,130px)}
.wine-story-art{width:min(100%,380px);justify-self:end}
.final-poster-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:17px;margin-top:52px}
.poster-card-minor>span{left:19px;right:19px;bottom:19px}.poster-card-minor strong{font-size:22px}.poster-card-minor em{font-size:9px;margin-top:9px}

/* Page carte : lire les plats, ressentir l'univers. */
.page-hero-v4{min-height:72svh;padding:150px 0 66px}.page-hero-v4:before{background:linear-gradient(90deg,rgba(8,9,9,.92) 0%,rgba(8,9,9,.7) 54%,rgba(8,9,9,.42) 100%)}
.page-hero-v4-grid{grid-template-columns:1.06fr minmax(240px,.52fr)!important;align-items:center!important;gap:clamp(32px,7vw,100px)!important}
.page-hero-poster{width:min(100%,275px);justify-self:end}
.page-hero-poster .poster-frame-caption{left:18px;right:18px;bottom:16px;font-size:13px}.page-hero-poster .poster-frame-caption b{font-size:18px}
.menu-section-v4{background:radial-gradient(circle at 85% 10%,rgba(204,149,84,.055),transparent 34%),#101111!important}
.menu-section-v4-alt{background:radial-gradient(circle at 15% 18%,rgba(204,149,84,.07),transparent 30%),#131414!important}
.menu-v4-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(260px,.62fr);gap:clamp(42px,7vw,110px);align-items:start}
.menu-v4-layout-reversed{grid-template-columns:minmax(260px,.62fr) minmax(0,1.15fr)}
.menu-v4-poster{width:min(100%,385px);justify-self:end;position:sticky;top:136px}.menu-v4-layout-reversed .menu-v4-poster{justify-self:start}
.menu-v4-poster .poster-frame-caption{left:21px;right:21px;bottom:18px;font-size:14px}.menu-v4-poster .poster-frame-caption b{font-size:20px}
.menu-v4-copy .menu-head{margin-top:8px}.menu-v4-copy .dish-grid{grid-template-columns:1fr 1fr}
.menu-v4-copy .dish{padding-top:23px;padding-bottom:21px}.menu-v4-copy .dish-name{font-size:22px}

/* Pages Vins & Glaces */
.wine-v4-grid{display:grid;grid-template-columns:minmax(275px,.67fr) 1.1fr;gap:clamp(45px,8vw,120px);align-items:center}.wine-v4-grid-reversed{grid-template-columns:1.1fr minmax(275px,.67fr)}
.wine-v4-poster{width:min(100%,430px);justify-self:center}.wine-v4-grid-reversed .wine-v4-poster{justify-self:center}
.poster-pair{display:grid;grid-template-columns:1fr 1fr;gap:22px;margin-top:50px}.poster-card-wide{max-width:500px;justify-self:center}.poster-card-wide>span{left:28px;right:28px;bottom:27px}.poster-card-wide strong{font-size:30px}
.glaces-v4-intro,.glaces-v4-desserts{display:grid;grid-template-columns:1.08fr minmax(270px,.65fr);gap:clamp(44px,8vw,120px);align-items:center}.glaces-v4-desserts{grid-template-columns:minmax(270px,.65fr) 1.08fr}.glaces-v4-poster{width:min(100%,430px);justify-self:center}

/* Lightbox des affiches : utilisable sur desktop et mobile. */
.poster-lightbox{position:fixed;z-index:9999;inset:0;padding:32px;background:rgba(4,5,5,.96);display:grid;place-items:center;opacity:0;visibility:hidden;transition:opacity .25s ease,visibility .25s ease;cursor:zoom-out}
.poster-lightbox.is-open{opacity:1;visibility:visible}.poster-lightbox img{max-width:min(90vw,760px);max-height:88svh;width:auto;height:auto;border:1px solid rgba(241,207,149,.58);box-shadow:0 30px 120px rgba(0,0,0,.75)}
.poster-lightbox button{position:absolute;right:22px;top:19px;border:1px solid rgba(241,207,149,.55);background:#111;color:var(--gold-light);width:44px;height:44px;font-size:26px;line-height:1;cursor:pointer}.poster-lightbox p{position:absolute;left:24px;right:70px;bottom:18px;margin:0;color:#d7d2ca;font:500 10px/1.4 'DM Mono',monospace;letter-spacing:.13em;text-transform:uppercase}.is-lightbox-open{overflow:hidden}

@media (max-width:1050px){
  .hero-v4-content,.page-hero-v4-grid{grid-template-columns:1fr!important}.hero-poster,.page-hero-poster{justify-self:start}.hero-poster{width:340px}.page-hero-poster{width:240px}.poster-duo-layout,.wine-story{grid-template-columns:1fr}.poster-duo{max-width:700px}.wine-story-art{justify-self:start}.poster-editorial{grid-template-columns:1fr!important}.editorial-poster{justify-self:start}.menu-v4-layout,.menu-v4-layout-reversed{grid-template-columns:1fr}.menu-v4-poster,.menu-v4-layout-reversed .menu-v4-poster{position:relative;top:auto;justify-self:start;width:min(100%,400px);order:2}.menu-v4-layout-reversed .menu-v4-poster{order:0}.menu-v4-copy .dish-grid{grid-template-columns:1fr 1fr}.wine-v4-grid,.wine-v4-grid-reversed,.glaces-v4-intro,.glaces-v4-desserts{grid-template-columns:1fr}.wine-v4-poster,.glaces-v4-poster{justify-self:start}.glaces-v4-desserts .glaces-v4-poster{order:0}.final-poster-grid{grid-template-columns:repeat(2,1fr)}
}
@media (max-width:760px){
  .hero-v4{padding-top:102px;padding-bottom:53px}.hero-v4-content{gap:28px}.hero-v4 .hero-copy{padding-left:0}.hero-poster{width:min(100%,278px);justify-self:center}.poster-frame{padding:5px}.poster-frame:before{inset:10px}.poster-frame-caption{left:17px;right:17px;bottom:14px;font-size:13px}.poster-frame-caption span{font-size:8px;margin-bottom:4px}.poster-frame-caption b{font-size:19px}
  .showcase-heading{grid-template-columns:1fr;gap:18px}.showcase-lead{font-size:13px}.poster-triptych{grid-template-columns:1fr;gap:16px;margin-top:34px;max-width:410px}.poster-card>span{left:21px;right:21px;bottom:19px}.poster-card strong{font-size:27px}.poster-showcase-cta{margin-top:28px}.poster-duo-layout{gap:35px}.poster-duo{gap:13px}.poster-duo .poster-card:nth-child(2){transform:translateY(27px)}.poster-duo .poster-card:nth-child(2):hover{transform:translateY(20px)}.poster-editorial{gap:32px}.editorial-poster{width:min(100%,350px)}.wine-story{gap:34px}.wine-story-art{width:min(100%,335px);justify-self:center}.final-poster-grid{gap:12px;margin-top:31px}.poster-card-minor>span{left:14px;right:14px;bottom:14px}.poster-card-minor strong{font-size:18px}.poster-card-minor small{font-size:8px;margin-bottom:5px}.poster-card-minor em{font-size:8px;margin-top:6px}
  .page-hero-v4{padding:113px 0 42px;min-height:64svh}.page-hero-v4-grid{gap:24px!important}.page-hero-poster{width:205px;justify-self:center}.menu-v4-layout,.menu-v4-layout-reversed{gap:32px}.menu-v4-poster,.menu-v4-layout-reversed .menu-v4-poster{width:min(100%,345px);justify-self:center}.menu-v4-layout-reversed .menu-v4-poster{order:0}.menu-v4-copy .dish-grid{grid-template-columns:1fr}.menu-v4-copy .dish-name{font-size:21px}.wine-v4-grid,.wine-v4-grid-reversed,.glaces-v4-intro,.glaces-v4-desserts{gap:33px}.wine-v4-poster,.glaces-v4-poster{width:min(100%,345px);justify-self:center}.poster-pair{gap:15px;margin-top:34px}.poster-card-wide>span{left:17px;right:17px;bottom:16px}.poster-card-wide strong{font-size:22px}
  .poster-lightbox{padding:16px}.poster-lightbox img{max-width:94vw;max-height:84svh}.poster-lightbox button{right:13px;top:12px;width:40px;height:40px}.poster-lightbox p{left:15px;right:57px;bottom:12px;font-size:8px;letter-spacing:.1em}
}


/* ============================================================
   V5 — MOBILE SIGNATURE REFINEMENT
   Objectif : rendre le hero mobile plus calme, plus lisible et
   plus haut de gamme. La composition desktop reste intacte.
   ============================================================ */
.hero-description-mobile{display:none}

@media (max-width:760px){
  /* Le rail doré est une signature desktop. Sur mobile il rigidifie
     la composition et est donc volontairement supprimé. */
  .hero-v4 .hero-copy{padding-left:0!important;padding-bottom:0}
  .hero-v4 .hero-copy:before{display:none}

  /* Le hero devient une séquence éditoriale simple : lieu, promesse,
     titre, texte court et deux actions. */
  .hero-v4{min-height:100svh;padding:108px 0 42px}
  .hero-v4 .hero-v4-content{gap:0}
  .hero-v4 .hero-copy{max-width:none}
  .hero-v4 .hero-overline{margin:0 0 17px;font-size:8.5px;letter-spacing:.18em;color:#f1cf95}
  .hero-v4 .hero-overline:before{width:28px}
  .hero-v4 .hero-mark{width:67px;height:67px;margin:0 0 15px}
  .hero-v4 .hero-subtitle{display:inline-flex;align-items:center;padding:8px 10px;margin:0 0 17px;border:1px solid rgba(241,207,149,.34);background:rgba(7,8,8,.28);font-size:8px;line-height:1.2;letter-spacing:.145em;color:#f1cf95}
  .hero-v4 .hero-title{max-width:9.4ch;font-size:clamp(43px,11.8vw,55px);line-height:.93;letter-spacing:-.058em;text-wrap:pretty}
  .hero-v4 .hero-description{max-width:31ch;margin-top:20px;color:#f0ede6;font-family:-apple-system,BlinkMacSystemFont,"Helvetica Neue",Arial,sans-serif;font-size:15.5px;font-weight:400;line-height:1.62;letter-spacing:-.012em;text-wrap:pretty}
  .hero-description-desktop{display:none}
  .hero-description-mobile{display:inline}
  .hero-v4 .button-row{display:grid;grid-template-columns:1fr;gap:10px;margin-top:25px;max-width:100%}
  .hero-v4 .button{width:100%;min-height:54px;font-size:10px;letter-spacing:.135em}
  .hero-v4 .button-ghost{border-color:rgba(242,238,230,.46);background:rgba(9,10,10,.18)}

  /* L'affiche signature reste disponible dans la page, sans alourdir
     l'ouverture du site sur petit écran. */
  .hero-v4 .hero-poster{display:none}

  /* Le CTA fixe réapparaît seulement après la sortie du hero ;
     il ne double donc plus le CTA éditorial du premier écran. */
  .mobile-reserve{transform:translateY(0);transition:transform .32s cubic-bezier(.2,.8,.2,1),opacity .25s ease}
  body[data-page="accueil"] .mobile-reserve{transform:translateY(125%);opacity:0;pointer-events:none}
  body[data-page="accueil"].hero-passed .mobile-reserve{transform:translateY(0);opacity:1;pointer-events:auto}
  .mobile-reserve a{min-height:47px;padding:0 18px;letter-spacing:.13em}
}
