@font-face { font-family: 'Italiana'; src: url('assets/fonts/italiana-400.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('assets/fonts/manrope-400.ttf') format('truetype'); font-weight: 400; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('assets/fonts/manrope-500.ttf') format('truetype'); font-weight: 500; font-display: swap; }
@font-face { font-family: 'Manrope'; src: url('assets/fonts/manrope-600.ttf') format('truetype'); font-weight: 600; font-display: swap; }

:root {
  --blue: #000034;
  --blue-2: #121356;
  --cream: #f1ede3;
  --paper: #e4dfd2;
  --gold: #d8bd83;
  --coral: #d78369;
  --ink: #171743;
  --line: rgba(241, 237, 227, .24);
  --serif: 'Italiana', Georgia, serif;
  --sans: 'Manrope', Arial, sans-serif;
  --ease: cubic-bezier(.22, .8, .25, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--cream); color: var(--blue); font-family: var(--sans); font-size: 17px; line-height: 1.55; overflow-x: hidden; }
button, a { font: inherit; }
a { color: inherit; text-decoration: none; }
button { border: 0; cursor: pointer; }
img { display: block; max-width: 100%; }
.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 { position: fixed; top: 8px; left: 8px; z-index: 100; padding: 10px 14px; background: var(--gold); transform: translateY(-150%); }
.skip:focus { transform: none; }

.site-header { height: 108px; padding: 0 5vw; display: flex; align-items: center; justify-content: space-between; position: absolute; z-index: 10; inset: 0 0 auto; color: var(--cream); border-bottom: 1px solid var(--line); }
.brand { width: 125px; display: flex; align-items: center; }
.brand img { width: 104px; height: auto; }
.site-header nav { display: flex; align-items: center; gap: clamp(20px, 2.5vw, 42px); font-size: 17px; font-weight: 500; letter-spacing: .01em; }
.site-header nav a, .link-button { color: var(--cream); background: transparent; padding: 12px 0; position: relative; }
.site-header nav a::after, .link-button::after { content: ''; height: 1px; background: var(--gold); position: absolute; left: 0; right: 100%; bottom: 4px; transition: right .35s var(--ease); }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after, .link-button:hover::after, .link-button:focus-visible::after { right: 0; }
.book-button { min-height: 56px; padding: 0 27px; color: var(--blue); background: var(--gold); font-size: 17px; font-weight: 600; transition: background .3s, transform .3s var(--ease); }
.book-button span, .button span { margin-left: 10px; font-size: 18px; }
.book-button:hover, .book-button:focus-visible { background: var(--cream); transform: translateY(-2px); }
.menu-toggle { display: none; background: transparent; color: var(--cream); padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; width: 28px; height: 2px; margin: 5px 0; background: currentColor; }

.hero { min-height: 760px; height: min(100svh, 900px); position: relative; display: flex; align-items: center; overflow: hidden; background: var(--blue); color: var(--cream); }
.hero-photo, .hero-wash { position: absolute; inset: 0; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 59% 54%; filter: saturate(.92) contrast(1.03); }
.hero-wash { background: linear-gradient(90deg, rgba(0,0,52,.9) 0%, rgba(0,0,52,.66) 36%, rgba(0,0,52,.08) 75%), linear-gradient(0deg, rgba(0,0,52,.28), transparent 36%); }
.hero-copy { position: relative; z-index: 1; width: min(680px, 55vw); margin-left: 11vw; padding-top: 30px; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 12px; font-weight: 600; letter-spacing: .18em; line-height: 1.4; text-transform: uppercase; }
.eyebrow.blue { color: var(--coral); }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: 0; line-height: .98; }
h1 { font-size: clamp(68px, 8.2vw, 126px); }
h2 { font-size: clamp(54px, 6.3vw, 94px); }
em { color: var(--coral); font-style: italic; }
.hero-intro { max-width: 410px; margin: 30px 0 32px; font-size: 17px; line-height: 1.65; color: rgba(241,237,227,.85); }
.hero-actions { display: flex; align-items: center; gap: 29px; }
.button { min-height: 52px; padding: 0 23px; display: inline-flex; align-items: center; justify-content: center; font-weight: 600; transition: transform .3s var(--ease), background .3s, color .3s; }
.button:hover, .button:focus-visible { transform: translateY(-3px); }
.button-cream { background: var(--cream); color: var(--blue); }
.button-cream:hover, .button-cream:focus-visible { background: var(--gold); }
.text-action, .arrow-link { padding: 8px 0; background: transparent; color: inherit; font-weight: 600; text-align: left; }
.text-action span, .arrow-link span { display: inline-block; margin-left: 10px; color: var(--gold); font-size: 20px; transition: transform .3s var(--ease); }
.text-action:hover span, .arrow-link:hover span, .text-action:focus-visible span, .arrow-link:focus-visible span { transform: translateX(5px); }
.hero-note { position: absolute; z-index: 1; right: 5vw; bottom: 67px; display: flex; flex-direction: column; gap: 3px; color: var(--gold); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; text-align: right; }
.hero-note strong { color: var(--cream); font: 30px var(--serif); letter-spacing: 0; }
.scroll-cue { position: absolute; z-index: 1; left: 5vw; bottom: 43px; display: flex; align-items: center; gap: 13px; color: var(--cream); font-size: 11px; letter-spacing: .13em; text-transform: uppercase; }
.scroll-cue i { width: 40px; height: 1px; background: var(--gold); position: relative; }
.scroll-cue i::after { content: ''; position: absolute; right: 0; top: -3px; width: 7px; height: 7px; border-right: 1px solid var(--gold); border-bottom: 1px solid var(--gold); transform: rotate(45deg); }

.story { min-height: 0; padding: 72px 9vw; position: relative; display: grid; grid-template-columns: minmax(330px, .92fr) minmax(410px, 1.08fr); align-items: center; gap: 7vw; background: var(--cream); overflow: hidden; }
.story-content { max-width: 660px; }
.story-heading { align-self: auto; }
.story-copy { max-width: 510px; padding-top: 24px; color: var(--ink); }
.story-copy .lead { margin: 0 0 21px; font-family: var(--serif); font-size: 27px; line-height: 1.22; }
.story-copy p:not(.lead) { margin-bottom: 30px; color: rgba(23,23,67,.72); }
.arrow-link { color: var(--blue); border-bottom: 1px solid rgba(0,0,52,.3); }
.story-image { width: 100%; height: 485px; margin: 0; grid-column: 1; overflow: hidden; position: relative; }
.story-image::after { content: ''; position: absolute; inset: 14px -14px -14px 14px; border: 1px solid var(--coral); pointer-events: none; }
.story-image img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 48%; }
.vertical-word { position: absolute; right: 3.2vw; bottom: 105px; margin: 0; color: rgba(0,0,52,.25); writing-mode: vertical-rl; font-size: 11px; letter-spacing: .25em; }

.oyster { min-height: 0; position: relative; padding: 62px 11vw 66px; display: grid; grid-template-columns: 1fr .85fr; grid-template-rows: 1fr auto; gap: 22px 10vw; background: var(--blue); color: var(--cream); overflow: hidden; }
.oyster-image { grid-row: 1 / 3; height: 550px; align-self: center; position: relative; z-index: 1; }
.oyster-image img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.oyster-copy { max-width: 420px; align-self: end; position: relative; z-index: 1; }
.oyster-copy p:not(.eyebrow) { max-width: 370px; margin: 29px 0 28px; color: rgba(241,237,227,.77); }
.button-outline { border: 1px solid var(--gold); background: transparent; color: var(--cream); }
.button-outline:hover, .button-outline:focus-visible { background: var(--gold); color: var(--blue); }
.oyster-detail { width: 190px; height: 190px; margin-left: auto; position: relative; z-index: 1; }
.oyster-detail img { width: 100%; height: 100%; object-fit: cover; border-radius: 50%; }
.sun-mark { position: absolute; width: 200px; height: 200px; right: -22px; top: 82px; fill: none; stroke: var(--gold); stroke-width: 1; opacity: .7; }
.sun-mark circle { fill: var(--coral); stroke: var(--coral); }
.sun-mark line { stroke: var(--gold); }

.visit { height: 590px; min-height: 0; display: grid; grid-template-columns: 1fr 1fr; background: var(--paper); overflow: hidden; }
.visit-photo { height: 590px; min-height: 0; overflow: hidden; }
.visit-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 72%; }
.visit-panel { padding: 72px 7vw 60px; color: var(--blue); align-self: center; }
.visit-panel h2 { max-width: 550px; }
.visit-panel > p:not(.eyebrow) { max-width: 370px; margin: 30px 0 28px; color: rgba(23,23,67,.73); }
address { margin: 0 0 31px; font-style: normal; line-height: 1.8; color: var(--ink); }
.contact-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 25px; }
.button-blue { background: var(--blue); color: var(--cream); }
.button-blue:hover, .button-blue:focus-visible { background: var(--coral); }

footer { min-height: 235px; padding: 45px 5vw 28px; display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 30px; background: var(--blue); color: var(--cream); }
.footer-brand img { width: 112px; }
footer p { margin: 3px 0; color: rgba(241,237,227,.72); font-family: var(--serif); font-size: 22px; line-height: 1.2; }
.socials { display: flex; justify-content: flex-end; gap: 12px; }
.socials a { width: 47px; height: 47px; border: 1px solid var(--gold); border-radius: 50%; display: grid; place-items: center; color: var(--gold); transition: color .3s, background .3s, transform .35s var(--ease); }
.socials svg { width: 20px; height: 20px; fill: none; stroke: currentColor; stroke-width: 1.8; }
.socials svg path { fill: currentColor; stroke: none; }
.socials .dot { fill: currentColor; stroke: none; }
.socials a:hover, .socials a:focus-visible { color: var(--blue); background: var(--gold); transform: translateY(-5px) rotate(-4deg); }
footer small { grid-column: 1 / -1; align-self: end; color: rgba(241,237,227,.48); font-size: 11px; letter-spacing: .05em; }

.modal { position: fixed; inset: 0; z-index: 30; display: grid; place-items: center; opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s, visibility 0s linear .3s; }
.modal.open { opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .3s, visibility 0s; }
.modal-backdrop { position: absolute; inset: 0; background: rgba(0,0,52,.75); backdrop-filter: blur(5px); }
.modal-card { width: min(520px, calc(100vw - 40px)); position: relative; z-index: 1; padding: 58px 52px 46px; background: var(--cream); color: var(--blue); box-shadow: 0 30px 100px rgba(0,0,0,.28); transform: translateY(18px); transition: transform .45s var(--ease); }
.modal.open .modal-card { transform: none; }
.modal-card h2 { font-size: clamp(48px, 6vw, 70px); }
.modal-card > p:not(.eyebrow):not(.modal-note) { max-width: 390px; margin: 25px 0; color: rgba(23,23,67,.76); }
.modal-close { position: absolute; top: 12px; right: 17px; width: 38px; height: 38px; background: transparent; color: var(--blue); font-size: 30px; line-height: 1; }
.modal-options { display: grid; gap: 10px; }
.modal-options button, .modal-options a { min-height: 55px; padding: 0 16px; display: flex; justify-content: space-between; align-items: center; border: 1px solid rgba(0,0,52,.28); background: transparent; color: var(--blue); font-weight: 600; text-align: left; transition: background .25s, color .25s, padding .25s; }
.modal-options button:hover, .modal-options button:focus-visible, .modal-options a:hover, .modal-options a:focus-visible { padding-left: 22px; background: var(--blue); color: var(--cream); }
.modal-options span { color: var(--coral); font-size: 20px; }
.modal-note { margin: 21px 0 0; color: rgba(23,23,67,.54); font-size: 12px; }
body.modal-open { overflow: hidden; }
.toast { position: fixed; z-index: 40; left: 50%; bottom: 26px; width: min(520px, calc(100vw - 28px)); padding: 17px 18px 17px 21px; display: flex; justify-content: space-between; gap: 18px; background: var(--gold); color: var(--blue); box-shadow: 0 14px 35px rgba(0,0,0,.18); transform: translate(-50%, calc(100% + 5rem)); opacity: 0; visibility: hidden; pointer-events: none; transition: transform .5s var(--ease), opacity .3s, visibility 0s linear .5s; }
.toast.show { transform: translate(-50%, 0); opacity: 1; visibility: visible; pointer-events: auto; transition: transform .5s var(--ease), opacity .3s, visibility 0s; }
.toast strong, .toast span { display: block; }
.toast strong { font-size: 13px; }
.toast span { margin-top: 2px; font-size: 12px; }
.toast button { flex: 0 0 auto; background: transparent; color: var(--blue); font-size: 24px; line-height: 1; }
.reveal { opacity: 0; transform: translateY(22px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.reveal.visible { opacity: 1; transform: none; }

:focus-visible { outline: 2px solid var(--coral); outline-offset: 4px; }
@media (prefers-reduced-motion: reduce) { *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; transition-duration: .01ms !important; } .reveal { opacity: 1; transform: none; } }
@media (max-width: 900px) {
  .site-header { height: 98px; padding: 0 6vw; }
  .brand { width: 112px; }
  .brand img { width: 97px; }
  .menu-toggle { display: block; }
  .site-header nav { position: absolute; top: 98px; left: 0; right: 0; display: grid; gap: 0; padding: 10px 6vw 20px; background: var(--blue); border-top: 1px solid var(--line); transform: translateY(-12px); opacity: 0; visibility: hidden; pointer-events: none; transition: opacity .3s, transform .3s var(--ease), visibility 0s linear .3s; }
  .site-header nav.open { transform: none; opacity: 1; visibility: visible; pointer-events: auto; transition: opacity .3s, transform .3s var(--ease), visibility 0s; }
  .site-header nav a, .link-button { width: 100%; padding: 14px 0; text-align: left; }
  .book-button { width: 100%; margin-top: 10px; }
  .hero { min-height: 690px; height: 100svh; max-height: 880px; align-items: flex-end; }
  .hero-photo img { object-position: 61% 52%; }
  .hero-wash { background: linear-gradient(0deg, rgba(0,0,52,.9) 0%, rgba(0,0,52,.5) 48%, rgba(0,0,52,.1) 100%); }
  .hero-copy { width: auto; margin: 0 7vw; padding-bottom: 115px; }
  h1 { font-size: clamp(60px, 16vw, 93px); }
  .hero-intro { margin: 24px 0; font-size: 15px; }
  .hero-note { right: 7vw; bottom: 53px; }
  .scroll-cue { left: 7vw; bottom: 31px; }
  .story { min-height: 0; padding: 78px 7vw 88px; display: flex; flex-direction: column; align-items: stretch; gap: 52px; }
  .story-content { max-width: 640px; }
  .story-copy { padding-top: 30px; max-width: 520px; }
  .story-image { width: calc(100% - 12px); height: 390px; margin: 0; order: 1; }
  .story-content { order: 2; }
  .vertical-word { display: none; }
  .oyster { min-height: 0; padding: 64px 7vw 72px; display: flex; flex-direction: column; gap: 38px; }
  .oyster-image { width: 82%; height: 470px; margin: 0; align-self: flex-start; }
  .oyster-copy { max-width: 440px; }
  .oyster-detail { width: 150px; height: 150px; position: absolute; right: 6vw; top: 445px; }
  .sun-mark { right: -30px; top: 360px; width: 165px; }
  .visit { height: auto; min-height: 0; display: flex; flex-direction: column; }
  .visit-photo { min-height: 0; height: 420px; }
  .visit-photo img { object-position: 50% 72%; }
  .visit-panel { padding: 70px 7vw 78px; }
  footer { padding: 42px 7vw 27px; grid-template-columns: 1fr auto; }
  footer p { grid-column: 1 / -1; grid-row: 2; }
  .socials { grid-column: 2; grid-row: 1; }
  footer small { grid-row: 3; }
}
@media (max-width: 520px) {
  body { font-size: 16px; }
  .hero-copy { padding-bottom: 112px; }
  .eyebrow { font-size: 10px; letter-spacing: .14em; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 16px; }
  .button { min-height: 50px; }
  .story-image { height: 320px; }
  .oyster-image { width: 90%; height: 390px; }
  .oyster-detail { top: 371px; width: 126px; height: 126px; }
  .sun-mark { top: 313px; width: 145px; }
  .contact-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .visit-photo { height: 340px; }
  .modal-card { padding: 50px 27px 34px; }
}
