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

:root {
  color-scheme: light;
  --color-bg: #faf9f6;
  --color-surface: #ffffff;
  --color-surface-muted: #f5f2eb;
  --color-text: #1a1a1a;
  --color-copy: #676d7f;
  --color-line: #e6e2d9;
  --color-olive: #66724b;
  --color-olive-deep: #4a5b38;
  --color-footer: #171717;
  --color-danger: #bb2525;
  --shadow-soft: 0 24px 60px rgba(47, 39, 21, 0.08);
}

/* Pricing page */
.pricing-page { overflow:hidden; }
.pricing-page__hero,.pricing-page__plans,.pricing-page__visits { width:min(1180px,calc(100% - 48px)); margin:0 auto; }
.pricing-page__hero { max-width:780px; padding:64px 0 54px; text-align:center; }
.pricing-page__eyebrow { margin:0 0 12px; color:var(--color-olive); font-size:11px; font-weight:800; letter-spacing:.13em; text-transform:uppercase; }
.pricing-page h1,.pricing-page h2,.pricing-page h3 { margin:0; font-family:"Cormorant Garamond",serif; font-weight:500; line-height:.94; letter-spacing:-.03em; }
.pricing-page h1 { font-size:3.5rem; }
.pricing-page h2 { font-size:2.55rem; }
.pricing-page h3 { font-size:2.2rem; }
.pricing-page__intro { max-width:660px; margin:24px auto 0; color:var(--color-copy); font-size:16px; line-height:1.6; }
.pricing-page__notice { max-width:700px; margin:18px auto 0; padding:14px 18px; border:1px solid var(--color-line); border-radius:10px; background:var(--color-surface); color:var(--color-copy); font-size:13px; line-height:1.55; }
.pricing-page__switch { display:inline-flex; margin-top:32px; padding:4px; border:1px solid var(--color-line); border-radius:14px; background:var(--color-surface); box-shadow:0 10px 22px rgba(47,39,21,.04); }
.pricing-page__switch button { min-height:42px; padding:0 18px; border:0; border-radius:10px; background:transparent; color:var(--color-copy); font:inherit; font-size:14px; font-weight:800; cursor:pointer; }
.pricing-page__switch button.is-active { background:var(--color-olive); color:#fff; }
.pricing-page__plans,.pricing-page__visits { padding:70px 0 96px; }
.pricing-page__section-heading { max-width:680px; margin:0 auto; text-align:center; }
.pricing-page__section-heading > p:last-child { margin:20px 0 0; color:var(--color-copy); font-size:16px; line-height:1.6; }
.pricing-plan-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:54px; align-items:stretch; }
.pricing-plan { position:relative; display:flex; flex-direction:column; min-height:560px; padding:34px 30px 30px; border:1px solid var(--color-line); border-radius:22px; background:var(--color-surface); box-shadow:0 10px 24px rgba(47,39,21,.035); }
.pricing-plan--featured { border-color:var(--color-olive); box-shadow:0 18px 42px rgba(78,91,55,.12); }
.pricing-plan__badge { position:absolute; top:-13px; left:26px; padding:6px 11px; border-radius:999px; background:var(--color-olive); color:#fff; font-size:11px; font-weight:800; letter-spacing:.05em; text-transform:uppercase; }
.pricing-plan__summary { min-height:50px; margin:16px 0 0; color:var(--color-copy); font-size:15px; line-height:1.55; }
.pricing-plan__price { display:flex; align-items:baseline; gap:7px; margin:28px 0 20px; color:var(--color-copy); }
.pricing-plan__price strong { color:var(--color-olive); font-family:"Cormorant Garamond",serif; font-size:3.5rem; font-weight:500; line-height:1; }
.pricing-plan__price span,.pricing-visit__price span { font-size:13px; font-weight:700; }
.pricing-plan__tiers { display:grid; gap:9px; margin:0 0 22px; padding:16px 0; border-top:1px solid var(--color-line); border-bottom:1px solid var(--color-line); }
.pricing-plan__tiers div { display:flex; justify-content:space-between; gap:16px; color:var(--color-copy); font-size:14px; }
.pricing-plan__tiers dt,.pricing-plan__tiers dd { margin:0; }
.pricing-plan__tiers dd { color:var(--color-text); font-weight:800; text-align:right; }
.pricing-plan__features { display:grid; gap:11px; margin:0 0 28px; padding:0; list-style:none; color:var(--color-copy); font-size:14px; line-height:1.45; }
.pricing-plan__features li { position:relative; padding-left:23px; }
.pricing-plan__features li::before { position:absolute; top:.28em; left:0; width:13px; height:13px; border-radius:50%; background:var(--color-olive); content:""; }
.pricing-plan__features li::after { position:absolute; top:.5em; left:4px; width:4px; height:7px; border:solid #fff; border-width:0 2px 2px 0; content:""; transform:rotate(45deg); }
.pricing-plan .button { width:100%; min-width:0; margin-top:auto; }
.pricing-page__fine-print { max-width:760px; margin:28px auto 0; color:var(--color-copy); font-size:12px; line-height:1.55; text-align:center; }
.pricing-visit-list { display:grid; gap:14px; max-width:940px; margin:52px auto 0; }
.pricing-visit { display:grid; grid-template-columns:minmax(0,1fr) auto auto; gap:26px; align-items:center; padding:24px 28px; border:1px solid var(--color-line); border-radius:16px; background:var(--color-surface); }
.pricing-visit__type { margin:0 0 6px; color:var(--color-olive); font-size:11px; font-weight:800; letter-spacing:.11em; text-transform:uppercase; }
.pricing-visit h3 { font-family:Manrope,sans-serif; font-size:18px; font-weight:800; letter-spacing:-.03em; line-height:1.25; }
.pricing-visit h3 + p { margin:8px 0 0; color:var(--color-copy); font-size:14px; line-height:1.5; }
.pricing-visit__price { display:flex; align-items:baseline; gap:5px; white-space:nowrap; }
.pricing-visit__price strong { color:var(--color-olive); font-family:"Cormorant Garamond",serif; font-size:2.5rem; font-weight:500; }
.pricing-visit .button--secondary { width:auto; min-width:130px; min-height:46px; padding:12px 18px; border:1px solid var(--color-olive); border-radius:9px; color:var(--color-olive); }
.pricing-visit .button--secondary:hover { background:var(--color-surface-muted); }
@media (max-width:899px) { .pricing-plan-grid { grid-template-columns:1fr; max-width:520px; margin-right:auto; margin-left:auto; } .pricing-plan { min-height:0; } }
@media (max-width:599px) { .pricing-page__hero,.pricing-page__plans,.pricing-page__visits { width:min(390px,calc(100% - 48px)); } .pricing-page__hero { padding:48px 0 42px; text-align:left; } .pricing-page h1 { font-size:3.1rem; } .pricing-page h2 { font-size:2.35rem; } .pricing-page__intro,.pricing-page__notice { margin-right:0; margin-left:0; } .pricing-page__switch { width:100%; margin-top:24px; } .pricing-page__switch button { flex:1; min-width:0; padding:0 8px; font-size:12px; } .pricing-page__plans,.pricing-page__visits { padding:44px 0 68px; } .pricing-page__section-heading { text-align:left; } .pricing-page__section-heading > p:last-child { font-size:15px; } .pricing-plan-grid { margin-top:34px; } .pricing-plan { padding:30px 24px 24px; border-radius:18px; } .pricing-plan h3 { font-size:2rem; } .pricing-visit-list { margin-top:32px; } .pricing-visit { grid-template-columns:1fr; gap:16px; padding:22px; } .pricing-visit .button--secondary { width:100%; } }

/* About Us page */
.about-page { overflow:hidden; }
.about-page__hero,.about-page__principles,.about-page__story,.about-page__stats { width:min(390px,calc(100% - 48px)); margin:0 auto; }
.about-page__hero { display:grid; gap:30px; padding:48px 0 72px; }
.about-page__hero.hero-grid { display:grid; }
.about-page__hero .hero-media { display:block; }
.about-page__eyebrow { margin:0 0 12px; color:var(--color-olive); font-size:11px; font-weight:800; letter-spacing:.12em; text-transform:uppercase; }
.about-page h1,.about-page h2 { margin:0; font-family:"Cormorant Garamond",serif; font-weight:500; line-height:.94; letter-spacing:-.03em; }
.about-page h1 { font-size:3.25rem; }
.about-page h2 { font-size:2.35rem; }
.about-page__hero>div>p:not(.about-page__eyebrow):not(.about-page__actions),.about-page__story p { color:var(--color-copy); font-size:15px; line-height:1.55; }
.about-page__hero img,.about-page__story>img { width:100%; border-radius:22px; object-fit:cover; }
.about-page__hero img { height:300px; }
.about-page__actions { display:grid; gap:10px; margin:24px 0 0; }.about-page__actions .button--secondary,.about-page__story .button--secondary { padding:14px; border:1px solid var(--color-olive); border-radius:8px; color:var(--color-olive); }
.about-page__principles,.about-page__stats { padding:64px 0; text-align:center; }.about-page__principles-grid,.about-page__stats-grid { display:grid; gap:28px; margin-top:36px; text-align:left; }.about-page__principles article img { width:38px; height:38px; padding:8px; border-radius:10px; background:#eef2ea; object-fit:contain; }.about-page h3 { margin:12px 0 6px; font-size:16px; }.about-page__principles article p,.about-page__stats p { margin:0; color:var(--color-copy); font-size:13px; line-height:1.5; }.about-page__story { position:relative; z-index:0; display:grid; gap:30px; padding:40px 0 64px; }.about-page__story::before { position:absolute; z-index:-1; top:0; right:calc(50% - 50vw); bottom:0; left:calc(50% - 50vw); content:""; background:#fff; }.about-page__story>img { height:250px; }.about-page__story .button { margin-top:14px; }.about-page__stats-grid article { padding:24px; border:1px solid var(--color-line); border-radius:15px; background:#fff; }.about-page__stats strong { color:var(--color-olive); font-family:"Cormorant Garamond",serif; font-size:3rem; line-height:1; }
@media (min-width:900px) { .about-page__hero,.about-page__principles,.about-page__story,.about-page__stats { width:min(1280px,calc(100% - 160px)); }.about-page__hero { grid-template-columns:1fr 1fr; align-items:center; gap:70px; min-height:650px; padding:0; }.about-page h1 { font-size:4.8rem; }.about-page h2 { font-size:3.2rem; }.about-page__hero img { height:650px; border-radius:0; }.about-page__actions { display:flex; }.about-page__actions .button--primary { min-width:190px; }.about-page__actions .button--secondary { width:auto; min-width:180px; }.about-page__principles,.about-page__stats { width:100%; padding:110px max(80px,calc((100% - 1280px)/2)); }.about-page__principles-grid,.about-page__stats-grid { grid-template-columns:repeat(4,1fr); gap:42px; }.about-page__stats-grid { grid-template-columns:repeat(3,1fr); }.about-page__story { grid-template-columns:1fr 1fr; align-items:center; gap:70px; padding:100px 0; }.about-page__story>img { height:400px; }.about-page__story .button--secondary { width:auto; min-width:210px; }.about-page__stats-grid article { min-height:190px; } }

/* Keep the About Us hero on the exact desktop grid and rhythm of the homepage hero. */
@media (min-width:900px) {
  .about-page__hero { grid-template-columns:minmax(0,1fr) 51.5%; width:min(1440px,calc(100% - 160px)); min-height:798px; gap:0; padding:0; align-items:stretch; overflow:visible; }
  .about-page__hero > .hero-copy { padding-top:124px; }
  .about-page__hero h1 { max-width:700px; font-size:clamp(4.6rem,5vw,5.6rem); line-height:.89; }
  .about-page__hero > div > p:not(.about-page__eyebrow):not(.about-page__actions) { max-width:28rem; margin-top:42px; font-size:21px; line-height:1.68; }
  .about-page__hero img { width:100%; height:798px; max-width:none; border-radius:0; }
  .about-page__actions { margin-top:38px; gap:18px; }
  .about-page__actions .button--primary { min-width:230px; }
  .about-page__actions .button--secondary { min-height:57px; padding:16px 34px; }

  /* Match the existing homepage story block instead of using a second layout. */
  .about-page__story {
    width:min(1440px,calc(100% - 160px));
    grid-template-columns:652px minmax(0,1fr);
    align-items:center;
    gap:86px;
    padding:86px 30px 88px;
  }
  .about-page__story > img { height:434px; border-radius:24px; }
  .about-page__story h2 { max-width:12ch; font-size:clamp(3.25rem,4.1vw,4.1rem); line-height:.95; }
  .about-page__story p { max-width:42rem; margin:38px 0 0; font-size:18px; line-height:1.55; }
  .about-page__story .about-page__eyebrow { margin:0 0 14px; }
  .about-page__story .button { margin-top:34px; }

  /* Principles follow the homepage's four-column rhythm, with About-specific icons. */
  .about-page__principles {
    padding:116px 0 122px;
    background:var(--color-bg);
  }
  .about-page__principles-grid {
    width:min(1440px,calc(100% - 160px));
    margin:62px auto 0;
    grid-template-columns:repeat(4,minmax(0,1fr));
    gap:56px;
  }
  .about-page__principles article img {
    width:50px;
    height:50px;
    padding:10px;
    border-radius:10px;
    background:#eaf1eb;
  }
  .about-page__principles article h3 {
    margin:22px 0 12px;
    font-size:18px;
    font-weight:800;
    line-height:1.25;
    letter-spacing:-.03em;
  }
  .about-page__principles article p {
    max-width:260px;
    font-size:16px;
    font-weight:500;
    line-height:1.55;
  }

  .about-page__stats {
    padding:116px 0 126px;
    background:var(--color-bg);
  }
  .about-page__stats-grid {
    width:min(1440px,calc(100% - 160px));
    margin:64px auto 0;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:32px;
  }
  .about-page__stats-grid article {
    min-height:254px;
    padding:40px 42px;
    box-sizing:border-box;
  }
  .about-page__stats strong { font-size:4rem; }
  .about-page__stats h3 {
    margin:20px 0 10px;
    font-size:18px;
    font-weight:800;
    line-height:1.25;
    letter-spacing:-.03em;
  }
  .about-page__stats p {
    max-width:360px;
    font-size:15px;
    font-weight:500;
    line-height:1.52;
  }
  .about-page__stats > .about-page__section-heading {
    display:flex;
    flex-direction:column;
    align-items:center;
    width:100%;
    text-align:center;
  }
  .about-page__stats > .about-page__section-heading .about-page__eyebrow,
  .about-page__stats > .about-page__section-heading h2 { width:100%; text-align:center; }
}

/* Services, team and service detail pages */
.service-heading,
.team-heading { margin-top: 32px; text-align: left; }
.service-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:12px; width:min(390px,calc(100% - 48px)); margin:36px auto 40px; }
.service-card { min-height:178px; padding:24px; border:1px solid #e3e4e5; border-radius:17px; background:#fff; }
.service-card svg,.service-card__icon { width:30px; height:30px; padding:8px; box-sizing:content-box; border-radius:12px; background:#faf9f6; stroke-width:1.35; object-fit:contain; }
.service-card h2 { margin:20px 0 0; font-size:16px; line-height:1.1; letter-spacing:-.025em; }
.service-card p { display:none; }
.service-card a { display:block; margin-top:8px; color:var(--color-olive); font-size:14px; font-weight:700; }
.team-heading p { max-width:330px; }
.team-grid { display:grid; width:min(390px,calc(100% - 48px)); margin:40px auto 40px; gap:34px; }
.team-grid article { text-align:center; }
.team-grid img { width:180px; height:180px; margin:0 auto; border-radius:50%; object-fit:cover; }
.team-grid h2 { margin:18px 0 0; font-size:20px; letter-spacing:-.025em; }
.team-grid p { margin:4px 0 0; color:var(--color-olive); font-size:14px; font-weight:700; }
.team-member--desktop { display:none; }
.detail-hero { display:grid; width:min(390px,calc(100% - 48px)); margin:38px auto 0; }
.detail-copy { display:contents; }
.breadcrumbs { order:-4; margin:0 0 30px; color:var(--color-copy); font-size:13px; white-space:nowrap; }
.detail-copy h1 { order:-3; margin:0; font-family:"Cormorant Garamond",serif; font-size:3rem; font-weight:500; line-height:.94; letter-spacing:-.035em; }
.detail-intro { order:-2; margin:18px 0 0; color:var(--color-copy); font-size:16px; line-height:1.5; }
.detail-photo { display:none; }
.detail-mobile-photo { order:-1; width:100%; height:241px; margin-top:32px; border-radius:22px; object-fit:cover; }
.detail-content { margin-top:28px; color:var(--color-copy); font-size:15px; line-height:1.5; }
.detail-content > :first-child { margin-top:0; }
.detail-content > :last-child { margin-bottom:0; }
.detail-content p { margin:0 0 14px; }
.detail-content h2,.detail-content h3 { margin:20px 0 10px; color:var(--color-ink); font-size:1.15em; line-height:1.25; }
.detail-content ul { margin:20px 0 0; padding:0; list-style:none; }
.detail-content li { position:relative; margin-top:12px; padding-left:32px; color:var(--color-copy); font-size:15px; line-height:1.35; }
.detail-content li::before { position:absolute; left:0; top:1px; display:grid; width:20px; height:20px; place-items:center; border-radius:50%; background:var(--color-olive); color:#fff; content:"✓"; font-size:13px; font-weight:800; }
.detail-copy .button { margin-top:30px; width:100%; }
.detail-process { display:block; width:min(390px,calc(100% - 48px)); margin:0 auto; padding:72px 0 90px; text-align:center; }
.detail-process>h2 { margin:0; font-family:"Cormorant Garamond",serif; font-size:2.15rem; font-weight:500; line-height:1; }
.detail-process>p { margin:14px 0 0; color:var(--color-copy); font-size:15px; line-height:1.5; }
.detail-steps { display:grid; margin:48px 0 0; gap:58px; }
.detail-steps article { display:grid; justify-items:center; text-align:center; }
.detail-steps svg,.detail-steps img { width:120px; height:120px; padding:34px; box-sizing:content-box; border:1px solid #e1e3e7; border-radius:50%; background:var(--color-surface); object-fit:contain; stroke-width:1.35; }
.detail-steps b { display:block; margin-top:14px; font-size:23px; line-height:1.12; letter-spacing:-.03em; }
.detail-steps span { display:block; max-width:340px; margin-top:12px; color:var(--color-copy); font-size:15px; line-height:1.5; }
.service-detail-page .journey-cta { display:none; }

@media (min-width:900px) {
 .service-heading,.team-heading { margin-top:102px; text-align:center; }
 .service-heading p,.team-heading p { max-width:none; }
 .service-grid { grid-template-columns:repeat(3,minmax(0,1fr)); width:min(1200px,calc(100% - 160px)); margin:76px auto 118px; gap:36px; }
 .service-card { min-height:276px; padding:36px; border-radius:15px; box-shadow:0 10px 24px rgba(47,39,21,.03); }
 .service-card h2 { margin-top:24px; font-size:21px; }
 .service-card p { display:block; min-height:46px; margin:13px 0 0; color:var(--color-copy); font-size:15px; line-height:1.5; }
 .service-card a { display:inline-flex; align-items:center; justify-content:center; min-width:114px; min-height:38px; margin-top:20px; padding:8px 18px; border:1px solid var(--color-olive); border-radius:7px; }
 .team-grid { grid-template-columns:repeat(3,minmax(0,1fr)); width:min(1160px,calc(100% - 160px)); margin:76px auto 118px; row-gap:56px; column-gap:80px; }
 .team-grid img { width:220px; height:220px; }
 .team-grid h2 { font-size:22px; }
 .team-grid p { font-size:15px; }
 .team-member--desktop { display:block; }
 .detail-hero { grid-template-columns:minmax(410px,.9fr) minmax(560px,1.1fr); align-items:center; width:min(1280px,calc(100% - 160px)); min-height:650px; margin:0 auto; gap:60px; }
 .detail-copy { display:block; }
 .breadcrumbs { margin:0 0 58px; font-size:14px; }
 .detail-copy h1 { font-size:4.55rem; }
 .detail-intro { max-width:500px; margin-top:30px; color:var(--color-olive); font-size:19px; font-weight:600; }
 .detail-mobile-photo { display:none; }
 .detail-photo { display:block; width:100%; height:705px; object-fit:cover; }
 .detail-content { margin-top:34px; }
 .detail-content li { font-size:15px; }
 .detail-copy .button { width:auto; min-width:175px; min-height:48px; margin-top:30px; }
 .detail-process { display:block; width:auto; margin:0; padding:86px 0 110px; text-align:center; }
 .detail-process>h2 { margin:0; font-family:"Cormorant Garamond",serif; font-size:3.7rem; font-weight:500; line-height:.95; }
 .detail-process>p { margin:16px 0 0; color:var(--color-copy); font-size:18px; }
 .detail-steps { position:relative; display:grid; grid-template-columns:repeat(4,1fr); width:min(1200px,calc(100% - 160px)); margin:70px auto 0; gap:36px; }
 .detail-steps::before { position:absolute; top:66px; right:10%; left:10%; border-top:1px dashed #e3e2df; content:""; }
 .detail-steps article { position:relative; display:grid; justify-items:center; }
.detail-steps svg,.detail-steps img { width:132px; height:132px; padding:39px; box-sizing:content-box; border:1px solid #e2e4e5; border-radius:50%; background:#fff; stroke-width:1.2; object-fit:contain; }
 .detail-steps b { margin-top:22px; font-size:18px; }
 .detail-steps span { max-width:220px; margin-top:14px; color:var(--color-copy); font-size:14px; line-height:1.4; }
 .service-detail-page .journey-cta { display:block; margin-top:0; }
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  min-height: 100dvh;
  background: var(--color-bg);
  color: var(--color-text);
  font-family: "Manrope", sans-serif;
  -webkit-font-smoothing: antialiased;
}

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

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

button {
  font: inherit;
}

[hidden] {
  display: none !important;
}

.thrive-page {
  min-height: 100dvh;
  background: var(--color-bg);
}

.hero-shell {
  background: var(--color-bg);
}

.site-header,
.hero-grid,
.benefits--desktop,
.story--desktop,
.site-footer__desktop,
.site-footer__bottom {
  width: min(1280px, calc(100% - 48px));
  margin: 0 auto;
}

.site-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  min-height: 90px;
}

.site-header__brand {
  position: relative;
  z-index: 3;
}

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

.brand__icon {
  width: 18px;
  height: 23px;
  flex: 0 0 auto;
}

.brand__text {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.brand__name {
  font-family: "Cormorant Garamond", serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 0.95;
  color: var(--color-olive-deep);
}

.brand__tag {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--color-olive);
}

.desktop-nav {
  display: none;
}

.desktop-nav .menu,
.mobile-menu__nav .menu,
.footer-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.mobile-menu__nav .menu {
  display: grid;
  gap: 18px;
}

.header-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 132px;
  padding: 22px 31px;
  border-radius: 10px;
  background: var(--color-olive);
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease;
}

.header-cta--desktop {
  display: none;
}

.header-cta:hover,
.button:hover,
.mobile-menu__cta:hover {
  transform: translateY(-1px);
}

.menu-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
}

.menu-button img {
  width: 20px;
  height: 20px;
}

.mobile-menu {
  width: min(390px, calc(100% - 32px));
  margin: 0 auto 16px;
  padding: 18px;
  border: 1px solid rgba(74, 91, 56, 0.12);
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(16px);
}

.mobile-menu__nav {
  display: grid;
  gap: 10px;
}

.mobile-menu__nav a,
.mobile-menu__cta {
  display: block;
  padding: 14px 16px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
}

.mobile-menu__nav a {
  background: rgba(102, 114, 75, 0.08);
}

.mobile-menu__nav .current-menu-item > a,
.mobile-menu__nav .thrive-menu-item--active > a {
  background: var(--color-olive);
  color: #fff;
}

.mobile-menu__cta {
  margin-top: 12px;
  background: var(--color-olive);
  color: #fff;
  text-align: center;
}

.hero-grid {
  display: block;
  padding-top: 12px;
}

.hero-copy {
  position: relative;
  width: min(390px, calc(100% - 48px));
  margin: 0 auto;
  padding-top: 34px;
}

.hero-copy h1 {
  max-width: none;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3.4rem, 10vw, 5.25rem);
  font-weight: 500;
  line-height: 0.9;
  letter-spacing: -0.03em;
}

.hero-copy h1 span {
  display: block;
}

.hero-copy p {
  max-width: none;
  margin: 30px 0 0;
  color: var(--color-copy);
  font-size: 18px;
  font-weight: 500;
  line-height: 1.55;
}

.hero-actions {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-items: center;
  margin-top: 32px;
}

.booking-redirect-note {
  flex-basis: 100%;
  margin: -6px 0 0;
  color: var(--color-copy);
  font-size: 11px;
  font-weight: 500;
  line-height: 1.4;
}

.journey-cta .booking-redirect-note,
.detail-copy .booking-redirect-note {
  margin: 12px 0 0;
  color: inherit;
}

.hero-ornament {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  padding: 16px 28px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 800;
  line-height: 1;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.button--primary {
  min-width: 100%;
  background: var(--color-olive);
  color: #fff;
}

.button--secondary {
  width: 100%;
  min-height: auto;
  padding: 4px 0 0;
  border-radius: 0;
  background: transparent;
  color: var(--color-text);
}

.hero-media {
  display: none;
}

.mobile-portrait {
  width: min(390px, calc(100% - 48px));
  margin: 48px auto 0;
}

.mobile-portrait img {
  width: 100%;
  height: 280px;
  border-radius: 24px;
  object-fit: cover;
  object-position: center 18%;
  box-shadow: var(--shadow-soft);
}

.benefits--desktop {
  display: none;
}

.benefits--mobile {
  display: grid;
  width: min(390px, calc(100% - 48px));
  margin: 120px auto 0;
  gap: 18px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.benefit-card {
  min-height: 123px;
  padding: 22px 20px;
  border: 1px solid #eeebe4;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.74);
  display: flex;
  align-items: flex-end;
}

.benefit-card h2 {
  margin: 0;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.06;
  letter-spacing: -0.03em;
}

.story--desktop {
  display: none;
}

.story--mobile {
  margin-top: 66px;
  padding: 42px 24px 40px;
  background: var(--color-olive);
}

.story--mobile .story__copy {
  width: min(390px, 100%);
  margin: 0 auto;
}

.story--mobile h2 {
  max-width: 10ch;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 500;
  line-height: 0.92;
  letter-spacing: -0.03em;
  color: #f7f5ee;
}

.story--mobile p {
  max-width: 16ch;
  margin: 28px 0 0;
  color: rgba(26, 26, 26, 0.8);
  font-size: 19px;
  font-weight: 500;
  line-height: 1.45;
}

.site-footer {
  margin-top: 0;
  padding: 48px 24px 36px;
  background: var(--color-footer);
  color: #f4f0e6;
}

.site-footer__desktop {
  display: none;
}

.site-footer__mobile {
  width: min(390px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 36px;
}

.footer-column h2,
.footer-column h3 {
  margin: 0;
}

.footer-column h2 {
  font-family: "Cormorant Garamond", serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 0.95;
}

.footer-column h3 {
  font-size: 17px;
  font-weight: 800;
}

.footer-column p,
.footer-column li,
.site-footer__bottom p,
.site-footer__links a {
  color: #9ca3af;
  font-size: 15px;
  line-height: 1.6;
}

.footer-column--brand p {
  max-width: 20ch;
  margin: 18px 0 0;
}

.footer-column ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.footer-column li + li {
  margin-top: 6px;
}

.site-footer__bottom {
  width: min(390px, 100%);
  margin: 38px auto 0;
  padding-top: 22px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.site-footer__bottom p {
  margin: 0;
}

.site-footer__links {
  display: none;
}

@media (min-width: 900px) {
  .site-header,
  .hero-grid,
  .benefits--desktop,
  .story--desktop,
  .site-footer__desktop,
  .site-footer__bottom {
    width: min(1440px, calc(100% - 160px));
  }

  .site-header {
    min-height: 100px;
  }

  .brand--compact {
    gap: 11px;
  }

  .brand--compact .brand__icon {
    width: 20px;
    height: 25px;
  }

  .brand--compact .brand__name {
    font-size: 30px;
  }

  .brand--compact .brand__tag {
    font-size: 8px;
    letter-spacing: 0.31em;
  }

  .desktop-nav {
    display: inline-flex;
    align-items: center;
    margin-left: auto;
  }

  .desktop-nav .menu {
    display: inline-flex;
    align-items: center;
    gap: 45px;
  }

  .desktop-nav a {
    font-size: 16px;
    font-weight: 600;
    transition: color 180ms ease;
  }

  .desktop-nav a:hover,
  .site-footer a:hover,
  .story__copy a:hover {
    color: var(--color-olive);
  }

  .desktop-nav .current-menu-item > a,
  .desktop-nav .thrive-menu-item--active > a {
    color: var(--color-olive);
  }

  .footer-menu .current-menu-item > a,
  .footer-menu .thrive-menu-item--active > a {
    color: #fff;
    font-weight: 700;
  }

  .header-cta {
    min-width: 158px;
    margin-left: 30px;
    padding: 20px 26px;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 600;
  }

  .header-cta--desktop {
    display: inline-flex;
  }

  .menu-button,
  .mobile-menu,
  .mobile-portrait,
  .benefits--mobile,
  .story--mobile,
  .site-footer__mobile {
    display: none;
  }

  .hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 51.5%;
    align-items: stretch;
    min-height: 798px;
    padding-top: 0;
  }

  .hero-copy {
    width: auto;
    margin: 0;
    padding: 124px 0 0;
  }

  .hero-copy h1 {
    max-width: 700px;
    font-size: clamp(4.6rem, 5vw, 5.6rem);
    line-height: 0.89;
  }

  .hero-copy h1 span {
    display: block;
  }

  .hero-copy p {
    max-width: 28rem;
    margin-top: 42px;
    font-size: 21px;
    line-height: 1.68;
  }

  .hero-copy .booking-redirect-note {
    flex-basis: 100%;
    margin: -6px 0 0;
    font-size: 11px;
    font-weight: 500;
    line-height: 1.4;
  }

  .hero-actions {
    gap: 18px;
    margin-top: 38px;
  }

  .hero-ornament {
    position: absolute;
    left: -62px;
    top: -48px;
    display: block;
    width: 232px;
    height: 202px;
    border-radius: 55% 45% 52% 48% / 58% 42% 58% 42%;
    border: 2px solid rgba(102, 114, 75, 0.13);
    background: transparent;
    transform: rotate(-14deg);
    z-index: 0;
  }

  .hero-ornament::after {
    content: "";
    position: absolute;
    left: -36px;
    bottom: -16px;
    width: 124px;
    height: 96px;
    border-radius: 0 100% 0 100%;
    border: 2px solid rgba(102, 114, 75, 0.13);
    background: transparent;
    transform: rotate(-22deg);
  }

  .button {
    position: relative;
    z-index: 1;
    min-height: 57px;
    padding-inline: 34px;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
  }

  .button--primary {
    min-width: 230px;
  }

  .button--secondary {
    width: auto;
    min-width: 180px;
    min-height: 57px;
    border: 1px solid #e1e3e7;
    border-radius: 9px;
    background: #fff;
    box-shadow: none;
  }

  .hero-media {
    display: block;
    margin-right: -80px;
    overflow: hidden;
  }

  .hero-media img {
    width: 100%;
    height: 798px;
    object-fit: cover;
    object-position: center center;
  }

  .benefits--desktop {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 56px;
    padding: 140px 0;
  }

  .benefit__icon {
    width: 37px;
    height: 37px;
    margin-bottom: 29px;
    color: #171717;
  }

  .benefit h2 {
    margin: 0 0 13px;
    font-size: 18px;
    font-weight: 800;
    line-height: 1.25;
    letter-spacing: -0.03em;
  }

  .benefit p {
    margin: 0;
    max-width: 260px;
    color: var(--color-copy);
    font-size: 16px;
    font-weight: 500;
    line-height: 1.55;
  }

  .story--desktop {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
  }

  .story--desktop .story__inner {
    display: grid;
    width: min(1440px, calc(100% - 160px));
    margin: 0 auto;
    grid-template-columns: 652px minmax(0, 1fr);
    align-items: center;
    gap: 86px;
    padding: 86px 30px 88px;
  }

  .story__media img {
    width: 100%;
    height: 434px;
    border-radius: 24px;
    object-fit: cover;
    box-shadow: none;
  }

  .story__copy h2 {
    max-width: 12ch;
    margin: 0;
    font-family: "Cormorant Garamond", serif;
    font-size: clamp(3.25rem, 4.1vw, 4.1rem);
    font-weight: 500;
    line-height: 0.95;
    letter-spacing: -0.03em;
  }

  .story__copy p {
    max-width: 42rem;
    margin: 38px 0 0;
    color: var(--color-copy);
    font-size: 18px;
    font-weight: 500;
    line-height: 1.55;
  }

  .story__copy a {
    display: inline-block;
    min-width: 322px;
    margin-top: 34px;
    padding: 16px 26px;
    border: 1px solid #e1e3e7;
    border-radius: 9px;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
  }

  .site-footer {
    padding: 82px 0 42px;
  }

  .site-footer__desktop {
    display: grid;
    grid-template-columns: 1.35fr 0.9fr 1fr 1.05fr;
    gap: 76px;
  }

  .site-footer__bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: min(1440px, calc(100% - 160px));
    margin: 78px auto 0;
    padding-top: 34px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
  }

  .site-footer__links {
    display: inline-flex;
    gap: 32px;
  }

  .social-links {
    display: flex;
    gap: 16px;
    margin-top: 34px;
  }

  .social-links a {
    display: inline-flex;
    width: 42px;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 1px solid #697180;
    border-radius: 50%;
    color: #a9b0bc;
  }

  .social-links svg {
    width: 19px;
    height: 19px;
  }

  .footer-label {
    margin-top: 18px;
    font-size: 14px;
    font-weight: 800;
    color: #f4f0e6;
  }

  .hours-row {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 14px;
    color: #9ca3af;
    font-size: 15px;
  }

  .hours-row:first-of-type {
    margin-top: 18px;
  }

  .hours-row__closed {
    color: var(--color-danger);
  }
}

/* Shared inner pages */
.page-heading {
  width: min(390px, calc(100% - 48px));
  margin: 24px auto 0;
  text-align: center;
}

.page-heading h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 3.15rem;
  font-weight: 500;
  line-height: 0.95;
  letter-spacing: -0.035em;
}

.page-heading p {
  margin: 18px 0 0;
  color: var(--color-copy);
  font-size: 16px;
  line-height: 1.5;
}

.contact-layout {
  display: grid;
  width: min(390px, calc(100% - 48px));
  margin: 48px auto 0;
  gap: 48px;
}

.contact-details {
  display: grid;
  gap: 16px;
}

.contact-detail {
  display: grid;
  grid-template-columns: 28px minmax(0, 1fr);
  align-items: start;
  gap: 16px;
  padding: 20px;
  border: 1px solid #e4e5e6;
  border-radius: 17px;
  background: var(--color-surface);
}

.contact-detail svg {
  width: 23px;
  height: 23px;
  margin-top: 1px;
  color: var(--color-olive);
  stroke-width: 2;
}

.contact-detail h2 {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.contact-detail p {
  margin: 4px 0 0;
  color: var(--color-copy);
  font-size: 14px;
  line-height: 1.45;
}

.contact-detail--hours {
  display: none;
}

.contact-form {
  display: grid;
  gap: 20px;
  padding: 32px;
  border: 1px solid #e4e5e6;
  border-radius: 22px;
  background: var(--color-surface);
}

.form-field {
  display: grid;
  gap: 8px;
}

.form-field label {
  font-size: 14px;
  font-weight: 800;
}

.form-field input,
.form-field textarea {
  width: 100%;
  border: 1px solid #e1e3e7;
  border-radius: 8px;
  background: #fff;
  color: var(--color-text);
  font: inherit;
  font-size: 14px;
  outline: none;
  transition: border-color 180ms ease, box-shadow 180ms ease;
}

.form-field input {
  height: 46px;
  padding: 0 14px;
}

.form-field textarea {
  min-height: 100px;
  padding: 14px;
  resize: vertical;
}

.form-field input::placeholder,
.form-field textarea::placeholder {
  color: #aab0bd;
}

.form-field input:focus,
.form-field textarea:focus {
  border-color: var(--color-olive);
  box-shadow: 0 0 0 3px rgba(102, 114, 75, 0.14);
}

.form-field--phone {
  display: none;
}

.contact-form__submit {
  width: 100%;
  min-width: 0;
  min-height: 46px;
  padding: 14px 20px;
  border: 0;
  cursor: pointer;
}

.form-status {
  margin: -4px 0 0;
  color: var(--color-olive-deep);
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.contact-map {
  width: min(390px, calc(100% - 48px));
  margin: 48px auto 40px;
  overflow: hidden;
  border-radius: 22px;
}

.contact-map img {
  width: 100%;
  height: 238px;
  object-fit: cover;
  object-position: center;
}

.contact-map iframe {
  display: block;
  width: 100%;
  height: 238px;
  border: 0;
}

.contact-form--plugin .gform_wrapper,
.contact-form--plugin .gform-body,
.contact-form--plugin .gform_fields {
  margin: 0;
}

.thrive-empty-state {
  grid-column: 1 / -1;
  margin: 0;
  color: var(--color-copy);
  text-align: center;
}

/* Process page */
.page-heading--process {
  margin-top: 40px;
}

.process {
  display: grid;
  width: min(390px, calc(100% - 48px));
  margin: 48px auto 0;
  gap: 58px;
}

.process-step {
  position: relative;
  display: grid;
  justify-items: center;
  text-align: center;
}

.process-step__icon {
  display: inline-flex;
  width: 120px;
  height: 120px;
  align-items: center;
  justify-content: center;
  border: 1px solid #e1e3e7;
  border-radius: 50%;
  background: var(--color-surface);
}

.process-step__icon svg,
.process-step__icon img {
  width: 50px;
  height: 50px;
  stroke-width: 1.35;
  object-fit: contain;
}

.process-step__number {
  display: inline-flex;
  width: 29px;
  height: 29px;
  align-items: center;
  justify-content: center;
  margin-top: -14px;
  border-radius: 50%;
  background: var(--color-olive);
  color: #fff;
  font-size: 14px;
  font-weight: 800;
}

.process-step h2 {
  margin: 14px 0 0;
  font-size: 23px;
  font-weight: 800;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.process-step p {
  max-width: 340px;
  margin: 12px auto 0;
  color: var(--color-copy);
  font-size: 15px;
  line-height: 1.5;
}

.process-step__desktop-copy {
  display: none;
}

.journey-cta {
  width: min(390px, calc(100% - 48px));
  margin: 48px auto 40px;
  padding: 0;
  border-radius: 23px;
  background: var(--color-olive);
  color: #fff;
}

.journey-cta__inner {
  position: relative;
  min-height: 206px;
  padding: 34px 40px 32px;
  overflow: hidden;
}

.journey-cta h2 {
  max-width: 255px;
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: 2.1rem;
  font-weight: 500;
  line-height: 0.94;
  letter-spacing: -0.025em;
}

.journey-cta h2 span {
  display: none;
}

.journey-cta__button {
  width: 100%;
  min-height: 46px;
  margin-top: 26px;
  padding: 13px 18px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
}

.journey-cta__leaf {
  display: none;
}

@media (min-width: 900px) {
  .page-heading {
    width: min(1440px, calc(100% - 160px));
  }

  .page-heading--contact {
    margin-top: 105px;
  }

  .page-heading--process {
    margin-top: 102px;
  }

  .page-heading h1 {
    font-size: 4.25rem;
  }

  .page-heading p {
    margin-top: 18px;
    font-size: 19px;
  }

  .contact-layout {
    grid-template-columns: minmax(330px, 0.85fr) minmax(520px, 1.15fr);
    align-items: center;
    width: min(1180px, calc(100% - 160px));
    margin-top: 76px;
    gap: 90px;
  }

  .contact-details {
    gap: 42px;
  }

  .contact-detail {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 20px;
    padding: 0;
    border: 0;
    border-radius: 0;
    background: transparent;
  }

  .contact-detail svg {
    width: 25px;
    height: 25px;
    color: #525252;
    stroke-width: 1.7;
  }

  .contact-detail h2 {
    font-size: 17px;
  }

  .contact-detail p {
    margin-top: 7px;
    font-size: 16px;
  }

  .contact-detail--hours {
    display: grid;
  }

  .contact-form {
    gap: 22px;
    padding: 42px 46px;
    border: 0;
    border-radius: 22px;
    box-shadow: var(--shadow-soft);
  }

  .form-field label {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
  }

  .form-field input {
    height: 48px;
  }

  .form-field textarea {
    min-height: 148px;
  }

  .form-field--phone {
    display: grid;
  }

  .contact-form__submit {
    min-height: 50px;
  }

  .contact-map {
    width: 100%;
    margin: 92px 0 0;
    border-radius: 0;
  }

  .contact-map img {
    height: 500px;
    object-fit: cover;
  }

  .contact-map iframe {
    height: 500px;
  }

.page-contact .site-footer {
  margin-top: 0;
}

.legal-page {
  min-height: 62vh;
  padding: 96px 24px;
  background: var(--color-bg);
}

.legal-page__inner {
  width: min(760px, 100%);
  margin: 0 auto;
}

.legal-page__eyebrow {
  margin: 0 0 16px;
  color: var(--color-olive);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.legal-page h1 {
  margin: 0;
  font-family: "Cormorant Garamond", serif;
  font-size: clamp(3rem, 7vw, 5.4rem);
  font-weight: 500;
  letter-spacing: -0.04em;
  line-height: 0.94;
}

.legal-page__content {
  margin-top: 44px;
  color: var(--color-muted);
  font-size: 17px;
  line-height: 1.75;
}

.legal-page__content h2 {
  margin: 42px 0 12px;
  color: var(--color-text);
  font-size: 21px;
  line-height: 1.25;
}

.legal-page__content p,
.legal-page__content ul {
  margin: 0 0 18px;
}

.legal-page__content a {
  color: var(--color-olive);
  text-decoration: underline;
  text-underline-offset: 3px;
}

  .process {
    position: relative;
    grid-template-columns: repeat(auto-fit, minmax(170px, 1fr));
    width: min(1280px, calc(100% - 160px));
    margin-top: 100px;
    gap: 40px;
  }

  .process::before {
    position: absolute;
    top: 77px;
    right: 10%;
    left: 10%;
    border-top: 1px dashed #e5e4e1;
    content: "";
  }

  .process-step {
    z-index: 1;
  }

  .process-step__icon {
    width: 160px;
    height: 160px;
  }

  .process-step__icon svg,
  .process-step__icon img {
    width: 60px;
    height: 60px;
  }

  .process-step__number {
    width: 33px;
    height: 33px;
    margin-top: -17px;
  }

  .process-step h2 {
    margin-top: 17px;
    font-size: 24px;
  }

  .process-step p {
    max-width: 250px;
    margin-top: 14px;
    font-size: 16px;
  }

  .process-step__desktop-copy {
    display: inline;
  }

  .process-step__mobile-copy {
    display: none;
  }

  .journey-cta {
    width: 100%;
    margin: 118px 0 0;
    border-radius: 0;
  }

  .journey-cta__inner {
    width: min(1440px, calc(100% - 160px));
    min-height: 462px;
    margin: 0 auto;
    padding: 145px 0 100px;
  }

  .journey-cta h2 {
    max-width: 720px;
    font-size: 3.55rem;
    line-height: 0.94;
  }

  .journey-cta h2 span {
    display: inline;
  }

  .journey-cta__button {
    width: auto;
    min-width: 210px;
    margin-top: 32px;
    border: 0;
    background: #fff;
    color: var(--color-olive-deep);
  }

  .journey-cta__leaf {
    position: absolute;
    top: 96px;
    right: 10%;
    display: block;
    width: 220px;
    height: 220px;
    color: rgba(255, 255, 255, 0.15);
    stroke-width: 0.7;
  }
}
