:root {
  --ink: #082f35;
  --ink-deep: #06262b;
  --paper: #f1ecdf;
  --sand: #d8ccac;
  --coral: #f06445;
  --lime: #d9f759;
  --line-dark: rgba(241, 236, 223, .2);
  --line-light: rgba(8, 47, 53, .2);
  --sans: "Manrope", sans-serif;
  --serif: "Newsreader", serif;
  --mono: "DM Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; width: 100%; height: 100%; object-fit: cover; }
.grain { position: fixed; inset: 0; z-index: 20; opacity: .045; pointer-events: none; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.8'/%3E%3C/svg%3E"); }

.site-header { height: 92px; padding: 0 3vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; background: var(--ink); color: var(--paper); border-bottom: 1px solid var(--line-dark); }
.wordmark { display: flex; flex-direction: column; width: max-content; line-height: .8; font-family: var(--serif); font-size: 24px; }
.wordmark i { font-size: 14px; margin-left: 24px; color: var(--coral); }
nav { display: flex; gap: 34px; font: 500 11px var(--mono); text-transform: uppercase; letter-spacing: .08em; }
nav a, footer a { transition: opacity .2s; }
nav a:hover, footer a:hover { opacity: .55; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 24px; }
.lang { border: 0; background: none; color: var(--paper); font: 10px var(--mono); cursor: pointer; }
.lang span { padding: 0 5px; opacity: .35; }
.reserve { background: var(--lime); color: var(--ink); padding: 14px 20px; font: 600 11px var(--mono); text-transform: uppercase; }

.hero { min-height: calc(100svh - 92px); display: grid; grid-template-columns: 1.45fr .88fr .67fr; grid-template-rows: 1fr .55fr; background: var(--ink); }
.panel { position: relative; overflow: hidden; border: 1px solid var(--line-dark); }
.panel-dark { background: var(--ink); color: var(--paper); }
.panel-coral { background: var(--coral); color: var(--ink); border-color: var(--line-light); }
.panel-sand { background: var(--sand); color: var(--ink); border-color: var(--line-light); }
.hero-copy { grid-row: 1 / 3; padding: clamp(48px, 6vw, 96px); display: flex; flex-direction: column; justify-content: center; }
.kicker { margin: 0; font: 500 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.kicker span { display: inline-block; width: 28px; height: 2px; margin-right: 10px; vertical-align: middle; background: var(--coral); }
.hero h1 { max-width: 720px; margin: 38px 0 30px; font: 300 clamp(58px, 6vw, 108px)/.87 var(--serif); letter-spacing: -.045em; }
.hero-intro { max-width: 530px; margin: 0 0 48px; font-size: clamp(15px, 1.2vw, 19px); line-height: 1.6; opacity: .72; }
.text-link { display: flex; justify-content: space-between; width: min(280px, 100%); padding: 15px 0; border-bottom: 1px solid currentColor; font: 500 11px var(--mono); text-transform: uppercase; }
.text-link span { font-size: 17px; transition: transform .2s; }
.text-link:hover span { transform: translate(4px, 4px); }
.panel-number { position: absolute; left: 30px; bottom: 28px; font: 10px var(--mono); opacity: .35; }
.hero-image { grid-row: 1 / 3; }
.hero-image img { filter: saturate(.72) contrast(1.05); transition: transform 1.2s cubic-bezier(.2,.8,.2,1); }
.hero-image:hover img { transform: scale(1.035); }
.image-label { position: absolute; inset: auto 0 0; display: flex; justify-content: space-between; padding: 20px; color: var(--paper); background: linear-gradient(transparent, rgba(0,0,0,.55)); font: 9px var(--mono); text-transform: uppercase; }
.today, .open { padding: clamp(26px, 3vw, 48px); display: flex; flex-direction: column; justify-content: space-between; }
.today h2 { margin: 18px 0; font: 400 clamp(42px, 4vw, 68px)/.85 var(--serif); letter-spacing: -.03em; }
.today > p { max-width: 280px; font-size: 13px; line-height: 1.55; }
.today-bottom { display: flex; justify-content: space-between; align-items: flex-end; font: 10px var(--mono); text-transform: uppercase; }
.sun { font-size: 32px; }
.open-hours { display: grid; grid-template-columns: 1fr auto; gap: 12px; font: 10px var(--mono); text-transform: uppercase; }
.open-hours b { font-weight: 500; }
.micro { margin: 0; font: 9px/1.6 var(--mono); opacity: .6; text-transform: uppercase; }

.marquee { overflow: hidden; padding: 16px 0; background: var(--lime); border-block: 1px solid var(--ink); font: 500 10px var(--mono); white-space: nowrap; }
.marquee div { width: max-content; animation: marquee 22s linear infinite; }
.marquee i { padding: 0 24px; font-size: 16px; }
@keyframes marquee { to { transform: translateX(-50%); } }

.story { min-height: 80vh; padding: 11vw 6vw; display: grid; grid-template-columns: .5fr 1.2fr 1fr; gap: 5vw; align-items: start; opacity: 0; transform: translateY(30px); transition: .8s ease; }
.revealed { opacity: 1 !important; transform: none !important; }
.story-index { display: flex; gap: 28px; font: 10px var(--mono); }
.story-index span { color: var(--coral); }
.story-index p { margin: 0; line-height: 1.5; }
.story-heading h2, .menu-heading h2 { margin: 34px 0 0; font: 300 clamp(64px, 7vw, 120px)/.8 var(--serif); letter-spacing: -.045em; }
.story-heading em, .reserve-copy em { color: var(--coral); font-weight: 300; }
.story-body { padding-top: 70px; }
.story-body .lead { font: 400 clamp(23px, 2vw, 34px)/1.25 var(--serif); }
.story-body > p:not(.lead) { max-width: 520px; font-size: 14px; line-height: 1.7; opacity: .65; }
.badges { display: flex; gap: 14px; margin-top: 48px; }
.badges span { flex: 1; padding: 18px; border: 1px solid var(--line-light); font: 9px/1.5 var(--mono); text-transform: uppercase; }
.badges b { font-size: 13px; }

.feature-image { min-height: 76vh; margin: 0 3vw; opacity: 0; transform: scale(.97); transition: 1s ease; }
.feature-image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(6,38,43,.55), transparent 65%); }
.feature-image img { position: absolute; }
.feature-image p { position: relative; z-index: 1; margin: 0; padding: 8vw; color: var(--paper); font: 300 clamp(58px, 8vw, 130px)/.85 var(--serif); letter-spacing: -.04em; }
.feature-image em { color: var(--lime); }

.menu-section { padding: 11vw 6vw; opacity: 0; transform: translateY(30px); transition: .8s ease; }
.menu-heading { display: grid; grid-template-columns: 1.5fr .7fr; gap: 8vw; align-items: end; }
.menu-heading > p { max-width: 430px; font: 19px/1.55 var(--serif); }
.menu-tabs { display: flex; margin-top: 90px; border-bottom: 1px solid var(--line-light); overflow-x: auto; }
.menu-tabs button { padding: 20px 32px; border: 0; border-bottom: 3px solid transparent; background: none; white-space: nowrap; cursor: pointer; font: 500 11px var(--mono); text-transform: uppercase; }
.menu-tabs button:first-child { padding-left: 0; }
.menu-tabs button[aria-selected="true"] { border-color: var(--coral); }
.menu-panel { display: grid; grid-template-columns: .35fr 1fr; gap: 8vw; padding: 50px 0; border-bottom: 1px solid var(--line-light); }
.menu-meta { font: 9px/1.6 var(--mono); text-transform: uppercase; }
.menu-meta span { display: inline-block; margin-top: 24px; color: var(--coral); }
.menu-items article { display: grid; grid-template-columns: 45px 1fr auto; gap: 15px; padding: 23px 0; border-bottom: 1px solid var(--line-light); }
.menu-items article:first-child { padding-top: 0; }
.menu-items article:last-child { border: 0; }
.dish-number { padding-top: 5px; font: 9px var(--mono); opacity: .45; }
.menu-items h3 { margin: 0 0 6px; font: 400 clamp(20px, 2vw, 30px) var(--serif); }
.menu-items p { margin: 0; font: 10px var(--mono); opacity: .55; }
.menu-items b { font: 500 11px var(--mono); }
.menu-download { margin: 30px 0 0 auto; color: var(--coral); }

.gallery-section { padding: 9vw 0 10vw; overflow: hidden; background: var(--ink-deep); color: var(--paper); }
.gallery-head { padding: 0 6vw; display: grid; grid-template-columns: 1fr .45fr; gap: 8vw; align-items: end; }
.gallery-head h2 { margin: 30px 0 0; font: 400 clamp(64px,7vw,112px)/.82 var(--serif); letter-spacing: -.05em; }
.gallery-head em { color: #d6a47b; }
.gallery-intro { padding-bottom: 8px; }
.gallery-intro > p { max-width: 330px; font: 19px/1.45 var(--serif); color: rgba(240,232,217,.7); }
.gallery-controls { margin-top: 28px; display: flex; gap: 8px; }
.gallery-controls button { width: 44px; height: 44px; border: 1px solid var(--line-dark); background: transparent; color: var(--paper); transition: .2s; }
.gallery-controls button:hover { background: var(--paper); color: var(--ink); }
.gallery-rail { margin-top: 70px; padding: 15px 6vw 35px; display: grid; grid-auto-flow: column; grid-auto-columns: minmax(260px,29vw); gap: 20px; overflow-x: auto; overscroll-behavior-inline: contain; scroll-snap-type: x mandatory; scrollbar-width: none; }
.gallery-rail::-webkit-scrollbar { display: none; }
.gallery-card { height: 510px; position: relative; margin: 0; overflow: hidden; scroll-snap-align: start; background: #173637; clip-path: polygon(0 0,93% 0,100% 7%,100% 100%,0 100%); }
.gallery-card.wide { width: min(520px,38vw); }
.gallery-card.portrait { width: min(360px,27vw); }
.gallery-card.lifted { transform: translateY(-14px); }
.gallery-card img { filter: saturate(.78); transition: transform 1s cubic-bezier(.16,1,.3,1), filter .5s; }
.gallery-card:hover img { transform: scale(1.045); filter: saturate(.95); }
.gallery-card::after { content:""; position:absolute; inset:55% 0 0; background:linear-gradient(transparent,rgba(7,30,31,.75)); pointer-events:none; }
.gallery-card figcaption { position:absolute; z-index:2; inset:auto 20px 18px; display:flex; justify-content:space-between; gap:20px; font-size:10px; letter-spacing:.08em; text-transform:uppercase; }
.gallery-card figcaption span { color:#d6a47b; }

.reserve-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 78vh; opacity: 0; transform: translateY(30px); transition: .8s ease; }
.reserve-photo img { filter: saturate(.8); }
.reserve-copy { padding: 8vw; display: flex; flex-direction: column; justify-content: center; }
.reserve-copy h2 { margin: 35px 0; font: 300 clamp(62px, 8vw, 128px)/.8 var(--serif); letter-spacing: -.045em; }
.reserve-copy em { color: var(--ink); }
.reserve-copy > p:not(.kicker) { max-width: 360px; font-size: 14px; }
.button { width: min(330px, 100%); margin-top: 28px; padding: 19px 22px; display: flex; justify-content: space-between; background: var(--ink); color: var(--paper); font: 500 11px var(--mono); text-transform: uppercase; }

footer { padding: 80px 6vw 28px; display: grid; grid-template-columns: 1.4fr 1fr 1fr .7fr; gap: 40px; background: var(--ink-deep); color: var(--paper); }
footer > div { display: flex; flex-direction: column; gap: 10px; font: 12px/1.5 var(--mono); }
footer .kicker { margin-bottom: 18px; color: var(--coral); }
.footer-mark { font-size: 42px; }
.footer-mark i { font-size: 24px; }
.copyright { grid-column: 1 / -1; padding-top: 60px; border-top: 1px solid var(--line-dark); font: 9px var(--mono); opacity: .5; }

@media (max-width: 900px) {
  .site-header { height: 74px; grid-template-columns: 1fr auto; }
  nav { display: none; }
  .reserve.small { display: none; }
  .hero { min-height: auto; grid-template-columns: 1.1fr .9fr; grid-template-rows: 72svh 310px; }
  .hero-copy { grid-column: 1 / 2; grid-row: 1; padding: 44px 6vw; }
  .hero-copy h1 { font-size: clamp(52px, 9vw, 80px); }
  .hero-image { grid-column: 2; grid-row: 1; }
  .today, .open { grid-row: 2; }
  .today { grid-column: 1; }
  .open { grid-column: 2; }
  .story { grid-template-columns: 1fr 1.4fr; }
  .story-index { display: none; }
  .story-body { padding-top: 45px; }
  footer { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 620px) {
  .site-header { position: relative; padding: 0 18px; }
  .wordmark { font-size: 21px; }
  .hero { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: minmax(540px, 74svh) 230px 230px; }
  .hero-copy { grid-column: 1 / -1; grid-row: 1; z-index: 2; padding: 64px 24px 40px; background: linear-gradient(90deg, rgba(6,38,43,.98) 20%, rgba(6,38,43,.72) 74%, rgba(6,38,43,.25)); }
  .hero-image { grid-column: 1 / -1; grid-row: 1; }
  .hero-image img { object-position: 58% center; }
  .hero h1 { max-width: 340px; margin: 34px 0 24px; font-size: 60px; }
  .hero-intro { max-width: 310px; font-size: 14px; }
  .panel-number, .image-label { display: none; }
  .today, .open { padding: 24px 20px; }
  .today { grid-column: 1 / -1; grid-row: 2; }
  .today h2 { font-size: 48px; }
  .today > p { margin-left: 40%; }
  .open { grid-column: 1 / -1; grid-row: 3; }
  .story { min-height: auto; padding: 100px 22px; display: block; }
  .story-heading h2, .menu-heading h2 { font-size: 68px; }
  .story-body { padding-top: 32px; }
  .feature-image { min-height: 70svh; margin: 0; }
  .feature-image p { padding: 60px 22px; font-size: 64px; }
  .menu-section { padding: 100px 22px; }
  .menu-heading { display: block; }
  .menu-heading > p { margin-top: 35px; }
  .menu-tabs { margin-top: 55px; width: 100%; justify-content: space-between; }
  .menu-tabs button, .menu-tabs button:first-child { padding: 16px 8px; font-size: 8px; letter-spacing: .035em; }
  .menu-panel { display: block; padding-top: 28px; }
  .menu-meta { display: flex; justify-content: space-between; margin-bottom: 40px; }
  .menu-meta p { max-width: 65%; margin: 0; }
  .menu-meta span { margin: 0; }
  .menu-items article { grid-template-columns: 28px 1fr auto; }
  .reserve-grid { grid-template-columns: 1fr; min-height: auto; }
  .reserve-photo { height: 55svh; }
  .reserve-copy { min-height: 570px; padding: 70px 22px; }
  .reserve-copy h2 { font-size: 72px; }
  footer { padding: 70px 22px 25px; grid-template-columns: 1fr; }
  .footer-mark { margin-bottom: 25px; }
  .copyright { padding-top: 35px; }
  .gallery-section { padding: 95px 0 80px; }
  .gallery-head { padding: 0 22px; display: block; }
  .gallery-head h2 { font-size: 67px; }
  .gallery-intro { margin-top: 35px; display: flex; justify-content: space-between; align-items: end; }
  .gallery-intro > p { max-width: 220px; margin: 0; font-size: 17px; }
  .gallery-controls { margin: 0; }
  .gallery-controls button { width: 39px; height: 39px; }
  .gallery-rail { margin-top: 48px; padding: 12px 22px 25px; grid-auto-columns: 78vw; gap: 13px; }
  .gallery-card, .gallery-card.wide, .gallery-card.portrait { width: 78vw; height: 58svh; }
  .gallery-card.lifted { transform: none; }
}

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

/* Direction 02 — warm North Sea, layered and quietly unconventional */
:root {
  --ink: #123b3b;
  --ink-deep: #0b292a;
  --paper: #f0e8d9;
  --sand: #d7c7aa;
  --coral: #a8533b;
  --lime: #c5a26a;
  --line-dark: rgba(240, 232, 217, .18);
  --line-light: rgba(18, 59, 59, .18);
  --sans: "Instrument Sans", sans-serif;
  --serif: "Gloock", serif;
  --mono: "Instrument Sans", sans-serif;
}

.site-header {
  height: 96px;
  position: absolute;
  z-index: 10;
  inset: 0 0 auto;
  background: transparent;
  border-color: rgba(240,232,217,.18);
}
.wordmark { font-family: var(--serif); letter-spacing: -.04em; }
.wordmark i { color: #d6a47b; font-family: var(--serif); font-weight: 400; }
.site-header nav { font-size: 10px; letter-spacing: .13em; }
.site-header .reserve { padding: 13px 19px; border: 1px solid rgba(240,232,217,.55); background: transparent; color: var(--paper); }
.lang { font-family: var(--sans); letter-spacing: .08em; }

.hero {
  min-height: 100svh;
  position: relative;
  display: grid;
  grid-template-columns: 52% 48%;
  grid-template-rows: 1fr auto;
  isolation: isolate;
  overflow: hidden;
  background:
    radial-gradient(circle at 12% 80%, rgba(155,90,56,.23), transparent 26%),
    linear-gradient(135deg, var(--ink-deep), #123f3e 62%, #163837);
  color: var(--paper);
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  opacity: .18;
  background-image: linear-gradient(rgba(240,232,217,.07) 1px, transparent 1px), linear-gradient(90deg, rgba(240,232,217,.07) 1px, transparent 1px);
  background-size: 9vw 9vw;
  mask-image: linear-gradient(90deg, black, transparent 68%);
}
.hero-copy {
  grid-column: 1;
  grid-row: 1;
  z-index: 4;
  align-self: center;
  padding: 150px 3vw 80px 6vw;
}
.hero-copy .kicker { color: #d9b58d; font-size: 10px; letter-spacing: .17em; }
.hero-copy .kicker span { height: 1px; background: #d9b58d; }
.hero h1 {
  max-width: 780px;
  margin: 37px 0 33px;
  font: 400 clamp(62px, 6.3vw, 116px)/.91 var(--serif);
  letter-spacing: -.055em;
  text-wrap: balance;
}
.hero h1 br { display: block; }
.hero-intro { max-width: 560px; margin-bottom: 42px; color: rgba(240,232,217,.72); font-size: clamp(15px,1.15vw,19px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; gap: 32px; }
.button-light { min-width: 215px; padding: 17px 19px; display: flex; justify-content: space-between; background: var(--paper); color: var(--ink-deep); font-size: 10px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.quiet-link { padding-bottom: 5px; border-bottom: 1px solid rgba(240,232,217,.45); font-size: 11px; }

.hero-collage { grid-column: 2; grid-row: 1 / 3; min-height: 100svh; position: relative; }
.hero-photo { position: absolute; margin: 0; overflow: hidden; box-shadow: 0 32px 80px rgba(3,20,20,.34); }
.hero-photo img { filter: saturate(.76) contrast(1.04); transition: transform 1.5s cubic-bezier(.16,1,.3,1); }
.hero-photo:hover img { transform: scale(1.035); }
.hero-photo-main {
  width: 64%;
  height: 66%;
  left: 10%;
  top: 13%;
  z-index: 2;
  clip-path: polygon(11% 0,100% 0,100% 85%,86% 100%,0 100%,0 12%);
}
.chef-label { position:absolute; z-index:2; inset:auto 18px 18px; padding:13px 15px; display:flex; flex-direction:column; gap:3px; background:rgba(11,41,42,.88); color:var(--paper); backdrop-filter:blur(8px); }
.chef-label b { font:500 10px var(--sans); letter-spacing:.06em; text-transform:uppercase; }
.chef-label span { color:#d6a47b; font-size:8px; letter-spacing:.1em; text-transform:uppercase; }
.hero-photo-detail {
  width: 43%;
  height: 37%;
  right: -3%;
  bottom: 6%;
  z-index: 3;
  border: 9px solid var(--paper);
  clip-path: polygon(0 0,86% 0,100% 18%,100% 100%,0 100%);
}
.hero-photo-detail img { object-position: 52% center; }
.sea-window {
  position: absolute;
  width: 29%;
  height: 31%;
  left: -3%;
  bottom: 3%;
  z-index: 1;
  display: flex;
  align-items: end;
  padding: 18px;
  clip-path: polygon(0 0,100% 12%,88% 100%,0 100%);
  background: linear-gradient(160deg,#9fbea9 0%,#6e9993 45%,#d7a06c 46%,#b56d4e 100%);
  box-shadow: 0 24px 60px rgba(3,20,20,.3);
}
.sea-window::before { content: ""; position: absolute; inset: 42% 0 auto; height: 1px; background: rgba(240,232,217,.6); }
.sea-window span { position: relative; font-size: 8px; letter-spacing: .18em; }
.catch-card {
  width: 35%;
  min-height: 290px;
  position: absolute;
  right: 5%;
  top: 16%;
  z-index: 4;
  padding: 29px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transform: rotate(2.4deg);
  background: #e7dcc7;
  color: var(--ink-deep);
  box-shadow: 0 24px 60px rgba(3,20,20,.3);
}
.catch-card::before { content: ""; width: 44px; height: 13px; position: absolute; left: 50%; top: -7px; transform: translateX(-50%) rotate(-3deg); background: rgba(213,190,155,.8); }
.catch-card h2 { margin: 18px 0; font: 400 clamp(32px,3vw,52px)/.88 var(--serif); letter-spacing: -.04em; }
.catch-card > p:last-child { margin: 20px 0 0; font-size: 11px; line-height: 1.5; }
.hero-foot { grid-column: 1; grid-row: 2; z-index: 4; padding: 25px 6vw; display: flex; align-items: center; gap: 20px; border-top: 1px solid var(--line-dark); font-size: 9px; letter-spacing: .12em; text-transform: uppercase; }
.hero-foot i { width: 35px; height: 1px; background: #d6a47b; }

.story { background: var(--paper); }
.story-heading h2, .menu-heading h2 { font-weight: 400; }
.story-heading em, .reserve-copy em { color: var(--coral); }
.badges span { background: rgba(255,255,255,.28); }
.feature-image {
  min-height: 80vh;
  margin: 0 5vw;
  border: 0;
  clip-path: polygon(4% 0,100% 0,100% 88%,94% 100%,0 100%,0 8%);
  box-shadow: 0 25px 70px rgba(18,59,59,.15);
}
.feature-image::before { content: ""; position: absolute; z-index: 2; inset: 0; border: 1px solid rgba(240,232,217,.5); clip-path: inherit; pointer-events: none; }
.feature-image p { padding: 9vw; font-weight: 400; }
.feature-image em { color: #ddb686; }
.menu-section { position: relative; background: var(--paper); }
.menu-section::before { content: "DE KAART"; position: absolute; right: -2vw; top: 7vw; color: rgba(18,59,59,.035); font: 400 13vw var(--serif); white-space: nowrap; }
.menu-tabs button { letter-spacing: .07em; }
.menu-tabs button[aria-selected="true"] { border-color: var(--coral); }
.menu-items h3 { font-family: var(--serif); }
.reserve-grid { margin: 0 3vw 3vw; grid-template-columns: .9fr 1.1fr; min-height: 80vh; }
.reserve-photo {
  clip-path: polygon(0 0,91% 0,100% 10%,100% 100%,0 100%);
  border: 0;
}
.reserve-copy { margin: 6vh 0; background: #b76b51; border: 0; }
.reserve-copy h2 { font-weight: 400; }
.reserve-copy .button { background: var(--ink-deep); }

@media (max-width: 900px) {
  .hero { min-height: 100svh; grid-template-columns: 55% 45%; grid-template-rows: 1fr auto; }
  .hero-copy { grid-column: 1; grid-row: 1; padding: 135px 4vw 60px; }
  .hero h1 { font-size: clamp(58px,8vw,78px); }
  .hero-collage { grid-column: 2; grid-row: 1 / 3; }
  .hero-photo-main { width: 90%; height: 61%; left: -5%; top: 16%; }
  .hero-photo-detail { width: 61%; height: 29%; right: -12%; bottom: 5%; }
  .catch-card { width: 70%; min-height: 240px; right: -3%; top: 13%; padding: 22px; }
  .sea-window { width: 55%; height: 25%; left: -13%; }
  .hero-foot { grid-column: 1; grid-row: 2; }
}

@media (max-width: 620px) {
  .site-header { height: 76px; padding: 0 18px; }
  .hero { min-height: auto; display: block; padding: 0 0 30px; }
  .hero::before { background-size: 30vw 30vw; mask-image: linear-gradient(black,transparent 70%); }
  .hero-copy { min-height: 75svh; padding: 135px 22px 60px; position: relative; z-index: 5; }
  .hero h1 { max-width: 360px; font-size: clamp(53px,15vw,66px); line-height: .92; }
  .hero-intro { max-width: 330px; margin-top: 28px; font-size: 14px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 22px; }
  .button-light { width: 225px; }
  .hero-collage { min-height: 620px; margin-top: -35px; }
  .hero-photo-main { width: 77%; height: 68%; left: 6%; top: 4%; }
  .hero-photo-main img { object-position: center 18%; }
  .hero-photo-detail { width: 53%; height: 31%; right: -5%; bottom: 2%; border-width: 6px; }
  .sea-window { width: 48%; height: 27%; left: -5%; bottom: 0; }
  .catch-card { width: 54%; min-height: 225px; right: 1%; top: 42%; padding: 20px; }
  .catch-card h2 { font-size: 35px; }
  .catch-card > p:last-child { font-size: 10px; }
  .hero-foot { margin-top: 30px; padding: 22px; flex-wrap: wrap; }
  .hero-foot i { display: none; }
  .feature-image { margin: 0; min-height: 68svh; clip-path: polygon(7% 0,100% 0,100% 90%,88% 100%,0 100%,0 5%); }
  .reserve-grid { margin: 0; grid-template-columns: 1fr; }
  .reserve-photo { width: 100%; height: 58svh; clip-path: polygon(0 0,90% 0,100% 10%,100% 100%,0 100%); }
  .reserve-copy { width: 100%; min-width: 0; margin: 0; overflow: hidden; }
  .reserve-copy h2 { max-width: 100%; font-size: clamp(54px,16vw,72px); overflow-wrap: anywhere; }
  .reserve-copy > p:not(.kicker) { max-width: 100%; }
  .reserve-copy .button { max-width: 100%; }
}

@media (min-width: 1100px) {
  html { background: #789193; }
  body {
    --sea-x: 0px;
    --sea-y: 0px;
    padding: 42px 0 72px;
    background: transparent;
  }
  body::before {
    content: "";
    position: fixed;
    z-index: -2;
    inset: -28px;
    background:
      linear-gradient(rgba(16,45,46,.18), rgba(16,45,46,.08)),
      url("assets/north-sea-horizon-v1.jpg") center / cover no-repeat;
    transform: translate3d(var(--sea-x),var(--sea-y),0) scale(1.035);
    transition: transform 1.8s cubic-bezier(.16,1,.3,1);
  }
  body::after {
    content: "";
    position: fixed;
    z-index: -1;
    inset: 0;
    pointer-events: none;
    background:
      linear-gradient(90deg,rgba(9,35,37,.25),transparent 22%,transparent 78%,rgba(9,35,37,.25)),
      linear-gradient(180deg,rgba(240,232,217,.1),transparent 25%,rgba(9,35,37,.2));
  }
  .site-header {
    width: min(calc(100% - 96px), 1280px);
    height: 82px;
    top: 42px;
    left: 50%;
    right: auto;
    padding-inline: 38px;
    transform: translateX(-50%);
  }
  main {
    width: min(calc(100% - 96px), 1280px);
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    border-radius: 7px;
    box-shadow: 0 35px 100px rgba(5,26,28,.35), 0 3px 14px rgba(5,26,28,.18);
  }
  footer {
    width: min(calc(100% - 96px), 1280px);
    margin: 0 auto;
    padding-inline: 55px;
    box-shadow: 0 35px 100px rgba(5,26,28,.3);
  }
  .hero {
    height: clamp(760px, calc(100svh - 84px), 900px);
    min-height: 760px;
    grid-template-columns: 51% 49%;
  }
  .hero-copy { padding: 125px 42px 60px 58px; }
  .hero h1 { max-width: 610px; font-size: clamp(55px, 4.3vw, 79px); }
  .hero-intro { max-width: 470px; font-size: 15px; }
  .hero-collage { min-height: 760px; }
  .catch-card { width: 37%; min-height: 250px; padding: 23px; }
  .catch-card h2 { font-size: clamp(32px,2.6vw,45px); }
  .hero-foot { padding: 21px 58px; }
  .story { min-height: auto; padding: 125px 62px; gap: 45px; }
  .story-heading h2, .menu-heading h2 { font-size: clamp(66px,5.5vw,92px); }
  .story-body { padding-top: 55px; }
  .feature-image { min-height: 620px; margin-inline: 42px; }
  .feature-image p { padding: 85px; font-size: clamp(64px,6vw,96px); }
  .menu-section { padding: 125px 62px; }
  .menu-section::before { font-size: 145px; }
  .menu-tabs { margin-top: 70px; }
  .reserve-grid { min-height: 650px; margin: 0 30px 30px; }
  .reserve-copy { padding: 70px; }
  .reserve-copy h2 { font-size: clamp(70px,6vw,98px); }
}
