:root {
  --pine: #173e46;
  --pine-dark: #0c292f;
  --blue: #37717b;
  --mist: #edf1ed;
  --cream: #f7f2e7;
  --sand: #e5d6ba;
  --gold: #d7a04a;
  --rust: #9a4f36;
  --ink: #182326;
  --muted: #647174;
  --white: #fff;
  --line: rgba(24, 35, 38, .13);
  --shadow: 0 24px 70px rgba(15, 47, 53, .15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: Arial, Helvetica, sans-serif; line-height: 1.65; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
.container { width: min(1160px, calc(100% - 40px)); margin-inline: auto; }

.skip-link { position: fixed; top: -70px; left: 15px; z-index: 100; padding: 10px 16px; color: var(--white); background: var(--ink); border-radius: 6px; }
.skip-link:focus { top: 15px; }

.topbar { color: rgba(255,255,255,.8); background: var(--pine-dark); font-size: 11px; font-weight: 700; letter-spacing: 1.1px; text-transform: uppercase; }
.topbar-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.topbar p { margin: 0; }
.topbar a:hover { color: var(--gold); }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid var(--line); background: rgba(247, 242, 231, .96); backdrop-filter: blur(10px); }
.nav-wrap { min-height: 82px; display: flex; align-items: center; gap: 34px; }
.brand { display: inline-flex; align-items: center; gap: 13px; margin-right: auto; }
.brand-compass { position: relative; width: 48px; height: 48px; display: grid; place-items: center; border: 2px solid var(--pine); border-radius: 50%; }
.brand-compass::before, .brand-compass::after { content: ""; position: absolute; background: var(--pine); }
.brand-compass::before { width: 2px; height: 58px; }
.brand-compass::after { width: 58px; height: 2px; }
.brand-compass i { width: 11px; height: 27px; display: block; background: var(--rust); clip-path: polygon(50% 0, 100% 100%, 50% 76%, 0 100%); transform: rotate(24deg); }
.brand-name { display: flex; flex-direction: column; line-height: 1; }
.brand-name strong { color: var(--pine); font-family: Georgia, "Times New Roman", serif; font-size: 23px; letter-spacing: -.6px; }
.brand-name small { margin-top: 7px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: 2.1px; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: 28px; }
nav a { font-size: 13px; font-weight: 700; }
nav a:hover, nav a:focus-visible { color: var(--rust); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; padding: 0 25px; border: 2px solid var(--pine); border-radius: 4px; color: var(--white); background: var(--pine); font-size: 11px; font-weight: 900; letter-spacing: 1.2px; text-transform: uppercase; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover, .button:focus-visible { background: var(--pine-dark); transform: translateY(-2px); }
.button-small { min-height: 42px; padding-inline: 18px; font-size: 10px; }
.button-gold { color: var(--pine-dark); background: var(--gold); border-color: var(--gold); }
.button-gold:hover, .button-gold:focus-visible { color: var(--white); background: var(--rust); border-color: var(--rust); }
.button-ghost { background: transparent; border-color: rgba(255,255,255,.7); }
.button-ghost:hover, .button-ghost:focus-visible { color: var(--pine-dark); background: var(--white); border-color: var(--white); }

.hero { position: relative; min-height: 690px; display: flex; align-items: center; overflow: hidden; color: var(--white); background: linear-gradient(120deg, rgba(7,34,39,.96) 0 42%, rgba(15,58,66,.74) 72%, rgba(27,79,86,.55)), radial-gradient(circle at 78% 20%, #d7a04a, #37717b 38%, #173e46 75%); }
.hero-sky { position: absolute; inset: 0; opacity: .4; background: radial-gradient(circle at 83% 22%, rgba(255,242,197,.85) 0 5%, transparent 5.3%), linear-gradient(170deg, transparent 0 63%, rgba(255,255,255,.13) 63.3% 64%, transparent 64.3%); }
.hero-coast { position: absolute; right: -5%; bottom: 0; width: 65%; height: 42%; background: var(--pine-dark); opacity: .84; clip-path: polygon(0 76%, 8% 63%, 17% 68%, 27% 33%, 36% 55%, 47% 21%, 57% 38%, 70% 12%, 79% 32%, 91% 19%, 100% 26%, 100% 100%, 0 100%); }
.coast-back { right: -2%; bottom: 17%; opacity: .45; background: #71929a; transform: scale(1.12); }
.coast-front::before { content: ""; position: absolute; right: 8%; top: 35%; width: 75%; height: 55%; opacity: .28; background: repeating-linear-gradient(0deg, transparent 0 12px, rgba(255,255,255,.35) 13px 14px); clip-path: polygon(0 40%, 100% 0, 100% 100%, 0 100%); }
.hero-content { position: relative; z-index: 3; padding-block: 105px 145px; }
.eyebrow { margin: 0 0 16px; color: var(--rust); font-size: 11px; font-weight: 900; letter-spacing: 2.5px; text-transform: uppercase; }
.eyebrow::before { content: ""; display: inline-block; width: 28px; height: 2px; margin: 0 10px 3px 0; background: currentColor; }
.eyebrow.light { color: var(--gold); }
h1, h2, h3 { margin-top: 0; font-family: Georgia, "Times New Roman", serif; line-height: 1.08; }
h1 { max-width: 780px; margin-bottom: 24px; font-size: clamp(56px, 7vw, 91px); letter-spacing: -4px; }
h2 { margin-bottom: 21px; font-size: clamp(38px, 4.7vw, 58px); letter-spacing: -2.2px; }
h3 { margin-bottom: 12px; font-size: 25px; letter-spacing: -.7px; }
.hero-intro { max-width: 650px; margin: 0; color: rgba(255,255,255,.78); font-size: 18px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 36px; }
.hero-facts { position: absolute; z-index: 5; left: 50%; bottom: 0; width: min(1160px, calc(100% - 40px)); display: grid; grid-template-columns: repeat(4, 1fr); transform: translateX(-50%); border-top: 1px solid rgba(255,255,255,.22); background: rgba(9,38,43,.76); backdrop-filter: blur(8px); }
.hero-facts div { padding: 20px 26px; border-right: 1px solid rgba(255,255,255,.16); }
.hero-facts div:last-child { border-right: 0; }
.hero-facts strong, .hero-facts span { display: block; }
.hero-facts strong { color: var(--white); font-family: Georgia, serif; font-size: 18px; }
.hero-facts span { margin-top: 3px; color: rgba(255,255,255,.57); font-size: 10px; font-weight: 800; letter-spacing: 1px; text-transform: uppercase; }

.section { padding: 105px 0; }
.story { background: var(--white); }
.story-grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 90px; align-items: center; }
.story-art { position: relative; min-height: 520px; overflow: hidden; border-radius: 4px; background: linear-gradient(#cbdedb 0 54%, #739da5 54% 100%); box-shadow: var(--shadow); }
.sun { position: absolute; top: 53px; right: 62px; width: 95px; height: 95px; border-radius: 50%; background: rgba(255,236,183,.8); }
.island { position: absolute; z-index: 2; bottom: 38%; height: 37%; background: var(--pine); clip-path: polygon(0 100%, 4% 70%, 10% 72%, 14% 42%, 18% 70%, 23% 34%, 28% 69%, 33% 29%, 38% 65%, 43% 38%, 48% 72%, 53% 23%, 59% 68%, 64% 33%, 70% 68%, 77% 40%, 84% 68%, 91% 30%, 96% 71%, 100% 100%); }
.island-one { left: 0; width: 72%; }
.island-two { right: -10%; width: 58%; opacity: .68; transform: scale(.76); transform-origin: bottom right; }
.lighthouse { position: absolute; z-index: 4; left: 27%; bottom: 44%; width: 34px; height: 128px; background: repeating-linear-gradient(0deg, #f2eadb 0 31px, #a54d3a 32px 52px); clip-path: polygon(24% 0, 76% 0, 100% 100%, 0 100%); }
.lighthouse::before { content: ""; position: absolute; left: -8px; top: -22px; width: 50px; height: 25px; background: var(--pine-dark); clip-path: polygon(50% 0, 100% 48%, 88% 100%, 12% 100%, 0 48%); }
.lighthouse i { position: absolute; left: 12px; bottom: 0; width: 11px; height: 22px; background: var(--pine-dark); }
.water-line { position: absolute; left: 0; bottom: 24%; width: 78%; height: 2px; background: rgba(255,255,255,.65); box-shadow: 110px 34px 0 rgba(255,255,255,.35), 38px 65px 0 rgba(255,255,255,.43); }
.line-two { left: 42%; bottom: 12%; width: 47%; }
.coordinate-card { position: absolute; z-index: 6; left: 28px; bottom: 25px; padding: 18px 22px; color: var(--white); background: var(--rust); box-shadow: 0 15px 35px rgba(51,31,22,.22); }
.coordinate-card strong, .coordinate-card span { display: block; }
.coordinate-card strong { font-family: Georgia, serif; font-size: 30px; line-height: 1; }
.coordinate-card span { margin-top: 5px; font-size: 9px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.story-copy p:not(.eyebrow) { margin: 0 0 17px; color: var(--muted); font-size: 16px; }
.text-link { display: inline-block; margin-top: 12px; color: var(--rust); font-size: 12px; font-weight: 900; letter-spacing: .5px; text-transform: uppercase; }
.text-link span { display: inline-block; transition: transform .2s ease; }
.text-link:hover span { transform: translateX(5px); }

.menu { background: var(--mist); }
.section-heading { display: grid; grid-template-columns: 1.1fr .65fr; gap: 70px; align-items: end; margin-bottom: 47px; }
.section-heading h2 { max-width: 700px; margin-bottom: 0; }
.section-heading > p { margin: 0 0 4px; color: var(--muted); }
.menu-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 17px; }
.menu-card { position: relative; min-height: 410px; overflow: hidden; padding: 30px 27px; border: 1px solid var(--line); background: rgba(255,255,255,.75); transition: transform .2s ease, box-shadow .2s ease; }
.menu-card:hover { z-index: 2; transform: translateY(-5px); box-shadow: 0 20px 50px rgba(18,57,64,.12); }
.seafood-card { color: var(--white); background: var(--pine); }
.card-icon { position: relative; width: 84px; height: 84px; display: grid; place-items: center; margin: 0 0 33px; border: 1px solid rgba(23,62,70,.18); border-radius: 50%; background: var(--cream); }
.seafood-card .card-icon { border-color: rgba(255,255,255,.2); background: rgba(255,255,255,.09); }
.card-icon i { display: block; color: var(--rust); }
.icon-wave i { width: 50px; height: 20px; border-bottom: 4px solid var(--gold); border-radius: 50%; box-shadow: 0 8px 0 -3px var(--gold); }
.icon-grill i { width: 47px; height: 30px; border: 4px solid currentColor; border-radius: 54% 46% 48% 52%; transform: rotate(-12deg); }
.icon-grill i::after { content: ""; position: absolute; width: 35px; height: 2px; background: currentColor; box-shadow: 0 7px 0 currentColor; transform: rotate(-55deg) translate(-6px, -8px); }
.icon-sandwich i { width: 48px; height: 30px; border: 4px solid currentColor; border-radius: 28px 28px 5px 5px; box-shadow: inset 0 -10px 0 var(--gold); }
.icon-sandwich i::after { content: ""; position: absolute; left: 19px; top: 52px; width: 45px; height: 3px; background: currentColor; }
.icon-bowl i { width: 48px; height: 28px; border: 4px solid currentColor; border-top: 0; border-radius: 4px 4px 30px 30px; }
.icon-bowl i::before { content: ""; position: absolute; left: 18px; top: 24px; width: 45px; height: 20px; border-bottom: 3px solid var(--gold); border-radius: 50%; }
.card-label { margin: 0 0 8px; color: var(--rust); font-size: 9px; font-weight: 900; letter-spacing: 1.7px; text-transform: uppercase; }
.seafood-card .card-label { color: var(--gold); }
.menu-card p:not(.card-label) { margin: 0; color: var(--muted); font-size: 14px; }
.seafood-card p:not(.card-label) { color: rgba(255,255,255,.66); }
.card-number { position: absolute; right: 25px; bottom: 20px; color: var(--pine); font-family: Georgia, serif; font-size: 13px; opacity: .42; }
.seafood-card .card-number { color: var(--white); }

.feature { color: var(--white); background: var(--pine); }
.feature-grid { display: grid; grid-template-columns: 1.06fr .94fr; gap: 100px; align-items: center; }
.feature-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.feature-copy ul { display: grid; gap: 12px; padding: 25px 0 0; margin: 24px 0 0; border-top: 1px solid rgba(255,255,255,.15); list-style: none; }
.feature-copy li { color: rgba(255,255,255,.83); font-size: 13px; font-weight: 700; }
.feature-copy li::before { content: "✦"; margin-right: 11px; color: var(--gold); }
.feature-quote { position: relative; padding: 65px 52px; border: 1px solid rgba(255,255,255,.2); background: rgba(255,255,255,.06); }
.quote-mark { position: absolute; top: 12px; left: 30px; color: var(--gold); font-family: Georgia, serif; font-size: 80px; line-height: 1; opacity: .7; }
.feature-quote blockquote { position: relative; z-index: 2; margin: 0 0 22px; font-family: Georgia, serif; font-size: clamp(27px, 3vw, 40px); font-style: italic; line-height: 1.25; }
.feature-quote p { margin: 0; color: var(--gold); font-size: 10px; font-weight: 900; letter-spacing: 1.6px; text-transform: uppercase; }

.experience { background: var(--white); }
.experience-title { max-width: 760px; margin-bottom: 48px; }
.experience-title > p:not(.eyebrow) { color: var(--muted); }
.experience-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-block: 1px solid var(--line); }
.experience-grid article { padding: 38px 37px 40px 0; }
.experience-grid article + article { padding-left: 37px; border-left: 1px solid var(--line); }
.experience-grid span { display: block; margin-bottom: 34px; color: var(--rust); font-size: 10px; font-weight: 900; letter-spacing: 1.5px; }
.experience-grid h3 { font-size: 27px; }
.experience-grid p { margin: 0; color: var(--muted); font-size: 14px; }

.visit { padding-top: 15px; background: var(--white); }
.visit-box { display: grid; grid-template-columns: 1.2fr .8fr auto; gap: 55px; align-items: center; padding: 56px 62px; color: var(--white); background: var(--rust); box-shadow: var(--shadow); }
.visit-copy h2 { margin-bottom: 12px; font-size: clamp(35px, 4vw, 49px); }
.visit-copy p:not(.eyebrow) { max-width: 600px; margin: 0; color: rgba(255,255,255,.73); }
.visit-details { display: grid; gap: 19px; padding-left: 28px; border-left: 1px solid rgba(255,255,255,.24); }
.visit-details span, .visit-details strong, .visit-details a { display: block; }
.visit-details span { color: var(--gold); font-size: 9px; font-weight: 900; letter-spacing: 1.5px; text-transform: uppercase; }
.visit-details strong, .visit-details a { margin-top: 4px; font-size: 13px; line-height: 1.5; }

.site-footer { padding: 87px 0 25px; color: rgba(255,255,255,.66); background: var(--pine-dark); }
.footer-grid { display: grid; grid-template-columns: 1.7fr .65fr 1fr; gap: 70px; padding-bottom: 58px; }
.brand-light .brand-compass { border-color: var(--gold); }
.brand-light .brand-compass::before, .brand-light .brand-compass::after { background: var(--gold); }
.brand-light .brand-name strong { color: var(--white); }
.brand-light .brand-name small { color: rgba(255,255,255,.48); }
.footer-brand p { max-width: 390px; margin: 24px 0 0; font-size: 14px; }
.footer-grid h2 { margin-bottom: 18px; color: var(--white); font-family: Arial, sans-serif; font-size: 10px; letter-spacing: 1.8px; text-transform: uppercase; }
.footer-grid > div:not(.footer-brand) a, .footer-grid address { display: block; margin-bottom: 9px; font-size: 13px; font-style: normal; }
.footer-grid a:hover { color: var(--gold); }
.footer-bottom { display: flex; justify-content: space-between; gap: 25px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.1); font-size: 10px; letter-spacing: .5px; }
.footer-bottom p { margin: 0; }

@media (max-width: 980px) {
  nav { display: none; }
  .story-grid, .feature-grid { grid-template-columns: 1fr; gap: 55px; }
  .story-art { width: min(620px, 100%); }
  .menu-grid { grid-template-columns: 1fr 1fr; }
  .menu-card { min-height: 360px; }
  .visit-box { grid-template-columns: 1.25fr .75fr; }
  .visit-box > .button { grid-column: 1 / -1; width: max-content; }
}

@media (max-width: 700px) {
  .container { width: min(100% - 28px, 1160px); }
  .topbar p { display: none; }
  .topbar-inner { justify-content: center; }
  .nav-wrap { min-height: 72px; }
  .nav-wrap > .button { display: none; }
  .brand-compass { width: 40px; height: 40px; }
  .brand-compass::before { height: 48px; }
  .brand-compass::after { width: 48px; }
  .brand-name strong { font-size: 20px; }
  .hero { min-height: 720px; align-items: flex-start; }
  .hero-content { padding-block: 84px 230px; }
  h1 { font-size: clamp(50px, 14vw, 68px); letter-spacing: -2.8px; }
  h2 { font-size: 39px; letter-spacing: -1.5px; }
  .hero-intro { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; width: 100%; max-width: 330px; }
  .hero-facts { grid-template-columns: 1fr 1fr; }
  .hero-facts div { padding: 14px 16px; }
  .hero-facts div:nth-child(2) { border-right: 0; }
  .hero-facts div:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.16); }
  .section { padding: 72px 0; }
  .story-art { min-height: 410px; }
  .section-heading { grid-template-columns: 1fr; gap: 15px; }
  .menu-grid { grid-template-columns: 1fr; }
  .menu-card { min-height: 340px; }
  .feature-quote { padding: 60px 28px 42px; }
  .experience-grid { grid-template-columns: 1fr; }
  .experience-grid article { padding: 30px 0; }
  .experience-grid article + article { padding-left: 0; border-top: 1px solid var(--line); border-left: 0; }
  .experience-grid span { margin-bottom: 17px; }
  .visit { padding-top: 4px; }
  .visit-box { grid-template-columns: 1fr; gap: 30px; padding: 42px 27px; }
  .visit-details { padding: 24px 0 0; border-top: 1px solid rgba(255,255,255,.24); border-left: 0; }
  .visit-box > .button { grid-column: auto; width: 100%; }
  .footer-grid { grid-template-columns: 1fr; gap: 38px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
