:root {
  color-scheme: light;
  --ink: #1d2430;
  --muted: #5c6470;
  --paper: #fffaf1;
  --surface: #ffffff;
  --line: rgba(29, 36, 48, 0.14);
  --coral: #e4564f;
  --ocean: #1f7a8c;
  --sun: #f5b84b;
  --leaf: #4a8f6a;
  --night: #14213d;
  --shadow: 0 18px 48px rgba(20, 33, 61, 0.18);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

section[id] {
  scroll-margin-top: 84px;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family:
    Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI",
    sans-serif;
  line-height: 1.5;
}

a {
  color: inherit;
  text-decoration: none;
}

.site-header {
  position: fixed;
  z-index: 10;
  top: 0;
  right: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px clamp(18px, 4vw, 56px);
  background: rgba(255, 250, 241, 0.9);
  border-bottom: 1px solid rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(16px);
}

.brand {
  min-width: 0;
  color: var(--night);
  font-size: 0.95rem;
  font-weight: 800;
  overflow-wrap: normal;
}

.domain-name {
  white-space: nowrap;
  word-break: keep-all;
  overflow-wrap: normal;
}

nav {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: clamp(12px, 3vw, 26px);
  color: var(--muted);
  font-size: 0.92rem;
  font-weight: 700;
}

nav a:hover,
nav a:focus-visible {
  color: var(--coral);
}

.hero {
  display: grid;
  background: var(--paper);
}

.hero-media {
  min-height: clamp(360px, 56svh, 620px);
  background-image: url("assets/hero.png");
  background-position: center right;
  background-size: cover;
}

.hero-content {
  width: min(1120px, 100%);
  padding: clamp(46px, 6vw, 78px) clamp(18px, 5vw, 72px) 70px;
}

.eyebrow {
  margin: 0 0 12px;
  color: var(--coral);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2,
h3 {
  margin: 0;
  color: var(--night);
  line-height: 1.04;
}

h1 {
  max-width: none;
  font-size: 5.35rem;
  overflow-wrap: normal;
  word-break: keep-all;
}

h1 span {
  display: inline-block;
  white-space: nowrap;
}

h2 {
  max-width: 780px;
  font-size: clamp(2rem, 5vw, 4.2rem);
}

h3 {
  font-size: 1.35rem;
}

.hero-copy {
  width: min(620px, 100%);
  margin: 24px 0 0;
  color: #303846;
  font-size: clamp(1.08rem, 2vw, 1.35rem);
}

@media (max-width: 1120px) {
  h1 {
    font-size: 4.3rem;
  }
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  padding: 13px 20px;
  border: 2px solid transparent;
  border-radius: 8px;
  font-weight: 850;
  line-height: 1.1;
}

.button.primary {
  background: var(--coral);
  color: #fff;
  box-shadow: 0 12px 28px rgba(228, 86, 79, 0.28);
}

.button.secondary {
  border-color: rgba(29, 36, 48, 0.18);
  background: rgba(255, 255, 255, 0.7);
  color: var(--night);
}

.button:hover,
.button:focus-visible {
  transform: translateY(-1px);
}

.intro,
.section,
.story-band,
.faq-section,
.availability-band {
  padding-right: clamp(18px, 5vw, 72px);
  padding-left: clamp(18px, 5vw, 72px);
}

.intro {
  padding-top: 38px;
  padding-bottom: 38px;
  background: var(--night);
  color: rgba(255, 255, 255, 0.88);
}

.intro p {
  width: min(1060px, 100%);
  margin: 0 auto;
  font-size: clamp(1.12rem, 2vw, 1.48rem);
}

.section {
  padding-top: clamp(56px, 8vw, 96px);
  padding-bottom: clamp(58px, 8vw, 104px);
}

.section-heading {
  width: min(1060px, 100%);
  margin: 0 auto 34px;
}

.media-grid {
  display: grid;
  width: min(1060px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.media-card {
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
  box-shadow: var(--shadow);
}

.media-visual {
  position: relative;
  min-height: 210px;
  background: #dde9e8;
}

.photo-visual {
  background:
    linear-gradient(140deg, rgba(20, 33, 61, 0.12), rgba(31, 122, 140, 0.2)),
    url("assets/hero.png") center 42% / 170% auto;
}

.video-visual {
  background:
    radial-gradient(circle at 50% 50%, rgba(255, 255, 255, 0.8) 0 9%, transparent 10%),
    conic-gradient(from 90deg at 54% 52%, transparent 0 16%, rgba(20, 33, 61, 0.86) 16% 28%, transparent 28%),
    linear-gradient(135deg, var(--sun), var(--coral) 54%, var(--night));
}

.map-visual {
  background:
    radial-gradient(circle at 22% 36%, var(--coral) 0 10px, transparent 11px),
    radial-gradient(circle at 74% 58%, var(--sun) 0 10px, transparent 11px),
    radial-gradient(circle at 48% 68%, var(--leaf) 0 10px, transparent 11px),
    linear-gradient(38deg, transparent 43%, rgba(255, 255, 255, 0.75) 44% 46%, transparent 47%),
    linear-gradient(122deg, transparent 40%, rgba(255, 255, 255, 0.75) 41% 43%, transparent 44%),
    linear-gradient(135deg, #d9eee8, #b7d4e7);
}

.media-body {
  padding: 22px;
}

.media-body p {
  margin: 12px 0 0;
  color: var(--muted);
}

.story-band {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(280px, 0.8fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: start;
  padding-top: clamp(58px, 8vw, 98px);
  padding-bottom: clamp(58px, 8vw, 98px);
  background: #ffffff;
}

.story-copy {
  width: min(760px, 100%);
}

.story-copy p {
  margin: 18px 0 0;
  color: var(--muted);
  font-size: 1.08rem;
}

.topic-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-content: start;
}

.topic-list a {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 13px;
  border: 1px solid rgba(31, 122, 140, 0.22);
  border-radius: 8px;
  background: #eef8f5;
  color: var(--night);
  font-size: 0.94rem;
  font-weight: 760;
}

.topic-list a:hover,
.topic-list a:focus-visible {
  border-color: var(--coral);
  color: var(--coral);
}

.article-section {
  background: #f6efe3;
}

.article-grid,
.faq-grid {
  display: grid;
  width: min(1060px, 100%);
  margin: 0 auto;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}

.article-grid article,
.faq-grid article {
  padding: 24px;
  border: 1px solid var(--line);
  border-radius: 8px;
  background: var(--surface);
}

.article-grid p,
.faq-grid p {
  margin: 12px 0 0;
  color: var(--muted);
}

.faq-section {
  padding-top: clamp(56px, 8vw, 92px);
  padding-bottom: clamp(58px, 8vw, 96px);
  background: var(--paper);
}

.availability-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  padding-top: clamp(46px, 7vw, 78px);
  padding-bottom: clamp(46px, 7vw, 78px);
  background: var(--ocean);
  color: #fff;
}

.availability-band > div {
  width: min(820px, 100%);
}

.availability-band .eyebrow,
.availability-band h2,
.availability-band p {
  color: inherit;
}

.availability-band p {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 1.08rem;
}

.button.inverse {
  background: #fff;
  color: var(--night);
  box-shadow: none;
}

@media (max-width: 820px) {
  .site-header {
    position: sticky;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 18px;
    padding: 14px clamp(16px, 5vw, 28px);
  }

  .brand {
    flex: 1 1 100%;
    font-size: 1rem;
  }

  nav {
    width: 100%;
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 12px;
    overflow-x: auto;
    padding-bottom: 2px;
    white-space: nowrap;
    scrollbar-width: none;
  }

  nav::-webkit-scrollbar {
    display: none;
  }

  .hero {
    min-height: 0;
  }

  .hero-media {
    min-height: clamp(300px, 56vw, 470px);
    background-position: center bottom;
  }

  h1 {
    font-size: 3.35rem;
  }

  .hero-copy {
    max-width: 36rem;
  }

  .media-grid,
  .story-band,
  .article-grid,
  .faq-grid,
  .availability-band {
    grid-template-columns: 1fr;
  }

  .availability-band .button {
    justify-self: start;
  }
}

@media (max-width: 640px) {
  h1 {
    font-size: 2.85rem;
  }
}

@media (max-width: 540px) {
  .site-header {
    padding: 12px 16px;
  }

  h1 {
    font-size: 2.1rem;
  }

  .hero {
    padding: 0;
  }

  .hero-media {
    min-height: clamp(240px, 70vw, 360px);
  }

  .hero-content {
    padding: 34px 16px 48px;
  }

  .hero-copy {
    margin-top: 18px;
    font-size: 1.04rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .intro,
  .section,
  .story-band,
  .faq-section,
  .availability-band {
    padding-right: 16px;
    padding-left: 16px;
  }

  .media-body,
  .article-grid article,
  .faq-grid article {
    padding: 20px;
  }
}

@media (max-width: 420px) {
  h1 {
    font-size: 1.86rem;
  }
}

@media (max-width: 360px) {
  h1 {
    font-size: 1.62rem;
  }
}
