@font-face { font-family: Raleway; src: url('/static/fonts/raleway-600.woff2') format('woff2'); font-style: normal; font-weight: 600; font-display: swap; }
@font-face { font-family: Raleway; src: url('/static/fonts/raleway-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }
@font-face { font-family: Raleway; src: url('/static/fonts/raleway-800.woff2') format('woff2'); font-style: normal; font-weight: 800; font-display: swap; }
@font-face { font-family: Poppins; src: url('/static/fonts/poppins-400.woff2') format('woff2'); font-style: normal; font-weight: 400; font-display: swap; }
@font-face { font-family: Poppins; src: url('/static/fonts/poppins-700.woff2') format('woff2'); font-style: normal; font-weight: 700; font-display: swap; }

:root {
  --navy: #002438;
  --forest: #29624f;
  --mint: #96cead;
  --pale: #e5f3dc;
  --bright: #b3e8c8;
  --gutter: 2vw;
  --page-width: 1400px;
  color: var(--navy);
  background: #fff;
  font-family: Poppins, sans-serif;
  font-size: 17px;
  font-synthesis: style;
  line-height: 1.8;
  -webkit-text-size-adjust: 100%;
}
* { box-sizing: border-box; }
body { margin: 0; }
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-underline-offset: .18em; }
a:hover { text-decoration-thickness: 2px; }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
button, input, select, textarea { max-width: 100%; }
button:disabled { cursor: wait; opacity: .65; }
::selection { color: var(--navy); background: var(--mint); }
:focus-visible { outline: 3px solid currentColor; outline-offset: 5px; }
h1, h2, h3, h4 { margin: 0 0 .65em; font-family: Raleway, sans-serif; font-weight: 600; letter-spacing: -.01em; text-wrap: pretty; }
h1 { font-size: clamp(2.5rem, calc(3.36vw + 1rem), 3.8rem); line-height: 1.16; }
h2 { font-size: clamp(2.1rem, calc(2.64vw + 1rem), 3.2rem); line-height: 1.19; }
h3, .h3 { font-size: clamp(1.7rem, calc(1.56vw + 1rem), 2.3rem); line-height: 1.24; }
p { margin: 0 0 1.2em; }
p:last-child { margin-bottom: 0; }
ul { padding-left: 1.55em; margin: 0 0 1.3em; }
li { padding-left: .15em; margin-bottom: .35em; }
strong { font-weight: 700; }
u { text-decoration-color: var(--mint); text-decoration-thickness: .1em; text-underline-offset: .12em; }
.container { width: min(var(--page-width), calc(100% - 2 * var(--gutter))); margin-inline: auto; }
.section { padding-block: clamp(54px, 4.2vw, 80px); }
.large { font-size: clamp(1.08rem, calc(.36vw + 1rem), 1.3rem); }
.eyebrow { font-family: Poppins, sans-serif; font-weight: 700; font-size: .9rem; text-transform: uppercase; margin-bottom: 2em; letter-spacing: 0; }
.sec-dark, .theme-dark { background: var(--forest); color: white; }
.sec-dark h2, .sec-dark h3, .theme-dark h2 { color: var(--mint); }
.sec-light, .theme-light { background: var(--pale); }
.theme-black { background: var(--navy); color: #fff; }
.theme-white { background: #fff; }
.theme-white h2 { color: var(--forest); }
.split-grid { display: grid; grid-template-columns: 5fr 6fr; gap: 8%; align-items: center; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 70px; width: fit-content; min-width: min(337px, 100%); max-width: 100%; padding: 1rem 1.7rem; border: 1px solid #96cead80; border-radius: 999px; color: #fff; background: var(--navy) linear-gradient(-45deg, transparent, var(--forest), transparent); background-size: 400%; text-decoration: none; text-align: center; font: 700 1.1rem/1.2 Raleway, sans-serif; letter-spacing: .1em; text-transform: uppercase; transition: transform .2s, background-position .2s; animation: button-tide 8s ease infinite; }
.btn:hover { transform: scale(1.035); }
.btn:active { transform: scale(.98); }
@keyframes button-tide { 0%, 100% { background-position: 0 50%; } 50% { background-position: 100% 50%; } }
.skip-link { position: fixed; z-index: 100; top: 20px; left: 20px; padding: 12px 20px; background: var(--pale); transform: translateY(-200%); }
.skip-link:focus { transform: none; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip-path: inset(50%); white-space: nowrap; border: 0; }

/* The header overlays the hero; interior pages retain the same navy backdrop. */
.site-header { position: relative; z-index: 10; min-height: 146px; padding: 0 var(--gutter); display: flex; justify-content: space-between; align-items: center; gap: 3vw; border-top: 16px solid var(--mint); background: var(--navy); color: #fff; }
.home .site-header { position: absolute; inset: 0 0 auto; background: linear-gradient(#002438e6, #00243800); }
.brand { width: 265px; flex-shrink: 0; margin-top: -14px; }
.brand img { width: 100%; }
.desktop-nav { display: flex; align-items: center; gap: 2.7vw; flex: 1; padding-left: 44px; transform: translateY(-14px); }
.desktop-nav > .social-links { margin-left: auto; }
.nav-group { position: relative; }
.nav-group > summary { list-style: none; font: 800 clamp(.8rem, 1.3vw, 1.1rem)/1.9 Raleway, sans-serif; letter-spacing: .05em; text-transform: uppercase; text-decoration: none; white-space: nowrap; }
summary::-webkit-details-marker { display: none; }
.nav-group summary:hover, .nav-group[open] > summary { color: var(--mint); }
.dropdown { position: absolute; top: calc(100% + 12px); left: -1rem; width: max-content; max-width: 360px; background: var(--navy); border: 1px solid #96cead50; border-radius: .35em; padding: .6rem 1rem; box-shadow: 0 10px 30px #00243825; }
.dropdown a { display: block; padding: .6rem 0; text-decoration: none; font: 600 .95rem/1.5 Raleway, sans-serif; }
.dropdown a:hover, .dropdown a[aria-current] { color: var(--mint); text-decoration: underline; }
.desktop-nav .nav-group:nth-of-type(3) .dropdown { left: auto; right: 0; }
.social-links { display: flex; align-items: center; gap: 24px; }
.social-links a { display: grid; place-items: center; width: 47px; height: 47px; border: 2px solid currentColor; border-radius: 50%; }
.social-links a:hover { color: var(--mint); }
.social-links svg { width: 30px; height: 30px; }
.mobile-menu { display: none; }

.home-hero { background: linear-gradient(#29624f26, #29624f26), url('/img/hero-bg.png') 46% 9% / cover; border-bottom: 15px solid var(--mint); }
.hero-stage { position: relative; height: min(64.7vw, 1000px); min-height: 650px; max-width: 1600px; margin: auto; }
.hero-panel { position: absolute; left: 29%; right: 10%; bottom: 0; height: 50.7%; border-radius: 30px 30px 0 30px; background: #29624fb0; box-shadow: 1px -1px 2px #96cead80; }
.hero-portrait { position: absolute; left: 2%; bottom: 0; width: 43%; height: 84%; object-fit: contain; object-position: bottom; z-index: 1; }
.hero-copy { position: absolute; left: 46.35%; right: 14%; top: 57.5%; color: #fff; }
.hero-copy h1 { font-size: clamp(30px, 3.75vw, 60px); font-weight: 700; line-height: 1.03; color: var(--pale); margin-bottom: 1em; letter-spacing: -.015em; }
.hero-copy h1 span { display: block; white-space: nowrap; }
.hero-copy h1 span + span { font-size: 1.0685em; }
.hero-description { margin-left: 20.4%; width: 79.6%; font-size: 17px; line-height: 1.8; }
.hero-description p { margin-bottom: 1em; }
.intro-grid { display: grid; grid-template-columns: 40% 54%; column-gap: 6%; }
.intro-statement { grid-row: span 2; padding-right: 14%; }
.intro-statement h2 { color: var(--forest); font-size: clamp(1.35rem, calc(.72vw + 1rem), 1.6rem); line-height: 1.28; margin-bottom: 1.1em; }
.intro-body ul { font-size: .95rem; }
.intro-button { margin-top: 38px; }
.landscape-statement { display: grid; place-items: center; padding: 90px 0; min-height: 369px; border-bottom: 6px solid var(--mint); color: #fff; text-align: center; background: linear-gradient(#00243855, #00243855), url('/img/colombia-misty.png') 55% 26% / cover; }
.landscape-statement h2 { font-size: clamp(1.65rem, 2.72vw, 2.3rem); line-height: 1.25; margin: 0; }
.approach { padding-block: clamp(85px, 12vw, 172px) clamp(65px, 6vw, 90px); }
.approach .split-grid { grid-template-columns: 42% 50%; gap: 8%; }
.approach-image { width: 100%; height: 565px; object-fit: cover; }
.approach-copy .btn { margin-top: 42px; }
.services { padding-top: 44px; padding-bottom: 86px; }
.services-grid { display: grid; grid-template-columns: 42% 50%; column-gap: 8%; align-items: start; }
.services-heading { max-width: 560px; }
.services-button { margin-top: 40px; min-width: min(395px, 100%); }
.accordion { grid-column: 2; grid-row: span 2; }
.accordion details { border: 1px solid #fafafa; border-radius: 15px; margin-bottom: 13px; overflow: hidden; }
.accordion summary { display: flex; justify-content: space-between; gap: 20px; padding: 27px 30px; list-style: none; color: var(--mint); font: 600 clamp(1.15rem, 1.9vw, 1.6rem)/1.3 Raleway, sans-serif; }
.accordion summary::after { content: '+'; font-family: sans-serif; font-size: 22px; font-weight: 400; }
.accordion details[open] summary::after { content: '-'; }
.accordion details > div { padding: 0 30px 25px; }
.accordion details > div > :last-child { margin-bottom: 0; }
.feature-split { display: grid; grid-template-columns: 1fr 1fr; }
.feature-split > img { height: 100%; width: 100%; min-height: 650px; object-fit: cover; }
.feature-copy { padding: 78px max(8vw, calc((100vw - 1200px) / 2)) 78px 8.8vw; }
.feature-copy .btn { margin-top: 35px; }
.healing-feature { min-height: min(55.8vw, 850px); }
.healing-feature > img { object-position: 51% 72%; }
.healing-feature .feature-copy { padding-top: 84px; padding-left: 8.8%; padding-right: 20%; }
.healing-feature .btn { min-width: min(395px, 100%); }
.nomads-feature { min-height: min(61.45vw, 930px); }
.nomads-feature .feature-copy { padding-left: max(var(--gutter), calc((100vw - 1400px) / 2)); padding-right: 17%; }
.nomads-feature .eyebrow { margin-bottom: 40px; }
.land-ack { padding-block: 100px; }
.land-ack .split-grid { grid-template-columns: 43% 53%; gap: 4%; }
.land-ack h2 { color: #fff; margin-bottom: 0; }
.grow-together { border-block: 18px solid var(--bright); background: linear-gradient(#96ceadc2, #96ceadc2), url('/img/colombia.png') 49% 3% / cover; color: #061b13; padding-block: 70px; }
.grow-grid { display: grid; grid-template-columns: 54% 41%; gap: 5%; align-items: center; }
.grow-grid .btn { margin-top: 15px; }
.circled { position: relative; white-space: nowrap; }
.circled::before { content: ''; position: absolute; inset: -.05em -.14em -.1em; border: .09em solid var(--pale); border-radius: 50%; transform: rotate(-8deg); pointer-events: none; }
.newsletter { text-align: right; }
.newsletter > p { font-size: .95rem; }
.newsletter-fields { display: flex; align-items: stretch; gap: 10px; margin-top: 36px; }
.newsletter-fields input { min-width: 0; flex: 1; margin: 0; border: 0; }
.newsletter-fields .btn { min-width: 150px; margin: 0; }
.privacy-note { font-size: .75rem; margin-top: 24px; }
.footer-main { background: linear-gradient(#00243830, #00243830), url('/img/footer-tint.png') center / cover, var(--navy); color: white; padding-block: 65px 40px; }
.footer-grid { display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: center; gap: 35px; }
.footer-explore h2 { color: var(--mint); }
.footer-explore nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-grid > .social-links { justify-self: center; }
.footer-logo { width: 100%; max-width: 440px; }
.copyright { grid-column: 1 / 3; font-size: 12px; margin: 15px 0 0; }
.copyright span { margin-inline: 5px; }

/* Interior pages reuse the reference's generous split-image sections. */
.detail-hero { padding-block: 85px; }
.detail-hero-grid { display: grid; align-items: center; gap: 7%; }
.detail-hero.has-image .detail-hero-grid { grid-template-columns: 1.1fr 1fr; }
.detail-hero-copy { max-width: 1080px; }
.detail-hero h1 { white-space: pre-line; }
.detail-hero img { width: 100%; height: min(48vw, 650px); object-fit: cover; }
.detail-hero.image-left img { grid-column: 1; grid-row: 1; }
.detail-hero.image-left .detail-hero-copy { grid-column: 2; }
.detail-hero.image-center { position: relative; background: var(--navy); }
.detail-hero.image-center .detail-hero-grid { min-height: 500px; }
.detail-hero.image-center img { position: absolute; inset: 0; width: 100%; height: 100%; opacity: .45; }
.detail-hero.image-center .detail-hero-copy { position: relative; z-index: 1; }
.page-meet-april img { object-fit: contain; object-position: bottom; }
.page-astro-yoga img { object-fit: contain; }
.page-astro-yoga h1 { font-size: clamp(2.1rem, calc(2.64vw + 1rem), 3.2rem); }
.page-astro-yoga .large { font-size: 1rem; }
.page-astro-yoga .large p:first-child { font: 600 1.6rem/1.3 Raleway, sans-serif; }
.kind-yoga-pillars { background-color: var(--pale); background-image: radial-gradient(ellipse at 55% 0%, #f8fff1, transparent 65%), radial-gradient(circle at 18px 40px, #fff9 2px, transparent 4px), radial-gradient(circle at 110px 90px, #fff9 3px, transparent 6px), radial-gradient(circle at 65px 180px, #fffa 1px, transparent 3px); background-size: 100% 100%, 179px 233px, 307px 317px, 127px 163px; }
.kind-yoga-pillars > .reading-width, .kind-text-split > .reading-width { max-width: var(--page-width); }
.kind-yoga-pillars .section-copy > h2 { max-width: none; text-align: center; margin-bottom: 80px; }
.yoga-pillars { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 9%; }
.yoga-pillars img { width: 100%; max-width: 300px; height: 260px; margin: 0 auto 35px; object-fit: contain; mix-blend-mode: multiply; }
.yoga-pillars h3 { text-align: center; font-size: 1.6rem; margin-bottom: 35px; }
.detail-section.kind-yoga-sessions { padding-block: 0; }
.detail-section.kind-yoga-sessions > .split-grid { width: 100%; max-width: none; gap: 0; align-items: stretch; }
.kind-yoga-sessions .section-image { height: 100%; max-height: none; object-position: 65% center; }
.kind-yoga-sessions .section-copy { padding: 65px 12% 80px max(var(--gutter), calc((100vw - 1400px) / 2)); }
.kind-yoga-sessions .eyebrow { text-transform: none; }
.kind-yoga-sessions h2 { color: var(--navy); max-width: 500px; }
.kind-text-split .section-copy { display: grid; grid-template-columns: 1fr 1fr; grid-template-rows: auto 1fr; column-gap: 7%; align-content: center; }
.kind-text-split h2 { grid-column: 1; }
.kind-text-split .prose { grid-column: 2; grid-row: 1 / span 2; }
.kind-text-split .section-copy > .btn { grid-column: 1; align-self: start; margin-top: 15px; }
.detail-section { padding-block: 95px; }
.detail-section .split-grid { grid-template-columns: 1fr 1fr; gap: 7%; align-items: start; }
.section-image { width: 100%; max-height: 800px; object-fit: cover; }
.image-right > .section-image { grid-column: 2; grid-row: 1; }
.image-right > .section-copy { grid-column: 1; grid-row: 1; }
.reading-width { max-width: 960px; }
.reading-width .section-copy h2 { max-width: 880px; }
.detail-list { margin-block: 30px; }
.detail-list li { margin-bottom: 16px; }
.section-copy > .btn { margin-top: 30px; }
.gallery { display: grid; grid-template-columns: repeat(auto-fit, minmax(min(100%, 280px), 1fr)); gap: 25px; margin-top: 50px; }
.gallery img { width: 100%; height: auto; max-height: 700px; object-fit: contain; }
.prose blockquote, .post-body blockquote { margin: 2em 0; padding: .5em 0 .5em 1.5em; border-left: 3px solid var(--mint); font-size: 1.15em; }
.page-hero { padding-block: 100px; background: var(--pale); }
.page-hero p { max-width: 800px; }
.blog-hero { min-height: 470px; color: #fff; background: linear-gradient(#00243860, #00243880), url('/img/blog-hero-bg.png') center / cover; }
.blog-hero .eyebrow { color: var(--pale); }
.blog-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 70px 35px; }
.post-card > a { display: block; text-decoration: none; }
.post-card-media { overflow: hidden; aspect-ratio: 1.4; background: var(--pale); }
.post-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.post-card a:hover img { transform: scale(1.03); }
.post-card-body { padding-top: 25px; }
.post-card-date { display: block; font-size: .85rem; margin-bottom: 16px; }
.post-card h3 { font-size: clamp(1.35rem, 2.2vw, 1.85rem); }
.post-card-body p { font-size: .95rem; }
.post-card-link { text-decoration: underline; text-underline-offset: 5px; }
.project-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 65px 45px; }
.project-card-media { position: relative; }
.project-card-media img { width: 100%; aspect-ratio: 1.5; object-fit: cover; }
.project-status { position: absolute; left: 20px; bottom: 20px; padding: 5px 15px; background: var(--pale); font-size: .8rem; }
.project-card-body { padding-top: 30px; }
.project-card-body .eyebrow { margin-bottom: 16px; }
.post-header { padding: 80px 0 55px; text-align: center; }
.post-header h1 { max-width: 1050px; margin-inline: auto; }
.post-cover { width: min(1200px, 96%); margin: 0 auto; }
.post-cover img { width: 100%; max-height: 700px; object-fit: cover; }
.post-body { max-width: 820px; padding-block: 70px; overflow-wrap: anywhere; }
.post-body h2, .post-body h3 { margin-top: 1.6em; }
.post-body img { margin: 2em auto; }
.video-embed { position: relative; width: 100%; aspect-ratio: 16 / 9; margin-block: 2em; }
.video-embed iframe { width: 100%; height: 100%; border: 0; }
.related h2 { margin-bottom: 50px; }
.contact-section { padding-block: 95px; }
.contact-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 8%; align-items: start; }
.contact-layout h1 { font-size: clamp(2.2rem, 3.6vw, 3.3rem); }
.contact-form { text-align: left; }
.contact-form label { display: block; margin-bottom: 9px; }
.contact-form label span { font-size: .8rem; opacity: .8; }
input, select, textarea { display: block; width: 100%; padding: 16px; background: #fff; color: var(--navy); border: 1px solid #00243855; border-radius: 0; margin: 0 0 24px; font-size: 16px; }
textarea { resize: vertical; min-height: 180px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.form-note { font-size: .8rem; overflow-wrap: anywhere; }
.form-status:empty { display: none; }
.form-status:not(:empty) { padding: 15px; background: var(--pale); color: var(--navy); border-left: 3px solid var(--forest); margin-block: 20px; }
.form-success { padding: 35px; border: 1px solid currentColor; border-radius: 15px; text-align: left; overflow-wrap: anywhere; }
.form-success h2 { color: inherit; }
.text-link { overflow-wrap: anywhere; }

@media (min-width: 1600px) {
  .site-header { padding-inline: max(2vw, calc((100vw - 1500px) / 2)); }
  .hero-copy h1 { font-size: 60px; }
}
@media (max-width: 1250px) {
  .brand { width: 210px; }
  .desktop-nav { gap: 1.7vw; padding-left: 15px; }
  .desktop-nav .social-links { gap: 12px; }
  .desktop-nav .social-links a { width: 38px; height: 38px; }
  .hero-stage { min-height: 630px; }
  .hero-copy { top: 55%; }
  .hero-copy h1 { font-size: 3.75vw; }
  .hero-description { margin-left: 10%; width: 90%; }
  .feature-copy, .healing-feature .feature-copy { padding: 60px 8%; }
  .approach-image { height: 500px; }
  .newsletter-fields { flex-wrap: wrap; }
  .newsletter-fields input { flex-basis: 100%; }
  .newsletter-fields .btn { margin-left: auto; }
}
@media (max-width: 1000px) {
  .desktop-nav { display: none; }
  .site-header { justify-content: center; min-height: 140px; }
  .brand { width: 205px; margin: 0; }
  .mobile-menu { display: block; position: absolute; right: 6vw; top: 43px; }
  .mobile-menu > summary { display: grid; place-items: center; list-style: none; width: 44px; height: 44px; color: var(--mint); }
  .mobile-menu > summary span { display: none; }
  .mobile-menu > summary::before { content: ''; width: 26px; height: 30px; background: currentColor; -webkit-mask: url('/img/menu-open.svg') center / contain no-repeat; mask: url('/img/menu-open.svg') center / contain no-repeat; }
  .mobile-menu[open] { position: fixed; inset: 0; height: 100dvh; background: var(--pale); }
  .mobile-menu[open] > summary { position: absolute; z-index: 2; top: 59px; right: 6vw; color: var(--forest); }
  .mobile-menu[open] > summary::before { -webkit-mask-image: url('/img/menu-close.svg'); mask-image: url('/img/menu-close.svg'); }
  .mobile-menu > nav { display: none; }
  .mobile-menu[open] > nav { position: absolute; inset: 150px 0 0; display: flex; flex-direction: column; overflow-y: auto; overscroll-behavior: contain; padding: clamp(30px, 18dvh, 150px) 6vw max(30px, env(safe-area-inset-bottom)); background: var(--bright); color: var(--navy); }
  .mobile-menu .nav-group { flex-shrink: 0; }
  .mobile-menu .nav-group > summary { font-size: clamp(20px, 6.375vmin, 26px); line-height: 1.3; white-space: normal; padding: 12px 0; }
  .mobile-menu .nav-group > summary::after { content: '+'; float: right; margin-left: 12px; }
  .mobile-menu .nav-group[open] > summary::after { content: '-'; }
  .mobile-menu .nav-group summary:hover, .mobile-menu .nav-group[open] > summary { color: var(--forest); }
  .mobile-menu .dropdown { position: static; width: auto; max-width: none; padding: 0 15px 20px; background: none; border: 0; box-shadow: none; }
  .mobile-menu .dropdown a { font-size: 1.1rem; }
  .mobile-menu .dropdown a:hover { color: var(--forest); }
  .mobile-menu .social-links { flex-shrink: 0; margin-top: auto; padding-top: 40px; }
  .mobile-menu .social-links { --social-bg: var(--bright); }
  .site-header:has(.mobile-menu[open]) .brand { position: fixed; z-index: 1; top: 28px; left: 50%; transform: translateX(-50%); }
  /* Keep the page in place, but out of the tab order behind the full-screen menu. */
  html:has(.mobile-menu[open]), body:has(.mobile-menu[open]) { overflow: hidden; }
  body:has(.mobile-menu[open]) > :is(main, footer, .skip-link) { visibility: hidden; }
  .hero-copy { right: 9%; left: 45%; }
  .hero-panel { right: 5%; }
  .hero-copy h1 { font-size: 4.25vw; }
  .hero-portrait { width: 44%; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid { grid-template-columns: 1fr .6fr 1fr; }
  .feature-split > img { min-height: 600px; }
  .approach .split-grid { gap: 6%; grid-template-columns: 42% 52%; }
  .accordion summary { padding: 22px; font-size: 1.2rem; color: var(--bright); }
  .contact-layout { gap: 5%; }
}
@media (max-width: 767px) {
  :root { --gutter: 6vw; font-size: 16px; }
  h1 { font-size: clamp(2.15rem, 8vw, 3rem); }
  h2 { font-size: clamp(1.9rem, 7.5vw, 2.6rem); }
  h3, .h3 { font-size: clamp(1.6rem, 6.2vw, 2rem); }
  .large { font-size: 1.1rem; }
  .section { padding-block: 48px; }
  .eyebrow { font-size: .8rem; margin-bottom: 24px; }
  .btn { min-height: 56px; font-size: .95rem; min-width: min(337px, 100%); padding: 1rem 1.5rem; }
  .home-hero { border-bottom-width: 12px; }
  .hero-stage { height: auto; min-height: 0; padding-top: 157px; display: flex; flex-direction: column; }
  .hero-panel { top: 153px; left: 0; right: 0; height: auto; bottom: 18%; border-radius: 0; box-shadow: none; }
  .hero-copy { position: relative; inset: auto; padding: 30px 6vw 0; order: 0; z-index: 2; }
  .hero-copy h1 { font-size: clamp(25px, 7.15vw, 49px); line-height: 1.05; margin-bottom: 38px; letter-spacing: -.02em; }
  .hero-description { margin: 0; width: 100%; max-width: 500px; font-size: 16px; }
  .hero-description p { margin-bottom: 18px; }
  .hero-portrait { position: relative; inset: auto; order: 1; width: 100%; height: auto; max-height: 620px; object-fit: contain; margin: -6px auto 0; }
  .intro-grid { grid-template-columns: 1fr; }
  .intro-statement { grid-row: auto; padding: 0; }
  .intro-statement h2 { font-size: 1.35rem; }
  .intro-body { grid-row: 3; margin-top: 38px; }
  .intro-button { grid-row: 2; margin-top: 12px; width: 100%; }
  .intro-body ul { font-size: .9rem; }
  .landscape-statement { min-height: 300px; padding: 50px 0; background-position: center; }
  .landscape-statement h2 { font-size: 1.65rem; }
  .landscape-statement br { display: none; }
  .split-grid, .approach .split-grid, .services-grid, .land-ack .split-grid, .grow-grid, .detail-section .split-grid, .contact-layout { grid-template-columns: 1fr; gap: 35px; }
  .approach-image { height: auto; aspect-ratio: 1.05; object-fit: cover; }
  .approach-copy .btn { margin-top: 18px; width: 100%; }
  .services { padding-top: 20px; }
  .services-heading h2 { margin-bottom: 0; }
  .accordion { grid-column: 1; grid-row: auto; }
  .accordion summary { padding: 23px 20px; font-size: 1.2rem; }
  .accordion details > div { padding-inline: 20px; }
  .services-button { margin-top: 0; width: 100%; }
  .feature-split { grid-template-columns: 1fr; }
  .feature-split > img { min-height: 0; height: 400px; }
  .healing-feature > img { width: 88%; height: auto; aspect-ratio: 1.1; margin: 35px auto 0; }
  .feature-copy, .healing-feature .feature-copy, .nomads-feature .feature-copy { padding: 48px 6vw; }
  .nomads-feature > img { grid-row: 1; }
  .nomads-feature .eyebrow { margin-bottom: 24px; }
  .feature-copy .btn { width: 100%; margin-top: 22px; }
  .land-ack h2 { max-width: 500px; }
  .grow-together { border-block-width: 12px; }
  .grow-grid { gap: 50px; }
  .grow-grid .btn { width: 100%; }
  .newsletter { text-align: center; }
  .newsletter-fields { flex-direction: column; margin-top: 25px; }
  .newsletter-fields input { min-height: 60px; }
  .newsletter-fields .btn { width: fit-content; min-width: 150px; margin: 6px auto 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-grid > .social-links { justify-self: start; }
  .footer-logo { width: 75%; max-width: 350px; margin-block: 10px; }
  .copyright { grid-column: 1; line-height: 2; }
  .detail-hero { padding-block: 50px; }
  .detail-hero.has-image .detail-hero-grid { grid-template-columns: 1fr; gap: 35px; }
  .detail-hero img { height: auto; max-height: 550px; }
  .detail-hero.image-left img, .detail-hero.image-left .detail-hero-copy { grid-column: 1; grid-row: auto; }
  .detail-hero.image-center .detail-hero-grid { min-height: 430px; }
  .detail-hero.image-center img { height: 100%; max-height: none; }
  .yoga-pillars, .kind-text-split .section-copy { grid-template-columns: 1fr; gap: 40px; }
  .kind-yoga-pillars .section-copy > h2 { margin-bottom: 40px; }
  .yoga-pillars img { height: 210px; margin-bottom: 25px; }
  .yoga-pillars h3 { margin-bottom: 20px; }
  .kind-yoga-sessions > .split-grid { gap: 0; }
  .kind-yoga-sessions .section-image { height: 420px; }
  .kind-yoga-sessions .section-copy { padding: 48px 6vw; }
  .kind-text-split .prose { grid-column: 1; grid-row: auto; }
  .kind-text-split h2 { margin-bottom: 0; }
  .kind-text-split .section-copy > .btn { margin-top: 0; }
  .image-right > .section-image, .image-right > .section-copy { grid-column: 1; grid-row: auto; }
  .reading-width { width: 88%; }
  .page-hero { padding-block: 65px; }
  .blog-hero { min-height: 350px; }
  .blog-grid, .project-grid { grid-template-columns: 1fr; gap: 50px; }
  .post-card h3 { font-size: 1.7rem; }
  .post-header { padding-block: 50px 30px; }
  .post-body { padding-block: 40px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .form-success { padding: 24px; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
