:root {
  --bg: #f3f3f3;
  --paper: #f8f8f6;
  --ink: #202020;
  --muted: #66615c;
  --sage: #2e543f;
  --sage-dark: #173125;
  --sage-soft: #e2e9e4;
  --bone: #f3f3f3;
  --line: #c6c6c6;
  --dark: #070807;
  --gold: #a8764b;
  --font-sans: "Inter", system-ui, sans-serif;
  --font-serif: "Cormorant Garamond", Georgia, serif;
  --font-mono: "JetBrains Mono", ui-monospace, monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
  font-family: var(--font-sans);
  font-size: 16px;
  line-height: 1.6;
}

body.home,
body.front-page,
body.page-template-default {
  overflow-x: hidden;
}

body.nav-is-open {
  overflow: hidden;
}

a { color: inherit; text-decoration: none; }
img, svg { display: block; max-width: 100%; }
svg { width: 1.2em; height: 1.2em; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; }

.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: var(--ink);
  color: white;
  padding: .75rem 1rem;
  z-index: 100;
}
.skip-link:focus { left: 0; }

.container {
  width: min(1120px, calc(100% - 32px));
  margin: 0 auto;
}
.narrow { width: min(760px, calc(100% - 32px)); }
.center { text-align: center; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(253, 252, 248, .94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(10px);
}
.header-inner {
  min-height: 70px;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  align-items: center;
  gap: 1rem;
}
.site-brand {
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: .55rem;
  font-family: var(--font-serif);
  font-weight: 700;
}
.site-brand-mark {
  color: var(--sage);
}
.custom-logo {
  width: auto;
  max-height: 46px;
}
.primary-nav {
  justify-self: center;
}
.mobile-nav-head,
.nav-backdrop {
  display: none;
}
.menu,
.footer-menu {
  list-style: none;
  padding: 0;
  margin: 0;
}
.menu {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  font-family: var(--font-mono);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
  color: rgba(44, 44, 44, .72);
}
.menu a:hover { color: var(--sage); }
.header-cta {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: .75rem 1rem;
  border: 1px solid var(--sage);
  background: var(--sage);
  color: white;
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
  transition: background .2s ease, border-color .2s ease, color .2s ease;
}
.header-cta:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  color: white;
}
.mobile-menu-cta {
  display: none;
}
.cart-link,
.nav-toggle {
  width: 42px;
  height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  background: transparent;
  color: var(--ink);
}
.cart-link {
  position: relative;
}
.cart-link span {
  position: absolute;
  right: -6px;
  top: -6px;
  min-width: 18px;
  height: 18px;
  display: grid;
  place-items: center;
  border-radius: 99px;
  background: var(--sage);
  color: white;
  font-size: .7rem;
}
.nav-toggle {
  display: none;
  position: relative;
  z-index: 80;
}

.nav-is-open .nav-toggle {
  opacity: 0;
  pointer-events: none;
}

.nav-toggle svg,
.mobile-nav-close svg {
  width: 20px;
  height: 20px;
  transition: transform .2s ease;
}
.nav-toggle:hover svg,
.mobile-nav-close:hover svg {
  transform: scale(1.06);
}

.section {
  padding: 68px 0;
}
.full-width-page,
.site-main,
.site-main > .section,
.wp-block-acf-delaplante-hero,
.wp-block-acf-delaplante-section-intro,
.wp-block-acf-delaplante-treatment-grid,
.wp-block-acf-delaplante-featured-product,
.wp-block-acf-delaplante-about,
.wp-block-acf-delaplante-expert-profile,
.wp-block-acf-delaplante-article-grid,
.wp-block-acf-delaplante-press-grid,
.wp-block-acf-delaplante-gallery-grid,
.wp-block-acf-delaplante-testimonials,
.wp-block-acf-delaplante-contact-form,
.wp-block-acf-delaplante-newsletter,
.wp-block-acf-delaplante-workshops {
  width: 100%;
  max-width: none;
}

.entry-content > .section,
.full-width-page > .section,
.wp-block-acf-delaplante-hero > .section,
.wp-block-acf-delaplante-section-intro > .section,
.wp-block-acf-delaplante-treatment-grid > .section,
.wp-block-acf-delaplante-featured-product > .section,
.wp-block-acf-delaplante-about > .section,
.wp-block-acf-delaplante-expert-profile > .section,
.wp-block-acf-delaplante-article-grid > .section,
.wp-block-acf-delaplante-press-grid > .section,
.wp-block-acf-delaplante-gallery-grid > .section,
.wp-block-acf-delaplante-testimonials > .section,
.wp-block-acf-delaplante-contact-form > .section,
.wp-block-acf-delaplante-newsletter > .section,
.wp-block-acf-delaplante-workshops > .section {
  position: relative;
  left: 50%;
  width: 100vw;
  max-width: 100vw;
  margin-left: -50vw;
}

.hero {
  min-height: 52vh;
  position: relative;
  display: grid;
  place-items: center;
  background: var(--dark);
  color: var(--bone);
  overflow: hidden;
}
.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: var(--hero-image);
  background-size: cover;
  background-position: center;
  opacity: .44;
  filter: saturate(.75);
}
.hero-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,.32), rgba(0,0,0,.58));
}
.hero-content {
  position: relative;
  width: min(760px, calc(100% - 32px));
  text-align: center;
  padding: 46px 0;
}
.eyebrow {
  margin: 0 0 .8rem;
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .7rem;
  font-weight: 700;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.dark-section .eyebrow,
.hero .eyebrow,
.newsletter-section .eyebrow { color: var(--gold); }
h1, h2, h3 {
  margin: 0;
  font-family: var(--font-serif);
  line-height: 1.08;
}
h1 { font-size: clamp(2.35rem, 6vw, 4.9rem); }
h2 { font-size: clamp(1.9rem, 3.5vw, 3.25rem); }
h3 { font-size: 1.35rem; }

.dlp-wave-word,
.dlp-wave-letter {
  display: inline;
  opacity: 1;
  filter: none;
  transform: none;
  transition: none;
}
p { color: var(--muted); }
.hero p,
.dark-section p,
.newsletter-section p { color: rgba(250, 248, 243, .74); }

.button-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .75rem;
  margin-top: 1.6rem;
}
.btn,
button.button,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-height: 44px;
  padding: .85rem 1.2rem;
  border: 1px solid transparent;
  background: var(--sage);
  color: white;
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
  cursor: pointer;
}
.btn:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover { background: var(--sage-dark); color: white; }
.btn-outline {
  background: transparent;
  border-color: rgba(250, 248, 243, .32);
}
.btn-outline-dark {
  background: transparent;
  color: var(--ink);
  border-color: var(--line);
}
.btn-small {
  min-height: 34px;
  padding: .55rem .8rem;
  font-size: .62rem;
}
.btn-light {
  background: rgba(250, 248, 243, .12);
  border-color: rgba(250, 248, 243, .2);
}

.section-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 2.3rem;
}
.section-head > p {
  max-width: 420px;
  margin: 0;
}
.section-head.center {
  justify-content: center;
  text-align: center;
}

.card-grid {
  display: grid;
  gap: 1.2rem;
}
.card-grid.two { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.card-grid.three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.treatment-card,
.image-card,
.press-card,
.testimonial-card,
.article-card,
.form-shell,
.newsletter-form {
  border: 1px solid var(--line);
  background: var(--paper);
}
.treatment-card,
.press-card,
.testimonial-card {
  padding: 1.5rem;
}
.card-meta {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}
.treatment-card p { min-height: 5rem; }

.product-feature,
.soft-section { background: #e9e9e6; }
.product-grid,
.about-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: 2rem;
  align-items: center;
}
.product-image,
.product-panel,
.about-image {
  border: 1px solid var(--line);
  background: var(--paper);
}
.product-image {
  aspect-ratio: 4 / 5;
  overflow: hidden;
}
.product-image img,
.about-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-panel {
  padding: clamp(1.5rem, 4vw, 3rem);
}
.product-price {
  margin: 1.2rem 0;
  font-size: 1.2rem;
  font-weight: 700;
}

.expert-profile-section {
  background: var(--bg);
  border-top: 1px solid var(--line);
}

.founder-teaser-section {
  background: var(--bg);
}

.founder-teaser-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.12fr) minmax(260px, .88fr);
  gap: clamp(1.8rem, 5vw, 4rem);
  align-items: center;
}

.founder-teaser-visual {
  position: relative;
  min-height: clamp(360px, 42vw, 560px);
  overflow: hidden;
}

.founder-teaser-visual img {
  position: absolute;
  inset: auto 0 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  opacity: 1;
  transform: translateY(0);
  animation: founderSwap var(--founder-cycle, 6s) ease-in-out infinite;
}

.founder-teaser-visual img.is-secondary {
  opacity: 0;
  animation-delay: calc(var(--founder-cycle, 6s) / -2);
}

.founder-teaser-copy {
  max-width: 740px;
}

.founder-teaser-copy h2 {
  margin-bottom: 1rem;
  font-size: clamp(3rem, 6.2vw, 5.8rem);
}

.founder-teaser-text {
  display: grid;
  gap: 1rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.6vw, 1.24rem);
  line-height: 1.58;
}

.founder-teaser-text p {
  margin: 0;
}

.founder-teaser-copy .btn {
  margin-top: 1.45rem;
}

@keyframes founderSwap {
  0%, 42% {
    opacity: 1;
    transform: translateY(0);
  }
  50%, 92% {
    opacity: 0;
    transform: translateY(8px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .founder-teaser-visual img {
    animation: none;
  }
  .founder-teaser-visual img.is-secondary {
    display: none;
  }
}

.expert-profile-grid {
  display: grid;
  grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
}
.expert-profile-copy h2 {
  font-size: clamp(3.2rem, 6vw, 5.4rem);
}
.expert-profile-role {
  margin: .5rem 0 .6rem;
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  line-height: 1.6;
  text-transform: uppercase;
}
.expert-profile-meta {
  margin: 0 0 2.3rem;
  color: rgba(44, 44, 44, .6);
  font-family: var(--font-serif);
  font-size: 1.2rem;
  font-style: italic;
}
.expert-profile-bio {
  display: grid;
  gap: 1.35rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.4vw, 1.18rem);
  line-height: 1.75;
}
.expert-profile-bio p {
  margin: 0;
}
.expert-profile-quote {
  position: relative;
  margin: 2.4rem 0 0;
  padding: 1.8rem 2rem;
  border: 1px solid var(--line);
  background: var(--paper);
  color: var(--sage);
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-style: italic;
  font-weight: 600;
  line-height: 1.55;
  box-shadow: 0 10px 24px rgba(44, 44, 44, .04);
}
.expert-profile-quote::before {
  content: "“";
  position: absolute;
  top: -22px;
  left: 24px;
  width: 42px;
  height: 32px;
  display: grid;
  place-items: center;
  background: var(--bg);
  color: var(--line);
  font-size: 3.2rem;
  line-height: 1;
}
.expert-profile-quote p {
  margin: 0;
  color: inherit;
}
.expert-profile-side {
  display: grid;
  gap: 1.3rem;
}
.expert-profile-image {
  position: relative;
  margin: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  box-shadow: 18px 18px 0 #d8d8d5;
  overflow: hidden;
}
.expert-profile-image img {
  width: 100%;
  aspect-ratio: 16 / 6.6;
  object-fit: cover;
}
.expert-profile-image figcaption {
  position: absolute;
  left: 1.2rem;
  bottom: 1.2rem;
  min-width: 220px;
  padding: .75rem 1rem;
  background: rgba(28, 32, 30, .74);
  color: rgba(250, 248, 243, .72);
  font-family: var(--font-mono);
  font-size: .68rem;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.expert-profile-card {
  padding: clamp(1.5rem, 3vw, 2.2rem);
  border: 1px solid var(--line);
  background: var(--paper);
}
.expert-profile-card-head {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding-bottom: 1.7rem;
  border-bottom: 1px solid var(--line);
}
.expert-profile-initials {
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--sage);
  color: white;
  font-family: var(--font-serif);
  font-size: 1.4rem;
  font-weight: 700;
}
.expert-profile-card-head h3 {
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.expert-profile-card-head p,
.expert-profile-info span,
.expert-profile-contact span {
  margin: 0;
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .66rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.expert-profile-card-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
  padding: 1.7rem 0;
  border-bottom: 1px solid var(--line);
}
.expert-profile-info,
.expert-profile-contact {
  border: 1px solid var(--line);
  background: rgba(253, 252, 248, .72);
}
.expert-profile-info {
  padding: 1rem;
}
.expert-profile-info strong,
.expert-profile-contact strong {
  display: block;
  margin-top: .45rem;
  color: var(--ink);
  font-size: 1rem;
  line-height: 1.35;
}
.expert-profile-info p {
  margin: .25rem 0 0;
  color: var(--muted);
  font-size: .88rem;
}
.expert-profile-contact-list {
  display: grid;
  gap: .9rem;
  padding-top: 1rem;
}
.expert-profile-contact {
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: .95rem 1rem;
}
.expert-profile-contact-icon {
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  background: var(--sage-soft);
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .8rem;
  font-weight: 800;
  letter-spacing: 0;
}

.image-card { overflow: hidden; }
.image-card-media {
  display: block;
  background: var(--paper);
}
.image-card img,
.image-card-media img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
}
.image-card div { padding: 1rem; }
.article-read-more {
  display: inline-flex;
  align-items: center;
  margin-top: .8rem;
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.article-read-more::after {
  content: "→";
  margin-left: .45rem;
  transition: transform .2s ease;
}
.article-read-more:hover::after {
  transform: translateX(3px);
}
.blog-index-section {
  background: var(--bg);
}
.blog-index-container {
  width: min(1320px, calc(100% - 48px));
}
.blog-index-head {
  width: min(820px, 100%);
  margin: 0 auto 3rem;
  text-align: center;
}
.blog-index-head h1 {
  font-size: clamp(2.8rem, 5.8vw, 5.2rem);
}
.blog-index-head p,
.blog-index-intro {
  margin: 1rem auto 0;
  max-width: 680px;
  color: var(--muted);
  font-size: 1.05rem;
}
.blog-featured-card {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, .95fr);
  gap: 0;
  margin-bottom: 2rem;
  border: 1px solid var(--line);
  background: var(--paper);
}
.blog-featured-media {
  min-height: 420px;
  background: #e1e1de;
  display: grid;
  place-items: center;
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.blog-featured-media img {
  width: 100%;
  height: 100%;
  min-height: 420px;
  object-fit: cover;
}
.image-card-media:empty {
  aspect-ratio: 4 / 3;
  display: grid;
  place-items: center;
}
.image-card-media:empty::before {
  content: "Blog";
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}
.blog-featured-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.blog-featured-content span,
.blog-card span {
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.blog-featured-content h2 {
  margin-top: .8rem;
  font-size: clamp(1.85rem, 3.4vw, 3.15rem);
}
.blog-featured-content p {
  margin: 1rem 0 0;
  color: var(--muted);
  line-height: 1.7;
}
.blog-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.2rem;
}
.blog-card h2 {
  margin-top: .5rem;
  font-size: 1.28rem;
}
.blog-card p {
  color: var(--muted);
  line-height: 1.65;
}
.blog-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}
.nav-links {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: .5rem;
  margin-top: 2rem;
}
.page-numbers {
  text-decoration: none;
}
.nav-links a,
.nav-links span {
  min-width: 42px;
  min-height: 42px;
  display: inline-grid;
  place-items: center;
  border: 1px solid var(--line);
  padding: .55rem .75rem;
  color: var(--ink);
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 700;
}
.nav-links .current,
.nav-links a:hover {
  background: var(--sage);
  border-color: var(--sage);
  color: white;
}
.image-card span,
.press-card span,
.testimonial-card span {
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .12em;
}

.dark-section {
  background: var(--dark);
  color: var(--bone);
}

.wp-block-acf-delaplante-testimonials > .section,
.wp-block-acf-delaplante-testimonials .section,
.section.testimonials-section {
  background: var(--sage);
  color: var(--bone);
}

.wp-block-acf-delaplante-testimonials .section-head h2,
.section.testimonials-section .section-head h2 {
  color: var(--bone);
}

.wp-block-acf-delaplante-testimonials .eyebrow,
.section.testimonials-section .eyebrow {
  color: rgba(250, 248, 243, .74);
}

.press-card,
.testimonial-card {
  background: #101611;
  border-color: rgba(229, 226, 217, .14);
}
.testimonial-card {
  display: grid;
  gap: 1.2rem;
}

.wp-block-acf-delaplante-testimonials .testimonial-card,
.section.testimonials-section .testimonial-card {
  background: rgba(250, 248, 243, .96);
  border-color: rgba(250, 248, 243, .28);
  color: var(--ink);
}

.wp-block-acf-delaplante-testimonials .testimonial-card p,
.section.testimonials-section .testimonial-card p {
  color: var(--muted);
}

.wp-block-acf-delaplante-testimonials .testimonial-card strong,
.section.testimonials-section .testimonial-card strong {
  color: var(--ink);
}

.wp-block-acf-delaplante-testimonials .testimonial-card span,
.section.testimonials-section .testimonial-card span {
  color: var(--sage);
}

.stars {
  display: flex;
  gap: .1rem;
  color: var(--gold);
}
.stars svg {
  width: .95rem;
  height: .95rem;
  fill: currentColor;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.gallery-item {
  margin: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--paper);
}
.gallery-item img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  transition: transform .35s ease;
}
.gallery-item:hover img { transform: scale(1.04); }
.gallery-item figcaption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 1rem;
  background: linear-gradient(transparent, rgba(0, 0, 0, .68));
  color: white;
  font-size: .84rem;
}

.contact-section,
.newsletter-section {
  background: var(--bg);
}
.newsletter-section {
  background: var(--sage);
  color: var(--bone);
}
.form-shell,
.newsletter-form {
  margin-top: 2rem;
  padding: 1.4rem;
  text-align: left;
}
.newsletter-form {
  background: rgba(250, 248, 243, .1);
  border-color: rgba(250, 248, 243, .2);
}
input,
textarea,
select {
  width: 100%;
  border: 1px solid var(--line);
  background: #fbfbf9;
  color: var(--ink);
  padding: .85rem 1rem;
  font: inherit;
}
textarea { min-height: 130px; }

.fluentform,
.frm-fluent-form {
  color: var(--ink);
  font-family: var(--font-sans);
}
.fluentform .ff-el-group,
.frm-fluent-form .ff-el-group {
  margin-bottom: 1rem;
}
.fluentform .ff-el-input--label,
.frm-fluent-form .ff-el-input--label {
  margin-bottom: .4rem;
}
.fluentform label,
.frm-fluent-form label,
.fluentform .ff-el-input--label label,
.frm-fluent-form .ff-el-input--label label {
  color: rgba(44, 44, 44, .7);
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.45;
  text-transform: uppercase;
}
.fluentform .ff-el-form-control,
.frm-fluent-form .ff-el-form-control,
.fluentform input[type="text"],
.fluentform input[type="email"],
.fluentform input[type="tel"],
.fluentform input[type="url"],
.fluentform input[type="number"],
.fluentform textarea,
.fluentform select {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--line);
  border-radius: 0;
  background: #fbfbf9;
  color: var(--ink);
  box-shadow: none;
  padding: .85rem 1rem;
  font-family: var(--font-sans);
  font-size: .95rem;
  outline: none;
  transition: border-color .2s ease, background .2s ease, box-shadow .2s ease;
}
.fluentform textarea,
.frm-fluent-form textarea.ff-el-form-control {
  min-height: 140px;
  resize: vertical;
}
.fluentform .ff-el-form-control:focus,
.frm-fluent-form .ff-el-form-control:focus {
  border-color: var(--sage);
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(74, 93, 78, .08);
}
.fluentform .ff-el-form-check,
.frm-fluent-form .ff-el-form-check {
  display: flex;
  align-items: flex-start;
  gap: .55rem;
  color: var(--muted);
}
.fluentform input[type="checkbox"],
.fluentform input[type="radio"],
.frm-fluent-form input[type="checkbox"],
.frm-fluent-form input[type="radio"] {
  width: 18px;
  height: 18px;
  flex: 0 0 auto;
  margin-top: .12rem;
  accent-color: var(--sage);
}
.fluentform .ff-btn-submit,
.frm-fluent-form .ff-btn-submit,
.fluentform button[type="submit"],
.frm-fluent-form button[type="submit"] {
  width: 100%;
  min-height: 50px;
  border: 1px solid var(--sage);
  border-radius: 0;
  background: var(--sage);
  color: white;
  padding: .9rem 1.2rem;
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  line-height: 1.2;
  text-transform: uppercase;
  cursor: pointer;
  transition: background .2s ease, border-color .2s ease, transform .2s ease;
}
.fluentform .ff-btn-submit:hover,
.frm-fluent-form .ff-btn-submit:hover,
.fluentform button[type="submit"]:hover,
.frm-fluent-form button[type="submit"]:hover {
  background: var(--sage-dark);
  border-color: var(--sage-dark);
  transform: translateY(-1px);
}
.fluentform .ff-el-is-error .ff-el-form-control,
.frm-fluent-form .ff-el-is-error .ff-el-form-control {
  border-color: #9f3d35;
}
.fluentform .error,
.fluentform .ff-el-is-error .text-danger,
.frm-fluent-form .error,
.frm-fluent-form .ff-el-is-error .text-danger {
  margin-top: .35rem;
  color: #9f3d35;
  font-size: .82rem;
}
.fluentform .ff-message-success,
.frm-fluent-form .ff-message-success {
  border: 1px solid rgba(74, 93, 78, .25);
  background: rgba(74, 93, 78, .08);
  color: var(--sage-dark);
  padding: 1rem;
}
.newsletter-form .fluentform form,
.newsletter-form .frm-fluent-form form {
  display: flex;
  gap: .7rem;
  align-items: flex-end;
}
.newsletter-form .fluentform .ff-el-group,
.newsletter-form .frm-fluent-form .ff-el-group {
  flex: 1 1 auto;
  margin-bottom: 0;
}
.newsletter-form .fluentform .ff_submit_btn_wrapper,
.newsletter-form .frm-fluent-form .ff_submit_btn_wrapper {
  flex: 0 0 auto;
  margin: 0;
}
.newsletter-form .fluentform .ff-btn-submit,
.newsletter-form .frm-fluent-form .ff-btn-submit {
  width: auto;
  min-width: 150px;
}
.newsletter-section .fluentform label,
.newsletter-section .frm-fluent-form label {
  color: rgba(250, 248, 243, .72);
}
.newsletter-section .fluentform .ff-el-form-control,
.newsletter-section .frm-fluent-form .ff-el-form-control {
  border-color: rgba(229, 226, 217, .26);
  background: rgba(250, 248, 243, .08);
  color: white;
}
.newsletter-section .fluentform .ff-el-form-control::placeholder,
.newsletter-section .frm-fluent-form .ff-el-form-control::placeholder {
  color: rgba(250, 248, 243, .5);
}

.workshops-section {
  background: var(--bg);
}

.workshops-hero {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.4rem;
  align-items: start;
  padding-bottom: 54px;
  border-bottom: 1px solid var(--line);
}

.workshops-hero-copy h1 {
  margin: 0;
  font-size: clamp(3.2rem, 7vw, 6.6rem);
  line-height: .95;
}

.workshops-hero-copy > p:not(.eyebrow) {
  max-width: 760px;
  color: var(--muted);
  font-size: clamp(.92rem, 1.2vw, 1.05rem);
  line-height: 1.55;
}

.workshops-hero-image {
  margin: 0;
  border: 1px solid var(--line);
  background: var(--paper);
  overflow: hidden;
}

.workshops-hero-image img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.workshops-layout {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  padding-top: 54px;
}

.workshops-benefit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.workshops-benefit,
.workshops-included,
.workshops-next,
.workshops-waitlist {
  border: 1px solid var(--line);
  background: var(--paper);
}

.workshops-benefit {
  padding: 1.25rem;
}

.workshops-benefit h3 {
  font-size: 1.18rem;
}

.workshops-benefit p,
.workshops-included li,
.workshops-next dd,
.workshops-waitlist p {
  color: var(--muted);
  font-size: .94rem;
  line-height: 1.5;
}

.workshops-included {
  margin-top: 1rem;
  padding: 1.35rem;
}

.workshops-included ul {
  margin: .9rem 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .75rem 1rem;
}

.workshops-included li {
  position: relative;
  padding-left: 1.4rem;
}

.workshops-included li::before {
  content: "";
  position: absolute;
  left: 0;
  top: .42rem;
  width: .55rem;
  height: .3rem;
  border-left: 2px solid var(--sage);
  border-bottom: 2px solid var(--sage);
  transform: rotate(-45deg);
}

.workshops-next {
  position: static;
  align-self: auto;
  padding: 1.4rem;
}

.workshops-next h2 {
  margin-bottom: 1rem;
  font-size: clamp(2.4rem, 5vw, 4rem);
}

.workshops-next dl {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .75rem;
  margin: 0 0 1.2rem;
}

.workshops-next dl div {
  display: grid;
  gap: .35rem;
  padding: .8rem;
  border: 1px solid var(--line);
  background: rgba(74, 93, 78, .05);
}

.workshops-next dt {
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.workshops-next dd {
  margin: 0;
}

.workshops-form {
  margin-top: 1rem;
}

.workshops-form .fluentform .ff-el-form-control,
.workshops-form .frm-fluent-form .ff-el-form-control,
.workshops-form .fluentform input[type="text"],
.workshops-form .fluentform input[type="email"],
.workshops-form .fluentform input[type="tel"],
.workshops-form .fluentform textarea,
.workshops-form .fluentform select {
  min-height: 42px;
  padding: .68rem .8rem;
  font-size: .88rem;
}

.workshops-form .fluentform textarea,
.workshops-form .frm-fluent-form textarea.ff-el-form-control {
  min-height: 108px;
}

.workshops-form .fluentform label,
.workshops-form .frm-fluent-form label,
.workshops-form .fluentform .ff-el-input--label label,
.workshops-form .frm-fluent-form .ff-el-input--label label {
  font-size: .6rem;
  letter-spacing: .1em;
}

.workshops-form .fluentform .ff-btn-submit,
.workshops-form .frm-fluent-form .ff-btn-submit,
.workshops-form .fluentform button[type="submit"],
.workshops-form .frm-fluent-form button[type="submit"] {
  min-height: 44px;
  padding: .72rem 1rem;
  font-size: .66rem;
}

.workshops-privacy {
  margin: .8rem 0 0;
  color: rgba(44, 44, 44, .58);
  font-size: .82rem;
  line-height: 1.45;
}

.workshops-privacy a {
  color: var(--sage);
  font-weight: 700;
}

.workshops-waitlist {
  margin-top: 1.2rem;
  padding: 1.4rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.2rem;
  align-items: start;
}

.workshops-waitlist h2 {
  font-size: clamp(2rem, 4vw, 3.4rem);
}

.workshops-gallery-section {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 1.35rem;
}

.workshops-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .8rem;
}

.workshops-gallery img {
  width: 100%;
  aspect-ratio: 4 / 3;
  object-fit: cover;
  border: 1px solid var(--line);
}

.workshops-gallery-placeholder {
  padding: 1rem;
  border: 1px dashed var(--line);
  color: var(--muted);
  font-size: .92rem;
}

.contact-page-hero {
  background: var(--bg);
  border-bottom: 1px solid var(--line);
}
.contact-page-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(280px, .7fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
}
.contact-page-hero h1 {
  font-size: clamp(3.4rem, 7vw, 6.4rem);
}
.contact-page-hero p:not(.eyebrow) {
  color: var(--muted);
  font-size: 1.05rem;
  line-height: 1.75;
}
.contact-page-section {
  background: #e9e9e6;
}
.contact-page-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 360px;
  gap: 1.5rem;
  align-items: start;
}
.contact-page-main,
.contact-page-aside {
  display: grid;
  gap: 1.2rem;
}
.contact-action-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.contact-action-card {
  min-height: 132px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 1.25rem;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.contact-action-card:hover {
  transform: translateY(-2px);
  border-color: var(--sage);
}
.contact-action-card span,
.contact-info-panel .eyebrow,
.contact-map-head .eyebrow {
  color: var(--sage);
}
.contact-action-card span {
  font-family: var(--font-mono);
  font-size: .68rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}
.contact-action-card strong {
  color: var(--ink);
  font-size: clamp(1rem, 2vw, 1.25rem);
  line-height: 1.35;
  overflow-wrap: anywhere;
}
.contact-action-card.is-green,
.contact-action-card.is-dark {
  color: white;
}
.contact-action-card.is-green {
  background: var(--sage);
  border-color: var(--sage);
}
.contact-action-card.is-dark {
  background: var(--ink);
  border-color: var(--ink);
}
.contact-action-card.is-green span,
.contact-action-card.is-green strong,
.contact-action-card.is-dark span,
.contact-action-card.is-dark strong {
  color: white;
}
.contact-map-card,
.contact-info-panel,
.contact-faq-card {
  border: 1px solid var(--line);
  background: var(--paper);
}
.contact-map-card {
  padding: 1.25rem;
}
.contact-map-head {
  margin-bottom: 1rem;
}
.contact-map-head h2 {
  font-size: clamp(1.9rem, 3vw, 3rem);
}
.contact-map-card iframe,
.contact-map-placeholder {
  width: 100%;
  min-height: 420px;
  border: 1px solid var(--line);
  background: var(--bg);
}
.contact-map-placeholder {
  display: grid;
  place-items: center;
  padding: 2rem;
  color: var(--muted);
  text-align: center;
}
.contact-info-panel {
  padding: 1.25rem;
}
.contact-info-panel ul {
  display: grid;
  gap: .75rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.contact-info-panel li {
  color: var(--muted);
  line-height: 1.55;
}
.contact-info-panel li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-right: .6rem;
  background: var(--sage);
  vertical-align: middle;
}
.contact-info-panel.is-soft {
  background: var(--sage-soft);
}
.contact-info-panel p:not(.eyebrow) {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}
.contact-faq-section {
  background: var(--bg);
}
.contact-faq-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}
.contact-faq-card {
  padding: 1.25rem;
}
.contact-faq-card h3 {
  font-size: 1.5rem;
}
.contact-faq-card p {
  color: var(--muted);
  line-height: 1.7;
}

.site-footer {
  padding: 50px 0 24px;
  background: #e9e9e6;
  border-top: 1px solid var(--line);
  color: var(--muted);
}
.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1fr;
  gap: 2rem;
}
.footer-brand {
  display: flex;
  gap: .6rem;
  align-items: center;
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: 1.2rem;
}
.footer-grid h2 {
  font-size: 1rem;
  font-family: var(--font-mono);
  text-transform: uppercase;
  letter-spacing: .12em;
}
.footer-menu li + li { margin-top: .4rem; }
.footer-contact-list {
  display: grid;
  gap: .35rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-contact-list a {
  color: var(--muted);
}
.footer-contact-list a:hover {
  color: var(--sage);
}
.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 34px;
  padding-top: 18px;
  border-top: 1px solid var(--line);
  font-family: var(--font-mono);
  font-size: .68rem;
  text-transform: uppercase;
  letter-spacing: .1em;
}

.back-to-top {
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 90;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border: 1px solid rgba(32, 32, 32, .2);
  background: var(--ink);
  color: #fff;
  font-family: var(--font-mono);
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
  transform: translateY(10px);
  transition: opacity .22s ease, transform .22s ease, background .2s ease;
}

.back-to-top:hover {
  background: var(--sage);
}

.back-to-top.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product {
  border: 1px solid var(--line);
  background: var(--paper);
  padding: 1rem;
}
.woocommerce div.product div.summary {
  background: var(--paper);
  border: 1px solid var(--line);
  padding: 1.5rem;
}

.single-product .shop-section {
  padding-top: 72px;
}
.woocommerce div.product {
  display: grid;
  grid-template-columns: minmax(280px, .72fr) minmax(0, 1.28fr);
  gap: 1.8rem;
  align-items: start;
}
.woocommerce div.product div.images,
.woocommerce-page div.product div.images,
.woocommerce div.product div.summary,
.woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}
.woocommerce div.product div.images {
  margin-bottom: 0;
}
.woocommerce div.product div.images img {
  border: 1px solid var(--line);
  background: var(--paper);
}
.woocommerce div.product div.summary {
  margin: 0;
  padding: clamp(1.5rem, 4vw, 3rem);
}
.dlp-product-summary {
  display: grid;
  gap: 1.9rem;
}
.dlp-product-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 1.5rem;
  align-items: start;
}
.dlp-product-head .product_title {
  margin: 0;
  font-size: clamp(3rem, 7vw, 4.6rem);
  line-height: .9;
}
.dlp-product-subtitle,
.dlp-product-meta-line {
  margin: .8rem 0 0;
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1.55;
  text-transform: uppercase;
}
.dlp-product-price-wrap {
  display: grid;
  justify-items: end;
  gap: .55rem;
  min-width: 150px;
}
.dlp-product-price {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(2.2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1;
}
.dlp-product-price del {
  margin-right: .5rem;
  color: #8f8f8b;
  font-family: var(--font-sans);
  font-size: 1.25rem;
  font-weight: 500;
}
.dlp-product-price ins {
  background: transparent;
  text-decoration: none;
}
.dlp-product-badge {
  display: inline-flex;
  align-items: center;
  min-height: 34px;
  padding: .45rem .9rem;
  border: 1px solid var(--line);
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dlp-product-description p {
  margin: 0;
  color: var(--muted);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.65;
}
.dlp-product-meta-line {
  margin: 0;
  color: #8f8f8b;
}
.dlp-product-meta-line strong {
  color: var(--sage);
}
.dlp-product-meta-line span {
  margin: 0 .6rem;
  color: #a7a7a3;
}
.dlp-product-tabs {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
}
.dlp-product-tabs button {
  min-height: 58px;
  border: 0;
  border-bottom: 4px solid transparent;
  background: transparent;
  color: #898985;
  font-family: var(--font-mono);
  font-size: .85rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  cursor: pointer;
}
.dlp-product-tabs button.is-active {
  border-color: var(--sage);
  color: var(--ink);
}
.dlp-product-tab-panels {
  min-height: 200px;
}
.dlp-product-list {
  display: grid;
  gap: 1.1rem;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dlp-product-list li {
  position: relative;
  padding-left: 2rem;
  color: var(--muted);
  font-size: clamp(1rem, 1.8vw, 1.22rem);
  line-height: 1.6;
}
.dlp-product-list li::before {
  content: "✓";
  position: absolute;
  left: 0;
  top: .05rem;
  color: var(--sage);
  font-size: 1.25rem;
}
.dlp-product-purchase {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(240px, 360px);
  gap: 1.5rem;
  align-items: end;
  padding-top: 2rem;
  border-top: 1px solid var(--line);
}
.dlp-product-note {
  margin: 0;
  color: #77736d;
  font-size: 1rem;
  font-style: italic;
  line-height: 1.45;
}
.dlp-product-cart form.cart {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  margin: 0;
}
.dlp-product-cart .quantity .qty {
  min-height: 58px;
  width: 74px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  text-align: center;
}
.woocommerce .dlp-product-cart button.button.single_add_to_cart_button {
  min-height: 58px;
  width: 100%;
  background: var(--sage);
  color: white;
  font-size: .82rem;
}
.dlp-product-cart .variations_form.cart {
  display: block;
}
.dlp-product-cart table.variations {
  width: 100%;
  margin-bottom: 1rem;
}
.dlp-product-cart table.variations th,
.dlp-product-cart table.variations td {
  display: block;
  padding: .25rem 0;
  text-align: left;
}
.dlp-product-cart table.variations label {
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .72rem;
  letter-spacing: .1em;
  text-transform: uppercase;
}
.dlp-product-cart table.variations select {
  width: 100%;
  min-height: 46px;
  border: 1px solid var(--line);
  background: var(--bg);
  color: var(--ink);
  padding: 0 .8rem;
}
.dlp-product-cart .variations_button {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .75rem;
  align-items: stretch;
}

@media (max-width: 820px) {
  .container {
    width: min(100% - 24px, 1120px);
  }
  .header-inner {
    min-height: 64px;
    grid-template-columns: auto minmax(0, 1fr) auto;
    gap: .55rem;
  }
  .site-brand {
    min-width: 0;
    grid-column: 1;
    justify-self: start;
  }
  .site-brand-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .custom-logo {
    max-width: 132px;
    max-height: 34px;
  }
  .nav-toggle {
    display: inline-grid;
    justify-self: end;
    grid-column: 3;
    grid-row: 1;
  }
  .desktop-header-cta {
    display: none;
  }
  .nav-backdrop {
    position: fixed;
    inset: 0;
    z-index: 60;
    display: block;
    border: 0;
    background: rgba(28, 32, 30, .46);
    opacity: 0;
    pointer-events: none;
    transition: opacity .28s ease;
  }
  .nav-backdrop.is-open {
    opacity: 1;
    pointer-events: auto;
  }
  .primary-nav {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 70;
    width: min(86vw, 380px);
    height: 100dvh;
    display: flex;
    flex-direction: column;
    padding: 22px;
    background: var(--bg);
    border-left: 1px solid var(--line);
    box-shadow: -20px 0 60px rgba(28, 32, 30, .16);
    transform: translateX(104%);
    transition: transform .34s cubic-bezier(.19, 1, .22, 1);
  }
  .primary-nav.is-open {
    transform: translateX(0);
  }
  .mobile-nav-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
    color: var(--sage);
    font-family: var(--font-mono);
    font-size: .72rem;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
  }
  .mobile-nav-brand {
    display: inline-flex;
    align-items: center;
    min-width: 0;
    justify-self: start;
  }
  .mobile-nav-brand .custom-logo {
    max-width: 138px;
    max-height: 34px;
  }
  .mobile-nav-brand .site-brand-text {
    color: var(--ink);
    font-family: var(--font-serif);
    font-size: 1.25rem;
    letter-spacing: 0;
    text-transform: none;
  }
  .mobile-nav-close {
    width: 38px;
    height: 38px;
    display: grid;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
  }
  .mobile-nav-close svg {
    width: 24px;
    height: 24px;
    stroke-width: 1.8;
  }
  .menu {
    display: grid;
    gap: 0;
    padding-top: 12px;
    font-size: .82rem;
  }
  .menu a {
    display: flex;
    min-height: 54px;
    align-items: center;
    border-bottom: 1px solid var(--line);
  }
  .mobile-menu-cta {
    display: inline-flex;
    width: 100%;
    margin-top: 18px;
    min-height: 50px;
  }
  .cart-link {
    grid-column: 2;
    grid-row: 1;
    justify-self: end;
  }
  .section { padding: 48px 0; }
  .hero {
    min-height: 58svh;
    align-items: end;
  }
  .hero-content {
    width: min(100% - 28px, 680px);
    padding: 58px 0 42px;
  }
  h1 { font-size: clamp(2.65rem, 13vw, 3.8rem); }
  h2 { font-size: clamp(2rem, 9.5vw, 3rem); }
  h3 { font-size: 1.45rem; }
  .button-row {
    align-items: stretch;
  }
  .button-row .btn {
    width: 100%;
  }
  .section-head,
  .product-grid,
  .about-grid,
  .founder-teaser-grid,
  .expert-profile-grid,
  .contact-page-hero-grid,
  .contact-page-grid,
  .workshops-hero,
  .workshops-layout,
  .workshops-waitlist,
  .footer-grid {
    grid-template-columns: 1fr;
    display: grid;
  }
  .card-grid.two,
  .card-grid.three,
  .gallery-grid,
  .contact-action-grid,
  .contact-faq-grid,
  .workshops-benefit-grid,
  .workshops-included ul {
    grid-template-columns: 1fr;
  }
  .blog-card-grid {
    grid-template-columns: 1fr;
  }
  .article-carousel,
  .testimonials-carousel {
    display: flex !important;
    grid-template-columns: none;
    gap: .9rem;
    margin-left: -12px;
    margin-right: -12px;
    padding: 0 12px .45rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .article-carousel::-webkit-scrollbar,
  .testimonials-carousel::-webkit-scrollbar {
    display: none;
  }
  .article-carousel > *,
  .testimonials-carousel > * {
    flex: 0 0 min(82vw, 360px);
    scroll-snap-align: start;
  }
  .testimonials-carousel > * {
    flex-basis: min(84vw, 380px);
  }
  .workshops-hero {
    padding-bottom: 34px;
  }
  .workshops-layout {
    padding-top: 34px;
  }
  .workshops-next {
    position: static;
  }
  .contact-page-hero h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }
  .contact-map-card iframe,
  .contact-map-placeholder {
    min-height: 320px;
  }
  .blog-index-head {
    margin-bottom: 2rem;
  }
  .blog-index-head h1 {
    font-size: clamp(3rem, 15vw, 4.6rem);
  }
  .blog-featured-card {
    grid-template-columns: 1fr;
  }
  .blog-featured-media,
  .blog-featured-media img {
    min-height: 0;
  }
  .blog-featured-media img {
    aspect-ratio: 4 / 3;
  }
  .blog-featured-content {
    padding: 1.25rem;
  }
  .single-product .shop-section {
    padding-top: 42px;
  }
  .woocommerce div.product {
    grid-template-columns: 1fr;
    gap: 1rem;
  }
  .dlp-product-head,
  .dlp-product-purchase {
    grid-template-columns: 1fr;
  }
  .dlp-product-price-wrap {
    justify-items: start;
  }
  .dlp-product-tabs {
    grid-template-columns: 1fr;
  }
  .dlp-product-tabs button {
    min-height: 48px;
    text-align: left;
    border-bottom-width: 1px;
    border-left: 4px solid transparent;
  }
  .dlp-product-tabs button.is-active {
    border-left-color: var(--sage);
    border-bottom-color: var(--line);
  }
  .dlp-product-tab-panels {
    min-height: 0;
  }
  .dlp-product-cart form.cart,
  .dlp-product-cart .variations_button {
    grid-template-columns: 1fr;
  }
  .dlp-product-cart .quantity .qty {
    width: 100%;
  }
  .section-head {
    gap: 1rem;
    margin-bottom: 1.6rem;
  }
  .section-head > p {
    max-width: none;
  }
  .treatment-card,
  .press-card,
  .testimonial-card {
    padding: 1.25rem;
  }
  .product-grid,
  .about-grid,
  .founder-teaser-grid,
  .expert-profile-grid {
    gap: 1rem;
  }
.founder-teaser-visual {
    min-height: 360px;
  }
  .founder-teaser-copy {
    max-width: none;
  }
  .founder-teaser-copy h2 {
    font-size: clamp(2.7rem, 13vw, 4rem);
  }
  .founder-teaser-text {
    font-size: 1rem;
    line-height: 1.55;
  }
  .expert-profile-copy h2 {
    font-size: clamp(3rem, 15vw, 4rem);
  }
  .expert-profile-role {
    font-size: .68rem;
    letter-spacing: .11em;
  }
  .expert-profile-meta {
    margin-bottom: 1.5rem;
    font-size: 1.05rem;
  }
  .expert-profile-quote {
    margin-top: 1.8rem;
    padding: 1.35rem;
  }
  .expert-profile-image {
    box-shadow: 10px 10px 0 #d8d8d5;
  }
  .expert-profile-image img {
    aspect-ratio: 4 / 3;
  }
  .expert-profile-image figcaption {
    left: .8rem;
    right: .8rem;
    bottom: .8rem;
    min-width: 0;
  }
  .expert-profile-card {
    padding: 1.2rem;
  }
  .expert-profile-card-grid {
    grid-template-columns: 1fr;
    padding: 1.2rem 0;
  }
  .expert-profile-card-head {
    align-items: flex-start;
  }
  .product-panel {
    padding: 1.35rem;
  }
  .gallery-item img {
    aspect-ratio: 4 / 3;
  }
  .form-shell,
  .newsletter-form {
    padding: 1rem;
  }
  .newsletter-form .fluentform form,
  .newsletter-form .frm-fluent-form form {
    display: grid;
    gap: .85rem;
  }
  .newsletter-form .fluentform .ff-btn-submit,
  .newsletter-form .frm-fluent-form .ff-btn-submit {
    width: 100%;
  }
  .workshops-next dl div {
    grid-template-columns: 1fr;
    gap: .2rem;
  }
  .workshops-next dl {
    grid-template-columns: 1fr;
  }
  .workshops-next h2 {
    font-size: clamp(2.4rem, 12vw, 3.5rem);
  }
  .workshops-gallery {
    grid-template-columns: 1fr 1fr;
  }
  .workshops-hero-image img {
    aspect-ratio: 4 / 3;
  }
  .workshops-waitlist {
    padding: 1.15rem;
  }
  .footer-grid {
    gap: 1.4rem;
  }
  .footer-bottom { flex-direction: column; }
  .back-to-top {
    right: 16px;
    bottom: 16px;
    width: 42px;
    height: 42px;
  }
}

@media (max-width: 480px) {
  .header-inner {
    min-height: 60px;
  }
  .cart-link,
  .nav-toggle,
  .mobile-nav-close {
    width: 40px;
    height: 40px;
  }
  .site-brand .custom-logo {
    max-width: 124px;
    max-height: 32px;
  }
  .primary-nav {
    width: min(92vw, 360px);
    padding: 18px;
  }
  .hero {
    min-height: 56svh;
  }
  .hero-content {
    padding: 50px 0 36px;
  }
  .eyebrow {
    font-size: .64rem;
    letter-spacing: .17em;
  }
  h1 { font-size: clamp(2.45rem, 12vw, 3.4rem); }
  h2 { font-size: clamp(1.9rem, 9vw, 2.7rem); }
  .expert-profile-copy h2 {
    font-size: clamp(2.9rem, 14vw, 3.7rem);
  }
  .founder-teaser-visual {
    min-height: 300px;
  }
  .founder-teaser-copy h2 {
    font-size: clamp(2.35rem, 12vw, 3.4rem);
  }
  .expert-profile-card-head {
    gap: .8rem;
  }
  .expert-profile-initials {
    width: 48px;
    height: 48px;
  }
  .expert-profile-contact {
    align-items: flex-start;
    padding: .85rem;
  }
  .btn,
  button.button,
  .woocommerce a.button,
  .woocommerce button.button,
  .woocommerce input.button {
    width: 100%;
    min-height: 48px;
    padding-inline: .9rem;
  }
  .workshops-gallery {
    grid-template-columns: 1fr;
  }
  .workshops-next h2 {
    font-size: clamp(2rem, 10vw, 2.8rem);
  }
}

/* v1.4.1 refinements */
.image-card[data-card-link] {
  cursor: pointer;
}

.article-carousel .image-card-media img,
.article-carousel .image-card img {
  aspect-ratio: 16 / 9;
}

.article-carousel .image-card div {
  padding: .85rem;
}

.article-carousel .image-card p {
  font-size: .9rem;
  line-height: 1.45;
}

.article-carousel .image-card h3 {
  font-size: 1.18rem;
}

.footer-instagram,
.mobile-nav-instagram {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .72rem;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.footer-instagram {
  margin-top: .9rem;
}

.footer-instagram svg,
.mobile-nav-instagram svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
}

.mobile-nav-contact {
  display: none;
}

.workshops-next-highlight {
  width: min(620px, 100%);
  display: grid;
  gap: .28rem;
  margin-top: 1.2rem;
  padding: 1rem;
  border: 1px solid rgba(74, 93, 78, .22);
  background: rgba(74, 93, 78, .08);
}

.workshops-next-highlight span {
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .64rem;
  font-weight: 700;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.workshops-next-highlight strong {
  color: var(--ink);
  font-family: var(--font-serif);
  font-size: clamp(2.3rem, 6vw, 3.8rem);
  line-height: .95;
}

.workshops-next-highlight small {
  color: var(--muted);
  font-size: .95rem;
}

@media (max-width: 820px) {
  .mobile-nav-contact {
    display: grid;
    gap: .65rem;
    margin-top: 1.1rem;
    padding-top: 1rem;
    border-top: 1px solid var(--line);
  }

  .mobile-nav-contact a:not(.mobile-nav-instagram) {
    color: var(--muted);
    font-size: .92rem;
  }

  .footer-grid,
  .footer-brand,
  .footer-contact-list,
  .footer-menu,
  .footer-bottom {
    justify-items: center;
    text-align: center;
  }

  .footer-brand {
    justify-content: center;
  }

  .footer-instagram {
    justify-content: center;
  }

  .workshops-hero {
    padding-bottom: 32px;
  }

  .workshops-hero-copy h1 {
    font-size: clamp(2.35rem, 11vw, 3.7rem);
  }

  .workshops-hero-copy > p:not(.eyebrow) {
    font-size: .95rem;
  }

  .workshops-next-highlight {
    text-align: center;
  }

  .article-carousel .image-card-media img,
  .article-carousel .image-card img {
    aspect-ratio: 16 / 8.5;
  }
}

/* v1.4.2 simplified contact + wider blog */
.blog-index-container {
  width: min(1540px, calc(100% - 32px));
}

.blog-featured-card {
  width: 100%;
}

.contact-page-hero {
  padding-bottom: 28px;
}

.contact-page-hero-grid {
  align-items: end;
  gap: clamp(1rem, 5vw, 5rem);
}

.contact-page-hero h1 {
  max-width: 760px;
}

.contact-page-section {
  padding-top: 28px;
}

.contact-page-grid {
  gap: clamp(1.5rem, 5vw, 4.5rem);
}

.contact-action-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: .9rem;
  padding: 0 0 1.4rem;
  border-bottom: 1px solid var(--line);
}

.contact-action-card,
.contact-action-card.is-green,
.contact-action-card.is-dark {
  display: grid;
  gap: .15rem;
  min-height: 0;
  padding: 0;
  border: 0;
  background: transparent;
  color: var(--ink);
  box-shadow: none;
}

.contact-action-card:hover,
.contact-action-card.is-green:hover,
.contact-action-card.is-dark:hover {
  background: transparent;
  color: var(--sage);
  transform: none;
}

.contact-action-card span,
.contact-action-card.is-green span,
.contact-action-card.is-dark span {
  color: var(--sage);
  font-family: var(--font-mono);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.contact-action-card strong,
.contact-action-card.is-green strong,
.contact-action-card.is-dark strong {
  color: inherit;
  font-family: var(--font-serif);
  font-size: clamp(1.35rem, 2.4vw, 2rem);
  line-height: 1.08;
}

.contact-info-panel,
.contact-info-panel.is-soft,
.contact-faq-card {
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.contact-info-panel + .contact-info-panel {
  margin-top: 1.6rem;
  padding-top: 1.6rem;
  border-top: 1px solid var(--line);
}

.contact-info-panel ul {
  margin: .8rem 0 0;
  padding: 0;
  list-style: none;
}

.contact-info-panel li + li {
  margin-top: .45rem;
}

.contact-map-card {
  margin-top: 1.6rem;
  border: 0;
  background: transparent;
}

.contact-map-head {
  padding: 0 0 1rem;
  border: 0;
}

.contact-map-card iframe,
.contact-map-placeholder {
  border: 1px solid var(--line);
}

.contact-faq-section {
  padding-top: 36px;
}

.contact-faq-grid {
  gap: 1.4rem 2.4rem;
  border-top: 1px solid var(--line);
  padding-top: 1.4rem;
}

.contact-faq-card h3 {
  font-size: clamp(1.2rem, 2vw, 1.55rem);
}

@media (max-width: 820px) {
  .blog-index-container {
    width: min(100% - 20px, 1540px);
  }

  .contact-page-hero,
  .contact-page-section,
  .contact-faq-section {
    padding-top: 34px;
    padding-bottom: 34px;
  }

  .contact-action-grid,
  .contact-info-panel,
  .contact-faq-grid {
    text-align: left;
  }
}
