@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600&family=Manrope:wght@400;500;600;700;800&family=Syne:wght@500;700;800&display=swap');

:root {
  --bg: #f4efe8;
  --paper: #fffcf7;
  --paper-soft: #f8f2ea;
  --ink: #1d1a18;
  --ink-soft: #3a3531;
  --muted: #6a625b;
  --line: #d8ccc0;

  --accent: #c95f3a;
  --accent-soft: #f4e3d7;
  --teal: #1f7c75;

  --wa: #1eb67c;
  --wa-dark: #139a67;

  --radius-xl: 36px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-pill: 999px;

  --shadow-soft: 0 20px 50px rgba(42, 36, 32, 0.08);
  --shadow-card: 0 14px 30px rgba(34, 30, 27, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: 'Manrope', 'Segoe UI', sans-serif;
  color: var(--ink);
  line-height: 1.6;
  background:
    radial-gradient(circle at 15% -10%, #fff8ee 0%, transparent 38%),
    radial-gradient(circle at 105% 0%, #f4e6d8 0%, transparent 32%),
    var(--bg);
}


h1,
h2,
h3 {
  margin: 0;
  font-family: 'Syne', 'Manrope', sans-serif;
  line-height: 1.08;
  letter-spacing: -0.025em;
}

p {
  margin: 0;
}

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

.skip-link {
  position: absolute;
  top: 0;
  left: -999px;
  z-index: 300;
  background: var(--ink);
  color: #fff;
  border-radius: 10px;
  padding: 10px 14px;
}

.skip-link:focus {
  top: 12px;
  left: 12px;
}

.container {
  width: min(1180px, calc(100vw - 72px));
  margin: 0 auto;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 120;
  border-bottom: 1px solid var(--line);
  background: rgba(244, 239, 232, 0.9);
  backdrop-filter: blur(10px);
}

.header-row {
  min-height: 74px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand-mark {
  width: 40px;
  height: 40px;
  border-radius: 13px;
  display: grid;
  place-items: center;
  background: linear-gradient(135deg, #24201d, #433a35);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.02em;
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 2px;
  line-height: 1;
}

.brand-copy strong {
  font-family: 'Manrope', sans-serif;
  font-size: 1.14rem;
  font-weight: 800;
  letter-spacing: -0.015em;
  text-rendering: optimizeLegibility;
}

.brand-copy small {
  font-size: 0.72rem;
  line-height: 1.15;
  letter-spacing: 0.015em;
  color: var(--muted);
  white-space: nowrap;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 18px;
}

.main-nav a {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--muted);
  transition: color 0.2s ease;
}

.main-nav a:hover,
.main-nav a.is-active {
  color: var(--accent);
}

.header-actions {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}

.text-link {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 700;
  color: var(--ink-soft);
}

.text-link:hover {
  color: var(--accent);
}

.cta-btn {
  border: 0;
  border-radius: var(--radius-pill);
  padding: 11px 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-color 0.2s ease,
    color 0.2s ease,
    border-color 0.2s ease;
}

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

.cta-btn-sm {
  padding: 9px 14px;
  font-size: 0.82rem;
}

.cta-primary {
  background: linear-gradient(135deg, var(--wa), var(--wa-dark));
  color: #fff;
  box-shadow: 0 10px 20px rgba(30, 182, 124, 0.28);
}

.cta-primary:hover {
  background: linear-gradient(135deg, #1ca974, #11895d);
}

.cta-secondary {
  background: #28221f;
  color: #fff;
}

.cta-secondary:hover {
  background: #1d1917;
}

.cta-ghost {
  background: var(--paper);
  color: var(--ink);
  border: 1px solid var(--line);
}

.cta-ghost:hover {
  background: #fff;
}

.cta-btn:focus-visible,
a:focus-visible {
  outline: 2px solid rgba(31, 124, 117, 0.45);
  outline-offset: 2px;
}

.marquee-band {
  border-bottom: 1px solid var(--line);
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 252, 247, 0.82);
  overflow: hidden;
}

.marquee-track {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 34px;
  padding: 10px 0;
  color: #524b45;
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  animation: marquee 32s linear infinite;
}

.marquee-track span {
  position: relative;
}

.marquee-track span::after {
  content: '•';
  margin-left: 34px;
  color: rgba(96, 87, 78, 0.5);
}

@keyframes marquee {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.hero {
  padding: clamp(56px, 9vw, 94px) 0;
}

.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(24px, 3vw, 46px);
}

.split-hero {
  position: relative;
}

.split-hero::after {
  content: '';
  position: absolute;
  top: 8px;
  bottom: 8px;
  left: calc(50% - 1px);
  width: 1px;
  background: linear-gradient(180deg, transparent, rgba(127, 105, 84, 0.34), transparent);
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: var(--accent-soft);
  color: var(--accent);
  border-radius: var(--radius-pill);
  padding: 7px 13px;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.hero-copy h1 {
  margin-top: 16px;
  font-size: clamp(2.25rem, 5.1vw, 4.8rem);
  max-width: 12ch;
}

.lead {
  margin-top: 16px;
  max-width: 56ch;
  color: var(--ink-soft);
  font-size: clamp(1.02rem, 1.45vw, 1.23rem);
}

.quick-points {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 10px;
}

.quick-points li {
  position: relative;
  padding-left: 28px;
  color: #3c3632;
  font-weight: 600;
}

.quick-points li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  width: 14px;
  height: 14px;
  border-radius: 4px;
  border: 1px solid rgba(201, 95, 58, 0.45);
  background: rgba(201, 95, 58, 0.12);
}

.cta-row {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.meta-strip {
  margin-top: 22px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.meta-box {
  border-radius: 14px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.72);
  padding: 12px;
}

.meta-box strong {
  display: block;
  font-size: 1.03rem;
  font-weight: 800;
}

.meta-box span {
  display: block;
  color: var(--muted);
  font-size: 0.81rem;
}

.muted-note {
  margin-top: 10px;
  color: var(--muted);
  font-size: 0.81rem;
}

.hero-visual {
  position: relative;
  min-height: clamp(440px, 65vw, 620px);
}

.photo-card {
  position: absolute;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.65);
  box-shadow: var(--shadow-soft);
  color: #fff;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 14px;
  display: flex;
  align-items: flex-end;
}

.photo-main {
  inset: 0 auto auto 0;
  width: 72%;
  height: 76%;
  background:
    linear-gradient(165deg, rgba(40, 29, 22, 0.68), rgba(21, 35, 34, 0.42)),
    radial-gradient(circle at 20% 20%, rgba(255, 236, 214, 0.35), transparent 40%),
    #7f6a58;
}

.photo-side {
  top: 0;
  right: 0;
  width: 44%;
  height: 44%;
  background:
    linear-gradient(165deg, rgba(201, 95, 58, 0.66), rgba(255, 160, 117, 0.52)),
    #9a5b40;
}

.photo-bottom {
  right: 8%;
  bottom: 0;
  width: 52%;
  height: 38%;
  background:
    linear-gradient(165deg, rgba(31, 124, 117, 0.68), rgba(109, 182, 173, 0.4)),
    #43625b;
}

.hero-note {
  position: absolute;
  left: 6%;
  bottom: 4%;
  max-width: 260px;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, 0.6);
  background: rgba(255, 255, 255, 0.8);
  box-shadow: var(--shadow-card);
  padding: 12px;
}

.hero-note span {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.72rem;
  color: var(--accent);
  font-weight: 800;
}

.hero-note p {
  color: #443d38;
  font-size: 0.88rem;
  margin-top: 4px;
}

.section {
  padding: clamp(68px, 9vw, 110px) 0;
  position: relative;
}

.section::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(129, 110, 91, 0.36), transparent);
}

.section-warm {
  background: var(--paper);
}

.split-editorial {
  grid-template-columns: minmax(250px, 0.92fr) minmax(420px, 1.08fr);
  align-items: start;
}

.section-lead {
  position: sticky;
  top: 108px;
  display: grid;
  gap: 14px;
}

.section-lead h2 {
  font-size: clamp(1.8rem, 3.6vw, 3.4rem);
  max-width: 13ch;
}

.section-lead p {
  color: var(--ink-soft);
  max-width: 46ch;
}

.cta-inline {
  display: inline-flex;
  align-items: center;
  width: fit-content;
  padding: 10px 0;
  border-bottom: 1px solid var(--accent);
  color: var(--accent);
  font-weight: 700;
}

.feature-stack {
  display: grid;
  gap: 14px;
}

.feature-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.73);
  box-shadow: var(--shadow-card);
  padding: 22px;
  display: grid;
  gap: 8px;
}

.feature-card:nth-child(odd) {
  margin-right: 7%;
}

.feature-card:nth-child(even) {
  margin-left: 8%;
}

.feature-index {
  font-family: 'Cormorant Garamond', serif;
  color: rgba(31, 124, 117, 0.8);
  font-size: 1.15rem;
}

.feature-card h3 {
  font-size: 1.25rem;
}

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

.program-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

.program-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.7);
  padding: 22px;
  display: grid;
  gap: 8px;
  min-height: 168px;
  box-shadow: var(--shadow-card);
}

.program-card:nth-child(1) {
  margin-top: 26px;
}

.program-card:nth-child(3) {
  margin-top: -18px;
}

.program-tag {
  display: inline-flex;
  width: fit-content;
  border-radius: var(--radius-pill);
  border: 1px solid rgba(31, 124, 117, 0.35);
  background: rgba(31, 124, 117, 0.1);
  color: var(--teal);
  font-size: 0.71rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 10px;
}

.program-card h3 {
  font-size: 1.23rem;
}

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

.program-card.hypothesis {
  border-style: dashed;
  border-color: #e2a283;
  background: #fff6ef;
}

.program-card.hypothesis .program-tag {
  border-color: rgba(201, 95, 58, 0.35);
  background: rgba(201, 95, 58, 0.12);
  color: var(--accent);
}

.section-head {
  display: grid;
  gap: 12px;
  margin-bottom: 26px;
}

.section-head h2 {
  font-size: clamp(1.85rem, 3.5vw, 3.25rem);
  max-width: 18ch;
}

.section-note {
  color: var(--muted);
  max-width: 58ch;
}

.storyline {
  display: grid;
  gap: 26px;
}

.story-item {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  align-items: center;
  gap: 18px;
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.66);
  padding: 18px;
  box-shadow: var(--shadow-card);
}

.story-item:nth-child(even) .story-photo {
  order: 2;
}

.story-item:nth-child(even) .story-copy {
  order: 1;
}

.story-photo {
  min-height: 280px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  font-weight: 700;
  display: grid;
  align-content: end;
  padding: 14px;
}

.story-photo-1 {
  background: linear-gradient(160deg, rgba(39, 31, 27, 0.7), rgba(116, 93, 74, 0.55));
}

.story-photo-2 {
  background: linear-gradient(160deg, rgba(201, 95, 58, 0.76), rgba(245, 166, 124, 0.48));
}

.story-photo-3 {
  background: linear-gradient(160deg, rgba(31, 124, 117, 0.75), rgba(117, 194, 187, 0.45));
}

.story-photo-4 {
  background: linear-gradient(160deg, rgba(44, 41, 38, 0.72), rgba(146, 134, 122, 0.48));
}

.story-copy {
  display: grid;
  gap: 10px;
  padding-inline: clamp(4px, 2vw, 18px);
}

.story-step {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.1rem;
  color: var(--accent);
}

.story-copy h3 {
  font-size: clamp(1.38rem, 2.4vw, 2.05rem);
}

.story-copy p {
  color: var(--ink-soft);
}

.rating-chip {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  border-radius: var(--radius-pill);
  border: 1px solid var(--line);
  background: #fff;
  padding: 10px 14px;
}

.rating-chip strong {
  color: var(--accent);
  font-size: 1.05rem;
}

.rating-chip span {
  font-weight: 700;
}

.rating-chip small {
  width: 100%;
  color: var(--muted);
  font-size: 0.8rem;
}

.review-editorial {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.review-card {
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.78);
  box-shadow: var(--shadow-card);
  padding: 20px;
  display: grid;
  gap: 12px;
}

.review-card:nth-child(2) {
  transform: translateY(16px);
}

.review-text {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.23rem;
  line-height: 1.5;
  color: #2e2926;
}

.review-author {
  font-size: 0.76rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--teal);
}

.inline-cta {
  margin-top: 22px;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line);
  background: #fff;
  padding: 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.inline-cta p {
  color: var(--ink-soft);
  font-weight: 600;
}

.split-location {
  grid-template-columns: 0.94fr 1.06fr;
  align-items: stretch;
}

.location-panel {
  border-radius: var(--radius-xl);
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.76);
  box-shadow: var(--shadow-card);
  padding: clamp(20px, 3vw, 32px);
  display: grid;
  align-content: start;
  gap: 14px;
}

.location-panel h2 {
  font-size: clamp(1.75rem, 3vw, 3rem);
  max-width: 13ch;
}

.location-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.location-list li {
  border-radius: 12px;
  border: 1px solid rgba(130, 112, 94, 0.2);
  background: rgba(255, 255, 255, 0.8);
  padding: 10px 12px;
  color: #3f3833;
}

.location-list a {
  font-weight: 700;
}

.map-panel {
  border-radius: var(--radius-xl);
  overflow: hidden;
  border: 1px solid var(--line);
  box-shadow: var(--shadow-card);
  min-height: 380px;
  background: #eee6de;
}

.map-panel iframe {
  width: 100%;
  height: 100%;
  min-height: 380px;
  border: 0;
}

.booking-editorial {
  padding-top: clamp(80px, 10vw, 130px);
  padding-bottom: clamp(84px, 10vw, 130px);
}

.booking-wrap {
  border-radius: 44px;
  border: 1px solid rgba(76, 70, 64, 0.2);
  background:
    linear-gradient(140deg, rgba(255, 254, 251, 0.94), rgba(250, 241, 231, 0.9)),
    radial-gradient(circle at 80% 30%, rgba(201, 95, 58, 0.18), transparent 45%);
  box-shadow: var(--shadow-soft);
  text-align: center;
  padding: clamp(26px, 5vw, 56px);
  display: grid;
  gap: 14px;
  justify-items: center;
}

.booking-wrap h2 {
  font-size: clamp(2rem, 4.2vw, 4.3rem);
  max-width: 14ch;
}

.booking-wrap p {
  max-width: 68ch;
  color: var(--ink-soft);
}

.site-footer {
  border-top: 1px solid rgba(124, 108, 92, 0.25);
  padding: 20px 0 28px;
  color: #5f574f;
  background: rgba(244, 239, 232, 0.75);
}

.footer-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px 14px;
  flex-wrap: wrap;
  font-size: 0.89rem;
  font-weight: 600;
}

.mobile-cta {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 160;
  display: none;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
}

.mobile-cta a {
  padding: 12px 8px;
  text-align: center;
  font-size: 0.9rem;
  font-weight: 700;
  background: #fff;
  color: #38322f;
}

.mobile-cta a:first-child {
  background: var(--wa);
  color: #fff;
}

.reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 0.55s ease, transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1220px) {
  .review-editorial {
    grid-template-columns: 1fr 1fr;
  }

  .review-card:nth-child(2) {
    transform: none;
  }
}

@media (max-width: 1020px) {
  .container {
    width: min(1180px, calc(100vw - 40px));
  }

  .split,
  .split-editorial,
  .split-location {
    grid-template-columns: 1fr;
  }

  .split-hero::after {
    display: none;
  }

  .section-lead {
    position: static;
  }

  .hero-visual {
    min-height: 480px;
  }

  .feature-card:nth-child(odd),
  .feature-card:nth-child(even),
  .program-card:nth-child(1),
  .program-card:nth-child(3) {
    margin: 0;
  }

  .program-grid {
    grid-template-columns: 1fr;
  }

  .story-item {
    grid-template-columns: 1fr;
  }

  .story-item:nth-child(even) .story-photo,
  .story-item:nth-child(even) .story-copy {
    order: initial;
  }

  .main-nav {
    order: 3;
    width: 100%;
    overflow-x: auto;
    padding-bottom: 4px;
  }

  .header-row {
    min-height: auto;
    padding: 10px 0;
    flex-wrap: wrap;
  }

  .meta-strip {
    grid-template-columns: 1fr;
  }

  .review-editorial {
    grid-template-columns: 1fr;
  }

  .map-panel,
  .map-panel iframe {
    min-height: 320px;
  }
}

@media (max-width: 760px) {
  .brand-mark {
    width: 36px;
    height: 36px;
    font-size: 0.84rem;
  }

  .brand-copy strong {
    font-size: 1.06rem;
  }

  .brand-copy small {
    display: none;
  }

  .container {
    width: min(1180px, calc(100vw - 28px));
  }

  .hero {
    padding-top: 46px;
  }

  .marquee-track {
    gap: 20px;
    font-size: 0.7rem;
  }

  .hero-visual {
    min-height: 420px;
  }

  .photo-main {
    width: 78%;
    height: 70%;
  }

  .photo-side {
    width: 52%;
    height: 38%;
  }

  .photo-bottom {
    width: 62%;
    right: 0;
  }

  .hero-note {
    left: 0;
    right: 0;
    bottom: -6px;
    max-width: none;
  }

  .cta-row {
    width: 100%;
  }

  .cta-row .cta-btn {
    width: 100%;
  }

  .inline-cta .cta-btn {
    width: 100%;
  }

  .booking-wrap {
    border-radius: 26px;
  }

  .mobile-cta {
    display: grid;
  }

  body {
    padding-bottom: 58px;
  }

  .site-footer {
    padding-bottom: 76px;
  }
}
