:root{
  --navy:#071d2b;
  --navy-2:#0e2b3f;
  --gold:#d6a33b;
  --gold-soft:#f0d590;
  --cream:#f7f0df;
  --paper:#fffdf8;
  --ink:#17202a;
  --muted:#65707a;
  --line:rgba(7,29,43,.14);
  --shadow:0 18px 60px rgba(7,29,43,.14);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--paper);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.6}
img{display:block;width:100%;max-width:100%}
a{color:inherit}
button,input,textarea{font:inherit}
.skip-link{position:fixed;left:16px;top:12px;z-index:1000;transform:translateY(-160%);padding:10px 14px;border-radius:10px;background:#fff;color:#000}
.skip-link:focus{transform:none}
.site-header{position:sticky;top:0;z-index:100;background:rgba(7,29,43,.96);backdrop-filter:blur(14px);border-bottom:1px solid rgba(240,213,144,.18)}
.header-inner{max-width:1320px;margin:auto;padding:14px 28px;display:flex;align-items:center;justify-content:space-between;gap:30px}
.brand{display:flex;align-items:center;gap:13px;text-decoration:none;color:#fff}
.brand img{width:58px;height:58px;object-fit:cover;border-radius:16px;border:1px solid rgba(214,163,59,.7);box-shadow:0 8px 24px rgba(0,0,0,.22)}
.brand span{display:grid;line-height:1}
.brand strong{font-family:Georgia,serif;font-size:22px}
.brand small{text-transform:uppercase;letter-spacing:.21em;color:var(--gold-soft);margin-top:6px;font-size:10px}
.primary-nav{display:flex;align-items:center;gap:26px}
.primary-nav a{text-decoration:none;color:#f8f5ec;font-size:14px;font-weight:700;letter-spacing:.02em;position:relative}
.primary-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:2px;background:var(--gold);transition:.25s}
.primary-nav a:hover:after,.primary-nav a:focus-visible:after{right:0}
.menu-toggle{display:none;border:1px solid rgba(255,255,255,.28);background:transparent;color:#fff;padding:9px 13px;border-radius:10px}
.hero{min-height:760px;background:var(--navy);display:grid;grid-template-columns:minmax(0,.9fr) minmax(420px,1.1fr);align-items:stretch;overflow:hidden}
.hero-copy{padding:110px clamp(30px,6vw,100px) 95px max(30px,calc((100vw - 1320px)/2 + 28px));display:flex;flex-direction:column;justify-content:center;color:#fff}
.eyebrow{margin:0 0 20px;text-transform:uppercase;letter-spacing:.22em;font-weight:800;font-size:12px;color:var(--gold-soft)}
.eyebrow.dark{color:#8d6516}
.hero h1,.section-title h2,.app-copy h2,.contact-copy h2{font-family:Georgia,"Times New Roman",serif;line-height:.96;letter-spacing:-.035em;margin:0}
.hero h1{font-size:clamp(54px,7vw,104px);max-width:840px;color:#fff}
.hero h1 em{font-weight:400;color:var(--gold-soft)}
.lead{font-size:clamp(17px,1.6vw,21px);color:#dce4e8;max-width:720px;margin:32px 0 0}
.actions{display:flex;flex-wrap:wrap;gap:13px;margin-top:36px}
.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:14px 21px;text-decoration:none;font-weight:800;border:1px solid transparent;cursor:pointer;transition:transform .2s ease,background .2s ease,color .2s ease,border .2s ease}
.btn:hover{transform:translateY(-2px)}
.btn-gold{background:var(--gold);color:#0b1c27}
.btn-outline{border-color:rgba(255,255,255,.45);color:#fff;background:rgba(255,255,255,.04)}
.btn-dark{background:var(--navy);color:#fff}
.hero-photo{margin:0;position:relative;min-height:760px;background:#0c2230;overflow:hidden}
.hero-photo img{height:100%;object-fit:cover;filter:saturate(.9) contrast(1.02)}
.hero-photo:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,29,43,.46),transparent 42%),linear-gradient(0deg,rgba(7,29,43,.38),transparent 45%);pointer-events:none}
.hero-photo figcaption{position:absolute;right:24px;bottom:24px;z-index:2;padding:8px 12px;border-radius:999px;background:rgba(7,29,43,.86);color:#fff;font-size:12px;border:1px solid rgba(255,255,255,.16)}
.experience{padding:110px max(28px,calc((100vw - 1320px)/2 + 28px));background:var(--paper)}
.section-title{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:50px;align-items:end;margin-bottom:54px}
.section-title h2{font-size:clamp(46px,5.6vw,82px);color:var(--navy);max-width:920px}
.section-title.light h2{color:#fff}
.section-copy{margin:0;color:#becad1;font-size:17px;max-width:560px;justify-self:end}
.experience-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(260px,.55fr);gap:26px;align-items:stretch}
.wide-photo{margin:0;min-height:520px;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow);background:#e9e4db}
.wide-photo img{height:100%;min-height:520px;object-fit:cover}
.experience-note{border-radius:var(--radius);padding:40px;background:var(--cream);border:1px solid var(--line);display:flex;flex-direction:column;justify-content:flex-end}
.note-number{font-size:64px;font-family:Georgia,serif;color:#c39a43;line-height:1}
.experience-note h3{font-family:Georgia,serif;font-size:34px;line-height:1.05;color:var(--navy);margin:28px 0 16px}
.experience-note p{margin:0;color:#4d5962}
.menu-section{padding:110px max(28px,calc((100vw - 1320px)/2 + 28px));background:var(--navy)}
.dish-grid{display:grid;grid-template-columns:1fr 1.15fr 1fr;gap:22px;align-items:stretch}
.dish-card{position:relative;min-height:520px;border-radius:var(--radius);overflow:hidden;margin:0;background:#122d3d}
.dish-card.tall{min-height:610px;margin-top:-30px}
.dish-card img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .7s ease}
.dish-card:hover img{transform:scale(1.045)}
.dish-card:after{content:"";position:absolute;inset:0;background:linear-gradient(0deg,rgba(4,15,23,.92),rgba(4,15,23,0) 65%)}
.dish-card-copy{position:absolute;z-index:2;left:26px;right:26px;bottom:26px;color:#fff}
.dish-card-copy small{color:var(--gold-soft);text-transform:uppercase;letter-spacing:.18em;font-weight:800}
.dish-card-copy h3{font-family:Georgia,serif;font-size:34px;line-height:1.05;margin:8px 0 0}
.app-section{display:grid;grid-template-columns:1fr 1fr;background:var(--cream);min-height:720px}
.app-photo{min-height:720px;background:#d8d0c0;overflow:hidden}
.app-photo img{height:100%;min-height:720px;object-fit:cover}
.app-copy{padding:95px clamp(30px,6vw,90px);display:flex;flex-direction:column;justify-content:center}
.app-copy h2{font-size:clamp(45px,5vw,74px);color:var(--navy)}
.app-copy>p:not(.eyebrow){font-size:18px;color:#4d5962;max-width:760px;margin:26px 0 0}
.app-points{display:grid;gap:0;margin:34px 0;border-top:1px solid rgba(7,29,43,.18)}
.app-points>div{display:grid;grid-template-columns:52px 1fr;gap:12px;padding:19px 0;border-bottom:1px solid rgba(7,29,43,.18)}
.app-points b{color:#a77a20}
.app-points span{color:#4b565e}
.app-points strong{display:block;color:var(--navy);font-size:17px;margin-bottom:4px}
.text-link{font-weight:900;color:var(--navy);text-decoration:none;width:max-content;border-bottom:2px solid var(--gold)}
.photo-strip{display:grid;grid-template-columns:repeat(4,1fr);background:var(--navy);padding:14px;gap:14px}
.photo-strip figure{margin:0;height:390px;overflow:hidden;border-radius:18px;background:#112a39}
.photo-strip img{height:100%;object-fit:cover;transition:transform .55s ease}
.photo-strip figure:hover img{transform:scale(1.04)}
.contact-section{padding:110px max(28px,calc((100vw - 1320px)/2 + 28px));display:grid;grid-template-columns:1fr .8fr;gap:80px;background:#fff}
.contact-copy h2{font-size:clamp(45px,5vw,76px);color:var(--navy)}
.contact-copy>p:not(.eyebrow){max-width:700px;color:#59646d;font-size:18px}
.contact-email{display:inline-block;margin-top:22px;font-weight:900;color:var(--navy);font-size:clamp(18px,2vw,28px);text-underline-offset:5px}
.contact-form{background:var(--navy);color:#fff;padding:34px;border-radius:var(--radius);box-shadow:var(--shadow)}
.contact-form label{display:block;font-size:13px;text-transform:uppercase;letter-spacing:.12em;color:var(--gold-soft);font-weight:800;margin:0 0 7px}
.contact-form input,.contact-form textarea{width:100%;border:1px solid rgba(255,255,255,.25);background:rgba(255,255,255,.08);color:#fff;border-radius:14px;padding:14px 15px;margin:0 0 20px;outline:none}
.contact-form input:focus,.contact-form textarea:focus{border-color:var(--gold);box-shadow:0 0 0 3px rgba(214,163,59,.18)}
.contact-form ::placeholder{color:#aebdc7}
.contact-form .btn{background:var(--gold);color:#071d2b;width:100%}
.form-note{font-size:12px;color:#b8c6ce;margin:12px 0 0;text-align:center}
.site-footer{background:#061722;color:#fff;padding:38px max(28px,calc((100vw - 1320px)/2 + 28px));display:flex;justify-content:space-between;gap:40px;align-items:center;border-top:1px solid rgba(255,255,255,.09)}
.footer-brand{display:flex;align-items:center;gap:14px}
.footer-brand img{width:64px;height:64px;object-fit:cover;border-radius:16px;border:1px solid rgba(214,163,59,.58)}
.footer-brand div{display:grid}
.footer-brand strong{font-family:Georgia,serif;font-size:20px}
.footer-brand small{color:#b9c6cd;letter-spacing:.12em;text-transform:uppercase;margin-top:3px}
.site-footer nav{display:flex;flex-wrap:wrap;gap:20px}
.site-footer nav a{color:#e7ecef;text-decoration:none;font-weight:700;font-size:14px}
.site-footer nav a:hover{text-decoration:underline;text-underline-offset:4px}

/* Privacy */
.privacy-body{background:#f4efe4;color:#17202a}
.privacy-hero{background:var(--navy);padding:80px max(28px,calc((100vw - 1040px)/2 + 28px)) 70px;color:#fff}
.privacy-hero .back{display:inline-block;color:var(--gold-soft);text-decoration:none;font-weight:800;margin-bottom:34px}
.privacy-hero h1{font-family:Georgia,serif;font-size:clamp(52px,7vw,92px);line-height:.96;margin:0;color:#fff}
.privacy-hero p{color:#ced9de;max-width:760px;font-size:18px}
.privacy-wrap{max-width:1040px;margin:0 auto;padding:58px 28px 100px}
.policy-card{background:#fff;border-radius:30px;box-shadow:var(--shadow);padding:clamp(28px,5vw,64px);color:#17202a}
.policy-card h2{font-family:Georgia,serif;color:#071d2b;font-size:29px;margin:42px 0 12px}
.policy-card h2:first-of-type{margin-top:0}
.policy-card p,.policy-card li{color:#34414b;font-size:16px}
.policy-card ul{padding-left:22px}
.policy-meta{padding:20px 22px;background:#f6f0e3;border-left:4px solid var(--gold);border-radius:12px;margin:0 0 30px;color:#21303a}
.policy-card a{color:#73510c;font-weight:800}

.js .reveal{opacity:0;transform:translateY(22px);transition:opacity .7s ease,transform .7s ease}
.js .reveal.in{opacity:1;transform:none}
.image-fallback{object-fit:contain!important;background:#071d2b;padding:18%!important}

@media (max-width:980px){
  .hero{grid-template-columns:1fr;min-height:auto}
  .hero-copy{padding:86px 30px 64px}
  .hero-photo{min-height:560px}
  .section-title{grid-template-columns:1fr;gap:22px}
  .section-copy{justify-self:start}
  .experience-grid,.app-section,.contact-section{grid-template-columns:1fr}
  .experience-note{min-height:320px}
  .dish-grid{grid-template-columns:1fr 1fr}
  .dish-card.tall{margin-top:0;min-height:520px}
  .dish-grid .dish-card:last-child{grid-column:1/-1}
  .photo-strip{grid-template-columns:1fr 1fr}
  .app-photo,.app-photo img{min-height:560px}
  .contact-section{gap:45px}
}
@media (max-width:760px){
  .header-inner{padding:11px 16px}
  .brand img{width:48px;height:48px}
  .brand strong{font-size:19px}
  .menu-toggle{display:block}
  .primary-nav{display:none;position:absolute;left:12px;right:12px;top:76px;background:#0b2636;border:1px solid rgba(255,255,255,.15);border-radius:18px;padding:16px;box-shadow:0 18px 60px rgba(0,0,0,.3);flex-direction:column;align-items:stretch;gap:4px}
  .primary-nav.open{display:flex}
  .primary-nav a{padding:11px 12px;border-radius:10px}
  .primary-nav a:hover{background:rgba(255,255,255,.07)}
  .hero-copy{padding:72px 22px 52px}
  .hero h1{font-size:clamp(48px,14vw,70px)}
  .hero-photo{min-height:440px}
  .experience,.menu-section,.contact-section{padding:78px 20px}
  .section-title h2,.app-copy h2,.contact-copy h2{font-size:clamp(42px,12vw,58px)}
  .experience-grid,.dish-grid{grid-template-columns:1fr}
  .wide-photo,.wide-photo img{min-height:380px}
  .dish-card,.dish-card.tall{min-height:460px}
  .dish-grid .dish-card:last-child{grid-column:auto}
  .app-copy{padding:70px 22px}
  .app-photo,.app-photo img{min-height:470px}
  .photo-strip{grid-template-columns:1fr;padding:10px}
  .photo-strip figure{height:330px}
  .site-footer{flex-direction:column;align-items:flex-start;padding:34px 20px}
  .site-footer nav{display:grid;grid-template-columns:1fr 1fr;width:100%}
  .privacy-hero{padding:66px 20px 56px}
  .privacy-wrap{padding:30px 16px 70px}
  .policy-card{border-radius:22px}
}
@media (prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}
  .js .reveal{opacity:1;transform:none}
}
