:root {
  --ink: #0e1f2c;
  --ink-muted: #324a5f;
  --ocean: #1e5f6d;
  --river: #0f4650;
  --seafoam: #cfe7e1;
  --sand: #f4e6cf;
  --sun: #f2b45b;
  --coral: #f06b4f;
  --cloud: #fbf8f1;
  --white: #ffffff;
  --shadow: 0 18px 45px rgba(12, 32, 45, 0.18);
  --anchor-offset: 32px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  scroll-padding-top: var(--anchor-offset);
}

body {
  font-family: "Work Sans", "Helvetica Neue", Arial, sans-serif;
  color: var(--ink);
  background: linear-gradient(135deg, #f6f0e1 0%, #e4f0ea 40%, #fdf8f0 100%);
  line-height: 1.6;
  position: relative;
  overflow-x: hidden;
}

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

body::before {
  content: "";
  position: fixed;
  width: 520px;
  height: 520px;
  top: -260px;
  right: -160px;
  background: radial-gradient(circle at 35% 35%, rgba(240, 107, 79, 0.35), rgba(240, 107, 79, 0));
  border-radius: 50%;
  animation: float 16s ease-in-out infinite;
  z-index: 0;
  pointer-events: none;
}

body::after {
  content: "";
  position: fixed;
  width: 620px;
  height: 620px;
  bottom: -320px;
  left: -200px;
  background: radial-gradient(circle at 35% 35%, rgba(31, 95, 109, 0.25), rgba(31, 95, 109, 0));
  border-radius: 50%;
  animation: float 20s ease-in-out infinite reverse;
  z-index: 0;
  pointer-events: none;
}

.page {
  position: relative;
}

.hero,
.section,
.footer {
  position: relative;
  z-index: 1;
}

.hero {
  padding: clamp(32px, 4vw, 56px) 8vw 72px;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
}

.brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, var(--ocean), var(--coral));
  color: var(--white);
  font-weight: 600;
  letter-spacing: 0.02em;
  font-size: 0.95rem;
  font-family: "Fraunces", serif;
}

.brand-name {
  display: block;
  font-family: "Fraunces", serif;
  font-weight: 600;
  font-size: 1.1rem;
}

.brand-subtitle {
  display: block;
  font-size: 0.85rem;
  color: var(--ink-muted);
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}

.nav-links a {
  padding: 8px 14px;
  border-radius: 999px;
  font-weight: 500;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.nav-links a:hover,
.nav-links a:focus-visible {
  background: rgba(31, 95, 109, 0.12);
  color: var(--river);
  transform: translateY(-1px);
}

a:focus-visible,
.btn:focus-visible {
  outline: 2px solid var(--ocean);
  outline-offset: 3px;
}

.hero-grid {
  margin-top: clamp(24px, 4vw, 56px);
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.9fr);
  gap: clamp(24px, 4vw, 48px);
  align-items: start;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 0.72rem;
  color: var(--river);
  font-weight: 600;
}

.hero-text h1 {
  margin: 12px 0 16px;
  font-family: "Fraunces", serif;
  font-size: clamp(2.5rem, 3.4vw, 4.1rem);
  line-height: 1.1;
}

.lead {
  font-size: 1.1rem;
  color: var(--ink-muted);
  max-width: 520px;
}

.hero-actions {
  margin: 24px 0 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 12px 22px;
  border-radius: 999px;
  font-weight: 600;
  font-size: 0.95rem;
  border: 1px solid transparent;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn.primary {
  background: var(--coral);
  color: var(--white);
  box-shadow: 0 12px 25px rgba(240, 107, 79, 0.3);
}

.btn.ghost {
  border-color: rgba(14, 31, 44, 0.2);
  color: var(--ink);
  background: rgba(255, 255, 255, 0.6);
}

.btn:hover {
  transform: translateY(-1px);
}

.hero-highlights {
  list-style: none;
  display: grid;
  gap: 12px;
}

.hero-highlights li {
  padding: 12px 16px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 16px;
  box-shadow: 0 10px 20px rgba(14, 31, 44, 0.08);
  display: flex;
  gap: 12px;
  align-items: center;
}

.hero-highlights span {
  font-weight: 600;
  color: var(--river);
  min-width: 96px;
}

.hero-panel {
  background: var(--white);
  padding: 24px;
  border-radius: 24px;
  border: 1px solid rgba(14, 31, 44, 0.08);
  box-shadow: var(--shadow);
}

.panel-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 16px;
}

.panel-header h3 {
  font-family: "Fraunces", serif;
  font-size: 1.4rem;
}

.panel-badge {
  background: rgba(31, 95, 109, 0.12);
  color: var(--river);
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.panel-grid {
  display: grid;
  gap: 16px;
}

.panel-item h4 {
  margin-bottom: 6px;
  font-size: 1rem;
  color: var(--river);
}

.panel-item p {
  color: var(--ink-muted);
  font-size: 0.95rem;
}

.note {
  margin-top: 18px;
  padding: 14px 16px;
  background: rgba(31, 95, 109, 0.08);
  border-left: 4px solid var(--ocean);
  border-radius: 14px;
  color: var(--ink);
  font-size: 0.9rem;
}

.section {
  padding: 72px 8vw;
}

.section-alt {
  background: rgba(244, 230, 207, 0.55);
}

.section-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 32px;
  align-items: start;
}

.section-header {
  max-width: 720px;
  margin-bottom: 32px;
}

.section h2 {
  font-family: "Fraunces", serif;
  font-size: clamp(2rem, 2.6vw, 3rem);
  margin: 12px 0 16px;
}

.section p {
  color: var(--ink-muted);
  margin-bottom: 16px;
}

.callout {
  margin-top: 20px;
  padding: 18px;
  border-radius: 16px;
  background: var(--seafoam);
  color: var(--river);
  font-weight: 600;
}

.facts-card {
  background: var(--white);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 14px 30px rgba(14, 31, 44, 0.1);
  border: 1px solid rgba(14, 31, 44, 0.08);
}

.facts-card h3 {
  font-family: "Fraunces", serif;
  margin-bottom: 16px;
}

.facts {
  list-style: none;
  display: grid;
  gap: 12px;
}

.facts li {
  position: relative;
  padding-left: 28px;
  color: var(--ink);
}

.facts li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 7px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--coral);
  box-shadow: 0 0 0 4px rgba(240, 107, 79, 0.2);
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.card {
  background: var(--white);
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(14, 31, 44, 0.08);
  box-shadow: 0 12px 24px rgba(14, 31, 44, 0.08);
  position: relative;
  overflow: hidden;
}

.card h3 {
  font-family: "Fraunces", serif;
  margin-bottom: 12px;
}

.card p {
  color: var(--ink-muted);
}

.tag {
  display: inline-block;
  margin-top: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  background: rgba(31, 95, 109, 0.12);
  color: var(--river);
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.community-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
  gap: 32px;
  align-items: start;
}

.checklist {
  list-style: none;
  display: grid;
  gap: 12px;
  margin-top: 18px;
}

.checklist li {
  padding-left: 28px;
  position: relative;
  color: var(--ink);
}

.checklist li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 16px;
  height: 16px;
  border-radius: 6px;
  background: var(--ocean);
  box-shadow: inset 0 0 0 2px var(--white);
}

.service-card {
  background: var(--white);
  border-radius: 22px;
  padding: 26px;
  box-shadow: var(--shadow);
  border: 1px solid rgba(14, 31, 44, 0.08);
}

.service-card h3 {
  font-family: "Fraunces", serif;
  margin-bottom: 12px;
}

.service-card p {
  color: var(--ink-muted);
  margin-bottom: 18px;
}

.service-list {
  display: grid;
  gap: 12px;
}

.service {
  padding: 12px 14px;
  border-radius: 14px;
  background: rgba(31, 95, 109, 0.08);
  font-weight: 500;
}

.visit-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.visit-card {
  background: var(--white);
  border-radius: 18px;
  padding: 24px;
  border: 1px solid rgba(14, 31, 44, 0.08);
  box-shadow: 0 12px 24px rgba(14, 31, 44, 0.08);
}

.visit-card h3 {
  font-family: "Fraunces", serif;
  margin-bottom: 12px;
}

.itinerary {
  list-style: none;
  display: grid;
  gap: 12px;
}

.itinerary li {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: var(--ink-muted);
}

.itinerary span {
  min-width: 90px;
  font-weight: 600;
  color: var(--river);
  text-transform: uppercase;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
}

.footer {
  padding: 40px 8vw 60px;
  border-top: 1px solid rgba(14, 31, 44, 0.08);
  background: rgba(255, 255, 255, 0.65);
}

.footer-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-title {
  display: block;
  font-family: "Fraunces", serif;
  font-size: 1.2rem;
}

.footer-subtitle {
  display: block;
  color: var(--ink-muted);
  margin-top: 4px;
}

.footer-links {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  font-weight: 500;
}

@media (max-width: 960px) {
  .hero-grid,
  .section-grid,
  .community-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-highlights li {
    flex-direction: column;
    align-items: flex-start;
  }

  .itinerary span {
    min-width: auto;
  }
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation: none !important;
    transition: none !important;
  }

  html {
    scroll-behavior: auto;
  }
}

@keyframes float {
  0% {
    transform: translate(0, 0);
  }
  50% {
    transform: translate(10px, -12px);
  }
  100% {
    transform: translate(0, 0);
  }
}
