:root {
  --forest: #163c2d;
  --forest-dark: #0b2118;
  --acid: #d9ff63;
  --cream: #f3efdf;
  --paper: #fbf8ee;
  --ink: #18261f;
  --line: rgba(24, 38, 31, .22);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: "DM Sans", sans-serif; }
img { display: block; width: 100%; }
a { color: inherit; text-decoration: none; }
button, input { font: inherit; }
button { cursor: pointer; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eyebrow { margin: 0 0 20px; font-size: 11px; font-weight: 600; letter-spacing: .17em; text-transform: uppercase; }

.announcement { min-height: 34px; padding: 7px 3vw; display: flex; justify-content: center; gap: 35px; color: var(--forest-dark); background: var(--acid); font-size: 11px; text-transform: uppercase; letter-spacing: .11em; }
.announcement p { margin: 0; }
.announcement a { font-weight: 600; }
.site-header { height: 82px; padding: 0 3.5vw; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; color: var(--cream); background: var(--forest); border-bottom: 1px solid rgba(255,255,255,.17); position: sticky; top: 0; z-index: 20; }
.brand, .footer-brand { font-family: "Italiana", serif; font-size: 27px; letter-spacing: -.04em; }
.brand span, .footer-brand span { color: var(--acid); }
.desktop-nav { display: flex; gap: 34px; font-size: 13px; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: var(--acid); transition: right .25s; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { justify-self: end; display: flex; align-items: center; gap: 25px; font-size: 12px; }
.cart-button, .menu-button { color: inherit; background: none; border: 0; padding: 0; }
.cart-count { display: inline-grid; place-items: center; margin-left: 5px; width: 20px; height: 20px; border: 1px solid var(--acid); border-radius: 50%; font-size: 10px; }
.menu-button { display: none; width: 25px; }
.menu-button span:not(.sr-only) { display: block; height: 1px; margin: 6px 0; background: currentColor; transition: transform .2s; }
.mobile-menu { display: none; }

.hero { min-height: 715px; padding: 60px 3.5vw 68px; display: grid; grid-template-columns: 1.2fr 1fr .35fr; gap: 4vw; color: var(--cream); background: var(--forest); overflow: hidden; }
.hero-copy { align-self: center; max-width: 720px; z-index: 2; }
.hero h1, .offerings-heading h2, .section-heading h2, .world-copy h2, .consult-copy h2, .newsletter h2 { margin: 0; font-family: "Italiana", serif; font-weight: 400; letter-spacing: -.055em; line-height: .86; }
.hero h1 { font-size: clamp(76px, 9.2vw, 148px); }
.hero h1 em, .world-copy h2 em { color: var(--acid); font-weight: 400; }
.hero-intro { max-width: 450px; margin: 34px 0; font-size: 17px; line-height: 1.6; color: rgba(243,239,223,.78); }
.hero-cta { display: flex; align-items: center; gap: 30px; }
.button { min-height: 50px; padding: 0 24px; display: inline-flex; align-items: center; justify-content: center; gap: 20px; border: 1px solid; font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-3px); }
.button-light { color: var(--forest-dark); background: var(--acid); border-color: var(--acid); }
.button-dark { color: var(--cream); background: var(--forest); border-color: var(--forest); }
.text-link { padding-bottom: 5px; border-bottom: 1px solid rgba(255,255,255,.5); font-size: 13px; }
.hero-portrait { position: relative; align-self: center; }
.hero-portrait::before { content: ""; position: absolute; inset: 7% -7% -7% 9%; border: 1px solid rgba(217,255,99,.75); border-radius: 52% 48% 48% 52% / 42% 45% 55% 58%; transform: rotate(7deg); }
.hero-portrait img { position: relative; aspect-ratio: .92; object-fit: cover; border-radius: 48% 48% 45% 45% / 42% 42% 55% 55%; filter: saturate(.86) contrast(1.04); }
.portrait-tag { position: absolute; right: -15px; bottom: 32px; padding: 13px 16px; color: var(--forest-dark); background: var(--acid); font-size: 10px; font-weight: 600; line-height: 1.4; text-transform: uppercase; transform: rotate(-4deg); }
.orbit-copy { position: absolute; top: -25px; right: -45px; font-size: 9px; letter-spacing: .19em; color: var(--acid); }
.hero-side { align-self: end; padding-bottom: 10px; display: flex; flex-direction: column; gap: 22px; border-left: 1px solid rgba(255,255,255,.2); padding-left: 22px; }
.hero-side span { color: var(--acid); font-size: 10px; letter-spacing: .15em; }
.hero-side p { margin: 0; color: rgba(243,239,223,.66); font-size: 12px; line-height: 1.65; }
.hero-side a { font-size: 28px; }

.values-strip { padding: 23px 3vw; display: flex; justify-content: space-between; align-items: center; color: var(--forest); background: var(--acid); font-size: 11px; font-weight: 600; text-transform: uppercase; letter-spacing: .1em; }
.values-strip i { font-style: normal; }

.offerings-section { padding: 95px 4vw 105px; background: var(--cream); }
.offerings-heading { display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; margin-bottom: 55px; }
.offerings-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -10px; }
.offerings-heading h2 { font-size: clamp(66px, 8vw, 118px); }
.offerings-heading h2 em { color: var(--forest); font-weight: 400; }
.offerings-heading > p:last-child { max-width: 430px; margin: 0 0 5px; font-size: 15px; line-height: 1.75; }
.story-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.story-card { min-height: 390px; padding: 30px; display: flex; flex-direction: column; justify-content: space-between; color: var(--cream); background: var(--forest); transition: transform .25s; }
.story-card:hover { transform: translateY(-7px); }
.story-card-acid { color: var(--forest-dark); background: var(--acid); }
.story-card h3 { margin: 0 0 20px; font-family: "Italiana", serif; font-size: clamp(58px, 7vw, 105px); font-weight: 400; line-height: .83; letter-spacing: -.05em; }
.story-card p { max-width: 560px; margin: 0 0 30px; font-size: 13px; line-height: 1.7; opacity: .78; }
.story-card b { padding-top: 17px; display: block; border-top: 1px solid currentColor; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.story-thumbnail { min-height: 0; padding: 0; overflow: hidden; border: 1px solid rgba(176,126,33,.55); background: var(--forest-dark); }
.story-thumbnail img { width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.1,1); }
.story-thumbnail:hover img { transform: scale(1.025); }
.services-label { margin: 65px 0 22px; }
.service-square-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 10px; }
.service-square { min-height: 285px; padding: 22px; grid-column: span 2; display: flex; flex-direction: column; background: var(--paper); border: 1px solid var(--line); transition: transform .25s; }
.service-square:hover { transform: translateY(-6px); }
.service-square > span { font-size: 9px; letter-spacing: .15em; }
.service-square h3 { margin: auto 0 18px; font-family: "Italiana", serif; font-size: clamp(35px, 3.2vw, 52px); font-weight: 400; line-height: .9; letter-spacing: -.04em; }
.service-square p { min-height: 58px; margin: 0 0 24px; font-size: 11px; line-height: 1.6; opacity: .72; }
.service-square b { padding-top: 14px; border-top: 1px solid currentColor; font-size: 9px; text-transform: uppercase; letter-spacing: .09em; }
.service-image-square { padding: 0; overflow: hidden; background: var(--forest-dark); border-color: rgba(176,126,33,.55); }
.service-image-square img { width: 100%; height: 100%; min-height: 285px; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.1,1); }
.service-image-square:hover img { transform: scale(1.025); }
.service-square-acid { background: var(--acid); }
.service-square-dark { color: var(--cream); background: var(--forest); }
.service-square-music { grid-column: span 3; color: var(--cream); background: var(--forest-dark); }
.service-square-grid .service-square:nth-child(4) { grid-column: span 3; }
.price-note { display: block; margin-top: 16px; font-size: 9px; opacity: .55; }
.offering-card { min-height: 430px; padding: 25px; display: flex; flex-direction: column; justify-content: space-between; border: 1px solid var(--line); background: var(--paper); transition: transform .25s, background .25s; }
.offering-card:hover { transform: translateY(-7px); background: #fff; }
.offering-card-acid { background: var(--acid); }
.offering-card-dark { color: var(--cream); background: var(--forest); }
.offering-card-dark:hover { background: var(--forest-dark); }
.offering-number { font-size: 10px; letter-spacing: .15em; }
.offering-icon { align-self: flex-end; margin-top: -18px; font-family: "Italiana", serif; font-size: 38px; }
.offering-card h3 { margin: 0 0 20px; font-family: "Italiana", serif; font-size: clamp(35px, 3vw, 50px); font-weight: 400; line-height: .95; letter-spacing: -.04em; }
.offering-card p { min-height: 72px; margin: 0 0 27px; font-size: 12px; line-height: 1.65; opacity: .72; }
.offering-card b { padding-top: 17px; display: block; border-top: 1px solid currentColor; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }

.shop-section { padding: 100px 4vw 110px; }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1.4fr .8fr; align-items: end; gap: 10vw; }
.section-heading h2 { font-size: clamp(67px, 8vw, 118px); }
.shop-heading-side > p { max-width: 400px; margin: 0 0 35px; font-size: 15px; line-height: 1.7; }
.filters { display: flex; gap: 9px; }
.filter { padding: 8px 18px; color: var(--ink); background: transparent; border: 1px solid var(--line); border-radius: 100px; font-size: 11px; text-transform: uppercase; letter-spacing: .08em; }
.filter.active, .filter:hover { color: var(--cream); background: var(--forest); border-color: var(--forest); }
.sacred-roots-feature { max-width: 1380px; margin: 0 auto 70px; display: grid; grid-template-columns: 1fr 1fr; color: var(--cream); background: var(--forest-dark); }
.sacred-gallery { padding: 20px; background: #080d0a; }
.sacred-main-image { height: 590px; object-fit: contain; object-position: center; background: #000; }
.sacred-thumbs { margin-top: 12px; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sacred-thumbs figure { position: relative; margin: 0; overflow: hidden; background: #080d0a; }
.sacred-thumbs img { height: 190px; object-fit: contain; object-position: center; background: #000; }
.sacred-thumbs figcaption { padding: 12px; color: var(--cream); font-size: 10px; letter-spacing: .09em; text-transform: uppercase; }
.coming-soon-figure img { opacity: .45; filter: grayscale(.45); }
.coming-soon-figure > span { position: absolute; top: 16px; left: 16px; z-index: 2; padding: 8px 10px; color: var(--forest-dark); background: var(--acid); font-size: 9px; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.sacred-copy { padding: 55px 4vw; }
.sacred-copy h3 { margin: 0; color: #d9aa55; font-family: "Italiana", serif; font-size: clamp(62px, 6.5vw, 102px); font-weight: 400; line-height: .85; letter-spacing: -.05em; }
.sacred-copy h4 { margin: 18px 0 30px; max-width: 600px; color: var(--cream); font-size: 13px; font-weight: 500; letter-spacing: .11em; line-height: 1.5; text-transform: uppercase; }
.sacred-copy > p { color: rgba(243,239,223,.72); font-size: 13px; line-height: 1.75; }
.sacred-copy .sacred-lead { margin: 0 0 12px; color: var(--acid); font-family: "Italiana", serif; font-size: 26px; }
.seven-spirits { margin: 28px 0; padding: 18px 0; border-top: 1px solid rgba(217,255,99,.35); border-bottom: 1px solid rgba(217,255,99,.35); }
.seven-spirits span { color: #d9aa55; font-family: "Italiana", serif; font-size: 22px; }
.seven-spirits p { margin: 8px 0 0; color: var(--cream); font-size: 11px; line-height: 1.7; }
.roots-details { border-bottom: 1px solid rgba(255,255,255,.18); }
.roots-details summary { padding: 16px 0; display: flex; justify-content: space-between; color: var(--cream); font-size: 12px; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; cursor: pointer; list-style: none; }
.roots-details summary::-webkit-details-marker { display: none; }
.roots-details ul, .roots-details > p { margin: 0; padding: 0 0 18px 18px; color: rgba(243,239,223,.68); font-size: 11px; line-height: 1.75; }
.roots-details > p { padding-left: 0; }
.bottle-comparison { margin-top: 28px; }
.bottle-comparison > .eyebrow { margin-bottom: 10px; color: var(--acid); }
.size-comparison { margin: 0 0 28px; display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.size-comparison > div { padding: 17px; display: flex; flex-direction: column; gap: 8px; border: 1px solid rgba(255,255,255,.2); }
.size-comparison small { color: var(--acid); font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.size-comparison strong { font-family: "Italiana", serif; font-size: 28px; font-weight: 400; }
.size-comparison ul { margin: 2px 0 0; padding: 0; display: grid; gap: 6px; color: rgba(243,239,223,.7); font-size: 10px; line-height: 1.45; list-style: none; }
.size-comparison li::before { content: "✓"; margin-right: 7px; color: var(--acid); }
.recommended-size { background: var(--forest); border-color: var(--acid) !important; }
.sacred-purchase { padding: 24px; color: var(--forest-dark); background: var(--acid); }
.sacred-purchase p { margin: 0 0 6px; font-weight: 600; letter-spacing: .05em; }
.sacred-purchase small { display: block; font-size: 9px; line-height: 1.6; }
.sacred-purchase strong { margin: 18px 0; display: block; font-family: "Italiana", serif; font-size: 44px; font-weight: 400; }
.sacred-purchase .button { width: 100%; color: var(--cream); background: var(--forest-dark); border-color: var(--forest-dark); }
.coming-soon-product { max-width: 1120px; margin: 0 auto; display: grid; grid-template-columns: 320px 1fr; align-items: center; background: var(--cream); border: 1px solid var(--line); }
.coming-soon-product img { height: 360px; object-fit: contain; object-position: center; background: #080d0a; opacity: .62; filter: grayscale(.35); }
.coming-soon-product > div { padding: 40px 6vw; }
.coming-soon-product h3 { margin: 0 0 20px; font-family: "Italiana", serif; font-size: clamp(42px, 5vw, 72px); font-weight: 400; line-height: .92; }
.coming-soon-product p:not(.eyebrow) { max-width: 570px; line-height: 1.7; }
.coming-soon-product > div > span { margin-top: 15px; padding: 10px 13px; display: inline-block; color: var(--forest-dark); background: var(--acid); font-size: 10px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.4vw; }
.product-card { transition: opacity .2s, transform .2s; }
.product-card.is-hidden { display: none; }
.product-image { position: relative; display: block; overflow: hidden; background: #e8e4d7; }
.product-image img { aspect-ratio: .8; object-fit: cover; transition: transform .55s cubic-bezier(.2,.7,.1,1); }
.product-card:hover img { transform: scale(1.035); }
.product-badge { position: absolute; top: 15px; left: 15px; z-index: 2; padding: 7px 10px; color: var(--forest-dark); background: var(--acid); font-size: 9px; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; }
.quick-shop { position: absolute; left: 12px; right: 12px; bottom: 12px; padding: 13px 16px; color: var(--cream); background: rgba(11,33,24,.92); font-size: 11px; text-transform: uppercase; letter-spacing: .08em; transform: translateY(70px); transition: transform .3s; }
.product-card:hover .quick-shop { transform: translateY(0); }
.product-meta { padding: 17px 2px 30px; display: flex; justify-content: space-between; gap: 15px; }
.product-meta h3 { margin: 0 0 5px; font-size: 14px; font-weight: 600; }
.product-meta p { margin: 0; color: #687169; font-size: 11px; }
.product-meta strong { font-size: 12px; white-space: nowrap; }
.shop-all { margin-top: 28px; }

.world-section { min-height: 820px; display: grid; grid-template-columns: 1fr 1fr; color: var(--cream); background: var(--forest-dark); }
.world-photo { position: relative; min-height: 700px; overflow: hidden; }
.world-photo img { height: 100%; object-fit: cover; filter: saturate(.72) contrast(1.08); }
.world-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 60%, rgba(11,33,24,.55)); }
.world-photo span { position: absolute; z-index: 2; left: 30px; bottom: 25px; font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.world-copy { padding: 95px 7vw; display: flex; flex-direction: column; justify-content: center; }
.world-copy h2 { font-size: clamp(64px, 7vw, 110px); }
.world-copy > p:not(.eyebrow) { max-width: 510px; margin: 40px 0; color: rgba(243,239,223,.7); font-size: 15px; line-height: 1.75; }
.world-copy > p:not(.eyebrow) + p:not(.eyebrow) { margin-top: -20px; }
.world-links { border-top: 1px solid rgba(255,255,255,.2); }
.world-links a { padding: 20px 0; display: grid; grid-template-columns: 40px 1fr auto; border-bottom: 1px solid rgba(255,255,255,.2); font-family: "Italiana", serif; font-size: 22px; }
.world-links span { color: var(--acid); font-family: "DM Sans", sans-serif; font-size: 10px; }
.world-links b { font-family: "DM Sans", sans-serif; font-weight: 400; transition: transform .2s; }
.world-links a:hover b { transform: translate(4px,-4px); }

.mission-section { padding: 110px 7vw 120px; background: var(--acid); }
.mission-section blockquote { max-width: 1150px; margin: 25px 0 55px; font-family: "Italiana", serif; font-size: clamp(58px, 7.5vw, 116px); line-height: .9; letter-spacing: -.05em; }
.mission-body { max-width: 1050px; margin: 0 0 45px auto; display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; }
.mission-body p { margin: 0; font-size: 14px; line-height: 1.8; }

.consult-section { min-height: 660px; display: grid; grid-template-columns: 1fr .85fr; background: var(--cream); }
.consult-copy { padding: 100px 8vw; display: flex; flex-direction: column; justify-content: center; }
.consult-copy h2 { font-size: clamp(70px, 7vw, 112px); }
.consult-copy > p:not(.eyebrow) { max-width: 500px; margin: 35px 0; line-height: 1.75; }
.consult-copy .button { align-self: flex-start; }
.session-list { margin: 34px 0 8px; border-top: 1px solid var(--line); }
.session-list a { padding: 16px 0; display: flex; justify-content: space-between; gap: 18px; border-bottom: 1px solid var(--line); font-size: 12px; transition: padding .2s ease, color .2s ease; }
.session-list a:hover { padding-left: 8px; color: var(--forest); }
.session-list strong { color: var(--forest); }
.provisional-copy { margin: 12px 0 28px !important; font-size: 10px; opacity: .65; }
.consult-image { overflow: hidden; }
.consult-image img { height: 100%; object-fit: cover; }

.newsletter { padding: 120px 5vw; text-align: center; color: var(--cream); background: var(--forest); }
.newsletter h2 { font-size: clamp(60px, 7vw, 105px); }
.email-form { max-width: 650px; margin: 50px auto 16px; display: grid; grid-template-columns: 1fr auto; border-bottom: 1px solid var(--cream); }
.email-form input { padding: 17px 0; color: var(--cream); background: transparent; border: 0; outline: 0; font-size: 15px; }
.email-form input::placeholder { color: rgba(243,239,223,.65); }
.email-form button { padding: 0; color: var(--acid); background: transparent; border: 0; font-size: 12px; text-transform: uppercase; letter-spacing: .08em; }
.newsletter small { color: rgba(243,239,223,.52); font-size: 9px; }
.music-intro { max-width: 600px; margin: 32px auto 0; color: rgba(243,239,223,.72); line-height: 1.7; }
.youtube-button { margin: 35px auto 10px; }

.donation-section { padding: 90px 7vw; display: grid; grid-template-columns: 1.2fr .8fr; gap: 9vw; align-items: end; background: var(--cream); }
.donation-section h2 { margin: 0; font-family: "Italiana", serif; font-size: clamp(58px, 7vw, 105px); font-weight: 400; line-height: .86; letter-spacing: -.055em; }
.donation-section > div:last-child p { margin: 0 0 30px; line-height: 1.75; }

footer { padding: 65px 4vw 25px; color: var(--cream); background: var(--forest-dark); }
.footer-brand { font-size: clamp(48px, 7vw, 100px); }
.footer-columns { margin: 55px 0 65px; display: grid; grid-template-columns: repeat(3, minmax(150px, 1fr)); gap: 40px; max-width: 700px; }
.footer-columns h3 { color: var(--acid); font-size: 10px; text-transform: uppercase; letter-spacing: .12em; }
.footer-columns a { display: block; width: fit-content; margin: 13px 0; color: rgba(243,239,223,.76); font-size: 13px; }
.footer-bottom { padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.18); color: rgba(243,239,223,.55); font-size: 9px; text-transform: uppercase; letter-spacing: .12em; }

.toast { position: fixed; left: 50%; bottom: 25px; z-index: 30; padding: 14px 20px; color: var(--forest-dark); background: var(--acid); font-size: 12px; transform: translate(-50%, 100px); transition: transform .35s; }
.toast.show { transform: translate(-50%, 0); }

@media (max-width: 1000px) {
  .desktop-nav, .search-link { display: none; }
  .site-header { grid-template-columns: 1fr 1fr; }
  .menu-button { display: block; }
  .mobile-menu { position: fixed; inset: 116px 0 auto; z-index: 19; padding: 35px 4vw 45px; color: var(--cream); background: var(--forest-dark); transform: translateY(-130%); transition: transform .35s; display: flex; flex-direction: column; }
  .mobile-menu.open { transform: translateY(0); }
  .mobile-menu a { padding: 12px 0; font-family: "Italiana", serif; font-size: 38px; }
  .mobile-menu p { margin-top: 25px; color: var(--acid); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
  .hero { grid-template-columns: 1.1fr .9fr; }
  .hero-side { display: none; }
  .product-grid { grid-template-columns: repeat(2, 1fr); gap: 28px 2vw; }
  .sacred-roots-feature { grid-template-columns: 1fr; }
  .sacred-main-image { height: auto; max-height: 650px; }
  .service-square-grid { grid-template-columns: repeat(2, 1fr); }
  .service-square, .service-square-grid .service-square:nth-child(4), .service-square-music { grid-column: span 1; }
  .world-copy { padding: 80px 5vw; }
}

@media (max-width: 700px) {
  .announcement { justify-content: space-between; gap: 10px; }
  .announcement p { max-width: 190px; white-space: nowrap; overflow: hidden; }
  .site-header { height: 70px; }
  .mobile-menu { inset: 104px 0 auto; }
  .hero { min-height: auto; padding: 42px 5vw 50px; grid-template-columns: 1fr; gap: 42px; }
  .hero h1 { font-size: clamp(58px, 17vw, 70px); }
  .hero-intro { margin: 25px 0; font-size: 15px; }
  .hero-cta { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-portrait { width: 92%; margin: 0 auto; }
  .values-strip { justify-content: center; gap: 14px; overflow: hidden; white-space: nowrap; }
  .values-strip span:nth-of-type(n+3), .values-strip i:nth-of-type(n+2) { display: none; }
  .shop-section { padding: 70px 4vw 75px; }
  .offerings-section { padding: 65px 4vw 75px; }
  .offerings-heading { grid-template-columns: 1fr; gap: 28px; }
  .offerings-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .offerings-heading h2 { font-size: 61px; }
  .story-grid { grid-template-columns: 1fr; }
  .story-card:not(.story-thumbnail) { min-height: 330px; padding: 23px; }
  .story-card h3 { font-size: 65px; }
  .services-label { margin-top: 48px; }
  .service-square-grid { grid-template-columns: 1fr; gap: 10px; }
  .service-square { min-height: 235px; padding: 22px; }
  .service-image-square { min-height: 0; padding: 0; }
  .service-image-square img { min-height: 0; aspect-ratio: 1; }
  .service-square h3 { margin-top: 55px; font-size: 38px; }
  .service-square p { min-height: 0; font-size: 12px; }
  .offering-card { min-height: 355px; padding: 18px; }
  .offering-card h3 { font-size: 32px; }
  .offering-card p { min-height: 0; font-size: 11px; }
  .offering-icon { font-size: 29px; }
  .section-heading { margin-bottom: 38px; grid-template-columns: 1fr; gap: 24px; }
  .section-heading h2 { font-size: 58px; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 24px 10px; }
  .sacred-roots-feature { margin-bottom: 42px; }
  .sacred-gallery { padding: 8px; }
  .sacred-main-image { height: auto; }
  .sacred-thumbs { gap: 8px; }
  .sacred-thumbs img { height: 125px; }
  .sacred-thumbs figcaption { padding: 9px; font-size: 8px; }
  .sacred-copy { padding: 42px 6vw; }
  .sacred-copy h3 { font-size: 58px; }
  .sacred-copy h4 { margin-bottom: 22px; font-size: 11px; }
  .size-comparison { grid-template-columns: 1fr; }
  .coming-soon-product { grid-template-columns: 1fr; }
  .coming-soon-product img { height: 320px; }
  .coming-soon-product > div { padding: 32px 6vw; }
  .product-meta { display: block; }
  .product-meta strong { display: block; margin-top: 8px; }
  .quick-shop { display: none; }
  .world-section, .consult-section { grid-template-columns: 1fr; }
  .world-photo { min-height: 460px; }
  .world-copy, .consult-copy { padding: 65px 6vw; }
  .world-copy h2, .consult-copy h2 { font-size: 58px; }
  .world-copy > p:not(.eyebrow) { margin: 28px 0; font-size: 14px; }
  .mission-section { padding: 75px 6vw 85px; }
  .mission-section blockquote { font-size: 56px; }
  .mission-body { grid-template-columns: 1fr; gap: 20px; }
  .consult-image { max-height: 600px; }
  .newsletter { padding: 90px 5vw; }
  .newsletter h2 { font-size: 54px; }
  .youtube-button { width: 100%; padding-left: 12px; padding-right: 12px; }
  .donation-section { padding: 75px 6vw; grid-template-columns: 1fr; gap: 35px; }
  .donation-section h2 { font-size: 58px; }
  .footer-columns { grid-template-columns: 1fr 1fr; }
  .footer-bottom { flex-direction: column; gap: 12px; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; }
}

/* Numerology booking page */
.booking-page { background: var(--forest-dark); }
.booking-topbar { min-height: 74px; padding: 0 4vw; display: flex; justify-content: space-between; align-items: center; color: var(--cream); border-bottom: 1px solid rgba(255,255,255,.16); }
.booking-back { font-size: 11px; letter-spacing: .08em; text-transform: uppercase; }
.numerology-hero { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 690px; color: var(--cream); background: #070b08; }
.numerology-hero-image { min-height: 650px; background: #000; }
.numerology-hero-image img { width: 100%; height: 100%; object-fit: contain; }
.numerology-hero-copy { padding: 80px 7vw; display: flex; flex-direction: column; justify-content: center; }
.numerology-hero-copy h1 { margin: 0; color: #d9aa55; font-family: "Italiana", serif; font-size: clamp(68px, 7vw, 112px); font-weight: 400; line-height: .83; letter-spacing: -.05em; }
.numerology-hero-copy h1 em { display: block; color: #c57cff; font-weight: 400; }
.numerology-hero-copy > p:not(.eyebrow) { margin: 30px 0; max-width: 570px; color: rgba(243,239,223,.74); font-size: 15px; line-height: 1.75; }
.reading-points { padding: 0; display: grid; gap: 12px; list-style: none; color: var(--cream); font-size: 12px; }
.reading-points li::before { content: "✦"; margin-right: 10px; color: #d9aa55; }
.booking-section { padding: 95px 7vw; display: grid; grid-template-columns: .8fr 1.2fr; gap: 8vw; color: var(--ink); background: var(--cream); }
.booking-summary h2 { margin: 0; font-family: "Italiana", serif; font-size: clamp(58px, 6vw, 92px); font-weight: 400; line-height: .88; letter-spacing: -.05em; }
.booking-summary > p { margin: 30px 0; line-height: 1.75; }
.reading-price { padding: 22px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.reading-price strong { font-family: "Italiana", serif; font-size: 34px; font-weight: 400; }
.booking-form { padding: 35px; display: grid; grid-template-columns: 1fr 1fr; gap: 20px; background: var(--paper); border: 1px solid var(--line); }
.booking-form label { display: grid; gap: 8px; font-size: 10px; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.booking-form label.full { grid-column: 1 / -1; }
.booking-form input, .booking-form select, .booking-form textarea { width: 100%; padding: 14px; color: var(--ink); background: #fff; border: 1px solid var(--line); border-radius: 0; font: inherit; font-size: 13px; }
.booking-form textarea { min-height: 120px; resize: vertical; }
.booking-form .button { grid-column: 1 / -1; width: 100%; }
.booking-note { grid-column: 1 / -1; margin: 0; color: #657068; font-size: 9px; line-height: 1.55; }

@media (max-width: 760px) {
  .booking-topbar { min-height: 64px; }
  .numerology-hero { grid-template-columns: 1fr; }
  .numerology-hero-image { min-height: 0; }
  .numerology-hero-image img { height: auto; }
  .numerology-hero-copy { padding: 55px 6vw 65px; }
  .numerology-hero-copy h1 { font-size: 64px; }
  .booking-section { padding: 65px 5vw; grid-template-columns: 1fr; gap: 42px; }
  .booking-form { padding: 24px 18px; grid-template-columns: 1fr; }
  .booking-form label.full, .booking-form .button, .booking-note { grid-column: auto; }
}
