
:root {
  --ink: #142522;
  --muted: #65736d;
  --paper: #fbfaf6;
  --surface: #ffffff;
  --line: #dce4de;
  --pine: #214d43;
  --teal: #2a8175;
  --water: #d6eceb;
  --coral: #c85f45;
  --sun: #e4b35f;
  --shadow: 0 18px 55px rgba(20, 37, 34, .12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; text-decoration-color: rgba(42, 129, 117, .45); text-underline-offset: .18em; }
img { max-width: 100%; height: auto; display: block; }
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus { left: 1rem; top: 1rem; z-index: 10; background: white; padding: .65rem .9rem; }
.topline {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding: .45rem clamp(1rem, 4vw, 3rem);
  background: var(--pine);
  color: white;
  font-size: .88rem;
}
.navbar {
  min-height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  padding: 0 clamp(1rem, 4vw, 3rem);
  background: rgba(251, 250, 246, .92);
  border-bottom: 1px solid var(--line);
  position: sticky;
  top: 0;
  z-index: 5;
  backdrop-filter: blur(14px);
}
.brand { display: inline-flex; align-items: center; gap: .75rem; text-decoration: none; min-width: 215px; }
.brand-mark {
  width: 46px;
  aspect-ratio: 1;
  display: grid;
  place-items: center;
  background: var(--pine);
  color: white;
  border-radius: 50%;
  font-weight: 800;
}
.brand strong { display: block; font-size: 1.05rem; }
.brand small { display: block; color: var(--muted); font-size: .78rem; }
.nav-links { display: flex; align-items: center; gap: clamp(.35rem, 1.2vw, 1rem); font-size: .95rem; }
.nav-links a { text-decoration: none; padding: .65rem .25rem; color: #20352f; }
.nav-links a:hover { color: var(--teal); }
.nav-cta {
  background: var(--coral);
  color: white !important;
  padding: .68rem .95rem !important;
  border-radius: 6px;
}
.nav-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 8px; }
.nav-toggle span { display: block; height: 2px; background: var(--ink); margin: 6px 0; }
.hero {
  min-height: min(690px, 88vh);
  display: grid;
  align-items: end;
  position: relative;
  overflow: hidden;
}
.hero img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-overlay { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(9, 28, 24, .74), rgba(9, 28, 24, .25) 55%, rgba(9, 28, 24, .12)); }
.hero-content {
  position: relative;
  width: min(940px, calc(100% - 2rem));
  margin: 0 auto clamp(3rem, 9vw, 7rem);
  color: white;
}
.hero h1, .article-hero h1 {
  font-size: 5.25rem;
  line-height: .98;
  margin: .35rem 0 1rem;
  max-width: 12ch;
}
.hero p { max-width: 720px; font-size: 1.28rem; }
.eyebrow {
  color: var(--teal);
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .08em;
  font-size: .78rem;
  margin: 0 0 .5rem;
}
.hero .eyebrow, .article-hero .eyebrow { color: #f5ca72; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.5rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: .78rem 1.05rem;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 800;
  border: 1px solid transparent;
  cursor: pointer;
}
.button.primary { background: var(--coral); color: white; }
.button.secondary { background: rgba(255,255,255,.14); color: white; border-color: rgba(255,255,255,.55); }
.button.secondary.dark { color: var(--pine); background: var(--water); border-color: transparent; }
.stats {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  background: var(--pine);
  color: white;
}
.stats div { padding: clamp(1.15rem, 3vw, 2rem); border-right: 1px solid rgba(255,255,255,.18); }
.stats strong { display: block; font-size: 2.3rem; line-height: 1; color: #f5ca72; }
.stats span { display: block; margin-top: .45rem; color: rgba(255,255,255,.78); }
.section {
  padding: clamp(3rem, 7vw, 6.5rem) clamp(1rem, 4vw, 3rem);
  width: min(1240px, 100%);
  margin: 0 auto;
}
.section-head { max-width: 780px; margin-bottom: 2rem; }
.section h2 { font-size: 3.25rem; line-height: 1.05; margin: 0 0 .8rem; }
.section h3 { font-size: 1.25rem; line-height: 1.25; margin: 0 0 .45rem; }
.section-head p { color: var(--muted); font-size: 1.08rem; }
.split { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(320px, .75fr); gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.text-columns { columns: 3 260px; column-gap: 2rem; }
.text-columns p { break-inside: avoid; margin-top: 0; }
.framed-media, .map-card, .notice {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  box-shadow: var(--shadow);
  overflow: hidden;
}
.framed-media figcaption { padding: .85rem 1rem; color: var(--muted); font-size: .92rem; }
.card-grid, .feature-grid, .blog-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.info-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(20, 37, 34, .07);
}
.info-card img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.info-card > div { padding: 1.15rem; }
.info-card h3 a { text-decoration: none; }
.info-card p { color: var(--muted); margin-bottom: 0; }
.comparison { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1rem; }
.comparison article {
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: var(--shadow);
}
.comparison article > *:not(img) { margin-left: 1.25rem; margin-right: 1.25rem; }
.comparison article h2 { margin-top: 1.25rem; font-size: 2rem; }
.comparison img { width: 100%; aspect-ratio: 16 / 10; object-fit: cover; }
.table-wrap { overflow-x: auto; border: 1px solid var(--line); border-radius: 8px; background: white; }
table { width: 100%; border-collapse: collapse; min-width: 760px; }
th, td { padding: .95rem 1rem; text-align: left; border-bottom: 1px solid var(--line); }
th { background: #eaf4f0; color: var(--pine); }
.small-note { color: var(--muted); font-size: .95rem; }
.notice { padding: 1.25rem; }
.feature-callout {
  display: grid;
  grid-template-columns: minmax(300px, .8fr) minmax(0, 1fr);
  gap: 1.5rem;
  background: var(--pine);
  color: white;
  border-radius: 8px;
  overflow: hidden;
  align-items: center;
}
.feature-callout img { height: 100%; min-height: 320px; width: 100%; object-fit: cover; }
.feature-callout div { padding: 1.5rem; }
.feature-callout p { color: rgba(255,255,255,.78); }
.map-card { padding: 1.25rem; }
.masonry {
  columns: 3 260px;
  column-gap: 1rem;
}
.masonry figure {
  break-inside: avoid;
  margin: 0 0 1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
}
.masonry figcaption { padding: .75rem .9rem; color: var(--muted); font-size: .9rem; }
.archive-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 1rem;
}
.archive-strip figure {
  margin: 0;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 10px 26px rgba(20, 37, 34, .06);
}
.archive-strip img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  background: #eef3ef;
}
.archive-strip figcaption {
  min-height: 4.1rem;
  padding: .7rem;
  color: var(--muted);
  font-size: .82rem;
  line-height: 1.35;
}
.cta-band {
  width: min(1240px, calc(100% - 2rem));
  margin: clamp(2rem, 5vw, 4rem) auto;
  padding: clamp(1.5rem, 4vw, 3rem);
  background: linear-gradient(135deg, var(--pine), #17342f);
  color: white;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.cta-band h2 { font-size: 2.65rem; line-height: 1.05; margin: 0 0 .5rem; }
.cta-band p { color: rgba(255,255,255,.8); margin: 0; }
.breadcrumbs {
  width: min(1240px, calc(100% - 2rem));
  margin: 1.25rem auto 0;
  color: var(--muted);
  font-size: .92rem;
}
.article-hero {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(360px, .85fr);
  gap: clamp(1rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(3rem, 7vw, 6rem) clamp(1rem, 4vw, 3rem);
  background: var(--pine);
  color: white;
}
.article-hero h1 { max-width: 13ch; font-size: 4.55rem; }
.article-hero p { max-width: 720px; color: rgba(255,255,255,.8); font-size: 1.08rem; }
.article-hero img { border-radius: 8px; aspect-ratio: 16 / 11; object-fit: cover; box-shadow: var(--shadow); }
.article-meta { display: flex; gap: 1rem; color: #f5ca72; font-weight: 800; font-size: .9rem; }
.article-body {
  width: min(820px, calc(100% - 2rem));
  margin: clamp(2rem, 5vw, 4rem) auto;
  font-size: 1.08rem;
}
.article-body .lead { font-size: 1.25rem; color: #344b45; }
.article-body h2 { font-size: 2.35rem; line-height: 1.12; margin-top: 2.4rem; }
.article-body figure { margin: 2rem 0; }
.article-body figure img { border-radius: 8px; width: 100%; }
.article-body figcaption { color: var(--muted); font-size: .92rem; margin-top: .55rem; }
.form-section { max-width: 960px; }
.reservation-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  background: white;
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: clamp(1rem, 3vw, 2rem);
  box-shadow: var(--shadow);
}
.reservation-form label { display: grid; gap: .35rem; font-weight: 800; }
.reservation-form input, .reservation-form select, .reservation-form textarea {
  width: 100%;
  border: 1px solid #c8d5ce;
  border-radius: 6px;
  padding: .78rem .85rem;
  font: inherit;
  background: #fff;
}
.reservation-form textarea, .reservation-form button, .form-status { grid-column: 1 / -1; }
.form-status { color: var(--muted); margin: 0; }
.site-footer {
  background: #10211e;
  color: white;
  padding: clamp(2rem, 5vw, 4rem) clamp(1rem, 4vw, 3rem) 1.2rem;
}
.footer-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(220px, .7fr) minmax(180px, .5fr);
  gap: 2rem;
  width: min(1240px, 100%);
  margin: 0 auto 2rem;
}
.footer-grid h2 { font-size: 2.3rem; line-height: 1.08; margin: 0 0 .8rem; }
.footer-grid p, .footer-grid a { color: rgba(255,255,255,.76); }
.footer-bottom {
  width: min(1240px, 100%);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  border-top: 1px solid rgba(255,255,255,.15);
  padding-top: 1rem;
  color: rgba(255,255,255,.65);
}
.footer-bottom a { margin-left: .75rem; }
@media (max-width: 980px) {
  .nav-toggle { display: block; }
  .nav-links {
    position: absolute;
    inset: 76px 0 auto 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    background: var(--paper);
    border-bottom: 1px solid var(--line);
    padding: .75rem 1rem 1rem;
  }
  .nav-links.open { display: flex; }
  .nav-links a { padding: .8rem; }
  .stats, .card-grid, .feature-grid, .blog-grid, .comparison, .split, .feature-callout, .article-hero, .footer-grid {
    grid-template-columns: 1fr;
  }
  .article-hero h1, .hero h1 { max-width: 15ch; }
  .hero h1 { font-size: 3.8rem; }
  .article-hero h1 { font-size: 3.45rem; }
  .section h2 { font-size: 2.55rem; }
  .cta-band h2 { font-size: 2.25rem; }
  .article-body h2 { font-size: 2.05rem; }
  .footer-grid h2 { font-size: 2rem; }
  .feature-callout img { min-height: 240px; }
}
@media (max-width: 640px) {
  .topline { flex-direction: column; gap: .15rem; }
  .hero { min-height: 620px; }
  .hero-overlay { background: linear-gradient(0deg, rgba(9,28,24,.78), rgba(9,28,24,.22)); }
  .hero h1 { font-size: 2.65rem; }
  .hero p { font-size: 1.05rem; }
  .stats strong { font-size: 1.55rem; }
  .section h2 { font-size: 2rem; }
  .cta-band h2 { font-size: 1.85rem; }
  .article-hero h1 { font-size: 2.45rem; }
  .article-body h2 { font-size: 1.75rem; }
  .footer-grid h2 { font-size: 1.65rem; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .reservation-form { grid-template-columns: 1fr; }
  .cta-band, .footer-bottom { flex-direction: column; align-items: flex-start; }
}
