:root {
  --ink: #26372c;
  --ink-soft: #536158;
  --paper: #f8f7f2;
  --warm: #f1ede5;
  --sage: #dfe6d8;
  --sage-deep: #c9d6c6;
  --rose: #efd8cf;
  --peach: #f2e0cd;
  --lilac: #e7e2ec;
  --line: rgba(38, 55, 44, 0.14);
  --white: #fffefa;
  --shadow: 0 18px 50px rgba(38, 55, 44, 0.09);
  --serif: "Lora", Georgia, serif;
  --sans: "Raleway", Arial, sans-serif;
  --shell: min(1240px, calc(100% - 64px));
  --ease: cubic-bezier(.2, .7, .2, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; min-width: 320px; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
button, input, select { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
button { border: 0; }
button, a { cursor: pointer; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
svg { width: 1em; height: 1em; }
[hidden] { display: none !important; }
button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible { outline: 3px solid #b37e6d; outline-offset: 4px; }
.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; }
.skip-link { position: fixed; z-index: 100; top: 12px; left: 12px; transform: translateY(-150%); padding: 10px 15px; background: var(--ink); color: var(--white); transition: transform .2s var(--ease); }
.skip-link:focus { transform: translateY(0); }
.shell { width: var(--shell); margin: 0 auto; }
.eyebrow { margin: 0 0 15px; color: #68766c; font-size: 11px; font-weight: 700; letter-spacing: .15em; line-height: 1.2; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2 { font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; }
h1 em, h2 em { color: #a76f64; font-style: italic; }
.section { padding: 112px 0; }
.section--soft { background: #efebe3; }

.announcement { position: relative; z-index: 11; border-bottom: 1px solid rgba(255,255,255,.28); background: var(--ink); color: #f7f5ee; }
.announcement__inner { display: flex; align-items: center; justify-content: center; gap: 20px; min-height: 39px; padding: 6px 24px; font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.announcement__link { padding: 0; background: transparent; color: #e3c9b5; font-size: inherit; letter-spacing: inherit; text-decoration: underline; text-underline-offset: 3px; }

.site-header { position: sticky; z-index: 20; top: 0; border-bottom: 1px solid var(--line); background: rgba(248,247,242,.93); backdrop-filter: blur(12px); }
.header__inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; min-height: 76px; }
.brand { display: inline-flex; align-items: center; gap: 6px; width: max-content; color: var(--ink); font-family: var(--serif); font-size: 28px; letter-spacing: -.08em; }
.brand__mark { width: 26px; height: 26px; color: #8eab85; }
.desktop-nav { display: flex; gap: 30px; justify-content: center; font-size: 12px; font-weight: 700; letter-spacing: .02em; }
.desktop-nav a, .footer a { transition: color .2s var(--ease); }
.desktop-nav a:hover, .footer a:hover { color: #a76f64; }
.header-actions { display: flex; align-items: center; justify-content: flex-end; gap: 8px; }
.language-control { position: relative; display: inline-flex; align-items: center; width: 68px; min-width: 68px; height: 44px; overflow: hidden; border: 1px solid rgba(38,55,44,.14); border-radius: 15px; background: rgba(255,255,255,.72); box-shadow: 0 6px 18px rgba(38,55,44,.06); color: var(--ink); transition: border-color .2s var(--ease), background-color .2s var(--ease), box-shadow .2s var(--ease), transform .2s var(--ease); }
.language-control:hover { border-color: rgba(38,55,44,.3); background: var(--white); box-shadow: 0 8px 22px rgba(38,55,44,.1); transform: translateY(-1px); }
.language-control:focus-within { border-color: var(--green); outline: 3px solid rgba(38,55,44,.12); outline-offset: 2px; background: var(--white); }
.language-control select { width: 100%; height: 44px; padding: 0 27px 0 14px; border: 0; appearance: none; background: transparent; color: inherit; font-size: 11px; font-weight: 700; letter-spacing: .12em; outline: 0; cursor: pointer; }
.language-control svg { position: absolute; right: 12px; width: 10px; height: 7px; color: var(--green); pointer-events: none; }
.icon-button { display: grid; place-items: center; width: 42px; height: 42px; padding: 0; background: transparent; color: var(--ink); font-size: 25px; line-height: 1; transition: background-color .2s var(--ease), transform .2s var(--ease); }
.icon-button:hover { background: var(--warm); }
.icon-button:active { transform: scale(.94); }
.icon-button svg { width: 20px; height: 20px; }
.cart-button { display: inline-flex; align-items: center; gap: 8px; padding: 9px 0 9px 8px; background: transparent; color: var(--ink); font-size: 12px; font-weight: 700; }
.cart-button svg { width: 20px; height: 20px; }
.cart-count { display: grid; place-items: center; min-width: 21px; height: 21px; padding: 0 5px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 10px; }
.menu-toggle { display: none; flex-direction: column; justify-content: center; gap: 5px; width: 44px; height: 44px; padding: 10px; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 1.5px; background: var(--ink); transition: transform .2s var(--ease); }
.search-panel { display: grid; grid-template-rows: 0fr; overflow: hidden; border-top: 0 solid var(--line); background: var(--paper); transition: grid-template-rows .3s var(--ease), border .3s var(--ease); }
.search-panel.is-open { grid-template-rows: 1fr; border-top-width: 1px; }
.search-panel__inner { display: flex; align-items: center; gap: 24px; min-height: 0; overflow: hidden; }
.search-panel.is-open .search-panel__inner { min-height: 78px; }
.search-field { display: flex; align-items: center; flex: 1; gap: 12px; }
.search-field svg { flex: 0 0 auto; width: 21px; height: 21px; }
.search-field input { width: 100%; border: 0; outline: 0; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 22px; }
.search-field input::placeholder { color: #9ba39a; }
.text-button { padding: 4px 0; border-bottom: 1px solid var(--ink); background: none; color: var(--ink); font-size: 12px; font-weight: 700; }

.hero { position: relative; overflow: hidden; min-height: 620px; border-bottom: 1px solid var(--line); background: #e9e6dc; }
.hero__inner { position: relative; display: grid; grid-template-columns: 46% 54%; min-height: 620px; }
.hero__copy { position: relative; z-index: 2; align-self: center; padding: 78px 0 78px 2px; }
.hero h1 { max-width: 620px; margin-bottom: 24px; font-size: clamp(43px, 5.1vw, 75px); line-height: 1.05; }
.hero__lead { max-width: 420px; margin-bottom: 30px; color: var(--ink-soft); font-size: 16px; line-height: 1.7; }
.hero__actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 14px; min-height: 48px; padding: 13px 19px; border: 1px solid transparent; font-size: 11px; font-weight: 700; letter-spacing: .04em; transition: transform .2s var(--ease), background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.button:hover { transform: translateY(-2px); }
.button:active { transform: translateY(0) scale(.98); }
.button--dark { background: var(--ink); color: var(--white); }
.button--dark:hover { background: #405648; }
.button--ghost { border-color: var(--line); background: rgba(255,255,255,.22); color: var(--ink); }
.button--ghost:hover { border-color: var(--ink); background: var(--white); }
.button--light { background: #f8f4ec; color: var(--ink); }
.button--light:hover { background: var(--white); }
.hero__note { display: flex; align-items: center; gap: 8px; margin-top: 55px; color: #69736c; font-size: 11px; font-weight: 600; }
.hero__note-dot { width: 8px; height: 8px; border-radius: 50%; background: #9fb397; box-shadow: 0 0 0 4px rgba(159,179,151,.22); }
.hero__image-wrap { position: absolute; top: 0; right: calc((var(--shell) - 100vw) / 2); bottom: 0; width: 59vw; min-width: 650px; overflow: hidden; border-bottom-left-radius: 48% 22%; }
.hero__image-wrap::after { position: absolute; inset: 0; background: linear-gradient(90deg, #e9e6dc 0%, rgba(233,230,220,.06) 36%, rgba(233,230,220,0) 58%); content: ""; }
.hero__image-wrap img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.hero__arc { position: absolute; z-index: 3; right: 6.6%; bottom: 19px; width: 88px; height: 88px; border: 1px solid rgba(255,255,255,.7); border-left-color: transparent; border-radius: 50%; transform: rotate(42deg); }

.benefits { border-bottom: 1px solid var(--line); background: var(--white); }
.benefits__grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.benefit { display: flex; align-items: center; gap: 16px; min-height: 107px; padding: 20px 38px; border-right: 1px solid var(--line); }
.benefit:first-child { border-left: 1px solid var(--line); }
.benefit svg { flex: 0 0 auto; width: 25px; height: 25px; color: #849f7c; }
.benefit strong { display: block; margin-bottom: 2px; font-family: var(--serif); font-size: 15px; font-weight: 500; }
.benefit span { color: #747d75; font-size: 11px; }

.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 40px; margin-bottom: 45px; }
.section-heading h2 { margin: 0; font-size: clamp(35px, 4vw, 54px); line-height: 1.1; }
.section-heading--split > p { max-width: 280px; margin: 0 2% 5px 0; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }
.categories { padding-bottom: 118px; }
.categories__grid { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 18px; }
.category-card { position: relative; display: flex; min-height: 330px; overflow: hidden; padding: 26px; color: var(--ink); isolation: isolate; transition: transform .25s var(--ease), box-shadow .25s var(--ease); }
.category-card:hover { box-shadow: var(--shadow); transform: translateY(-5px); }
.category-card--skin { background: #dce7d9; }.category-card--body { background: #f1d7cf; }.category-card--wellness { background: #e5e0eb; }
.category-card__number { position: absolute; top: 27px; right: 27px; color: rgba(38,55,44,.48); font-family: var(--serif); font-size: 13px; }
.category-card > div { position: relative; z-index: 2; align-self: flex-end; }
.category-card h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 31px; font-weight: 400; letter-spacing: -.05em; }
.category-card p { margin-bottom: 25px; color: #526155; font-size: 13px; }
.arrow-link, .link-button { font-size: 11px; font-weight: 700; letter-spacing: .04em; }
.arrow-link span, .link-button span { display: inline-block; margin-left: 6px; transition: transform .2s var(--ease); }
.category-card:hover .arrow-link span, .link-button:hover span { transform: translate(3px, -3px); }
.shape { position: absolute; z-index: 1; }
.shape--orb { top: 67px; right: 35px; width: 164px; height: 164px; border-radius: 50%; background: #b6c6ab; box-shadow: -28px 38px 0 -5px #cbd7c4; }.shape--orb::after { position: absolute; top: 28px; left: -29px; width: 62px; height: 94px; border: 1px solid rgba(55,83,59,.38); border-radius: 50%; content: ""; transform: rotate(32deg); }
.shape--wave { right: -28px; bottom: 25px; width: 250px; height: 250px; border: 1px solid rgba(126,84,76,.36); border-radius: 44% 56% 58% 42%; transform: rotate(15deg); }.shape--wave::before { position: absolute; inset: 36px; border: 1px solid rgba(126,84,76,.34); border-radius: 49% 51% 42% 58%; content: ""; }.shape--wave::after { position: absolute; inset: 76px; border-radius: 50%; background: #dbaea3; content: ""; }
.shape--leaf { right: 28px; bottom: -15px; width: 116px; height: 214px; border-radius: 100% 0 100% 0; background: #c9bdd4; transform: rotate(-28deg); }.shape--leaf::after { position: absolute; top: 21px; left: 53px; width: 1px; height: 180px; background: rgba(71,54,81,.5); content: ""; transform: rotate(45deg); }

.catalog { background: var(--white); }
.catalog__heading { margin-bottom: 26px; }
.link-button { padding: 5px 0; border-bottom: 1px solid currentColor; background: transparent; color: var(--ink); }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 23px; }
.filter-chip { min-height: 37px; padding: 8px 15px; border: 1px solid var(--line); border-radius: 40px; background: transparent; color: var(--ink-soft); font-size: 11px; font-weight: 700; transition: background-color .2s var(--ease), color .2s var(--ease), border-color .2s var(--ease); }
.filter-chip:hover, .filter-chip.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.results-summary { margin: 0 0 19px; color: #7e877f; font-size: 11px; }
.products-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 40px 20px; }
.product-card { min-width: 0; }.product-card[hidden] { display: none; }
.product-card__visual { position: relative; display: grid; place-items: center; min-height: 295px; overflow: hidden; background: #e6ecdf; }
.product-card__visual--peach { background: #f2ddd4; }.product-card__visual--mint { background: #d9e8df; }.product-card__visual--sand { background: #eee3d1; }.product-card__visual--rose { background: #ecdce0; }.product-card__visual--lilac { background: #e5e1eb; }
.product-card__visual::before { position: absolute; top: 12%; left: 50%; width: 155px; height: 155px; border-radius: 50%; background: rgba(255,255,255,.36); content: ""; filter: blur(2px); transform: translateX(-50%); }
.product-card__visual img { position: relative; z-index: 1; width: 195px; height: 195px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 15px 12px rgba(38,55,44,.13)); transition: transform .35s var(--ease); }
.product-card:hover .product-card__visual img { transform: scale(1.07) translateY(-4px); }
.product-tag { position: absolute; z-index: 2; top: 16px; left: 16px; padding: 6px 9px; border-radius: 30px; background: var(--ink); color: var(--white); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }.product-tag--light { background: rgba(255,255,255,.68); color: var(--ink); backdrop-filter: blur(5px); }
.heart-button { position: absolute; z-index: 2; top: 12px; right: 12px; display: grid; place-items: center; width: 37px; height: 37px; border-radius: 50%; background: rgba(255,255,255,.6); color: var(--ink); transition: transform .2s var(--ease), background .2s var(--ease), color .2s var(--ease); }.heart-button svg { width: 18px; height: 18px; }.heart-button:hover, .heart-button.is-liked { background: var(--white); color: #b5746c; transform: scale(1.08); }.heart-button.is-liked svg path { fill: currentColor; }
.product-card__content { padding: 18px 2px 0; }.product-card__category, .product-dialog__category { margin-bottom: 7px; color: #738176; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.product-card h3 { margin-bottom: 7px; font-family: var(--serif); font-size: 21px; font-weight: 400; line-height: 1.25; letter-spacing: -.03em; }.product-title { padding: 0; background: transparent; color: inherit; font: inherit; text-align: left; }.product-title:hover { color: #a76f64; }.product-card__description { min-height: 38px; margin-bottom: 17px; color: #748078; font-size: 12px; line-height: 1.55; }.product-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }.product-card__bottom strong, .dialog__bottom strong { font-family: var(--serif); font-size: 18px; font-weight: 500; }.add-button { padding: 5px 0; border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; letter-spacing: .04em; transition: color .2s var(--ease); }.add-button:hover { color: #a76f64; }.add-button span { margin-left: 4px; font-size: 15px; }.empty-products { margin: 48px 0 0; color: var(--ink-soft); }.empty-products button { border-bottom: 1px solid var(--ink); background: transparent; color: var(--ink); }

.ritual-banner { overflow: hidden; background: #627a65; color: #f7f4ec; }.ritual-banner__inner { display: grid; grid-template-columns: 1.1fr .9fr; min-height: 510px; }.ritual-banner__content { position: relative; z-index: 1; align-self: center; padding: 70px 0; }.ritual-banner .eyebrow { color: #dfe8d8; }.ritual-banner h2 { max-width: 675px; margin-bottom: 25px; font-size: clamp(37px, 4.2vw, 62px); line-height: 1.08; }.ritual-banner h2 em { color: #f1cab9; }.ritual-banner__content > p:not(.eyebrow) { max-width: 480px; margin-bottom: 30px; color: #edf0e8; font-size: 14px; line-height: 1.75; }.ritual-banner__art { position: relative; min-height: 510px; }.art-sun { position: absolute; top: 38px; right: 36px; width: 297px; height: 297px; border-radius: 50%; background: #e7c9ac; }.art-vase { position: absolute; right: 103px; bottom: 0; width: 171px; height: 220px; border-radius: 48% 48% 0 0 / 16% 16% 0 0; background: #f5efe2; }.art-vase::before { position: absolute; top: -22px; left: 50%; width: 92px; height: 35px; border-radius: 50%; background: #e8e0d2; content: ""; transform: translateX(-50%); }.art-vase span { position: absolute; inset: 30px 40px 0; border-left: 1px solid rgba(93,117,94,.36); border-right: 1px solid rgba(93,117,94,.36); }.art-branch { position: absolute; z-index: 2; width: 2px; height: 265px; background: #455c49; transform-origin: bottom; }.art-branch::after, .art-branch::before { position: absolute; width: 58px; height: 25px; border-radius: 100% 0 100% 0; background: #788f71; content: ""; }.art-branch--one { right: 195px; bottom: 198px; transform: rotate(-21deg); }.art-branch--one::after { top: 56px; left: -4px; transform: rotate(15deg); }.art-branch--one::before { top: 129px; right: -4px; transform: scaleX(-1) rotate(24deg); }.art-branch--two { right: 99px; bottom: 196px; height: 230px; transform: rotate(17deg); }.art-branch--two::before { top: 51px; right: -5px; transform: rotate(30deg); }.art-branch--two::after { top: 130px; left: -5px; transform: scaleX(-1) rotate(25deg); }.ritual-banner__art p { position: absolute; z-index: 3; top: 74px; left: 28px; margin: 0; color: #45604a; font-family: var(--serif); font-size: 22px; font-style: italic; line-height: 1.08; transform: rotate(-12deg); }

.approach__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(55px, 10vw, 180px); }.approach h2 { max-width: 440px; margin-bottom: 31px; font-size: clamp(34px, 3.5vw, 49px); line-height: 1.15; }.approach__points { border-top: 1px solid var(--line); }.approach__points article { display: grid; grid-template-columns: 70px 1fr 1.1fr; gap: 18px; align-items: baseline; min-height: 112px; padding: 25px 0; border-bottom: 1px solid var(--line); }.approach__points span { color: #9e756d; font-family: var(--serif); font-size: 15px; }.approach__points h3 { margin: 0; font-family: var(--serif); font-size: 21px; font-weight: 400; letter-spacing: -.03em; }.approach__points p { margin: 0; color: var(--ink-soft); font-size: 13px; line-height: 1.65; }

.faq { padding: 104px 0; }.faq__grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(60px, 10vw, 170px); }.faq h2 { max-width: 390px; margin-bottom: 22px; font-size: clamp(35px, 3.6vw, 49px); line-height: 1.12; }.faq__lead { max-width: 350px; margin-bottom: 24px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }.accordion { border-top: 1px solid var(--line); }.accordion__item { border-bottom: 1px solid var(--line); }.accordion__item h3 { margin: 0; }.accordion__item h3 button { display: flex; align-items: center; justify-content: space-between; width: 100%; padding: 24px 2px; background: transparent; color: var(--ink); font-family: var(--serif); font-size: 19px; font-weight: 400; text-align: left; }.accordion__item h3 span { font-family: var(--sans); font-size: 20px; font-weight: 400; transition: transform .25s var(--ease); }.accordion__item.is-open h3 span { transform: rotate(45deg); }.accordion__content { display: grid; grid-template-rows: 0fr; overflow: hidden; transition: grid-template-rows .3s var(--ease); }.accordion__content p { min-height: 0; max-width: 580px; margin: 0; overflow: hidden; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }.accordion__item.is-open .accordion__content { grid-template-rows: 1fr; }.accordion__item.is-open .accordion__content p { padding: 0 0 24px; }

.newsletter { background: var(--rose); }.newsletter__inner { display: grid; grid-template-columns: 1fr 1fr; gap: 10%; padding: 88px 0 85px; }.newsletter h2 { margin: 0; font-size: clamp(35px, 3.8vw, 52px); line-height: 1.12; }.newsletter__form { align-self: end; }.newsletter__form > label { display: block; margin-bottom: 9px; font-size: 11px; font-weight: 700; }.newsletter__field { display: flex; gap: 9px; }.newsletter__field input { min-width: 0; flex: 1; min-height: 48px; padding: 0 15px; border: 1px solid rgba(38,55,44,.26); background: rgba(255,255,255,.35); color: var(--ink); outline: 0; }.newsletter__field input:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(38,55,44,.12); }.newsletter__field .button { flex: 0 0 auto; }.form-feedback { min-height: 19px; margin: 8px 0 0; color: #7e4d46; font-size: 11px; font-weight: 600; }.form-feedback.is-success { color: #395a41; }.form-note { margin: 5px 0 0; color: #6f625d; font-size: 10px; line-height: 1.6; }.form-note a { text-decoration: underline; text-underline-offset: 2px; }

.footer { background: var(--ink); color: #eaece3; }.footer__top { display: flex; justify-content: space-between; gap: 80px; padding: 71px 0 58px; }.brand--footer { color: #f7f5ed; }.footer__links { display: grid; grid-template-columns: repeat(3, minmax(115px, 1fr)); gap: 58px; }.footer__links div { display: flex; flex-direction: column; gap: 9px; color: #c7cdc5; font-size: 11px; line-height: 1.7; }.footer__links p { margin: 0 0 5px; color: #efeee8; font-size: 10px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }.footer__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; min-height: 64px; border-top: 1px solid rgba(255,255,255,.16); color: #aeb9af; font-size: 10px; }.footer__bottom div { display: flex; gap: 22px; }

.scrim { position: fixed; z-index: 35; inset: 0; visibility: hidden; background: rgba(24,34,27,.5); opacity: 0; transition: opacity .25s var(--ease), visibility .25s; }.scrim.is-visible { visibility: visible; opacity: 1; }.cart-drawer { position: fixed; z-index: 40; top: 0; right: 0; display: flex; flex-direction: column; width: min(440px, 100%); height: 100dvh; padding: 28px; background: var(--white); box-shadow: -10px 0 30px rgba(19,31,23,.15); transform: translateX(105%); transition: transform .32s var(--ease); }.cart-drawer.is-open { transform: translateX(0); }.cart-drawer__header { display: flex; align-items: flex-start; justify-content: space-between; padding-bottom: 22px; border-bottom: 1px solid var(--line); }.cart-drawer__header .eyebrow { margin-bottom: 6px; }.cart-drawer__header h2 { margin: 0; font-size: 31px; }.cart-drawer__header h2 span { color: #8a988b; font-size: 17px; }.cart-close, .dialog__close, .mobile-menu__close { border: 1px solid var(--line); border-radius: 50%; }.cart-items { flex: 1; overflow-y: auto; }.cart-empty { display: grid; place-content: center; justify-items: center; flex: 1; text-align: center; }.cart-empty svg { width: 42px; height: 42px; margin-bottom: 14px; color: #91a38d; }.cart-empty p { margin-bottom: 3px; font-family: var(--serif); font-size: 22px; }.cart-empty span { max-width: 210px; margin-bottom: 24px; color: var(--ink-soft); font-size: 12px; }.cart-empty__close { min-width: 190px; }.cart-line { display: grid; grid-template-columns: 72px 1fr auto; gap: 13px; padding: 18px 0; border-bottom: 1px solid var(--line); }.cart-line__image { display: grid; place-items: center; height: 72px; background: var(--warm); }.cart-line__image img { width: 63px; height: 63px; object-fit: contain; mix-blend-mode: multiply; }.cart-line h3 { margin: 0 0 3px; font-family: var(--serif); font-size: 16px; font-weight: 400; line-height: 1.2; }.cart-line p { margin: 0 0 9px; color: var(--ink-soft); font-size: 11px; }.quantity { display: inline-flex; align-items: center; border: 1px solid var(--line); }.quantity button { width: 26px; height: 26px; background: transparent; color: var(--ink); font-size: 15px; }.quantity span { display: grid; place-items: center; width: 25px; font-size: 11px; font-weight: 700; }.cart-line__side { display: flex; flex-direction: column; align-items: flex-end; justify-content: space-between; }.cart-line__side strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }.remove-line { padding: 0; background: transparent; color: #8c938d; font-size: 16px; }.cart-summary { margin: 15px 0 0; padding-top: 18px; border-top: 1px solid var(--line); }.cart-summary > div { display: flex; align-items: baseline; justify-content: space-between; }.cart-summary span { font-size: 12px; font-weight: 700; }.cart-summary strong { font-family: var(--serif); font-size: 24px; font-weight: 500; }.cart-summary p { margin: 7px 0 17px; color: var(--ink-soft); font-size: 10px; }.cart-summary .button { width: 100%; }

.mobile-menu { position: fixed; z-index: 45; inset: 0; visibility: hidden; background: rgba(24,34,27,.5); opacity: 0; transition: opacity .25s var(--ease), visibility .25s; }.mobile-menu.is-open { visibility: visible; opacity: 1; }.mobile-menu__panel { display: flex; flex-direction: column; width: min(380px, 91%); height: 100%; padding: 24px; background: var(--white); transform: translateX(-105%); transition: transform .32s var(--ease); }.mobile-menu.is-open .mobile-menu__panel { transform: translateX(0); }.mobile-menu__top { display: flex; align-items: center; justify-content: space-between; padding-bottom: 28px; border-bottom: 1px solid var(--line); font-size: 11px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }.mobile-menu nav { display: grid; padding: 18px 0; }.mobile-menu nav a { display: flex; align-items: center; justify-content: space-between; padding: 16px 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: 27px; letter-spacing: -.04em; }.mobile-menu nav span { font-family: var(--sans); font-size: 17px; }.mobile-menu__panel > p { margin: auto 0 7px; color: #778179; font-size: 11px; }.mobile-menu .link-button { align-self: flex-start; }

.dialog { width: min(810px, calc(100% - 32px)); max-height: min(580px, calc(100dvh - 32px)); padding: 0; border: 0; background: var(--white); color: var(--ink); box-shadow: 0 25px 70px rgba(19,31,23,.25); }.dialog::backdrop { background: rgba(24,34,27,.53); }.dialog__close { position: absolute; z-index: 3; top: 16px; right: 16px; display: grid; place-items: center; width: 38px; height: 38px; background: rgba(255,255,255,.86); color: var(--ink); font-size: 24px; }.product-dialog { grid-template-columns: .88fr 1.12fr; }.product-dialog[open] { display: grid; }.dialog__image { display: grid; place-items: center; min-height: 465px; background: var(--sage); }.dialog__image img { width: min(285px, 80%); height: 285px; object-fit: contain; mix-blend-mode: multiply; filter: drop-shadow(0 17px 15px rgba(38,55,44,.15)); }.dialog__content { display: flex; flex-direction: column; padding: 58px 48px 41px; }.dialog__content h2 { margin-bottom: 13px; font-size: 39px; line-height: 1.1; }.product-dialog__description { margin-bottom: 27px; color: var(--ink-soft); font-size: 14px; line-height: 1.7; }.product-dialog__details { display: grid; gap: 8px; margin-bottom: auto; }.product-dialog__details span { color: #647167; font-size: 11px; }.product-dialog__details span::before { display: inline-block; width: 6px; height: 6px; margin: 0 8px 1px 0; border-radius: 50%; background: #a3b597; content: ""; }.dialog__bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; margin-top: 31px; }.quiz-dialog { max-width: 550px; }.quiz-dialog__inner { padding: 58px 54px 48px; }.quiz-dialog h2 { max-width: 385px; margin-bottom: 12px; font-size: 38px; line-height: 1.1; }.quiz-dialog__inner > p:not(.eyebrow) { color: var(--ink-soft); font-size: 13px; }.quiz-options { display: grid; gap: 9px; margin-top: 27px; }.quiz-options button { min-height: 50px; padding: 13px 16px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-family: var(--serif); font-size: 17px; text-align: left; transition: background .2s var(--ease), color .2s var(--ease); }.quiz-options button:hover { background: var(--ink); color: var(--white); }.quiz-result { min-height: 22px; margin-top: 19px; color: #4f684f; font-size: 12px; font-weight: 600; }.quiz-result a { border-bottom: 1px solid currentColor; }
.toast { position: fixed; z-index: 60; right: 24px; bottom: 24px; max-width: min(350px, calc(100% - 48px)); padding: 14px 17px; background: var(--ink); color: var(--white); box-shadow: var(--shadow); font-size: 12px; line-height: 1.5; opacity: 0; pointer-events: none; transform: translateY(14px); transition: opacity .24s var(--ease), transform .24s var(--ease); }.toast.is-visible { opacity: 1; transform: translateY(0); }

@media (max-width: 950px) { .hero__inner { grid-template-columns: 51% 49%; }.hero__image-wrap { width: 58vw; min-width: 500px; }.benefit { padding: 20px; }.approach__grid, .faq__grid { gap: 55px; }.footer__links { gap: 30px; } }
@media (max-width: 760px) { :root { --shell: min(100% - 40px, 620px); }.announcement__inner { gap: 9px; justify-content: space-between; padding: 6px 20px; font-size: 9px; }.announcement__link { white-space: nowrap; }.header__inner { grid-template-columns: 1fr auto; min-height: 68px; }.desktop-nav, .search-toggle, .cart-button__label { display: none; }.menu-toggle { display: flex; }.header-actions { gap: 4px; }.language-control { width: 64px; min-width: 64px; }.language-control select { padding-left: 12px; font-size: 10px; }.cart-button { padding-left: 0; }.hero { min-height: 680px; }.hero__inner { display: flex; min-height: 680px; }.hero__copy { align-self: flex-start; padding: 70px 0 0; }.hero h1 { max-width: 430px; font-size: clamp(42px, 12vw, 57px); }.hero__lead { max-width: 355px; font-size: 14px; }.hero__note { margin-top: 30px; }.hero__image-wrap { top: auto; right: -20px; bottom: -20px; width: 100%; min-width: 0; height: 320px; border-bottom-left-radius: 52% 16%; }.hero__image-wrap::after { background: linear-gradient(180deg, #e9e6dc 0%, rgba(233,230,220,0) 36%); }.hero__image-wrap img { object-position: 64% center; }.hero__arc { display: none; }.benefits__grid { grid-template-columns: 1fr; }.benefit { min-height: 78px; padding: 15px 2px; border: 0; border-bottom: 1px solid var(--line); }.benefit:first-child { border-left: 0; }.benefit:last-child { border-bottom: 0; }.section { padding: 74px 0; }.section-heading { display: block; margin-bottom: 31px; }.section-heading--split > p { max-width: 360px; margin: 17px 0 0; }.categories { padding-bottom: 74px; }.categories__grid { grid-template-columns: 1fr; gap: 12px; }.category-card { min-height: 255px; }.products-grid { grid-template-columns: repeat(2, 1fr); gap: 32px 14px; }.product-card__visual { min-height: 205px; }.product-card__visual img { width: 145px; height: 145px; }.product-card h3 { font-size: 18px; }.product-card__description { min-height: 55px; font-size: 11px; }.product-card__bottom { align-items: flex-start; flex-direction: column; gap: 10px; }.catalog__heading .link-button { margin-top: 20px; }.ritual-banner__inner { display: block; min-height: 0; }.ritual-banner__content { padding: 71px 0 15px; }.ritual-banner__art { min-height: 320px; }.art-sun { top: 16px; right: -10px; width: 230px; height: 230px; }.art-vase { right: 43px; width: 150px; height: 183px; }.art-branch--one { right: 119px; bottom: 162px; height: 215px; }.art-branch--two { right: 39px; bottom: 165px; height: 184px; }.ritual-banner__art p { top: 49px; left: 7px; }.approach__grid, .faq__grid, .newsletter__inner { grid-template-columns: 1fr; gap: 42px; }.approach__points article { grid-template-columns: 48px 1fr; gap: 8px 15px; }.approach__points p { grid-column: 2; }.faq { padding: 72px 0; }.newsletter__inner { padding: 67px 0; }.footer__top { display: block; padding: 55px 0 43px; }.footer__links { grid-template-columns: 1fr 1fr; gap: 32px 26px; margin-top: 44px; }.footer__links div:last-child { grid-column: 1 / -1; }.footer__bottom { align-items: flex-start; flex-direction: column; padding: 20px 0; }.footer__bottom div { gap: 15px; }.product-dialog[open] { display: block; overflow-y: auto; }.dialog__image { min-height: 260px; }.dialog__image img { width: 180px; height: 180px; }.dialog__content { padding: 35px 28px 28px; }.dialog__content h2 { font-size: 32px; }.quiz-dialog__inner { padding: 48px 28px 29px; }.quiz-dialog h2 { font-size: 33px; } }
@media (max-width: 440px) { :root { --shell: min(100% - 32px, 620px); }.announcement__link { display: none; }.announcement__inner { justify-content: center; }.language-control { width: 62px; min-width: 62px; }.language-control select { padding-left: 10px; font-size: 10px; }.language-control svg { right: 9px; }.hero__copy { padding-top: 58px; }.hero h1 { font-size: 40px; }.hero__actions { align-items: stretch; flex-direction: column; max-width: 245px; }.hero__actions .button { width: 100%; }.products-grid { gap: 30px 12px; }.product-card__visual { min-height: 175px; }.product-card__visual img { width: 120px; height: 120px; }.product-tag { top: 9px; left: 9px; padding: 5px 6px; font-size: 7px; }.heart-button { top: 6px; right: 6px; width: 31px; height: 31px; }.product-card__content { padding-top: 12px; }.product-card__category { font-size: 8px; }.product-card h3 { font-size: 16px; }.product-card__description { margin-bottom: 10px; font-size: 10px; }.product-card__bottom strong { font-size: 17px; }.add-button { font-size: 9px; }.newsletter__field { display: block; }.newsletter__field input { width: 100%; margin-bottom: 9px; }.newsletter__field .button { width: 100%; }.cart-drawer { padding: 20px; }.cart-line { grid-template-columns: 60px 1fr auto; }.cart-line__image { height: 60px; }.cart-line__image img { width: 54px; height: 54px; } }

textarea { font: inherit; }
.account-button { display: inline-flex; align-items: center; gap: 7px; min-height: 44px; padding: 8px 10px; border-radius: 14px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; transition: background .2s var(--ease), color .2s var(--ease); }
.account-button:hover, .account-button.is-signed-in { background: var(--warm); }
.account-button svg { width: 20px; height: 20px; }
.account-button.is-signed-in svg { color: #6d8d69; }
.inline-link, .footer-link, .footer__bottom button { padding: 0; border: 0; background: transparent; color: inherit; font: inherit; text-align: left; text-decoration: underline; text-underline-offset: 2px; }
.footer-link { text-decoration: none; }
.footer-link:hover, .footer__bottom button:hover { color: #f1cab9; }

.auth-dialog { max-width: 520px; }
.account-dialog { max-width: 720px; }
.contact-dialog { max-width: 590px; }
.legal-dialog { max-width: 650px; }
.checkout-dialog { width: min(1040px, calc(100% - 32px)); max-height: calc(100dvh - 32px); overflow-y: auto; }
.auth-shell, .account-shell, .contact-shell, .legal-shell { padding: 55px 54px 48px; }
.auth-shell h2, .account-heading h2, .contact-shell h2, .legal-shell h2 { margin-bottom: 10px; font-size: 38px; line-height: 1.12; }
.dialog-lead { margin-bottom: 26px; color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.auth-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 4px; margin-bottom: 24px; padding: 4px; border-radius: 12px; background: var(--warm); }
.auth-tabs button { min-height: 42px; border-radius: 9px; background: transparent; color: var(--ink-soft); font-size: 11px; font-weight: 700; }
.auth-tabs button.is-active { background: var(--white); color: var(--ink); box-shadow: 0 3px 12px rgba(38,55,44,.08); }
.auth-form, .contact-form { display: grid; gap: 16px; }
.form-field { display: grid; gap: 7px; color: var(--ink); font-size: 11px; font-weight: 700; }
.form-field input, .form-field select, .form-field textarea { width: 100%; min-height: 48px; padding: 12px 14px; border: 1px solid rgba(38,55,44,.22); border-radius: 3px; outline: 0; background: #fffefa; color: var(--ink); font-size: 13px; font-weight: 500; transition: border .2s var(--ease), box-shadow .2s var(--ease); }
.form-field textarea { min-height: 120px; resize: vertical; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { border-color: var(--ink); box-shadow: 0 0 0 3px rgba(38,55,44,.1); }
.form-field [aria-invalid="true"] { border-color: #a6534b; box-shadow: 0 0 0 3px rgba(166,83,75,.08); }
.field-error { min-height: 14px; color: #934b44; font-size: 10px; font-weight: 600; }
.form-status { min-height: 18px; margin: -2px 0 0; color: #934b44; font-size: 11px; font-weight: 600; }
.form-status.is-success { color: #476e4d; }
.form-submit { width: 100%; }
.auth-switch { min-height: 44px; padding: 9px 0; background: transparent; color: var(--ink-soft); font-size: 11px; text-decoration: underline; text-underline-offset: 3px; }
.password-control { position: relative; display: block; }
.password-control input { padding-right: 84px; }
.password-control button { position: absolute; top: 50%; right: 12px; min-width: 60px; min-height: 36px; padding: 0 8px; background: transparent; color: var(--ink); font-size: 10px; font-weight: 700; transform: translateY(-50%); }

.account-heading { padding-bottom: 23px; border-bottom: 1px solid var(--line); }
.account-heading p:last-child { margin: 0; color: var(--ink-soft); font-size: 13px; }
.account-orders { margin-top: 26px; }
.account-orders > h3 { margin-bottom: 14px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.order-card { margin-bottom: 12px; padding: 18px; border: 1px solid var(--line); background: #fbfaf6; }
.order-card__top, .order-card__bottom { display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.order-card__top > div { display: grid; gap: 3px; }
.order-card__top strong { font-family: var(--serif); font-size: 17px; }
.order-card__top span, .order-card__bottom span { color: var(--ink-soft); font-size: 10px; }
.status-pill { padding: 6px 9px; border-radius: 30px; background: #dfe8d8; color: #3f5e44 !important; font-weight: 700; }
.order-card__products { display: flex; flex-wrap: wrap; gap: 6px 16px; margin: 16px 0; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink-soft); font-size: 11px; }
.order-card__bottom strong { font-family: var(--serif); font-size: 18px; }
.empty-state { padding: 30px; background: var(--warm); text-align: center; }
.empty-state p { margin-bottom: 18px; color: var(--ink-soft); font-size: 13px; }
.text-danger { min-height: 44px; margin-top: 18px; padding: 5px 0; background: transparent; color: #8d5049; font-size: 11px; font-weight: 700; text-decoration: underline; text-underline-offset: 3px; }

.checkout-shell { min-height: 620px; }
.checkout-heading { padding: 48px 54px 0; }
.checkout-heading h2 { max-width: 680px; margin-bottom: 10px; font-size: 40px; line-height: 1.12; }
.checkout-heading > p:not(.eyebrow) { max-width: 620px; margin-bottom: 26px; color: var(--ink-soft); font-size: 13px; }
.checkout-progress { display: grid; grid-template-columns: repeat(3, 1fr); gap: 0; margin: 0; padding: 0; list-style: none; }
.checkout-progress li { position: relative; display: flex; align-items: center; gap: 8px; padding: 12px 0 16px; border-bottom: 2px solid var(--line); color: #8a938b; font-size: 10px; font-weight: 700; }
.checkout-progress li span { display: grid; place-items: center; width: 23px; height: 23px; border: 1px solid currentColor; border-radius: 50%; }
.checkout-progress li.is-active, .checkout-progress li.is-complete { border-color: var(--ink); color: var(--ink); }
.checkout-progress li.is-complete span { background: var(--ink); color: var(--white); }
.checkout-step { padding: 30px 54px 48px; }
.guest-callout { display: flex; align-items: center; justify-content: space-between; gap: 20px; margin-bottom: 22px; padding: 13px 15px; background: #edf1e9; }
.guest-callout p { margin: 0; color: var(--ink-soft); font-size: 11px; }
.guest-callout button { flex: 0 0 auto; min-height: 40px; padding: 7px 11px; background: transparent; color: var(--ink); font-size: 11px; font-weight: 700; text-decoration: underline; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 13px 18px; }
.checkout-actions { display: flex; align-items: center; justify-content: space-between; gap: 12px; margin-top: 25px; }
.checkout-actions--end { justify-content: flex-end; }
.checkout-actions--center { justify-content: center; }
.checkout-columns { display: grid; grid-template-columns: minmax(0, 1.05fr) minmax(300px, .95fr); gap: 34px; }
.choice-group { display: grid; gap: 9px; margin: 0 0 25px; padding: 0; border: 0; }
.choice-group legend { margin-bottom: 10px; font-family: var(--serif); font-size: 21px; }
.choice-card { display: grid; grid-template-columns: auto 1fr auto; gap: 12px; align-items: center; min-height: 72px; padding: 13px 14px; border: 1px solid var(--line); background: var(--white); cursor: pointer; }
.choice-card:has(input:checked) { border-color: var(--ink); box-shadow: inset 0 0 0 1px var(--ink); }
.choice-card input { width: 17px; height: 17px; accent-color: var(--ink); }
.choice-card span { display: grid; gap: 3px; }
.choice-card strong { font-size: 12px; }
.choice-card small { color: var(--ink-soft); font-size: 10px; font-weight: 500; line-height: 1.45; }
.choice-card b { font-size: 11px; }
.checkout-review { align-self: start; padding: 23px; background: var(--warm); }
.checkout-review h3 { margin-bottom: 17px; font-family: var(--serif); font-size: 23px; font-weight: 400; }
.checkout-review__items { display: grid; gap: 12px; max-height: 215px; overflow-y: auto; padding-right: 4px; }
.checkout-item { display: grid; grid-template-columns: 48px 1fr auto; gap: 10px; align-items: center; }
.checkout-item img { width: 48px; height: 48px; object-fit: contain; filter: drop-shadow(0 5px 5px rgba(38,55,44,.12)); }
.checkout-item div { display: grid; min-width: 0; }
.checkout-item strong { overflow: hidden; font-family: var(--serif); font-size: 12px; font-weight: 500; text-overflow: ellipsis; white-space: nowrap; }
.checkout-item span, .checkout-item b { color: var(--ink-soft); font-size: 10px; }
.checkout-review dl { margin: 19px 0 0; padding-top: 14px; border-top: 1px solid var(--line); }
.checkout-review dl div { display: flex; justify-content: space-between; gap: 14px; margin: 6px 0; font-size: 11px; }
.checkout-review dd { margin: 0; font-weight: 700; }
.checkout-review__total { margin-top: 13px !important; padding-top: 13px; border-top: 1px solid var(--line); font-family: var(--serif); font-size: 18px !important; }
.checkout-success { max-width: 650px; margin: 0 auto; padding-top: 48px; text-align: center; }
.success-mark { display: grid; place-items: center; width: 60px; height: 60px; margin: 0 auto 20px; border-radius: 50%; background: #dbe7d5; color: #416348; font-size: 28px; }
.checkout-success h2 { margin-bottom: 13px; font-size: 38px; }
.checkout-success > p:not(.eyebrow) { color: var(--ink-soft); font-size: 13px; line-height: 1.7; }
.order-number { display: inline-grid; gap: 4px; margin: 12px auto 4px; padding: 14px 25px; border: 1px solid var(--line); background: #fbfaf6; }
.order-number span { color: var(--ink-soft); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.order-number strong { font-family: var(--serif); font-size: 20px; }
.checkout-status { text-align: right; }
button:disabled { cursor: wait; opacity: .65; }
.legal-shell { max-height: calc(100dvh - 32px); overflow-y: auto; }
.legal-date { color: var(--ink-soft); font-size: 10px; }
.legal-shell > p:not(.eyebrow, .legal-date) { color: var(--ink-soft); font-size: 13px; line-height: 1.8; }
.legal-shell h3 { margin: 27px 0 8px; font-family: var(--serif); font-size: 20px; font-weight: 400; }

@media (max-width: 760px) {
  .account-button__label { display: none; }
  .account-button { width: 42px; padding: 0; justify-content: center; }
  .auth-shell, .account-shell, .contact-shell, .legal-shell { padding: 48px 24px 28px; }
  .checkout-heading { padding: 47px 24px 0; }
  .checkout-heading h2 { font-size: 32px; }
  .checkout-step { padding: 25px 24px 32px; }
  .form-grid, .checkout-columns { grid-template-columns: 1fr; }
  .checkout-progress li { font-size: 0; }
  .checkout-progress li span { font-size: 10px; }
  .guest-callout { align-items: flex-start; }
  .checkout-review { order: -1; }
  .checkout-actions .button { flex: 1; }
}

@media (max-width: 440px) {
  .auth-shell h2, .account-heading h2, .contact-shell h2, .legal-shell h2 { font-size: 31px; }
  .checkout-dialog { width: 100%; max-height: 100dvh; }
  .checkout-heading { padding-inline: 18px; }
  .checkout-step { padding-inline: 18px; }
  .checkout-actions { align-items: stretch; flex-direction: column-reverse; }
  .checkout-actions .button { width: 100%; }
  .order-card__top { align-items: flex-start; flex-direction: column; }
}
.product-dialog { max-height: min(760px, calc(100dvh - 32px)); }
.product-dialog .dialog__content { overflow-y: auto; }
.product-dialog__description { margin-bottom: 21px; }
.product-dialog__details { gap: 12px; margin-bottom: 0; }
.product-specifications { padding: 16px 17px 7px; border: 1px solid var(--line); background: #fbfaf6; }
.product-specifications__heading { display: flex; align-items: center; justify-content: space-between; gap: 15px; margin-bottom: 8px; }
.product-specifications h3 { margin: 0; font-family: var(--serif); font-size: 16px; font-weight: 500; }
.availability-pill { display: inline-flex; align-items: center; gap: 6px; color: #48664d !important; font-size: 9px !important; font-weight: 700; }
.availability-pill::before { display: none !important; }
.availability-pill i { width: 6px; height: 6px; border-radius: 50%; background: #719474; box-shadow: 0 0 0 3px rgba(113,148,116,.14); }
.product-specifications dl { margin: 0; }
.product-specifications dl div { display: grid; grid-template-columns: minmax(95px, .72fr) 1.28fr; gap: 14px; padding: 9px 0; border-top: 1px solid var(--line); }
.product-specifications dt { color: #78837b; font-size: 9px; font-weight: 700; letter-spacing: .05em; text-transform: uppercase; }
.product-specifications dd { margin: 0; color: var(--ink); font-size: 10px; line-height: 1.5; }
.product-disclosure { border: 1px solid var(--line); }
.product-disclosure summary { display: flex; align-items: center; justify-content: space-between; min-height: 44px; padding: 10px 15px; color: var(--ink); font-size: 10px; font-weight: 700; list-style: none; cursor: pointer; }
.product-disclosure summary::-webkit-details-marker { display: none; }
.product-disclosure summary span { color: var(--ink) !important; font-size: 16px !important; transition: transform .2s var(--ease); }
.product-disclosure summary span::before { display: none !important; }
.product-disclosure[open] summary span { transform: rotate(45deg); }
.product-disclosure p { margin: 0; padding: 0 15px 14px; color: var(--ink-soft); font-size: 10px; line-height: 1.65; }
.product-warning { padding: 12px 14px; border-left: 3px solid #b88b70; background: #f5ede7; }
.product-warning strong { display: block; margin-bottom: 3px; color: #79584a; font-size: 9px; letter-spacing: .07em; text-transform: uppercase; }
.product-warning p { margin: 0; color: #675b54; font-size: 9px; line-height: 1.55; }
.product-card__description { display: -webkit-box; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }

@media (max-width: 760px) {
  .product-dialog .dialog__content { overflow: visible; }
  .product-specifications dl div { grid-template-columns: 90px 1fr; }
}

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