:root {
  --canvas: #faf8f2;
  --canvas-deep: #f2eee5;
  --paper: #fffdfa;
  --paper-soft: #f7f3eb;
  --sage-100: #d8e1de;
  --sage-200: #bfd0cc;
  --sage-400: #9bb1b2;
  --sage-600: #7b9599;
  --sage-700: #6d878a;
  --ink: #5e574e;
  --ink-soft: #7e776d;
  --line: rgba(94, 87, 78, 0.14);
  --line-strong: rgba(94, 87, 78, 0.24);
  --shadow-sm: none;
  --radius-lg: 10px;
  --radius-md: 6px;
  --container: min(1040px, calc(100vw - 40px));
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--canvas);
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Source Sans 3", "Segoe UI", sans-serif;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.35), rgba(255, 255, 255, 0.35)),
    linear-gradient(180deg, var(--canvas) 0%, #f7f4ec 55%, #f3efe6 100%);
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    url("media/floral-spray.svg") top -30px right -120px / 240px no-repeat,
    url("media/floral-bloom.svg") bottom 180px left -120px / 220px no-repeat;
  opacity: 0.42;
  z-index: 0;
}

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

button {
  font: inherit;
}

img {
  display: block;
  max-width: 100%;
}

.container {
  width: var(--container);
  margin: 0 auto;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 60;
  background: rgba(255, 253, 250, 0.92);
  border-bottom: 1px solid rgba(94, 87, 78, 0.08);
  backdrop-filter: blur(12px);
}

.site-header[data-menu-open="true"] {
  background: rgba(255, 253, 250, 0.98);
}

.header-inner {
  display: grid;
  grid-template-columns: minmax(220px, 270px) minmax(0, 1fr) auto;
  align-items: center;
  gap: 24px;
  min-height: 76px;
}

.brand {
  display: grid;
  gap: 2px;
  align-content: center;
}

.brand-eyebrow {
  font-size: 0.68rem;
  line-height: 1.2;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-700);
}

.brand-name {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.34rem;
  line-height: 0.95;
  letter-spacing: 0.01em;
}

.brand-role {
  color: var(--ink-soft);
  font-size: 0.88rem;
}

.nav-toggle {
  display: none;
  justify-self: end;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: var(--paper);
  color: var(--ink);
}

.main-nav ul,
.footer-nav ul,
.info-list,
.timeline,
.faq-list,
.pill-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.main-nav ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}

.main-nav a,
.footer-nav a {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink-soft);
}

.main-nav a.is-active,
.footer-nav a:hover,
.footer-nav a:focus-visible,
.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--sage-700);
}

.header-tools {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header-cta,
.button,
.link-chip {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0 14px;
  border-radius: 999px;
  border: 1px solid transparent;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition:
    background-color 180ms ease,
    color 180ms ease,
    border-color 180ms ease,
    transform 180ms ease;
}

.header-cta,
.button-primary {
  background: var(--sage-700);
  color: #fffdfa;
}

.button-secondary,
.link-chip {
  background: var(--paper);
  color: var(--ink-soft);
  border-color: var(--line);
}

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

.lang-switch {
  display: inline-flex;
  gap: 3px;
  padding: 3px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--line);
}

.lang-switch a {
  min-width: 38px;
  min-height: 30px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-align: center;
  color: var(--ink-soft);
}

.lang-switch a.is-active {
  background: var(--sage-100);
  color: var(--sage-700);
}

.page-hero {
  position: relative;
  overflow: hidden;
  padding: 86px 0 76px;
  background:
    linear-gradient(180deg, rgba(250, 246, 239, 0.92), rgba(244, 239, 230, 0.88)),
    linear-gradient(180deg, rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  border-bottom: 1px solid rgba(94, 87, 78, 0.08);
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    url("media/floral-spray.svg") top 18px right 72px / 270px no-repeat,
    url("media/floral-bloom.svg") top 10px left -38px / 210px no-repeat,
    url("media/botanical-banner.svg") center 8px / min(1520px, 97vw) auto no-repeat;
  opacity: 0.96;
  pointer-events: none;
}

.page-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.2), rgba(242, 236, 225, 0.36)),
    radial-gradient(circle at 50% 0%, rgba(255, 255, 255, 0.64), transparent 38%),
    radial-gradient(circle at 86% 18%, rgba(255, 255, 255, 0.18), transparent 20%);
  pointer-events: none;
}

.hero-home {
  padding-top: 104px;
}

.hero-content {
  position: relative;
  z-index: 1;
  max-width: 720px;
  margin: 0 auto;
  text-align: center;
}

.eyebrow {
  margin: 0 0 12px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-700);
}

.page-hero h1,
.section-title,
.card h3,
.metric strong,
.timeline-title,
.footer-title,
.process-step h3,
.faq-question span,
.cta-panel h2 {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-weight: 500;
  letter-spacing: -0.02em;
}

.page-hero h1 {
  max-width: 680px;
  margin: 0 auto;
  font-size: clamp(2.6rem, 6vw, 4.4rem);
  line-height: 0.96;
  color: #6a6257;
}

.hero-text,
.body-copy p,
.section-copy p,
.card p,
.detail-copy,
.faq-answer,
.footer-copy,
.footer-meta,
.timeline-copy,
.info-list p,
.pill-list li {
  font-size: 1rem;
  line-height: 1.82;
  color: var(--ink-soft);
}

.hero-text {
  max-width: 610px;
  margin: 18px auto 0;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-top: 24px;
}

.section {
  padding: 54px 0;
}

.section-soft {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(242, 238, 229, 0), rgba(242, 238, 229, 0.52));
}

.section-soft::before {
  content: "";
  position: absolute;
  right: -40px;
  bottom: -30px;
  width: 220px;
  height: 220px;
  background: url("media/floral-spray.svg") center/contain no-repeat;
  opacity: 0.22;
  pointer-events: none;
}

.section-sage {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(216, 225, 222, 0.34), rgba(191, 208, 204, 0.44));
}

.section-sage::before {
  content: "";
  position: absolute;
  left: -80px;
  top: 18px;
  width: 220px;
  height: 220px;
  background: url("media/floral-bloom.svg") center/contain no-repeat;
  opacity: 0.2;
  pointer-events: none;
}

.section-shell,
.card,
.metric,
.aside-card,
.footer-card,
.cta-panel,
.faq-item {
  background: var(--paper);
  border: 1px solid rgba(94, 87, 78, 0.09);
  box-shadow: var(--shadow-sm);
}

.section-shell {
  padding: 34px 38px;
  border-radius: var(--radius-lg);
}

.split-intro,
.contact-grid,
.two-column,
.footer-grid,
.photo-feature,
.illustration-block {
  display: grid;
  gap: 34px;
}

.split-intro,
.contact-grid,
.two-column,
.photo-feature,
.illustration-block {
  grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
}

.photo-feature {
  position: relative;
  z-index: 1;
  align-items: center;
  padding: 24px;
  background: var(--paper);
  border: 1px solid rgba(94, 87, 78, 0.09);
  border-radius: var(--radius-lg);
}

.photo-feature::after {
  content: "";
  position: absolute;
  right: -34px;
  bottom: -28px;
  width: 180px;
  height: 180px;
  background: url("media/floral-bloom.svg") center/contain no-repeat;
  opacity: 0.24;
  pointer-events: none;
}

.photo-frame {
  position: relative;
  max-width: 290px;
}

.photo-frame::before {
  content: "";
  position: absolute;
  right: -30px;
  top: -30px;
  width: 120px;
  height: 120px;
  background: url("media/floral-spray.svg") center/contain no-repeat;
  opacity: 0.32;
}

.photo-frame img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  border-radius: var(--radius-md);
  border: 1px solid rgba(94, 87, 78, 0.08);
}

.illustration-block {
  position: relative;
  align-items: center;
  padding: 24px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(247, 243, 235, 0.98));
  border: 1px solid rgba(94, 87, 78, 0.09);
  border-radius: var(--radius-lg);
}

.illustration-block::before {
  content: "";
  position: absolute;
  left: -30px;
  top: -26px;
  width: 164px;
  height: 164px;
  background: url("media/floral-bloom.svg") center/contain no-repeat;
  opacity: 0.18;
  pointer-events: none;
}

.illustration-block::after {
  content: "";
  position: absolute;
  right: -26px;
  bottom: -22px;
  width: 154px;
  height: 154px;
  background: url("media/floral-spray.svg") center/contain no-repeat;
  opacity: 0.16;
  pointer-events: none;
}

.illustration-frame {
  position: relative;
  z-index: 1;
  padding: 12px;
  background: rgba(255, 252, 247, 0.84);
  border: 1px solid rgba(94, 87, 78, 0.1);
  border-radius: var(--radius-lg);
}

.illustration-frame img {
  width: 100%;
  border-radius: calc(var(--radius-md) + 1px);
  border: 1px solid rgba(94, 87, 78, 0.08);
}

.illustration-copy {
  position: relative;
  z-index: 1;
}

.illustration-copy p {
  margin: 0 0 16px;
}

.illustration-copy p:last-child {
  margin-bottom: 0;
}

.illustration-frame-compact {
  margin-bottom: 20px;
}

.photo-copy {
  position: relative;
  z-index: 1;
}

.photo-copy p {
  margin: 0 0 16px;
}

.photo-copy p:last-child {
  margin-bottom: 0;
}

.section-title {
  margin: 0;
  font-size: clamp(2rem, 4vw, 3.15rem);
  line-height: 0.98;
  color: #625b50;
}

.section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.section-heading.align-left {
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.body-copy p,
.section-copy p {
  margin: 0 0 16px;
}

.body-copy p:last-child,
.section-copy p:last-child,
.card p:last-child,
.footer-copy:last-child,
.info-list li:last-child p:last-child {
  margin-bottom: 0;
}

.card-grid,
.metric-band,
.process-grid,
.footer-details {
  display: grid;
  gap: 18px;
}

.card-grid.three-up {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.card-grid.two-up {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.metric-band {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.card,
.metric,
.aside-card,
.faq-item,
.footer-card,
.cta-panel {
  border-radius: var(--radius-md);
}

.card,
.metric,
.aside-card,
.footer-card,
.process-step {
  --box-icon: url("media/icon-sprig.svg");
}

.card,
.metric,
.aside-card,
.footer-card {
  padding: 22px;
}

.box-icon-bloom {
  --box-icon: url("media/icon-bloomlet.svg");
}

.box-icon-branch {
  --box-icon: url("media/icon-branch.svg");
}

.box-icon-orbit {
  --box-icon: url("media/icon-orbit.svg");
}

.card::before,
.metric::before,
.aside-card::before,
.footer-card::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  margin-bottom: 18px;
  border-radius: 999px;
  border: 1px solid rgba(123, 149, 153, 0.2);
  background:
    var(--box-icon) center/18px no-repeat,
    linear-gradient(180deg, rgba(216, 225, 222, 0.86), rgba(255, 253, 250, 0.96));
}

.card h3 {
  margin: 0 0 10px;
  font-size: 1.92rem;
  line-height: 0.98;
}

.card-meta {
  display: block;
  margin-bottom: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-700);
}

.metric {
  min-height: 0;
  text-align: left;
}

.metric span {
  display: block;
  margin-bottom: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-700);
}

.metric strong {
  display: block;
  margin-bottom: 10px;
  font-size: 1.72rem;
  line-height: 0.98;
}

.process-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-step {
  padding-top: 14px;
  border-top: 1px solid var(--line);
}

.process-step::before {
  content: "";
  display: block;
  width: 36px;
  height: 36px;
  margin-bottom: 14px;
  border-radius: 999px;
  border: 1px solid rgba(123, 149, 153, 0.2);
  background:
    var(--box-icon) center/15px no-repeat,
    linear-gradient(180deg, rgba(216, 225, 222, 0.74), rgba(255, 253, 250, 0.96));
}

.process-step strong {
  display: block;
  margin-bottom: 10px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-700);
}

.process-step h3 {
  margin: 0 0 10px;
  font-size: 1.9rem;
  line-height: 0.98;
}

.quote-block {
  padding: 20px 22px;
  border-radius: var(--radius-md);
  background: linear-gradient(180deg, rgba(216, 225, 222, 0.44), rgba(255, 255, 255, 0.86));
  border: 1px solid rgba(94, 87, 78, 0.08);
}

.quote-mark {
  display: block;
  margin-bottom: 8px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--sage-700);
}

.info-list {
  display: grid;
  gap: 16px;
}

.info-list li {
  padding-bottom: 14px;
  border-bottom: 1px solid var(--line);
}

.info-list li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.info-list strong,
.footer-card strong {
  display: block;
  margin-bottom: 4px;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline li {
  display: grid;
  grid-template-columns: 140px minmax(0, 1fr);
  gap: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--line);
}

.timeline li:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.timeline-label {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--sage-700);
}

.timeline-title {
  margin: 0 0 8px;
  font-size: 1.86rem;
  line-height: 0.98;
}

.pill-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}

.pill-list li {
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(216, 225, 222, 0.72);
  color: var(--sage-700);
  font-size: 0.88rem;
  line-height: 1.3;
}

.cta-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: 28px 32px;
}

.cta-panel h2,
.footer-title {
  margin: 0 0 10px;
  font-size: clamp(2rem, 4.2vw, 3.2rem);
  line-height: 0.98;
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-item {
  overflow: hidden;
}

.faq-question {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 18px 22px;
  border: 0;
  background: transparent;
  color: var(--ink);
  text-align: left;
  cursor: pointer;
}

.faq-question span {
  font-size: 1.34rem;
  line-height: 1.2;
}

.faq-symbol {
  font-family: "Cormorant Garamond", "Times New Roman", serif;
  font-size: 1.8rem;
  line-height: 1;
  color: var(--sage-700);
}

.faq-answer {
  padding: 0 22px 20px;
}

.map-card {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.72), rgba(216, 225, 222, 0.64)),
    url("media/botanical-banner.svg") center 8px / min(1320px, 120%) auto no-repeat;
}

.site-footer {
  position: relative;
  overflow: hidden;
  margin-top: 0;
  padding: 60px 0 24px;
  color: #f8f6f1;
  background: linear-gradient(180deg, #97b1b4 0%, #85a2a6 100%);
}

.site-footer::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.14), transparent 35%),
    radial-gradient(circle at 88% 22%, rgba(255, 255, 255, 0.16), transparent 22%);
  pointer-events: none;
}

.site-footer::after {
  content: "";
  position: absolute;
  right: -30px;
  bottom: -20px;
  width: 220px;
  height: 220px;
  background: url("media/floral-spray.svg") center/contain no-repeat;
  opacity: 0.14;
  pointer-events: none;
}

.footer-grid {
  position: relative;
  z-index: 1;
  grid-template-columns: minmax(0, 1.06fr) minmax(300px, 0.94fr);
  align-items: start;
}

.footer-copy,
.footer-meta,
.footer-nav a,
.footer-card strong {
  color: rgba(248, 246, 241, 0.88);
}

.footer-card {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.16);
  box-shadow: none;
}

.footer-card::before {
  background: rgba(255, 255, 255, 0.42);
}

.footer-details {
  margin-top: 16px;
}

.footer-bottom {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 18px;
  flex-wrap: wrap;
  margin-top: 26px;
  padding-top: 16px;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
}

.footer-nav ul {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.has-js .reveal {
  opacity: 0;
  transform: translateY(22px);
  transition:
    opacity 560ms ease,
    transform 560ms ease;
}

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

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .has-js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

@media (max-width: 980px) {
  .header-inner {
    grid-template-columns: minmax(220px, 1fr) auto auto;
    gap: 18px;
  }

  .main-nav ul {
    gap: 16px;
  }

  .card-grid.three-up,
  .metric-band,
  .process-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 860px) {
  .header-inner {
    grid-template-columns: 1fr auto auto;
  }

  .nav-toggle {
    display: inline-flex;
    align-items: center;
  }

  .main-nav {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    display: none;
    padding: 0 20px 20px;
  }

  .site-header[data-menu-open="true"] .main-nav {
    display: block;
  }

  .main-nav ul {
    display: grid;
    gap: 10px;
    padding: 16px;
    border-radius: 0 0 var(--radius-md) var(--radius-md);
    background: rgba(255, 253, 250, 0.98);
    border: 1px solid var(--line);
  }

  .main-nav a {
    display: block;
    padding: 10px 0;
  }

  .header-cta {
    display: none;
  }

  .split-intro,
  .contact-grid,
  .two-column,
  .photo-feature,
  .illustration-block,
  .cta-panel,
  .timeline li,
  .metric-band {
    grid-template-columns: 1fr;
  }

  .section-shell {
    padding: 28px 24px;
  }
}

@media (max-width: 700px) {
  :root {
    --container: min(100vw - 24px, 100vw - 24px);
  }

  .has-js .reveal {
    opacity: 1;
    transform: none;
    transition: none;
  }

  .page-hero {
    padding: 76px 0 64px;
  }

  .page-hero::before {
    background:
      url("media/floral-spray.svg") top 14px right 18px / 180px no-repeat,
      url("media/floral-bloom.svg") top 8px left -44px / 148px no-repeat,
      url("media/botanical-banner.svg") center 0 / cover no-repeat;
    opacity: 0.88;
  }

  .hero-home {
    padding-top: 88px;
  }

  .page-hero h1 {
    font-size: clamp(2.3rem, 11vw, 3.5rem);
  }

  .section {
    padding: 44px 0;
  }

  .card-grid.three-up,
  .card-grid.two-up,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .photo-feature {
    padding: 18px;
  }

  .illustration-block {
    padding: 18px;
  }

  .photo-frame {
    max-width: 220px;
    margin: 0 auto;
  }

  .brand-name {
    font-size: 1.18rem;
  }

  .hero-actions,
  .header-tools,
  .footer-bottom {
    flex-wrap: wrap;
  }

  .faq-question span {
    font-size: 1.18rem;
  }
}
