:root{--bg:hsl(35 30% 97%);--fg:hsl(25 20% 15%);--card:hsl(35 25% 95%);--primary:hsl(18 45% 55%);--secondary:hsl(145 20% 40%);--muted:hsl(25 10% 45%);--accent:hsl(145 15% 88%);--border:hsl(30 15% 85%);--earth:hsl(25 35% 30%);--radius:.75rem;--display:'Playfair Display',serif;--body:'Source Sans 3',sans-serif}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--fg);font-family:var(--body);line-height:1.6}img{max-width:100%;height:auto}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}.container{width:min(1180px,calc(100% - 40px));margin:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{left:10px;top:10px;z-index:999;background:#fff;padding:10px}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}
.site-header{position:sticky;top:0;z-index:50;background:var(--bg);transition:.3s;border-bottom:1px solid transparent}.site-header.scrolled{box-shadow:0 4px 20px #0001;border-color:var(--border)}.header-inner{height:136px;display:flex;align-items:center;transition:.3s}.scrolled .header-inner{height:96px}.brand img{width:128px;display:block;transition:.3s}.scrolled .brand img{width:80px}.desktop-nav{margin-left:auto;display:flex;align-items:center;gap:26px}.desktop-nav .menu{display:flex;list-style:none;gap:26px;padding:0;margin:0}.desktop-nav a,.nav-link{border:0;background:none;color:var(--primary);font-weight:700;text-transform:uppercase;letter-spacing:.15em;font-size:14px;cursor:pointer}.desktop-nav a,.mobile-nav a,.nav-link{transition:color .2s ease,background-color .2s ease}.desktop-nav a:hover,.desktop-nav a:focus-visible,.nav-link:hover,.nav-link:focus-visible{color:hsl(145 35% 28%)}.login-pill{background:var(--primary)!important;color:white!important;padding:9px 16px;border-radius:999px;transition:background-color .2s ease,color .2s ease,transform .2s ease}.login-pill:hover,.login-pill:focus-visible{background:var(--earth)!important;color:#fff!important;transform:translateY(-1px)}.menu-toggle,.mobile-nav{display:none}
.hero{min-height:620px;position:relative;overflow:hidden}.hero-bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,hsl(25 20% 15%/.85),hsl(25 20% 15%/.5),transparent)}.hero-content{position:relative;z-index:2;padding-top:48px;padding-bottom:120px;color:white}.eyebrow{display:block;font-weight:600;letter-spacing:.16em;text-transform:uppercase;margin-bottom:24px}.hero h1{font:700 clamp(3rem,6vw,5rem)/1.05 var(--display);margin:0 0 24px;max-width:850px}.hero h1 span{color:var(--primary);font-size:1.12em}.hero p{font-size:clamp(1.15rem,2vw,1.5rem);max-width:600px;text-shadow:0 1px 4px #000}.actions{display:flex;gap:16px;flex-wrap:wrap}.button{display:inline-flex;align-items:center;justify-content:center;border:1px solid transparent;border-radius:999px;padding:13px 26px;font-weight:700;cursor:pointer;transition:background-color .22s ease,color .22s ease,border-color .22s ease,transform .22s ease,box-shadow .22s ease}.button.primary{background:var(--primary);color:#fff}.button.primary:hover,.button.primary:focus-visible{background:var(--earth);color:#fff;border-color:var(--earth);transform:translateY(-2px);box-shadow:0 10px 24px #0002}.button.secondary{background:var(--secondary);color:#fff}.button.secondary:hover,.button.secondary:focus-visible{background:hsl(145 35% 28%);color:#fff;border-color:hsl(145 35% 28%);transform:translateY(-2px);box-shadow:0 10px 24px #0002}.button:active{transform:translateY(0);box-shadow:none}.button:focus-visible,.benefit-card:focus-visible,.product-card a:focus-visible,.post-card a:focus-visible,.desktop-nav a:focus-visible,.mobile-nav a:focus-visible,.nav-link:focus-visible{outline:3px solid hsl(18 70% 45% / .45);outline-offset:3px}
.section{padding:80px 0}.section-head{text-align:center;max-width:720px;margin:0 auto 48px}.section-head h2,.mycelium h2{font:700 clamp(2rem,4vw,2.7rem) var(--display);margin:0 0 12px}.section-head p{color:var(--muted)}.benefit-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:22px}.benefit-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:26px;text-align:center;transition:background-color .25s ease,color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.benefit-card:hover,.benefit-card:focus-visible{background:var(--earth);color:#fff;transform:translateY(-4px);box-shadow:0 12px 30px #0002;border-color:var(--earth)}.benefit-card:hover p,.benefit-card:focus-visible p{color:hsl(35 30% 92%)}.benefit-card:hover .benefit-icon,.benefit-card:focus-visible .benefit-icon{background:var(--primary);color:#fff}.benefit-icon{width:56px;height:56px;border-radius:50%;background:var(--accent);color:var(--secondary);display:grid;place-items:center;margin:0 auto 15px;font-size:24px}.benefit-card h3{font-family:var(--display)}.benefit-card p{font-size:14px;color:var(--muted)}
.mycelium{padding:80px 0;background-size:cover;background-position:center;position:relative}.mycelium:before{content:"";position:absolute;inset:0;background:hsl(145 15% 88%/.4)}.mycelium-card{position:relative;max-width:760px;margin:auto;text-align:center;background:hsl(145 15% 88%/.92);padding:48px;border-radius:20px;box-shadow:0 18px 50px #0002}.kicker{text-transform:uppercase;letter-spacing:.15em;color:var(--secondary);font-weight:700;font-size:13px}.mycelium-card p{font-size:18px;color:var(--muted)}
.products{background:var(--card)}.product-grid,.post-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}.product-card,.post-card,.entry-card{position:relative;background:var(--bg);border:1px solid var(--border);border-radius:18px;overflow:hidden;transition:background-color .25s ease,border-color .25s ease,transform .25s ease,box-shadow .25s ease}.product-card:hover,.product-card:focus-within,.post-card:hover,.post-card:focus-within,.entry-card:hover,.entry-card:focus-within{background:var(--accent);border-color:var(--secondary);transform:translateY(-4px);box-shadow:0 14px 34px #00000018}.product-card:hover .product-image,.post-card:hover img{filter:saturate(1.05) contrast(1.02)}.product-image{height:280px;background:#fff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid var(--border)}.product-image img{max-height:100%;object-fit:contain;padding:24px}.product-body,.post-body{padding:20px}.product-body h3{font-size:17px;line-height:1.3}.product-body small{text-transform:uppercase;color:var(--muted);letter-spacing:.1em}.rating{color:#b67818}.rating span{color:var(--muted)}.product-notes{background:#eee9df;border-radius:10px;padding:10px 14px;font-size:12px}.product-notes p{margin:4px}.price{font-size:24px;font-weight:700;margin:16px 0}.badge{position:absolute;z-index:2;top:12px;left:12px;background:var(--primary);color:#fff;border-radius:999px;padding:5px 10px;font-size:11px}
.content-area{padding-top:70px;padding-bottom:90px;min-height:55vh}.wp-content{max-width:820px;margin:auto}.wp-content h1,.page-head h1{font:700 clamp(2.4rem,5vw,4rem) var(--display)}.wp-content h2,.wp-content h3{font-family:var(--display)}.wp-content p{color:var(--muted)}.wp-content a{color:var(--primary);text-decoration:underline}.single>img{border-radius:18px;margin:20px 0}.post-card img{aspect-ratio:16/9;object-fit:cover;width:100%}.post-card h2{font-family:var(--display)}.entry-card{padding:24px;margin-bottom:20px}.error-page{text-align:center}
.benefit-hero{position:relative;min-height:420px;background-size:cover;background-position:center;display:grid;align-items:end;color:white}.benefit-overlay{position:absolute;inset:0;background:linear-gradient(0deg,#201812dd,#20181244)}.benefit-hero .container{position:relative;padding-bottom:55px}.benefit-hero h1{font:700 clamp(3rem,6vw,5rem) var(--display);margin:0}.benefit-hero p{font-size:20px;max-width:650px}
.site-footer{background:hsl(25 20% 15%);color:hsl(35 30% 90%);padding-top:55px}.footer-grid{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:45px}.site-footer h4{font-family:var(--display)}.site-footer ul{list-style:none;padding:0}.site-footer li{margin:9px 0;color:hsl(35 15% 65%)}.site-footer a:hover{color:var(--primary)}.footer-brand{display:flex;align-items:center;gap:10px;font-family:var(--display);font-size:18px}.footer-brand img{width:80px}.site-footer p{color:hsl(35 15% 70%);font-size:14px}.footer-bottom{border-top:1px solid hsl(25 15% 25%);margin-top:40px;padding:24px 0;text-align:center;color:hsl(35 15% 55%);font-size:13px}
.modal[hidden]{display:none}.modal{position:fixed;z-index:1000;inset:0;background:#0009;display:grid;place-items:center;padding:20px}.modal-card{width:min(460px,100%);background:var(--bg);border-radius:18px;padding:30px;position:relative}.modal-card h2{font-family:var(--display)}.modal-close{position:absolute;right:15px;top:10px;background:none;border:0;font-size:30px;cursor:pointer}.modal-card label,.ttail-form label{display:grid;gap:6px;margin:12px 0;font-weight:600}.modal-card input,.ttail-form input,.ttail-form textarea{width:100%;padding:11px 12px;border:1px solid var(--border);border-radius:8px;background:#fff}.modal-card .button{width:100%;margin-top:8px}.form-notice{padding:12px;border-radius:8px}.form-notice.success{background:#e5f3e8}.form-notice.error{background:#fae6e3}.modal-open{overflow:hidden}.reveal{opacity:0;transform:translateY(18px);transition:opacity .55s,transform .55s}.reveal.visible{opacity:1;transform:none}
@media(max-width:900px){.desktop-nav{display:none}.menu-toggle{display:flex;margin-left:auto;width:38px;height:34px;border:0;background:none;flex-direction:column;justify-content:center;gap:5px}.menu-toggle span{display:block;height:2px;background:var(--fg);width:25px}.mobile-nav{display:none;background:var(--bg);border-top:1px solid var(--border);padding:15px 20px}.mobile-nav.open{display:block}.mobile-nav .menu{list-style:none;padding:0}.mobile-nav a,.mobile-nav .nav-link{display:block;padding:9px 0}.benefit-grid{grid-template-columns:repeat(2,1fr)}.product-grid,.post-grid{grid-template-columns:repeat(2,1fr)}.footer-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:600px){.container{width:min(100% - 28px,1180px)}.header-inner{height:100px}.brand img{width:88px}.hero{min-height:600px}.hero-content{padding-top:40px;padding-bottom:70px}.hero h1{font-size:3rem}.actions{flex-direction:column}.actions .button{width:100%}.section{padding:58px 0}.benefit-grid{gap:12px}.benefit-card{padding:18px 12px}.product-grid,.post-grid,.footer-grid{grid-template-columns:1fr}.mycelium-card{padding:28px 20px}.product-image{height:250px}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}


/* Responsive QA overrides: phone + tablet */
@media (max-width:1100px){
  .desktop-nav{display:none}
  .menu-toggle{display:flex;margin-left:auto;width:44px;height:44px;border:0;background:none;flex-direction:column;align-items:center;justify-content:center;gap:5px;cursor:pointer}
  .menu-toggle span{display:block;height:2px;background:var(--fg);width:25px}
  .mobile-nav{display:none;background:var(--bg);border-top:1px solid var(--border);padding:12px 24px 20px;box-shadow:0 12px 28px #0000000d}
  .mobile-nav.open{display:block}
  .mobile-nav .menu{list-style:none;padding:0;margin:0}
  .mobile-nav li{border-bottom:1px solid var(--border)}
  .mobile-nav a,.mobile-nav .nav-link{display:block;width:100%;padding:13px 0;text-align:left}
  .header-inner{height:108px}
  .brand img{width:96px}
  .scrolled .header-inner{height:86px}
  .scrolled .brand img{width:74px}
  .benefit-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .product-grid,.post-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .footer-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:32px}
  .hero{min-height:600px}
  .hero-content{padding-top:52px;padding-bottom:90px}
  .hero h1{font-size:clamp(3rem,7vw,4.4rem)}
  .product-image{height:250px}
}
@media (max-width:767px){
  .container{width:min(100% - 28px,1180px)}
  .header-inner{height:88px}
  .scrolled .header-inner{height:76px}
  .brand img{width:78px}
  .scrolled .brand img{width:66px}
  .mobile-nav{padding-left:16px;padding-right:16px}
  .hero{min-height:560px}
  .hero-shade{background:linear-gradient(90deg,hsl(25 20% 15%/.88),hsl(25 20% 15%/.65))}
  .hero-content{padding-top:42px;padding-bottom:64px}
  .hero h1{font-size:clamp(2.5rem,12vw,3.4rem)}
  .hero p{font-size:1.08rem}
  .eyebrow{font-size:12px;letter-spacing:.12em;margin-bottom:18px}
  .actions{flex-direction:column}
  .actions .button{width:100%;min-height:48px}
  .section{padding:54px 0}
  .section-head{margin-bottom:32px}
  .benefit-grid,.product-grid,.post-grid,.footer-grid{grid-template-columns:1fr}
  .benefit-grid{gap:14px}
  .benefit-card{padding:22px 18px}
  .mycelium{padding:54px 0}
  .mycelium-card{padding:28px 20px}
  .mycelium-card p{font-size:16px}
  .product-image{height:230px}
  .content-area{padding-top:45px;padding-bottom:60px}
  .benefit-hero{min-height:360px}
  .benefit-hero .container{padding-bottom:36px}
  .benefit-hero h1{font-size:clamp(2.4rem,12vw,3.5rem)}
  .modal{padding:12px}
  .modal-card{max-height:calc(100dvh - 24px);overflow:auto;padding:26px 20px}
  .footer-grid{gap:20px}
}
@media (max-width:380px){
  .container{width:min(100% - 22px,1180px)}
  .hero h1{font-size:2.35rem}
  .button{padding:12px 18px}
  .benefit-card{padding:18px 15px}
  .product-body,.post-body{padding:16px}
}
@media (hover:none){
  .button:hover,.benefit-card:hover,.product-card:hover,.post-card:hover,.entry-card:hover{transform:none}
  .button:active{transform:scale(.985)}
  .benefit-card:active{background:var(--earth);color:#fff}
  .product-card:active,.post-card:active{border-color:var(--primary)}
}

/* v1.6: reliable hero motion and native Contact/Partnering forms */
.hero-animated .hero-bg {
  animation: ttail-hero-image 10s ease-out both;
  transform-origin: center center;
}
.hero-enter {
  opacity: 0;
  transform: translateY(22px);
  animation: ttail-hero-enter .72s cubic-bezier(.2,.65,.3,1) forwards;
}
.hero-enter-1 { animation-delay: .12s; }
.hero-enter-2 { animation-delay: .24s; }
.hero-enter-3 { animation-delay: .38s; }
.hero-enter-4 { animation-delay: .52s; }

@keyframes ttail-hero-enter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes ttail-hero-image {
  from { transform: scale(1.06); }
  to { transform: scale(1); }
}

.ttail-form {
  margin-top: 32px;
  max-width: 780px;
}
.ttail-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ttail-form label {
  display: grid;
  gap: 7px;
  margin: 0 0 18px;
  font-weight: 600;
  color: var(--fg);
}
.ttail-form input,
.ttail-form textarea,
.ttail-form select {
  width: 100%;
  min-height: 48px;
  padding: 11px 13px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #fff;
  color: var(--fg);
  font: inherit;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.ttail-form textarea {
  min-height: 170px;
  resize: vertical;
}
.ttail-form input:focus,
.ttail-form textarea:focus,
.ttail-form select:focus {
  outline: 0;
  border-color: var(--secondary);
  box-shadow: 0 0 0 3px hsl(145 20% 40% / .15);
}
.ttail-form .button {
  margin-top: 4px;
}
.ttail-hp {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.form-notice {
  margin: 0 0 24px;
  border: 1px solid transparent;
}
.form-notice.success {
  border-color: #9cc9a4;
}
.form-notice.error {
  border-color: #dfaaa2;
}

@media (max-width: 600px) {
  .ttail-form-grid {
    grid-template-columns: 1fr;
    gap: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-animated .hero-bg,
  .hero-enter {
    animation: none !important;
    opacity: 1;
    transform: none;
  }
}


/* v1.7: dedicated form pages + restored hero butterfly motion */
.form-page-intro {
  max-width: 780px;
  margin-bottom: 22px;
}

.hero-butterflies {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.hero-butterfly {
  position: absolute;
  width: 34px;
  height: 24px;
  opacity: 0;
  filter: drop-shadow(0 4px 5px rgb(0 0 0 / .2));
  will-change: transform, opacity;
}

.hero-butterfly::before,
.hero-butterfly::after {
  content: "";
  position: absolute;
  top: 3px;
  width: 18px;
  height: 18px;
  background:
    radial-gradient(circle at 65% 40%, rgb(255 244 194 / .95) 0 12%, transparent 13%),
    linear-gradient(135deg, #e6b45b 0 38%, #7d4c2d 39% 55%, #f0cf7a 56% 100%);
  border-radius: 70% 30% 72% 28%;
  transform-origin: 100% 55%;
  animation: ttail-wing-left .19s ease-in-out infinite alternate;
}

.hero-butterfly::before {
  left: 0;
}

.hero-butterfly::after {
  right: 0;
  transform-origin: 0 55%;
  transform: scaleX(-1);
  animation-name: ttail-wing-right;
}

.hero-butterfly-body {
  position: absolute;
  left: 50%;
  top: 5px;
  width: 4px;
  height: 16px;
  margin-left: -2px;
  border-radius: 999px;
  background: #3a2a1d;
  z-index: 2;
}

.hero-butterfly-body::before,
.hero-butterfly-body::after {
  content: "";
  position: absolute;
  top: -5px;
  width: 8px;
  height: 8px;
  border-top: 1px solid rgb(255 255 255 / .65);
}

.hero-butterfly-body::before {
  right: 1px;
  border-right: 1px solid rgb(255 255 255 / .65);
  border-radius: 0 100% 0 0;
  transform: rotate(-22deg);
}

.hero-butterfly-body::after {
  left: 1px;
  border-left: 1px solid rgb(255 255 255 / .65);
  border-radius: 100% 0 0 0;
  transform: rotate(22deg);
}

.hero-butterfly-1 {
  left: -6%;
  top: 20%;
  animation: ttail-flight-a 11s linear .3s infinite;
}
.hero-butterfly-2 {
  left: -8%;
  top: 52%;
  transform: scale(.76);
  animation: ttail-flight-b 14s linear 2.2s infinite;
}
.hero-butterfly-3 {
  left: 18%;
  top: 76%;
  transform: scale(.58);
  animation: ttail-flight-c 12.5s linear 1.1s infinite;
}
.hero-butterfly-4 {
  right: -7%;
  top: 28%;
  transform: scale(.9);
  animation: ttail-flight-d 13.5s linear 4s infinite;
}
.hero-butterfly-5 {
  left: 42%;
  top: 82%;
  transform: scale(.48);
  animation: ttail-flight-e 10.5s linear 5.1s infinite;
}
.hero-butterfly-6 {
  left: -5%;
  top: 35%;
  transform: scale(.42);
  animation: ttail-flight-f 16s linear 6.2s infinite;
}
.hero-butterfly-7 {
  right: -8%;
  top: 68%;
  transform: scale(.66);
  animation: ttail-flight-g 15s linear 7.4s infinite;
}
.hero-butterfly-8 {
  left: 60%;
  top: 14%;
  transform: scale(.38);
  animation: ttail-flight-h 12s linear 8.5s infinite;
}

@keyframes ttail-wing-left {
  from { transform: rotateY(15deg) rotateZ(-8deg); }
  to { transform: rotateY(72deg) rotateZ(7deg); }
}
@keyframes ttail-wing-right {
  from { transform: scaleX(-1) rotateY(15deg) rotateZ(-8deg); }
  to { transform: scaleX(-1) rotateY(72deg) rotateZ(7deg); }
}

@keyframes ttail-flight-a {
  0% { opacity: 0; transform: translate3d(0, 25px, 0) rotate(-8deg) scale(.85); }
  8% { opacity: .95; }
  30% { transform: translate3d(32vw, -55px, 0) rotate(12deg) scale(1); }
  58% { transform: translate3d(62vw, 32px, 0) rotate(-10deg) scale(.9); }
  84% { opacity: .9; transform: translate3d(91vw, -88px, 0) rotate(8deg) scale(.8); }
  100% { opacity: 0; transform: translate3d(112vw, -38px, 0) rotate(-4deg) scale(.72); }
}
@keyframes ttail-flight-b {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(6deg) scale(.76); }
  10% { opacity: .8; }
  36% { transform: translate3d(34vw, -130px, 0) rotate(-12deg) scale(.82); }
  68% { transform: translate3d(70vw, -35px, 0) rotate(14deg) scale(.7); }
  92% { opacity: .75; }
  100% { opacity: 0; transform: translate3d(114vw, -150px, 0) rotate(-6deg) scale(.6); }
}
@keyframes ttail-flight-c {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.58); }
  12% { opacity: .72; }
  45% { transform: translate3d(22vw, -240px, 0) rotate(18deg) scale(.68); }
  78% { opacity: .65; transform: translate3d(48vw, -310px, 0) rotate(-13deg) scale(.55); }
  100% { opacity: 0; transform: translate3d(72vw, -400px, 0) scale(.45); }
}
@keyframes ttail-flight-d {
  0% { opacity: 0; transform: translate3d(0, 0, 0) rotate(-8deg) scale(.9); }
  10% { opacity: .85; }
  42% { transform: translate3d(-36vw, 110px, 0) rotate(14deg) scale(.82); }
  76% { opacity: .76; transform: translate3d(-72vw, -20px, 0) rotate(-12deg) scale(.72); }
  100% { opacity: 0; transform: translate3d(-112vw, 80px, 0) rotate(7deg) scale(.6); }
}
@keyframes ttail-flight-e {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.48); }
  15% { opacity: .62; }
  55% { transform: translate3d(18vw, -270px, 0) rotate(-18deg) scale(.58); }
  82% { opacity: .5; }
  100% { opacity: 0; transform: translate3d(36vw, -470px, 0) rotate(12deg) scale(.4); }
}
@keyframes ttail-flight-f {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.42); }
  14% { opacity: .54; }
  48% { transform: translate3d(48vw, 105px, 0) rotate(10deg) scale(.5); }
  80% { opacity: .48; transform: translate3d(82vw, -75px, 0) rotate(-15deg) scale(.4); }
  100% { opacity: 0; transform: translate3d(112vw, 20px, 0) scale(.33); }
}
@keyframes ttail-flight-g {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.66); }
  12% { opacity: .7; }
  38% { transform: translate3d(-34vw, -85px, 0) rotate(16deg) scale(.62); }
  72% { transform: translate3d(-72vw, -210px, 0) rotate(-14deg) scale(.55); }
  92% { opacity: .58; }
  100% { opacity: 0; transform: translate3d(-110vw, -135px, 0) scale(.48); }
}
@keyframes ttail-flight-h {
  0% { opacity: 0; transform: translate3d(0, 0, 0) scale(.38); }
  18% { opacity: .46; }
  52% { transform: translate3d(-20vw, 180px, 0) rotate(-16deg) scale(.44); }
  80% { opacity: .4; transform: translate3d(-42vw, 290px, 0) rotate(12deg) scale(.36); }
  100% { opacity: 0; transform: translate3d(-62vw, 410px, 0) scale(.3); }
}

@media (max-width: 700px) {
  .hero-butterfly-5,
  .hero-butterfly-6,
  .hero-butterfly-7,
  .hero-butterfly-8 {
    display: none;
  }

  .hero-butterfly {
    opacity: .72;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-butterfly {
    display: none !important;
  }
}

.page-hidden .hero-butterfly,
.page-hidden .hero-butterfly::before,
.page-hidden .hero-butterfly::after { animation-play-state: paused !important; }


/* FAQ page: native replacement for legacy Divi toggle/accordion modules. */
.faq-page {
    max-width: 960px;
    margin-inline: auto;
}

.faq-page__header {
    margin-bottom: clamp(28px, 5vw, 56px);
}

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

.faq-item {
    border: 1px solid rgba(34, 28, 23, 0.16);
    border-radius: 16px;
    background: #fff;
    overflow: clip;
    box-shadow: 0 8px 30px rgba(34, 28, 23, 0.05);
}

.faq-item__question {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 72px;
    padding: 20px 24px;
    cursor: pointer;
    font-family: inherit;
    font-size: clamp(1rem, 1.5vw, 1.15rem);
    font-weight: 700;
    line-height: 1.4;
    list-style: none;
}

.faq-item__question::-webkit-details-marker {
    display: none;
}

.faq-item__question::marker {
    content: "";
}

.faq-item__question:focus-visible {
    outline: 3px solid currentColor;
    outline-offset: -4px;
}

.faq-item__icon {
    position: relative;
    flex: 0 0 20px;
    width: 20px;
    height: 20px;
}

.faq-item__icon::before,
.faq-item__icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    background: currentColor;
    transform: translate(-50%, -50%);
    transition: transform 180ms ease, opacity 180ms ease;
}

.faq-item__icon::after {
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-item[open] .faq-item__icon::after {
    opacity: 0;
    transform: translate(-50%, -50%) rotate(0deg);
}

.faq-item__answer {
    padding: 0 24px 22px;
    line-height: 1.75;
}

.faq-item__answer > :first-child {
    margin-top: 0;
}

.faq-item__answer > :last-child {
    margin-bottom: 0;
}

@media (max-width: 640px) {
    .faq-item__question {
        min-height: 64px;
        padding: 18px;
    }

    .faq-item__answer {
        padding: 0 18px 18px;
    }
}

.faq-page__intro {
    max-width: 760px;
    margin: 0.75rem 0 2rem;
}
.faq-page__medical-note {
    max-width: 820px;
    margin: 2rem 0 0;
    font-size: 0.9rem;
    line-height: 1.6;
    opacity: 0.78;
}
