@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-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; }
.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, .routine-card 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); }
.routine-card { max-width: 1208px; margin: 30px auto 120px; padding: 56px 62px; background: var(--sage-dark); color: white; display: grid; grid-template-columns: 1.15fr .85fr auto; align-items: center; gap: 45px; }
.routine-card .section-kicker { color: #cbd8ce; }
.routine-card h2 { font-size: 40px; margin: 12px 0; }
.routine-card p { color: #d6ddd7; font-size: 13px; }
.routine-product { display: flex; align-items: center; justify-content: center; gap: 12px; }
.routine-product img { width: 95px; height: 105px; object-fit: contain; background: white; border-radius: 6px; }
.routine-card > button { border: 0; background: white; height: 52px; padding: 0 20px; display: flex; align-items: center; gap: 12px; font-size: 11px; font-weight: 700; text-transform: uppercase; cursor: pointer; }
.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 { 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; }
  .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; }
  .routine-card { margin: 0; padding: 54px 18px; display: flex; flex-direction: column; text-align: center; gap: 28px; }
  .routine-card h2 { font-size: 38px; }
  .routine-product img { width: 110px; }
  .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; }
}
