/*
Theme Name: Health Tribe
Theme URI: https://wearehealthtribe.com/
Author: Digital Xcellence
Description: A dynamic wellness theme for Health Tribe, restored to the version with verified Beyuna products, lifestyle media, and metallic orange interactions.
Version: 1.3.7
Text Domain: health-tribe
*/

:root {
  --ink: #071912;
  --forest: #3d6a45;
  --forest-deep: #20452c;
  --green: #87ae73;
  --sage: #b4d394;
  --cream: #ffffff;
  --paper: #ffffff;
  --orange: #ef6f1d;
  --orange-light: #ffb05e;
  --muted: #5d6d64;
  --line: rgba(7, 25, 18, .14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; overflow-x: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input, textarea, select { font: inherit; }
section[id] { scroll-margin-top: 24px; }

.site-header {
  position: absolute; z-index: 50; top: 0; left: 50%; width: min(1440px, calc(100% - 48px));
  transform: translateX(-50%); display: grid; grid-template-columns: 215px 1fr auto;
  align-items: center; gap: 28px; padding: 22px 0; color: white;
}
.site-header-solid { position: relative; left: auto; width: 100%; transform: none; padding-inline: max(24px, calc((100vw - 1440px) / 2)); background: var(--forest-deep); }
.brand img { width: 188px; height: auto; }
.desktop-nav { display: flex; justify-content: center; gap: clamp(18px, 2.1vw, 38px); }
.desktop-nav a { position: relative; font-size: 13px; font-weight: 800; letter-spacing: .02em; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 2px; background: var(--orange-light); transition: right .3s ease; }
.desktop-nav a:hover::after { right: 0; }
.mobile-menu { display: none; }

.metal-button {
  position: relative; display: inline-flex; align-items: center; justify-content: center; gap: 9px;
  min-height: 48px; width: fit-content; padding: 0 23px; border: 1px solid #ffc17f; border-radius: 999px;
  color: white; font-size: 12px; font-weight: 900; letter-spacing: .045em; text-transform: uppercase;
  background: linear-gradient(180deg, rgba(255,255,255,.36), transparent 35%), linear-gradient(135deg, #ffad52 0%, #e75d08 47%, #ff963a 75%, #d74b00 100%);
  box-shadow: inset 0 1px 1px rgba(255,255,255,.75), inset 0 -3px 4px rgba(109,35,0,.3), 0 10px 26px rgba(226,86,5,.3);
  overflow: hidden; isolation: isolate; transform-style: preserve-3d; transition: transform .3s ease, box-shadow .3s ease;
}
.metal-button::before {
  content: ""; position: absolute; z-index: -1; top: -40%; bottom: -40%; left: -70%; width: 36%;
  transform: skewX(-22deg); background: linear-gradient(90deg, transparent, rgba(255,255,255,.92), transparent);
  animation: button-shine 3.2s ease-in-out infinite;
}
.metal-button:hover { transform: translateY(-3px); box-shadow: inset 0 1px 1px rgba(255,255,255,.8), inset 0 -3px 4px rgba(109,35,0,.28), 0 16px 34px rgba(226,86,5,.42); }
.metal-button:active { transform: translateY(2px) scale(.99); box-shadow: inset 0 3px 6px rgba(109,35,0,.35), 0 4px 10px rgba(226,86,5,.2); }
.metal-button-dark { border-color: #326148; background: linear-gradient(180deg, rgba(255,255,255,.22), transparent 34%), linear-gradient(135deg, #1f6840, #071912 55%, #184c32 100%); box-shadow: inset 0 1px 1px rgba(255,255,255,.35), inset 0 -3px 4px rgba(0,0,0,.3), 0 12px 28px rgba(7,25,18,.28); }
.metal-button-dark:hover { box-shadow: inset 0 1px 1px rgba(255,255,255,.4), inset 0 -3px 4px rgba(0,0,0,.3), 0 18px 38px rgba(7,25,18,.35); }
.metal-button-lg { min-height: 58px; padding: 0 30px; font-size: 13px; }
@keyframes button-shine { 0%, 30% { left: -70%; } 58%, 100% { left: 135%; } }

.hero {
  position: relative; min-height: 880px; display: grid; grid-template-columns: minmax(0, .9fr) minmax(500px, 1.1fr);
  align-items: center; gap: 32px; padding: 150px max(5vw, calc((100vw - 1440px) / 2)) 90px; color: white;
  background: radial-gradient(circle at 82% 12%, rgba(135,174,115,.28), transparent 28%), radial-gradient(circle at 14% 88%, rgba(239,111,29,.2), transparent 28%), linear-gradient(125deg, #20452c 0%, #3d6a45 54%, #5b8a60 100%);
  overflow: hidden;
}
.hero-grain { position: absolute; inset: 0; opacity: .14; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='3'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.16'/%3E%3C/svg%3E"); mix-blend-mode: soft-light; pointer-events: none; }
.orb { position: absolute; border-radius: 50%; }
.orb-one { width: 380px; height: 380px; right: -130px; top: 130px; border: 1px solid rgba(135,174,115,.4); animation: breathe 7s ease-in-out infinite; }
.orb-two { width: 110px; height: 110px; left: 42%; bottom: 140px; background: rgba(239,111,29,.12); filter: blur(18px); animation: float-soft 6s ease-in-out infinite reverse; }
.hero-copy { position: relative; z-index: 4; }
.eyebrow-pill { width: fit-content; display: inline-flex; align-items: center; gap: 8px; padding: 9px 14px; margin-bottom: 25px; border: 1px solid rgba(255,255,255,.18); border-radius: 999px; background: rgba(255,255,255,.07); color: #f2f2f2; font-size: 11px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; backdrop-filter: blur(12px); }
.hero h1 { max-width: 800px; margin: 0; font-size: clamp(62px, 7vw, 112px); line-height: .88; letter-spacing: -.075em; font-weight: 900; text-transform: uppercase; }
.hero h1 span { display: block; color: var(--orange-light); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; letter-spacing: -.06em; text-transform: none; }
.hero-lead { max-width: 600px; margin: 32px 0 0; color: rgba(255,255,255,.74); font-size: clamp(17px, 1.35vw, 21px); line-height: 1.65; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 26px; margin-top: 36px; }
.text-button { display: inline-flex; align-items: center; gap: 7px; color: white; font-size: 13px; font-weight: 900; border-bottom: 1px solid rgba(255,255,255,.5); padding: 9px 0; transition: gap .25s ease, color .25s ease; }
.text-button:hover { gap: 13px; color: var(--orange-light); }
.text-button.dark { color: var(--ink); border-color: var(--ink); }
.text-button.dark:hover { color: var(--orange); }
.trust-row { display: flex; gap: 22px; flex-wrap: wrap; margin-top: 32px; color: rgba(255,255,255,.62); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .06em; }
.trust-row span { display: inline-flex; align-items: center; gap: 7px; }
.trust-row svg { color: var(--sage); }
.hero-visual { position: relative; z-index: 3; min-height: 650px; display: grid; place-items: center; }
.hero-people-photo { position: absolute; inset: 3% 0 8% 7%; border: 1px solid rgba(255,255,255,.22); border-radius: 44% 44% 12% 12% / 34% 34% 10% 10%; overflow: hidden; box-shadow: 0 34px 90px rgba(0,0,0,.3), 0 0 0 12px rgba(255,255,255,.04); }
.hero-people-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(4,17,11,.28)); }
.hero-people-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 45%; filter: brightness(1.16) saturate(1.08); }
.product-family { position: absolute; z-index: 3; right: -3%; bottom: -1%; width: min(520px, 45vw); filter: drop-shadow(0 32px 20px rgba(0,0,0,.4)); animation: product-float 5.5s ease-in-out infinite; }
.visual-ring { position: absolute; left: 50%; top: 48%; border-radius: 50%; transform: translate(-50%, -50%); }
.ring-one { width: min(650px, 52vw); aspect-ratio: 1; border: 1px solid rgba(255,255,255,.12); box-shadow: 0 0 130px rgba(99,105,78,.28) inset; }
.ring-two { width: min(480px, 39vw); aspect-ratio: 1; border: 1px dashed rgba(135,174,115,.36); animation: spin 26s linear infinite; }
.floating-label { position: absolute; z-index: 5; display: flex; align-items: center; gap: 8px; padding: 11px 15px; border: 1px solid rgba(255,255,255,.16); border-radius: 14px; color: rgba(255,255,255,.8); background: rgba(7,25,18,.58); backdrop-filter: blur(14px); font-size: 10px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; }
.floating-label svg { color: var(--sage); }
.label-one { top: 15%; right: 5%; animation: float-soft 4.5s ease-in-out infinite; }
.label-two { left: 2%; bottom: 24%; animation: float-soft 5s ease-in-out .6s infinite reverse; }
@keyframes product-float { 0%,100% { transform: translateY(0) rotate(-.3deg); } 50% { transform: translateY(-15px) rotate(.5deg); } }
@keyframes float-soft { 0%,100% { transform: translateY(0); } 50% { transform: translateY(-12px); } }
@keyframes breathe { 0%,100% { transform: scale(1); opacity: .65; } 50% { transform: scale(1.08); opacity: 1; } }
@keyframes spin { to { transform: translate(-50%, -50%) rotate(360deg); } }
@keyframes hero-pan { from { transform: scale(1.02); } to { transform: scale(1.08) translateX(-1.2%); } }

.moving-strip { position: relative; z-index: 8; margin-top: -28px; overflow: hidden; color: var(--ink); background: var(--sage); border-block: 1px solid rgba(7,25,18,.1); transform: rotate(-1.2deg) scale(1.02); }
.strip-track { display: flex; width: max-content; padding: 20px 0; animation: ticker 25s linear infinite; }
.strip-group { display: flex; align-items: center; }
.strip-group span { padding: 0 24px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .14em; }
.strip-group i { display: block; width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
@keyframes ticker { to { transform: translateX(-50%); } }

.section { width: min(1440px, calc(100% - 48px)); margin-inline: auto; padding: 120px 0; }
.section-heading { margin-bottom: 50px; }
.split-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 80px; align-items: end; }
.split-heading > p { max-width: 470px; margin: 0 0 5px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.kicker { margin: 0 0 17px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .19em; text-transform: uppercase; }
.kicker.light { color: var(--sage); }
.section h2, .editorial-copy h2, .catalog-intro h2, .product-info-grid h2, .final-cta h2, .contact-note h2, .business-final h2, .story-copy h2 { margin: 0; font-size: clamp(43px, 4.8vw, 76px); line-height: .97; letter-spacing: -.06em; text-transform: uppercase; }
h2 em, .page-hero h1 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }

.intro-section { padding-top: 150px; }
.journey-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.journey-card { position: relative; min-height: 540px; border-radius: 28px; overflow: hidden; background: var(--forest); transform-style: preserve-3d; box-shadow: 0 12px 0 #e1e1e1, 0 25px 50px rgba(7,25,18,.12); transition: transform .4s ease, box-shadow .4s ease; }
.journey-card:hover { transform: perspective(1000px) translateY(-10px) rotateX(1.5deg); box-shadow: 0 17px 0 #e1e1e1, 0 35px 75px rgba(7,25,18,.24); }
.journey-card > img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; filter: saturate(.88); transition: transform .7s ease; }
.journey-card:hover > img { transform: scale(1.045); }
.journey-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 25%, rgba(4,17,11,.9) 95%); }
.journey-overlay { position: absolute; z-index: 2; inset: auto 28px 28px; color: white; }
.journey-overlay > svg:first-child { display: grid; padding: 12px; width: 50px; height: 50px; color: var(--ink); background: var(--sage); border-radius: 50%; }
.journey-overlay > span { display: block; margin-top: 22px; color: var(--orange-light); font-size: 10px; font-weight: 900; letter-spacing: .14em; }
.journey-overlay h3 { margin: 8px 0 10px; font-size: clamp(28px, 2.4vw, 41px); line-height: 1; letter-spacing: -.045em; text-transform: uppercase; }
.journey-overlay p { max-width: 310px; margin: 0; color: rgba(255,255,255,.68); line-height: 1.55; }
.journey-overlay > svg:last-child { position: absolute; right: 0; bottom: 2px; transition: transform .3s ease; }
.journey-card:hover .journey-overlay > svg:last-child { transform: translate(5px, -5px); }

.home-shop-section { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1440px) / 2)); background: var(--cream); }
.home-merch-showcase { display: grid; grid-template-columns: .82fr 1.18fr; align-items: center; gap: clamp(35px, 7vw, 110px); padding: 100px max(24px, calc((100vw - 1400px) / 2)); background: white; }
.home-merch-copy { max-width: 560px; }
.home-merch-copy h2 { margin: 0; font-size: clamp(45px, 5vw, 78px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.home-merch-copy h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 500; text-transform: none; }
.home-merch-copy > p:not(.kicker) { max-width: 520px; margin: 28px 0; color: var(--muted); line-height: 1.75; }
.home-merch-gallery { display: grid; grid-template-columns: 1.15fr .85fr; gap: 16px; align-items: stretch; }
.home-merch-gallery figure { margin: 0; overflow: hidden; border-radius: 28px; background: #ffffff; box-shadow: 0 12px 0 #e4e4e4, 0 28px 55px rgba(7,25,18,.14); }
.home-merch-gallery img { display: block; width: 100%; height: 620px; object-fit: cover; }
.home-merch-family img { object-position: center top; }
.home-merch-product img { object-position: center; }
.product-heading { display: flex; justify-content: space-between; align-items: end; gap: 24px; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; row-gap: 54px; }
.product-card { min-width: 0; }
.product-image-wrap { position: relative; display: grid; place-items: center; aspect-ratio: .93; padding: 25px; border-radius: 24px; background: white; overflow: hidden; transform-style: preserve-3d; box-shadow: 0 8px 0 #e1e1e1, 0 18px 35px rgba(7,25,18,.08); transition: transform .4s ease, box-shadow .4s ease; }
.product-image-wrap::after { content: ""; position: absolute; inset: 20% 18%; border-radius: 50%; background: radial-gradient(circle, rgba(135,174,115,.34), transparent 70%); filter: blur(8px); }
.product-image-wrap img { position: relative; z-index: 2; width: 90%; height: 90%; object-fit: contain; transition: transform .5s cubic-bezier(.2,.8,.2,1); }
.product-card:hover .product-image-wrap img { transform: scale(1.07) rotate(-2deg); }
.product-card:hover .product-image-wrap { transform: perspective(900px) translateY(-7px) rotateX(2deg); box-shadow: 0 13px 0 #e1e1e1, 0 28px 48px rgba(7,25,18,.14); }
.product-number { position: absolute; z-index: 3; top: 18px; left: 20px; color: #68736c; font-size: 10px; }
.quick-shop { position: absolute; z-index: 5; right: 16px; bottom: 16px; width: 46px; height: 46px; display: grid; place-items: center; color: white; background: var(--ink); border-radius: 50%; transition: background .3s ease, transform .3s ease; }
.quick-shop:hover { background: var(--orange); transform: rotate(-25deg); }
.product-eyebrow { margin: 19px 0 8px !important; color: #748078 !important; font-size: 9px !important; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.product-title-row { display: flex; justify-content: space-between; align-items: baseline; gap: 12px; }
.product-title-row h3 { margin: 0; font-size: 20px; letter-spacing: -.03em; }
.product-title-row strong { color: var(--orange); font-size: 14px; white-space: nowrap; }
.product-card > p:nth-of-type(2) { margin: 10px 0 0; color: #68736c; font-size: 13px; line-height: 1.6; }
.product-detail-link { display: inline-flex; align-items: center; gap: 3px; margin-top: 15px; color: #55604a; font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }

.home-story { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 8vw, 130px); align-items: center; width: min(1280px, calc(100% - 48px)); margin-inline: auto; padding: 130px 0; }
.story-photo { position: relative; }
.story-photo::before { content: ""; position: absolute; width: 70%; height: 70%; left: -8%; bottom: -6%; background: var(--sage); border-radius: 50% 18% 42% 26%; transform: rotate(-8deg); }
.story-photo > img { position: relative; width: 100%; max-height: 680px; object-fit: cover; object-position: 50% 20%; border-radius: 220px 220px 34px 34px; }
.award-card { position: absolute; right: -26px; bottom: 38px; display: flex; align-items: center; gap: 12px; padding: 18px 22px; color: white; background: var(--forest); border-radius: 18px; box-shadow: 0 18px 42px rgba(7,25,18,.26); }
.award-card svg { color: var(--orange-light); }
.award-card div { display: grid; gap: 3px; }
.award-card strong { font-size: 12px; text-transform: uppercase; }
.award-card span { color: rgba(255,255,255,.6); font-size: 10px; }
.story-copy { max-width: 660px; }
.story-copy .story-lead { margin: 28px 0 18px; font-size: 20px; line-height: 1.65; }
.story-copy > p:not(.kicker):not(.story-lead) { color: var(--muted); line-height: 1.75; }
.story-copy .metal-button { margin-top: 20px; }

.lifestyle-films { display: grid; grid-template-columns: .68fr 1.32fr; gap: clamp(34px, 6vw, 90px); align-items: center; padding: 120px max(24px, calc((100vw - 1440px) / 2)); color: white; background: radial-gradient(circle at 10% 80%, rgba(239,111,29,.2), transparent 30%), var(--forest-deep); }
.film-heading { max-width: 540px; }
.film-heading h2 { margin: 0; font-size: clamp(44px, 4.8vw, 76px); line-height: .96; letter-spacing: -.06em; text-transform: uppercase; }
.film-heading h2 em { color: var(--orange-light); }
.film-heading > p:not(.kicker) { margin: 27px 0 30px; color: rgba(255,255,255,.65); font-size: 17px; line-height: 1.72; }
.film-grid { display: grid; grid-template-columns: 1fr .78fr; gap: 18px; perspective: 1200px; }
.film-card { position: relative; min-height: 430px; border: 1px solid rgba(255,255,255,.14); border-radius: 28px; overflow: hidden; box-shadow: 0 14px 0 rgba(135,174,115,.2), 0 32px 60px rgba(0,0,0,.32); transform: rotateY(-2deg); transition: transform .45s ease, box-shadow .45s ease; }
.film-card-tall { min-height: 590px; transform: rotateY(2deg) translateY(-12px); }
.film-card:hover { transform: translateY(-10px) rotateY(0); box-shadow: 0 20px 0 rgba(135,174,115,.25), 0 42px 85px rgba(0,0,0,.42); }
.film-card video { width: 100%; height: 100%; min-height: inherit; object-fit: cover; }
.film-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(4,17,11,.9)); pointer-events: none; }
.film-overlay { position: absolute; z-index: 2; inset: auto 26px 26px; display: grid; gap: 8px; }
.film-overlay svg { width: 48px; height: 48px; margin-bottom: 8px; padding: 12px; color: var(--ink); background: var(--sage); border-radius: 50%; box-shadow: 0 7px 0 rgba(0,0,0,.25); }
.film-overlay span { color: var(--orange-light); font-size: 10px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.film-overlay strong { max-width: 330px; font-size: clamp(20px, 2vw, 30px); line-height: 1.08; text-transform: uppercase; }

.page-hero { position: relative; min-height: 610px; display: grid; place-items: end start; padding: 170px max(5vw, calc((100vw - 1440px) / 2)) 92px; color: white; background: radial-gradient(circle at 76% 16%, rgba(135,174,115,.24), transparent 26%), radial-gradient(circle at 13% 90%, rgba(239,111,29,.16), transparent 25%), linear-gradient(125deg, #20452c, #487850); overflow: hidden; }
.page-hero::after { content: ""; position: absolute; right: -110px; bottom: -180px; width: 520px; height: 520px; border: 1px solid rgba(255,255,255,.1); border-radius: 50%; box-shadow: 0 0 0 90px rgba(135,174,115,.06), 0 0 0 180px rgba(255,255,255,.018); }
.page-hero-glow { position: absolute; left: 52%; top: 40%; width: 120px; height: 120px; border-radius: 50%; background: var(--orange); opacity: .12; filter: blur(24px); animation: float-soft 6s ease-in-out infinite; }
.page-hero-inner { position: relative; z-index: 2; max-width: 1080px; }
.page-hero h1 { margin: 0; font-size: clamp(58px, 7vw, 104px); line-height: .9; letter-spacing: -.07em; text-transform: uppercase; }
.page-hero h1 em { color: var(--orange-light); }
.page-hero-inner > p:not(.kicker) { max-width: 730px; margin: 30px 0 0; color: rgba(255,255,255,.7); font-size: clamp(17px, 1.5vw, 21px); line-height: 1.7; }
.page-hero-inner > .metal-button { margin-top: 32px; }
.page-hero-with-image::before { content: ""; position: absolute; z-index: 1; inset: 0; background: linear-gradient(90deg, rgba(4,17,11,.97) 0%, rgba(4,17,11,.88) 38%, rgba(4,17,11,.35) 63%, rgba(4,17,11,.08) 100%); }
.page-hero-media { position: absolute; z-index: 0; inset: 0 0 0 44%; overflow: hidden; clip-path: polygon(12% 0, 100% 0, 100% 100%, 0 100%); }
.page-hero-media::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(4,17,11,.22)); }
.page-hero-media img, .page-hero-media video { width: 100%; height: 100%; object-fit: cover; object-position: center 35%; filter: brightness(1.15) saturate(1.06); }
.page-hero-with-image .page-hero-inner { z-index: 3; max-width: min(730px, 48vw); }
.page-hero-with-image .page-hero-glow { z-index: 2; }
.page-hero-with-image::after { z-index: 2; }
.business-clean-video-hero.page-hero { min-height: min(84vh, 900px); padding: 0; background: var(--forest-deep); }
.business-clean-video-hero.page-hero::before, .business-clean-video-hero.page-hero::after, .business-clean-video-hero .page-hero-glow, .business-clean-video-hero .page-hero-inner, .business-clean-video-hero .page-hero-media::after { display: none; }
.business-clean-video-hero .page-hero-media { inset: 0; clip-path: none; opacity: 1; }
.business-clean-video-hero .page-hero-media video { object-position: center; filter: none; }

.trust-strip { display: flex; justify-content: center; gap: 70px; padding: 24px; color: var(--ink); background: var(--sage); font-size: 11px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.trust-strip span { display: flex; align-items: center; gap: 8px; }
.catalog-section { padding: 110px max(24px, calc((100vw - 1440px) / 2)) 130px; background: var(--cream); }
.catalog-intro { display: grid; grid-template-columns: 1fr .7fr; align-items: end; gap: 70px; margin-bottom: 55px; }
.catalog-intro > p:last-child { margin: 0 0 4px; color: var(--muted); line-height: 1.75; }
.catalog-grid { grid-template-columns: repeat(4, 1fr); }
.medical-note { display: grid; grid-template-columns: .35fr 1fr; gap: 50px; padding: 38px max(24px, calc((100vw - 1100px) / 2)); color: white; background: var(--forest); }
.medical-note strong { color: var(--sage); text-transform: uppercase; letter-spacing: .08em; }
.medical-note p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.7; }

.editorial-split { display: grid; grid-template-columns: 1.08fr .92fr; gap: clamp(50px, 8vw, 120px); align-items: center; width: min(1400px, calc(100% - 48px)); margin-inline: auto; padding: 125px 0; }
.editorial-split.reverse .editorial-image { order: 2; }
.editorial-image { position: relative; min-height: 610px; }
.editorial-image::before { content: ""; position: absolute; inset: 34px -20px -20px 34px; border-radius: 32px; background: var(--sage); }
.editorial-image img { position: relative; z-index: 2; width: 100%; height: 100%; min-height: 610px; object-fit: cover; border-radius: 32px; }
.portrait-image img { object-position: 50% 20%; }
.image-stamp { position: absolute; z-index: 3; right: -20px; bottom: 35px; display: flex; align-items: center; gap: 10px; padding: 16px 20px; color: white; background: var(--forest); border-radius: 14px; box-shadow: 0 18px 40px rgba(7,25,18,.25); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.image-stamp svg { color: var(--orange-light); }
.editorial-copy { max-width: 640px; }
.editorial-copy .lead { margin: 30px 0 18px; color: var(--ink); font-size: 20px; line-height: 1.65; }
.editorial-copy > p:not(.kicker):not(.lead) { color: var(--muted); line-height: 1.78; }
.editorial-copy .metal-button { margin-top: 22px; }
.about-split { grid-template-columns: .84fr 1.16fr; }
.values-section { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; padding: 0 max(24px, calc((100vw - 1400px) / 2)) 125px; }
.value-card, .business-steps article { position: relative; min-height: 340px; padding: 34px; border-radius: 26px; background: var(--cream); box-shadow: 0 8px 0 #e3e3e3, 0 22px 45px rgba(7,25,18,.08); transition: transform .35s ease, box-shadow .35s ease; }
.value-card:hover, .business-steps article:hover { transform: perspective(900px) translateY(-7px) rotateX(1.5deg); box-shadow: 0 13px 0 #e3e3e3, 0 30px 55px rgba(7,25,18,.14); }
.value-card:nth-child(2) { color: white; background: var(--forest); }
.value-card > svg { width: 48px; height: 48px; padding: 12px; color: var(--ink); background: var(--sage); border-radius: 50%; }
.value-card > span { position: absolute; right: 30px; top: 30px; color: var(--orange); font-size: 11px; font-weight: 900; }
.value-card h3 { margin: 100px 0 12px; font-size: 30px; letter-spacing: -.04em; text-transform: uppercase; }
.value-card p { margin: 0; opacity: .68; line-height: 1.65; }

.icon-boxes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0 max(24px, calc((100vw - 1400px) / 2)) 110px; }
.icon-boxes article { padding: 30px; border: 1px solid var(--line); border-radius: 24px; background: white; }
.icon-boxes svg { width: 45px; height: 45px; padding: 11px; color: var(--ink); background: var(--sage); border-radius: 50%; }
.icon-boxes h3 { margin: 40px 0 10px; font-size: 23px; text-transform: uppercase; }
.icon-boxes p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.65; }
.curated-products { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1440px) / 2)); background: var(--cream); }
.metric-band { display: grid; grid-template-columns: repeat(4, 1fr); color: white; background: var(--forest); }
.metric-band > div { display: grid; place-items: center; gap: 8px; padding: 45px 20px; border-right: 1px solid rgba(255,255,255,.1); }
.metric-band svg { color: var(--sage); }
.metric-band strong { font-size: 20px; text-transform: uppercase; }
.metric-band span { color: rgba(255,255,255,.52); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }

.business-editorial { padding-bottom: 95px; }
.business-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; padding: 0 max(24px, calc((100vw - 1400px) / 2)) 125px; }
.business-steps article { min-height: 360px; background: #ffffff; }
.business-steps article:nth-child(even) { background: #ffffff; }
.business-steps article > span { color: var(--orange); font-size: 11px; font-weight: 900; letter-spacing: .12em; }
.business-steps svg { display: block; margin-top: 50px; width: 38px; height: 38px; }
.business-steps h3 { margin: 30px 0 10px; font-size: 28px; text-transform: uppercase; }
.business-steps p { margin: 0; color: var(--muted); line-height: 1.65; }
.business-final { min-height: 590px; display: grid; place-items: center; padding: 80px 24px; color: white; text-align: center; background: radial-gradient(circle at 20% 90%, rgba(239,111,29,.2), transparent 30%), var(--forest-deep); }
.business-final > div { max-width: 950px; }
.business-final h2 em { color: var(--orange-light); }
.business-final .metal-button { margin: 36px auto 0; }

.contact-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; padding: 110px max(24px, calc((100vw - 1300px) / 2)); }
.contact-grid article { min-height: 420px; display: flex; flex-direction: column; align-items: flex-start; padding: 38px; border-radius: 28px; background: var(--cream); }
.contact-grid article { box-shadow: 0 8px 0 #e1e1e1, 0 22px 44px rgba(7,25,18,.08); transition: transform .35s ease, box-shadow .35s ease; }
.contact-grid article:hover { transform: perspective(900px) translateY(-7px) rotateX(1.5deg); box-shadow: 0 13px 0 #e1e1e1, 0 30px 55px rgba(7,25,18,.14); }
.contact-grid article:nth-child(1), .contact-grid article:nth-child(4) { color: white; background: var(--forest); }
.contact-grid article > svg { width: 50px; height: 50px; padding: 13px; color: var(--ink); background: var(--sage); border-radius: 50%; }
.contact-grid .kicker { margin-top: 50px; }
.contact-grid h2 { margin: 0; font-size: 38px; text-transform: uppercase; letter-spacing: -.04em; }
.contact-grid article > p:not(.kicker) { max-width: 520px; color: var(--muted); line-height: 1.7; }
.contact-grid article:nth-child(1) > p:not(.kicker), .contact-grid article:nth-child(4) > p:not(.kicker) { color: rgba(255,255,255,.65); }
.contact-grid .metal-button, .contact-link { margin-top: auto; }
.contact-link { display: inline-flex; align-items: center; gap: 8px; color: var(--orange); font-weight: 900; }
.contact-note { display: grid; grid-template-columns: 1fr .8fr; gap: 90px; align-items: end; padding: 100px max(24px, calc((100vw - 1300px) / 2)); color: white; background: var(--forest-deep); }
.contact-note h2 em { color: var(--orange-light); }
.contact-note > p { margin: 0; color: rgba(255,255,255,.62); line-height: 1.75; }

.product-detail-hero { min-height: 780px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: linear-gradient(130deg, #0a2a1b, #04110b); }
.product-detail-image { position: relative; display: grid; place-items: center; padding: 150px 7vw 80px; overflow: hidden; background: linear-gradient(145deg, #ffffff, #ffffff); }
.product-detail-image img { position: relative; z-index: 2; width: min(620px, 90%); max-height: 560px; object-fit: contain; filter: drop-shadow(0 38px 25px rgba(7,25,18,.23)); animation: product-float 5.5s ease-in-out infinite; }
.product-halo { position: absolute; width: 65%; aspect-ratio: 1; border-radius: 50%; background: var(--sage); filter: blur(2px); opacity: .72; }
.product-detail-copy { align-self: center; max-width: 690px; padding: 150px clamp(38px, 7vw, 110px) 80px; }
.back-link { display: inline-flex; align-items: center; gap: 7px; margin-bottom: 44px; color: rgba(255,255,255,.54); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.product-detail-copy h1 { margin: 0; font-size: clamp(52px, 6vw, 92px); line-height: .92; letter-spacing: -.065em; text-transform: uppercase; }
.detail-price { display: block; margin-top: 18px; color: var(--orange-light); font-size: 25px; }
.detail-summary { margin: 28px 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.75; }
.availability-note { display: flex; align-items: center; gap: 8px; width: fit-content; margin: 0 0 26px; padding: 12px 15px; color: #ffb05e; background: rgba(239,111,29,.14); border: 1px solid rgba(255,176,94,.3); border-radius: 12px; font-size: 12px; font-weight: 800; }
.checkout-note { display: flex; align-items: center; gap: 6px; margin: 15px 0 0; color: rgba(255,255,255,.38); font-size: 10px; }
.product-info-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding: 115px max(24px, calc((100vw - 1300px) / 2)); }
.product-info-grid ul { display: grid; gap: 15px; margin: 34px 0 0; padding: 0; list-style: none; }
.product-info-grid li { display: flex; align-items: center; gap: 10px; padding-bottom: 15px; border-bottom: 1px solid var(--line); }
.product-info-grid li svg { color: var(--green); }
.product-principles { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; align-items: stretch; }
.product-principles > div { padding: 30px; border-radius: 24px; background: var(--cream); }
.product-principles svg { width: 48px; height: 48px; padding: 12px; color: var(--ink); background: var(--sage); border-radius: 50%; }
.product-principles h3 { margin: 70px 0 10px; font-size: 23px; text-transform: uppercase; }
.product-principles p { margin: 0; color: var(--muted); line-height: 1.7; }
.related-section { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1300px) / 2)); background: var(--cream); }
.related-grid { grid-template-columns: repeat(3, 1fr); }

.insights-section { width: 100%; max-width: none; padding-inline: max(24px, calc((100vw - 1440px) / 2)); background: #ffffff; }
.blog-grid { display: grid; grid-template-columns: 1.3fr .85fr .85fr; gap: 20px; perspective: 1200px; }
.blog-card { position: relative; min-height: 470px; border-radius: 28px; overflow: hidden; background: var(--forest); box-shadow: 0 10px 0 rgba(7,25,18,.16), 0 26px 50px rgba(7,25,18,.16); transition: transform .4s ease, box-shadow .4s ease; }
.blog-card:hover { transform: perspective(1000px) translateY(-9px) rotateX(1.5deg); box-shadow: 0 16px 0 rgba(7,25,18,.18), 0 36px 70px rgba(7,25,18,.25); }
.blog-card > a { position: absolute; inset: 0; }
.blog-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.blog-card:hover img { transform: scale(1.055); }
.blog-card > a::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(4,17,11,.04) 25%, rgba(4,17,11,.92) 100%); }
.blog-card-overlay { position: absolute; z-index: 2; inset: auto 28px 28px; color: white; }
.blog-meta { display: flex; flex-wrap: wrap; gap: 10px; color: #f2f2f2; font-size: 10px; font-weight: 900; letter-spacing: .09em; text-transform: uppercase; }
.blog-meta span::after { content: "·"; margin-left: 10px; color: var(--orange-light); }
.blog-card h3 { max-width: 590px; margin: 14px 52px 0 0; font-size: clamp(24px, 2.1vw, 34px); line-height: 1.05; letter-spacing: -.035em; text-transform: uppercase; }
.blog-card-featured h3 { font-size: clamp(31px, 3.1vw, 50px); }
.blog-arrow { position: absolute; right: 0; bottom: 0; display: grid; place-items: center; width: 46px; height: 46px; color: var(--ink); background: var(--sage); border-radius: 50%; box-shadow: 0 7px 0 rgba(0,0,0,.24); transition: transform .3s ease; }
.blog-card:hover .blog-arrow { transform: translate(3px, -5px) rotate(8deg); }
.journal-section { padding: 115px max(24px, calc((100vw - 1440px) / 2)) 135px; background: var(--cream); }
.journal-intro { display: grid; grid-template-columns: 1.05fr .65fr; gap: 70px; align-items: end; margin-bottom: 55px; }
.journal-intro h2 { margin: 0; font-size: clamp(44px, 4.8vw, 76px); line-height: .97; letter-spacing: -.06em; text-transform: uppercase; }
.journal-intro > p { margin: 0 0 4px; color: var(--muted); line-height: 1.75; }
.journal-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 28px 20px; }
.journal-grid .blog-card-featured { grid-column: 1 / -1; min-height: 620px; }

.final-cta { position: relative; display: grid; place-items: center; min-height: 570px; padding: 90px 24px; background: var(--cream); overflow: hidden; }
.final-cta::before, .final-cta::after { content: ""; position: absolute; border-radius: 50%; }
.final-cta::before { width: 450px; height: 450px; left: -150px; bottom: -240px; background: #f1f1f1; }
.final-cta::after { width: 290px; height: 290px; right: -120px; top: -100px; border: 65px solid #ffb05e; }
.final-cta-inner { position: relative; z-index: 2; width: min(1000px, 100%); text-align: center; }
.final-cta h2 { margin-bottom: 36px; }
.final-cta .metal-button { margin-inline: auto; }

footer { padding: 0 0 25px; color: white; background: #04100b; overflow: hidden; }
.footer-marquee { display: flex; width: max-content; padding: 17px 0; color: var(--ink); background: var(--sage); animation: ticker 24s linear infinite; }
.footer-marquee > div { display: flex; align-items: center; }
.footer-marquee span { padding: 0 25px; font-size: 11px; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.footer-marquee i { width: 7px; height: 7px; border-radius: 50%; background: var(--orange); }
.footer-main { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; align-items: end; padding: 80px max(5vw, calc((100vw - 1440px) / 2)) 65px; border-bottom: 1px solid rgba(255,255,255,.1); }
.footer-brand-block img { width: 215px; }
.footer-brand-block h2 { max-width: 720px; margin: 32px 0 18px; font-size: clamp(42px, 5vw, 78px); line-height: .92; letter-spacing: -.06em; text-transform: uppercase; }
.footer-brand-block h2 em { color: var(--orange-light); font-family: Georgia, "Times New Roman", serif; font-weight: 500; text-transform: none; }
.footer-brand-block p { max-width: 620px; color: rgba(255,255,255,.6); line-height: 1.7; }
.footer-brand-block .metal-button { margin-top: 16px; }
.footer-nav-groups { display: grid; grid-template-columns: repeat(2, 1fr); gap: 45px; }
.footer-nav-groups > div { display: grid; gap: 13px; }
.footer-nav-groups strong { margin-bottom: 8px; color: var(--sage); font-size: 10px; text-transform: uppercase; letter-spacing: .15em; }
.footer-nav-groups a { color: rgba(255,255,255,.66); font-size: 14px; font-weight: 800; transition: color .25s ease, transform .25s ease; }
.footer-nav-groups a:hover { color: var(--orange-light); transform: translateX(5px); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 23px; color: rgba(255,255,255,.34); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.footer-bottom { padding-inline: max(5vw, calc((100vw - 1440px) / 2)); }

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: reveal-up .75s ease-out both; }
  @keyframes reveal-up { from { opacity: 0; transform: translateY(24px); } to { opacity: 1; transform: none; } }
}

@media (max-width: 1100px) {
  .site-header { grid-template-columns: 190px 1fr auto; width: calc(100% - 36px); }
  .desktop-nav { gap: 15px; }
  .desktop-nav a { font-size: 11px; }
  .header-cta { padding-inline: 16px; }
  .hero { grid-template-columns: 1fr; min-height: 1140px; padding-top: 170px; }
  .hero-copy { max-width: 800px; }
  .hero-visual { min-height: 520px; }
  .hero-people-photo { inset: 0 3% 2% 18%; }
  .product-family { width: min(720px, 80vw); }
  .ring-one { width: 610px; } .ring-two { width: 470px; }
  .journey-grid { grid-template-columns: repeat(2, 1fr); }
  .journey-card:last-child { grid-column: 1 / -1; min-height: 460px; }
  .journey-card:last-child > img { min-height: 460px; }
  .product-grid, .catalog-grid { grid-template-columns: repeat(2, 1fr); }
  .editorial-split { grid-template-columns: 1fr; }
  .editorial-split.reverse .editorial-image { order: initial; }
  .editorial-copy { max-width: 820px; }
  .values-section, .business-steps { grid-template-columns: repeat(2, 1fr); }
  .icon-boxes { grid-template-columns: repeat(2, 1fr); }
  .product-detail-hero { grid-template-columns: 1fr; }
  .product-detail-image { min-height: 620px; }
  .product-detail-copy { max-width: 900px; }
  .product-info-grid { grid-template-columns: 1fr; }
  .lifestyle-films { grid-template-columns: 1fr; }
  .film-heading { max-width: 760px; }
  .film-grid { grid-template-columns: 1.1fr .9fr; }
  .page-hero-media { inset: 0 0 0 36%; }
  .page-hero-with-image .page-hero-inner { max-width: 58vw; }
  .blog-grid { grid-template-columns: 1fr 1fr; }
  .blog-grid .blog-card-featured { grid-column: 1 / -1; min-height: 560px; }
}

@media (max-width: 760px) {
  .site-header { grid-template-columns: 1fr auto; width: calc(100% - 32px); padding-top: 18px; }
  .site-header-solid { width: 100%; padding-inline: 16px; }
  .brand img { width: 160px; }
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { position: relative; display: block; }
  .mobile-menu summary { display: grid; place-items: center; width: 45px; height: 45px; border: 1px solid rgba(255,255,255,.2); border-radius: 50%; background: rgba(255,255,255,.08); list-style: none; cursor: pointer; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .menu-close { display: none; }
  .mobile-menu[open] .menu-open { display: none; }
  .mobile-menu[open] .menu-close { display: block; }
  .mobile-menu nav { position: absolute; right: 0; top: 58px; width: min(330px, calc(100vw - 32px)); display: grid; gap: 4px; padding: 18px; color: var(--ink); background: rgba(255,253,248,.98); border: 1px solid var(--line); border-radius: 20px; box-shadow: 0 22px 70px rgba(0,0,0,.28); }
  .mobile-menu nav > a:not(.metal-button) { padding: 13px 8px; border-bottom: 1px solid rgba(7,25,18,.08); font-size: 13px; font-weight: 800; }
  .mobile-menu nav .metal-button { width: 100%; margin-top: 8px; }
  .hero { min-height: 1020px; display: block; padding: 140px 20px 85px; }
  .hero h1 { font-size: clamp(52px, 16vw, 74px); }
  .hero-lead { font-size: 16px; }
  .hero-actions { gap: 14px; }
  .hero-actions .metal-button { width: 100%; }
  .trust-row { gap: 12px 18px; }
  .hero-visual { min-height: 390px; margin-top: 30px; }
  .hero-people-photo { inset: 0 -4% 4% 8%; border-radius: 28px 28px 130px 28px; }
  .product-family { left: -19%; bottom: -5%; width: 112vw; max-width: none; }
  .ring-one { width: 92vw; } .ring-two { width: 72vw; }
  .label-one { right: 0; top: 3%; } .label-two { left: 0; bottom: 18%; }
  .moving-strip { margin-top: -16px; }
  .section { width: calc(100% - 32px); padding: 85px 0; }
  .intro-section { padding-top: 110px; }
  .split-heading, .catalog-intro { grid-template-columns: 1fr; gap: 24px; }
  .journey-grid { grid-template-columns: 1fr; }
  .journey-card, .journey-card:last-child { grid-column: auto; min-height: 450px; }
  .journey-card > img, .journey-card:last-child > img { min-height: 450px; }
  .home-shop-section, .catalog-section, .curated-products, .related-section { width: 100%; padding-inline: 16px; }
  .product-heading { flex-direction: column; align-items: flex-start; }
  .product-grid, .catalog-grid, .related-grid { grid-template-columns: 1fr; }
  .home-story { grid-template-columns: 1fr; gap: 75px; width: calc(100% - 32px); padding: 90px 0; }
  .home-merch-showcase { grid-template-columns: 1fr; gap: 35px; padding: 85px 16px; }
  .home-merch-gallery { grid-template-columns: 1fr; }
  .home-merch-gallery img { height: 520px; }
  .story-photo { width: calc(100% - 18px); }
  .award-card { right: -18px; bottom: -24px; }
  .page-hero { min-height: 680px; padding: 150px 20px 72px; }
  .page-hero h1 { font-size: clamp(52px, 15vw, 72px); }
  .page-hero-media { inset: 0; clip-path: none; opacity: .58; }
  .page-hero-with-image::before { background: linear-gradient(180deg, rgba(4,17,11,.45), rgba(4,17,11,.76) 45%, rgba(4,17,11,.98) 100%); }
  .page-hero-with-image .page-hero-inner { max-width: none; }
  .trust-strip { justify-content: flex-start; gap: 14px; overflow-x: auto; padding-inline: 20px; }
  .trust-strip span { min-width: 245px; }
  .medical-note { grid-template-columns: 1fr; gap: 14px; }
  .editorial-split { width: calc(100% - 32px); padding: 90px 0; gap: 70px; }
  .editorial-image, .editorial-image img { min-height: 430px; }
  .values-section, .business-steps, .icon-boxes { grid-template-columns: 1fr; padding-inline: 16px; }
  .metric-band { grid-template-columns: repeat(2, 1fr); }
  .contact-grid { grid-template-columns: 1fr; padding: 80px 16px; }
  .contact-note { grid-template-columns: 1fr; gap: 30px; padding: 80px 20px; }
  .product-detail-image { min-height: 520px; padding: 145px 20px 50px; }
  .product-detail-copy { padding: 75px 22px; }
  .product-detail-copy h1 { font-size: 52px; }
  .product-info-grid { gap: 55px; padding: 85px 20px; }
  .product-principles { grid-template-columns: 1fr; }
  .lifestyle-films { padding: 85px 16px; }
  .film-grid { grid-template-columns: 1fr; }
  .film-card, .film-card-tall { min-height: 470px; transform: none; }
  .insights-section { width: 100%; padding-inline: 16px; }
  .blog-grid, .journal-grid { grid-template-columns: 1fr; }
  .blog-grid .blog-card-featured, .journal-grid .blog-card-featured { grid-column: auto; min-height: 500px; }
  .journal-section { padding: 85px 16px 100px; }
  .journal-intro { grid-template-columns: 1fr; gap: 24px; }
  .final-cta { min-height: 540px; }
  .footer-top { grid-template-columns: 1fr; }
  .footer-links { flex-wrap: wrap; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 420px) {
  .hero { min-height: 980px; }
  .hero h1 { font-size: 50px; }
  .floating-label { display: none; }
  .section h2, .editorial-copy h2, .catalog-intro h2, .product-info-grid h2, .final-cta h2, .contact-note h2, .business-final h2, .story-copy h2 { font-size: 41px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* WordPress content bridge */
.theme-empty { padding: 30px; background: var(--cream); border-radius: 20px; color: var(--muted); }
.product-detail-content { margin-bottom: 30px; color: var(--muted); font-size: 17px; line-height: 1.8; }
.product-detail-content p { margin: 0 0 16px; }
.business-gallery-section { padding: 115px max(24px, calc((100vw - 1440px) / 2)); background: var(--cream); }
.gallery-heading { display: grid; grid-template-columns: 1.15fr .6fr; align-items: end; gap: 60px; margin: 0 auto 48px; max-width: 1440px; }
.gallery-heading h2 { margin: 0; font-size: clamp(43px, 4.8vw, 76px); line-height: .97; letter-spacing: -.06em; text-transform: uppercase; }
.gallery-heading h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.gallery-heading > p { margin: 0; color: var(--muted); line-height: 1.75; }
.business-gallery { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 230px; gap: 16px; max-width: 1440px; margin: 0 auto; }
.business-gallery figure { margin: 0; overflow: hidden; border-radius: 20px; background: var(--forest); box-shadow: 0 9px 0 #e1e1e1, 0 19px 38px rgba(7,25,18,.11); }
.business-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .45s ease; }
.business-gallery figure:hover img { transform: scale(1.06); }
.business-gallery figure:nth-child(1), .business-gallery figure:nth-child(10) { grid-column: span 2; grid-row: span 2; }
@media (max-width: 800px) { .gallery-heading { grid-template-columns: 1fr; gap: 20px; } .business-gallery { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 180px; } }
.product-principles { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 125px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 90px; }
.principles-intro h2, .clean-label-band h2 { margin: 0; font-size: clamp(43px, 4.8vw, 76px); line-height: .97; letter-spacing: -.06em; text-transform: uppercase; }
.principles-intro h2 em, .clean-label-band h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.principles-intro > p:last-child { max-width: 440px; color: var(--muted); line-height: 1.8; }
.principles-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 16px; }
.principles-grid article { padding: 28px; min-height: 230px; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); box-shadow: 0 8px 0 #e1e1e1; }
.principles-grid article:last-child { grid-column: span 2; }
.principles-grid span { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .13em; }
.principles-grid h3 { margin: 34px 0 10px; font-size: 28px; text-transform: uppercase; letter-spacing: -.04em; }
.principles-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.clean-label-band { display: grid; grid-template-columns: 1fr .8fr auto; gap: 48px; align-items: center; padding: 95px max(24px, calc((100vw - 1440px) / 2)); color: white; background: var(--forest-deep); }
.clean-label-points { display: grid; gap: 10px; color: rgba(255,255,255,.72); font-weight: 700; }
.clean-label-points span::before { content: '✓'; color: var(--sage); margin-right: 9px; }
@media (max-width: 900px) { .product-principles { grid-template-columns: 1fr; gap: 48px; } .clean-label-band { grid-template-columns: 1fr; gap: 30px; } }
@media (max-width: 560px) { .principles-grid { grid-template-columns: 1fr; } .principles-grid article:last-child { grid-column: auto; } }
.media-carousel-section { padding: 105px 0 118px; overflow: hidden; color: white; background: linear-gradient(125deg, #071912, #103523); }
.media-carousel-heading { width: min(1440px, calc(100% - 48px)); margin: 0 auto 42px; }
.media-carousel-heading h2 { margin: 0; font-size: clamp(43px, 4.8vw, 76px); line-height: .97; letter-spacing: -.06em; text-transform: uppercase; }
.media-carousel-heading h2 em { color: var(--orange-light); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.media-logo-marquee { overflow: hidden; mask-image: linear-gradient(90deg, transparent, #000 7%, #000 93%, transparent); }
.media-logo-track { display: flex; width: max-content; animation: media-marquee 55s linear infinite; }
.media-logo-set { display: flex; gap: 18px; padding-right: 18px; }
.media-logo { width: 210px; height: 126px; display: grid; place-items: center; padding: 22px; border: 1px solid rgba(255,255,255,.15); border-radius: 18px; background: rgba(255,255,255,.94); box-shadow: 0 14px 30px rgba(0,0,0,.18); }
.media-logo img { width: 100%; height: 100%; object-fit: contain; mix-blend-mode: multiply; }
.media-logo-marquee:hover .media-logo-track { animation-play-state: paused; }
@keyframes media-marquee { to { transform: translateX(-50%); } }
@media (max-width: 600px) { .media-carousel-section { padding-block: 80px; } .media-logo { width: 165px; height: 106px; padding: 17px; } }
.business-spotlight { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 130px 0 90px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 24px; }
.business-story { overflow: hidden; border-radius: 28px; background: var(--forest); color: white; box-shadow: 0 18px 45px rgba(7,25,18,.14); }
.business-story img { width: 100%; display: block; object-fit: cover; }
.story-wide img { aspect-ratio: 1.45; }
.story-portrait img { aspect-ratio: .78; object-position: center; }
.business-story > div { padding: 34px; }
.business-story h2, .business-milestones h2 { margin: 0; font-size: clamp(32px, 3.3vw, 56px); line-height: .98; letter-spacing: -.06em; text-transform: uppercase; }
.business-story h2 em, .business-milestones h2 em { color: var(--orange-light); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.business-story p:last-child { margin: 19px 0 0; color: rgba(255,255,255,.7); line-height: 1.7; }
.business-milestones { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 130px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.business-milestones article { position: relative; min-height: 490px; overflow: hidden; border-radius: 28px; color: white; background: var(--ink); }
.business-milestones article::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 35%, rgba(4,17,11,.9) 100%); }
.business-milestones img { width: 100%; height: 100%; position: absolute; inset: 0; object-fit: cover; transition: transform .6s ease; }
.business-milestones article:hover img { transform: scale(1.05); }
.business-milestones article > div { position: absolute; z-index: 1; left: 32px; right: 32px; bottom: 32px; }
@media (max-width: 760px) { .business-spotlight, .business-milestones { grid-template-columns: 1fr; padding-block: 70px; } .business-milestones { padding-top: 0; } }
.about-manifesto { padding: 118px max(24px, calc((100vw - 1440px) / 2)); color: white; background: radial-gradient(circle at 80% 8%, rgba(135,174,115,.24), transparent 25%), var(--forest-deep); }
.about-manifesto-intro { max-width: 850px; }
.about-manifesto h2 { margin: 0; font-size: clamp(48px, 6vw, 94px); line-height: .91; letter-spacing: -.07em; text-transform: uppercase; }
.about-manifesto h2 em { color: var(--orange-light); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.about-manifesto-intro > p:last-child { max-width: 650px; margin: 28px 0 0; color: rgba(255,255,255,.72); font-size: 18px; line-height: 1.75; }
.about-pillars { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-top: 64px; }
.about-pillars article { min-height: 260px; padding: 30px; border: 1px solid rgba(255,255,255,.16); border-radius: 22px; background: rgba(255,255,255,.06); }
.about-pillars article { position: relative; padding-top: 210px; overflow: hidden; }
.about-pillars article::before { content: ''; position: absolute; inset: 0 0 auto; height: 175px; background-position: center; background-size: cover; filter: brightness(1.1) saturate(1.04); }
.about-pillars article:nth-child(1)::before { background-image: url('assets/images/family-wellness.png'); }
.about-pillars article:nth-child(2)::before { background-image: url('assets/images/wellness-community.png'); }
.about-pillars article:nth-child(3)::before { background-image: url('assets/images/active-performance.png'); }
.about-pillars span { color: var(--sage); font-size: 12px; font-weight: 900; letter-spacing: .14em; }
.about-pillars h3 { margin: 30px 0 12px; font-size: 30px; letter-spacing: -.05em; text-transform: uppercase; }
.about-pillars p { margin: 0; color: rgba(255,255,255,.68); line-height: 1.65; }
.about-manifesto-cta { display: flex; align-items: center; justify-content: space-between; gap: 34px; margin-top: 48px; padding-top: 42px; border-top: 1px solid rgba(255,255,255,.16); }
.about-manifesto-cta strong { max-width: 680px; font-size: clamp(20px, 2vw, 29px); line-height: 1.25; }
@media (max-width: 760px) { .about-pillars { grid-template-columns: 1fr; } .about-manifesto-cta { align-items: flex-start; flex-direction: column; } }
.business-event-reel { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 0 0 130px; display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.event-reel-photo, .event-reel-video { min-height: 380px; overflow: hidden; border-radius: 26px; background: var(--forest); }
.event-reel-photo img, .event-reel-video video { width: 100%; height: 100%; object-fit: cover; }
.event-reel-copy { grid-column: 1 / -1; max-width: 760px; padding: 34px 0 0; }
.event-reel-copy h2 { margin: 0; font-size: clamp(40px, 4.6vw, 70px); line-height: .96; letter-spacing: -.06em; text-transform: uppercase; }
.event-reel-copy h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.event-reel-copy p:last-child { max-width: 600px; margin: 22px 0 0; color: var(--muted); line-height: 1.75; }
@media (max-width: 760px) { .business-event-reel { grid-template-columns: 1fr; padding-bottom: 75px; } .event-reel-copy { grid-column: auto; } }
.business-aftermovies { padding: 0 max(24px, calc((100vw - 1440px) / 2)) 130px; background: var(--forest-deep); color: white; }
.business-aftermovies-heading { max-width: 800px; margin: 0 auto 46px; padding-top: 118px; text-align: center; }
.business-aftermovies-heading h2 { margin: 0; font-size: clamp(44px, 5vw, 78px); line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
.business-aftermovies-heading h2 em { color: var(--orange-light); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.business-aftermovies-heading > p:last-child { max-width: 600px; margin: 22px auto 0; color: rgba(255,255,255,.7); line-height: 1.75; }
.business-aftermovies-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; max-width: 1440px; margin: 0 auto; }
.business-aftermovies-grid article { overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: 26px; background: rgba(255,255,255,.06); }
.business-aftermovies-grid video { display: block; width: 100%; aspect-ratio: 16 / 9; background: #050b08; object-fit: cover; }
.business-aftermovies-grid article > div { padding: 25px 28px 29px; }
.business-aftermovies-grid h3 { margin: 8px 0 0; font-size: clamp(25px, 2.3vw, 36px); letter-spacing: -.045em; text-transform: uppercase; }
@media (max-width: 760px) { .business-aftermovies { padding-bottom: 76px; } .business-aftermovies-heading { padding-top: 76px; } .business-aftermovies-grid { grid-template-columns: 1fr; } }
.awards-showcase { padding: 120px max(24px, calc((100vw - 1440px) / 2)); background: var(--cream); }
.awards-heading { max-width: 760px; margin: 0 auto 56px; text-align: center; }
.awards-heading h2 { margin: 0; font-size: clamp(45px, 5vw, 78px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.awards-heading h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.awards-heading p:last-child { margin: 22px auto 0; max-width: 560px; color: var(--muted); line-height: 1.7; }
.awards-grid { max-width: 1150px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; align-items: end; }
.awards-grid figure { display: grid; place-items: center; min-height: 470px; margin: 0; padding: 30px; border-radius: 26px; background: white; box-shadow: 0 10px 0 #e1e1e1, 0 20px 50px rgba(7,25,18,.1); }
.awards-grid img { width: 100%; max-height: 350px; object-fit: contain; }
.awards-grid figcaption { margin-top: 18px; color: var(--ink); font-size: 12px; font-weight: 900; line-height: 1.45; text-align: center; text-transform: uppercase; letter-spacing: .05em; }
@media (max-width: 760px) { .awards-grid { grid-template-columns: 1fr; max-width: 410px; } .awards-grid figure { min-height: 430px; } }
.business-latest { padding: 0 max(24px, calc((100vw - 1440px) / 2)) 130px; background: linear-gradient(180deg, #fff 0%, var(--cream) 100%); }
.business-latest-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 36px; max-width: 1440px; margin: 0 auto 42px; align-items: end; }
.business-latest-heading h2, .product-community-proof h2 { margin: 0; font-size: clamp(42px, 5vw, 76px); line-height: .94; letter-spacing: -.065em; text-transform: uppercase; }
.business-latest-heading h2 em, .product-community-proof h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.business-latest-heading > p { max-width: 510px; margin: 0; color: var(--muted); line-height: 1.75; }
.business-latest-grid { display: grid; grid-template-columns: repeat(3, 1fr); grid-auto-rows: 300px; gap: 18px; max-width: 1440px; margin: 0 auto; }
.business-latest-grid figure { position: relative; overflow: hidden; margin: 0; border-radius: 24px; background: var(--forest); }
.business-latest-grid .latest-wide { grid-column: span 2; grid-row: span 2; }
.business-latest-grid img { width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease; }
.business-latest-grid figure:hover img { transform: scale(1.045); }
.business-latest-grid figcaption { position: absolute; inset: auto 20px 18px; z-index: 1; color: #fff; font-size: 12px; font-weight: 900; letter-spacing: .07em; text-transform: uppercase; }
.business-latest-grid figure::after { content: ''; position: absolute; inset: 45% 0 0; background: linear-gradient(transparent, rgba(5,20,13,.82)); pointer-events: none; }
.product-community-proof { width: min(1440px, calc(100% - 48px)); margin: 0 auto; padding: 125px 0; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.product-community-proof img { width: 100%; aspect-ratio: 1.15; object-fit: cover; border-radius: 28px; box-shadow: 0 15px 0 #e1e1e1, 0 28px 50px rgba(7,25,18,.12); }
.product-community-proof div > p:last-child { max-width: 470px; margin: 25px 0 0; color: var(--muted); line-height: 1.75; }
.suggested-products { padding: 0 max(24px, calc((100vw - 1440px) / 2)) 125px; background: var(--cream); }
.suggested-products-heading { display: grid; grid-template-columns: 1fr .7fr; gap: 50px; align-items: end; max-width: 1440px; margin: 0 auto 44px; }
.suggested-products-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 74px); line-height: .95; letter-spacing: -.06em; text-transform: uppercase; }
.suggested-products-heading h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-style: italic; font-weight: 500; text-transform: none; }
.suggested-products-heading > p:last-child { max-width: 510px; margin: 0; color: var(--muted); line-height: 1.75; }
.suggested-products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; max-width: 1440px; margin: 0 auto; }
.suggested-products-grid article { min-height: 250px; padding: 30px; border-radius: 24px; background: white; box-shadow: 0 8px 0 #e1e1e1; }
.suggested-index { color: var(--orange); font-size: 12px; font-weight: 900; letter-spacing: .12em; }
.suggested-products-grid h3 { margin: 68px 0 12px; font-size: 32px; letter-spacing: -.05em; text-transform: uppercase; }
.suggested-products-grid p { min-height: 50px; margin: 0 0 18px; color: var(--muted); line-height: 1.6; }
.suggested-products-grid a { color: var(--forest); font-weight: 900; text-decoration: none; }
.awards-grid-four { grid-template-columns: repeat(4, 1fr); max-width: 1390px; }
.awards-grid-four figure { min-height: 430px; }
.awards-grid-four img { max-height: 310px; }
@media (max-width: 900px) { .business-latest-heading, .product-community-proof { grid-template-columns: 1fr; gap: 26px; } .business-latest-grid { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 240px; } .awards-grid-four { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 600px) { .business-latest { padding-bottom: 76px; } .business-latest-grid { grid-template-columns: 1fr; grid-auto-rows: 270px; } .business-latest-grid .latest-wide { grid-column: auto; grid-row: span 2; } .product-community-proof { padding: 75px 0; } .awards-grid-four { grid-template-columns: 1fr; } }
@media (max-width: 760px) { .suggested-products { padding-bottom: 76px; } .suggested-products-heading { grid-template-columns: 1fr; gap: 22px; } .suggested-products-grid { grid-template-columns: 1fr; } }

/* 1.3.7: logo green, white surfaces, and metallic orange accents */
.product-detail { min-height: 790px; display: grid; grid-template-columns: 1fr 1fr; color: white; background: linear-gradient(130deg, #0a2a1b, #04110b); }
.product-detail .product-detail-image { min-height: 790px; }
.product-detail .product-detail-copy { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; color: white; }
.product-detail .product-detail-copy .kicker { color: var(--sage); }
.product-detail .product-detail-copy h1 { color: white; }
.product-detail .product-detail-content { color: rgba(255,255,255,.72); }
.detail-price { display: block; margin: 18px 0; color: var(--orange-light); font-size: 24px; }
.product-video-section, .business-video-section { display: grid; grid-template-columns: .65fr 1.35fr; gap: clamp(36px, 6vw, 90px); align-items: center; padding: 110px max(24px, calc((100vw - 1400px) / 2)); background: #ffffff; }
.product-video-section { background: white; }
.product-video-section h2, .business-video-section h2, .about-origin h2, .about-team h2, .family-slogan-band h2, .merch-heading h2, .bulk-merch h2 { margin: 0; font-size: clamp(44px, 5vw, 78px); line-height: .96; letter-spacing: -.06em; text-transform: uppercase; }
.product-video-section h2 em, .business-video-section h2 em, .about-origin h2 em, .about-team h2 em, .family-slogan-band h2 em, .merch-heading h2 em, .bulk-merch h2 em { color: var(--orange); font-family: Georgia, "Times New Roman", serif; font-weight: 500; text-transform: none; }
.product-video-section p:not(.kicker), .business-video-section p:not(.kicker) { color: var(--muted); line-height: 1.75; }
.embed-shell { position: relative; aspect-ratio: 16/9; overflow: hidden; border-radius: 28px; background: var(--forest); box-shadow: 0 12px 0 #dedede, 0 30px 64px rgba(7,25,18,.18); }
.embed-shell iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.suggested-products-grid article { position: relative; min-height: 440px; padding-top: 235px; overflow: hidden; }
.suggested-products-grid article > img { position: absolute; inset: 0 0 auto; width: 100%; height: 205px; padding: 22px; object-fit: contain; background: linear-gradient(145deg, #f2f2f2, white); }
.suggested-products-grid h3 { margin-top: 55px; }
.photo-contact-grid article { position: relative; padding-top: 250px; overflow: hidden; }
.photo-contact-grid article > img { position: absolute; inset: 0 0 auto; width: 100%; height: 215px; object-fit: cover; filter: brightness(1.12) saturate(1.04); }
.photo-contact-grid .kicker { margin-top: 32px; }

.about-origin { display: grid; grid-template-columns: 1fr 1fr; gap: 90px; padding: 120px max(24px, calc((100vw - 1400px) / 2)); }
.about-origin > div:last-child { color: var(--muted); line-height: 1.8; }
.about-origin .lead { color: var(--ink); font-size: 20px; }
.about-history-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; padding: 0 max(24px, calc((100vw - 1400px) / 2)) 120px; }
.about-history-grid article { display: grid; grid-template-columns: .82fr 1.18fr; min-height: 380px; overflow: hidden; border-radius: 28px; background: var(--cream); box-shadow: 0 9px 0 #e3e3e3, 0 26px 55px rgba(7,25,18,.1); }
.about-history-grid article > img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.1) saturate(1.04); }
.about-history-grid article > div { padding: 30px; }
.about-history-grid span { display: block; margin: 52px 0 10px; color: var(--green); font-size: 10px; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.about-history-grid h3 { margin: 0 0 12px; font-size: 27px; text-transform: uppercase; }
.about-history-grid p { margin: 0; color: var(--muted); line-height: 1.65; }
.about-team { padding: 120px max(24px, calc((100vw - 1440px) / 2)); background: #ffffff; }
.about-team-heading { max-width: 900px; margin-bottom: 50px; }
.about-team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.about-team-grid article { overflow: hidden; border-radius: 28px; background: white; box-shadow: 0 10px 0 #dedede, 0 28px 55px rgba(7,25,18,.1); }
.about-team-grid img { width: 100%; height: 430px; object-fit: cover; object-position: 50% 20%; filter: brightness(1.1) saturate(1.04); }
.about-team-grid article > div { padding: 30px; }
.about-team-grid h3 { margin: 0 0 12px; font-size: 30px; text-transform: uppercase; }
.about-team-grid p:last-child { color: var(--muted); line-height: 1.7; }

.family-slogan-band { padding: 85px max(24px, calc((100vw - 1200px) / 2)); background: var(--sage); }
.family-slogan-band > div { max-width: 1050px; }
.family-slogan-band p:last-child { max-width: 880px; line-height: 1.75; }
.merch-family-feature { margin: 0; overflow: hidden; border-radius: 22px; background: #ffffff; box-shadow: 0 10px 0 #e1e1e1, 0 20px 40px rgba(7,25,18,.16); }
.merch-family-feature img { display: block; width: 100%; height: 230px; object-fit: cover; object-position: center top; }
.merch-section { padding: 120px max(24px, calc((100vw - 1440px) / 2)); background: #ffffff; }
.merch-heading { display: grid; grid-template-columns: 1.1fr .75fr; gap: 60px; align-items: end; margin-bottom: 50px; }
.merch-heading > p:last-child { margin: 0; color: var(--muted); line-height: 1.75; }
.merch-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.merch-grid article { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 410px; overflow: hidden; border-radius: 28px; background: white; box-shadow: 0 10px 0 #dedede, 0 28px 55px rgba(7,25,18,.11); transition: transform .35s ease, box-shadow .35s ease; }
.merch-grid article:hover { transform: perspective(1000px) translateY(-8px) rotateX(1.5deg); box-shadow: 0 16px 0 #dedede, 0 40px 70px rgba(7,25,18,.18); }
.merch-grid article > img { width: 100%; height: 100%; object-fit: cover; filter: brightness(1.05) saturate(1.03); }
.merch-grid article > div { display: flex; flex-direction: column; align-items: flex-start; padding: 28px; }
.merch-card-icon { display: inline-grid; place-items: center; width: 48px; height: 48px; margin-bottom: 16px; color: var(--orange); font-size: 31px; line-height: 1; filter: drop-shadow(0 0 5px rgba(239,111,29,.34)); animation: icon-shine 3.2s ease-in-out infinite; }
.merch-grid h3 { margin: 0 0 8px; font-size: 30px; text-transform: uppercase; }
.merch-grid strong { color: var(--green); font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.merch-grid p:not(.kicker) { color: var(--muted); line-height: 1.65; }
.merch-grid a { margin-top: auto; color: var(--ink); font-size: 11px; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.bulk-merch { display: grid; grid-template-columns: 1fr auto; gap: 70px; align-items: end; padding: 110px max(24px, calc((100vw - 1300px) / 2)); color: white; background: radial-gradient(circle at 20% 90%, rgba(239,111,29,.2), transparent 30%), var(--forest-deep); }
.bulk-merch h2 em { color: var(--orange-light); }
.bulk-merch p:not(.kicker) { max-width: 850px; color: rgba(255,255,255,.66); line-height: 1.75; }
.design-board { padding: 120px max(24px, calc((100vw - 1440px) / 2)); background: var(--paper); }
.design-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.design-card { overflow: hidden; border-radius: 24px; background: white; box-shadow: 0 8px 0 #e1e1e1, 0 20px 42px rgba(7,25,18,.09); transition: transform .35s ease, box-shadow .35s ease; }
.design-card:hover { transform: translateY(-8px) rotateX(1deg); box-shadow: 0 14px 0 #e1e1e1, 0 32px 58px rgba(7,25,18,.16); }
.design-art { display: grid; place-items: center; aspect-ratio: 1; padding: 20px; background: radial-gradient(circle at 50% 40%, #ffffff, #f2f2f2); }
.design-art img { width: 100%; height: 100%; object-fit: contain; filter: drop-shadow(0 15px 12px rgba(7,25,18,.14)); transition: transform .4s ease; }
.design-card:hover .design-art img { transform: scale(1.06) rotate(-1deg); }
.design-card > div:last-child { padding: 21px 22px 23px; }
.design-card h3 { margin: 0; font-size: 19px; line-height: 1.1; text-transform: uppercase; }
.design-card p { margin: 10px 0 16px; color: var(--green); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.design-card a { display: inline-flex; align-items: center; gap: 5px; color: var(--ink); font-size: 11px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }

@media (max-width: 1100px) {
  .footer-main { grid-template-columns: 1fr; }
  .product-video-section, .business-video-section, .about-origin { grid-template-columns: 1fr; }
  .about-history-grid { grid-template-columns: 1fr; }
  .about-team-grid { grid-template-columns: repeat(2, 1fr); }
  .about-team-grid article:last-child { grid-column: 1 / -1; }
  .merch-grid { grid-template-columns: 1fr; }
  .design-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 760px) {
  .product-detail { grid-template-columns: 1fr; }
  .product-detail .product-detail-image { min-height: 520px; }
  .page-hero-media { inset: 0; clip-path: none; opacity: .72; }
  .page-hero-media::after { background: linear-gradient(90deg, rgba(4,17,11,.72), rgba(4,17,11,.22)), linear-gradient(0deg, rgba(4,17,11,.45), transparent 55%); }
  .hero-people-photo { inset: 0 0 6%; border-radius: 34% 34% 10% 10% / 24% 24% 8% 8%; }
  .product-family { width: 72vw; max-width: 390px; right: -6%; bottom: -3%; left: auto; }
  .about-history-grid { padding: 0 16px 85px; }
  .about-history-grid article { grid-template-columns: 1fr; }
  .about-history-grid article > img { height: 310px; }
  .about-team, .merch-section { padding: 85px 16px; }
  .about-team-grid { grid-template-columns: 1fr; }
  .about-team-grid article:last-child { grid-column: auto; }
  .merch-heading { grid-template-columns: 1fr; gap: 22px; }
  .merch-grid article { grid-template-columns: 1fr; }
  .merch-grid article > img { height: 330px; }
  .design-board { padding: 85px 16px; }
  .design-grid { grid-template-columns: 1fr; gap: 18px; }
  .bulk-merch { grid-template-columns: 1fr; gap: 35px; padding: 85px 20px; }
  .product-video-section, .business-video-section { padding: 85px 16px; }
  .footer-main { padding: 70px 20px 55px; }
  .footer-nav-groups { grid-template-columns: 1fr 1fr; }
}

/* Final Health Tribe palette: logo green, white surfaces, metallic orange accents. */
.hero { background: radial-gradient(circle at 82% 12%, rgba(135,174,115,.32), transparent 28%), radial-gradient(circle at 14% 88%, rgba(239,111,29,.2), transparent 28%), linear-gradient(125deg, #20452c 0%, #3d6a45 48%, #87ae73 100%); }
.page-hero, .about-video-hero, .merch-hero { background: linear-gradient(125deg, #20452c 0%, #3d6a45 48%, #87ae73 100%); }
.home-shop-section, .catalog-section, .curated-products, .related-section, .about-team, .merch-section, .business-video-section, .product-video-section, .insights-section, .journal-section, .final-cta { background: #ffffff; }
.moving-strip, .footer-marquee, .trust-strip, .family-slogan-band { background: linear-gradient(180deg, rgba(255,255,255,.38), transparent 34%), linear-gradient(135deg, #ffb05e 0%, #e75d08 46%, #ff963a 74%, #d74b00 100%); color: white; background-size: 180% 100%; }
.moving-strip, .trust-strip, .family-slogan-band { animation: orange-banner-shine 4.2s ease-in-out infinite; box-shadow: inset 0 1px 1px rgba(255,255,255,.7), inset 0 -3px 6px rgba(109,35,0,.25); }
.design-art { background: #ffffff; }
main svg, footer svg { color: var(--orange); filter: drop-shadow(0 0 5px rgba(239,111,29,.34)); animation: icon-shine 3.2s ease-in-out infinite; }
.metal-button svg { color: white; filter: none; animation: none; }
.family-slogan-band h2 em { color: var(--green); }
.merch-grid article .merch-card-icon { color: var(--orange); filter: drop-shadow(0 0 5px rgba(239,111,29,.34)); animation: icon-shine 3.2s ease-in-out infinite; }
@keyframes icon-shine { 0%, 100% { filter: brightness(1) drop-shadow(0 0 4px rgba(239,111,29,.25)); } 50% { filter: brightness(1.3) drop-shadow(0 0 10px rgba(255,176,94,.7)); } }
@keyframes orange-banner-shine { 0%, 100% { background-position: 0% 50%; } 50% { background-position: 100% 50%; } }
@media (prefers-reduced-motion: reduce) {
  .moving-strip, .trust-strip, .family-slogan-band, main svg, footer svg { animation: none !important; }
}

/* Final responsive hero and merchandise placement pass. */
.family-slogan-band { grid-template-columns: auto minmax(0, 1fr) minmax(240px, .42fr); }
.family-slogan-band > div { min-width: 0; }
@media (max-width: 760px) {
  .hero { min-height: 0; display: block; padding: 128px 20px 58px; }
  .hero h1 { font-size: clamp(50px, 14vw, 74px); }
  .hero-visual { min-height: 390px; margin-top: 30px; }
  .hero-people-photo { inset: 0; min-height: 390px; }
  .hero-people-photo img { object-position: center 34%; }
  .page-hero { min-height: clamp(620px, 92svh, 760px); padding: 138px 20px 66px; }
  .page-hero-with-image .page-hero-inner { max-width: none; }
  .page-hero-media { inset: 0; clip-path: none; opacity: .58; }
  .page-hero-media img, .page-hero-media video { object-fit: cover; object-position: center 30%; }
  .page-hero-with-image::before { background: linear-gradient(180deg, rgba(4,17,11,.4), rgba(4,17,11,.74) 48%, rgba(4,17,11,.98) 100%); }
  .business-clean-video-hero.page-hero { min-height: min(78svh, 760px); padding: 0; }
  .business-clean-video-hero .page-hero-media { inset: 0; opacity: 1; }
  .business-clean-video-hero .page-hero-media video { object-position: center center; }
  .about-video-hero, .merch-hero { min-height: clamp(640px, 94svh, 800px); padding: 138px 20px 66px; }
  .about-video-hero video, .merch-hero > img { object-fit: cover; object-position: center 22%; }
  .about-video-copy h1, .merch-hero-copy h1 { font-size: clamp(52px, 14vw, 70px); }
  .family-slogan-band { grid-template-columns: 1fr; }
  .merch-family-feature img { height: 320px; object-position: center top; }
  .product-detail-hero, .product-detail { min-height: auto; }
  .product-detail-image { min-height: 460px; }
}

/* Homepage hero composition: give the family image the lead visual role. */
.hero { grid-template-columns: minmax(360px, .72fr) minmax(600px, 1.28fr); gap: 18px; }
.hero-copy { max-width: 680px; }
.hero-visual { min-height: 760px; margin-right: -4vw; }
.hero-people-photo { inset: 0 -8% 3% -8%; }
.product-family { width: min(420px, 36vw); right: -1%; bottom: -1%; }
@media (max-width: 1100px) {
  .hero { grid-template-columns: 1fr; min-height: 0; }
  .hero-visual { min-height: 610px; margin-right: 0; }
  .hero-people-photo { inset: 0 0 3%; }
  .product-family { width: min(470px, 60vw); right: 0; }
}
@media (max-width: 760px) {
  .hero { padding: 120px 16px 46px; }
  .hero-visual { min-height: 480px; margin-top: 34px; }
  .hero-people-photo { inset: 0; min-height: 480px; border-radius: 30px 30px 120px 30px; }
  .hero-people-photo img { object-position: center 32%; }
  .product-family { left: auto; right: -4%; bottom: -3%; width: min(320px, 70vw); }
  .floating-label { display: none; }
}

/* Homepage readability and still-product composition. */
.hero::before { content: ""; position: absolute; z-index: 2; inset: 0 43% 0 0; background: linear-gradient(90deg, rgba(4,17,11,.7), rgba(4,17,11,.22) 82%, transparent); pointer-events: none; }
.hero-copy { z-index: 6; text-shadow: 0 3px 18px rgba(0,0,0,.58); }
.hero h1, .hero-lead { text-shadow: 0 3px 18px rgba(0,0,0,.72); }
.hero-lead { color: rgba(255,255,255,.94); }
.eyebrow-pill { color: #ffffff; background: rgba(4,17,11,.3); border-color: rgba(255,255,255,.38); }
.product-family { width: min(560px, 48vw); animation: none !important; }
.home-merch-gallery .home-merch-family img { object-fit: contain; background: #ffffff; }
footer, .footer-main, .footer-bottom { color: #ffffff; }
.footer-brand-block p, .footer-nav-groups a { color: rgba(255,255,255,.96); }
.footer-bottom { color: rgba(255,255,255,.82); }
@media (max-width: 1100px) {
  .hero::before { inset: 0 0 0 0; background: linear-gradient(180deg, rgba(4,17,11,.34), rgba(4,17,11,.1) 45%, rgba(4,17,11,.54) 100%); }
  .product-family { width: min(540px, 65vw); }
}
@media (max-width: 760px) {
  .hero::before { background: linear-gradient(180deg, rgba(4,17,11,.72), rgba(4,17,11,.2) 50%, rgba(4,17,11,.62) 100%); }
  .hero-copy { text-shadow: 0 3px 16px rgba(0,0,0,.7); }
  .product-family { width: min(350px, 78vw); }
  .home-merch-gallery .home-merch-family img { height: 520px; }
}

/* WooCommerce connection: keep checkout and product actions in the Health Tribe visual system. */
.header-cart { display: inline-flex; align-items: center; gap: 7px; color: var(--ink); font-size: 12px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; white-space: nowrap; }
.site-header:not(.site-header-solid) .header-cart { color: #fff; }
.header-cart span { display: inline-grid; place-items: center; min-width: 22px; height: 22px; padding: 0 5px; border-radius: 999px; color: #fff; background: var(--orange); box-shadow: 0 4px 14px rgba(239,111,29,.35); }
.woocommerce .button, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button { border: 0; border-radius: 999px; padding: 14px 22px; color: #fff; background: linear-gradient(135deg, #f79a4a, #db5c10 52%, #ffb567); box-shadow: 0 10px 24px rgba(239,111,29,.24), inset 0 1px 1px rgba(255,255,255,.75); font-weight: 900; letter-spacing: .06em; text-transform: uppercase; }
.woocommerce .button:hover, .woocommerce a.button:hover, .woocommerce button.button:hover, .woocommerce input.button:hover { color: #fff; background: linear-gradient(135deg, #ffb567, #e96818 52%, #ffc17e); transform: translateY(-2px); }
.woocommerce div.product form.cart { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin: 24px 0 14px; }
.woocommerce div.product form.cart .quantity .qty { min-height: 48px; width: 74px; border: 1px solid rgba(7,25,18,.16); border-radius: 999px; padding: 0 12px; color: var(--ink); background: #fff; font-weight: 800; }
.woocommerce div.product form.cart .single_add_to_cart_button { min-height: 48px; }
.woocommerce .product-detail-copy .added_to_cart { display: inline-flex; margin: 12px 0; color: var(--green); font-weight: 900; }
.woocommerce ul.products li.product a img, .woocommerce div.product div.images img { border-radius: 24px; background: #fff; }
.woocommerce-page main { background: #fff; }
@media (max-width: 760px) {
  .header-cart { font-size: 11px; }
  .woocommerce div.product form.cart { align-items: stretch; }
  .woocommerce div.product form.cart .single_add_to_cart_button { flex: 1 1 190px; }
}
