@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@500;600&display=swap');

:root {
  --ink: #171916;
  --muted: #666a65;
  --ivory: #f6f2ea;
  --cream: #ece6dc;
  --white: #fffdfa;
  --sage: #dce5dc;
  --sage-dark: #2f473a;
  --bronze: #b58b5b;
  --line: #d9d7d0;
  --shadow: 0 18px 55px rgba(33, 37, 31, 0.1);
  font-family: "DM Sans", Arial, sans-serif;
  color: var(--ink);
  background: var(--white);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: var(--white); -webkit-font-smoothing: antialiased; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { color: inherit; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.announcement { height: 32px; display: flex; align-items: center; justify-content: center; background: var(--ink); color: white; font-size: 10px; letter-spacing: .16em; font-weight: 600; }
.site-header { height: 76px; display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; max-width: 1380px; margin: auto; padding: 0 36px; border-bottom: 1px solid var(--line); background: rgba(255,253,250,.96); position: relative; z-index: 30; }
.brand { font-family: "Playfair Display", Georgia, serif; font-size: 19px; font-weight: 600; letter-spacing: .07em; white-space: nowrap; }
.brand span { font-family: "DM Sans", Arial, sans-serif; font-size: .7em; letter-spacing: .18em; font-weight: 500; }
.desktop-nav { display: flex; justify-content: center; gap: 34px; font-size: 13px; font-weight: 500; }
.desktop-nav a { position: relative; }
.desktop-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px; background: var(--ink); transition: right .25s ease; }
.desktop-nav a:hover::after { right: 0; }
.header-actions { display: flex; gap: 8px; justify-content: flex-end; }
.icon-button { width: 40px; height: 40px; border: 0; background: transparent; display: grid; place-items: center; cursor: pointer; position: relative; }
.cart-trigger span { position: absolute; right: 1px; top: 1px; min-width: 17px; height: 17px; padding: 0 4px; display: grid; place-items: center; border-radius: 20px; background: var(--ink); color: white; font-size: 9px; }
.mobile-only { display: none; }

.product-hero { max-width: 1280px; margin: 0 auto; padding: 46px 36px 72px; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr); gap: 70px; align-items: start; }
.product-breadcrumb { color: #858985; font-size: 11px; margin-bottom: 14px; }
.main-media { background: var(--ivory); min-height: 620px; position: relative; display: grid; place-items: center; border-radius: 2px; overflow: hidden; }
.main-media img { width: 82%; height: 570px; object-fit: contain; mix-blend-mode: multiply; }
.bestseller { position: absolute; top: 18px; left: 18px; padding: 8px 12px; background: var(--sage-dark); color: white; font-size: 9px; letter-spacing: .12em; border-radius: 20px; z-index: 2; }
.viewer-note { position: absolute; left: 16px; bottom: 14px; padding: 8px 11px; background: rgba(255,255,255,.88); border-radius: 24px; font-size: 10px; display: flex; align-items: center; gap: 7px; }
.viewer-note span { width: 6px; height: 6px; background: #4a725a; border-radius: 50%; box-shadow: 0 0 0 4px rgba(74,114,90,.13); }
.thumbnail-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; margin-top: 10px; }
.thumbnail-row button { border: 1px solid transparent; background: var(--ivory); padding: 0; height: 108px; cursor: pointer; overflow: hidden; }
.thumbnail-row button.active { border-color: var(--ink); }
.thumbnail-row img { width: 100%; height: 100%; object-fit: cover; }
.thumbnail-row button:first-child img { object-fit: contain; mix-blend-mode: multiply; }

.product-copy { padding-top: 27px; position: sticky; top: 20px; }
.eyebrow, .section-kicker { color: var(--sage-dark); font-size: 10px; font-weight: 700; letter-spacing: .14em; }
.eyebrow { display: flex; align-items: center; gap: 8px; }
.eyebrow span { width: 7px; height: 7px; border-radius: 50%; background: #6c9b72; box-shadow: 0 0 0 5px #e7efe7; }
h1, h2 { font-family: "Playfair Display", Georgia, serif; font-weight: 500; letter-spacing: -.035em; }
h1 { font-size: clamp(40px, 4.1vw, 62px); line-height: .98; margin: 18px 0; max-width: 620px; }
.product-subtitle { color: var(--muted); font-size: 15px; line-height: 1.62; max-width: 570px; margin: 0 0 20px; }
.price { display: flex; align-items: baseline; gap: 10px; margin-bottom: 22px; }
.price strong { font-size: 24px; }
.price del { color: #999c97; font-size: 13px; }
.benefit-pills { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); display: grid; grid-template-columns: repeat(4,1fr); padding: 16px 0; margin-bottom: 23px; }
.benefit-pills > div { display: flex; flex-direction: column; align-items: center; text-align: center; gap: 8px; padding: 0 8px; border-right: 1px solid var(--line); }
.benefit-pills > div:last-child { border-right: 0; }
.benefit-pills span { display: flex; flex-direction: column; font-size: 9px; color: var(--muted); line-height: 1.35; }
.benefit-pills strong { color: var(--ink); font-size: 10px; }
.offer-header { display: flex; margin-bottom: 12px; }
.offer-header > div { display: flex; justify-content: space-between; align-items: baseline; width: 100%; }
.offer-header span { font-family: "Playfair Display", Georgia, serif; font-size: 17px; font-weight: 600; }
.offer-header small { color: var(--muted); font-size: 10px; }
.pack-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 8px; }
.pack-card { border: 1px solid var(--line); background: white; border-radius: 14px; padding: 16px 10px 12px; min-height: 203px; cursor: pointer; position: relative; display: flex; flex-direction: column; align-items: flex-start; text-align: left; transition: border-color .2s, transform .2s, box-shadow .2s; }
.pack-card:hover { transform: translateY(-2px); }
.pack-card.selected { border: 2px solid var(--ink); padding: 15px 9px 11px; box-shadow: 0 8px 25px rgba(25,27,24,.08); }
.pack-card img { width: 100%; height: 72px; object-fit: contain; mix-blend-mode: multiply; }
.pack-visual { width: 100%; height: 72px; display: grid; place-items: center; position: relative; }
.pack-visual img { grid-area: 1 / 1; }
.filter-count { grid-area: 1 / 1; justify-self: end; align-self: end; min-width: 27px; height: 27px; margin: 0 2px 4px 0; border-radius: 50%; background: var(--sage-dark); color: white; display: grid; place-items: center; font-size: 9px; font-weight: 700; box-shadow: 0 3px 10px rgba(35,67,53,.18); }
.pack-trio { height: 72px; display: flex; align-items: flex-end; justify-content: center; gap: 0; overflow: hidden; }
.pack-trio img { width: 37%; height: 68px; margin: 0 -7%; object-fit: contain; mix-blend-mode: normal; }
.pack-trio img:nth-child(2) { height: 72px; z-index: 1; }
.pack-card > small { font-size: 8px; letter-spacing: .08em; color: var(--muted); margin-top: 4px; }
.pack-card > strong { font-size: 12px; margin-top: 2px; }
.pack-card .price { margin: 5px 0 2px; gap: 5px; }
.pack-card .price strong { font-size: 14px; }
.pack-card .price del { font-size: 9px; }
.pack-card em { font-style: normal; color: #4f7d5a; font-size: 8px; font-weight: 700; }
.pack-check { position: absolute; top: 9px; right: 9px; width: 18px; height: 18px; border: 1px solid var(--line); border-radius: 50%; display: grid; place-items: center; background: white; z-index: 2; }
.selected .pack-check { background: var(--ink); color: white; border-color: var(--ink); }
.popular-badge { position: absolute; top: -11px; left: 50%; transform: translateX(-50%); background: #e6c978; padding: 4px 9px; border-radius: 12px; font-size: 7px; font-weight: 700; white-space: nowrap; z-index: 3; }
.second-head-option { margin-top: 12px; min-height: 57px; border: 1px solid var(--line); border-radius: 10px; padding: 10px 13px; display: grid; grid-template-columns: 28px 1fr auto; align-items: center; gap: 10px; cursor: pointer; background: #fff; }
.second-head-option input { position: absolute; opacity: 0; pointer-events: none; }
.second-head-option > span:first-of-type { width: 26px; height: 26px; border-radius: 50%; border: 1px solid var(--line); display: grid; place-items: center; color: var(--sage-dark); }
.second-head-option > span:nth-of-type(2) { display: flex; flex-direction: column; gap: 2px; }
.second-head-option strong { font-size: 11px; }
.second-head-option small { color: var(--muted); font-size: 9px; }
.second-head-option b { font-size: 11px; }
.second-head-option:has(input:checked) { border-color: var(--sage-dark); background: #f6f8f5; }
.second-head-option:has(input:checked) > span:first-of-type { background: var(--sage-dark); color: #fff; }
.primary-cta { margin-top: 14px; width: 100%; height: 58px; border: 0; border-radius: 2px; background: var(--ink); color: white; display: flex; justify-content: space-between; align-items: center; padding: 0 20px; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; cursor: pointer; }
.primary-cta span:last-child { display: flex; align-items: center; gap: 10px; }
.micro-trust { display: flex; justify-content: center; gap: 20px; color: var(--muted); font-size: 9px; margin-top: 12px; }
.micro-trust span { display: flex; align-items: center; gap: 5px; }

.ritual-section, .inside-section { max-width: 1280px; margin: 0 auto; padding: 110px 36px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 90px; }
.ritual-section { max-width: none; padding-left: max(36px, calc((100vw - 1208px)/2)); padding-right: max(36px, calc((100vw - 1208px)/2)); background: var(--ivory); }
.ritual-image { height: 680px; overflow: hidden; }
.ritual-image img { width: 100%; height: 100%; object-fit: cover; }
.ritual-copy h2, .inside-copy h2, .faq-section h2, .routine-card h2 { font-size: clamp(38px, 4vw, 58px); line-height: 1.02; margin: 16px 0 22px; }
.ritual-copy > p, .inside-copy > p, .faq-section > div > p { color: var(--muted); line-height: 1.75; max-width: 530px; }
.feature-list { margin-top: 36px; border-top: 1px solid #cbc8c0; }
.feature-list > div { display: grid; grid-template-columns: 42px 1fr; gap: 18px; align-items: start; padding: 22px 0; border-bottom: 1px solid #cbc8c0; }
.feature-list > div > span { color: var(--bronze); font-family: "Playfair Display", Georgia, serif; font-size: 18px; }
.feature-list strong { font-family: "Playfair Display", Georgia, serif; font-size: 19px; }
.feature-list p { margin: 5px 0 0; color: var(--muted); font-size: 13px; }
.inside-image { background: #f1eee8; padding: 50px; min-height: 550px; display: grid; place-items: center; }
.inside-image img { width: 100%; max-height: 450px; object-fit: contain; }
.inside-copy ul { list-style: none; padding: 0; margin: 30px 0 0; display: grid; gap: 14px; }
.inside-copy li { display: flex; align-items: center; gap: 11px; font-size: 13px; }
.inside-copy li svg, .inside-copy li i { color: var(--sage-dark); }
.refill-section { max-width: 1208px; margin: 0 auto 120px; padding: 74px 72px; background: #f3eee5; display: grid; grid-template-columns: .82fr 1.18fr; gap: 70px; align-items: center; }
.refill-intro h2 { font-size: clamp(40px, 4vw, 58px); line-height: 1.02; margin: 15px 0 18px; }
.refill-intro p { color: var(--muted); font-size: 13px; line-height: 1.7; max-width: 450px; }
.refill-intro img { width: 220px; height: 170px; object-fit: cover; margin-top: 24px; border-radius: 4px; }
.refill-options { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px; }
.refill-option { min-height: 170px; border: 1px solid #d8d2c7; background: rgba(255,255,255,.78); border-radius: 13px; padding: 25px 13px 15px; position: relative; cursor: pointer; display: flex; flex-direction: column; align-items: flex-start; text-align: left; }
.refill-option.selected { border: 2px solid var(--ink); padding: 24px 12px 14px; background: #fff; box-shadow: 0 8px 25px rgba(25,27,24,.07); }
.refill-option > small { color: var(--muted); font-size: 8px; letter-spacing: .08em; margin-bottom: 9px; }
.refill-option > strong { font-family: "Playfair Display", Georgia, serif; font-size: 17px; line-height: 1.1; }
.refill-option > b { font-size: 16px; margin-top: auto; padding-top: 18px; }
.refill-option > em { color: #4f7d5a; font-style: normal; font-size: 8px; font-weight: 700; margin-top: 3px; }
.refill-form .primary-cta { margin-top: 12px; }
.refill-note { color: var(--muted); display: flex; align-items: center; justify-content: center; gap: 6px; font-size: 9px; margin: 12px 0 0; }
.routine-card { max-width: 1208px; min-height: 560px; margin: 30px auto 120px; padding: 68px 72px; background: var(--sage-dark); color: white; display: grid; grid-template-columns: minmax(0, 1fr) minmax(380px, .86fr); grid-template-areas: "intro product" "benefits product" "offer product"; grid-template-rows: auto 1fr auto; column-gap: 74px; row-gap: 30px; align-items: start; overflow: hidden; }
.routine-intro { grid-area: intro; max-width: 560px; }
.routine-card .section-kicker { color: #d4dfd6; }
.routine-card h2 { color: #fffdfa; font-size: clamp(43px, 4.2vw, 60px); line-height: .98; margin: 16px 0 20px; max-width: 600px; }
.routine-card p { color: #e1e8e2; font-size: 14px; line-height: 1.7; max-width: 530px; margin: 0; }
.routine-benefits { grid-area: benefits; list-style: none; padding: 0; margin: 0; display: grid; gap: 1px; border-top: 1px solid rgba(255,255,255,.18); }
.routine-benefits li { display: grid; grid-template-columns: 32px 1fr; gap: 13px; align-items: center; padding: 15px 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.routine-benefits i { color: #e3c988; font-size: 22px; }
.routine-benefits span { display: flex; flex-direction: column; gap: 2px; }
.routine-benefits strong { color: #fffdfa; font-family: "Playfair Display", Georgia, serif; font-size: 16px; font-weight: 500; }
.routine-benefits small { color: #bdcbc0; font-size: 10px; line-height: 1.45; }
.routine-product { grid-area: product; width: 100%; min-height: 424px; margin: 0; padding: 28px 28px 22px; background: #f4efe6; color: var(--ink); display: grid; grid-template-rows: auto 1fr auto; align-items: center; position: relative; }
.routine-product__label { justify-self: start; color: var(--sage-dark); font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.routine-product img { width: 100%; height: 315px; object-fit: contain; border-radius: 0; }
.routine-product figcaption { display: grid; grid-template-columns: repeat(3, 1fr); gap: 8px; padding-top: 17px; border-top: 1px solid #d7d0c5; }
.routine-product figcaption span { color: #676b65; font-size: 9px; line-height: 1.35; text-align: center; }
.routine-offer { grid-area: offer; display: grid; grid-template-columns: auto minmax(190px, 1fr); gap: 24px; align-items: center; }
.routine-offer > div { display: flex; flex-direction: column; min-width: 125px; }
.routine-offer small { color: #bdcbc0; font-size: 9px; text-transform: uppercase; letter-spacing: .08em; }
.routine-offer strong { color: #fffdfa; font-family: "Playfair Display", Georgia, serif; font-size: 27px; font-weight: 500; }
.routine-offer button { min-height: 56px; border: 1px solid #fffdfa; background: #fffdfa; color: var(--sage-dark); padding: 0 22px; display: flex; align-items: center; justify-content: space-between; gap: 16px; font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; cursor: pointer; transition: background .2s, color .2s; }
.routine-offer button:hover { background: transparent; color: #fffdfa; }
.routine-offer button:focus-visible { outline: 2px solid #e3c988; outline-offset: 3px; }
.faq-section { max-width: 1120px; margin: 0 auto; padding: 0 36px 120px; display: grid; grid-template-columns: .75fr 1.25fr; gap: 90px; align-items: start; }
.faq-list { border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item button { width: 100%; border: 0; background: transparent; padding: 23px 0; display: flex; justify-content: space-between; align-items: center; text-align: left; cursor: pointer; font-size: 14px; font-weight: 600; }
.faq-item svg, .faq-item i { transition: transform .2s; }
.faq-item.open svg, .faq-item.open i { transform: rotate(180deg); }
.faq-item p { margin: -8px 30px 22px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
footer { background: var(--ink); color: white; min-height: 220px; padding: 58px max(36px, calc((100vw - 1208px)/2)); display: grid; grid-template-columns: 1fr 1fr 1fr; align-items: start; gap: 40px; }
.brand--footer { font-size: 21px; }
footer p { margin: 0; color: #b9bbb7; font-size: 12px; }
footer > div:last-child { display: flex; justify-content: flex-end; gap: 22px; color: #d7d8d5; font-size: 11px; }

.drawer-overlay { position: fixed; inset: 0; border: 0; background: rgba(10,12,10,.44); z-index: 70; cursor: default; }
.cart-drawer { position: fixed; z-index: 80; right: 0; top: 0; width: min(440px,100%); height: 100dvh; background: var(--white); box-shadow: var(--shadow); display: flex; flex-direction: column; animation: slide-in .25s ease; }
@keyframes slide-in { from { transform: translateX(100%); } to { transform: translateX(0); } }
.drawer-head { display: flex; align-items: flex-start; justify-content: space-between; padding: 24px; border-bottom: 1px solid var(--line); }
.drawer-head > div { display: flex; flex-direction: column; }
.drawer-head span { font-family: "Playfair Display", Georgia, serif; font-size: 22px; font-weight: 600; }
.drawer-head small { color: var(--muted); font-size: 10px; margin-top: 4px; }
.progress { margin: 0 24px; height: 3px; background: #dfe4df; }
.progress span { display: block; width: 100%; height: 100%; background: var(--sage-dark); }
.cart-line { padding: 25px 24px; display: grid; grid-template-columns: 82px 1fr auto; gap: 15px; align-items: start; }
.cart-line img { width: 82px; height: 90px; object-fit: contain; background: var(--ivory); mix-blend-mode: multiply; }
.cart-line > div { display: flex; flex-direction: column; gap: 4px; font-size: 12px; }
.cart-line small, .cart-line span { color: var(--muted); font-size: 10px; }
.cart-line > strong { font-size: 12px; }
.drawer-spacer { flex: 1; background: var(--ivory); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.drawer-total { padding: 22px 24px 28px; }
.drawer-total > div { display: flex; justify-content: space-between; font-size: 15px; }
.drawer-total > small { display: block; color: var(--muted); font-size: 9px; margin-top: 5px; }
.drawer-total button, .drawer-total .checkout-button { width: 100%; height: 54px; margin-top: 17px; border: 0; background: var(--ink); color: white; display: flex; align-items: center; justify-content: center; gap: 10px; text-transform: uppercase; letter-spacing: .08em; font-size: 11px; font-weight: 700; cursor: pointer; }
.drawer-total p { display: flex; justify-content: center; align-items: center; gap: 6px; color: var(--muted); font-size: 9px; margin: 12px 0 0; }
.mobile-sticky, .mobile-menu { display: none; }
.pack-card:not(.selected) .pack-check i, .refill-option:not(.selected) .pack-check i { display: none; }
.benefit-pills i { font-size: 22px; }
.micro-trust i { font-size: 17px; }
.inside-copy li i { font-size: 17px; }
.cart-drawer[hidden], .drawer-overlay[hidden], .mobile-menu[hidden] { display: none !important; }
.saudade-cart-open { overflow: hidden; }
.is-loading { opacity: .65; cursor: wait !important; }
.admin-bar .cart-drawer { top: 32px; height: calc(100dvh - 32px); }

@media (max-width: 900px) {
  .announcement { font-size: 8px; height: 27px; letter-spacing: .11em; }
  .site-header { height: 62px; padding: 0 14px; }
  .mobile-only { display: grid; justify-self: start; }
  .site-header > .brand { justify-self: center; font-size: 16px; }
  .desktop-nav, .desktop-search { display: none; }
  .product-hero { display: block; padding: 0 0 55px; }
  .product-breadcrumb { display: none; }
  .main-media { min-height: 420px; border-radius: 0; }
  .main-media img { height: 390px; width: 88%; }
  .bestseller { top: 13px; left: 13px; }
  .thumbnail-row { margin: 8px 14px 0; gap: 6px; }
  .thumbnail-row button { height: 72px; border-radius: 6px; }
  .product-copy { position: static; padding: 28px 17px 0; }
  .eyebrow { font-size: 9px; }
  h1 { font-size: 39px; line-height: 1; margin: 14px 0; }
  .product-subtitle { font-size: 13px; line-height: 1.55; }
  .benefit-pills { margin-left: -17px; margin-right: -17px; padding: 14px 8px; }
  .benefit-pills svg, .benefit-pills i { width: 19px; }
  .benefit-pills strong { font-size: 8px; }
  .benefit-pills span { font-size: 7px; }
  .offer-header small { display: none; }
  .pack-grid { gap: 5px; }
  .pack-card { min-height: 188px; padding-left: 7px; padding-right: 7px; border-radius: 11px; }
  .pack-card.selected { padding-left: 6px; padding-right: 6px; }
  .pack-card img { height: 64px; }
  .pack-card > strong { font-size: 11px; }
  .pack-card .price { flex-wrap: wrap; line-height: 1; }
  .js-main-form .primary-cta { display: none; }
  .micro-trust { gap: 10px; justify-content: space-between; margin-top: 15px; }
  .micro-trust span { flex-direction: column; text-align: center; gap: 4px; }
  .ritual-section, .inside-section { padding: 66px 17px; display: flex; flex-direction: column; gap: 42px; }
  .ritual-image { width: 100%; height: 460px; }
  .ritual-copy h2, .inside-copy h2, .faq-section h2 { font-size: 39px; }
  .ritual-copy > p, .inside-copy > p { font-size: 13px; }
  .inside-section { flex-direction: column-reverse; }
  .inside-image { width: 100%; min-height: 360px; padding: 25px; }
  .refill-section { margin: 0; padding: 58px 18px 70px; display: block; }
  .refill-intro img { width: 100%; height: 260px; margin: 22px 0 28px; }
  .refill-intro h2 { font-size: 39px; }
  .refill-options { gap: 5px; }
  .refill-option { min-height: 156px; padding: 21px 8px 12px; border-radius: 10px; }
  .refill-option.selected { padding: 20px 7px 11px; }
  .refill-option > strong { font-size: 14px; }
  .refill-option > b { font-size: 14px; }
  .refill-option .popular-badge { font-size: 6px; padding: 4px 6px; }
  .refill-form .primary-cta { display: flex; }
  .routine-card { min-height: 0; margin: 0; padding: 54px 18px 58px; grid-template-columns: 1fr; grid-template-areas: "intro" "product" "benefits" "offer"; grid-template-rows: auto; gap: 30px; text-align: left; }
  .routine-card h2 { font-size: 39px; line-height: 1; margin: 13px 0 17px; }
  .routine-card p { font-size: 13px; line-height: 1.65; }
  .routine-product { min-height: 0; padding: 20px 16px 17px; }
  .routine-product img { width: 100%; height: 275px; }
  .routine-product figcaption { gap: 4px; padding-top: 13px; }
  .routine-product figcaption span { font-size: 8px; }
  .routine-benefits li { padding: 14px 0; }
  .routine-benefits small { font-size: 9px; }
  .routine-offer { grid-template-columns: 1fr; gap: 13px; }
  .routine-offer > div { flex-direction: row; justify-content: space-between; align-items: baseline; }
  .routine-offer button { width: 100%; }
  .faq-section { padding: 70px 18px 120px; display: block; }
  .faq-list { margin-top: 38px; }
  footer { display: flex; flex-direction: column; min-height: 250px; padding: 45px 18px 100px; }
  footer > div:last-child { justify-content: flex-start; }
  .mobile-sticky { position: fixed; z-index: 45; left: 0; right: 0; bottom: 0; display: grid; grid-template-columns: auto 1fr; gap: 14px; align-items: center; padding: 10px 13px calc(10px + env(safe-area-inset-bottom)); background: rgba(255,253,250,.97); border-top: 1px solid var(--line); box-shadow: 0 -8px 30px rgba(25,27,24,.08); }
  .mobile-sticky > div { display: flex; flex-direction: column; min-width: 78px; }
  .mobile-sticky small { font-size: 8px; color: var(--muted); }
  .mobile-sticky strong { font-size: 15px; }
  .mobile-sticky button { height: 48px; border: 0; background: var(--ink); color: white; text-transform: uppercase; font-size: 10px; letter-spacing: .07em; font-weight: 700; }
  .mobile-menu { display: flex; position: fixed; inset: 0; z-index: 100; background: var(--white); padding: 18px; flex-direction: column; }
  .mobile-menu__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
  .mobile-menu > a { font-family: "Playfair Display", Georgia, serif; font-size: 30px; padding: 22px 0; border-bottom: 1px solid var(--line); }
  .admin-bar .cart-drawer { top: 46px; height: calc(100dvh - 46px); }
}

@media (max-width: 370px) {
  h1 { font-size: 34px; }
  .pack-card { min-height: 180px; }
  .pack-card > strong { font-size: 10px; }
  .popular-badge { font-size: 6px; padding-inline: 6px; }
}

/* Pack contents emphasis — desktop and mobile */
.pack-card > em {
  display: block;
  margin-top: 14px;
  padding: 10px 12px;
  border-radius: 10px;
  background: rgba(47, 71, 58, 0.08);
  color: var(--sage-dark);
  font-style: normal;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.35;
}

@media (max-width: 760px) {
  .pack-card > em {
    margin-top: 12px;
    padding: 10px;
    font-size: 16px;
  }
}

/* Header language switcher */
.trp-floating-switcher { display: none !important; }
.header-actions { align-items: center; }
.language-switcher { position: relative; }
.language-switcher summary {
  width: 42px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 3px;
  list-style: none;
  cursor: pointer;
  color: var(--ink);
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .04em;
  border-radius: 999px;
  transition: background .2s ease;
}
.language-switcher summary::-webkit-details-marker { display: none; }
.language-switcher summary:hover,
.language-switcher[open] summary { background: var(--ivory); }
.language-switcher summary i { font-size: 10px; transition: transform .2s ease; }
.language-switcher[open] summary i { transform: rotate(180deg); }
.language-switcher__menu {
  position: absolute;
  top: calc(100% + 9px);
  right: 0;
  min-width: 138px;
  padding: 6px;
  border: 1px solid var(--line);
  border-radius: 12px;
  background: var(--white);
  box-shadow: 0 12px 34px rgba(33, 37, 31, .14);
  z-index: 100;
}
.language-switcher__menu a {
  min-height: 42px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}
.language-switcher__menu a:hover { background: var(--ivory); }
.language-switcher__menu a[aria-current="page"] { color: var(--sage-dark); background: var(--sage); }

@media (max-width: 900px) {
  .header-actions { gap: 0; }
  .language-switcher summary { width: 38px; height: 40px; font-size: 12px; }
  .language-switcher__menu { top: calc(100% + 6px); right: -38px; }
}

