:root {
    --home-ink: #18211c;
    --home-muted: #66706a;
    --home-paper: #f5f1e8;
    --home-card: #fffdf8;
    --home-green: #2f604b;
    --home-green-deep: #173d30;
    --home-line: rgba(24, 33, 28, .15);
    --home-serif: "Newsreader", Georgia, serif;
    --home-sans: "DM Sans", system-ui, sans-serif;
}

[data-theme="dark"] {
    --home-ink: #f2eee5;
    --home-muted: #a8b0aa;
    --home-paper: #101714;
    --home-card: #17201c;
    --home-green: #83b79a;
    --home-green-deep: #0a2d22;
    --home-line: rgba(242, 238, 229, .13);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
.home-body {
    margin: 0;
    color: var(--home-ink);
    background: var(--home-paper);
    font-family: var(--home-sans);
    -webkit-font-smoothing: antialiased;
}
.home-body a { color: inherit; text-decoration: none; }
.home-body button, .home-body input { font: inherit; }
.home-shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.home-skip {
    position: fixed; left: 18px; top: -80px; z-index: 1000;
    padding: 12px 18px; color: #fff; background: var(--home-green-deep);
}
.home-skip:focus { top: 18px; }
.home-kicker {
    display: inline-flex; align-items: center; gap: 9px;
    color: var(--home-green); font-size: .73rem; font-weight: 700;
    letter-spacing: .14em; text-transform: uppercase;
}
.home-kicker::before { width: 24px; height: 1px; content: ""; background: currentColor; }

.home-header {
    position: sticky; top: 0; z-index: 100;
    border-bottom: 1px solid var(--home-line);
    background: color-mix(in srgb, var(--home-paper) 91%, transparent);
    backdrop-filter: blur(18px);
}
.home-header-inner { min-height: 78px; display: flex; align-items: center; gap: 28px; }
.home-brand { display: inline-flex; align-items: center; gap: 11px; font-weight: 700; letter-spacing: .2em; }
.home-brand-mark {
    width: 34px; height: 34px; display: grid; place-items: center;
    overflow: hidden; background: #173d30; border-radius: 50%;
}
.home-brand-mark img { width: 78%; height: 82%; display: block; object-fit: contain; }
[data-theme="dark"] .home-brand-mark { background: #173d30; }
.home-nav { margin-left: auto; display: flex; align-items: center; gap: 26px; font-size: .82rem; font-weight: 600; }
.home-nav a { position: relative; }
.home-nav a:not(.home-nav-store)::after {
    position: absolute; left: 0; right: 100%; bottom: -8px; height: 1px;
    content: ""; background: var(--home-green); transition: right .2s ease;
}
.home-nav a:hover::after { right: 0; }
.home-nav-store { padding: 10px 15px; color: #fff !important; border-radius: 999px; background: var(--home-green-deep); }
.home-tools { display: flex; align-items: center; gap: 8px; padding-left: 16px; border-left: 1px solid var(--home-line); }
.home-account-link {
    min-height: 36px; padding: 0 11px; display: inline-flex; align-items: center; gap: 7px;
    border: 1px solid var(--home-line); border-radius: 999px; font-size: .7rem; font-weight: 700;
}
.home-account-link:hover { border-color: var(--home-green); color: var(--home-green); }
.home-account-link > span:first-child { font-size: .95rem; }
.home-language { display: flex; align-items: center; gap: 3px; }
.home-lang, .home-theme {
    min-width: 34px; min-height: 34px; border: 0; color: var(--home-muted); background: transparent; cursor: pointer;
}
.home-lang {
    padding: 4px 6px; display: inline-flex; align-items: center; justify-content: center; gap: 4px;
    border: 1px solid transparent; border-radius: 9px; font-size: .62rem; font-weight: 700;
}
.home-lang .flag-icon { display: block; width: 18px; height: 13px; border-radius: 2px; box-shadow: 0 0 0 1px rgba(24, 33, 28, .12); }
.home-lang:hover { border-color: var(--home-line); background: var(--home-card); }
.home-lang.is-active { border-color: var(--home-green); color: var(--home-ink); background: var(--home-card); }
.home-theme { border-radius: 50%; font-size: 1.15rem; }
.home-theme:hover { background: var(--home-line); }
.home-menu-button { display: none; border: 0; background: transparent; cursor: pointer; }

.home-hero { position: relative; overflow: hidden; padding: 95px 0 72px; }
.home-hero::before {
    position: absolute; inset: auto auto -20% -8%; width: 500px; height: 500px; content: "";
    border-radius: 50%; background: color-mix(in srgb, var(--home-green) 7%, transparent); filter: blur(1px);
}
.home-hero-grid { display: grid; grid-template-columns: 1.15fr .85fr; align-items: center; min-height: 570px; gap: 55px; }
.home-hero-copy h1 {
    max-width: 760px; margin: 24px 0 25px;
    font: 500 clamp(4.4rem, 7.2vw, 7.2rem)/.86 var(--home-serif);
    letter-spacing: -.055em;
}
.home-hero-copy h1 em { color: var(--home-green); font-weight: 400; }
.home-hero-copy > p { max-width: 650px; margin: 0; color: var(--home-muted); font-size: 1.08rem; line-height: 1.75; }
.home-hero-actions { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.home-button {
    min-height: 52px; padding: 0 22px; display: inline-flex; align-items: center; justify-content: center; gap: 18px;
    border: 1px solid var(--home-line); border-radius: 999px; font-size: .82rem; font-weight: 700; transition: transform .2s ease, background .2s ease;
}
.home-button:hover { transform: translateY(-2px); }
.home-button--primary { border-color: var(--home-green-deep); color: #fff !important; background: var(--home-green-deep); }
.home-button--ghost:hover { background: var(--home-card); }
.home-hero-facts { display: flex; gap: 34px; margin-top: 55px; padding-top: 24px; border-top: 1px solid var(--home-line); }
.home-hero-facts > span { display: grid; grid-template-columns: auto 1fr; align-items: center; gap: 4px 9px; }
.home-hero-facts strong { grid-row: span 2; font: 500 2rem/1 var(--home-serif); color: var(--home-green); }
.home-hero-facts span span { max-width: 90px; color: var(--home-muted); font-size: .66rem; line-height: 1.25; text-transform: uppercase; letter-spacing: .07em; }
.home-hero-art { position: relative; min-height: 520px; display: grid; place-items: center; }
.home-orbit { position: absolute; border: 1px solid color-mix(in srgb, var(--home-green) 42%, transparent); border-radius: 50%; }
.home-orbit--one { width: 430px; height: 430px; }
.home-orbit--two { width: 305px; height: 305px; border-style: dashed; animation: home-spin 35s linear infinite; }
.home-hero-seal {
    width: 184px; height: 245px; display: grid; place-items: center;
    color: #edf5ef; border-radius: 92px 92px 24px 24px; background: var(--home-green-deep);
    box-shadow: 0 35px 80px rgba(23, 61, 48, .2);
}
.home-hero-seal > span { font: 400 5.2rem/1 var(--home-serif); }
.home-hero-seal > .home-hero-seal-mark { width: 74%; height: 58%; display: grid; place-items: center; }
.home-hero-seal-mark img { width: 100%; height: 100%; display: block; object-fit: contain; }
.home-hero-seal small { margin-top: -62px; font-size: .55rem; line-height: 1.5; letter-spacing: .26em; text-align: center; }
.home-orbit-word {
    position: absolute; padding: 8px 13px; border: 1px solid var(--home-line);
    border-radius: 999px; background: var(--home-card); font-size: .68rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
}
.home-orbit-word--body { left: 1%; top: 28%; }
.home-orbit-word--mind { right: 0; top: 36%; }
.home-orbit-word--spirit { left: 22%; bottom: 11%; }
@keyframes home-spin { to { transform: rotate(360deg); } }

.home-principles { color: #f5f1e8; background: var(--home-green-deep); }
.home-principles-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.home-principles p { min-height: 142px; margin: 0; padding: 30px; display: grid; grid-template-columns: 32px 1fr; align-content: center; border-right: 1px solid rgba(255,255,255,.15); }
.home-principles p:first-child { border-left: 1px solid rgba(255,255,255,.15); }
.home-principles p > span { grid-row: span 2; color: #8fb49e; font: 400 1.25rem var(--home-serif); }
.home-principles strong { font: 500 1.2rem var(--home-serif); }
.home-principles small { margin-top: 7px; color: rgba(255,255,255,.66); font-size: .72rem; line-height: 1.5; }

.home-collections, .home-featured, .home-books, .home-about, .home-trust { padding: 110px 0; }
.home-section-heading { margin-bottom: 54px; display: grid; grid-template-columns: 1.2fr .6fr; align-items: end; gap: 55px; }
.home-section-heading h2, .home-about h2, .home-newsletter h2 {
    max-width: 720px; margin: 17px 0 0; font: 500 clamp(2.75rem, 5vw, 4.8rem)/.98 var(--home-serif); letter-spacing: -.04em;
}
.home-section-heading h2 em, .home-about h2 em { color: var(--home-green); font-weight: 400; }
.home-section-heading > p { margin: 0 0 8px; color: var(--home-muted); line-height: 1.7; }
.home-section-heading--compact { grid-template-columns: 1fr auto; }
.home-section-heading--compact a { color: var(--home-green); font-size: .82rem; font-weight: 700; }
.home-collection-list { border-top: 1px solid var(--home-line); }
.home-collection {
    --collection-color: var(--home-green);
    min-height: 122px; padding: 22px 12px; display: grid; grid-template-columns: 55px 55px 1.2fr 1fr 40px; align-items: center; gap: 20px;
    border-bottom: 1px solid var(--home-line); transition: color .2s ease, padding .2s ease, background .2s ease;
}
.home-collection:hover { padding-inline: 24px; color: var(--collection-color); background: var(--home-card); }
.home-collection > span { color: var(--home-muted); font: 400 1.1rem var(--home-serif); }
.home-collection i { font-style: normal; font-size: 1.6rem; }
.home-collection h3 { margin: 0; font: 500 clamp(1.5rem, 2.8vw, 2.2rem) var(--home-serif); }
.home-collection p { margin: 0; color: var(--home-muted); font-size: .8rem; }
.home-collection b { font-size: 1.3rem; }
.home-collection--clothes { --collection-color: #8b654c; }
.home-collection--supplements { --collection-color: #396b85; }
.home-collection--care { --collection-color: #397b71; }
.home-collection--perfume { --collection-color: #9b5b72; }

.home-featured { background: color-mix(in srgb, var(--home-green) 7%, var(--home-paper)); }
.home-products-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.home-product-card { overflow: hidden; border: 1px solid var(--home-line); border-radius: 4px; background: var(--home-card); }
.home-product-visual {
    --product-color: #315c49; position: relative; min-height: 260px; display: grid; place-items: center; overflow: hidden;
    background: color-mix(in srgb, var(--product-color) 13%, var(--home-card));
}
.home-product-visual::before { width: 190px; height: 190px; content: ""; border: 1px solid color-mix(in srgb, var(--product-color) 35%, transparent); border-radius: 50%; }
.home-product-visual img { position: absolute; width: 75%; height: 78%; object-fit: contain; filter: drop-shadow(0 18px 18px rgba(24,33,28,.15)); }
.home-product-placeholder {
    position: absolute; width: 104px; height: 156px; display: grid; place-items: center;
    color: #fff; border-radius: 52px 52px 16px 16px; background: var(--product-color); box-shadow: 0 17px 35px rgba(24,33,28,.2);
}
.home-product-placeholder span { font-size: .66rem; font-weight: 700; letter-spacing: .2em; }
.home-product-placeholder i { font: normal 2rem var(--home-serif); }
.home-product-card-body { padding: 22px; }
.home-product-card-body small { color: var(--home-green); font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-product-card h3 { min-height: 50px; margin: 9px 0 17px; font: 500 1.35rem/1.1 var(--home-serif); }
.home-product-bottom { display: flex; align-items: center; justify-content: space-between; gap: 10px; }
.home-product-bottom strong { font-size: .85rem; }
.home-product-bottom a { color: var(--home-green); font-size: .72rem; font-weight: 700; }

.home-books-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.home-book-card { display: grid; grid-template-columns: 130px 1fr; align-items: center; gap: 22px; }
.home-book-cover { aspect-ratio: 2/3; overflow: hidden; border-radius: 2px; background: var(--home-green-deep); box-shadow: 0 20px 34px rgba(24,33,28,.14); }
.home-book-cover img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.home-book-card:hover img { transform: scale(1.03); }
.home-book-card small { color: var(--home-green); font-size: .65rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.home-book-card h3 { margin: 10px 0; font: 500 1.35rem/1.08 var(--home-serif); }
.home-book-card p { margin: 0; color: var(--home-muted); font-size: .75rem; line-height: 1.55; }
.home-text-link { display: inline-block; margin-top: 44px; color: var(--home-green) !important; font-size: .8rem; font-weight: 700; }

.home-about { color: #f5f1e8; background: var(--home-green-deep); }
.home-about .home-kicker { color: #a8c6b4; }
.home-about h2 em { color: #a8c6b4; }
.home-about-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; }
.home-about-copy > p { margin: 0; color: rgba(255,255,255,.72); font-size: 1rem; line-height: 1.8; }
.home-about-copy blockquote { margin: 42px 0; padding: 0 0 0 25px; border-left: 1px solid #a8c6b4; font: 400 1.55rem/1.3 var(--home-serif); }
.home-about-copy a { color: #c9ded0; font-size: .8rem; font-weight: 700; }

.home-trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 30px; border: 1px solid var(--home-line); }
.home-trust-grid > div { min-height: 260px; padding: 27px; border-right: 1px solid var(--home-line); }
.home-trust-grid > div:last-child { border: 0; }
.home-trust-grid span { color: var(--home-green); font: 400 1.15rem var(--home-serif); }
.home-trust-grid h3 { margin: 27px 0 12px; font: 500 1.35rem var(--home-serif); }
.home-trust-grid p { min-height: 78px; color: var(--home-muted); font-size: .76rem; line-height: 1.6; }
.home-trust-grid a { color: var(--home-green); font-size: .72rem; font-weight: 700; }

.home-newsletter { padding: 80px 0; color: #18211c; background: #d9e7dc; }
.home-newsletter-grid { display: grid; grid-template-columns: 1fr .8fr; align-items: center; gap: 90px; }
.home-newsletter .home-kicker { color: #2f604b; }
.home-newsletter h2 { font-size: clamp(2.2rem, 4vw, 3.7rem); }
.home-newsletter-form { display: grid; grid-template-columns: 1fr auto; }
.home-newsletter-form input { min-width: 0; padding: 17px 18px; border: 0; border-bottom: 1px solid rgba(24,33,28,.35); color: #18211c; outline: 0; background: transparent; }
.home-newsletter-form button { padding: 0 20px; border: 0; color: #fff; background: #173d30; cursor: pointer; }
.home-newsletter-form p, .home-newsletter-form .newsletter-message { grid-column: 1 / -1; margin: 12px 0 0; color: #4e5b53; font-size: .68rem; }
.home-newsletter-consent { grid-column: 1 / -1; margin-top: 14px; display: flex; align-items: flex-start; gap: 9px; color: #435148; font-size: .68rem; line-height: 1.5; }
.home-newsletter-consent input { width: 15px; min-width: 15px; min-height: 15px; margin-top: 2px; padding: 0; accent-color: #173d30; }
.home-newsletter-consent a { text-decoration: underline; text-underline-offset: 2px; }
.newsletter-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.home-footer { padding: 70px 0 20px; color: #dbe5de; background: #101713; }
.home-footer-grid { display: grid; grid-template-columns: 2fr repeat(3, 1fr); gap: 50px; }
.home-brand--footer { color: #fff !important; }
.home-footer p { max-width: 280px; color: #839087; font-size: .78rem; line-height: 1.6; }
.home-footer-grid > div:not(:first-child) { display: flex; flex-direction: column; gap: 12px; }
.home-footer strong { margin-bottom: 6px; color: #fff; font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; }
.home-footer a, .home-footer button { padding: 0; border: 0; color: #8f9c93; background: transparent; font-size: .76rem; text-align: left; cursor: pointer; }
.home-footer a:hover, .home-footer button:hover { color: #fff; }
.home-footer-bottom { margin-top: 65px; padding-top: 18px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.12); color: #6f7b73; font-size: .68rem; }

@media (max-width: 1000px) {
    .home-nav { gap: 17px; }
    .home-products-grid { grid-template-columns: repeat(2, 1fr); }
    .home-books-grid { grid-template-columns: 1fr; }
    .home-book-card { max-width: 570px; grid-template-columns: 105px 1fr; }
    .home-trust-grid { grid-template-columns: repeat(2, 1fr); }
    .home-trust-grid > div:nth-child(2) { border-right: 0; }
    .home-trust-grid > div:nth-child(-n+2) { border-bottom: 1px solid var(--home-line); }
}

@media (max-width: 820px) {
    .home-shell { width: min(100% - 32px, 680px); }
    .home-header-inner { min-height: 68px; gap: 9px; }
    .home-menu-button { margin-left: auto; width: 38px; height: 38px; display: grid; place-content: center; gap: 4px; }
    .home-menu-button span:not(.sr-only) { width: 20px; height: 1px; background: currentColor; }
    .home-nav {
        position: absolute; inset: 68px 0 auto; padding: 25px 24px; display: none; align-items: stretch;
        border-bottom: 1px solid var(--home-line); background: var(--home-paper); flex-direction: column;
    }
    .home-nav.is-open { display: flex; }
    .home-tools { gap: 3px; padding-left: 0; border: 0; }
    .home-language { display: flex; }
    .home-lang { min-width: 29px; min-height: 34px; padding: 3px 5px; }
    .home-lang-code { display: none; }
    .home-hero { padding: 58px 0 46px; }
    .home-hero-grid { grid-template-columns: 1fr; min-height: auto; gap: 32px; }
    .home-hero-copy h1 { max-width: 620px; font-size: clamp(3.65rem, 14vw, 5.8rem); }
    .home-hero-art { min-height: 330px; }
    .home-orbit--one { width: 300px; height: 300px; }
    .home-orbit--two { width: 215px; height: 215px; }
    .home-hero-seal { width: 128px; height: 174px; border-radius: 64px 64px 18px 18px; }
    .home-hero-seal > span { font-size: 3.8rem; }
    .home-hero-seal small { margin-top: -45px; font-size: .45rem; }
    .home-orbit-word--body { left: 5%; }
    .home-orbit-word--mind { right: 4%; }
    .home-principles-grid { grid-template-columns: 1fr; }
    .home-principles p, .home-principles p:first-child { min-height: 110px; border: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
    .home-collections, .home-featured, .home-books, .home-about, .home-trust { padding: 80px 0; }
    .home-section-heading, .home-about-grid, .home-newsletter-grid { grid-template-columns: 1fr; gap: 25px; }
    .home-section-heading { margin-bottom: 38px; }
    .home-collection { grid-template-columns: 38px 35px 1fr 28px; min-height: 105px; gap: 10px; }
    .home-collection p { display: none; }
    .home-collection h3 { font-size: 1.55rem; }
    .home-about-grid { gap: 40px; }
    .home-newsletter-grid { gap: 35px; }
    .home-footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 560px) {
    .home-shell { width: calc(100% - 28px); }
    .home-brand { font-size: .8rem; }
    .home-brand-mark { width: 31px; height: 31px; }
    .home-account-link { width: 32px; min-height: 32px; padding: 0; justify-content: center; }
    .home-account-link > span:last-child { display: none; }
    .home-theme { min-width: 31px; min-height: 31px; }
    .home-hero { padding-top: 43px; }
    .home-hero-copy h1 { margin-top: 18px; font-size: clamp(3.25rem, 17vw, 4.5rem); }
    .home-hero-copy > p { font-size: .92rem; line-height: 1.65; }
    .home-button { width: 100%; justify-content: space-between; }
    .home-hero-facts { gap: 12px; }
    .home-hero-facts > span { display: block; }
    .home-hero-facts strong { display: block; margin-bottom: 5px; font-size: 1.55rem; }
    .home-hero-facts span span { display: block; max-width: 85px; }
    .home-hero-art { min-height: 270px; margin-top: -4px; }
    .home-orbit--one { width: 245px; height: 245px; }
    .home-orbit--two { width: 174px; height: 174px; }
    .home-hero-seal { width: 106px; height: 145px; }
    .home-hero-seal > span { font-size: 3rem; }
    .home-hero-seal small { margin-top: -38px; }
    .home-orbit-word { font-size: .55rem; padding: 6px 9px; }
    .home-principles p { padding-inline: 14px; }
    .home-section-heading h2, .home-about h2 { font-size: 2.75rem; }
    .home-products-grid { grid-template-columns: 1fr; }
    .home-product-visual { min-height: 225px; }
    .home-trust-grid { grid-template-columns: 1fr; }
    .home-trust-grid > div { min-height: 215px; border: 0; border-bottom: 1px solid var(--home-line) !important; }
    .home-trust-grid > div:last-child { border-bottom: 0 !important; }
    .home-trust-grid p { min-height: auto; }
    .home-newsletter-form { grid-template-columns: 1fr; }
    .home-newsletter-form button { min-height: 50px; margin-top: 10px; }
    .home-footer-grid { grid-template-columns: 1fr 1fr; gap: 38px 25px; }
    .home-footer-grid > div:first-child { grid-column: 1 / -1; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .home-orbit--two { animation: none; }
    .home-button, .home-collection, .home-book-cover img { transition: none; }
}
