/* ==========================================================================
   4K Naturals — "Verdant Editorial" design system + motion layer
   Loaded AFTER the Tailwind CDN so it can refine utility output.
   Specificity trick: `html .class` (0,1,1) beats Tailwind's (0,1,0)
   without needing !important.
   ========================================================================== */

/* --------------------------------------------------------------- 1. Tokens */
:root {
    --aw-forest: #012d1d;
    --aw-forest-deep: #011a11;
    --aw-forest-soft: #1b4332;
    --aw-leaf: #1f6d1a;
    --aw-leaf-bright: #2f8f27;
    --aw-mint: #a4f792;
    --aw-mint-dim: #89da79;
    --aw-paper: #fbf9f8;
    --aw-paper-warm: #f6f3ee;
    --aw-cream: #efeae1;
    --aw-ink: #141815;
    --aw-ink-soft: #414844;
    --aw-line: rgba(1, 45, 29, 0.12);
    --aw-line-strong: rgba(1, 45, 29, 0.22);

    --aw-ease: cubic-bezier(0.22, 1, 0.36, 1);
    --aw-ease-out: cubic-bezier(0.16, 1, 0.3, 1);
    --aw-ease-in-out: cubic-bezier(0.76, 0, 0.24, 1);
    --aw-spring: cubic-bezier(0.34, 1.56, 0.64, 1);

    --aw-dur-fast: 0.25s;
    --aw-dur: 0.5s;
    /* Shorter than before: long transitions on many elements keep the
       compositor busy for longer while the user is still scrolling. */
    --aw-dur-slow: 0.75s;

    --aw-shadow-sm: 0 1px 2px rgba(1, 45, 29, 0.06), 0 2px 8px rgba(1, 45, 29, 0.04);
    --aw-shadow: 0 4px 14px rgba(1, 45, 29, 0.07), 0 18px 40px -18px rgba(1, 45, 29, 0.18);
    --aw-shadow-lg: 0 8px 24px rgba(1, 45, 29, 0.08), 0 40px 80px -32px rgba(1, 45, 29, 0.28);
    --aw-shadow-glow: 0 18px 50px -18px rgba(31, 109, 26, 0.45);

    --aw-radius: 18px;
    --aw-radius-lg: 28px;
    --aw-radius-xl: 40px;

    /* runtime values written by aurora.js */
    --aw-scroll: 0;
    --aw-header-h: 80px;
    --aw-mx: 50%;
    --aw-my: 50%;
}

/* Ensure Material Symbols Outlined font is never overridden by generic element styles */
.material-symbols-outlined {
    font-family: 'Material Symbols Outlined' !important;
    font-weight: normal;
    font-style: normal;
    line-height: 1;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    letter-spacing: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

/* Product reviews ------------------------------------------------------- */
.aw-reviews { padding: clamp(4.5rem, 8vw, 7rem) 0; background: linear-gradient(180deg, #f7f8f3 0%, #fff 36%, #fff 100%); border-top: 1px solid rgba(20, 74, 48, .1); }
.aw-review-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 2rem; margin-bottom: 2rem; }
.aw-review-intro { color: var(--aw-muted, #59645d); margin-top: .7rem; max-width: 38rem; }
.aw-review-assurance { display: flex; align-items: center; gap: .8rem; padding: .9rem 1rem; border: 1px solid rgba(20, 74, 48, .14); border-radius: 1rem; background: rgba(255,255,255,.8); color: #0b4a31; min-width: 270px; }
.aw-review-assurance > .material-symbols-outlined { width: 2.6rem; height: 2.6rem; display: grid; place-items: center; background: #e2f4e3; border-radius: 50%; }
.aw-review-assurance strong, .aw-review-assurance small { display: block; }
.aw-review-assurance strong { font-size: .84rem; }
.aw-review-assurance small { color: #68736b; font-size: .68rem; margin-top: .15rem; }
.aw-review-overview { display: grid; grid-template-columns: .8fr 1.15fr 1.2fr; border: 1px solid rgba(20, 74, 48, .14); border-radius: 1.5rem; background: #fff; box-shadow: 0 18px 55px rgba(10, 58, 38, .07); overflow: hidden; margin-bottom: 2rem; }
.aw-review-overview > div { padding: clamp(1.4rem, 3vw, 2.2rem); }
.aw-review-overview > div + div { border-left: 1px solid rgba(20, 74, 48, .1); }
.aw-review-score { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; }
.aw-review-score-number { font-family: var(--aw-serif, Georgia, serif); font-size: clamp(3.5rem, 6vw, 5rem); line-height: .9; color: #073f2c; letter-spacing: -.05em; }
.aw-review-score-stars, .aw-review-card-stars { color: #e4a11b; display: inline-flex; }
.aw-review-score-stars { margin-top: .8rem; }
.aw-review-score-stars .material-symbols-outlined, .aw-review-card-stars .material-symbols-outlined { font-variation-settings: 'FILL' 1; }
.aw-review-score-stars .is-empty { color: #dce0dc; }
.aw-review-score-copy { color: #68736b; font-size: .78rem; margin-top: .35rem; }
.aw-review-bars { display: flex; flex-direction: column; justify-content: center; gap: .55rem; }
.aw-review-bar-row { display: grid; grid-template-columns: 2.2rem 1fr 1.5rem; gap: .7rem; align-items: center; color: #667169; font-size: .76rem; }
.aw-review-bar-row > span:first-child { display: inline-flex; align-items: center; gap: .1rem; }
.aw-review-bar-row .material-symbols-outlined { font-size: .9rem; color: #e4a11b; font-variation-settings: 'FILL' 1; }
.aw-review-track { height: .46rem; border-radius: 999px; background: #e9ede8; overflow: hidden; }
.aw-review-track > span { display: block; height: 100%; background: linear-gradient(90deg, #0b5b38, #71a344); border-radius: inherit; }
.aw-review-action { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.aw-review-action > .material-symbols-outlined { color: #0b5b38; font-size: 1.65rem; }
.aw-review-action h3 { font-family: var(--aw-serif, Georgia, serif); color: #113b2b; font-size: 1.28rem; margin-top: .5rem; }
.aw-review-action p { color: #68736b; font-size: .78rem; line-height: 1.6; margin: .35rem 0 .9rem; }
.aw-review-state { display: inline-flex; align-items: center; gap: .4rem; color: #16733f; font-size: .76rem; font-weight: 700; }
.aw-review-state .material-symbols-outlined { font-size: 1rem; }
.aw-review-state.is-muted { color: #68736b; }
.aw-review-error { display: flex; align-items: center; gap: .55rem; color: #9f2929; background: #fff2f0; border: 1px solid #f1c3bd; border-radius: .9rem; padding: .85rem 1rem; margin-bottom: 1.2rem; font-size: .82rem; }
.aw-review-error .material-symbols-outlined { font-size: 1.1rem; }
.aw-review-form { display: none; border-radius: 1.5rem; padding: clamp(1.3rem, 3vw, 2rem); color: #fff; background: radial-gradient(circle at 90% 0%, rgba(135,194,91,.24), transparent 35%), #073f2c; margin-bottom: 2rem; }
.aw-review-form.is-open { display: block; animation: awReviewIn .35s ease both; }
@keyframes awReviewIn { from { opacity: 0; transform: translateY(-10px); } to { opacity: 1; transform: none; } }
.aw-review-form-heading { display: flex; align-items: flex-start; justify-content: space-between; gap: 1rem; margin-bottom: 1.3rem; }
.aw-review-form-heading .aw-eyebrow { color: #a4df81; }
.aw-review-form-heading h3 { font-family: var(--aw-serif, Georgia, serif); font-size: 1.45rem; margin-top: .3rem; }
.aw-review-form-heading button { width: 2.4rem; height: 2.4rem; display: grid; place-items: center; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; }
.aw-rating-input legend, .aw-review-fields label > span { display: block; font-size: .72rem; font-weight: 700; text-transform: uppercase; letter-spacing: .08em; margin-bottom: .5rem; }
.aw-rating-input > div { display: inline-flex; flex-direction: row-reverse; justify-content: flex-end; }
.aw-rating-input input { position: absolute; opacity: 0; pointer-events: none; }
.aw-rating-input label { cursor: pointer; color: rgba(255,255,255,.25); }
.aw-rating-input label .material-symbols-outlined { font-size: 2rem; font-variation-settings: 'FILL' 1; }
.aw-rating-input input:checked ~ label, .aw-rating-input label:hover, .aw-rating-input label:hover ~ label { color: #f2ba35; }
.aw-review-fields { display: grid; grid-template-columns: 1fr 1.6fr; gap: 1rem; margin-top: 1rem; }
.aw-review-fields small { text-transform: none; letter-spacing: 0; opacity: .6; }
.aw-review-fields input, .aw-review-fields textarea { width: 100%; color: #183b2d; background: #fff; border: 0; border-radius: .85rem; padding: .9rem 1rem; outline: none; }
.aw-review-fields input:focus, .aw-review-fields textarea:focus { box-shadow: 0 0 0 3px rgba(164,223,129,.45); }
.aw-review-submit { display: flex; justify-content: space-between; align-items: center; gap: 1rem; margin-top: 1rem; }
.aw-review-submit p { display: flex; align-items: center; gap: .45rem; font-size: .72rem; color: rgba(255,255,255,.7); }
.aw-review-submit .material-symbols-outlined { font-size: 1rem; }
.aw-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
.aw-review-card { padding: 1.15rem; border: 1px solid rgba(20, 74, 48, .13); border-radius: 1.25rem; background: #fff; height: 205px; min-height: 205px; display: flex; flex-direction: column; overflow: hidden; cursor: pointer; transition: transform .25s ease, box-shadow .25s ease; }
.aw-review-card:hover { transform: translateY(-3px); box-shadow: 0 16px 35px rgba(10,58,38,.08); }
.aw-review-card:focus-visible { outline: 3px solid rgba(31,109,26,.35); outline-offset: 3px; }
.aw-review-card-top { display: flex; align-items: center; gap: .7rem; }
.aw-review-avatar { width: 2.55rem; height: 2.55rem; flex: 0 0 auto; display: grid; place-items: center; border-radius: 50%; background: #e2f4e3; color: #075033; font-family: var(--aw-serif, Georgia, serif); font-weight: 700; }
.aw-review-person { display: flex; flex-direction: column; min-width: 0; flex: 1; }
.aw-review-person strong { font-size: .79rem; }
.aw-review-person small { color: #7b847d; font-size: .65rem; margin-top: .12rem; }
.aw-review-card-stars { gap: 0; }
.aw-review-card-stars .material-symbols-outlined { font-size: .95rem; }
.aw-review-card-stars .is-empty { color: #dce0dc; }
.aw-verified { display: inline-flex; align-items: center; gap: .3rem; color: #177144; background: #edf8ed; border-radius: 999px; padding: .3rem .55rem; font-size: .63rem; font-weight: 700; width: fit-content; margin: 1rem 0 .75rem; }
.aw-verified .material-symbols-outlined { font-size: .85rem; }
.aw-review-card h3 { font-family: var(--aw-serif, Georgia, serif); font-size: 1.05rem; color: #173e2e; margin-bottom: .45rem; }
.aw-review-card > p { color: #5f6962; font-size: .78rem; line-height: 1.72; text-align: justify; overflow: hidden; }
.aw-review-preview { display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; line-clamp: 3; overflow: hidden; height: calc(1.72em * 3); max-height: calc(1.72em * 3); text-overflow: ellipsis; }
.aw-testimonial-preview { flex: 0 0 calc(1.625em * 3); height: calc(1.625em * 3); max-height: calc(1.625em * 3); }
.aw-review-product { color: #8a928c; font-size: .63rem; margin-top: .65rem; padding-top: .65rem; border-top: 1px solid rgba(20,74,48,.08); }
.aw-review-empty { grid-column: 1 / -1; text-align: center; padding: 3rem; border: 1px dashed rgba(20, 74, 48, .2); border-radius: 1.25rem; }
.aw-review-empty > .material-symbols-outlined { color: #3f825b; font-size: 2rem; }
.aw-review-empty h3 { font-family: var(--aw-serif, Georgia, serif); font-size: 1.25rem; margin-top: .5rem; }
.aw-review-empty p { color: #6c756e; font-size: .8rem; margin-top: .35rem; }

/* One full-review viewer shared by testimonials and verified product reviews. */
body.aw-modal-open { overflow: hidden; }
.aw-review-modal[hidden] { display: none; }
.aw-review-modal { position: fixed; inset: 0; z-index: 10050; display: grid; place-items: center; padding: 1rem; opacity: 0; transition: opacity .18s ease; }
.aw-review-modal.is-open { opacity: 1; }
.aw-review-modal-backdrop { position: absolute; inset: 0; background: rgba(3, 24, 16, .72); backdrop-filter: blur(5px); cursor: pointer; }
.aw-review-modal-panel { position: relative; width: min(620px, 100%); max-height: min(82vh, 720px); overflow-y: auto; border-radius: 1.5rem; background: #fff; padding: 2rem; box-shadow: 0 30px 80px rgba(0, 30, 20, .28); transform: translateY(12px) scale(.98); transition: transform .18s ease; outline: none; }
.aw-review-modal.is-open .aw-review-modal-panel { transform: translateY(0) scale(1); }
.aw-review-modal-close { position: absolute; top: 1rem; right: 1rem; width: 2.5rem; height: 2.5rem; display: grid; place-items: center; border: 1px solid #dce5df; border-radius: 999px; color: #173e2e; background: #f7faf8; cursor: pointer; }
.aw-review-modal-close:hover { background: #eaf5ec; }
.aw-review-modal-avatar { width: 3.4rem; height: 3.4rem; display: grid; place-items: center; border-radius: 1rem; color: #fff; background: linear-gradient(135deg, #012d1d, #16834f); font-size: 1.25rem; font-weight: 800; }
.aw-review-modal-stars { margin-top: 1.25rem; color: #e4a11b; font-size: 1.05rem; letter-spacing: .08em; font-weight: 700; }
.aw-review-modal-title { margin-top: 1rem; color: #173e2e; font-family: var(--aw-serif, Georgia, serif); font-size: 1.35rem; font-weight: 700; }
.aw-review-modal-text { margin-top: .85rem; color: #47564d; font-size: .95rem; line-height: 1.85; white-space: pre-line; text-align: justify; }
.aw-review-modal-person { display: flex; flex-direction: column; gap: .15rem; margin-top: 1.5rem; padding-top: 1.1rem; border-top: 1px solid #e8eeea; }
.aw-review-modal-person strong { color: #132f23; font-size: .95rem; }
.aw-review-modal-person span { color: #758078; font-size: .78rem; }
@media (max-width: 640px) {
    .aw-review-modal-panel { padding: 1.5rem; border-radius: 1.15rem; }
    .aw-review-modal-text { font-size: .88rem; }
}
@media (max-width: 900px) {
    .aw-review-overview { grid-template-columns: 1fr 1.4fr; }
    .aw-review-action { grid-column: 1 / -1; border-left: 0 !important; border-top: 1px solid rgba(20,74,48,.1); align-items: center; text-align: center; }
    .aw-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
    .aw-reviews { padding: 3.8rem 0; }
    .aw-review-head { align-items: flex-start; flex-direction: column; }
    .aw-review-assurance { width: 100%; min-width: 0; }
    .aw-review-overview { grid-template-columns: 1fr; }
    .aw-review-overview > div + div { border-left: 0; border-top: 1px solid rgba(20,74,48,.1); }
    .aw-review-action { grid-column: auto; }
    .aw-review-fields, .aw-review-grid { grid-template-columns: 1fr; }
    .aw-review-submit { align-items: stretch; flex-direction: column; }
    .aw-review-submit .aw-btn { width: 100%; }
}

/* ----------------------------------------------------------- 2. Base layer */
html {
    /* Native, compositor-driven scrolling. Nothing hijacks the wheel, so the
       browser can keep scrolling off the main thread — this is what actually
       feels smooth. `smooth` here covers anchors and programmatic jumps. */
    scroll-behavior: smooth;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }
}

body {
    background: var(--aw-paper);
    color: var(--aw-ink);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    overflow-x: clip;
}

/* Lock scroll without layout shift while overlays are open */
body.aw-lock {
    overflow: hidden;
}

::selection {
    background: var(--aw-mint);
    color: var(--aw-forest);
}

:focus-visible {
    outline: 2px solid var(--aw-leaf);
    outline-offset: 3px;
    border-radius: 4px;
}

img,
svg,
video {
    max-width: 100%;
}

/* The animated film-grain overlay was removed: a fixed, full-screen,
   continuously transformed noise layer forced a viewport-sized repaint on
   every frame, which was the single largest cause of scroll jank. */
.aw-grain {
    display: none !important;
}

/* Any animation that is off-screen gets parked by the IntersectionObserver
   in aurora.js, so the GPU does no work for things nobody can see. */
.aw-paused,
.aw-paused * {
    animation-play-state: paused !important;
}

/* ---------------------------------------------- 3. Fluid typography scale */
/* Overrides the CDN's fixed px sizes so every breakpoint scales smoothly. */
html .text-display-lg {
    font-size: clamp(2.25rem, 1.35rem + 4.2vw, 4.5rem);
    line-height: 1.04;
    letter-spacing: -0.03em;
    font-weight: 700;
}

html .text-headline-lg {
    font-size: clamp(1.75rem, 1.25rem + 2.1vw, 2.75rem);
    line-height: 1.12;
    letter-spacing: -0.02em;
    font-weight: 600;
}

html .text-headline-md {
    font-size: clamp(1.2rem, 1.05rem + 0.7vw, 1.5rem);
    line-height: 1.25;
    letter-spacing: -0.01em;
    font-weight: 600;
}

html .text-body-lg {
    font-size: clamp(1rem, 0.95rem + 0.28vw, 1.125rem);
    line-height: 1.68;
}

html .text-body-md {
    font-size: clamp(0.9375rem, 0.92rem + 0.15vw, 1rem);
    line-height: 1.62;
}

html .text-label-md {
    font-size: clamp(0.8125rem, 0.8rem + 0.1vw, 0.875rem);
    line-height: 1.3;
    letter-spacing: 0.04em;
}

html .text-label-sm {
    font-size: 0.75rem;
    line-height: 1.35;
}

/* Serif display family, now that the font actually loads */
html .font-display-lg,
html .font-headline-lg,
html .font-headline-md {
    font-family: "Source Serif 4", "Georgia", "Times New Roman", serif;
    font-optical-sizing: auto;
}

html .font-body-lg,
html .font-body-md,
html .font-label-md,
html .font-label-sm {
    font-family: "Plus Jakarta Sans", ui-sans-serif, system-ui, sans-serif;
}

/* Editorial refinements */
.aw-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.6rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--aw-leaf);
}

.aw-eyebrow::before {
    content: "";
    width: 1.75rem;
    height: 1px;
    background: currentColor;
    opacity: 0.5;
    transform-origin: left;
    animation: aw-rule 1.4s var(--aw-ease) both;
}

.aw-eyebrow.aw-eyebrow-light {
    color: var(--aw-mint);
}

.aw-eyebrow.aw-eyebrow-center::after {
    content: "";
    width: 1.75rem;
    height: 1px;
    background: currentColor;
    opacity: 0.5;
}

@keyframes aw-rule {
    from {
        transform: scaleX(0);
    }

    to {
        transform: scaleX(1);
    }
}

/* Italic serif accent used inside display headings */
.aw-accent {
    font-style: italic;
    color: var(--aw-leaf);
    font-weight: 600;
}

.aw-accent-light {
    font-style: italic;
    color: var(--aw-mint);
}

/* Hand-drawn underline that draws itself in when revealed */
.aw-underline {
    position: relative;
    display: inline-block;
}

.aw-underline svg {
    position: absolute;
    left: 0;
    bottom: -0.12em;
    width: 100%;
    height: 0.38em;
    overflow: visible;
    color: var(--aw-mint-dim);
    z-index: -1;
}

.aw-underline svg path {
    stroke-dasharray: 1;
    stroke-dashoffset: 1;
    transition: stroke-dashoffset 1.3s var(--aw-ease) 0.35s;
}

.aw-underline.is-in svg path,
.is-in .aw-underline svg path {
    stroke-dashoffset: 0;
}

/* ------------------------------------------------------ 4. Layout helpers */
.aw-container {
    width: 100%;
    max-width: 1440px;
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 0.5rem + 3.5vw, 5rem);
}

.aw-container-narrow {
    width: 100%;
    max-width: 980px;
    margin-inline: auto;
    padding-inline: clamp(1.25rem, 0.5rem + 3.5vw, 5rem);
}

.aw-section {
    padding-block: clamp(3.5rem, 2rem + 7vw, 8.5rem);
}

.aw-section-sm {
    padding-block: clamp(2.5rem, 1.5rem + 4vw, 5rem);
}

/* Replaces the old !important media-query overrides */
html .px-margin-desktop {
    padding-left: clamp(1.25rem, 0.5rem + 3.5vw, 5rem);
    padding-right: clamp(1.25rem, 0.5rem + 3.5vw, 5rem);
}

html .py-section-gap {
    padding-top: clamp(3.5rem, 2rem + 7vw, 7.5rem);
    padding-bottom: clamp(3.5rem, 2rem + 7vw, 7.5rem);
}

html .pt-section-gap {
    padding-top: clamp(3.5rem, 2rem + 7vw, 7.5rem);
}

html .pb-section-gap {
    padding-bottom: clamp(3.5rem, 2rem + 7vw, 7.5rem);
}

html .mb-section-gap {
    margin-bottom: clamp(3rem, 1.5rem + 5vw, 6rem);
}

html .gap-gutter {
    gap: clamp(1rem, 0.5rem + 1.4vw, 1.75rem);
}

/* Decorative divider */
.aw-rule {
    height: 1px;
    background: linear-gradient(90deg, transparent, var(--aw-line-strong), transparent);
    border: 0;
}

/* Organic blob field.
   Previously `filter: blur(80px)` + `mix-blend-mode: multiply`, which meant a
   huge offscreen buffer and a re-composite of everything underneath on every
   scroll frame. A radial gradient gives the same soft glow for free: it is
   rasterised once and then only translated by the compositor. */
.aw-blob {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    background: radial-gradient(closest-side,
            var(--aw-blob, rgba(164, 247, 146, 0.3)),
            transparent 100%);
}

.aw-blob-float {
    animation: aw-float 22s var(--aw-ease-in-out) infinite;
}

.aw-blob-float-alt {
    animation: aw-float-alt 26s var(--aw-ease-in-out) infinite;
}

@keyframes aw-float {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1);
    }

    50% {
        transform: translate3d(3%, -4%, 0) scale(1.08);
    }
}

@keyframes aw-float-alt {

    0%,
    100% {
        transform: translate3d(0, 0, 0) scale(1.05);
    }

    50% {
        transform: translate3d(-4%, 3%, 0) scale(0.95);
    }
}

/* Soft dotted / grid backdrops */
.aw-dots {
    background-image: radial-gradient(var(--aw-line-strong) 1px, transparent 1px);
    background-size: 22px 22px;
}

.aw-grid-lines {
    background-image: linear-gradient(var(--aw-line) 1px, transparent 1px),
        linear-gradient(90deg, var(--aw-line) 1px, transparent 1px);
    background-size: 64px 64px;
}

/* -------------------------------------------------- 5. Reveal / scroll-in */
/* Only opacity, transform and clip-path are transitioned — all three are
   compositor-friendly. `filter` was dropped from the list because animating it
   forces a repaint of the element on every frame. */
[data-reveal] {
    opacity: 0;
    transition:
        opacity var(--aw-dur-slow) var(--aw-ease-out),
        transform var(--aw-dur-slow) var(--aw-ease-out),
        clip-path var(--aw-dur-slow) var(--aw-ease-out);
    transition-delay: var(--aw-delay, 0ms);
}

[data-reveal="up"] {
    transform: translate3d(0, 44px, 0);
}

[data-reveal="down"] {
    transform: translate3d(0, -32px, 0);
}

[data-reveal="left"] {
    transform: translate3d(-48px, 0, 0);
}

[data-reveal="right"] {
    transform: translate3d(48px, 0, 0);
}

[data-reveal="fade"] {
    transform: none;
}

[data-reveal="scale"] {
    transform: scale(0.92);
}

[data-reveal="zoom"] {
    transform: scale(1.08);
}

[data-reveal="blur"] {
    filter: blur(14px);
    transform: translate3d(0, 24px, 0);
}

[data-reveal="mask"] {
    opacity: 1;
    clip-path: inset(0 0 100% 0);
}

[data-reveal="mask-left"] {
    opacity: 1;
    clip-path: inset(0 100% 0 0);
}

[data-reveal="curtain"] {
    opacity: 1;
    clip-path: polygon(0 100%, 100% 100%, 100% 100%, 0 100%);
}

[data-reveal].is-in {
    opacity: 1;
    transform: none;
    filter: none;
    clip-path: inset(0 0 0 0);
}

[data-reveal="curtain"].is-in {
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}

/* Stagger container: children animate in sequence */
[data-stagger]>* {
    opacity: 0;
    transform: translate3d(0, 34px, 0);
    transition:
        opacity 0.9s var(--aw-ease-out),
        transform 0.9s var(--aw-ease-out);
}

[data-stagger].is-in>* {
    opacity: 1;
    transform: none;
}

/* Image reveal wrapper: mask slides away, image un-zooms */
.aw-img-reveal {
    position: relative;
    overflow: hidden;
    clip-path: inset(0 0 0 0);
}

.aw-img-reveal>img,
.aw-img-reveal>.aw-img-bg {
    transform: scale(1.18);
    transition: transform 1.6s var(--aw-ease-out);
}

.aw-img-reveal::after {
    content: "";
    position: absolute;
    inset: 0;
    background: var(--aw-paper);
    transform-origin: bottom;
    transform: scaleY(1);
    transition: transform 1.2s var(--aw-ease-in-out);
    z-index: 2;
}

.aw-img-reveal.is-in>img,
.aw-img-reveal.is-in>.aw-img-bg {
    transform: scale(1);
}

.aw-img-reveal.is-in::after {
    transform: scaleY(0);
}

/* Word-mask split text (built by JS) */
.aw-split {
    display: block;
}

.aw-line {
    display: block;
}

.aw-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: top;
    padding-bottom: 0.06em;
    margin-bottom: -0.06em;
}

.aw-word-i {
    display: inline-block;
    transform: translate3d(0, 108%, 0) rotate(3deg);
    transition:
        transform 1.05s var(--aw-ease-out),
        opacity 1.05s var(--aw-ease-out);
    transition-delay: var(--aw-wd, 0ms);
    opacity: 0;
}

.aw-split.is-in .aw-word-i {
    transform: translate3d(0, 0, 0) rotate(0deg);
    opacity: 1;
}

/* Character shimmer for small labels */
.aw-char {
    display: inline-block;
    opacity: 0;
    transform: translate3d(0, 0.5em, 0);
    transition: opacity 0.5s var(--aw-ease-out), transform 0.5s var(--aw-ease-out);
    transition-delay: var(--aw-wd, 0ms);
}

.aw-chars.is-in .aw-char {
    opacity: 1;
    transform: none;
}

/* Counters */
.aw-count {
    font-variant-numeric: tabular-nums;
}

/* Parallax + scroll-linked helpers */
[data-parallax],
[data-scroll-scale],
[data-scroll-rotate] {}

/* -------------------------------------------------------- 6. Buttons / CTA */
.aw-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.6rem;
    padding: 1rem 1.9rem;
    border-radius: 999px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    letter-spacing: 0.045em;
    line-height: 1;
    text-transform: uppercase;
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    border: 1px solid transparent;
    transition:
        transform 0.5s var(--aw-ease),
        box-shadow 0.5s var(--aw-ease),
        color 0.4s var(--aw-ease),
        border-color 0.4s var(--aw-ease),
        background-color 0.4s var(--aw-ease);
    text-align: center;
}

.aw-btn>* {
    position: relative;
    z-index: 2;
}

/* Liquid fill that rises from the bottom on hover */
.aw-btn::before {
    content: "";
    position: absolute;
    inset: -1px;
    z-index: 0;
    background: var(--aw-fill, var(--aw-leaf));
    transform: translate3d(0, 101%, 0);
    border-radius: inherit;
    transition: transform 0.42s var(--aw-ease);
}

.aw-btn:hover::before,
.aw-btn:focus-visible::before {
    transform: translate3d(0, 0, 0);
}

.aw-btn:hover,
.aw-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: var(--aw-shadow-glow);
}

.aw-btn:active {
    transform: translateY(0) scale(0.985);
}

.aw-btn .aw-btn-ico {
    display: inline-flex;
    transition: transform 0.5s var(--aw-ease);
}

.aw-btn:hover .aw-btn-ico {
    transform: translateX(4px);
}

.aw-btn-primary {
    background: var(--aw-forest);
    color: #fff;
    --aw-fill: var(--aw-leaf);
}

.aw-btn-primary:hover,
.aw-btn-primary:focus-visible {
    background-color: var(--aw-leaf);
    border-color: var(--aw-leaf);
    color: #fff !important;
}

.aw-btn-primary:hover :is(span, .material-symbols-outlined) {
    color: #fff !important;
}

.aw-btn-leaf {
    background: var(--aw-leaf);
    color: #fff;
    --aw-fill: var(--aw-forest);
}

.aw-btn-leaf:hover,
.aw-btn-leaf:focus-visible {
    background-color: var(--aw-forest);
    border-color: var(--aw-forest);
    color: #fff !important;
}

.aw-btn-leaf:hover :is(span, .material-symbols-outlined) {
    color: #fff !important;
}

.aw-btn-mint {
    background: var(--aw-mint);
    color: var(--aw-forest);
    --aw-fill: #fff;
}

.aw-btn-mint:hover,
.aw-btn-mint:focus-visible {
    background-color: #fff !important;
    border-color: #fff !important;
    color: var(--aw-forest) !important;
}

.aw-btn-mint:hover :is(span, .material-symbols-outlined) {
    color: var(--aw-forest) !important;
}

.aw-btn-ghost {
    background: transparent;
    color: var(--aw-forest);
    border-color: var(--aw-line-strong);
    --aw-fill: var(--aw-forest);
}

.aw-btn-ghost:hover,
.aw-btn-ghost:focus-visible {
    background-color: var(--aw-forest) !important;
    border-color: var(--aw-forest) !important;
    color: #fff !important;
}

.aw-btn-ghost:hover :is(span, .material-symbols-outlined) {
    color: #fff !important;
}

.aw-btn-ghost-light {
    background: transparent;
    color: #fff;
    border-color: rgba(255, 255, 255, 0.35);
    --aw-fill: #fff;
}

.aw-btn-ghost-light:hover,
.aw-btn-ghost-light:focus-visible {
    background-color: #fff !important;
    color: var(--aw-forest) !important;
    border-color: #fff !important;
}

.aw-btn-ghost-light:hover :is(span, .material-symbols-outlined) {
    color: var(--aw-forest) !important;
}

.aw-btn-sm {
    padding: 0.7rem 1.25rem;
    font-size: 0.75rem;
}

.aw-btn-block {
    width: 100%;
}

/* Text link with a wipe underline */
.aw-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    font-weight: 600;
    color: var(--aw-forest);
    transition: color 0.35s var(--aw-ease);
}

.aw-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1.5px;
    background: currentColor;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 0.5s var(--aw-ease);
}

.aw-link:hover {
    color: var(--aw-leaf);
}

.aw-link:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

.aw-link .aw-btn-ico {
    transition: transform 0.45s var(--aw-ease);
}

.aw-link:hover .aw-btn-ico {
    transform: translateX(4px);
}

/* Magnetic wrapper (JS sets the translate vars) */
.aw-magnetic {
    display: inline-flex;
    transition: transform 0.35s var(--aw-ease);
}

/* Rolling-text hover: two stacked copies */
.aw-roll {
    position: relative;
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
}

.aw-roll span {
    display: block;
    transition: transform 0.55s var(--aw-ease);
}

.aw-roll span:last-child {
    position: absolute;
    inset: 0;
    transform: translateY(105%);
}

.aw-roll:hover span:first-child,
a:hover .aw-roll span:first-child,
button:hover .aw-roll span:first-child {
    transform: translateY(-105%);
}

.aw-roll:hover span:last-child,
a:hover .aw-roll span:last-child,
button:hover .aw-roll span:last-child {
    transform: translateY(0);
}

/* Non-blocking cart feedback used by AJAX add-to-cart actions. */
.aw-cart-notice {
    position: fixed;
    z-index: 1300;
    right: clamp(1rem, 3vw, 2rem);
    top: clamp(5.5rem, 10vw, 7.5rem);
    display: flex;
    align-items: center;
    gap: 0.65rem;
    max-width: min(24rem, calc(100vw - 2rem));
    padding: 0.85rem 1rem;
    border-radius: 1rem;
    background: var(--aw-forest);
    color: #fff;
    box-shadow: 0 20px 55px -24px rgba(1, 45, 29, 0.85);
    font-size: 0.82rem;
    font-weight: 700;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.75rem);
    transition: opacity 0.25s var(--aw-ease), transform 0.25s var(--aw-ease);
}

.aw-cart-notice.is-visible {
    opacity: 1;
    transform: translateY(0);
}

.aw-cart-notice.is-error {
    background: #8e1d1d;
}

.aw-cart-notice .material-symbols-outlined {
    color: var(--aw-mint);
    font-size: 1.25rem;
}

[data-ajax-cart] button.is-loading {
    cursor: wait;
    opacity: 0.72;
}

.aw-drawer.is-refreshing {
    cursor: progress;
}

/* --- Drawer Recommendations (Amazon/Flipkart Style) --- */
.aw-drawer-rec {
    border-top: 1px solid var(--aw-line);
    padding-top: 1rem;
    margin-top: 0.5rem;
}

.aw-drawer-rec-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0.75rem;
}

.aw-drawer-rec-title {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--aw-forest);
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.aw-drawer-rec-badge {
    font-size: 0.65rem;
    font-weight: 700;
    color: var(--aw-leaf);
    background: rgba(31, 109, 26, 0.08);
    padding: 0.15rem 0.5rem;
    border-radius: 999px;
}

.aw-drawer-rec-list {
    display: flex;
    flex-direction: column;
    gap: 0.6rem;
}

.aw-drawer-rec-card {
    background: #ffffff;
    border: 1px solid var(--aw-line);
    border-radius: 0.85rem;
    padding: 0.6rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    transition: transform 0.25s var(--aw-ease), border-color 0.25s var(--aw-ease), box-shadow 0.25s var(--aw-ease);
}

.aw-drawer-rec-card:hover {
    transform: translateY(-1px);
    border-color: rgba(31, 109, 26, 0.35);
    box-shadow: 0 4px 14px -3px rgba(1, 45, 29, 0.12);
}

.aw-drawer-rec-thumb {
    width: 3.75rem;
    height: 3.75rem;
    border-radius: 0.6rem;
    background: var(--aw-paper-warm);
    display: flex;
    align-items: center;
    justify-content: center;
    shrink: 0;
    overflow: hidden;
    padding: 0.25rem;
}

.aw-drawer-rec-thumb img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
}

.aw-drawer-rec-info {
    flex: 1;
    min-width: 0;
}

.aw-drawer-rec-name {
    font-size: 0.8rem;
    font-weight: 600;
    color: var(--aw-ink);
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
}

.aw-drawer-rec-name:hover {
    color: var(--aw-leaf);
}

.aw-drawer-rec-price {
    font-size: 0.82rem;
    font-weight: 700;
    color: var(--aw-forest);
    margin-top: 0.2rem;
    display: block;
}

.aw-drawer-rec-btn {
    padding: 0.38rem 0.75rem;
    border-radius: 999px;
    background: var(--aw-forest);
    color: #fff;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.03em;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    shrink: 0;
    transition: background-color 0.2s var(--aw-ease), transform 0.2s var(--aw-ease);
}

.aw-drawer-rec-btn:hover {
    background: var(--aw-leaf);
    transform: scale(1.04);
}

/* ---------------------------------------------------------- 7. Card system */
.aw-card {
    position: relative;
    background: #fff;
    border: 1px solid var(--aw-line);
    border-radius: var(--aw-radius-lg);
    overflow: hidden;
    transition:
        transform 0.7s var(--aw-ease),
        box-shadow 0.7s var(--aw-ease),
        border-color 0.7s var(--aw-ease);
}

.aw-card:hover {
    transform: translateY(-8px);
    box-shadow: var(--aw-shadow-lg);
    border-color: transparent;
}

/* Feature card with a sweeping green wash + icon pop */
.aw-feature {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: clamp(1.5rem, 1rem + 1.4vw, 2.25rem);
    background: #fff;
    border: 1px solid var(--aw-line);
    border-radius: var(--aw-radius-lg);
    overflow: hidden;
    isolation: isolate;
    transition:
        transform 0.7s var(--aw-ease),
        box-shadow 0.7s var(--aw-ease),
        color 0.5s var(--aw-ease);
}

.aw-feature::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: linear-gradient(150deg, var(--aw-forest), var(--aw-forest-soft));
    transform: translate3d(0, 101%, 0);
    transition: transform 0.75s var(--aw-ease-in-out);
}

.aw-feature:hover {
    transform: translateY(-8px);
    box-shadow: var(--aw-shadow-lg);
    color: #fff;
}

.aw-feature:hover::before {
    transform: translate3d(0, 0, 0);
}

.aw-feature:hover .aw-feature-title,
.aw-feature:hover .aw-feature-text,
.aw-feature:hover .aw-feature-num {
    color: #fff;
}

.aw-feature:hover .aw-feature-text {
    opacity: 0.82;
}

.aw-feature-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    background: var(--aw-cream);
    color: var(--aw-forest);
    margin-bottom: 1.4rem;
    transition:
        background-color 0.55s var(--aw-ease),
        color 0.55s var(--aw-ease),
        transform 0.55s var(--aw-spring);
}

.aw-feature:hover .aw-feature-ico {
    background: var(--aw-mint);
    color: var(--aw-forest);
    transform: translateY(-4px) rotate(-8deg) scale(1.06);
}

.aw-feature-title {
    transition: color 0.5s var(--aw-ease);
}

.aw-feature-text {
    transition: color 0.5s var(--aw-ease), opacity 0.5s var(--aw-ease);
}

.aw-feature-num {
    position: absolute;
    top: -0.6rem;
    right: 0.6rem;
    font-family: "Source Serif 4", serif;
    font-size: clamp(4rem, 3rem + 4vw, 6.5rem);
    font-weight: 700;
    line-height: 1;
    color: rgba(1, 45, 29, 0.05);
    pointer-events: none;
    transition: color 0.6s var(--aw-ease), transform 0.6s var(--aw-ease);
}

.aw-feature:hover .aw-feature-num {
    color: rgba(255, 255, 255, 0.1);
    transform: translateY(4px);
}

/* Product card */
.aw-product {
    position: relative;
    display: flex;
    flex-direction: column;
    background: #fff;
    border: 1px solid var(--aw-line);
    border-radius: var(--aw-radius-lg);
    overflow: hidden;
    /* Layout containment only — `paint` would clip the hover shadow. */
    contain: layout;
    transition:
        transform 0.45s var(--aw-ease),
        box-shadow 0.45s var(--aw-ease),
        border-color 0.45s var(--aw-ease);
}

.aw-product:hover {
    transform: translateY(-10px);
    box-shadow: var(--aw-shadow-lg);
    border-color: transparent;
}

.aw-product-media {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    aspect-ratio: 1 / 1;
    padding: clamp(1.25rem, 1rem + 1vw, 2rem);
    background: var(--aw-paper-warm);
    overflow: hidden;
}

/* Hover-only glow. Opacity is the only animated property so this costs
   nothing while scrolling. */
.aw-product-media::after {
    content: "";
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 50% 50%, rgba(164, 247, 146, 0.5), transparent 62%);
    opacity: 0;
    transition: opacity 0.45s var(--aw-ease);
}

.aw-product:hover .aw-product-media::after {
    opacity: 1;
}

.aw-product-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: contain;
    /* `multiply` hides the white backgrounds baked into the product photos.
       It is kept, but the media box now uses a flat colour instead of a
       gradient so the blend has a single cheap layer to composite against. */
    mix-blend-mode: multiply;
    transition: transform 0.55s var(--aw-ease);
}

.aw-product:hover .aw-product-media img {
    transform: scale(1.06);
}

.aw-product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    padding: 0.35rem 0.7rem;
    border-radius: 999px;
    background: var(--aw-leaf);
    color: #fff;
    font-size: 0.65rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    box-shadow: var(--aw-shadow-sm);
}

.aw-product-badge-sale {
    background: var(--aw-forest);
}

.aw-product-body {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
    padding: clamp(1rem, 0.85rem + 0.6vw, 1.4rem);
    gap: 0.4rem;
}

.aw-product-title {
    font-family: "Source Serif 4", serif;
    font-size: clamp(1.05rem, 1rem + 0.35vw, 1.25rem);
    font-weight: 600;
    line-height: 1.28;
    color: var(--aw-ink);
    transition: color 0.4s var(--aw-ease);
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.aw-product:hover .aw-product-title {
    color: var(--aw-leaf);
}

/* Quick-action rail slides in from the right edge of the media box */
.aw-product-actions {
    position: absolute;
    top: 1rem;
    right: 1rem;
    z-index: 3;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.aw-product-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 50%;
    background: #fff;
    color: var(--aw-forest);
    box-shadow: var(--aw-shadow-sm);
    opacity: 0;
    transform: translateX(14px);
    transition:
        opacity 0.45s var(--aw-ease),
        transform 0.45s var(--aw-ease),
        background-color 0.3s var(--aw-ease),
        color 0.3s var(--aw-ease);
}

.aw-product-action:nth-child(2) {
    transition-delay: 60ms;
}

.aw-product-action:nth-child(3) {
    transition-delay: 120ms;
}

.aw-product:hover .aw-product-action,
.aw-product:focus-within .aw-product-action {
    opacity: 1;
    transform: none;
}

.aw-product-action:hover {
    background: var(--aw-forest);
    color: #fff;
}

/* Add-to-cart bar reveals on hover (desktop), always visible on touch */
.aw-product-cta {
    margin-top: auto;
    padding-top: 0.9rem;
}

/* --- Premium Product Card Button --- */
.aw-product-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    gap: 0.55rem;
    padding: 0.72rem 1.25rem;
    border-radius: 999px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.84rem;
    font-weight: 700;
    letter-spacing: 0.025em;
    line-height: 1;
    color: #ffffff;
    white-space: nowrap !important;
    background: linear-gradient(180deg, #013522 0%, #012417 100%);
    border: 1px solid rgba(255, 255, 255, 0.12);
    box-shadow: 0 2px 6px -1px rgba(1, 45, 29, 0.3), inset 0 1px 0 rgba(255, 255, 255, 0.15);
    cursor: pointer;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.28s var(--aw-ease), box-shadow 0.28s var(--aw-ease), border-color 0.28s var(--aw-ease);
}

.aw-product-btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(180deg, #1f6d1a 0%, #155711 100%);
    opacity: 0;
    transition: opacity 0.3s var(--aw-ease);
    z-index: 1;
}

.aw-product-btn:hover::before,
.aw-product-btn:focus-visible::before {
    opacity: 1;
}

.aw-product-btn > * {
    position: relative;
    z-index: 2;
    white-space: nowrap !important;
}

.aw-product-btn:hover,
.aw-product-btn:focus-visible {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px -3px rgba(31, 109, 26, 0.45), inset 0 1px 0 rgba(255, 255, 255, 0.25);
    border-color: rgba(164, 247, 146, 0.35);
}

.aw-product-btn:active {
    transform: translateY(0) scale(0.985);
}

.aw-product-btn svg {
    transition: transform 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.aw-product-btn:hover svg {
    transform: scale(1.15) rotate(-3deg);
}

.aw-product-btn-sm {
    padding: 0.52rem 0.9rem;
    font-size: 0.76rem;
    gap: 0.4rem;
}

.aw-stars {
    display: inline-flex;
    align-items: center;
    gap: 0.1rem;
    color: var(--aw-leaf);
}

.aw-price {
    display: flex;
    align-items: baseline;
    gap: 0.5rem;
    font-family: "Plus Jakarta Sans", sans-serif;
}

.aw-price-now {
    font-size: 1.1rem;
    font-weight: 800;
    color: var(--aw-forest);
}

.aw-price-was {
    font-size: 0.875rem;
    text-decoration: line-through;
    color: var(--aw-ink-soft);
    opacity: 0.6;
}

/* 3D tilt */
[data-tilt] {
    transform-style: preserve-3d;
    transition: transform 0.5s var(--aw-ease);
}

[data-tilt]>* {
    transform: translateZ(0);
}

/* Spotlight that follows the cursor.
   Painted as a background layer rather than a pseudo-element, so it can be
   safely combined with components that already use ::before / ::after
   (.aw-feature's green wash, .aw-img-reveal's mask). */
.aw-spotlight {
    position: relative;
    background-repeat: no-repeat;
}

.aw-spotlight:hover {
    background-image: radial-gradient(420px circle at var(--aw-mx) var(--aw-my),
            rgba(164, 247, 146, 0.18),
            transparent 62%);
}

/* ------------------------------------------------------------- 8. Marquee */
/* The edge-fade mask was removed: applying a mask to a permanently animating
   layer makes the compositor re-mask it every frame. */
.aw-marquee {
    display: flex;
    width: 100%;
    overflow: hidden;
    user-select: none;
}

.aw-marquee-track {
    display: flex;
    flex-shrink: 0;
    align-items: center;
    gap: var(--aw-marquee-gap, 3rem);
    padding-right: var(--aw-marquee-gap, 3rem);
    min-width: 100%;
    animation: aw-marquee var(--aw-marquee-dur, 34s) linear infinite;
}

.aw-marquee-reverse .aw-marquee-track {
    animation-direction: reverse;
}

.aw-marquee:hover .aw-marquee-track {
    animation-play-state: paused;
}

@keyframes aw-marquee {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(-100%, 0, 0);
    }
}

.aw-testimonial-marquee .aw-marquee-track {
    align-items: stretch;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    will-change: transform;
}

/* Oversized outlined wordmark used in the footer */
.aw-wordmark {
    font-family: "Source Serif 4", serif;
    /* Capped lower than before — outlined glyphs this large are expensive to
       rasterise on a continuously moving layer. */
    font-size: clamp(2.25rem, 1rem + 5vw, 5.25rem);
    font-weight: 700;
    line-height: 0.95;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    white-space: nowrap;
    color: transparent;
    -webkit-text-stroke: 1px rgba(255, 255, 255, 0.22);
    transition: -webkit-text-stroke-color 0.6s var(--aw-ease), color 0.6s var(--aw-ease);
}

.aw-wordmark-solid {
    color: rgba(255, 255, 255, 0.06);
    -webkit-text-stroke: 0;
}

/* ------------------------------------------------- 9. Header / navigation */
.aw-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    height: 3px;
    width: 100%;
    transform-origin: left;
    transform: scaleX(var(--aw-scroll, 0));
    background: linear-gradient(90deg, var(--aw-leaf), var(--aw-mint));
    z-index: 9997;
    pointer-events: none;
}

.aw-header {
    position: fixed;
    left: 0;
    right: 0;
    z-index: 500;
    /* Only transform + shadow animate. `backdrop-filter` was removed: blurring
       the whole page behind a fixed bar re-reads the framebuffer on every
       scroll frame and was a major source of jank (and flicker on Windows). */
    transition:
        transform 0.5s var(--aw-ease),
        box-shadow 0.4s var(--aw-ease);
    /* No paint containment here — the nav dropdowns overflow the header and
       would be clipped. */
}

/* Utility strip collapses away as you scroll */
.aw-header-utility {
    height: 2.25rem;
    overflow: hidden;
    transition: height 0.45s var(--aw-ease), opacity 0.3s var(--aw-ease);
}

.aw-header.is-stuck .aw-header-utility {
    height: 0;
    opacity: 0;
}

.aw-header-bar {
    height: 5rem;
    /* Opaque, so the browser can skip painting everything beneath it. */
    background: #fbf9f8;
    border-bottom: 1px solid transparent;
    transition:
        height 0.4s var(--aw-ease),
        box-shadow 0.4s var(--aw-ease),
        border-color 0.4s var(--aw-ease);
}

.aw-header.is-stuck .aw-header-bar {
    height: 4.25rem;
    box-shadow: 0 10px 30px -18px rgba(1, 45, 29, 0.28);
    border-bottom-color: var(--aw-line);
}

.aw-header.is-hidden {
    transform: translate3d(0, -110%, 0);
}

.aw-header-logo img {
    transition: height 0.5s var(--aw-ease), transform 0.6s var(--aw-ease);
}

.aw-header.is-stuck .aw-header-logo img {
    height: 3rem;
}

.aw-header-logo:hover img {
    transform: scale(1.04) rotate(-1deg);
}

/* Nav link: sliding underline + rolling label */
.aw-nav-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    padding: 0.4rem 0;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    letter-spacing: 0.01em;
    color: var(--aw-ink-soft);
    transition: color 0.4s var(--aw-ease);
}

.aw-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    border-radius: 2px;
    background: var(--aw-leaf);
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.5s var(--aw-ease);
}

.aw-nav-link:hover,
.aw-nav-link:focus-visible {
    color: var(--aw-forest);
}

.aw-nav-link:hover::after,
.aw-nav-link:focus-visible::after {
    transform: scaleX(1);
}

.aw-nav-link.is-active {
    color: var(--aw-forest);
}

.aw-nav-link.is-active::after {
    transform: scaleX(1);
    background: var(--aw-forest);
}

.aw-nav-item .aw-nav-chevron {
    transition: transform 0.45s var(--aw-ease);
}

.aw-nav-item:hover .aw-nav-chevron,
.aw-nav-item:focus-within .aw-nav-chevron {
    transform: rotate(180deg);
}

/* Dropdown panel with staggered items */
.aw-dropdown {
    position: absolute;
    top: 100%;
    left: 50%;
    min-width: 16.5rem;
    padding: 0.5rem;
    background: #ffffff;
    border: 1px solid var(--aw-line);
    border-radius: var(--aw-radius);
    box-shadow: var(--aw-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translate(-50%, 12px) scale(0.97);
    transform-origin: top center;
    transition:
        opacity 0.25s var(--aw-ease),
        transform 0.25s var(--aw-ease),
        visibility 0.25s;
    z-index: 60;
}

.aw-nav-item:hover .aw-dropdown,
.aw-nav-item:focus-within .aw-dropdown {
    opacity: 1;
    visibility: visible;
    transform: translate(-50%, 0) scale(1);
}

.aw-dropdown-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    font-size: 0.9375rem;
    color: var(--aw-ink-soft);
    opacity: 1;
    transform: none;
    transition:
        background-color 0.2s var(--aw-ease),
        color 0.2s var(--aw-ease);
}

.aw-nav-item:hover .aw-dropdown-item,
.aw-nav-item:focus-within .aw-dropdown-item {
    opacity: 1;
    transform: none;
}

a.aw-dropdown-item:hover {
    background: var(--aw-cream);
    color: var(--aw-forest);
}

a.aw-dropdown-item .aw-dd-arrow {
    opacity: 0;
    transform: translateX(-6px);
    transition: opacity 0.3s var(--aw-ease), transform 0.3s var(--aw-ease);
}

a.aw-dropdown-item:hover .aw-dd-arrow {
    opacity: 1;
    transform: none;
}

.aw-dropdown-submenu {
    position: relative;
}

.aw-dropdown-nested {
    position: absolute;
    top: -0.6rem;
    left: calc(100% + 0.5rem);
    min-width: 12rem;
    padding: 0.6rem;
    background: #ffffff;
    border: 1px solid var(--aw-line);
    border-radius: var(--aw-radius);
    box-shadow: var(--aw-shadow-lg);
    opacity: 0;
    visibility: hidden;
    transform: translateX(-8px) scale(0.97);
    transform-origin: left top;
    transition: opacity 0.3s var(--aw-ease), transform 0.35s var(--aw-ease), visibility 0.35s;
    z-index: 70;
}

.aw-dropdown-submenu:hover > .aw-dropdown-nested,
.aw-dropdown-submenu:focus-within > .aw-dropdown-nested {
    opacity: 1;
    visibility: visible;
    transform: none;
}

.aw-dropdown-nested-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.7rem 0.9rem;
    border-radius: 12px;
    font-size: 0.9375rem;
    color: var(--aw-ink-soft);
    transition: background-color 0.3s var(--aw-ease), color 0.3s var(--aw-ease), padding-left 0.3s var(--aw-ease);
}

.aw-dropdown-nested-item:hover,
.aw-dropdown-nested-item:focus-visible {
    padding-left: 1.1rem;
    background: var(--aw-cream);
    color: var(--aw-forest);
}

/* Icon action buttons in the header */
.aw-icon-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    color: var(--aw-forest);
    transition:
        background-color 0.4s var(--aw-ease),
        color 0.4s var(--aw-ease),
        transform 0.5s var(--aw-spring);
}

.aw-icon-btn:hover {
    background: var(--aw-cream);
    transform: translateY(-2px);
}

.aw-cart-badge {
    position: absolute;
    top: 0.25rem;
    right: 0.2rem;
    min-width: 1.15rem;
    height: 1.15rem;
    padding: 0 0.28rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: var(--aw-leaf);
    color: #fff;
    font-size: 0.625rem;
    font-weight: 800;
    line-height: 1;
    box-shadow: 0 0 0 2px var(--aw-paper);
}

.aw-cart-badge.is-pop {
    animation: aw-pop 0.6s var(--aw-spring);
}

@keyframes aw-pop {
    0% {
        transform: scale(1);
    }

    40% {
        transform: scale(1.5);
    }

    100% {
        transform: scale(1);
    }
}

/* ==================================================== Navbar Search Box */
.aw-nav-search-wrap {
    position: relative;
}

.aw-nav-search-form {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    height: 40px;
    background: #ffffff;
    border: 1.5px solid rgba(1, 45, 29, 0.28);
    border-radius: 10px;
    box-shadow: 0 1px 3px rgba(1, 45, 29, 0.04);
    transition: border-color var(--aw-dur-fast) ease, box-shadow var(--aw-dur-fast) ease, background-color var(--aw-dur-fast) ease;
    overflow: hidden;
}

.aw-nav-search-form:hover {
    border-color: rgba(1, 45, 29, 0.55);
}

.aw-nav-search-form.is-focused,
.aw-nav-search-form:focus-within {
    border-color: var(--aw-forest, #012d1d);
    box-shadow: 0 0 0 3px rgba(31, 109, 26, 0.14), 0 2px 8px rgba(1, 45, 29, 0.06);
    background: #ffffff;
}

.aw-nav-search-input {
    width: 100%;
    height: 100%;
    padding: 0 38px 0 14px;
    background: transparent;
    border: none;
    outline: none;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--aw-ink, #141815);
    z-index: 2;
}

.aw-nav-search-placeholder {
    position: absolute;
    inset: 0 38px 0 14px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.85rem;
    pointer-events: none;
    z-index: 1;
    white-space: nowrap;
    overflow: hidden;
    transition: opacity 0.18s ease;
}

.aw-search-prefix {
    color: #334155;
    font-weight: 500;
}

.aw-search-term {
    color: #0b57d0;
    font-weight: 600;
    transition: color 0.2s ease;
}

.aw-search-cursor {
    display: inline-block;
    color: #0b57d0;
    font-weight: 300;
    animation: aw-blink 1s infinite;
    margin-left: -2px;
}

@keyframes aw-blink {
    0%, 45% { opacity: 1; }
    50%, 100% { opacity: 0; }
}

.aw-nav-search-form.has-val .aw-nav-search-placeholder,
.aw-nav-search-form.is-typing .aw-nav-search-placeholder {
    opacity: 0 !important;
    visibility: hidden !important;
}

.aw-nav-search-btn {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    border: none;
    color: #475569;
    cursor: pointer;
    z-index: 3;
    transition: color var(--aw-dur-fast) ease, transform var(--aw-dur-fast) ease;
}

.aw-nav-search-btn:hover {
    color: var(--aw-forest, #012d1d);
    transform: scale(1.08);
}

/* ==================================================== Suggestions Dropdown */
.aw-search-dropdown {
    position: absolute;
    top: calc(100% + 6px);
    left: 0;
    right: 0;
    min-width: 290px;
    max-width: 420px;
    background: #ffffff;
    border: 1px solid rgba(1, 45, 29, 0.12);
    border-radius: 14px;
    box-shadow: 0 16px 40px -10px rgba(0, 0, 0, 0.18), 0 2px 10px rgba(1, 45, 29, 0.05);
    z-index: 999;
    overflow: hidden;
    animation: aw-dd-in 0.2s cubic-bezier(0.16, 1, 0.3, 1) forwards;
}

@keyframes aw-dd-in {
    from {
        opacity: 0;
        transform: translateY(-6px) scale(0.98);
    }
    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.aw-search-dropdown.hidden {
    display: none !important;
}

.aw-suggest-section-title {
    font-size: 0.68rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #64748b;
    padding: 10px 14px 4px;
}

.aw-suggest-cats {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
    padding: 4px 14px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.aw-suggest-cat-chip {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 10px;
    background: #f1f5f9;
    color: #1e293b;
    font-size: 0.76rem;
    font-weight: 600;
    border-radius: 999px;
    transition: background-color 0.15s ease, color 0.15s ease;
    text-decoration: none;
}

.aw-suggest-cat-chip:hover {
    background: var(--aw-forest, #012d1d);
    color: #ffffff;
}

.aw-suggest-product-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 8px 14px;
    text-decoration: none;
    transition: background-color 0.15s ease;
    border-bottom: 1px solid rgba(0, 0, 0, 0.03);
}

.aw-suggest-product-item:last-child {
    border-bottom: none;
}

.aw-suggest-product-item:hover,
.aw-suggest-product-item.is-selected {
    background: #f8fafc;
}

.aw-suggest-product-img {
    width: 38px;
    height: 38px;
    border-radius: 8px;
    object-fit: cover;
    background: #f1f5f9;
    flex-shrink: 0;
}

.aw-suggest-product-name {
    font-size: 0.82rem;
    font-weight: 600;
    color: #0f172a;
    line-height: 1.25;
}

.aw-suggest-product-name mark {
    background: transparent;
    color: #0b57d0;
    font-weight: 700;
}

.aw-suggest-product-cat {
    font-size: 0.7rem;
    color: #64748b;
}

.aw-suggest-product-price {
    margin-left: auto;
    font-size: 0.82rem;
    font-weight: 700;
    color: #15803d;
    white-space: nowrap;
}

.aw-suggest-view-all {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 14px;
    background: #f8fafc;
    border-top: 1px solid rgba(0, 0, 0, 0.05);
    font-size: 0.78rem;
    font-weight: 600;
    color: var(--aw-forest, #012d1d);
    text-decoration: none;
    transition: background-color 0.15s ease;
}

.aw-suggest-view-all:hover {
    background: #e2e8f0;
}

.aw-suggest-kbd {
    display: inline-flex;
    align-items: center;
    padding: 2px 6px;
    background: #ffffff;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    font-size: 0.65rem;
    color: #64748b;
}

.aw-suggest-empty {
    padding: 18px 14px;
    text-align: center;
    font-size: 0.82rem;
    color: #64748b;
}

/* Mobile search strip */
.aw-mobile-search-strip {
    transition: all 0.25s ease;
}

.aw-mobile-search-strip.is-open {
    display: block !important;
    animation: aw-search-slide 0.22s ease forwards;
}

@keyframes aw-search-slide {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Ticker */
.aw-ticker {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 510;
    height: 2rem;
    display: flex;
    align-items: center;
    background: linear-gradient(90deg, var(--aw-forest), var(--aw-forest-soft), var(--aw-forest));
    color: #fff;
    font-size: 0.75rem;
    letter-spacing: 0.06em;
    transition: transform 0.6s var(--aw-ease);
}

.aw-ticker.is-hidden {
    transform: translate3d(0, -100%, 0);
}

/* Hamburger → X morph */
.aw-burger {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 5px;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    transition: background-color 0.35s var(--aw-ease);
}

.aw-burger:hover {
    background: var(--aw-cream);
}

.aw-burger span {
    display: block;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    background: var(--aw-forest);
    transition: transform 0.5s var(--aw-ease), opacity 0.3s var(--aw-ease), width 0.4s var(--aw-ease);
}

.aw-burger span:nth-child(2) {
    width: 14px;
}

.aw-burger:hover span:nth-child(2) {
    width: 20px;
}

body.aw-menu-open .aw-burger span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

body.aw-menu-open .aw-burger span:nth-child(2) {
    opacity: 0;
    transform: scaleX(0);
}

body.aw-menu-open .aw-burger span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
    width: 20px;
}

/* Full-screen mobile menu with a refined circular clip reveal */
.aw-mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 700;
    display: flex;
    flex-direction: column;
    background: radial-gradient(circle at 90% 10%, rgba(31, 109, 26, 0.42) 0%, var(--aw-forest) 75%);
    background-color: var(--aw-forest);
    color: #fff;
    clip-path: circle(0% at calc(100% - 2.75rem) 2.75rem);
    transition: clip-path 0.75s var(--aw-ease-in-out), visibility 0.75s;
    overflow-y: auto;
    overscroll-behavior: contain;
    -webkit-overflow-scrolling: touch;
    visibility: hidden;
}

.aw-mobile-menu.is-open {
    clip-path: circle(160% at calc(100% - 2.75rem) 2.75rem);
    visibility: visible;
}

.aw-mobile-menu-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1rem 1.25rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    flex-shrink: 0;
}

.aw-mobile-link-wrap {
    width: 100%;
}

.aw-mobile-link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding: 0.85rem 0.6rem;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    font-family: "Source Serif 4", serif;
    font-size: clamp(1.2rem, 1.05rem + 1.2vw, 1.55rem);
    font-weight: 600;
    color: #fff;
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s var(--aw-ease-out), transform 0.5s var(--aw-ease-out), color 0.25s var(--aw-ease);
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.aw-mobile-menu.is-open .aw-mobile-link {
    opacity: 1;
    transform: none;
}

.aw-mobile-link:hover,
.aw-mobile-link.is-active {
    color: var(--aw-mint);
}

.aw-mobile-link .aw-mobile-num {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.75rem;
    letter-spacing: 0.15em;
    opacity: 0.45;
    font-weight: 500;
}

.aw-mobile-badge-pill {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.65rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    padding: 0.2rem 0.55rem;
    border-radius: 9999px;
    background: rgba(164, 247, 146, 0.18);
    color: var(--aw-mint);
    border: 1px solid rgba(164, 247, 146, 0.35);
}

/* Accordion Sub-menus */
.aw-mobile-sub {
    display: grid;
    grid-template-rows: 0fr;
    transition: grid-template-rows 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0s 0.35s;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.aw-mobile-sub.is-open {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    transition: grid-template-rows 0.35s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.25s ease, visibility 0s;
}

.aw-mobile-sub > div {
    min-height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.aw-mobile-sub-inner {
    padding: 0.6rem 0.25rem 0.85rem;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.aw-mobile-sub-nested .aw-mobile-sub-inner {
    padding: 0.25rem 0 0.4rem;
    gap: 0.35rem;
}

/* Clean Category / Item Row */
.aw-mobile-sub-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.55rem 0.75rem;
    border-radius: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.92rem;
    color: rgba(255, 255, 255, 0.9);
    background: rgba(255, 255, 255, 0.035);
    border: 1px solid rgba(255, 255, 255, 0.06);
    text-align: left;
    transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1);
    cursor: pointer;
    box-sizing: border-box;
}

.aw-mobile-sub-row:hover,
.aw-mobile-sub-row:focus-visible {
    background: rgba(164, 247, 146, 0.12);
    border-color: rgba(164, 247, 146, 0.28);
    color: var(--aw-mint);
    transform: translateX(3px);
}

.aw-mobile-sub-row.is-disabled {
    opacity: 0.65;
    cursor: not-allowed;
    transform: none !important;
}

.aw-mobile-sub-left {
    display: flex;
    align-items: center;
    gap: 0.65rem;
    min-width: 0;
    flex: 1;
}

.aw-mobile-cat-icon {
    width: 2rem;
    height: 2rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(255, 255, 255, 0.1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--aw-mint);
    flex-shrink: 0;
}

.aw-mobile-sub-arrow {
    color: rgba(255, 255, 255, 0.4);
    transition: transform 0.2s ease, color 0.2s ease;
    flex-shrink: 0;
}

.aw-mobile-sub-row:hover .aw-mobile-sub-arrow {
    color: var(--aw-mint);
    transform: translate(2px, -2px);
}

/* Featured All Products Row */
.aw-mobile-sub-featured {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    width: 100%;
    padding: 0.65rem 0.85rem;
    border-radius: 12px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.95rem;
    font-weight: 600;
    color: var(--aw-mint);
    background: linear-gradient(135deg, rgba(164, 247, 146, 0.16) 0%, rgba(31, 109, 26, 0.28) 100%);
    border: 1px solid rgba(164, 247, 146, 0.35);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15);
    margin-bottom: 0.4rem;
    transition: all 0.2s ease;
}

.aw-mobile-sub-featured:hover {
    background: linear-gradient(135deg, rgba(164, 247, 146, 0.25) 0%, rgba(31, 109, 26, 0.38) 100%);
    border-color: rgba(164, 247, 146, 0.5);
    transform: translateX(3px);
}

.aw-mobile-nested-toggle {
    font-weight: 600;
}

.aw-mobile-nested-toggle .aw-sub-ico {
    transition: transform 0.3s ease;
}

.aw-mobile-sub-row.is-child {
    background: rgba(255, 255, 255, 0.02);
    border-color: rgba(255, 255, 255, 0.04);
    font-size: 0.88rem;
}

.aw-mobile-foot {
    opacity: 0;
    transform: translateY(16px);
    transition: opacity 0.5s var(--aw-ease-out) 0.3s, transform 0.5s var(--aw-ease-out) 0.3s;
}

.aw-mobile-menu.is-open .aw-mobile-foot {
    opacity: 1;
    transform: none;
}

/* ------------------------------------------------------------- 10. Footer */
.aw-footer {
    position: relative;
    background: var(--aw-forest);
    color: rgba(255, 255, 255, 0.76);
    overflow: hidden;
    isolation: isolate;
}

.aw-footer::before {
    content: "";
    position: absolute;
    top: -30%;
    left: 50%;
    width: 120vw;
    aspect-ratio: 2 / 1;
    transform: translateX(-50%);
    background: radial-gradient(ellipse at center, rgba(31, 109, 26, 0.5), transparent 62%);
    pointer-events: none;
    z-index: -1;
}

.aw-footer-heading {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: var(--aw-mint);
    margin-bottom: 1.35rem;
}

.aw-footer-link {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.28rem 0;
    color: rgba(255, 255, 255, 0.7);
    transition: color 0.35s var(--aw-ease), transform 0.45s var(--aw-ease);
}

.aw-footer-link::before {
    content: "";
    width: 0;
    height: 1px;
    background: var(--aw-mint);
    transition: width 0.45s var(--aw-ease);
}

.aw-footer-link:hover {
    color: #fff;
    transform: translateX(4px);
}

.aw-footer-link:hover::before {
    width: 14px;
}

.aw-social {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    overflow: hidden;
    isolation: isolate;
    transition: transform 0.5s var(--aw-spring), border-color 0.4s var(--aw-ease), color 0.4s var(--aw-ease);
}

.aw-social::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    border-radius: inherit;
    background: var(--aw-social, #fff);
    transform: scale(0);
    transition: transform 0.5s var(--aw-ease);
}

.aw-social:hover {
    transform: translateY(-4px) scale(1.06);
    border-color: transparent;
    color: #fff;
}

.aw-social:hover::before {
    transform: scale(1);
}

.aw-social-instagram {
    --aw-social: linear-gradient(135deg, #f09433, #dc2743 55%, #bc1888);
}

.aw-social-facebook {
    --aw-social: #1877f2;
}

.aw-social-youtube {
    --aw-social: #ff0000;
}

.aw-social-whatsapp {
    --aw-social: #25d366;
}

.aw-social-twitter {
    --aw-social: #111;
}

.aw-social-linkedin {
    --aw-social: #0a66c2;
}

.aw-pay-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.85rem;
    min-width: 2.85rem;
    padding: 0.2rem 0.55rem;
    border-radius: 6px;
    background: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.18);
    transition: transform 0.3s var(--aw-ease), box-shadow 0.3s var(--aw-ease);
}

.aw-pay-chip:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.aw-pay-chip img {
    height: 1.1rem;
    max-height: 1.25rem;
    width: auto;
    max-width: 3.2rem;
    object-fit: contain;
    display: block;
}

/* Back to top with a progress ring */
.aw-to-top {
    position: fixed;
    right: clamp(1rem, 2vw, 2rem);
    bottom: clamp(1rem, 2vw, 2rem);
    z-index: 480;
    width: 3.25rem;
    height: 3.25rem;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: var(--aw-forest);
    color: #fff;
    box-shadow: var(--aw-shadow);
    opacity: 0;
    transform: translateY(16px) scale(0.9);
    pointer-events: none;
    transition: opacity 0.5s var(--aw-ease), transform 0.5s var(--aw-spring), background-color 0.4s var(--aw-ease);
}

.aw-to-top.is-visible {
    opacity: 1;
    transform: none;
    pointer-events: auto;
}

.aw-to-top:hover {
    background: var(--aw-leaf);
}

.aw-to-top svg {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}

.aw-to-top circle {
    fill: none;
    stroke: var(--aw-mint);
    stroke-width: 2;
    stroke-dasharray: 1;
    stroke-dashoffset: calc(1 - var(--aw-scroll, 0));
}

/* ------------------------------------------- 11. Overlays / transitions */
.aw-preloader {
    position: fixed;
    inset: 0;
    z-index: 99999;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 50% 45%, #033c27 0%, #012417 55%, #00120b 100%);
    clip-path: inset(0 0 0 0);
    overflow: hidden;
    /* CSS-driven fallback exit in case JS fails */
    animation: aw-pre-out 0.85s var(--aw-ease-in-out) 1.2s forwards;
}

.aw-preloader-ambient {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: min(560px, 90vw);
    height: min(560px, 90vw);
    background: radial-gradient(circle, rgba(164, 247, 146, 0.16) 0%, rgba(31, 109, 26, 0.1) 40%, transparent 70%);
    pointer-events: none;
    border-radius: 50%;
    filter: blur(40px);
    animation: aw-ambient-pulse 3s ease-in-out infinite alternate;
}

@keyframes aw-ambient-pulse {
    0% {
        transform: translate(-50%, -50%) scale(0.92);
        opacity: 0.5;
    }
    100% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: 0.9;
    }
}

.aw-preloader-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1.35rem;
    text-align: center;
}

/* Step 1: Logo Badge animates in first */
.aw-preloader-badge {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1.25rem 2.85rem;
    background: #ffffff;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.95);
    box-shadow:
        0 24px 60px -15px rgba(0, 0, 0, 0.55),
        0 0 50px -10px rgba(164, 247, 146, 0.35);
    opacity: 0;
    animation: aw-pre-logo-in 0.65s cubic-bezier(0.16, 1, 0.3, 1) 0.08s forwards;
}

@keyframes aw-pre-logo-in {
    0% {
        opacity: 0;
        transform: translateY(18px) scale(0.92);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

.aw-preloader-img {
    height: clamp(3.5rem, 5.8vw, 4.8rem);
    width: auto;
    object-fit: contain;
    display: block;
}

/* Step 2: Tagline reveals smoothly after the logo */
.aw-preloader-tagline {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(0.68rem, 1.1vw, 0.78rem);
    font-weight: 700;
    letter-spacing: 0.22em;
    text-transform: uppercase;
    color: var(--aw-mint);
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4);
    opacity: 0;
    animation: aw-pre-tagline-in 0.6s cubic-bezier(0.16, 1, 0.3, 1) 0.52s forwards;
}

@keyframes aw-pre-tagline-in {
    0% {
        opacity: 0;
        transform: translateY(12px);
        letter-spacing: 0.15em;
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        letter-spacing: 0.22em;
    }
}

.aw-preloader-dot {
    color: rgba(255, 255, 255, 0.35);
    font-size: 0.65rem;
}

/* Step 3: Loading Bar fills smoothly */
.aw-preloader-bar {
    width: min(200px, 45vw);
    height: 3.5px;
    background: rgba(255, 255, 255, 0.12);
    border-radius: 999px;
    overflow: hidden;
    margin-top: 0.35rem;
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
    opacity: 0;
    animation: aw-pre-bar-fade 0.35s ease 0.7s forwards;
}

@keyframes aw-pre-bar-fade {
    to {
        opacity: 1;
    }
}

.aw-preloader-bar i {
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, #1f6d1a 0%, #a4f792 65%, #ffffff 100%);
    box-shadow: 0 0 10px rgba(164, 247, 146, 0.85);
    transform-origin: left;
    transform: scaleX(0);
    animation: aw-load 0.8s cubic-bezier(0.2, 0.8, 0.2, 1) 0.75s forwards;
}

@keyframes aw-load {
    0% {
        transform: scaleX(0);
    }
    60% {
        transform: scaleX(0.72);
    }
    100% {
        transform: scaleX(1);
    }
}

@keyframes aw-pre-out {
    to {
        clip-path: inset(0 0 100% 0);
        opacity: 0;
        visibility: hidden;
    }
}

.aw-preloader.is-done {
    animation: aw-pre-out 0.8s var(--aw-ease-in-out) forwards;
    pointer-events: none;
}

/* Page-transition curtain */
.aw-curtain {
    position: fixed;
    inset: 0;
    z-index: 9990;
    background: radial-gradient(circle at 50% 45%, #033c27 0%, #012417 55%, #00120b 100%);
    clip-path: inset(100% 0 0 0);
    pointer-events: none;
    transition: clip-path 0.38s var(--aw-ease-in-out);
    display: flex;
    align-items: center;
    justify-content: center;
}

.aw-curtain-inner {
    opacity: 0;
    transform: scale(0.92);
    transition: opacity 0.25s ease 0.08s, transform 0.25s ease 0.08s;
}

.aw-curtain.is-in {
    clip-path: inset(0 0 0 0);
}

.aw-curtain.is-in .aw-curtain-inner {
    opacity: 1;
    transform: scale(1);
}

/* Custom cursor (fine pointers only) */
.aw-cursor,
.aw-cursor-dot {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9995;
    pointer-events: none;
    border-radius: 50%;
    opacity: 0;
    transition: opacity 0.3s ease, width 0.35s var(--aw-ease), height 0.35s var(--aw-ease),
        background-color 0.35s var(--aw-ease), border-color 0.35s var(--aw-ease);
}

.aw-cursor {
    width: 2.25rem;
    height: 2.25rem;
    border: 1.5px solid rgba(1, 45, 29, 0.45);
    margin: -1.125rem 0 0 -1.125rem;
}

.aw-cursor-dot {
    width: 0.35rem;
    height: 0.35rem;
    background: var(--aw-forest);
    margin: -0.175rem 0 0 -0.175rem;
}

.aw-cursor.is-active,
.aw-cursor-dot.is-active {
    opacity: 1;
}

.aw-cursor.is-hover {
    width: 3.5rem;
    height: 3.5rem;
    margin: -1.75rem 0 0 -1.75rem;
    background: rgba(31, 109, 26, 0.12);
    border-color: transparent;
}

.aw-cursor-dot.is-hover {
    opacity: 0;
}

/* --------------------------------------------------------- 12. Form fields */
.aw-field {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
}

.aw-label {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--aw-ink-soft);
}

.aw-input,
.aw-select,
.aw-textarea {
    width: 100%;
    padding: 0.95rem 1.1rem;
    background: #fff;
    border: 1px solid var(--aw-line);
    border-radius: 14px;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 1rem;
    color: var(--aw-ink);
    outline: none;
    transition:
        border-color 0.35s var(--aw-ease),
        box-shadow 0.35s var(--aw-ease),
        background-color 0.35s var(--aw-ease),
        transform 0.35s var(--aw-ease);
}

.aw-input:hover,
.aw-select:hover,
.aw-textarea:hover {
    border-color: var(--aw-line-strong);
}

.aw-input:focus,
.aw-select:focus,
.aw-textarea:focus {
    border-color: var(--aw-leaf);
    box-shadow: 0 0 0 4px rgba(31, 109, 26, 0.12);
    transform: translateY(-1px);
}

.aw-textarea {
    resize: vertical;
    min-height: 8rem;
}

.aw-select {
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer;
    padding-right: 2.75rem;
}

.aw-field-dark .aw-input,
.aw-field-dark .aw-select,
.aw-field-dark .aw-textarea {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.18);
    color: #fff;
}

.aw-field-dark .aw-label {
    color: var(--aw-mint);
}

.aw-field-dark .aw-input:focus,
.aw-field-dark .aw-textarea:focus,
.aw-field-dark .aw-select:focus {
    border-color: var(--aw-mint);
    background: rgba(255, 255, 255, 0.14);
    box-shadow: 0 0 0 4px rgba(164, 247, 146, 0.16);
}

/* Password toggle */
.aw-password-wrap {
    position: relative;
    display: block;
    width: 100%;
}

.aw-password-wrap .aw-input,
.aw-password-wrap input {
    padding-right: 3rem !important;
}

.aw-password-toggle {
    position: absolute;
    right: 0.85rem;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    cursor: pointer;
    color: var(--aw-ink-soft);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0.35rem;
    border-radius: 8px;
    transition: color 0.2s ease, transform 0.2s ease, opacity 0.2s ease;
    z-index: 4;
    line-height: 1;
}

.aw-password-toggle:hover {
    color: var(--aw-ink);
    transform: translateY(-50%) scale(1.08);
}

.aw-password-toggle:active {
    transform: translateY(-50%) scale(0.95);
}

.aw-password-toggle:focus-visible {
    outline: 2px solid var(--aw-leaf);
    outline-offset: 2px;
}

.aw-field-dark .aw-password-toggle {
    color: rgba(255, 255, 255, 0.65);
}

.aw-field-dark .aw-password-toggle:hover {
    color: #ffffff;
}

/* Accordion */
.aw-acc {
    border: 1px solid var(--aw-line);
    border-radius: var(--aw-radius);
    background: #fff;
    overflow: hidden;
    transition: box-shadow 0.45s var(--aw-ease), border-color 0.45s var(--aw-ease);
}

.aw-acc[open] {
    box-shadow: var(--aw-shadow);
    border-color: transparent;
}

.aw-acc summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1.25rem 1.5rem;
    cursor: pointer;
    list-style: none;
    transition: background-color 0.35s var(--aw-ease);
}

.aw-acc summary::-webkit-details-marker {
    display: none;
}

.aw-acc summary:hover {
    background: var(--aw-paper-warm);
}

.aw-acc-ico {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    background: var(--aw-cream);
    color: var(--aw-forest);
    flex-shrink: 0;
    transition: transform 0.45s var(--aw-ease), background-color 0.35s var(--aw-ease), color 0.35s var(--aw-ease);
}

.aw-acc[open] .aw-acc-ico {
    transform: rotate(180deg);
    background: var(--aw-forest);
    color: #fff;
}

.aw-acc-body {
    padding: 0 1.5rem 1.4rem;
    animation: aw-acc-in 0.5s var(--aw-ease-out);
}

@keyframes aw-acc-in {
    from {
        opacity: 0;
        transform: translateY(-8px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* Notice / flash */
.aw-notice {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 1rem 1.15rem;
    border-radius: 14px;
    font-size: 0.9375rem;
    animation: aw-slide-in 0.6s var(--aw-ease-out);
}

.aw-notice-ok {
    background: rgba(164, 247, 146, 0.28);
    color: #16521a;
    border: 1px solid rgba(31, 109, 26, 0.2);
}

.aw-notice-err {
    background: rgba(186, 26, 26, 0.08);
    color: #93000a;
    border: 1px solid rgba(186, 26, 26, 0.2);
}

@keyframes aw-slide-in {
    from {
        opacity: 0;
        transform: translateY(-12px);
    }

    to {
        opacity: 1;
        transform: none;
    }
}

/* Chips / pills */
.aw-chip {
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
    padding: 0.55rem 1.05rem;
    border-radius: 999px;
    border: 1px solid var(--aw-line);
    background: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--aw-ink-soft);
    white-space: nowrap;
    transition:
        background-color 0.4s var(--aw-ease),
        color 0.4s var(--aw-ease),
        border-color 0.4s var(--aw-ease),
        transform 0.4s var(--aw-ease);
}

.aw-chip:hover {
    transform: translateY(-2px);
    border-color: var(--aw-leaf);
    color: var(--aw-forest);
}

.aw-chip.is-active {
    background: var(--aw-forest);
    border-color: var(--aw-forest);
    color: #fff;
}

.aw-tag {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.3rem 0.65rem;
    border-radius: 999px;
    background: rgba(31, 109, 26, 0.1);
    color: var(--aw-leaf);
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

/* Quantity stepper */
.aw-qty {
    display: inline-flex;
    align-items: center;
    height: 3.25rem;
    border: 1px solid var(--aw-line);
    border-radius: 999px;
    background: #fff;
    overflow: hidden;
}

.aw-qty button {
    width: 3rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--aw-ink-soft);
    transition: background-color 0.3s var(--aw-ease), color 0.3s var(--aw-ease);
}

.aw-qty button:hover {
    background: var(--aw-cream);
    color: var(--aw-forest);
}

.aw-qty input,
.aw-qty .aw-qty-val {
    width: 3rem;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border: 0;
    outline: none;
    font-weight: 700;
    background: transparent;
    -moz-appearance: textfield;
}

.aw-qty input::-webkit-outer-spin-button,
.aw-qty input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Steps / progress */
.aw-steps {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    flex-wrap: wrap;
}

.aw-step {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    font-size: 0.8125rem;
    font-weight: 600;
    color: var(--aw-ink-soft);
    opacity: 0.55;
}

.aw-step.is-active,
.aw-step.is-done {
    opacity: 1;
    color: var(--aw-forest);
}

.aw-step i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.75rem;
    height: 1.75rem;
    border-radius: 50%;
    border: 1px solid currentColor;
    font-style: normal;
    font-size: 0.7rem;
    font-weight: 800;
}

.aw-step.is-active i,
.aw-step.is-done i {
    background: var(--aw-forest);
    color: #fff;
    border-color: var(--aw-forest);
}

.aw-progress {
    height: 6px;
    border-radius: 999px;
    background: var(--aw-cream);
    overflow: hidden;
}

.aw-progress>i {
    display: block;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, var(--aw-leaf), var(--aw-mint-dim));
    width: var(--aw-p, 0%);
    transition: width 1.2s var(--aw-ease-out);
}

/* Drawer polish */
.aw-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 800;
    width: min(100%, 26rem);
    display: flex;
    flex-direction: column;
    background: var(--aw-paper);
    box-shadow: var(--aw-shadow-lg);
    transform: translate3d(101%, 0, 0);
    transition: transform 0.7s var(--aw-ease-in-out);
}

.aw-drawer.is-open {
    transform: translate3d(0, 0, 0);
}

.aw-overlay {
    position: fixed;
    inset: 0;
    z-index: 790;
    background: rgba(1, 26, 17, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s var(--aw-ease), visibility 0.4s;
}

/* The blur is attached only while the overlay is actually open, so an idle
   page never carries a full-viewport backdrop-filter layer. */
.aw-overlay.is-open {
    opacity: 1;
    visibility: visible;
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}

.aw-drawer-item {
    opacity: 0;
    transform: translateX(24px);
    transition: opacity 0.5s var(--aw-ease-out), transform 0.5s var(--aw-ease-out);
    transition-delay: var(--aw-di, 0ms);
}

.aw-drawer.is-open .aw-drawer-item {
    opacity: 1;
    transform: none;
}

/* Hide native scrollbars but keep scrolling */
.aw-hide-scroll {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.aw-hide-scroll::-webkit-scrollbar {
    display: none;
}

/* ------------------------------------------------- 13. Responsive tuning */
@media (max-width: 1023px) {
    html .min-h-\[90vh\] {
        min-height: auto;
    }

    .aw-header-bar {
        height: 4.5rem;
    }

    .aw-header.is-stuck .aw-header-bar {
        height: 4rem;
    }
}

@media (max-width: 640px) {
    :root {
        --aw-radius-lg: 22px;
        --aw-radius-xl: 28px;
    }

    .aw-btn {
        padding: 0.9rem 1.5rem;
        font-size: 0.8125rem;
    }

    .aw-feature-num {
        font-size: 4rem;
    }

    .aw-product-media {
        padding: 1rem;
    }

    /* Touch: quick actions and CTAs are always visible */
    .aw-product-action {
        opacity: 1;
        transform: none;
    }
}

@media (hover: none) {
    .aw-product-action {
        opacity: 1;
        transform: none;
    }

    .aw-cursor,
    .aw-cursor-dot {
        display: none;
    }
}

/* On phones the decorative blobs stop animating entirely — the effect is
   barely visible at that size and the GPU budget is better spent elsewhere. */
@media (max-width: 640px) {

    .aw-blob-float,
    .aw-blob-float-alt {
        animation: none;
    }
}

/* --------------------------------------------- 14. Reduced-motion support */
@media (prefers-reduced-motion: reduce) {

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
        scroll-behavior: auto !important;
    }

    [data-reveal],
    [data-stagger]>*,
    .aw-word-i,
    .aw-char,
    .aw-drawer-item,
    .aw-mobile-link,
    .aw-dropdown-item,
    .aw-mobile-foot {
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        filter: none !important;
    }

    .aw-img-reveal::after {
        display: none;
    }

    .aw-img-reveal>img,
    .aw-img-reveal>.aw-img-bg {
        transform: none !important;
    }

    .aw-grain,
    .aw-cursor,
    .aw-cursor-dot,
    .aw-preloader {
        display: none !important;
    }

    .aw-marquee-track {
        animation: none !important;
    }
}

/* Print */
@media print {

    .aw-header,
    .aw-ticker,
    .aw-footer,
    .aw-to-top,
    .aw-grain,
    .aw-cursor,
    .aw-cursor-dot,
    .aw-drawer,
    .aw-overlay {
        display: none !important;
    }
}

/* ------------------------------------- 15. Fixed-header content offsets */
/* Header = optional 2rem ticker + optional 2.25rem utility strip + bar.
   These offsets keep <main> clear of it at every breakpoint without JS. */
.aw-main,
.aw-main-ticker {
    padding-top: 4.5rem;
    /* mobile: header bar offset (ticker is in normal document flow) */
}

@media (min-width: 768px) {
    .aw-main,
    .aw-main-ticker {
        padding-top: 6.75rem;
        /* tablet: utility strip (2.25rem) + header bar (4.5rem) */
    }
}

@media (min-width: 1024px) {
    .aw-main,
    .aw-main-ticker {
        padding-top: 7.25rem;
        /* desktop: utility strip (2.25rem) + header bar (5rem) */
    }
}

/* Utility strip is desktop-only, so collapse it on phones */
@media (max-width: 767px) {
    .aw-header-utility {
        display: none !important;
    }
}

/* Page hero: sits directly under the header, so it owns its own top space */
.aw-page-hero {
    position: relative;
    overflow: hidden;
    padding-block: clamp(2.75rem, 1.5rem + 5vw, 6rem);
    background:
        radial-gradient(120% 120% at 85% -10%, rgba(164, 247, 146, 0.35), transparent 55%),
        linear-gradient(180deg, var(--aw-paper-warm), var(--aw-paper));
    border-bottom: 1px solid var(--aw-line);
}

.aw-page-hero-dark {
    background:
        radial-gradient(120% 120% at 80% -20%, rgba(31, 109, 26, 0.55), transparent 58%),
        linear-gradient(180deg, var(--aw-forest), var(--aw-forest-deep));
    border-bottom: 0;
    color: #fff;
}

/* AI art-directed banners used by every customer-facing page except Home. */
.aw-has-page-banner .aw-page-hero {
    isolation: isolate;
    min-height: clamp(17rem, 32vw, 26rem);
    display: flex;
    align-items: center;
    padding-block: clamp(3.5rem, 8vw, 7rem);
    color: #fff;
    background-image:
        linear-gradient(90deg, rgba(1, 30, 19, 0.9) 0%, rgba(1, 45, 29, 0.7) 43%, rgba(1, 45, 29, 0.35) 100%),
        var(--aw-page-banner);
    background-position: center;
    background-size: cover;
    border-bottom: 0;
}

.aw-has-page-banner .aw-page-hero::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: -1;
    height: 42%;
    pointer-events: none;
    background: linear-gradient(180deg, transparent, rgba(1, 24, 15, 0.32));
}

.aw-has-page-banner .aw-page-hero > .aw-blob {
    display: none;
}

.aw-has-page-banner .aw-page-hero :is(h1, h2, h3, .text-on-surface, .text-on-surface-variant):not(.aw-hero-card, .aw-hero-card *) {
    color: #fff !important;
}

.aw-has-page-banner .aw-page-hero :is(p, .aw-crumbs):not(.aw-hero-card, .aw-hero-card *) {
    color: rgba(255, 255, 255, 0.78);
}

.aw-has-page-banner .aw-page-hero .aw-crumbs a:hover {
    color: var(--aw-mint);
}

.aw-has-page-banner .aw-page-hero .aw-eyebrow {
    color: var(--aw-mint);
    background: rgba(164, 247, 146, 0.12);
    border-color: rgba(164, 247, 146, 0.28);
}

.aw-has-page-banner .aw-page-hero .aw-accent {
    color: var(--aw-mint);
}

/* High-contrast buttons on dark page banner heroes */
.aw-has-page-banner .aw-page-hero .aw-btn-primary:not(.aw-hero-card *) {
    --aw-fill: #ffffff;
    background: #a4f792 !important;
    color: #012d1d !important;
    border-color: #a4f792 !important;
    font-weight: 700;
    box-shadow: 0 10px 28px -4px rgba(0, 0, 0, 0.45);
}

.aw-has-page-banner .aw-page-hero .aw-btn-primary:not(.aw-hero-card *)::before {
    background: #ffffff !important;
}

.aw-has-page-banner .aw-page-hero .aw-btn-primary:not(.aw-hero-card *) :is(span, .material-symbols-outlined) {
    color: #012d1d !important;
    transition: color 0.4s var(--aw-ease);
}

.aw-has-page-banner .aw-page-hero .aw-btn-primary:not(.aw-hero-card *):hover,
.aw-has-page-banner .aw-page-hero .aw-btn-primary:not(.aw-hero-card *):focus-visible {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #012d1d !important;
    box-shadow: 0 14px 34px -4px rgba(164, 247, 146, 0.6);
    transform: translateY(-3px);
}

.aw-has-page-banner .aw-page-hero .aw-btn-primary:not(.aw-hero-card *):hover :is(span, .material-symbols-outlined),
.aw-has-page-banner .aw-page-hero .aw-btn-primary:not(.aw-hero-card *):focus-visible :is(span, .material-symbols-outlined) {
    color: #012d1d !important;
}

.aw-has-page-banner .aw-page-hero :is(.aw-btn-ghost, .aw-btn-ghost-light):not(.aw-hero-card, .aw-hero-card *) {
    --aw-fill: #ffffff;
    background: rgba(255, 255, 255, 0.14) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    color: #ffffff !important;
    border: 1.5px solid rgba(255, 255, 255, 0.5) !important;
    box-shadow: 0 8px 24px -4px rgba(0, 0, 0, 0.35);
}

.aw-has-page-banner .aw-page-hero :is(.aw-btn-ghost, .aw-btn-ghost-light):not(.aw-hero-card, .aw-hero-card *)::before {
    background: #ffffff !important;
}

.aw-has-page-banner .aw-page-hero :is(.aw-btn-ghost, .aw-btn-ghost-light):not(.aw-hero-card, .aw-hero-card *) :is(span, .material-symbols-outlined) {
    color: #ffffff !important;
    transition: color 0.4s var(--aw-ease);
}

.aw-has-page-banner .aw-page-hero :is(.aw-btn-ghost, .aw-btn-ghost-light):not(.aw-hero-card, .aw-hero-card *):hover,
.aw-has-page-banner .aw-page-hero :is(.aw-btn-ghost, .aw-btn-ghost-light):not(.aw-hero-card, .aw-hero-card *):focus-visible {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-color: #ffffff !important;
    color: #012d1d !important;
    box-shadow: 0 12px 30px -4px rgba(0, 0, 0, 0.4);
    transform: translateY(-3px);
}

.aw-has-page-banner .aw-page-hero :is(.aw-btn-ghost, .aw-btn-ghost-light):not(.aw-hero-card, .aw-hero-card *):hover :is(span, .material-symbols-outlined),
.aw-has-page-banner .aw-page-hero :is(.aw-btn-ghost, .aw-btn-ghost-light):not(.aw-hero-card, .aw-hero-card *):focus-visible :is(span, .material-symbols-outlined) {
    color: #012d1d !important;
}

/* ==========================================================================
   Hero Card on Affiliate Dashboard - 100% High Visibility & Clear Aesthetics
   ========================================================================== */
.aw-hero-card {
    background: #ffffff !important;
    color: #012d1d !important;
    border: 1px solid rgba(1, 45, 29, 0.12) !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 28px 70px -20px rgba(0, 0, 0, 0.4), 0 0 0 1px rgba(255, 255, 255, 0.5) !important;
    position: relative !important;
}

.aw-hero-card * {
    box-sizing: border-box;
}

.aw-hero-card .aw-hero-card-header {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 1.25rem;
}

.aw-hero-card .aw-hero-card-icon {
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.85rem;
    background: rgba(1, 45, 29, 0.08) !important;
    color: #012d1d !important;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.aw-hero-card .aw-hero-card-icon .material-symbols-outlined {
    color: #012d1d !important;
    font-size: 20px !important;
}

.aw-hero-card .aw-hero-card-eyebrow {
    font-size: 0.6875rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
    color: #4b6354 !important;
    display: block;
    margin-bottom: 0.15rem;
}

.aw-hero-card .aw-hero-card-title {
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    color: #012d1d !important;
    display: block;
}

/* Referral code container */
.aw-hero-card .aw-hero-code-box {
    background: linear-gradient(135deg, #012417 0%, #064e3b 100%) !important;
    border: 1.5px solid rgba(164, 247, 146, 0.35) !important;
    border-radius: 1rem !important;
    padding: 1.15rem 1rem !important;
    text-align: center !important;
    margin-bottom: 1.25rem !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 8px 24px -6px rgba(1, 45, 29, 0.35) !important;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.aw-hero-card .aw-hero-code-box:hover {
    border-color: rgba(164, 247, 146, 0.7) !important;
    box-shadow: inset 0 2px 6px rgba(0, 0, 0, 0.3), 0 12px 30px -4px rgba(164, 247, 146, 0.4) !important;
    transform: translateY(-2px);
}

.aw-hero-card .aw-hero-code-tag {
    font-size: 0.65rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    color: #a4f792 !important;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
    margin-bottom: 0.35rem;
}

.aw-hero-card .aw-hero-code-tag .material-symbols-outlined {
    font-size: 14px !important;
    color: #a4f792 !important;
}

.aw-hero-card .aw-hero-code-text {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important;
    font-size: clamp(1.4rem, 2.5vw, 1.85rem) !important;
    font-weight: 800 !important;
    letter-spacing: 0.28em !important;
    color: #a4f792 !important;
    text-shadow: 0 0 18px rgba(164, 247, 146, 0.45) !important;
    white-space: nowrap !important;
    display: block;
}

.aw-hero-card .aw-hero-code-hint {
    font-size: 0.6875rem !important;
    color: rgba(164, 247, 146, 0.75) !important;
    margin-top: 0.35rem;
    display: block;
}

/* "Refer Now" CTA button */
.aw-hero-card .aw-btn-refer {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    padding: 0.85rem 1.25rem !important;
    border-radius: 9999px !important;
    font-size: 0.9375rem !important;
    font-weight: 700 !important;
    letter-spacing: 0.02em !important;
    background: #a4f792 !important;
    background-color: #a4f792 !important;
    color: #012d1d !important;
    border: 1.5px solid #85e473 !important;
    box-shadow: 0 8px 22px -4px rgba(164, 247, 146, 0.45) !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    text-decoration: none !important;
}

.aw-hero-card .aw-btn-refer :is(span, .material-symbols-outlined) {
    color: #012d1d !important;
    font-weight: 700 !important;
    transition: color 0.3s ease !important;
}

.aw-hero-card .aw-btn-refer:hover,
.aw-hero-card .aw-btn-refer:focus-visible {
    background: #012d1d !important;
    background-color: #012d1d !important;
    border-color: #012d1d !important;
    color: #ffffff !important;
    box-shadow: 0 12px 28px -4px rgba(1, 45, 29, 0.5) !important;
    transform: translateY(-2px) !important;
}

.aw-hero-card .aw-btn-refer:hover :is(span, .material-symbols-outlined),
.aw-hero-card .aw-btn-refer:focus-visible :is(span, .material-symbols-outlined) {
    color: #a4f792 !important;
}

/* "Copy Code" button */
.aw-hero-card .aw-btn-copy {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.5rem !important;
    width: 100% !important;
    padding: 0.8rem 1.25rem !important;
    border-radius: 9999px !important;
    font-size: 0.9375rem !important;
    font-weight: 600 !important;
    letter-spacing: 0.01em !important;
    background: #f4f8f5 !important;
    background-color: #f4f8f5 !important;
    color: #012d1d !important;
    border: 1.5px solid rgba(1, 45, 29, 0.25) !important;
    box-shadow: 0 4px 12px -2px rgba(0, 0, 0, 0.05) !important;
    cursor: pointer !important;
    transition: all 0.3s cubic-bezier(0.2, 0.8, 0.2, 1) !important;
    text-decoration: none !important;
}

.aw-hero-card .aw-btn-copy :is(span, .material-symbols-outlined) {
    color: #012d1d !important;
    font-weight: 600 !important;
    transition: color 0.3s ease !important;
}

.aw-hero-card .aw-btn-copy:hover,
.aw-hero-card .aw-btn-copy:focus-visible {
    background: #012d1d !important;
    background-color: #012d1d !important;
    border-color: #012d1d !important;
    color: #ffffff !important;
    box-shadow: 0 10px 24px -4px rgba(1, 45, 29, 0.4) !important;
    transform: translateY(-2px) !important;
}

.aw-hero-card .aw-btn-copy:hover :is(span, .material-symbols-outlined),
.aw-hero-card .aw-btn-copy:focus-visible :is(span, .material-symbols-outlined) {
    color: #a4f792 !important;
}

/* ==========================================================================
   Hero Stepper (Checkout, Cart, etc.) - High Contrast & Crystal Visibility
   ========================================================================== */
.aw-page-hero .aw-steps,
.aw-has-page-banner .aw-page-hero .aw-steps,
.aw-page-hero-dark .aw-steps {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    background: rgba(1, 28, 18, 0.7) !important;
    backdrop-filter: blur(16px) !important;
    -webkit-backdrop-filter: blur(16px) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.22) !important;
    box-shadow: 0 14px 34px -8px rgba(0, 0, 0, 0.55), inset 0 1px 0 rgba(255, 255, 255, 0.15) !important;
    border-radius: 9999px !important;
    padding: 0.5rem 1.15rem !important;
    flex-wrap: nowrap !important;
}

.aw-page-hero .aw-step,
.aw-has-page-banner .aw-page-hero .aw-step,
.aw-page-hero-dark .aw-step {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.55rem !important;
    color: rgba(255, 255, 255, 0.65) !important;
    opacity: 1 !important;
    font-size: 0.875rem !important;
    font-weight: 600 !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    white-space: nowrap !important;
}

.aw-page-hero .aw-step i,
.aw-has-page-banner .aw-page-hero .aw-step i,
.aw-page-hero-dark .aw-step i {
    width: 1.85rem !important;
    height: 1.85rem !important;
    border-radius: 50% !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-style: normal !important;
    font-size: 0.75rem !important;
    font-weight: 800 !important;
    background: rgba(255, 255, 255, 0.08) !important;
    border: 1.5px solid rgba(255, 255, 255, 0.28) !important;
    color: rgba(255, 255, 255, 0.75) !important;
    transition: all 0.3s ease !important;
    flex-shrink: 0 !important;
}

/* Step 1 / Done Step (e.g. Cart when on checkout) */
.aw-page-hero .aw-step.is-done,
.aw-has-page-banner .aw-page-hero .aw-step.is-done,
.aw-page-hero-dark .aw-step.is-done {
    color: #ffffff !important;
    font-weight: 600 !important;
}

.aw-page-hero .aw-step.is-done i,
.aw-has-page-banner .aw-page-hero .aw-step.is-done i,
.aw-page-hero-dark .aw-step.is-done i {
    background: rgba(164, 247, 146, 0.22) !important;
    border-color: #a4f792 !important;
    color: #a4f792 !important;
    font-weight: 800 !important;
}

.aw-page-hero .aw-step.is-done:hover {
    color: #a4f792 !important;
}

/* Step 2 / Active Step (e.g. Checkout on checkout page) */
.aw-page-hero .aw-step.is-active,
.aw-has-page-banner .aw-page-hero .aw-step.is-active,
.aw-page-hero-dark .aw-step.is-active {
    color: #ffffff !important;
    font-weight: 700 !important;
    text-shadow: 0 1px 4px rgba(0, 0, 0, 0.45) !important;
}

.aw-page-hero .aw-step.is-active i,
.aw-has-page-banner .aw-page-hero .aw-step.is-active i,
.aw-page-hero-dark .aw-step.is-active i {
    background: #a4f792 !important;
    border-color: #a4f792 !important;
    color: #012d1d !important;
    font-weight: 800 !important;
    box-shadow: 0 0 14px rgba(164, 247, 146, 0.6) !important;
}

/* Chevrons inside hero steps */
.aw-page-hero .aw-steps .material-symbols-outlined,
.aw-has-page-banner .aw-page-hero .aw-steps .material-symbols-outlined,
.aw-page-hero-dark .aw-steps .material-symbols-outlined {
    color: rgba(255, 255, 255, 0.45) !important;
    font-size: 17px !important;
}

/* Premium single-product composition */

.aw-premium-purchase .aw-qty {
    height: 3.5rem;
    background: #fff;
}

.aw-product-service {
    padding: 0.8rem;
    background: #fff;
    border: 1px solid rgba(65, 72, 68, 0.13);
    border-radius: 1rem;
}

.aw-product-buy-panel .aw-acc {
    background: #fbfaf7;
    border-color: rgba(65, 72, 68, 0.14);
}

@media (max-width: 640px) {
    .aw-has-page-banner .aw-page-hero {
        min-height: 15rem;
        padding-block: 3.25rem;
        background-image:
            linear-gradient(90deg, rgba(1, 30, 19, 0.88), rgba(1, 45, 29, 0.52)),
            var(--aw-page-banner-mobile, var(--aw-page-banner));
    }
}

/* Breadcrumbs */
.aw-crumbs {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.45rem;
    font-size: 0.8125rem;
    color: var(--aw-ink-soft);
}

.aw-crumbs a {
    transition: color 0.3s var(--aw-ease);
}

.aw-crumbs a:hover {
    color: var(--aw-leaf);
}

.aw-crumbs .aw-crumb-sep {
    opacity: 0.45;
}

/* Sticky panels keep clear of the header (JS refines the exact top value).
   Only from lg up — on smaller screens these stack normally. */
@media (min-width: 1024px) {
    [data-sticky] {
        position: sticky;
        top: 7.5rem;
        align-self: flex-start;
    }
}

/* ------------------------------------------------------- 16. Pagination */
.aw-page {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.75rem;
    height: 2.75rem;
    padding: 0 0.65rem;
    border-radius: 999px;
    border: 1px solid var(--aw-line);
    background: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.875rem;
    font-weight: 700;
    color: var(--aw-ink-soft);
    transition:
        background-color 0.4s var(--aw-ease),
        color 0.4s var(--aw-ease),
        border-color 0.4s var(--aw-ease),
        transform 0.4s var(--aw-ease);
}

a.aw-page:hover {
    background: var(--aw-cream);
    color: var(--aw-forest);
    border-color: var(--aw-leaf);
    transform: translateY(-2px);
}

.aw-page.is-active {
    background: var(--aw-forest);
    border-color: var(--aw-forest);
    color: #fff;
}

.aw-page.is-disabled {
    opacity: 0.4;
    cursor: not-allowed;
}

.aw-page.is-dots {
    border-color: transparent;
    background: transparent;
}

/* ------------------------------- 17. Small-screen product grid polish */
/* The catalogue is responsive on phones; keep card CTA clean and single-line. */
@media (max-width: 640px) {
    .aw-product-body {
        padding: 0.9rem;
        gap: 0.35rem;
    }

    .aw-product-btn,
    .aw-product .aw-btn {
        padding: 0.65rem 0.85rem !important;
        font-size: 0.8rem !important;
        letter-spacing: 0.02em;
        gap: 0.4rem !important;
        white-space: nowrap !important;
    }

    .aw-product-btn span,
    .aw-product .aw-btn span {
        white-space: nowrap !important;
    }

    .aw-product-btn svg {
        width: 15px !important;
        height: 15px !important;
    }

    .aw-product-title {
        font-size: 1.05rem;
    }

    .aw-product-badge {
        top: 0.6rem;
        left: 0.6rem;
        font-size: 0.6rem;
        padding: 0.28rem 0.55rem;
    }

    /* On mobile phones, tapping the card directly opens the product; hide overlay buttons for a clean photo */
    .aw-product-actions {
        display: none !important;
    }
}

/* 2-column mode on mobile screens */
@media (max-width: 640px) {
    .grid-cols-2 .aw-product-body,
    #aw-product-grid.grid-cols-2 .aw-product-body {
        padding: 0.65rem !important;
        gap: 0.25rem !important;
    }

    .grid-cols-2 .aw-product-title,
    #aw-product-grid.grid-cols-2 .aw-product-title {
        font-size: 0.88rem !important;
        line-height: 1.25 !important;
    }

    .grid-cols-2 .aw-product-btn,
    #aw-product-grid.grid-cols-2 .aw-product-btn {
        padding: 0.52rem 0.4rem !important;
        font-size: 0.72rem !important;
        gap: 0.25rem !important;
        white-space: nowrap !important;
    }

    .grid-cols-2 .aw-product-btn svg,
    #aw-product-grid.grid-cols-2 .aw-product-btn svg {
        width: 13px !important;
        height: 13px !important;
    }
}

/* Keep long words (order numbers, emails, UPI ids) from breaking layouts */
@media (max-width: 640px) {

    .aw-container,
    .aw-container-narrow {
        overflow-wrap: break-word;
    }

    .aw-steps {
        font-size: 0.75rem;
        gap: 0.4rem;
    }

    .aw-acc summary {
        padding: 1rem 1.1rem;
    }

    .aw-acc-body {
        padding: 0 1.1rem 1.1rem;
    }
}

/* ------------------------------- Quality promise strip */
.aw-purity-section {
    padding: 0 0 clamp(2.5rem, 6vw, 5rem);
    background: var(--aw-paper, #fbf9f8);
}

.aw-purity-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin: 0;
    padding: clamp(0.8rem, 1.7vw, 1.15rem) clamp(0.35rem, 1.6vw, 1rem);
    overflow: hidden;
    list-style: none;
    color: #102d18;
    background:
        radial-gradient(circle at 14% 0%, rgba(154, 190, 86, 0.18), transparent 30%),
        linear-gradient(110deg, #fbf8dd 0%, #f4f1d2 52%, #faf7df 100%);
    border: 2px solid #6f853d;
    border-radius: clamp(0.9rem, 2vw, 1.35rem);
    box-shadow:
        inset 0 0 0 2px rgba(255, 255, 255, 0.58),
        0 10px 30px -22px rgba(1, 45, 29, 0.7);
}

.aw-purity-item {
    min-width: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: clamp(0.55rem, 1.6vw, 1rem);
    padding: 0.15rem clamp(0.45rem, 2vw, 1.5rem);
}

.aw-purity-item + .aw-purity-item {
    border-left: 1px solid rgba(50, 83, 37, 0.42);
}

.aw-purity-icon {
    width: clamp(2.8rem, 5vw, 4rem);
    height: clamp(2.8rem, 5vw, 4rem);
    flex: 0 0 auto;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #075a31;
    border: 2px solid currentColor;
    border-radius: 9999px;
}

.aw-purity-icon .material-symbols-outlined {
    font-size: clamp(1.65rem, 3vw, 2.35rem);
    font-variation-settings: "FILL" 0, "wght" 500, "GRAD" 0, "opsz" 40;
}

.aw-purity-label {
    display: flex;
    min-width: 0;
    flex-direction: column;
    color: #111b12;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(0.75rem, 1.25vw, 1rem);
    font-weight: 800;
    line-height: 1.08;
    letter-spacing: -0.025em;
    text-align: left;
    text-transform: uppercase;
}

@media (max-width: 640px) {
    .aw-purity-strip {
        padding-inline: 0.15rem;
    }

    .aw-purity-item {
        flex-direction: column;
        gap: 0.4rem;
        padding-inline: 0.35rem;
        text-align: center;
    }

    .aw-purity-label {
        min-height: 2.35rem;
        justify-content: center;
        font-size: clamp(0.68rem, 2.8vw, 0.78rem);
        line-height: 1.12;
        text-align: center;
    }
}

/* ==========================================================================
   19. Responsive hardening
   Added to fix layout breakage on phones and tablets. Three problems:
   horizontal reveal transforms pushing the page sideways, controls that
   only appeared on hover (so never on touch), and tap targets that the
   520px card-shrink rules had squeezed below a usable size.
   ========================================================================== */

/* --- 19.1 Sideways-scroll guard ------------------------------------------
   `body { overflow-x: clip }` is already set in section 1 and is left as the
   single guard on purpose. It is deliberately NOT repeated on `html`: the
   root element's overflow propagates to the viewport, and a propagated
   `clip` leaves the viewport with no scroll container at all in some
   engines. `clip` also never becomes a scroll container itself, so
   `position: sticky` on [data-sticky] keeps working at lg+.

   The guard only hides a symptom, so the real cause is fixed in 19.2. */

/* --- 19.2 Horizontal reveals go vertical on narrow screens ----------------
   [data-reveal="left"|"right"] start life translated ±48px. That is fine in
   a multi-column grid, but below lg those grids collapse to one near
   full-width column, so the offset hangs 27px past the viewport and the
   whole document scrolls sideways until the reveal finishes — and stays
   that way for anything below the fold that never gets observed.
   Reveal upward instead; the effect reads the same in a single column. */
@media (max-width: 1023px) {

    [data-reveal="left"],
    [data-reveal="right"] {
        transform: translate3d(0, 32px, 0);
    }
}

/* 1024-1279px: the two-column grid is back but still narrow enough that a
   full 48px offset hangs a few pixels past the edge. Halve it rather than
   drop it, so small laptops keep the sideways reveal without overflowing. */
@media (min-width: 1024px) and (max-width: 1279px) {
    [data-reveal="left"] {
        transform: translate3d(-24px, 0, 0);
    }

    [data-reveal="right"] {
        transform: translate3d(24px, 0, 0);
    }
}

/* --- 19.3 Hover-only controls must appear on touch ------------------------
   The hero carousel arrows are opacity-0 until :hover on the group, so on a
   phone or tablet they are permanently invisible and the slider can only be
   swiped. Reveal them wherever hover is not available. */
@media (hover: none) {

    [data-slide-prev],
    [data-slide-next] {
        opacity: 1 !important;
    }
}

/* --- 19.4 Tap targets ----------------------------------------------------
   Pointer-coarse only, so the mouse-driven desktop layout is untouched. */
@media (pointer: coarse) {

    /* Hero pagination dots stay visually small but get a 44px hit area
       via a centred pseudo-element, so the dot row does not grow. */
    [data-slide-dot] {
        position: relative;
    }

    [data-slide-dot]::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 44px;
        height: 44px;
        transform: translate(-50%, -50%);
    }

    .aw-chip,
    .aw-page {
        min-height: 44px;
    }

    .aw-footer-link {
        min-height: 44px;
        padding-block: 0.6rem;
    }
}

/* --- 19.5 Mobile product button safeguard --- */
@media (max-width: 520px) {
    .aw-product-btn {
        white-space: nowrap !important;
    }
}

/* ==========================================================================
   20. Order confirmation
   The receipt a customer keeps, so it is treated as a document: a dark
   "docket" header with a torn edge, calm panels beneath, and a delivery
   track. Colours come from the brand tokens rather than raw Tailwind
   palettes, which is what made the old version look bolted on.
   ========================================================================== */

/* --- 20.1 Success mark ---------------------------------------------------- */
.aw-confirm-mark {
    position: relative;
    display: grid;
    place-items: center;
    width: 6.5rem;
    height: 6.5rem;
}

.aw-confirm-disc {
    position: relative;
    z-index: 2;
    display: grid;
    place-items: center;
    width: 6rem;
    height: 6rem;
    border-radius: 50%;
    color: #fff;
    background: linear-gradient(145deg, var(--aw-leaf-bright), var(--aw-leaf) 55%, var(--aw-forest));
    box-shadow:
        0 20px 50px -20px rgba(31, 109, 26, 0.7),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}

/* Two rings that settle outward once, rather than pulsing forever — a
   confirmation should feel finished, not still working. */
.aw-confirm-ring {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 2px solid var(--aw-mint);
    opacity: 0;
    animation: awConfirmRing 2.4s var(--aw-ease-out) 0.25s forwards;
}

.aw-confirm-ring-2 {
    animation-delay: 0.5s;
}

@keyframes awConfirmRing {
    0% { transform: scale(0.72); opacity: 0.85; }
    70% { transform: scale(1.28); opacity: 0; }
    100% { transform: scale(1.3); opacity: 0; }
}

/* --- 20.2 Docket ---------------------------------------------------------- */
.aw-docket {
    position: relative;
    overflow: hidden;
    padding: clamp(1.6rem, 4vw, 2.4rem);
    border-radius: var(--aw-radius-lg);
    background:
        radial-gradient(120% 140% at 100% 0%, rgba(31, 109, 26, 0.55), transparent 60%),
        linear-gradient(150deg, var(--aw-forest) 0%, var(--aw-forest-deep) 100%);
    color: #fff;
    box-shadow: var(--aw-shadow-lg);
}

/* Perforation, the way a real receipt separates its stub. */
.aw-docket-tear {
    height: 1px;
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0.34) 0 8px, transparent 8px 16px);
    background-size: 16px 1px;
    background-repeat: repeat-x;
}

/* The two notches that make the tear read as a physical edge. */
.aw-docket-tear::before,
.aw-docket-tear::after {
    content: "";
    position: absolute;
    top: 50%;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background: var(--aw-paper);
    transform: translateY(-50%);
}

.aw-docket-tear::before {
    left: calc(clamp(1.6rem, 4vw, 2.4rem) * -1 - 11px);
}

.aw-docket-tear::after {
    right: calc(clamp(1.6rem, 4vw, 2.4rem) * -1 - 11px);
}

/* --- 20.3 Panels ---------------------------------------------------------- */
.aw-panel {
    background: #fff;
    border: 1px solid var(--aw-line);
    border-radius: var(--aw-radius-lg);
    padding: clamp(1.4rem, 3vw, 2rem);
    box-shadow: var(--aw-shadow-sm);
}

/* --- 20.4 Payment note ---------------------------------------------------- */
.aw-receipt-note {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: clamp(1.15rem, 2.5vw, 1.5rem);
    border-radius: var(--aw-radius-lg);
}

.aw-receipt-ico {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
}

.aw-receipt-note-ok {
    background: linear-gradient(135deg, rgba(164, 247, 146, 0.22), rgba(246, 243, 238, 0.7));
    border: 1px solid rgba(31, 109, 26, 0.22);
}

.aw-receipt-note-ok .aw-receipt-ico {
    background: var(--aw-leaf);
    color: #fff;
    box-shadow: 0 6px 16px -6px rgba(31, 109, 26, 0.7);
}

.aw-receipt-note-due {
    background: rgba(217, 119, 6, 0.08);
    border: 1px solid rgba(217, 119, 6, 0.22);
}

.aw-receipt-note-due .aw-receipt-ico {
    background: rgba(217, 119, 6, 0.16);
    color: #b45309;
}

/* --- 20.5 Delivery track -------------------------------------------------- */
.aw-track-step {
    position: relative;
}

.aw-track-dot {
    position: relative;
    z-index: 1;
    display: grid;
    place-items: center;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: 50%;
    background: var(--aw-mint);
    color: var(--aw-forest);
    box-shadow: 0 0 0 6px rgba(164, 247, 146, 0.22);
}

/* Connector between the three stages. Drawn from each step towards the next,
   so it never dangles off the last one. */
@media (min-width: 640px) {
    .aw-track-step:not(:last-child)::after {
        content: "";
        position: absolute;
        top: 1.375rem;
        left: 3.25rem;
        right: -1.25rem;
        height: 2px;
        background-image: linear-gradient(90deg, rgba(31, 109, 26, 0.35) 0 6px, transparent 6px 12px);
        background-size: 12px 2px;
    }
}

/* ==========================================================================
   21. Product detail — hero
   Rebuilt around a light, retail-standard layout: breadcrumb strip, image
   left, buy panel right. The previous version opened with a tall dark photo
   banner that pushed the product below the fold and swallowed the header.
   ========================================================================== */

/* --- 21.1 Breadcrumb strip ------------------------------------------------ */
.aw-pd-crumbbar {
    background: var(--aw-paper-warm);
    border-bottom: 1px solid var(--aw-line);
    padding-block: 0.85rem;
}

.aw-pd-banner.aw-page-hero {
    min-height: clamp(13rem, 25vw, 20rem);
    display: flex;
    align-items: end;
    padding-block: clamp(3rem, 7vw, 5.5rem);
}

.aw-pd-banner h1 {
    max-width: 52rem;
    text-wrap: balance;
}

.aw-pd-crumbbar .aw-crumbs {
    margin: 0;
    flex-wrap: wrap;
}

.aw-crumb-current {
    color: var(--aw-ink);
    font-weight: 600;
    max-width: 18rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* --- 21.2 Section --------------------------------------------------------- */
.aw-pd {
    padding-block: clamp(2rem, 4vw, 3.5rem) clamp(3.5rem, 7vw, 6rem);
}

/* --- 21.3 Image stage ----------------------------------------------------- */
.aw-pd-stage {
    position: relative;
    margin: 0;
    display: grid;
    place-items: center;
    aspect-ratio: 1 / 1;
    padding: clamp(1.5rem, 5vw, 3.5rem);
    border-radius: clamp(1.25rem, 2.5vw, 2rem);
    overflow: hidden;
    /* Warm, produce-like ground so the packshot sits in a scene rather than
       floating on flat white, which is what gives the reference its depth. */
    background:
        radial-gradient(120% 120% at 70% 15%, rgba(164, 247, 146, 0.34), transparent 58%),
        linear-gradient(158deg, #f7f4ec 0%, #efeadf 55%, #e8e1d2 100%);
    border: 1px solid rgba(65, 72, 68, 0.13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.85);
}

.aw-pd-stage-img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    mix-blend-mode: multiply;
    filter: drop-shadow(0 26px 34px rgba(1, 45, 29, 0.22));
    transition: transform 0.9s var(--aw-ease-out);
}

.aw-pd-stage:hover .aw-pd-stage-img {
    transform: scale(1.045);
}

.aw-pd-flag {
    position: absolute;
    top: 1rem;
    left: 1rem;
    padding: 0.4rem 0.85rem;
    border-radius: 999px;
    background: var(--aw-forest);
    color: #fff;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.aw-pd-flag-sale {
    background: #ba1a1a;
}

/* Round certification seal anchored bottom-right of the stage. */
.aw-pd-seal {
    position: absolute;
    right: 1.1rem;
    bottom: 1.1rem;
    display: grid;
    place-content: center;
    justify-items: center;
    width: clamp(4.5rem, 9vw, 5.75rem);
    height: clamp(4.5rem, 9vw, 5.75rem);
    border-radius: 50%;
    background: var(--aw-mint);
    color: var(--aw-forest);
    border: 4px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 16px 32px -16px rgba(1, 45, 29, 0.7);
    text-align: center;
    line-height: 1.05;
}

.aw-pd-seal-top {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.9rem;
    font-weight: 800;
}

.aw-pd-seal-mid {
    font-family: "Source Serif 4", serif;
    font-size: 0.95rem;
    font-weight: 700;
}

.aw-pd-seal-bot {
    font-size: 0.44rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-top: 0.1rem;
}

/* --- 21.4 Provenance strip under the image -------------------------------- */
.aw-pd-proofstrip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    margin-top: 0.85rem;
}

.aw-pd-proof {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.4rem;
    padding: 0.85rem 0.4rem;
    border-radius: 0.9rem;
    background: #fff;
    border: 1px solid var(--aw-line);
    text-align: center;
}

.aw-pd-proof .material-symbols-outlined {
    font-size: 21px;
    color: var(--aw-leaf);
}

.aw-pd-proof span:last-child {
    font-size: 0.68rem;
    font-weight: 700;
    color: var(--aw-ink-soft);
    line-height: 1.2;
}

/* --- 21.5 Buy panel ------------------------------------------------------- */
.aw-pd-cat {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: 0.7rem;
    font-weight: 800;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--aw-leaf);
}

.aw-pd-cat:hover {
    color: var(--aw-forest);
}

.aw-pd-assured {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    flex: 0 0 auto;
    color: var(--aw-leaf);
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.aw-pd-title {
    font-family: "Source Serif 4", serif;
    font-size: clamp(1.9rem, 1.2rem + 2.2vw, 3rem);
    font-weight: 700;
    line-height: 1.08;
    letter-spacing: -0.025em;
    color: var(--aw-ink);
    margin-bottom: 0.5rem;
}

.aw-pd-subtitle {
    font-size: 0.98rem;
    color: var(--aw-ink-soft);
    margin-bottom: 0.9rem;
}

.aw-pd-ratingrow {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 1.1rem;
}

.aw-pd-rating-num {
    font-weight: 700;
    color: var(--aw-ink);
    font-size: 0.9rem;
}

.aw-pd-rating-sep {
    color: var(--aw-line-strong);
}

.aw-pd-rating-count {
    font-size: 0.9rem;
    color: var(--aw-ink-soft);
}

.aw-pd-stock {
    display: inline-flex;
    align-items: center;
    gap: 0.3rem;
    margin-left: 0.35rem;
    padding: 0.25rem 0.7rem;
    border-radius: 999px;
    background: rgba(31, 109, 26, 0.1);
    color: var(--aw-leaf);
    font-size: 0.78rem;
    font-weight: 700;
}

.aw-pd-stock.is-out {
    background: rgba(186, 26, 26, 0.1);
    color: #ba1a1a;
}

.aw-pd-pricerow {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.75rem;
}

.aw-pd-price {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(1.85rem, 1.3rem + 1.6vw, 2.5rem);
    font-weight: 800;
    color: var(--aw-forest);
    line-height: 1;
    letter-spacing: -0.02em;
}

.aw-pd-was {
    font-size: 1.1rem;
    color: var(--aw-ink-soft);
    text-decoration: line-through;
    opacity: 0.65;
}

.aw-pd-save {
    padding: 0.22rem 0.6rem;
    border-radius: 999px;
    background: rgba(186, 26, 26, 0.1);
    color: #ba1a1a;
    font-size: 0.75rem;
    font-weight: 800;
}

.aw-pd-taxnote {
    margin-top: 0.4rem;
    font-size: 0.78rem;
    color: var(--aw-ink-soft);
}

.aw-pd-desc {
    margin-top: 1.25rem;
    font-size: 1rem;
    line-height: 1.65;
    color: var(--aw-ink-soft);
    max-width: 34rem;
}

/* --- 21.6 Benefit badges -------------------------------------------------- */
.aw-pd-benefits {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.75rem;
    margin: 1.6rem 0;
    padding: 1.25rem 0;
    border-block: 1px solid var(--aw-line);
}

.aw-pd-benefit {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.6rem;
    text-align: center;
}

.aw-pd-benefit-ring {
    display: grid;
    place-items: center;
    width: clamp(3rem, 6vw, 3.9rem);
    height: clamp(3rem, 6vw, 3.9rem);
    border-radius: 50%;
    border: 1.5px solid rgba(31, 109, 26, 0.32);
    background: radial-gradient(circle at 50% 30%, rgba(164, 247, 146, 0.28), transparent 70%);
    color: var(--aw-leaf);
    transition: transform 0.4s var(--aw-spring), border-color 0.3s var(--aw-ease);
}

.aw-pd-benefit-ring .material-symbols-outlined {
    font-size: clamp(20px, 3vw, 25px);
}

.aw-pd-benefit:hover .aw-pd-benefit-ring {
    transform: translateY(-3px);
    border-color: var(--aw-leaf);
}

.aw-pd-benefit-label {
    font-size: 0.68rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: var(--aw-ink-soft);
    line-height: 1.25;
}

/* --- 21.7 Pack selector --------------------------------------------------- */
.aw-pd-packs {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0.6rem;
    margin-bottom: 1.1rem;
}

.aw-pd-pack {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.15rem;
    padding: 0.8rem 0.4rem;
    border-radius: 0.9rem;
    background: #fff;
    border: 1.5px solid var(--aw-line-strong);
    cursor: pointer;
    font-family: "Plus Jakarta Sans", sans-serif;
    transition: border-color 0.25s var(--aw-ease), background 0.25s var(--aw-ease), transform 0.25s var(--aw-ease);
}

.aw-pd-pack:hover {
    transform: translateY(-2px);
    border-color: var(--aw-leaf);
}

.aw-pd-pack.is-active {
    background: rgba(164, 247, 146, 0.22);
    border-color: var(--aw-leaf);
    box-shadow: 0 0 0 3px rgba(31, 109, 26, 0.12);
}

.aw-pd-pack-qty {
    font-size: 0.92rem;
    font-weight: 800;
    color: var(--aw-forest);
}

.aw-pd-pack-total {
    font-size: 0.85rem;
    font-weight: 700;
    color: var(--aw-ink);
}

.aw-pd-pack-unit {
    font-size: 0.64rem;
    color: var(--aw-ink-soft);
}

/* --- 21.7b Variant Chips -------------------------------------------------- */
.aw-variant-chip {
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
    padding: 0.6rem 1.1rem;
    border-radius: 0.85rem;
    border: 2px solid var(--aw-outline, rgba(0,0,0,.12));
    background: var(--aw-surface, #fff);
    cursor: pointer;
    transition: all 0.2s ease;
    min-width: 80px;
    text-align: center;
}

.aw-variant-chip:hover {
    border-color: var(--aw-primary, #2e7d32);
    background: rgba(46, 125, 50, 0.04);
    transform: translateY(-1px);
}

.aw-variant-chip.is-active {
    border-color: var(--aw-primary, #2e7d32);
    background: rgba(46, 125, 50, 0.08);
    box-shadow: 0 0 0 2px rgba(46, 125, 50, 0.15);
}

.aw-variant-chip-label {
    font-size: 0.82rem;
    font-weight: 800;
    color: var(--aw-ink);
    letter-spacing: 0.01em;
}

.aw-variant-chip-price {
    font-size: 0.78rem;
    font-weight: 700;
    color: var(--aw-primary, #2e7d32);
}

.aw-variant-chip-was {
    font-size: 0.66rem;
    color: var(--aw-ink-soft);
    text-decoration: line-through;
}

/* --- 21.8 Actions --------------------------------------------------------- */
.aw-pd-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 0.7rem;
}

.aw-pd-add,
.aw-pd-buynow {
    height: 3.5rem;
    width: 100%;
    font-size: 0.9rem;
}

.aw-pd-add[disabled],
.aw-pd-buynow[disabled] {
    opacity: 0.5;
    pointer-events: none;
}

@media (min-width: 480px) {
    .aw-pd-actions {
        grid-template-columns: 1fr 1fr;
    }
}

/* --- 21.9 Service row ----------------------------------------------------- */
.aw-pd-services {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(9.5rem, 1fr));
    gap: 0.75rem;
    margin-top: 1.5rem;
    padding-top: 1.5rem;
    border-top: 1px solid var(--aw-line);
}

.aw-pd-service {
    display: flex;
    align-items: flex-start;
    gap: 0.65rem;
}

.aw-pd-service-ico {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 50%;
    background: rgba(31, 109, 26, 0.1);
    color: var(--aw-leaf);
}

/* --- 21.10 Narrow screens ------------------------------------------------- */
@media (max-width: 640px) {

    .aw-pd-benefits,
    .aw-pd-packs,
    .aw-pd-proofstrip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .aw-pd-benefits {
        gap: 1.1rem 0.75rem;
    }

    .aw-crumb-current {
        max-width: 10rem;
    }
}

/* ==========================================================================
   22. Header & ticker refinements
   The ticker read as a faint hairline and the header carried a warm off-white
   that muddied against page content. Both are pulled towards a crisp white
   retail header with a solid, legible announcement bar above it.
   ========================================================================== */

/* --- 22.1 Ticker ---------------------------------------------------------- */
.aw-ticker {
    height: 2.25rem;
    background: var(--aw-forest);
    border-bottom: 1px solid rgba(164, 247, 146, 0.22);
    font-size: 0.78rem;
    font-weight: 600;
    letter-spacing: 0.04em;
    color: rgba(255, 255, 255, 0.96);
    position: relative;
    overflow: hidden;
}

/* Luxury edge vignette fades: items dissolve smoothly at screen edges */
.aw-ticker::before,
.aw-ticker::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 3.5rem;
    z-index: 5;
    pointer-events: none;
}

.aw-ticker::before {
    left: 0;
    background: linear-gradient(to right, var(--aw-forest) 25%, transparent);
}

.aw-ticker::after {
    right: 0;
    background: linear-gradient(to left, var(--aw-forest) 25%, transparent);
}

/* Marquee track inside ticker: prevent min-width: 100% from creating empty voids */
.aw-ticker .aw-marquee-track {
    min-width: max-content !important;
    width: max-content !important;
    flex-shrink: 0;
    will-change: transform;
}

/* Pause on hover so users can easily read announcements */
.aw-ticker:hover .aw-marquee-track,
.aw-ticker .aw-marquee-track:hover {
    animation-play-state: paused !important;
}

.aw-ticker .aw-marquee-track > span {
    /* Uppercase reads as a deliberate announcement strip at this size. */
    text-transform: uppercase;
    font-size: 0.72rem;
    letter-spacing: 0.08em;
    white-space: nowrap;
}

/* --- 22.2 Header ---------------------------------------------------------- */
.aw-header-bar {
    /* Pure white, so the header is unambiguously a white surface against both
       the paper background and any page imagery below it. */
    background: #fff;
    border-bottom: 1px solid var(--aw-line);
}

.aw-header.is-stuck .aw-header-bar {
    box-shadow: 0 8px 26px -18px rgba(1, 45, 29, 0.35);
    border-bottom-color: var(--aw-line-strong);
}

/* Nav links sit on white now, so they need the full ink weight. */
.aw-header .aw-nav-link {
    color: var(--aw-ink);
    font-weight: 600;
}

.aw-header .aw-nav-link:hover,
.aw-header .aw-nav-link.is-active {
    color: var(--aw-leaf);
}

@media (max-width: 640px) {
    .aw-ticker .aw-marquee-track > span {
        font-size: 0.66rem;
    }
}

/* ==========================================================================
   23. Home — trust band
   Four promises stated at once on a dark band, in the same circular-icon
   language as the product page benefits so the two pages read as one system.
   ========================================================================== */
.aw-usp-band {
    background:
        radial-gradient(120% 160% at 50% -40%, rgba(31, 109, 26, 0.55), transparent 62%),
        var(--aw-forest);
    color: #fff;
    border-block: 1px solid rgba(255, 255, 255, 0.1);
    padding-block: clamp(1.5rem, 3.5vw, 2.5rem);
}

.aw-usp-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: clamp(1rem, 2.5vw, 2rem);
    margin: 0;
    padding: 0;
    list-style: none;
}

.aw-usp-item {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    min-width: 0;
}

.aw-usp-ring {
    display: grid;
    place-items: center;
    flex-shrink: 0;
    width: clamp(2.6rem, 5vw, 3.25rem);
    height: clamp(2.6rem, 5vw, 3.25rem);
    border-radius: 50%;
    border: 1.5px solid rgba(164, 247, 146, 0.4);
    background: rgba(164, 247, 146, 0.1);
    color: var(--aw-mint);
    transition: transform 0.45s var(--aw-spring), border-color 0.3s var(--aw-ease);
}

.aw-usp-ring .material-symbols-outlined {
    font-size: clamp(19px, 2.6vw, 23px);
}

.aw-usp-item:hover .aw-usp-ring {
    transform: translateY(-3px);
    border-color: var(--aw-mint);
}

.aw-usp-copy {
    display: flex;
    flex-direction: column;
    min-width: 0;
    line-height: 1.25;
}

.aw-usp-title {
    font-family: "Plus Jakarta Sans", sans-serif;
    font-size: clamp(0.82rem, 1.1vw, 0.95rem);
    font-weight: 800;
    letter-spacing: 0.02em;
}

.aw-usp-sub {
    font-size: clamp(0.68rem, 0.9vw, 0.78rem);
    color: rgba(255, 255, 255, 0.62);
    margin-top: 0.15rem;
}

/* Two-up on tablets, still two-up on phones: four across would force the
   labels to wrap mid-word at this size. */
@media (max-width: 900px) {
    .aw-usp-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 1.25rem;
    }
}

@media (max-width: 420px) {
    .aw-usp-item {
        gap: 0.6rem;
    }

    .aw-usp-sub {
        display: none;
    }
}

/* ==========================================================================
   24. Checkout — email verification
   ========================================================================== */
.aw-otp {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.aw-otp-ok {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.7rem 0.9rem;
    border-radius: 0.85rem;
    background: rgba(164, 247, 146, 0.22);
    border: 1px solid rgba(31, 109, 26, 0.28);
    color: var(--aw-forest);
    font-size: 0.82rem;
    font-weight: 700;
}

.aw-otp-entry {
    padding: 0.9rem;
    border-radius: 0.95rem;
    background: var(--aw-paper-warm);
    border: 1px solid var(--aw-line);
}

/* Wide tracking so a 6-digit code is easy to read back while typing. */
.aw-otp-input {
    font-family: "Courier New", monospace;
    font-size: 1.15rem;
    font-weight: 700;
    letter-spacing: 0.5em;
    text-align: center;
}

.aw-otp-feedback {
    padding: 0.55rem 0.8rem;
    border-radius: 0.7rem;
    font-size: 0.78rem;
    font-weight: 600;
}

.aw-otp-feedback.is-error {
    background: rgba(186, 26, 26, 0.08);
    color: #ba1a1a;
}

.aw-otp-feedback.is-ok {
    background: rgba(31, 109, 26, 0.1);
    color: var(--aw-leaf);
}

/* The submit button is disabled until the address is verified, so it needs to
   read as unavailable rather than merely inert. */
.aw-place-order[disabled] {
    opacity: 0.45;
    cursor: not-allowed;
    pointer-events: none;
}

/* Keep all storefront copy flush on both edges, including text that previously
   received a Tailwind alignment utility in an individual page template. */
.aw-storefront :where(
    h1, h2, h3, h4, h5, h6,
    p, blockquote, figcaption,
    li, dt, dd,
    label, legend,
    address, time,
    .aw-text-justify
) {
    text-align: justify !important;
    text-justify: inter-word;
}
