:root {
  --ink: #10242c;
  --navy: #082d3c;
  --navy-2: #0c4052;
  --lake: #2fa7c9;
  --lake-soft: #d9f0f4;
  --sand: #f1d6a4;
  --cream: #faf7ef;
  --paper: #fffdf8;
  --white: #fff;
  --muted: #617078;
  --line: rgba(16, 36, 44, .16);
  --shadow: 0 24px 70px rgba(8, 45, 60, .16);
  --radius: 22px;
  --shell: min(1160px, calc(100% - 40px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 86px; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.65; }
body, input, textarea, button { font: inherit; }
img { display: block; max-width: 100%; }
a { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 500; line-height: 1.04; letter-spacing: -.035em; }
h1 { font-size: clamp(3.25rem, 7.5vw, 7rem); }
h2 { margin-bottom: 1.25rem; font-size: clamp(2.35rem, 4.7vw, 4.6rem); }
h3 { margin-bottom: .4rem; font-size: 1.22rem; }
.shell { width: var(--shell); margin-inline: auto; }
.section { padding: clamp(76px, 10vw, 132px) 0; }
.eyebrow { margin-bottom: 1rem; color: var(--navy-2); font-size: .76rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow--light { color: var(--sand); }
.lead { font-size: clamp(1.16rem, 2vw, 1.42rem); line-height: 1.55; }
.fine-print { font-size: .84rem; opacity: .76; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 999; top: 8px; left: 8px; padding: 10px 14px; color: white; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: translateY(0); }

.button { display: inline-flex; min-height: 48px; align-items: center; justify-content: center; gap: 8px; padding: 12px 22px; border: 1px solid transparent; border-radius: 999px; font-weight: 750; line-height: 1.2; text-decoration: none; cursor: pointer; transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, input:focus-visible, textarea:focus-visible, button:focus-visible { outline: 3px solid var(--lake); outline-offset: 3px; }
.button--primary { color: white; background: var(--navy); }
.button--primary:hover { background: var(--navy-2); }
.button--light { color: var(--navy); background: rgba(255,255,255,.9); border-color: rgba(255,255,255,.65); }
.button--sand { color: var(--navy); background: var(--sand); }
.button--nav { min-height: 42px; padding: 10px 18px; color: white !important; background: var(--navy); }
.button--ghost { color: var(--navy); background: transparent; border-color: var(--line); }
.button--small { min-height: 38px; padding: 8px 14px; color: var(--navy); background: white; border-color: var(--line); font-size: .85rem; }
.button--large { padding: 16px 28px; }
.button-row, .hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 14px; }
.text-link { color: var(--navy); font-weight: 750; text-underline-offset: 4px; }
.text-link--light { color: white; }

.site-header { position: fixed; z-index: 50; top: 0; left: 0; width: 100%; height: 78px; display: flex; align-items: center; justify-content: space-between; padding: 0 max(20px, calc((100vw - 1160px) / 2)); background: rgba(250,247,239,.9); border-bottom: 1px solid transparent; backdrop-filter: blur(15px); transition: height .25s ease, border-color .25s ease, background .25s ease; }
.site-header.is-scrolled { height: 68px; border-color: var(--line); background: rgba(250,247,239,.96); }
.site-logo { width: clamp(150px, 17vw, 210px); }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2vw, 28px); }
.main-nav > a:not(.button) { font-size: .88rem; font-weight: 720; text-decoration: none; }
.main-nav > a:not(.button):hover { color: var(--lake); }
.nav-toggle { display: none; width: 46px; height: 46px; padding: 11px; border: 0; border-radius: 50%; background: var(--navy); }
.nav-toggle span:not(.sr-only) { display: block; height: 2px; margin: 4px 0; background: white; }

.hero { position: relative; min-height: min(900px, 100svh); display: grid; align-items: center; overflow: hidden; color: white; background: url('/assets/images/hero.webp') center 58% / cover no-repeat; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(4,27,37,.84) 0%, rgba(4,27,37,.44) 52%, rgba(4,27,37,.16) 100%), linear-gradient(0deg, rgba(4,27,37,.6), transparent 40%); }
.hero-content { position: relative; z-index: 1; padding-top: 100px; }
.hero-logo-panel { width: clamp(290px, 42vw, 540px); margin-bottom: clamp(26px, 5vw, 54px); padding: 16px 20px; background: rgba(255,255,255,.88); border: 1px solid rgba(255,255,255,.48); border-radius: 16px; box-shadow: 0 18px 46px rgba(0,0,0,.16); backdrop-filter: blur(8px); }
.hero-kicker { margin-bottom: .8rem; color: var(--sand); font-size: .82rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.hero h1 { max-width: 860px; margin-bottom: 1rem; }
.hero-copy { max-width: 640px; margin-bottom: 2rem; font-size: clamp(1.1rem, 2.2vw, 1.45rem); }
.hero-scroll { position: absolute; z-index: 2; right: max(20px, calc((100vw - 1160px) / 2)); bottom: 30px; display: flex; gap: 14px; align-items: center; color: white; font-size: .8rem; font-weight: 700; letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }

.split-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(430px, 1.14fr); gap: clamp(48px, 8vw, 110px); align-items: center; }
.content-block { max-width: 520px; }
.image-frame { position: relative; margin: 0; }
.image-frame img { width: 100%; aspect-ratio: 4/3; border-radius: var(--radius); object-fit: cover; box-shadow: var(--shadow); }
.image-frame figcaption { position: absolute; right: -16px; bottom: -18px; max-width: 270px; padding: 14px 18px; color: white; background: var(--navy); border-radius: 14px; font-family: Georgia, serif; font-size: 1.08rem; }

.feature-band { padding: 56px 0; color: white; background: var(--navy); }
.feature-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 30px; }
.feature-grid > div { padding: 6px 32px 6px 0; border-right: 1px solid rgba(255,255,255,.2); }
.feature-grid > div:last-child { border: 0; }
.feature-grid span { color: var(--sand); font-size: .72rem; font-weight: 800; letter-spacing: .16em; }
.feature-grid p { margin: 0; color: rgba(255,255,255,.74); font-size: .93rem; }

.section--menu { color: white; background: linear-gradient(135deg, var(--navy) 0%, #0b4a5e 100%); }
.menu-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(46px, 7vw, 94px); align-items: center; }
.menu-copy h2 { color: white; }
.menu-copy > p:not(.eyebrow) { color: rgba(255,255,255,.8); }
.menu-meta { display: inline-block; margin: 12px 0 26px; padding: 7px 12px; border: 1px solid rgba(255,255,255,.22); border-radius: 999px; font-size: .82rem; }
.menu-preview { height: min(76vh, 720px); overflow: hidden; background: white; border-radius: var(--radius); box-shadow: 0 26px 80px rgba(0,0,0,.28); }
.menu-preview iframe { width: 100%; height: 100%; border: 0; }

.section--gallery { padding-bottom: 0; }
.gallery-grid { width: min(1420px, calc(100% - 28px)); margin: 44px auto 0; display: grid; grid-template-columns: 1.4fr .8fr 1fr; grid-auto-rows: clamp(250px, 32vw, 470px); gap: 12px; }
.gallery-grid figure { margin: 0; overflow: hidden; border-radius: 16px; }
.gallery-grid .gallery-wide { grid-column: span 2; }
.gallery-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.gallery-grid figure:hover img { transform: scale(1.025); }

.section--hours { background: var(--paper); }
.split-layout--hours { grid-template-columns: .75fr 1.25fr; }
.sunset-card { position: relative; min-height: 470px; overflow: hidden; border-radius: var(--radius); box-shadow: var(--shadow); }
.sunset-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.sunset-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,27,37,.72), transparent 65%); }
.sunset-card blockquote { position: absolute; z-index: 1; right: 28px; bottom: 28px; left: 28px; margin: 0; color: white; font-family: Georgia, serif; font-size: clamp(1.35rem, 2.6vw, 2.2rem); line-height: 1.2; }

.section--reserve { padding: 74px 0; background: var(--lake-soft); }
.reserve-card { display: grid; grid-template-columns: 1fr auto; gap: 50px; align-items: center; padding: clamp(32px, 5vw, 64px); color: white; background: var(--navy); border-radius: var(--radius); box-shadow: var(--shadow); }
.reserve-card h2 { margin-bottom: .7rem; }
.reserve-card p { max-width: 650px; margin-bottom: 0; color: rgba(255,255,255,.75); }
.reserve-actions { display: grid; gap: 16px; justify-items: stretch; min-width: 280px; }
.phone-link { display: flex; flex-direction: column; align-items: center; color: white; font-size: 1.1rem; font-weight: 800; text-decoration: none; }
.phone-link small { color: rgba(255,255,255,.64); font-size: .75rem; font-weight: 600; }
.opentable-embed { grid-column: 1 / -1; display: grid; justify-items: center; padding-top: 6px; border-top: 1px solid rgba(255,255,255,.16); }
.opentable-embed .fine-print { margin: 9px 0 0; color: rgba(255,255,255,.62); }
.opentable-embed iframe { width: min(100%, 390px); height: 380px; margin-top: 20px; background: white; border: 0; border-radius: 14px; }

.contact-layout { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 8vw, 110px); }
.contact-copy address { margin-top: 30px; font-style: normal; }
.contact-copy address a { color: var(--navy-2); }
.contact-form, .form-grid { display: grid; gap: 18px; }
.form-two { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
label { display: grid; gap: 7px; font-size: .84rem; font-weight: 750; }
input, textarea { width: 100%; padding: 13px 14px; color: var(--ink); background: white; border: 1px solid var(--line); border-radius: 10px; font-weight: 450; }
textarea { resize: vertical; }
.check-row { display: flex; gap: 10px; align-items: flex-start; font-weight: 500; }
.check-row input { width: 18px; height: 18px; margin-top: 3px; }
.honeypot { position: absolute !important; left: -10000px !important; }
.notice { margin-bottom: 22px; padding: 14px 16px; border-radius: 10px; }
.notice--success { color: #124e32; background: #dff5e8; border: 1px solid #9bd5b2; }
.notice--error { color: #722329; background: #fde7e8; border: 1px solid #e9aaae; }

.location-strip { padding: 72px 0; color: white; background: linear-gradient(rgba(8,45,60,.68), rgba(8,45,60,.84)), url('/assets/images/terrasse.webp') center / cover; }
.location-inner { display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.location-inner h2 { margin-bottom: .4rem; }
.location-inner p { margin-bottom: 0; }

.site-footer { padding: 64px 0 24px; color: rgba(255,255,255,.74); background: #051f29; }
.footer-grid { display: grid; grid-template-columns: 1.45fr 1fr 1fr .7fr; gap: 38px; }
.footer-grid img { width: 230px; padding: 9px; background: rgba(255,255,255,.9); border-radius: 10px; }
.footer-grid strong { color: white; font-size: .82rem; letter-spacing: .08em; text-transform: uppercase; }
.footer-grid p { margin-top: 10px; font-size: .9rem; }
.footer-grid a { text-underline-offset: 3px; }
.footer-bottom { margin-top: 40px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); font-size: .78rem; }
.mobile-actions { display: none; }

.legal-main { min-height: 72vh; padding: 130px 0 90px; }
.legal-card { max-width: 820px; padding: clamp(28px, 5vw, 60px); background: white; border-radius: var(--radius); box-shadow: var(--shadow); }
.legal-card h1 { font-size: clamp(2.7rem, 6vw, 5rem); }
.legal-card h2 { margin-top: 2.4rem; font-size: 1.7rem; }
.legal-warning { padding: 16px; color: #6e4c00; background: #fff3cd; border: 1px solid #e2c96d; border-radius: 10px; }

.admin-body { min-height: 100vh; background: var(--lake-soft); }
.admin-shell { width: min(860px, calc(100% - 32px)); margin: 0 auto; padding: 46px 0 80px; }
.admin-brand { display: block; width: 260px; margin-bottom: 30px; }
.admin-brand img { padding: 10px; background: white; border-radius: 12px; }
.admin-card { margin-bottom: 24px; padding: clamp(24px, 5vw, 42px); background: white; border-radius: 18px; box-shadow: 0 12px 40px rgba(8,45,60,.1); }
.admin-card h1 { font-size: clamp(2.4rem, 6vw, 4.2rem); }
.admin-card h2 { font-family: Georgia, serif; font-size: 1.8rem; }
.admin-header, .admin-list-heading, .admin-list-item { display: flex; align-items: center; justify-content: space-between; gap: 18px; }
.admin-header { margin-bottom: 28px; }
.admin-header h1 { margin: 0; font-size: clamp(2.8rem, 7vw, 5rem); }
.admin-header p { margin-bottom: 2px; }
.admin-list { margin-top: 20px; border-top: 1px solid var(--line); }
.admin-list-item { padding: 18px 0; border-bottom: 1px solid var(--line); }
.admin-list-item strong, .admin-list-item small { display: block; }
.admin-list-item small { margin-top: 3px; color: var(--muted); }
.status-pill { padding: 6px 10px; color: #124e32; background: #dff5e8; border-radius: 999px; font-size: .76rem; font-weight: 800; }

@media (max-width: 900px) {
  .site-header { height: 68px; }
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: grid; gap: 0; padding: 18px 20px 26px; background: var(--cream); border-bottom: 1px solid var(--line); transform: translateY(-130%); transition: transform .3s ease; }
  .main-nav.is-open { transform: translateY(0); }
  .main-nav > a:not(.button) { padding: 13px 0; border-bottom: 1px solid var(--line); font-size: 1rem; }
  .main-nav .button { margin-top: 16px; }
  .split-layout, .menu-layout, .contact-layout, .reserve-card { grid-template-columns: 1fr; }
  .split-layout { gap: 46px; }
  .content-block { max-width: none; }
  .image-frame figcaption { right: 12px; }
  .feature-grid { grid-template-columns: 1fr; }
  .feature-grid > div { padding: 4px 0 22px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.2); }
  .menu-preview { height: 620px; }
  .gallery-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 320px; }
  .gallery-grid .gallery-wide { grid-column: span 1; }
  .reserve-actions { min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  :root { --shell: min(100% - 28px, 1160px); }
  body { padding-bottom: 58px; }
  .section { padding: 74px 0; }
  .hero { min-height: 790px; background-position: 56% center; }
  .hero-shade { background: linear-gradient(90deg, rgba(4,27,37,.86), rgba(4,27,37,.45)), linear-gradient(0deg, rgba(4,27,37,.7), transparent 50%); }
  .hero-logo-panel { width: 100%; max-width: 410px; padding: 10px 12px; }
  .hero-actions .button { width: 100%; }
  .hero-scroll { display: none; }
  .form-two { grid-template-columns: 1fr; }
  .menu-preview { height: 480px; }
  .gallery-grid { width: calc(100% - 18px); grid-template-columns: 1fr; grid-auto-rows: 290px; }
  .gallery-grid figure:nth-child(2) { grid-row: span 2; }
  .sunset-card { min-height: 390px; }
  .reserve-card { width: calc(100% - 20px); padding: 32px 22px; }
  .location-inner { align-items: flex-start; flex-direction: column; }
  .footer-grid { grid-template-columns: 1fr; }
  .mobile-actions { position: fixed; z-index: 49; right: 0; bottom: 0; left: 0; display: grid; grid-template-columns: 1fr 1.35fr; box-shadow: 0 -8px 24px rgba(0,0,0,.16); }
  .mobile-actions a { padding: 17px 10px; color: white; background: var(--navy-2); font-size: .85rem; font-weight: 800; text-align: center; text-decoration: none; }
  .mobile-actions a:last-child { color: var(--navy); background: var(--sand); }
  .admin-list-item, .admin-list-heading { align-items: flex-start; flex-direction: column; }
}

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