:root {
  --ink: #16372f;
  --forest: #1d4439;
  --cream: #f7f1e6;
  --paper: #fffdf7;
  --coral: #ff634d;
  --lime: #c9ef65;
  --berry: #7a386e;
  --lavender: #d9c1df;
  --line: rgba(22, 55, 47, 0.2);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; background: var(--cream); color: var(--ink); font-family: Inter, "Segoe UI", Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button, a { transition: transform .2s ease, color .2s ease, background .2s ease; }
.eyebrow { margin: 0 0 17px; font-size: 9px; line-height: 1.4; font-weight: 950; letter-spacing: .19em; text-transform: uppercase; }
.announcement { min-height: 31px; padding: 7px clamp(20px, 4vw, 64px); display: flex; justify-content: center; gap: 42px; background: var(--ink); color: var(--cream); font-size: 8px; line-height: 1.7; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.announcement-local { color: var(--lime); }
.site-header { height: 78px; padding: 0 clamp(20px, 4vw, 64px); position: relative; z-index: 50; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); background: rgba(247, 241, 230, .96); }
.brand { width: max-content; display: flex; align-items: center; gap: 10px; }
.brand img { width: 41px; height: 41px; }
.brand-type { display: grid; line-height: .9; letter-spacing: -.03em; }
.brand-type strong { font-size: 18px; font-weight: 950; }
.brand-type small { margin-top: 5px; font-size: 8px; font-weight: 900; letter-spacing: .31em; }
.site-header nav { display: flex; align-items: center; gap: 30px; font-size: 12px; font-weight: 750; }
.site-header nav a:hover { color: var(--coral); }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 10px; }
.bag { padding: 9px 9px 9px 16px; display: flex; align-items: center; gap: 11px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 900; text-transform: uppercase; }
.bag span { width: 25px; height: 25px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--cream); }
.menu-toggle { width: 42px; height: 42px; display: none; place-items: center; border: 0; border-radius: 50%; background: var(--ink); cursor: pointer; }
.menu-toggle i { width: 17px; height: 1px; grid-area: 1/1; background: var(--cream); transform: translateY(-3px); }
.menu-toggle i + i { transform: translateY(3px); }

.hero { min-height: clamp(650px, calc(100vh - 135px), 860px); padding: clamp(44px, 6vw, 88px) clamp(20px, 6vw, 92px); position: relative; isolation: isolate; overflow: hidden; display: flex; align-items: center; background: var(--cream); }
.hero::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(247,241,230,.98) 0%, rgba(247,241,230,.9) 38%, rgba(247,241,230,.24) 58%, rgba(247,241,230,0) 72%); pointer-events: none; }
.hero-backdrop { width: auto; max-width: none; height: 100%; position: absolute; inset: auto 0 0 auto; z-index: -2; object-fit: contain; object-position: right bottom; }
.hero-copy { width: min(720px, 53%); position: relative; z-index: 1; }
.hero h1 { max-width: 730px; margin: 0; font: 900 clamp(66px, 7.5vw, 119px)/.8 Georgia, "Times New Roman", serif; letter-spacing: -.075em; }
.hero h1 em { color: var(--coral); font-weight: inherit; }
.hero-lede { max-width: 555px; margin: 32px 0; font-size: clamp(17px, 1.55vw, 21px); line-height: 1.55; }
.hero-actions { display: flex; gap: 12px; flex-wrap: wrap; }
.button { min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 28px; border: 1px solid var(--ink); border-radius: 999px; font-size: 12px; font-weight: 900; }
.button.primary { background: var(--ink); color: var(--cream); }
.button.primary:hover { background: var(--coral); border-color: var(--coral); }
.button:hover { transform: translateY(-2px); }
.trust-row { margin-top: 36px; display: flex; flex-wrap: wrap; gap: 20px; color: rgba(22, 55, 47, .7); font-size: 9px; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.ticker { overflow: hidden; border-block: 1px solid var(--ink); background: var(--lime); color: var(--ink); }
.ticker div { width: max-content; padding: 13px 0; font-size: 10px; font-weight: 950; letter-spacing: .14em; white-space: nowrap; animation: ticker 24s linear infinite; }

.shop { padding: 105px clamp(20px, 6vw, 92px) 120px; background: var(--paper); }
.section-heading { width: min(100%, 1320px); margin: 0 auto 40px; display: grid; grid-template-columns: 1.5fr 1fr; gap: 45px; align-items: end; }
.section-heading h2, .routine h2, .why h2, .denver h2, .formula-callout h2, .newsletter h2 { margin: 0; font: 900 clamp(52px, 6.7vw, 96px)/.86 Georgia, serif; letter-spacing: -.065em; }
.section-heading > p { max-width: 520px; margin: 0 0 6px; color: rgba(22,55,47,.72); font-size: 15px; line-height: 1.65; }
.filters { width: min(100%, 1320px); margin: 0 auto 26px; display: flex; gap: 8px; flex-wrap: wrap; }
.filters button { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 900; }
.filters button:hover, .filters button.active { background: var(--ink); color: var(--cream); }
.product-grid { width: min(100%, 1320px); margin-inline: auto; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.product-card { overflow: hidden; border: 1px solid var(--line); border-radius: 23px; background: var(--cream); }
.product-card.myco-card { border-color: rgba(29,68,57,.34); box-shadow: inset 0 3px 0 rgba(29,68,57,.82); }
.product-card.reserve-card { border-color: #b8944f; background: #f0efeb; box-shadow: inset 0 3px 0 #c6a15b, 0 20px 50px rgba(23,28,27,.12); }
.reserve-card .product-label, .reserve-card .product-footer span { color: #8b6b32; }
.reserve-card .product-info > button { border-color: #171c1b; background: #171c1b; color: #f7f1e6; }
.reserve-card .product-info > button:hover { background: #8b6b32; border-color: #8b6b32; }
.product-art { aspect-ratio: 1; position: relative; overflow: hidden; background: #f8f0e5; }
.product-art > img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-badge { position: absolute; left: 15px; top: 14px; z-index: 3; padding: 8px 10px; border-radius: 999px; background: var(--paper); font-size: 7px; font-weight: 950; letter-spacing: .11em; text-transform: uppercase; }
.orange { background: #ff9a66; }.lavender { background: #cfb2d7; }.berry { background: #b86a87; }.plum { background: #8e547e; }.coral { background: var(--coral); }.lime { background: var(--lime); }.forest { background: #5f8a73; }
.mango, .citrus { background: #f2b45a; }.cherry { background: #a64d68; }.myco-gold { background: #d8b45b; }.myco-orange { background: #d97b43; }.myco-red { background: #b85f52; }.myco-plum { background: #76556f; }.reserve { background: linear-gradient(145deg, #171c1b 0%, #8b6b32 48%, #d6d6d1 100%); }
.product-info { padding: 20px 21px 22px; }
.product-label { display: flex; justify-content: space-between; gap: 12px; color: rgba(22,55,47,.65); font-size: 7px; font-weight: 950; letter-spacing: .13em; text-transform: uppercase; }
.product-info h3 { margin: 10px 0 7px; font: 900 31px/1 Georgia, serif; letter-spacing: -.045em; }
.product-info > p { min-height: 40px; margin: 0; color: rgba(22,55,47,.72); font-size: 12px; line-height: 1.55; }
.product-footer { margin: 17px 0 14px; display: flex; justify-content: space-between; gap: 15px; font-size: 11px; }
.product-footer span { color: var(--berry); font-weight: 800; }
.product-info > button { width: 100%; padding: 12px 13px; display: flex; justify-content: space-between; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.product-info > button:hover { background: var(--ink); color: var(--cream); }
.formula-note { max-width: 720px; margin: 30px auto 0; color: rgba(22,55,47,.55); font-size: 9px; line-height: 1.6; text-align: center; }

.routine { min-height: 720px; padding: 110px clamp(20px, 7vw, 115px); display: grid; grid-template-columns: 1fr .9fr; gap: clamp(45px, 9vw, 150px); align-items: center; background: var(--coral); color: #14362f; }
.routine-copy > p:not(.eyebrow) { max-width: 580px; margin: 27px 0 30px; font-size: 16px; line-height: 1.65; }
.routine-options { display: grid; border-top: 1px solid rgba(22,55,47,.38); }
.routine-options button { padding: 18px 3px; display: flex; gap: 20px; border: 0; border-bottom: 1px solid rgba(22,55,47,.38); background: transparent; color: var(--ink); cursor: pointer; font-weight: 850; text-align: left; }
.routine-options button span { color: rgba(22,55,47,.52); font-size: 9px; letter-spacing: .12em; }
.routine-options button.active { padding-left: 16px; background: var(--ink); color: var(--cream); }
.routine-result { min-height: 495px; padding: 42px; position: relative; overflow: hidden; display: flex; flex-direction: column; justify-content: end; border-radius: 250px 250px 28px 28px; background: var(--lime); text-align: center; }
.routine-kicker { position: absolute; top: 40px; left: 0; right: 0; z-index: 2; font-size: 8px; font-weight: 950; letter-spacing: .18em; }
.routine-orbit { width: 235px; height: 235px; position: absolute; left: 50%; top: 58px; transform: translateX(-50%); border: 1px solid rgba(22,55,47,.32); border-radius: 50%; }
.routine-orbit::before, .routine-orbit::after { content: ""; position: absolute; inset: 17%; border: 1px solid rgba(22,55,47,.3); border-radius: 50%; }
.routine-orbit::after { inset: 34%; background: var(--coral); border: 0; }
.routine-orbit i { width: 31px; height: 31px; position: absolute; border-radius: 50% 44% 52% 48%; background: var(--berry); }
.routine-orbit i:nth-child(1) { left: 12px; top: 80px; }.routine-orbit i:nth-child(2) { right: 35px; top: 22px; background: var(--coral); }.routine-orbit i:nth-child(3) { right: 14px; bottom: 50px; background: var(--ink); }
.routine-result h3 { margin: 0; position: relative; z-index: 2; font: 900 clamp(37px, 4vw, 59px)/.93 Georgia, serif; letter-spacing: -.055em; }
.routine-result > p { margin: 12px 0 20px; position: relative; z-index: 2; font-size: 13px; font-weight: 800; }
.routine-result > button { width: 100%; padding: 15px 17px; position: relative; z-index: 2; display: flex; justify-content: space-between; border: 0; border-radius: 999px; background: var(--ink); color: var(--cream); cursor: pointer; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.routine-result > small { margin-top: 12px; position: relative; z-index: 2; color: rgba(22,55,47,.62); font-size: 8px; }

.why { padding: 115px clamp(20px, 6vw, 92px); display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(50px, 9vw, 140px); background: var(--ink); color: var(--cream); }
.why h2 em { color: var(--lime); font-weight: inherit; }
.why-intro > p:last-child { max-width: 520px; margin-top: 30px; color: rgba(247,241,230,.68); font-size: 15px; line-height: 1.7; }
.value-grid { display: grid; }
.value-grid article { padding: 30px 4px; display: grid; grid-template-columns: 45px 1fr 1.25fr; gap: 20px; align-items: start; border-top: 1px solid rgba(247,241,230,.2); }
.value-grid article:last-child { border-bottom: 1px solid rgba(247,241,230,.2); }
.value-grid span { color: var(--lime); font-size: 9px; font-weight: 900; letter-spacing: .12em; }
.value-grid h3 { margin: 0; font: 850 23px/1.05 Georgia, serif; }
.value-grid p { margin: 0; color: rgba(247,241,230,.6); font-size: 12px; line-height: 1.65; }

.denver { padding: 100px clamp(20px, 6vw, 92px); display: grid; grid-template-columns: .55fr 1.3fr 1fr; gap: 60px; align-items: center; background: var(--lavender); }
.denver-badge { width: 180px; height: 180px; display: grid; place-items: center; align-content: center; border: 2px solid var(--ink); border-radius: 50%; transform: rotate(-8deg); }
.denver-badge span { font: 900 54px/.9 Georgia, serif; letter-spacing: -.07em; }.denver-badge small { margin-top: 9px; font-size: 8px; font-weight: 950; letter-spacing: .16em; }
.denver h2 { font-size: clamp(47px, 5.8vw, 84px); }
.denver > p { margin: 0; font-size: 14px; line-height: 1.7; }
.formula-callout { min-height: 430px; padding: 80px clamp(20px, 6vw, 92px); position: relative; overflow: hidden; display: grid; grid-template-columns: .65fr 1fr 1fr; gap: 60px; align-items: center; background: var(--cream); }
.formula-number { color: var(--coral); font: 900 clamp(150px, 19vw, 320px)/.7 Georgia, serif; letter-spacing: -.1em; }
.formula-callout > p { max-width: 430px; font-size: 14px; line-height: 1.7; }

.newsletter { padding: 90px clamp(20px, 7vw, 115px); display: grid; grid-template-columns: 1fr 1fr; gap: 90px; align-items: end; background: var(--lime); }
.newsletter h2 { font-size: clamp(54px, 6vw, 88px); }.newsletter > div > p:last-child { margin: 17px 0 0; }
.newsletter form label { font-size: 9px; font-weight: 950; letter-spacing: .16em; text-transform: uppercase; }
.newsletter form > div { margin-top: 9px; display: grid; grid-template-columns: 1fr auto; border-bottom: 2px solid var(--ink); }
.newsletter input { min-width: 0; padding: 16px 0; border: 0; outline: 0; background: transparent; color: var(--ink); font-size: 19px; }
.newsletter input::placeholder { color: rgba(22,55,47,.45); }
.newsletter form button { border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 11px; font-weight: 950; text-transform: uppercase; }
.newsletter form > small { display: block; margin-top: 12px; color: rgba(22,55,47,.58); font-size: 8px; }
.signup-success { min-height: 135px; padding: 28px; display: grid; grid-template-columns: auto 1fr; gap: 5px 16px; border: 1px solid var(--ink); border-radius: 22px; }
.signup-success span { width: 46px; height: 46px; grid-row: 1 / 3; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: var(--lime); }.signup-success strong { align-self: end; font: 850 26px/1 Georgia, serif; }.signup-success small { align-self: start; }

footer { padding: 80px clamp(20px, 6vw, 92px) 28px; background: #102d26; color: var(--cream); }
.footer-brand { padding-bottom: 55px; display: flex; align-items: center; gap: 20px; border-bottom: 1px solid rgba(247,241,230,.18); }
.footer-brand img { width: 70px; height: 70px; }.footer-brand > span { font: 900 clamp(52px, 9vw, 130px)/.72 Georgia, serif; letter-spacing: -.07em; }.footer-brand em { color: var(--coral); font-weight: inherit; }
.footer-links { padding: 55px 0; display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px; }
.footer-links > div { display: grid; gap: 9px; align-content: start; }.footer-links small { margin-bottom: 8px; color: var(--lime); font-size: 8px; font-weight: 950; letter-spacing: .17em; }.footer-links a { width: max-content; color: rgba(247,241,230,.7); font-size: 12px; }.footer-links a:hover { color: var(--coral); }
.footer-bottom { padding-top: 24px; display: flex; justify-content: space-between; gap: 40px; border-top: 1px solid rgba(247,241,230,.18); color: rgba(247,241,230,.42); font-size: 8px; line-height: 1.6; }.footer-bottom span:last-child { max-width: 660px; text-align: right; }

.drawer-backdrop, .modal-backdrop { position: fixed; inset: 0; z-index: 120; display: grid; background: rgba(13,36,30,.72); backdrop-filter: blur(8px); }
.drawer-backdrop { justify-items: end; }.cart-drawer { width: min(470px, 100%); height: 100%; padding: 28px; display: flex; flex-direction: column; background: var(--cream); box-shadow: -30px 0 80px rgba(8,26,21,.24); }
.drawer-head { padding-bottom: 20px; display: flex; align-items: start; justify-content: space-between; border-bottom: 1px solid var(--line); }.drawer-head .eyebrow { margin-bottom: 6px; }.drawer-head h2 { margin: 0; font: 900 48px/.9 Georgia, serif; letter-spacing: -.06em; }.drawer-head h2 span { color: var(--coral); }.drawer-head > button, .modal-close { border: 0; background: transparent; color: var(--ink); cursor: pointer; font-size: 31px; line-height: 1; }
.shipping-meter { padding: 18px 0; border-bottom: 1px solid var(--line); }.shipping-meter p { margin: 0 0 9px; font-size: 10px; font-weight: 850; }.shipping-meter > div { height: 5px; overflow: hidden; border-radius: 99px; background: rgba(22,55,47,.14); }.shipping-meter span { height: 100%; display: block; background: var(--coral); }
.cart-list { flex: 1; overflow-y: auto; }.cart-item { padding: 17px 0; display: grid; grid-template-columns: 64px 1fr auto; gap: 13px; border-bottom: 1px solid var(--line); }.cart-thumb { width: 64px; height: 72px; display: grid; place-items: center; border-radius: 14px; color: white; font: 900 22px/1 Georgia, serif; }.cart-item strong, .cart-item small { display: block; }.cart-item strong { font: 850 17px/1.1 Georgia, serif; }.cart-item small { margin-top: 5px; color: rgba(22,55,47,.6); font-size: 9px; }.cart-item > b { font-size: 11px; }
.quantity { width: max-content; margin-top: 10px; display: grid; grid-template-columns: repeat(3, 28px); border: 1px solid var(--line); border-radius: 999px; overflow: hidden; }.quantity button, .quantity span { height: 25px; display: grid; place-items: center; border: 0; background: transparent; color: var(--ink); font-size: 10px; }.quantity button { cursor: pointer; }
.drawer-total { padding-top: 20px; }.drawer-total > div { display: flex; justify-content: space-between; }.drawer-total > div span { font-size: 11px; font-weight: 900; text-transform: uppercase; }.drawer-total > div strong { font: 900 24px/1 Georgia, serif; }.drawer-total > small { color: rgba(22,55,47,.57); font-size: 8px; }.drawer-total > button { width: 100%; margin-top: 17px; padding: 15px 18px; display: flex; justify-content: space-between; border: 0; border-radius: 999px; background: var(--ink); color: var(--cream); cursor: pointer; font-size: 10px; font-weight: 950; text-transform: uppercase; }.drawer-total > p { margin: 9px 0 0; color: rgba(22,55,47,.5); font-size: 8px; text-align: center; }
.empty-bag { margin: auto; text-align: center; }.empty-bag > span { color: var(--coral); font-size: 75px; }.empty-bag h3 { margin: 9px 0; font: 900 33px/.95 Georgia, serif; }.empty-bag p { color: rgba(22,55,47,.65); }.empty-bag button { padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; cursor: pointer; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.modal-backdrop { place-items: center; padding: 20px; }.checkout-modal { width: min(570px, 100%); max-height: calc(100vh - 40px); padding: 38px; position: relative; overflow-y: auto; border-radius: 28px; background: var(--cream); }.modal-close { position: absolute; right: 19px; top: 15px; }.checkout-modal h2 { margin: 0 0 17px; font: 900 55px/.9 Georgia, serif; letter-spacing: -.06em; }.checkout-modal > p:not(.eyebrow) { color: rgba(22,55,47,.7); font-size: 12px; line-height: 1.65; }.checkout-modal form { margin-top: 25px; display: grid; gap: 15px; }.checkout-modal label { font-size: 8px; font-weight: 950; letter-spacing: .14em; text-transform: uppercase; }.checkout-modal input { width: 100%; margin-top: 7px; padding: 13px; border: 1px solid var(--line); border-radius: 10px; outline: 0; background: var(--paper); color: var(--ink); }.checkout-modal input:focus { border-color: var(--coral); }.checkout-modal form button, .checkout-success button { padding: 15px 17px; display: flex; justify-content: space-between; border: 0; border-radius: 999px; background: var(--coral); color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 950; text-transform: uppercase; }.checkout-modal > small { display: block; margin-top: 10px; color: rgba(22,55,47,.52); font-size: 8px; text-align: center; }.checkout-success { padding: 35px 0 10px; text-align: center; }.checkout-success > span { width: 72px; height: 72px; margin: 0 auto 24px; display: grid; place-items: center; border-radius: 50%; background: var(--lime); font-size: 31px; }.checkout-success h2 { margin: 0; }.checkout-success > p:not(.eyebrow) { color: rgba(22,55,47,.68); line-height: 1.6; }.checkout-success button { width: max-content; margin: 22px auto 0; background: var(--ink); color: var(--cream); }

@keyframes ticker { to { transform: translateX(-50%); } }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; } }
@media (max-width: 1080px) { .product-grid { grid-template-columns: repeat(2, 1fr); }.product-card:nth-child(7) { grid-column: auto; }.denver { grid-template-columns: .55fr 1.45fr; }.denver > p { grid-column: 2; }.formula-callout { grid-template-columns: .5fr 1fr; }.formula-callout > p { grid-column: 2; }.footer-brand > span { font-size: 8vw; } }
@media (max-width: 900px) { .site-header { grid-template-columns: 1fr auto; }.site-header nav { position: absolute; left: 0; right: 0; top: 77px; display: none; padding: 28px; flex-direction: column; align-items: center; background: var(--cream); border-bottom: 1px solid var(--line); }.site-header nav.open { display: flex; }.menu-toggle { display: grid; }.hero, .routine, .why, .newsletter { grid-template-columns: 1fr; }.hero-art { min-height: 540px; }.routine-result { max-width: 570px; width: 100%; justify-self: center; }.value-grid article { grid-template-columns: 38px 1fr; }.value-grid p { grid-column: 2; }.denver { grid-template-columns: .5fr 1.5fr; }.formula-callout { grid-template-columns: .45fr 1fr; }.newsletter { gap: 45px; } }
@media (max-width: 620px) { .announcement { justify-content: center; }.announcement-local { display: none; }.site-header { height: 69px; padding-inline: 16px; }.site-header nav { top: 68px; }.brand img { width: 36px; height: 36px; }.brand-type strong { font-size: 15px; }.brand-type small { font-size: 6px; }.bag { font-size: 0; padding-left: 9px; }.bag span { font-size: 10px; }.hero { min-height: 0; padding: 58px 18px 70px; }.hero h1 { font-size: clamp(57px, 18.5vw, 84px); }.hero-actions .button { width: 100%; }.hero-art { min-height: 420px; border-radius: 190px 190px 24px 24px; }.hero-art figcaption { display: none; }.art-sticker { width: 85px; height: 85px; left: 18px; top: 27px; }.shop { padding: 78px 18px 85px; }.section-heading { grid-template-columns: 1fr; gap: 24px; }.section-heading h2, .routine h2, .why h2, .denver h2, .formula-callout h2, .newsletter h2 { font-size: 51px; }.filters { flex-wrap: nowrap; overflow-x: auto; padding-bottom: 4px; }.filters button { white-space: nowrap; }.product-grid { grid-template-columns: 1fr; }.product-art { aspect-ratio: 1/.84; }.product-info h3 { font-size: 33px; }.routine { padding: 80px 18px; }.routine-result { min-height: 440px; padding: 30px 20px; }.why { padding: 80px 18px; }.value-grid article { grid-template-columns: 32px 1fr; }.denver { padding: 80px 18px; grid-template-columns: 1fr; gap: 30px; }.denver-badge { width: 140px; height: 140px; }.denver > p { grid-column: auto; }.formula-callout { padding: 75px 18px; grid-template-columns: 1fr; gap: 25px; }.formula-number { font-size: 150px; }.formula-callout > p { grid-column: auto; }.newsletter { padding: 75px 18px; }.newsletter form > div { grid-template-columns: 1fr; }.newsletter form button { padding: 13px 0; text-align: left; }.footer-brand { align-items: flex-start; }.footer-brand img { width: 50px; height: 50px; }.footer-brand > span { font-size: 13vw; line-height: .8; }.footer-brand em { display: block; }.footer-links { grid-template-columns: 1fr 1fr; }.footer-bottom { flex-direction: column; }.footer-bottom span:last-child { text-align: left; }.checkout-modal { padding: 34px 22px; }.cart-drawer { padding: 24px 18px; } }

@media (max-width: 900px) {
  .hero { min-height: 700px; padding: 48px 28px 240px; align-items: flex-start; }
  .hero::after { background: linear-gradient(180deg, rgba(247,241,230,.99) 0%, rgba(247,241,230,.97) 49%, rgba(247,241,230,.58) 56%, rgba(247,241,230,.06) 66%, rgba(247,241,230,0) 72%); }
  .hero-backdrop { width: auto; height: 430px; inset: auto 0 0 auto; object-fit: contain; object-position: right bottom; }
  .hero-copy { width: 100%; max-width: 690px; }
}

@media (max-width: 620px) {
  .hero { min-height: 680px; padding: 42px 18px 220px; }
  .hero::after { background: linear-gradient(180deg, rgba(247,241,230,.99) 0%, rgba(247,241,230,.97) 50%, rgba(247,241,230,.52) 57%, rgba(247,241,230,.04) 66%, rgba(247,241,230,0) 71%); }
  .hero-backdrop { height: 390px; }
  .hero-lede { margin: 22px 0; font-size: 16px; }
  .trust-row { display: none; }
  .product-art { aspect-ratio: 1; }
}

/* WordPress, Elementor and WooCommerce integration */
body.healthin-front,
body.healthin-commerce { background: var(--cream); color: var(--ink); }
body.healthin-front .elementor-element-hgbroot,
body.healthin-front .elementor-element-hgbroot.e-con,
body.healthin-front .elementor-element-hgbroot > .e-con-inner { width: 100%; max-width: none; margin: 0; padding: 0; gap: 0; }
body.healthin-front .elementor-element-hgbwidget,
body.healthin-front .elementor-element-hgbwidget > .elementor-widget-container,
body.healthin-front .elementor-shortcode { width: 100%; margin: 0; padding: 0; }
body.healthin-blog .elementor-element-hgbroot,
body.healthin-blog .elementor-element-hgbroot.e-con,
body.healthin-blog .elementor-element-hgbroot > .e-con-inner { width: 100%; max-width: none; margin: 0; padding: 0; gap: 0; }
body.healthin-blog .elementor-element-hgbwidget,
body.healthin-blog .elementor-element-hgbwidget > .elementor-widget-container,
body.healthin-blog .elementor-shortcode { width: 100%; margin: 0; padding: 0; }
body.healthin-front .elementor-shortcode > :first-child { margin-top: 0; }
body.healthin-front .elementor-shortcode > :last-child { margin-bottom: 0; }
body.healthin-blog .elementor-shortcode > :first-child { margin-top: 0; }
body.healthin-blog .elementor-shortcode > :last-child { margin-bottom: 0; }

/* A generous desktop canvas shared by the menu and the complete home page. */
@media (min-width: 1201px) {
  body.healthin-front .elementor-shortcode > .site-header,
  body.healthin-front .elementor-shortcode > .hero,
  body.healthin-front .elementor-shortcode > .ticker,
  body.healthin-front .elementor-shortcode > .shop,
  body.healthin-front .elementor-shortcode > .routine,
  body.healthin-front .elementor-shortcode > .why,
  body.healthin-front .elementor-shortcode > .denver,
  body.healthin-front .elementor-shortcode > .formula-callout,
  body.healthin-front .elementor-shortcode > .newsletter,
  body.healthin-front .elementor-shortcode > .healthin-footer {
    width: min(1440px, calc(100% - 48px));
    max-width: 1440px !important;
    margin-inline: auto;
  }

  body.healthin-blog .elementor-shortcode > .site-header,
  body.healthin-blog .elementor-shortcode > .blog-index,
  body.healthin-blog .elementor-shortcode > .blog-single,
  body.healthin-blog .elementor-shortcode > .healthin-footer {
    width: min(1440px, calc(100% - 48px));
    max-width: 1440px !important;
    margin-inline: auto;
  }
}
.healthin-front .healthin-header a,
.healthin-front .healthin-header .brand-type,
.healthin-front .product-info h3 a,
.healthin-front .hero-actions .secondary,
.healthin-commerce .healthin-header a,
.healthin-commerce .healthin-header .brand-type,
.healthin-blog .healthin-header a,
.healthin-blog .healthin-header .brand-type { color: var(--ink) !important; }
.healthin-front .hero-actions .primary,
.healthin-front .routine-add { color: var(--cream) !important; }
.healthin-header .menu-toggle { display: none !important; }
.product-art > a { width: 100%; height: 100%; display: block; }
.product-art > a img { width: 100%; height: 100%; display: block; object-fit: cover; }
.product-info h3 a:hover { color: var(--coral); }
.product-info > .healthin-add { width: 100%; padding: 12px 13px; display: flex; justify-content: space-between; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); cursor: pointer; font-size: 10px; font-weight: 950; line-height: 1.2; text-transform: uppercase; }
.product-info > .healthin-add:hover,
.product-info > .healthin-add.added { background: var(--ink); color: var(--cream); }
.reserve-card .product-info > .healthin-add { border-color: #171c1b; background: #171c1b; color: #f7f1e6; }
.reserve-card .product-info > .healthin-add:hover { background: #8b6b32; border-color: #8b6b32; }
.product-footer .woocommerce-Price-amount { color: var(--ink); }
.healthin-hidden { display: none !important; }
.routine-result > .routine-add { width: 100%; padding: 15px 17px; position: relative; z-index: 2; display: flex; justify-content: space-between; border: 0; border-radius: 999px; background: var(--ink); color: var(--cream); cursor: pointer; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.routine-result > .routine-add:hover { background: var(--forest); transform: translateY(-2px); }
.healthin-front .newsletter input { border: 0 !important; border-radius: 0 !important; outline: 0 !important; box-shadow: none !important; }
[hidden] { display: none !important; }

/* Healthin Journal */
body.healthin-blog { background: var(--cream); color: var(--ink); }
.blog-index, .blog-single { background: var(--paper); }
.blog-hero { padding: 105px clamp(20px, 7vw, 110px) 80px; display: grid; grid-template-columns: 1.45fr .75fr; gap: 55px; align-items: end; background: var(--cream); }
.blog-hero .eyebrow { grid-column: 1 / -1; margin-bottom: -26px; }
.blog-hero h1 { margin: 0; font: 900 clamp(68px, 8vw, 118px)/.82 Georgia, serif; letter-spacing: -.075em; }
.blog-hero h1 em { color: var(--coral); font-weight: inherit; }
.blog-hero > p:last-child { max-width: 470px; margin: 0 0 9px; color: rgba(22,55,47,.72); font-size: 16px; line-height: 1.72; }
.blog-category-nav { padding: 23px clamp(20px, 7vw, 110px); display: flex; gap: 9px; flex-wrap: wrap; border-block: 1px solid var(--line); background: var(--paper); }
.blog-category-nav a { padding: 11px 16px; border: 1px solid var(--line); border-radius: 999px; font-size: 10px; font-weight: 900; }
.blog-category-nav a:hover { background: var(--ink); color: var(--cream); }
.blog-grid { padding: 55px clamp(20px, 7vw, 110px) 110px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.blog-card { overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 24px; background: var(--cream); }
.blog-card-daily-wellness { box-shadow: inset 0 4px 0 var(--lime); }
.blog-card-beauty-calm { box-shadow: inset 0 4px 0 var(--lavender); }
.blog-card-mushroom-line { box-shadow: inset 0 4px 0 #b8944f; }
.blog-card-image { aspect-ratio: 1.12; overflow: hidden; display: block; background: #f7ecdf; }
.blog-card-image img { width: 100%; height: 100%; display: block; object-fit: cover; }
.blog-card-copy { height: 100%; padding: 25px 25px 27px; display: flex; flex-direction: column; }
.blog-card-meta { display: flex; justify-content: space-between; gap: 18px; color: rgba(22,55,47,.62); font-size: 8px; font-weight: 950; letter-spacing: .12em; text-transform: uppercase; }
.blog-card h2 { margin: 15px 0 12px; font: 900 34px/1 Georgia, serif; letter-spacing: -.045em; }
.blog-card h2 a:hover { color: var(--coral); }
.blog-card-copy > p { margin: 0 0 24px; color: rgba(22,55,47,.72); font-size: 13px; line-height: 1.65; }
.blog-read { width: 100%; margin-top: auto; padding: 13px 16px; display: flex; justify-content: space-between; border: 1px solid var(--ink); border-radius: 999px; font-size: 10px; font-weight: 950; text-transform: uppercase; }
.blog-read:hover { background: var(--ink); color: var(--cream); }
.blog-denver { padding: 85px clamp(20px, 7vw, 110px); display: grid; grid-template-columns: 1.2fr .9fr auto; gap: 45px; align-items: end; background: var(--lavender); }
.blog-denver .eyebrow { grid-column: 1 / -1; margin-bottom: -22px; }
.blog-denver h2 { margin: 0; font: 900 clamp(50px, 5.5vw, 82px)/.86 Georgia, serif; letter-spacing: -.06em; }
.blog-denver > p:not(.eyebrow) { margin: 0 0 7px; font-size: 14px; line-height: 1.7; }
.blog-denver .button { white-space: nowrap; }
.blog-single { padding: 75px clamp(20px, 7vw, 110px) 110px; }
.blog-single > article { max-width: 1060px; margin: 0 auto; }
.blog-back { display: inline-block; margin-bottom: 48px; color: rgba(22,55,47,.65); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.blog-back:hover { color: var(--coral); }
.blog-article-header { max-width: 930px; margin: 0 auto 48px; text-align: center; }
.blog-article-header .blog-card-meta { max-width: 440px; margin: 0 auto; }
.blog-article-header h1 { margin: 27px 0 24px; font: 900 clamp(59px, 7vw, 94px)/.88 Georgia, serif; letter-spacing: -.065em; }
.blog-article-header > p { max-width: 720px; margin: 0 auto; color: rgba(22,55,47,.72); font-size: 18px; line-height: 1.7; }
.blog-featured { margin: 0 0 65px; aspect-ratio: 16 / 8.2; overflow: hidden; border-radius: 30px; background: var(--cream); }
.blog-featured img { width: 100%; height: 100%; display: block; object-fit: cover; }
.blog-prose { max-width: 760px; margin: 0 auto; color: #25483f; font-size: 18px; line-height: 1.82; }
.blog-prose h2 { margin: 55px 0 17px; color: var(--ink); font: 900 43px/.98 Georgia, serif; letter-spacing: -.045em; }
.blog-prose p { margin: 0 0 22px; }
.blog-prose > p:not(.blog-disclaimer) { text-align: justify; text-justify: inter-word; hyphens: auto; }
.blog-prose ul { margin: 0 0 25px; padding-left: 24px; }
.blog-prose li { margin-bottom: 10px; }
.blog-prose a { color: var(--berry); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }
.blog-disclaimer { margin-top: 48px !important; padding: 23px 25px; border-left: 5px solid var(--coral); border-radius: 0 16px 16px 0; background: var(--cream); font-size: 14px; line-height: 1.7; }
.blog-sources { font-size: 14px; line-height: 1.6; }
.blog-article-footer { margin-top: 80px; padding: 45px; display: flex; justify-content: space-between; gap: 35px; align-items: end; border-radius: 26px; background: var(--lime); }
.blog-article-footer h2 { margin: 0; font: 900 45px/.95 Georgia, serif; letter-spacing: -.05em; }
.blog-article-footer .button { flex: 0 0 auto; }

body.healthin-commerce #site-header,
body.healthin-commerce #site-footer,
body.healthin-commerce header.dynamic-header,
body.healthin-commerce footer.dynamic-footer,
body.healthin-commerce header.wp-block-template-part,
body.healthin-commerce footer.wp-block-template-part { display: none !important; }
body.healthin-commerce .healthin-header { display: grid !important; }
body.healthin-commerce .healthin-footer { display: block !important; }
body.healthin-commerce #content,
body.healthin-commerce .site-main { width: min(1240px, calc(100% - 40px)); max-width: 1240px; margin: 0 auto; padding: 76px 0 105px; }
body.healthin-commerce .woocommerce-breadcrumb { margin-bottom: 26px; color: rgba(22,55,47,.55); font-size: 11px; }
.healthin-shop-heading { margin: 0 0 42px; display: grid; grid-template-columns: 1.35fr 1fr; gap: 30px; align-items: end; }
.healthin-shop-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -15px; }
.healthin-shop-heading h1 { margin: 0; font: 900 clamp(58px, 7vw, 104px)/.84 Georgia, serif; letter-spacing: -.07em; }
.healthin-shop-heading > p { max-width: 450px; margin: 0 0 8px; color: rgba(22,55,47,.7); line-height: 1.65; }
.woocommerce ul.products { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 20px; }
.woocommerce ul.products::before,
.woocommerce ul.products::after { display: none; }
.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product { width: auto !important; margin: 0 !important; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: var(--paper); }
.woocommerce ul.products li.product a img { margin: 0; aspect-ratio: 1; object-fit: cover; background: #f5eadf; }
.woocommerce ul.products li.product .woocommerce-loop-product__title { padding: 20px 20px 5px; color: var(--ink); font: 900 29px/1 Georgia, serif; letter-spacing: -.045em; }
.woocommerce ul.products li.product .price { padding: 0 20px; color: var(--berry); font-size: 14px; font-weight: 900; }
.woocommerce ul.products li.product .button { min-height: 42px; margin: 10px 20px 22px; padding: 0 17px; border: 1px solid var(--ink); border-radius: 999px; background: transparent; color: var(--ink); font-size: 10px; text-transform: uppercase; }
.woocommerce ul.products li.product .button:hover { background: var(--ink); color: var(--cream); }
.woocommerce .woocommerce-result-count,
.woocommerce .woocommerce-ordering { margin-bottom: 24px; color: rgba(22,55,47,.65); font-size: 12px; }
.woocommerce .woocommerce-ordering select { padding: 10px 38px 10px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); color: var(--ink); }
.woocommerce div.product { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 7vw, 90px); }
.woocommerce div.product div.images,
.woocommerce div.product div.summary { width: auto; float: none; }
.woocommerce div.product div.images img { border-radius: 26px; background: var(--paper); }
.woocommerce div.product .product_title { margin: 0 0 16px; font: 900 clamp(48px, 6vw, 82px)/.88 Georgia, serif; letter-spacing: -.065em; }
.woocommerce div.product p.price { color: var(--berry); font-size: 24px; font-weight: 900; }
.woocommerce div.product .woocommerce-product-details__short-description { color: rgba(22,55,47,.72); font-size: 16px; line-height: 1.7; }
.woocommerce div.product form.cart .button,
.woocommerce button.button.alt,
.woocommerce a.button.alt,
.woocommerce #payment #place_order { min-height: 50px; padding: 0 24px; border-radius: 999px; background: var(--ink); color: var(--cream); font-size: 11px; font-weight: 950; text-transform: uppercase; }
.woocommerce div.product form.cart .button:hover,
.woocommerce button.button.alt:hover,
.woocommerce a.button.alt:hover,
.woocommerce #payment #place_order:hover { background: var(--coral); color: var(--ink); }
.woocommerce div.product form.cart input.qty { min-height: 50px; border: 1px solid var(--line); border-radius: 999px; background: var(--paper); }
.woocommerce div.product .woocommerce-tabs { grid-column: 1 / -1; }
.woocommerce-message,
.woocommerce-info { border-top-color: var(--lime); background: var(--paper); color: var(--ink); }
.woocommerce-message::before,
.woocommerce-info::before { color: var(--forest); }
.woocommerce table.shop_table,
.woocommerce form.checkout_coupon,
.woocommerce form.login,
.woocommerce form.register,
.woocommerce-checkout #payment { border: 1px solid var(--line); border-radius: 18px; background: var(--paper); }
.woocommerce table.shop_table th,
.woocommerce table.shop_table td { padding: 16px; }
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select { min-height: 47px; padding: 10px 13px; border: 1px solid var(--line); border-radius: 10px; background: var(--paper); }

.healthin-info { min-height: 630px; padding: 110px clamp(20px, 10vw, 160px); background: var(--cream); }
.healthin-info h1 { max-width: 900px; margin: 0 0 55px; font: 900 clamp(64px, 9vw, 130px)/.8 Georgia, serif; letter-spacing: -.075em; }
.healthin-info-copy { max-width: 790px; display: grid; gap: 10px; }
.healthin-info-copy h3 { margin: 26px 0 0; font: 900 29px/1 Georgia, serif; }
.healthin-info-copy p { margin: 5px 0; color: rgba(22,55,47,.75); font-size: 16px; line-height: 1.75; }

@media (max-width: 1200px) {
  .site-header nav { gap: 17px; font-size: 11px; }
}

@media (max-width: 1080px) {
  .blog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .blog-denver { grid-template-columns: 1fr 1fr; }
  .blog-denver .button { grid-column: 1 / -1; width: max-content; }
}

@media (max-width: 900px) {
  .healthin-header .menu-toggle { display: grid !important; }
  body.healthin-commerce #content,
  body.healthin-commerce .site-main { padding-top: 55px; }
  .healthin-shop-heading { grid-template-columns: 1fr; }
  .woocommerce ul.products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .woocommerce div.product { grid-template-columns: 1fr; }
  .blog-hero { padding-top: 75px; grid-template-columns: 1fr; gap: 30px; }
  .blog-hero .eyebrow { margin-bottom: -10px; }
  .blog-grid { grid-template-columns: 1fr; }
  .blog-card { max-width: 650px; width: 100%; margin-inline: auto; }
  .blog-denver { grid-template-columns: 1fr; }
  .blog-denver .eyebrow { margin-bottom: -10px; }
  .blog-denver .button { grid-column: auto; }
  .blog-single { padding-top: 55px; }
  .blog-article-footer { align-items: start; flex-direction: column; }
}

@media (max-width: 620px) {
  body.healthin-commerce #content,
  body.healthin-commerce .site-main { width: min(100% - 28px, 1240px); padding: 40px 0 72px; }
  .healthin-shop-heading h1 { font-size: 55px; }
  .woocommerce ul.products { grid-template-columns: 1fr; }
  .woocommerce ul.products li.product .woocommerce-loop-product__title { font-size: 31px; }
  .healthin-info { padding: 75px 18px; }
  .healthin-info h1 { font-size: 62px; }
  .blog-hero { padding: 68px 18px 55px; }
  .blog-hero h1 { font-size: 61px; }
  .blog-category-nav { padding-inline: 18px; flex-wrap: nowrap; overflow-x: auto; }
  .blog-category-nav a { flex: 0 0 auto; }
  .blog-grid { padding: 38px 18px 75px; }
  .blog-card h2 { font-size: 31px; }
  .blog-denver { padding: 65px 18px; }
  .blog-denver h2 { font-size: 50px; }
  .blog-single { padding: 42px 18px 75px; }
  .blog-back { margin-bottom: 34px; }
  .blog-article-header h1 { font-size: 53px; }
  .blog-article-header > p { font-size: 16px; }
  .blog-featured { margin-bottom: 45px; aspect-ratio: 1; border-radius: 22px; }
  .blog-prose { font-size: 17px; line-height: 1.75; }
  .blog-prose h2 { margin-top: 44px; font-size: 36px; }
  .blog-article-footer { margin-top: 60px; padding: 28px 22px; }
  .blog-article-footer h2 { font-size: 38px; }
  .blog-article-footer .button { width: 100%; }
}
