@font-face {
  font-family: "GFS Didot";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/gfs-didot-greek-ext.woff2") format("woff2");
  unicode-range: U+1F00-1FFF;
}

@font-face {
  font-family: "GFS Didot";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/gfs-didot-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "GFS Didot";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/gfs-didot-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/manrope-greek.woff2") format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("/assets/fonts/manrope-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
  --ink-950: #071f22;
  --ink-900: #092f33;
  --ink-800: #10484c;
  --ink-700: #1b6063;
  --ivory-50: #fdfbf5;
  --ivory-100: #f6f1e6;
  --ivory-200: #e8dfcf;
  --sand-300: #d2c3ad;
  --ciel-800: #0a4650;
  --ciel-700: #14616b;
  --olive-800: #343d34;
  --olive-700: #596149;
  --warm-500: #bd7651;
  --warm-600: #a35d3d;
  --text: #183234;
  --muted: #647476;
  --white: #fffdf8;
  --line: rgba(13, 59, 63, 0.16);
  --font-display: "GFS Didot", Georgia, serif;
  --font-body: "Manrope", Arial, sans-serif;
  --container: min(1160px, calc(100vw - 64px));
  --container-wide: min(1376px, calc(100vw - 48px));
  --radius-sm: 2px;
  --shadow-editorial: 0 24px 70px rgba(7, 31, 34, 0.12), 0 3px 12px rgba(7, 31, 34, 0.08);
  --ease-out: cubic-bezier(0.16, 1, 0.3, 1);
  --duration: 220ms;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--ivory-50);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 16px;
  line-height: 1.68;
  -webkit-font-smoothing: antialiased;
}

body.nav-locked {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

button,
input,
select,
textarea {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

:focus-visible {
  outline: 3px solid #f3af79;
  outline-offset: 4px;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 1000;
  padding: 10px 16px;
  background: var(--white);
  color: var(--ink-950);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.container {
  width: var(--container);
  margin-inline: auto;
}

.container-wide {
  width: var(--container-wide);
  margin-inline: auto;
}

.section {
  position: relative;
  padding-block: clamp(92px, 10vw, 148px);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2,
h3 {
  font-family: var(--font-display);
  font-weight: 400;
  line-height: 1;
}

h2 {
  margin-bottom: 28px;
  font-size: clamp(2.65rem, 4.6vw, 4.85rem);
  letter-spacing: -0.03em;
}

h3 {
  margin-bottom: 12px;
  font-size: clamp(1.65rem, 2.5vw, 2.6rem);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 22px;
  color: var(--ink-700);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  line-height: 1.4;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 36px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow-light {
  color: rgba(255, 253, 248, 0.8);
}

.eyebrow-warm {
  color: #db9a74;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 100;
  display: grid;
  grid-template-columns: minmax(220px, 1fr) auto minmax(220px, 1fr);
  align-items: center;
  min-height: 88px;
  padding: 14px 4vw;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  color: var(--white);
  transition: min-height var(--duration), background var(--duration), border-color var(--duration), color var(--duration);
}

.site-header.is-scrolled {
  min-height: 70px;
  border-color: rgba(7, 31, 34, 0.08);
  background: rgba(253, 251, 245, 0.94);
  box-shadow: 0 12px 30px rgba(7, 31, 34, 0.06);
  color: var(--ink-950);
  backdrop-filter: blur(16px);
}

.brand {
  display: grid;
  grid-template-columns: 42px auto;
  grid-template-rows: auto auto;
  width: max-content;
  color: inherit;
  line-height: 1;
  text-decoration: none;
}

.brand-mark {
  grid-row: 1 / 3;
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  margin-right: 11px;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-family: var(--font-display);
  font-size: 0.9rem;
}

.brand-name {
  font-family: var(--font-display);
  font-size: 1.34rem;
  letter-spacing: 0.01em;
}

.brand-subline {
  margin-top: 6px;
  font-size: 0.54rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-nav {
  display: flex;
  gap: clamp(22px, 2.6vw, 44px);
  align-items: center;
}

.site-nav a {
  position: relative;
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.08em;
  text-decoration: none;
  text-transform: uppercase;
}

.site-nav a::after {
  position: absolute;
  right: 0;
  bottom: -8px;
  left: 0;
  height: 1px;
  background: currentColor;
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--duration) var(--ease-out);
}

.site-nav a:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}

.header-actions {
  display: flex;
  gap: 28px;
  align-items: center;
  justify-content: flex-end;
}

.locale-switcher {
  display: flex;
  gap: 6px;
  align-items: center;
  font-size: 0.68rem;
  letter-spacing: 0.08em;
}

.locale-switcher button {
  min-width: 28px;
  min-height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  opacity: 0.5;
}

.locale-switcher button.is-active {
  opacity: 1;
}

.menu-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 0 28px;
  border: 1px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform var(--duration) var(--ease-out), color var(--duration), background var(--duration), border-color var(--duration);
}

.button:hover {
  transform: translateY(-2px);
}

.button:active {
  transform: translateY(0);
}

.button-small {
  min-height: 46px;
  padding-inline: 22px;
}

.button-light {
  border-color: rgba(255, 255, 255, 0.55);
  color: var(--white);
}

.is-scrolled .button-light {
  border-color: var(--ink-900);
  color: var(--ink-900);
}

.button-light:hover,
.is-scrolled .button-light:hover {
  border-color: var(--warm-500);
  background: var(--warm-500);
  color: var(--white);
}

.button-primary {
  background: var(--warm-500);
  color: var(--white);
}

.button-primary:hover {
  background: var(--warm-600);
}

.button-outline {
  border-color: var(--ink-900);
  color: var(--ink-900);
}

.button-outline:hover {
  background: var(--ink-900);
  color: var(--white);
}

.text-link {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  font-size: 0.74rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-decoration: none;
  text-transform: uppercase;
}

.text-link svg {
  width: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.5;
  transition: transform var(--duration) var(--ease-out);
}

.text-link:hover svg {
  transform: translateX(5px);
}

.text-link-light {
  color: var(--white);
}

.text-link-warm {
  color: #e6a77e;
}

.hero {
  position: relative;
  display: flex;
  min-height: 100svh;
  align-items: flex-end;
  overflow: hidden;
  background: var(--ink-950);
  color: var(--white);
}

.hero-media,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 58%;
  animation: hero-scale 18s var(--ease-out) both;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(3, 20, 22, 0.82) 0%, rgba(3, 20, 22, 0.47) 49%, rgba(3, 20, 22, 0.18) 100%),
    linear-gradient(0deg, rgba(3, 20, 22, 0.55) 0%, transparent 54%);
}

.hero-content {
  position: relative;
  z-index: 2;
  width: min(980px, 78vw);
  margin: 0 0 clamp(88px, 10vh, 132px) 8vw;
}

.hero h1 {
  margin-bottom: 26px;
  font-size: clamp(4rem, 6.8vw, 7.65rem);
  letter-spacing: -0.042em;
  line-height: 0.91;
}

.hero h1 span,
.hero h1 em {
  display: block;
}

.hero h1 em {
  color: #efc0a2;
  font-style: italic;
  font-weight: 400;
}

.hero-copy {
  max-width: 590px;
  margin-bottom: 32px;
  color: rgba(255, 253, 248, 0.84);
  font-size: clamp(1rem, 1.2vw, 1.14rem);
  font-weight: 400;
}

.hero-actions {
  display: flex;
  gap: 28px;
  align-items: center;
}

.hero-index {
  position: absolute;
  right: 4vw;
  bottom: 54px;
  z-index: 2;
  color: rgba(255, 255, 255, 0.55);
  font-size: 0.62rem;
  letter-spacing: 0.16em;
  line-height: 1.8;
  text-align: right;
}

.scroll-cue {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: flex;
  gap: 16px;
  align-items: center;
  color: rgba(255, 255, 255, 0.65);
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-decoration: none;
  text-transform: uppercase;
  transform: rotate(90deg) translateX(-100%);
  transform-origin: left bottom;
}

.scroll-cue i {
  width: 48px;
  height: 1px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.28);
}

.scroll-cue i::after {
  display: block;
  width: 100%;
  height: 100%;
  background: var(--white);
  content: "";
  animation: scroll-line 2.6s ease-in-out infinite;
}

.story {
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 24%, rgba(20, 97, 107, 0.1), transparent 24%),
    var(--ivory-50);
}

.story-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: clamp(64px, 8vw, 120px);
  align-items: start;
}

.story-heading h2 {
  max-width: 760px;
  color: var(--ciel-800);
}

.story-copy {
  padding-top: 58px;
  color: var(--muted);
}

.story-copy .lead {
  color: var(--text);
  font-family: var(--font-display);
  font-size: clamp(1.35rem, 2vw, 1.65rem);
  font-style: italic;
  line-height: 1.4;
}

.story-facts {
  display: grid;
  grid-template-columns: 0.8fr 1.2fr;
  gap: 32px;
  margin: 54px 0 0;
  padding-top: 30px;
  border-top: 1px solid var(--line);
}

.story-facts div {
  display: grid;
  gap: 8px;
}

.story-facts dt {
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.story-facts dd {
  margin: 0;
  color: var(--ink-900);
  font-family: var(--font-display);
  font-size: 1.6rem;
  line-height: 1.1;
}

.story-images {
  display: grid;
  grid-template-columns: 1.45fr 0.55fr;
  gap: clamp(24px, 4vw, 68px);
  align-items: end;
  margin-top: clamp(70px, 8vw, 118px);
}

.story-image {
  margin: 0;
  overflow: hidden;
}

.story-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 900ms var(--ease-out);
}

.story-image:hover img {
  transform: scale(1.025);
}

.story-image-main {
  height: min(620px, 60vw);
}

.story-image-detail {
  height: min(390px, 42vw);
  margin-bottom: -54px;
}

.art-strip {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  width: 100%;
  background: #eee4d2;
}

.art-strip-panel {
  aspect-ratio: 3 / 2;
  margin: 0;
  overflow: hidden;
  background: #eee4d2;
}

.art-strip-panel img {
  display: block;
  width: 100%;
  height: 100%;
  padding: 0;
  object-fit: contain;
  object-position: center;
}

.art-strip-quote {
  display: flex;
  flex-direction: column;
  justify-content: center;
  aspect-ratio: 3 / 2;
  min-width: 0;
  margin: 0;
  padding: clamp(28px, 3vw, 56px);
  background: var(--ciel-800);
  color: var(--white);
}

.art-strip-mark {
  color: #e8ad88;
  font-family: var(--font-display);
  font-size: 3.2rem;
  line-height: 0.55;
}

.art-strip-quote p {
  margin: 16px 0 22px;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.1vw, 2.65rem);
  font-style: italic;
  line-height: 1.08;
}

.art-strip-quote cite {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.62rem;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.flavours {
  overflow: hidden;
  background: var(--ink-950);
  color: var(--white);
}

.flavours::before {
  position: absolute;
  top: -170px;
  right: -200px;
  width: 520px;
  height: 520px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 50%;
  content: "";
}

.flavours-header {
  max-width: 760px;
  margin-bottom: clamp(72px, 9vw, 118px);
}

.section-intro h2 {
  max-width: 680px;
  margin-bottom: 30px;
  color: #f2cfb6;
  font-style: italic;
}

.section-intro > p:last-child {
  max-width: 540px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.66);
}

.dish-grid {
  display: grid;
  grid-template-columns: 1.12fr 0.88fr;
  gap: clamp(32px, 5.2vw, 80px);
}

.dish {
  display: grid;
  grid-template-rows: auto 1fr;
  align-self: start;
}

.dish:last-child {
  margin-top: 110px;
}

.dish figure {
  aspect-ratio: 1 / 0.78;
  margin: 0;
  overflow: hidden;
  background: var(--ink-800);
}

.dish-featured {
  grid-row: span 2;
}

.dish-featured figure {
  aspect-ratio: 0.82 / 1;
}

.dish figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 850ms var(--ease-out);
}

.dish:hover figure img {
  transform: scale(1.035);
}

.dish-content {
  position: relative;
  padding: 28px 0 0 50px;
}

.dish-number {
  position: absolute;
  top: 40px;
  left: 0;
  color: #d89570;
  font-size: 0.63rem;
  letter-spacing: 0.12em;
}

.dish-content p {
  max-width: 430px;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.6);
}

.dish-content h3 {
  font-family: var(--font-body);
  font-size: clamp(1.2rem, 1.8vw, 1.55rem);
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.2;
}

.dish-featured .dish-content h3 {
  font-size: clamp(1.4rem, 2.1vw, 1.8rem);
}

.menu-link {
  margin: 70px 0 0 calc(56% + 40px);
}

.experience {
  display: grid;
  grid-template-columns: 1.22fr 0.78fr;
  min-height: 740px;
  padding: 0;
  background: var(--ivory-100);
}

.experience-image {
  min-height: 740px;
  overflow: hidden;
}

.experience-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.experience-panel {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(64px, 8vw, 130px);
  background:
    linear-gradient(rgba(10, 70, 80, 0.94), rgba(10, 70, 80, 0.96)),
    url("/assets/images/greek-table.jpg") center / cover;
  color: var(--white);
}

.experience-panel h2 {
  font-size: clamp(2.7rem, 4.1vw, 4.45rem);
  font-style: italic;
}

.experience-panel > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.68);
}

.experience-note {
  margin-top: 48px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  color: #efc6a6;
  font-size: 0.66rem;
  font-weight: 600;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.location {
  background:
    linear-gradient(90deg, rgba(89, 97, 73, 0.055) 0 28%, transparent 28%),
    #efe5d4;
}

.location-grid {
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(68px, 9vw, 132px);
  align-items: center;
}

.location-copy h2 {
  color: var(--ciel-800);
  font-size: clamp(2.6rem, 4.2vw, 4.55rem);
  font-style: italic;
}

.location-details {
  display: grid;
  gap: 22px;
  margin: 52px 0;
}

.location-details > div {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--line);
}

.location-details span {
  display: block;
  margin-bottom: 5px;
  color: var(--muted);
  font-size: 0.65rem;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.location-details p {
  margin-bottom: 0;
  font-family: var(--font-display);
  font-size: 1.55rem;
  line-height: 1.25;
}

.location-details a {
  text-decoration: none;
}

.location-details small {
  color: var(--muted);
}

.location-image {
  position: relative;
  height: min(690px, 60vw);
  margin: 0;
  overflow: hidden;
}

.location-image > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.location-image figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 15px 20px;
  background: var(--ciel-800);
  color: var(--white);
  font-size: 0.6rem;
  letter-spacing: 0.12em;
}

.reservation {
  overflow: hidden;
  background:
    linear-gradient(110deg, rgba(52, 61, 52, 0.98), rgba(7, 31, 34, 0.93)),
    url("/assets/images/grilled-specialty.jpg") center / cover;
  color: var(--white);
}

.reservation::after {
  position: absolute;
  right: -150px;
  bottom: -320px;
  width: 660px;
  height: 660px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 50%;
  content: "";
}

.reservation-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: 0.82fr 1.18fr;
  gap: clamp(64px, 9vw, 124px);
}

.reservation-copy h2 {
  font-size: clamp(2.8rem, 4.8vw, 5.05rem);
}

.reservation-copy > p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.66);
}

.reservation-phone {
  display: inline-block;
  margin-top: 32px;
  color: #f0c29f;
  font-family: var(--font-display);
  font-size: 1.7rem;
  text-decoration: none;
}

.reservation-form {
  padding: clamp(34px, 4.5vw, 56px);
  background: rgba(253, 251, 245, 0.97);
  box-shadow: var(--shadow-editorial);
  color: var(--text);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 26px 22px;
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field-wide {
  grid-column: 1 / -1;
}

.form-field > span {
  color: var(--olive-700);
  font-size: 0.63rem;
  font-weight: 600;
  letter-spacing: 0.11em;
  text-transform: uppercase;
}

.form-field input,
.form-field select,
.form-field textarea {
  width: 100%;
  min-height: 48px;
  padding: 7px 0 12px;
  border: 0;
  border-bottom: 1px solid rgba(7, 31, 34, 0.24);
  border-radius: 0;
  background: transparent;
  color: var(--text);
  outline: 0;
  transition: border-color var(--duration), box-shadow var(--duration);
}

.form-field textarea {
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: rgba(24, 50, 52, 0.42);
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
  border-color: var(--ciel-700);
  box-shadow: 0 1px 0 var(--ciel-700);
}

.form-field select {
  color-scheme: light;
}

.form-field input[type="date"],
.form-field input[type="time"] {
  color-scheme: light;
}

.form-field [aria-invalid="true"] {
  border-color: #ff9a90;
}

.field-error {
  color: #a13e3e;
  font-size: 0.72rem;
}

.honeypot {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.privacy-check {
  display: flex;
  gap: 11px;
  align-items: flex-start;
  margin-top: 28px;
  color: var(--muted);
  font-size: 0.75rem;
}

.privacy-check input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--warm-500);
}

.privacy-check a {
  color: var(--ciel-800);
}

.form-submit {
  width: 100%;
  margin-top: 28px;
  background: var(--ciel-700);
  cursor: pointer;
}

.form-submit:hover {
  background: var(--ciel-800);
}

.form-submit:disabled {
  cursor: wait;
  opacity: 0.62;
  transform: none;
}

.form-status {
  min-height: 24px;
  margin: 18px 0 0;
  font-size: 0.78rem;
}

.form-status.is-success {
  color: #37634c;
}

.form-status.is-error {
  color: #a13e3e;
}

.site-footer {
  padding: 82px 0 26px;
  background: #061719;
  color: rgba(255, 255, 255, 0.62);
}

.legal-shell {
  min-height: 100vh;
  padding: 140px 0 100px;
  background: var(--ivory-50);
}

.legal-content {
  width: min(760px, calc(100% - 40px));
  margin: 0 auto;
}

.legal-content h1 {
  margin-bottom: 36px;
  font-size: clamp(2.8rem, 6vw, 5.1rem);
}

.legal-content h2 {
  margin: 56px 0 18px;
  font-size: 2rem;
  letter-spacing: -0.02em;
}

.legal-content p,
.legal-content li {
  color: var(--muted);
}

.legal-notice {
  margin: 32px 0;
  padding: 20px;
  border-left: 3px solid var(--warm-500);
  background: var(--ivory-100);
  color: var(--text);
}

.legal-back {
  display: inline-flex;
  margin-bottom: 48px;
  color: var(--ink-800);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-decoration: none;
  text-transform: uppercase;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.6fr repeat(3, 1fr);
  gap: 56px;
  padding-bottom: 70px;
}

.brand-footer {
  color: var(--white);
}

.footer-brand p {
  max-width: 300px;
  margin: 26px 0 0;
}

.footer-grid h2 {
  margin-bottom: 22px;
  color: rgba(255, 255, 255, 0.42);
  font-family: var(--font-body);
  font-size: 0.62rem;
  font-weight: 600;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.footer-grid a,
.footer-grid > div > p {
  display: block;
  margin: 0 0 8px;
  color: rgba(255, 255, 255, 0.76);
  text-decoration: none;
}

.footer-grid a:hover {
  color: var(--white);
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.64rem;
  letter-spacing: 0.04em;
}

.footer-bottom p {
  margin-bottom: 0;
}

.footer-bottom > div {
  display: flex;
  gap: 26px;
}

.footer-bottom a {
  text-decoration: none;
}

.js [data-reveal] {
  opacity: 0;
  transform: translateY(34px);
  transition: opacity 700ms var(--ease-out), transform 800ms var(--ease-out);
}

.js [data-reveal].is-visible {
  opacity: 1;
  transform: translateY(0);
}

@keyframes hero-scale {
  from { transform: scale(1.055); }
  to { transform: scale(1); }
}

@keyframes scroll-line {
  0% { transform: translateX(-100%); }
  45%, 55% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

@media (max-width: 1120px) {
  .site-header {
    grid-template-columns: 1fr auto auto;
  }

  .site-nav {
    position: fixed;
    inset: 0;
    z-index: -1;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
    justify-content: center;
    padding: 110px 8vw 70px;
    background: var(--ink-950);
    color: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-14px);
    transition: opacity 300ms var(--ease-out), transform 400ms var(--ease-out);
  }

  .site-nav a {
    font-family: var(--font-display);
    font-size: clamp(2.4rem, 6.5vw, 4.4rem);
    letter-spacing: -0.03em;
    text-transform: none;
  }

  .menu-open .site-nav {
    z-index: -1;
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .menu-open {
    color: var(--white);
  }

  .menu-open .button-light {
    border-color: rgba(255, 255, 255, 0.55);
    color: var(--white);
  }

  .menu-toggle {
    display: grid;
    gap: 7px;
    place-content: center;
    width: 48px;
    height: 48px;
    margin-right: 20px;
    padding: 0;
    border: 0;
    background: transparent;
    color: inherit;
    cursor: pointer;
  }

  .menu-toggle span {
    width: 26px;
    height: 1px;
    background: currentColor;
    transition: transform var(--duration);
  }

  .menu-open .menu-toggle span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-open .menu-toggle span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .story-grid,
  .location-grid {
    gap: 70px;
  }

  .experience {
    grid-template-columns: 1fr 1fr;
  }

  .experience-panel {
    padding: 56px;
  }

  .reservation-grid {
    gap: 70px;
  }

  .art-strip-quote {
    padding: clamp(16px, 2.1vw, 24px);
  }

  .art-strip-mark {
    font-size: 2.5rem;
  }

  .art-strip-quote p {
    margin-block: 10px 14px;
    font-size: clamp(1.3rem, 2.1vw, 1.75rem);
  }
}

@media (max-width: 820px) {
  :root {
    --container: min(100% - 40px, 660px);
    --container-wide: min(100% - 24px, 760px);
  }

  .section {
    padding-block: 84px;
  }

  .site-header {
    min-height: 70px;
    padding-inline: 20px;
  }

  .header-actions .button {
    display: none;
  }

  .header-actions {
    gap: 0;
  }

  .hero-content {
    width: auto;
    margin-right: 24px;
    margin-bottom: 76px;
    margin-left: 24px;
  }

  .hero h1 {
    font-size: clamp(3.35rem, 13.5vw, 5.6rem);
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
  }

  .hero-index,
  .scroll-cue {
    display: none;
  }

  .story-grid,
  .location-grid,
  .reservation-grid {
    grid-template-columns: 1fr;
  }

  .story-copy {
    max-width: 620px;
    padding-top: 0;
  }

  .art-strip {
    grid-template-columns: 1fr 1fr;
  }

  .art-strip-quote {
    grid-row: 2;
    grid-column: 1 / -1;
    aspect-ratio: auto;
    min-height: 280px;
    padding: 42px;
  }

  .art-strip-mark {
    font-size: 3.2rem;
  }

  .art-strip-quote p {
    margin-block: 16px 22px;
    font-size: clamp(1.8rem, 5vw, 2.4rem);
  }

  .story-images {
    grid-template-columns: 1fr 0.5fr;
  }

  .dish-grid {
    gap: 36px;
  }

  .dish:last-child {
    margin-top: 50px;
  }

  .menu-link {
    margin-left: 54%;
  }

  .experience {
    grid-template-columns: 1fr;
    min-height: auto;
  }

  .experience-image {
    min-height: 62vw;
  }

  .experience-panel {
    min-height: 540px;
  }

  .location-image {
    height: 78vw;
    max-height: 680px;
  }

  .reservation-copy {
    max-width: 600px;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 1fr 1fr;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }
}

@media (max-width: 560px) {
  :root {
    --container: calc(100% - 40px);
    --container-wide: calc(100% - 20px);
  }

  body {
    font-size: 15.5px;
    line-height: 1.62;
  }

  .section {
    padding-block: 72px;
  }

  .art-strip {
    grid-template-columns: 1fr;
  }

  .art-strip-quote {
    grid-row: auto;
    grid-column: auto;
  }

  h2 {
    margin-bottom: 22px;
    font-size: clamp(2.35rem, 12vw, 3.15rem);
    line-height: 1.02;
  }

  .eyebrow {
    gap: 11px;
    margin-bottom: 18px;
    font-size: 0.64rem;
    letter-spacing: 0.16em;
  }

  .eyebrow::before {
    width: 24px;
  }

  .brand-name {
    font-size: 1.12rem;
  }

  .brand-subline {
    margin-top: 5px;
    font-size: 0.44rem;
  }

  .site-header .brand-mark {
    width: 28px;
    height: 28px;
    margin-right: 8px;
    font-size: 0.75rem;
  }

  .site-header {
    min-height: 66px;
    padding-inline: 16px;
  }

  .site-header.is-scrolled {
    min-height: 62px;
  }

  .header-actions .button {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 90;
    display: inline-flex;
    width: auto;
    min-height: 48px;
    padding-inline: 18px;
    border-color: var(--ciel-700);
    background: var(--ciel-700);
    box-shadow: 0 12px 30px rgba(7, 31, 34, 0.24);
    color: var(--white);
  }

  .header-actions .button:hover,
  .is-scrolled .header-actions .button:hover {
    border-color: var(--ciel-800);
    background: var(--ciel-800);
    color: var(--white);
  }

  .site-nav {
    gap: 4px;
    padding: 96px 24px 54px;
    background:
      linear-gradient(145deg, rgba(10, 70, 80, 0.98), rgba(7, 31, 34, 0.99));
  }

  .site-nav a {
    min-height: 52px;
    font-size: clamp(2.15rem, 11vw, 3.1rem);
  }

  .locale-switcher span {
    display: none;
  }

  .locale-switcher {
    gap: 0;
  }

  .menu-toggle {
    width: 44px;
    height: 44px;
    margin-right: 0;
  }

  .hero {
    min-height: 100svh;
  }

  .hero-media img {
    object-position: 62% center;
  }

  .hero-overlay {
    background:
      linear-gradient(90deg, rgba(3, 20, 22, 0.75), rgba(3, 20, 22, 0.27)),
      linear-gradient(0deg, rgba(3, 20, 22, 0.82), transparent 72%);
  }

  .hero-content {
    margin: 0 20px 54px;
  }

  .hero h1 {
    margin-bottom: 20px;
    font-size: clamp(3rem, 15.2vw, 4rem);
    letter-spacing: -0.035em;
    line-height: 0.92;
  }

  .hero-copy {
    max-width: 36ch;
    margin-bottom: 24px;
    font-size: 0.94rem;
    line-height: 1.55;
  }

  .button {
    width: 100%;
    min-height: 52px;
  }

  .hero-actions {
    gap: 16px;
    width: 100%;
  }

  .hero-actions .text-link {
    min-height: 44px;
  }

  .story-grid {
    gap: 42px;
  }

  .story-copy .lead {
    font-size: 1.32rem;
  }

  .story-facts {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 20px;
    margin-top: 38px;
  }

  .story-images {
    grid-template-columns: 1fr;
  }

  .story-image-main {
    height: 96vw;
    max-height: 520px;
  }

  .story-image-detail {
    width: 58%;
    height: 64vw;
    max-height: 330px;
    margin: -48px 12px 0 auto;
    border: 6px solid var(--ivory-50);
  }

  .section-intro h2 {
    margin-bottom: 22px;
  }

  .flavours-header {
    margin-bottom: 64px;
  }

  .dish-grid {
    grid-template-columns: 1fr;
  }

  .dish:last-child {
    margin-top: 0;
  }

  .dish-featured figure,
  .dish figure {
    aspect-ratio: 1 / 0.82;
  }

  .dish-content {
    padding: 22px 0 0 38px;
  }

  .dish-number {
    top: 28px;
  }

  .dish-content h3,
  .dish-featured .dish-content h3 {
    font-size: 1.28rem;
  }

  .menu-link {
    margin: 56px 0 0;
  }

  .experience-image {
    min-height: 72vw;
  }

  .experience-panel {
    min-height: auto;
    padding: 64px 20px 70px;
  }

  .experience-panel h2 {
    font-size: clamp(2.55rem, 12.4vw, 3.35rem);
  }

  .experience-note {
    margin-top: 34px;
  }

  .location-grid {
    gap: 48px;
  }

  .location-copy h2 {
    font-size: clamp(2.45rem, 11.6vw, 3.1rem);
  }

  .location-image {
    height: 92vw;
    max-height: 480px;
  }

  .art-strip-panel img {
    padding: 0;
  }

  .art-strip-quote {
    min-height: 250px;
    padding: 42px 20px;
  }

  .art-strip-quote p {
    margin-block: 18px 24px;
    font-size: clamp(1.9rem, 10vw, 2.65rem);
  }

  .location-details {
    margin: 38px 0;
  }

  .location-details p {
    font-size: 1.32rem;
  }

  .reservation-form {
    margin-inline: 0;
    padding: 28px 20px;
  }

  .reservation-copy h2 {
    font-size: clamp(2.6rem, 12vw, 3.35rem);
  }

  .reservation-grid {
    gap: 46px;
  }

  .form-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .form-field-wide {
    grid-column: auto;
  }

  .form-field input,
  .form-field select,
  .form-field textarea {
    min-height: 52px;
  }

  .privacy-check {
    font-size: 0.8rem;
  }

  .privacy-check input {
    flex: 0 0 auto;
    width: 20px;
    height: 20px;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 22px;
    padding-bottom: 52px;
  }

  .footer-brand {
    grid-column: 1 / -1;
  }

  .footer-bottom {
    gap: 18px;
    align-items: flex-start;
    flex-direction: column;
  }

  .footer-bottom > div {
    flex-direction: column;
    gap: 8px;
  }

  .site-footer {
    padding-bottom: 92px;
  }
}

@media (hover: none) {
  .story-image:hover img,
  .dish:hover figure img {
    transform: none;
  }
}

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

  [data-reveal] {
    opacity: 1;
    transform: none;
  }
}
