:root {
    --bg: #f4eddf;
    --surface: #ffffff;
    --surface-soft: #fbf7ef;
    --text: #213226;
    --muted: #6a7261;
    --line: rgba(33, 50, 38, 0.08);
    --primary: #215732;
    --primary-dark: #173e24;
    --accent: #d8a142;
    --accent-soft: rgba(216, 161, 66, 0.12);
    --shadow-lg: 0 28px 60px rgba(15, 23, 42, 0.14);
    --shadow-md: 0 18px 34px rgba(15, 23, 42, 0.10);
    --shadow-sm: 0 10px 20px rgba(15, 23, 42, 0.08);
    --radius-xl: 28px;
    --radius-lg: 22px;
    --container: 1240px;
    --font-body: "Segoe UI", "Trebuchet MS", Arial, sans-serif;
    --font-display: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
    margin: 0;
    color: var(--text);
    font-family: var(--font-body);
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.7), transparent 24%),
        linear-gradient(180deg, #fbf6ea 0%, #f1eadc 100%);
    overflow-x: hidden;
}

a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button, input { font: inherit; }
button { cursor: pointer; }

.container {
    width: min(100%, var(--container));
    margin: 0 auto;
    padding: 0 20px;
}

.section-pad { padding: 54px 0; }

.top-strip {
    background: rgba(252, 247, 237, 0.86);
    color: rgba(33, 50, 38, 0.8);
    font-size: 13px;
    border-bottom: 1px solid rgba(33, 50, 38, 0.07);
    max-height: 42px;
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.28s ease, padding 0.28s ease, margin 0.28s ease, border-bottom-width 0.28s ease;
}

.top-strip-inner {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 18px;
}

.top-strip-left,
.top-strip-right {
    display: flex;
    align-items: center;
    gap: 16px;
    flex-wrap: wrap;
}

.top-strip-left {
    flex: 0 0 auto;
    justify-content: flex-start;
    text-align: left;
    margin-left: 0;
}

.top-strip-right {
    margin-left: auto;
    justify-content: flex-end;
}

.top-strip span,
.top-strip a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.top-strip a {
    min-height: 42px;
    padding-inline: 4px;
}

.top-strip svg { width: 14px; height: 14px; }

.masthead {
    position: sticky;
    top: 0;
    z-index: 40;
    background: rgba(251, 246, 234, 0.94);
    border-bottom: 1px solid rgba(33, 50, 38, 0.07);
    backdrop-filter: blur(16px);
    max-height: 94px;
    overflow: hidden;
    transition: max-height 0.28s ease, opacity 0.28s ease, padding 0.28s ease, margin 0.28s ease, border-bottom-width 0.28s ease;
}

.masthead-inner {
    min-height: 94px;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 24px;
}

.brand-mark {
    display: inline-flex;
    align-items: center;
    gap: 14px;
}

.brand-mark strong {
    display: flex;
    flex-direction: column;
    color: #203127;
    font-family: var(--font-display);
    font-size: 19px;
    line-height: 1;
    letter-spacing: -0.04em;
}

.brand-mark small {
    margin-top: 6px;
    color: rgba(33, 50, 38, 0.6);
    font-size: 11px;
    letter-spacing: 0.08em;
    font-weight: 700;
    text-transform: uppercase;
}

.brand-orb {
    position: relative;
    width: 44px;
    height: 44px;
    border-radius: 14px;
    background:
        radial-gradient(circle at 28% 26%, #ffffff 0 12%, transparent 13%),
        linear-gradient(135deg, #184626, #25653a 56%, #d6a142);
    box-shadow: 0 16px 30px rgba(33, 87, 50, 0.18);
}

.brand-orb::before,
.brand-orb::after {
    content: "";
    position: absolute;
    inset: 9px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.36);
}

.brand-orb::after {
    inset: 17px;
    border-radius: 50%;
    border-width: 2px;
}

.brand-mark > .site-logo-image {
    width: 52px;
    height: 52px;
    flex: 0 0 52px;
    object-fit: contain;
    object-position: center;
    aspect-ratio: 1 / 1;
    border-radius: 13px;
    padding: 2px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 10px 24px rgba(33, 87, 50, 0.12);
}

.brand-mark-footer > .site-logo-image {
    width: 56px;
    height: 56px;
    flex-basis: 56px;
    padding: 4px;
    border-radius: 14px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.16);
}

.search-bar {
    min-width: 0;
    display: grid;
    grid-template-columns: 130px minmax(0, 1fr) 68px;
    align-items: stretch;
    min-height: 40px;
    border-radius: 10px;
    overflow: hidden;
    background: #fffdf7;
    box-shadow: 0 10px 22px rgba(57, 68, 49, 0.10);
}

.search-filter {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding: 0 16px 0 18px;
    color: var(--text);
    background: linear-gradient(180deg, #f8f2e5, #f4ecdc);
    font-size: 13px;
    font-weight: 700;
}

.search-filter svg {
    width: 14px;
    height: 14px;
    stroke-width: 2.4;
}

.search-bar input {
    width: 100%;
    border: 0;
    outline: 0;
    color: var(--text);
    background: transparent;
    padding: 0 18px;
    font-size: 15px;
}

.search-bar input::placeholder { color: #7f8aa3; }

.search-bar button {
    border: 0;
    color: #fff;
    background: linear-gradient(135deg, var(--primary), var(--primary-dark));
    display: grid;
    place-items: center;
    transition: transform 0.25s ease, filter 0.25s ease;
}

.search-bar button:hover {
    filter: brightness(1.08);
    transform: translateY(-1px);
}

.search-bar button svg {
    width: 21px;
    height: 21px;
}

.masthead-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.masthead-action {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-height: 44px;
    padding: 8px 10px;
    border-radius: 12px;
    color: #21412e;
    transition: background 0.25s ease, transform 0.25s ease;
}

.masthead-action:hover {
    background: rgba(33, 87, 50, 0.08);
    transform: translateY(-1px);
}

.masthead-action svg {
    width: 22px;
    height: 22px;
    stroke-width: 2;
}

.masthead-action span {
    font-size: 12px;
    font-weight: 700;
}

.masthead-cart {
    align-items: flex-start;
    background: rgba(33, 87, 50, 0.06);
    border: 0;
}

.masthead-cart strong,
.masthead-cart span { display: block; }

.masthead-cart span {
    position: absolute;
    top: -7px;
    left: 18px;
    width: 22px;
    height: 22px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #fff;
    background: var(--accent);
    box-shadow: 0 10px 20px rgba(255, 122, 24, 0.25);
    font-size: 11px;
}

.home-cart-panel {
    position: fixed;
    inset: 0;
    z-index: 80;
    pointer-events: none;
    visibility: hidden;
}

.home-cart-panel.is-open {
    pointer-events: auto;
    visibility: visible;
}

.home-cart-backdrop {
    position: absolute;
    inset: 0;
    opacity: 0;
    background: rgba(15, 26, 20, 0.38);
    transition: opacity 0.3s ease;
}

.home-cart-drawer {
    position: absolute;
    top: 0;
    right: 0;
    width: min(100%, 408px);
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #23372b;
    background: linear-gradient(180deg, rgba(255, 252, 246, 0.99) 0%, rgba(247, 241, 230, 0.98) 100%);
    box-shadow: -28px 0 60px rgba(30, 57, 40, 0.18);
    transform: translateX(100%);
    opacity: 0;
    transition: transform 0.34s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.28s ease;
}

.home-cart-panel.is-open .home-cart-backdrop {
    opacity: 1;
}

.home-cart-panel.is-open .home-cart-drawer {
    transform: translateX(0);
    opacity: 1;
}

.home-cart-head {
    min-height: 86px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 20px 20px 18px;
    border-bottom: 1px solid rgba(71, 102, 67, 0.12);
}

.home-cart-head h2 {
    margin: 0;
    font-size: 22px;
    line-height: 1.05;
}

.home-cart-head p {
    margin: 8px 0 0;
    color: #6b7769;
    font-size: 13px;
    font-weight: 700;
}

.home-cart-close {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(62, 98, 61, 0.1);
    border-radius: 50%;
    color: #2f6b43;
    background: #ebf3e6;
    font-size: 26px;
    line-height: 1;
    transition: transform 0.22s ease, background-color 0.22s ease;
}

.home-cart-close:hover {
    transform: rotate(90deg);
    background: #dfecda;
}

.home-cart-items {
    display: grid;
    gap: 14px;
    flex: 1;
    padding: 18px 18px 16px;
    overflow: auto;
}

.home-cart-empty {
    margin: 0;
    padding: 18px;
    color: #677361;
    border: 1px dashed rgba(63, 98, 61, 0.18);
    border-radius: 18px;
    background: rgba(255, 252, 247, 0.98);
    font-size: 13px;
    font-weight: 850;
    line-height: 1.45;
}

.home-cart-item {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr) 38px;
    gap: 12px;
    align-items: start;
    padding: 12px;
    border: 1px solid rgba(71, 102, 67, 0.1);
    border-radius: 18px;
    background: rgba(255, 253, 249, 0.98);
}

.home-cart-item img {
    width: 72px;
    height: 72px;
    border-radius: 14px;
    object-fit: cover;
    background: #f2eadc;
}

.home-cart-item strong {
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: 6px;
    color: #213528;
    font-size: 13px;
    line-height: 1.25;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.home-cart-copy {
    min-width: 0;
    display: grid;
    gap: 6px;
}

.home-cart-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.home-cart-item span,
.home-cart-meta b {
    display: block;
    color: #667361;
    font-size: 12px;
    font-weight: 850;
}

.home-cart-meta b {
    color: #2f6b43;
}

.home-cart-qty {
    width: 104px;
    min-height: 34px;
    display: grid;
    grid-template-columns: 34px 1fr 34px;
    align-items: center;
    margin-top: 2px;
    border: 1px solid rgba(71, 102, 67, 0.14);
    border-radius: 10px;
    overflow: hidden;
    background: rgba(247, 242, 233, 0.96);
}

.home-cart-qty button {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 0;
    background: rgba(237, 244, 230, 0.96);
    color: #2f6b43;
    font-size: 16px;
    font-weight: 900;
}

.home-cart-qty button:disabled {
    color: #a2aca0;
    background: rgba(240, 240, 236, 0.96);
    cursor: not-allowed;
}

.home-cart-qty b {
    text-align: center;
    color: #203427;
    font-size: 13px;
    font-weight: 900;
}

.home-cart-remove {
    width: 34px;
    height: 34px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: start;
    justify-self: end;
    border: 1px solid rgba(210, 108, 89, 0.18);
    border-radius: 10px;
    background: #fff6f2;
    color: #c25a48;
    font-size: 18px;
    font-weight: 900;
    line-height: 1;
    cursor: pointer;
    transition: transform 0.18s ease, background-color 0.18s ease;
}

.home-cart-remove:hover {
    transform: translateY(-1px);
    background: #ffece5;
}

.home-cart-footer {
    display: grid;
    gap: 14px;
    padding: 18px 20px 22px;
    border-top: 1px solid rgba(71, 102, 67, 0.12);
    background: rgba(255, 251, 244, 0.92);
}

.home-cart-total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    color: #586653;
    font-size: 14px;
    font-weight: 800;
}

.home-cart-total strong {
    color: #203427;
}

.home-cart-action {
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 14px;
    font-weight: 950;
    transition: transform 0.2s ease, filter 0.2s ease;
}

.home-cart-action:hover {
    transform: translateY(-1px);
    filter: brightness(1.03);
}

.home-cart-view {
    color: #ffffff;
    background: linear-gradient(135deg, #214e31, #2f6b43);
}

.home-cart-checkout {
    color: #ffffff;
    background: linear-gradient(135deg, #2f6ef2, #2455c1);
}

body.home-cart-open {
    overflow: hidden;
}

.mobile-menu-toggle {
    display: none;
    width: 48px;
    height: 48px;
    border: 1px solid rgba(33, 50, 38, 0.12);
    border-radius: 14px;
    background: rgba(33, 87, 50, 0.06);
    color: #21412e;
    align-items: center;
    justify-content: center;
}

.mobile-menu-toggle svg {
    width: 22px;
    height: 22px;
}

.mobile-menu-toggle span {
    display: none;
}

.mobile-bottom-nav {
    display: none;
}

.main-nav {
    position: sticky;
    top: 0;
    z-index: 45;
    background: rgba(251, 246, 234, 0.94);
    transition: background 0.28s ease, box-shadow 0.28s ease;
}

.main-nav-backdrop,
.mobile-sidebar-head {
    display: none;
}

.main-nav-inner {
    min-height: 62px;
    display: flex;
    align-items: stretch;
    justify-content: center;
    gap: 0;
    width: 100%;
    margin: 0 auto;
    padding: 0;
    transition: width 0.28s ease, padding 0.28s ease, margin 0.28s ease;
}

.main-menu-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0;
    padding-left: 0;
    flex-wrap: wrap;
    width: 100%;
    max-width: var(--container);
    margin: 0 auto;
    background: transparent;
    box-shadow: none;
    transition: max-width 0.28s ease, box-shadow 0.28s ease;
}

body.is-scrolled .top-strip {
    max-height: 0;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    border-bottom-width: 0;
}

body.is-scrolled .masthead {
    max-height: 0;
    min-height: 0;
    padding-top: 0;
    padding-bottom: 0;
    opacity: 0;
    overflow: hidden;
    border-bottom-width: 0;
}

body.is-scrolled .main-nav-inner {
    width: 100%;
    padding: 0;
}

body.is-scrolled .main-menu-wrap {
    max-width: 100%;
    justify-content: center;
    box-shadow: none;
}

.main-menu-wrap a {
    display: inline-flex;
    align-items: center;
    min-height: 62px;
    padding: 0 16px;
    color: #223327;
    font-size: 13px;
    font-weight: 800;
    text-transform: uppercase;
    position: relative;
}

.main-menu-wrap a.is-active,
.main-menu-wrap a:hover {
    color: var(--primary);
}

.main-menu-wrap a.is-active::after,
.main-menu-wrap a:hover::after {
    content: "";
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 14px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.main-menu-wrap a + a {
    margin-left: 6px;
}

body.is-scrolled .main-menu-wrap a {
    transition: padding 0.28s ease, min-height 0.28s ease;
}

.hero-section {
    padding: 12px 0 26px;
}

.mobile-hero-section {
    display: none;
}

.hero-shell {
    width: 100%;
    position: relative;
}

.hero-slider {
    position: relative;
    width: 100%;
    min-height: 680px;
    overflow: hidden;
    background: linear-gradient(180deg, #fbf7ee 0%, #f4ecdd 100%);
}

.hero-track {
    height: 100%;
    display: flex;
    transition: transform 0.75s cubic-bezier(0.22, 0.61, 0.36, 1);
}

.hero-slide {
    flex: 0 0 100%;
    min-height: 680px;
    position: relative;
    overflow: hidden;
    background: #f8f2e4;
}

.hero-slide-bg {
    position: absolute;
    inset: 0;
    z-index: 0;
}

.hero-slide-bg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center right;
}

.hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background:
        linear-gradient(90deg, rgba(251, 246, 235, 0.98) 0%, rgba(251, 246, 235, 0.92) 30%, rgba(251, 246, 235, 0.38) 55%, rgba(251, 246, 235, 0.06) 76%),
        var(--hero-tint, linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.02)));
    opacity: 1;
}

.hero-slide::after {
    display: none;
}

.hero-theme-forest,
.hero-theme-sage,
.hero-theme-olive {
    background: transparent;
}

.hero-inner {
    width: min(100%, var(--container));
    min-height: 680px;
    max-width: var(--container);
    margin: 0 auto;
    padding: 24px 20px 110px;
    display: grid;
    grid-template-columns: minmax(360px, 560px);
    gap: 0;
    align-items: center;
    justify-content: start;
    position: relative;
    z-index: 1;
}

.hero-copy {
    max-width: 560px;
    position: relative;
    z-index: 2;
}

.hero-eyebrow,
.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #6e7f53;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.hero-eyebrow::before,
.section-kicker::before {
    content: "";
    width: 26px;
    height: 2px;
    border-radius: 999px;
    background: currentColor;
}

.hero-copy h1 {
    margin: 18px 0 18px;
    color: #1f231e;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(3rem, 5vw, 5rem);
    line-height: 0.96;
    letter-spacing: -0.04em;
    max-width: 11ch;
}

.hero-title-line,
.hero-title-highlight {
    display: block;
}

.hero-title-highlight {
    color: #2f6a45;
}

.hero-copy p {
    margin: 0;
    max-width: 500px;
    color: #61695d;
    font-size: 18px;
    line-height: 1.7;
}

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin: 28px 0 24px;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 999px;
    font-weight: 800;
    transition: transform 0.2s ease, background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.button:hover { transform: translateY(-2px); }

.button svg {
    width: 18px;
    height: 18px;
}

.button-primary {
    color: #fff;
    background: linear-gradient(135deg, #215732, #1a4828);
    box-shadow: 0 18px 34px rgba(33, 87, 50, 0.22);
}

.button-ghost {
    color: #2c4d35;
    background: rgba(255, 253, 247, 0.88);
    border: 1px solid rgba(44, 77, 53, 0.18);
    box-shadow: 0 12px 28px rgba(111, 92, 58, 0.10);
}

.hero-stats {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    max-width: 560px;
    padding: 14px;
    border-radius: 22px;
    background: rgba(255, 252, 245, 0.92);
    border: 1px solid rgba(72, 89, 57, 0.10);
    box-shadow: 0 16px 38px rgba(97, 84, 56, 0.10);
}

.hero-stat {
    display: grid;
    grid-template-columns: 36px minmax(0, 1fr);
    grid-template-rows: auto auto;
    gap: 2px 10px;
    align-items: center;
}

.hero-stat-icon {
    grid-row: 1 / span 2;
    width: 36px;
    height: 36px;
    display: grid;
    place-items: center;
    border-radius: 12px;
    color: #d19d3a;
    background: rgba(255, 247, 228, 0.96);
}

.hero-stat-icon svg {
    width: 18px;
    height: 18px;
}

.hero-stat strong {
    color: #20281f;
    font-size: 18px;
    line-height: 1.1;
}

.hero-stat small {
    color: #707662;
    font-size: 12px;
    font-weight: 700;
}

.hero-visual {
    display: none;
}

.hero-stage {
    position: relative;
    width: min(100%, 620px);
    min-height: 560px;
}

.hero-stage-arch {
    position: absolute;
    right: -18px;
    top: 30px;
    width: min(100%, 520px);
    height: 400px;
    border-radius: 320px 320px 0 0;
    background:
        radial-gradient(circle at top, rgba(255, 255, 255, 0.16), transparent 42%),
        linear-gradient(180deg, #3d7049 0%, #184629 100%);
    box-shadow: inset 0 0 0 16px rgba(194, 209, 173, 0.75);
}

.hero-stage-chip {
    position: absolute;
    top: 86px;
    right: 36px;
    z-index: 4;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 54px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff7df;
    background: rgba(26, 88, 48, 0.92);
    box-shadow: 0 16px 34px rgba(27, 68, 40, 0.24);
    font-size: 14px;
    font-weight: 800;
}

.hero-stage-chip svg,
.hero-phone-tools svg,
.hero-phone-meta svg,
.hero-phone-nav svg {
    width: 16px;
    height: 16px;
}

.hero-stage-leaf {
    position: absolute;
    z-index: 1;
    width: 110px;
    height: 160px;
    opacity: 0.72;
    background:
        radial-gradient(circle at 28% 26%, rgba(214, 223, 187, 0.95), transparent 26%),
        radial-gradient(circle at 66% 58%, rgba(138, 173, 99, 0.75), transparent 28%),
        radial-gradient(circle at 42% 84%, rgba(91, 123, 64, 0.68), transparent 32%);
}

.hero-stage-leaf-left {
    left: 10px;
    bottom: 78px;
}

.hero-stage-leaf-right {
    right: 8px;
    bottom: 46px;
}

.hero-podium {
    position: absolute;
    left: 50%;
    border-radius: 50%;
    transform: translateX(-50%);
    background:
        linear-gradient(180deg, #faf7f2 0%, #ece3d7 100%);
    box-shadow: inset 0 -10px 18px rgba(177, 160, 135, 0.18);
}

.hero-podium::after {
    content: "";
    position: absolute;
    inset: 6% 4%;
    border-radius: inherit;
    background:
        radial-gradient(circle at 22% 18%, rgba(255, 255, 255, 0.9), transparent 22%),
        linear-gradient(145deg, rgba(195, 185, 169, 0.28), rgba(255, 255, 255, 0.3) 42%, rgba(176, 164, 147, 0.22));
    opacity: 0.92;
}

.hero-podium-back {
    bottom: 20px;
    width: 230px;
    height: 78px;
    z-index: 1;
}

.hero-podium-mid {
    bottom: 54px;
    width: 316px;
    height: 96px;
    z-index: 2;
}

.hero-podium-front {
    bottom: 98px;
    width: 250px;
    height: 76px;
    z-index: 3;
}

.hero-phone-frame {
    position: absolute;
    left: 50%;
    top: 34px;
    z-index: 5;
    width: 252px;
    transform: translateX(-50%) rotate(8deg);
    filter: drop-shadow(0 26px 34px rgba(29, 35, 28, 0.22));
}

.hero-phone-shell {
    position: relative;
    padding: 12px 10px;
    border-radius: 40px;
    background: linear-gradient(145deg, #111 0%, #3b3b3b 18%, #f6f3ec 36%, #1a1a1a 100%);
}

.hero-phone-shell::before {
    content: "";
    position: absolute;
    top: 14px;
    left: 50%;
    width: 92px;
    height: 24px;
    border-radius: 999px;
    background: #0f1410;
    transform: translateX(-50%);
    z-index: 1;
}

.hero-phone-screen {
    position: relative;
    overflow: hidden;
    padding: 46px 14px 16px;
    border-radius: 30px;
    background: linear-gradient(180deg, #fdfaf4 0%, #fff 100%);
}

.hero-phone-top {
    position: absolute;
    top: 26px;
    left: 26px;
    right: 24px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #235937;
    font-size: 13px;
    font-weight: 900;
}

.hero-phone-brand {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.hero-phone-brand::before {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 5px;
    background: linear-gradient(135deg, #215732, #2d7a48);
}

.hero-phone-tools {
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.hero-phone-screen img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 20px;
    box-shadow: 0 18px 28px rgba(102, 82, 45, 0.16);
}

.hero-phone-copy {
    margin-top: 14px;
}

.hero-phone-copy strong,
.hero-side-product strong {
    display: block;
    color: #202420;
    font-size: 18px;
    line-height: 1.18;
}

.hero-phone-copy span,
.hero-side-product small {
    display: block;
    margin-top: 6px;
    color: #51584e;
    font-size: 14px;
    font-weight: 700;
}

.hero-phone-meta {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 12px;
}

.hero-phone-meta strong {
    color: #215732;
    font-size: 18px;
}

.hero-phone-meta span {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #8b7860;
    font-size: 13px;
    font-weight: 900;
}

.hero-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 44px;
    margin-top: 14px;
    border-radius: 14px;
    color: #fff;
    background: linear-gradient(135deg, #215732, #1a4828);
    font-size: 14px;
    font-weight: 800;
}

.hero-phone-nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 8px;
    margin-top: 14px;
    padding-top: 10px;
    border-top: 1px solid rgba(33, 50, 38, 0.08);
    color: #cf9a39;
}

.hero-phone-nav span {
    display: grid;
    place-items: center;
}

.hero-side-product {
    position: absolute;
    z-index: 4;
    width: 146px;
    padding: 12px;
    border-radius: 24px;
    background: rgba(255, 248, 235, 0.9);
    box-shadow: 0 18px 34px rgba(87, 73, 48, 0.12);
}

.hero-side-product img {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    border-radius: 18px;
    margin-bottom: 10px;
}

.hero-side-product-jar {
    left: 84px;
    bottom: 132px;
}

.hero-side-product-pack {
    right: 42px;
    bottom: 120px;
}

.hero-controls {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 6;
    pointer-events: none;
}

.hero-arrow {
    width: 52px;
    height: 52px;
    border: 0;
    border-radius: 50%;
    color: #1d311f;
    background: rgba(255, 252, 246, 0.92);
    box-shadow: 0 16px 34px rgba(89, 74, 49, 0.16);
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    font-size: 30px;
    font-weight: 950;
    line-height: 1;
    transform: translateY(-50%) scale(0.92);
    transition: opacity 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.hero-slider:hover .hero-arrow,
.hero-slider:focus-within .hero-arrow {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) scale(1);
}

.hero-arrow:hover {
    box-shadow: 0 20px 40px rgba(89, 74, 49, 0.22);
}

.hero-arrow[data-hero-prev] { left: 28px; }
.hero-arrow[data-hero-next] { right: 28px; }

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 112px;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 10px 14px;
    border-radius: 999px;
    background: rgba(255, 251, 244, 0.84);
    border: 1px solid rgba(44, 77, 53, 0.08);
    box-shadow: 0 12px 28px rgba(89, 74, 49, 0.10);
    pointer-events: auto;
}

.hero-dots button {
    position: relative;
    width: 44px;
    height: 44px;
    border: 0;
    border-radius: 999px;
    background: transparent;
}

.hero-dots button::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(33, 87, 50, 0.26);
    transform: translate(-50%, -50%);
}

.hero-dots button.is-active {
    width: 44px;
    background: transparent;
}

.hero-dots button.is-active::before {
    width: 34px;
    border-radius: 999px;
    background: #215732;
}

.hero-categories {
    width: min(100% - 40px, 1120px);
    margin: -72px auto 0;
    position: relative;
    z-index: 7;
    display: grid;
    grid-template-columns: repeat(6, minmax(0, 1fr));
    gap: 0;
    border-radius: 26px;
    overflow: hidden;
    background: #ffffff;
    border: 1px solid rgba(44, 77, 53, 0.08);
    box-shadow: 0 18px 42px rgba(99, 82, 54, 0.10);
}

.hero-category-pill {
    min-height: 126px;
    display: grid;
    place-items: center;
    gap: 14px;
    padding: 22px 16px 18px;
    text-align: center;
    border-right: 1px solid rgba(44, 77, 53, 0.09);
    transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.hero-category-pill:last-child {
    border-right: 0;
}

.hero-category-pill:hover {
    background: #fcfbf8;
    transform: translateY(-2px);
    box-shadow: inset 0 0 0 1px rgba(44, 77, 53, 0.05);
}

.hero-category-pill span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 18px;
    color: #29593a;
    background: #ffffff;
}

.hero-category-pill span svg {
    width: 31px;
    height: 31px;
    stroke-width: 1.8;
}

.hero-category-pill strong {
    color: #2b352a;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.4;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}

.feature-card,
.product-card,
.blog-card,
.testimonial-card,
.promo-card,
.newsletter-card {
    background: rgba(255, 255, 255, 0.88);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-sm);
}

.feature-card {
    padding: 24px;
    border-radius: 22px;
}

.feature-card span {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border-radius: 15px;
    color: var(--primary);
    background: rgba(47, 110, 242, 0.10);
    margin-bottom: 14px;
}

.feature-card svg { width: 20px; height: 20px; }
.feature-card strong { display: block; margin-bottom: 10px; font-size: 17px; }
.feature-card p { margin: 0; color: var(--muted); line-height: 1.7; }

.brand-marquee { padding: 14px 0 6px; }

.marquee-shell {
    overflow: hidden;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.76);
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: var(--shadow-sm);
}

.marquee-track {
    display: flex;
    width: max-content;
    gap: 18px;
    padding: 18px 20px;
    animation: marquee 22s linear infinite;
}

.marquee-track span {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    background: linear-gradient(180deg, #fff, #f6f9ff);
    border: 1px solid rgba(15, 23, 42, 0.08);
    font-weight: 800;
    color: var(--muted);
    white-space: nowrap;
}

.section-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 24px;
}

.section-head h2 {
    margin: 12px 0 0;
    font-family: var(--font-display);
    font-size: clamp(1.9rem, 3vw, 3rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
}

.section-head p {
    max-width: 520px;
    margin: 0;
    color: var(--muted);
    line-height: 1.75;
}

.product-section {
    padding-top: 34px;
    background:
        radial-gradient(circle at top left, rgba(255, 255, 255, 0.72), transparent 24%),
        linear-gradient(180deg, #fbf6ea 0%, #f6eedf 100%);
}

.slider-controls { display: inline-flex; gap: 10px; }

.slider-controls button {
    width: 42px;
    height: 42px;
    border: 1px solid rgba(15, 23, 42, 0.10);
    border-radius: 50%;
    color: var(--text);
    background: var(--surface);
}

.featured-showcase {
    display: grid;
    grid-template-columns: 320px minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.featured-copy {
    padding: 8px 4px 0;
}

.featured-copy h2 {
    margin: 12px 0 14px;
    max-width: 280px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.95rem, 2.4vw, 2.7rem);
    line-height: 1.08;
    letter-spacing: -0.05em;
    text-wrap: balance;
}

.featured-copy p {
    margin: 0;
    max-width: 250px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.75;
}

.featured-copy-action {
    margin-top: 26px;
    width: fit-content;
    min-height: 50px;
    padding-inline: 18px;
}

.featured-products-wrap {
    position: relative;
    overflow: hidden;
}

.featured-products {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    scroll-behavior: smooth;
    padding: 2px 2px 6px;
}

.featured-products::-webkit-scrollbar {
    display: none;
}

.featured-product-card {
    flex: 0 0 calc((100% - 48px) / 4);
    scroll-snap-align: start;
}

.product-card {
    position: relative;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 100%;
    border-radius: 18px;
    background: #fff;
    border: 1px solid rgba(222, 216, 201, 0.9);
    box-shadow: 0 12px 30px rgba(112, 94, 62, 0.08);
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease;
}

.product-card:hover {
    transform: translateY(-3px);
    border-color: rgba(190, 176, 150, 0.95);
    box-shadow: 0 18px 36px rgba(112, 94, 62, 0.12);
}

.product-badge {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 2;
    padding: 6px 10px;
    border-radius: 10px;
    color: #fff;
    background: #1f6a3d;
    font-size: 11px;
    font-weight: 900;
    line-height: 1.2;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-image {
    display: grid;
    place-items: start;
    flex: 0 0 auto;
    min-height: 130px;
    padding: 12px 12px 0;
    background: #fff;
}

.product-image img {
    width: 100%;
    aspect-ratio: 1 / 0.78;
    max-width: none;
    max-height: none;
    object-fit: cover;
    border-radius: 12px;
    padding: 0;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.product-card:hover .product-image img {
    transform: translateY(-2px) scale(1.02);
}

.product-body {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-height: 202px;
    padding: 10px 14px 14px;
    text-align: left;
}

.product-cat {
    display: block;
    margin: 2px 0 6px;
    color: #717784;
    background: transparent;
    font-size: 12px;
    font-weight: 600;
}

.product-body h3 {
    margin: 0 0 8px;
    color: #102132;
    font-size: 16px;
    line-height: 1.25;
    font-weight: 800;
}

.product-rating {
    display: flex;
    align-items: center;
    gap: 6px;
    margin-bottom: 8px;
}

.product-stars {
    color: #f2a91a;
    font-size: 13px;
    letter-spacing: 0.08em;
}

.product-rating small {
    color: #7a7f88;
    font-size: 12px;
    font-weight: 700;
}

.product-price {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 6px;
}

.product-price strong {
    font-size: 15px;
    color: #145a34;
    font-weight: 900;
}

.product-price del {
    color: #9ca3af;
    font-size: 12px;
}

.product-store {
    display: block;
    color: #697386;
    font-size: 12px;
    font-weight: 700;
}

.product-chat {
    width: 100%;
    min-height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-top: auto;
    border-radius: 12px;
    border: 1px solid rgba(44, 77, 53, 0.10);
    background: #ffffff;
    color: #31593d;
    font-size: 13px;
    font-weight: 800;
}

.product-chat svg {
    width: 16px;
    height: 16px;
}

.featured-products-arrow {
    position: absolute;
    top: 50%;
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    border: 0;
    border-radius: 50%;
    color: #234530;
    background: #ffffff;
    box-shadow: 0 12px 26px rgba(112, 94, 62, 0.14);
    transform: translateY(-50%);
    z-index: 2;
}

.featured-products-arrow-prev {
    left: 12px;
    transform: translateY(-50%) rotate(180deg);
}

.featured-products-arrow-next {
    right: 12px;
}

.featured-products-arrow svg {
    width: 18px;
    height: 18px;
}

.featured-products-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 18px;
}

.featured-products-dots span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(33, 87, 50, 0.18);
}

.featured-products-dots .is-active {
    width: 26px;
    border-radius: 999px;
    background: #215732;
}

.product-card .product-price del {
    text-decoration-thickness: 2px;
}

.promo-section {
    padding-top: 8px;
    background: transparent;
}

.promo-strip {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
    overflow: hidden;
    border-radius: 28px;
    background: linear-gradient(135deg, #1f6a3d 0%, #184e2e 100%);
    box-shadow: 0 18px 42px rgba(33, 87, 50, 0.18);
}

.promo-card {
    position: relative;
    min-height: 126px;
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    gap: 16px;
    align-items: center;
    padding: 24px 22px;
    color: #ffffff;
    background: transparent;
    box-shadow: none;
    border-radius: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.12);
}

.promo-card span {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    color: #f7ecd1;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(247, 236, 209, 0.22);
}

.promo-card:last-child {
    border-right: 0;
}

.promo-card svg { width: 24px; height: 24px; }

.promo-card strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 900;
}

.promo-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.78);
    font-size: 13px;
    line-height: 1.6;
}

.testimonial-section {
    background: linear-gradient(180deg, #f7f0e3 0%, #f3eadb 100%);
}

.testimonial-showcase {
    display: grid;
    grid-template-columns: minmax(420px, 520px) minmax(0, 1fr);
    gap: 28px;
    align-items: start;
}

.testimonial-showcase + .section-head,
.testimonial-showcase + .section-head + .testimonial-slider {
    display: none;
}

.community-card {
    display: grid;
    align-content: start;
    gap: 16px;
    min-height: 238px;
    padding: 30px 34px 28px;
    border-radius: 0 34px 34px 0;
    color: #ffffff;
    background:
        radial-gradient(circle at top right, rgba(191, 214, 165, 0.22), transparent 18%),
        radial-gradient(circle at 92% 16%, rgba(214, 230, 196, 0.14), transparent 14%),
        linear-gradient(135deg, #0f5d36 0%, #0c5933 100%);
    box-shadow: 0 22px 46px rgba(33, 87, 50, 0.18);
}

.section-kicker-light {
    color: rgba(255, 255, 255, 0.82);
}

.section-kicker-light::before {
    background: currentColor;
}

.community-card h2 {
    margin: 0;
    color: #ffffff;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 2.7vw, 2.55rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
}

.community-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.84);
    font-size: 15px;
    line-height: 1.55;
}

.community-stats {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 0;
    margin-top: 18px;
    padding-top: 20px;
    border-top: 1px solid rgba(214, 227, 196, 0.18);
}

.community-stat {
    padding: 0 18px 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
}

.community-stat strong {
    display: block;
    margin-bottom: 8px;
    color: #efc96f;
    font-size: clamp(2rem, 2.3vw, 2.6rem);
    line-height: 1;
    font-weight: 900;
}

.community-stat span {
    display: block;
    color: rgba(255, 255, 255, 0.92);
    font-size: 13px;
    font-weight: 500;
}

.testimonial-panel {
    display: grid;
    gap: 16px;
    padding: 8px 0 0;
    border-radius: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
    backdrop-filter: none;
}

.testimonial-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 0;
}

.testimonial-head h2 {
    margin: 0;
    color: #2f362f;
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(2rem, 2.4vw, 2.45rem);
    line-height: 1.1;
}

.testimonial-head p {
    display: none;
}

.testimonial-slider {
    overflow: hidden;
    padding: 2px;
}

.testimonial-track {
    display: flex;
    gap: 18px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
    padding: 4px 2px 10px;
    scroll-behavior: smooth;
}

.testimonial-track::-webkit-scrollbar { display: none; }

.testimonial-card {
    position: relative;
    flex: 0 0 calc((100% - 36px) / 3);
    min-height: 166px;
    display: grid;
    align-content: start;
    gap: 14px;
    scroll-snap-align: start;
    overflow: hidden;
    padding: 18px 18px 16px;
    border: 1px solid rgba(33, 50, 38, 0.08);
    border-radius: 20px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(115, 95, 60, 0.08);
}

.testimonial-card-compact {
    min-height: 166px;
}

.testimonial-mark {
    display: none;
}

.testimonial-mark svg { width: 20px; height: 20px; }

.testimonial-person {
    display: grid;
    grid-template-columns: 58px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
}

.testimonial-person img {
    width: 58px;
    height: 58px;
    border: 3px solid #f7f0e4;
    border-radius: 50%;
    object-fit: cover;
}

.testimonial-person span {
    min-width: 0;
    display: grid;
    gap: 2px;
}

.testimonial-person strong {
    color: #2f342d;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 800;
}

.testimonial-stars {
    color: #f0b93a;
    font-size: 12px;
    letter-spacing: 0.16em;
    font-weight: 900;
}

.testimonial-card p {
    position: relative;
    z-index: 1;
    margin: 0;
    padding-right: 0;
    color: #535b51;
    font-size: 13px;
    line-height: 1.65;
}

.slider-controls {
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-controls button {
    width: 44px;
    height: 44px;
    border: 1px solid rgba(58, 72, 54, 0.08);
    border-radius: 50%;
    color: #33513a;
    background: rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 18px rgba(102, 88, 58, 0.08);
    font-size: 24px;
    line-height: 1;
}

.slider-controls button:hover {
    background: #ffffff;
}

.text-link { color: var(--primary); font-weight: 800; }

.blog-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.blog-card {
    padding: 28px;
    border-radius: 22px;
}

.blog-meta {
    display: inline-flex;
    padding: 7px 12px;
    border-radius: 999px;
    color: var(--accent);
    background: var(--accent-soft);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 0.04em;
}

.blog-card h3 {
    margin: 16px 0 10px;
    font-size: 20px;
    line-height: 1.35;
}

.blog-card p {
    margin: 0 0 18px;
    color: var(--muted);
    line-height: 1.75;
}

.blog-card a {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--primary);
    font-weight: 800;
}

.newsletter-section {
    padding-top: 0;
    background: transparent;
    position: relative;
    z-index: 2;
}

.newsletter-section .container {
    width: min(100%, var(--container));
    max-width: var(--container);
    padding: 0 20px;
}

.newsletter-card {
    --cta-overlap: 92px;
    position: relative;
    overflow: hidden;
    width: min(100%, 1140px);
    min-height: 184px;
    margin: 0 auto calc(-1 * var(--cta-overlap));
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 34px;
    padding: 28px 36px;
    border-radius: 30px;
    color: #fff;
    background:
        radial-gradient(circle at 90% 18%, rgba(255, 255, 255, 0.16), transparent 22%),
        radial-gradient(circle at 18% 110%, rgba(255, 255, 255, 0.12), transparent 24%),
        linear-gradient(135deg, #235c35 0%, #1c4b2a 100%);
    box-shadow: 0 22px 46px rgba(33, 87, 50, 0.16);
}

.newsletter-card::before {
    content: "";
    position: absolute;
    inset: 14px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 22px;
    pointer-events: none;
}

.newsletter-card > * {
    position: relative;
    z-index: 1;
}

.newsletter-card h2 {
    margin: 8px 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    max-width: none;
    font-size: clamp(2rem, 2.65vw, 2.9rem);
    line-height: 1.08;
    letter-spacing: -0.035em;
    white-space: nowrap;
}

.newsletter-card p {
    margin: 0;
    max-width: 500px;
    color: rgba(255, 255, 255, 0.82);
    font-size: 15px;
    line-height: 1.6;
}

.newsletter-copy {
    flex: 1 1 auto;
    min-width: 0;
}

.newsletter-actions {
    flex: 0 0 292px;
    min-width: 292px;
    display: grid;
    gap: 12px;
    justify-items: stretch;
}

.newsletter-actions .button {
    min-height: 46px;
    border-radius: 999px;
    white-space: nowrap;
    font-size: 14px;
}

.button-ghost-light {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.16);
}

.newsletter-leaf {
    position: absolute;
    border-radius: 999px 999px 0 999px;
    background: rgba(255, 255, 255, 0.08);
    transform: rotate(30deg);
    pointer-events: none;
}

.newsletter-leaf-one {
    right: 140px;
    top: -20px;
    width: 120px;
    height: 200px;
}

.newsletter-leaf-two {
    right: 52px;
    bottom: -52px;
    width: 140px;
    height: 220px;
    transform: rotate(-10deg);
}

.site-footer {
    position: relative;
    overflow: hidden;
    padding: 128px 0 28px;
    color: rgba(255, 255, 255, 0.82);
    background:
        radial-gradient(circle at right center, rgba(197, 214, 179, 0.08), transparent 20%),
        linear-gradient(180deg, #0d5b34 0%, #0b4a2a 100%);
}

.site-footer .container {
    width: min(100%, 1240px);
    padding: 0 28px;
}

.footer-grid {
    display: grid;
    grid-template-columns: minmax(300px, 1.5fr) repeat(3, minmax(170px, 0.75fr));
    gap: 40px;
    align-items: start;
    padding-bottom: 18px;
}

.footer-grid strong {
    display: block;
    margin-bottom: 14px;
    color: #fff;
    font-size: 17px;
    font-weight: 800;
}

.footer-grid p {
    max-width: 340px;
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.footer-grid a {
    display: block;
    width: max-content;
    max-width: 100%;
    margin: 8px 0;
    line-height: 1.35;
}
.footer-grid a:hover { color: #fff; }

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    pointer-events: none;
    background:
        linear-gradient(90deg, transparent 0 84%, rgba(209, 223, 194, 0.08) 84% 84.3%, transparent 84.3% 100%),
        linear-gradient(0deg, transparent 0 68%, rgba(209, 223, 194, 0.08) 68% 68.3%, transparent 68.3% 100%);
    opacity: 0.55;
}

.footer-brand-column {
    display: grid;
    gap: 16px;
    min-width: 0;
    align-content: start;
}

.brand-mark-footer {
    width: 100%;
    max-width: 100%;
    margin-bottom: 6px;
    align-items: flex-start;
    gap: 14px;
}

.footer-brand-icon {
    width: 46px;
    height: 46px;
    display: grid;
    place-items: center;
    flex: 0 0 46px;
    margin-top: -8px;
    border-radius: 16px;
    color: #efc96f;
    border: 2px solid rgba(239, 201, 111, 0.72);
    background: rgba(255, 255, 255, 0.04);
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.05);
}

.footer-brand-icon i {
    font-size: 20px;
}

.brand-mark-footer strong {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    min-width: 0;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
}

.brand-mark-footer small {
    display: block;
    max-width: 100%;
    margin-top: 7px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0;
    text-transform: none;
    line-height: 1.35;
}

.footer-socials {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-top: 4px;
}

.footer-socials a {
    width: 44px;
    height: 44px;
    display: grid;
    place-items: center;
    margin: 0;
    border-radius: 50%;
    color: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(255, 255, 255, 0.03);
}

.footer-socials a i {
    font-size: 16px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.88);
}

.footer-links {
    min-width: 0;
}

.footer-links strong,
.footer-contact strong {
    margin-top: -6px;
}

.footer-contact a {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact a i {
    width: 18px;
    flex: 0 0 18px;
    text-align: center;
    color: rgba(255, 255, 255, 0.92);
    font-size: 16px;
}

.footer-contact a span {
    display: block;
}

.footer-bottom {
    padding-top: 18px;
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    text-align: center;
}

.footer-bottom small {
    display: block;
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.5;
}

.reveal {
    opacity: 0;
    transform: translateY(18px);
    transition: opacity 0.7s ease, transform 0.7s ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@keyframes floatOrbit {
    from { transform: translate(-50%, -50%) rotate(0deg); }
    to { transform: translate(-50%, -50%) rotate(360deg); }
}

@keyframes floatCard {
    0%, 100% { transform: translateY(6px) rotate(-4deg); }
    50% { transform: translateY(-8px) rotate(-2deg); }
}

@keyframes marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

@keyframes fadeUp {
    from { opacity: 0; transform: translateY(12px); }
    to { opacity: 1; transform: translateY(0); }
}

@media (max-width: 1200px) {
    .masthead-inner { grid-template-columns: auto minmax(0, 1fr) auto; }
    .masthead-actions { display: none; }
    .hero-slider,
    .hero-slide,
    .hero-inner { min-height: 720px; }
    .hero-inner { grid-template-columns: minmax(0, 520px); gap: 14px; padding: 28px 20px 134px; }
    .hero-copy { max-width: 100%; text-align: left; margin: 0; }
    .hero-copy p { margin: 0; }
    .hero-actions { justify-content: flex-start; }
    .hero-stats { margin: 0; }
    .hero-categories { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .featured-showcase {
        grid-template-columns: 1fr;
        gap: 22px;
    }
    .featured-copy h2,
    .featured-copy p { max-width: none; }
    .featured-products {
        grid-template-columns: none;
    }
    .featured-product-card {
        flex-basis: calc((100% - 16px) / 2);
    }
    .promo-strip { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .testimonial-showcase {
        grid-template-columns: 1fr;
    }
    .feature-grid,
    .product-grid,
    .blog-grid,
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 860px) {
    .top-strip-inner {
        padding: 8px 0;
        grid-template-columns: 1fr;
        justify-items: center;
        gap: 8px;
    }

    .masthead-inner {
        grid-template-columns: 1fr auto;
        align-items: start;
        gap: 12px;
        min-height: auto;
        padding: 14px 0 16px;
    }

    .brand-mark {
        max-width: calc(100% - 60px);
        align-self: start;
    }

    .brand-mark strong {
        font-size: 16px;
    }

    .brand-mark small {
        font-size: 10px;
        margin-top: 4px;
        line-height: 1.15;
    }

    .search-bar {
        grid-column: 1 / -1;
        grid-template-columns: 88px minmax(0, 1fr) 52px;
        min-height: 46px;
        border-radius: 16px;
    }

    .search-bar input {
        font-size: 14px;
    }

    .mobile-menu-toggle {
        display: none;
    }

    .main-nav-inner {
        display: block;
        width: 100%;
        padding: 0;
    }

    .main-menu-wrap {
        display: none;
        padding: 0 12px 12px;
        flex-direction: column;
        align-items: stretch;
        width: 100%;
        justify-content: flex-start;
    }

    body.is-nav-open .main-menu-wrap {
        display: flex;
        padding: 0 12px 12px;
    }

    .main-menu-wrap a {
        min-height: 48px;
        border-radius: 14px;
        background: rgba(255, 255, 255, 0.08);
    }

    body.is-scrolled .main-menu-wrap a {
        border-radius: 12px;
    }

    .hero-inner { padding: 28px 14px 152px; }
    .hero-copy h1 { font-size: clamp(2.2rem, 8vw, 3.6rem); }
    .hero-copy p { font-size: 15px; line-height: 1.7; }
    .hero-actions { gap: 10px; }
    .hero-actions .button { min-height: 50px; }
    .hero-stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 10px;
    }
    .hero-controls { left: 18px; right: 18px; }
    .hero-categories { width: calc(100% - 28px); margin-top: -54px; }
    .featured-products {
        grid-template-columns: none;
    }
    .featured-product-card {
        flex-basis: 100%;
    }
    .testimonial-panel,
    .community-card {
        padding: 24px 20px;
        border-radius: 24px;
    }
    .testimonial-head,
    .newsletter-card-umkm {
        align-items: flex-start;
        flex-direction: column;
    }
    .newsletter-card h2 {
        white-space: normal;
    }
    .newsletter-section .container {
        padding: 0 20px 10px;
    }
    .newsletter-card {
        --cta-overlap: 74px;
        min-height: 0;
        margin-bottom: calc(-1 * var(--cta-overlap));
    }
    .newsletter-actions {
        width: 100%;
        min-width: 0;
        flex: 1 1 auto;
    }
    .featured-products-arrow {
        display: none;
    }
    .featured-copy-action {
        width: 100%;
    }
    .feature-grid,
    .product-grid,
    .blog-grid,
    .footer-grid { grid-template-columns: 1fr; }
    .section-head,
    .newsletter-card,
    .promo-banner-main {
        align-items: flex-start;
        flex-direction: column;
    }
}

@media (max-width: 560px) {
    .featured-products {
        gap: 12px;
        padding: 2px 2px 4px;
    }

    .featured-product-card {
        flex: 0 0 calc(100% - 8px);
    }

    .featured-products-dots {
        margin-top: 14px;
    }
}

@media (max-width: 560px) {
    .hero-section {
        display: none !important;
        height: 0 !important;
        min-height: 0 !important;
        max-height: 0 !important;
        margin: 0 !important;
        padding: 0 !important;
        overflow: hidden !important;
    }

    .mobile-hero-section {
        display: block;
        width: 100vw;
        margin-left: calc(50% - 50vw);
        margin-right: calc(50% - 50vw);
        padding: 0 0 14px;
    }

    .mobile-hero-slider {
        position: relative;
        overflow: hidden;
        background: #f4ecdd;
    }

    .mobile-hero-track {
        display: flex;
        transition: transform 0.6s cubic-bezier(0.22, 0.61, 0.36, 1);
    }

    .mobile-hero-slide {
        position: relative;
        flex: 0 0 100%;
        min-height: 332px;
        overflow: hidden;
        background: #efe5d3;
    }

    .mobile-hero-media,
    .mobile-hero-media img {
        width: 100%;
        height: 100%;
        display: block;
    }

    .mobile-hero-media img {
        object-fit: cover;
        object-position: center center;
    }

    .mobile-hero-overlay {
        position: absolute;
        inset: auto 16px 18px 16px;
        display: grid;
        gap: 8px;
        padding: 16px;
        border-radius: 20px;
        background: rgba(255, 252, 246, 0.88);
        box-shadow: 0 14px 28px rgba(94, 76, 48, 0.12);
        backdrop-filter: blur(8px);
    }

    .mobile-hero-eyebrow {
        color: #6e7f53;
        font-size: 10px;
        font-weight: 900;
        letter-spacing: 0.12em;
        text-transform: uppercase;
    }

    .mobile-hero-overlay h2 {
        margin: 0;
        color: #1f231e;
        font-family: Georgia, "Times New Roman", serif;
        font-size: 28px;
        line-height: 1;
        letter-spacing: -0.03em;
    }

    .mobile-hero-overlay p {
        margin: 0;
        color: #5f6a5a;
        font-size: 12px;
        line-height: 1.55;
    }

    .mobile-hero-button {
        min-height: 44px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0 18px;
        border-radius: 999px;
        color: #ffffff;
        background: linear-gradient(135deg, #215732, #1a4828);
        font-size: 13px;
        font-weight: 800;
    }

    .mobile-hero-dots {
        position: absolute;
        left: 50%;
        bottom: 10px;
        z-index: 4;
        display: flex;
        gap: 7px;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255, 252, 246, 0.84);
        box-shadow: 0 10px 22px rgba(101, 84, 57, 0.12);
        transform: translateX(-50%);
    }

    .mobile-hero-dots {
        gap: 0;
    }

    .mobile-hero-dots button {
        position: relative;
        width: 44px;
        height: 44px;
        border: 0;
        border-radius: 999px;
        background: transparent;
    }

    .mobile-hero-dots button::before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: rgba(62, 96, 67, 0.22);
        transform: translate(-50%, -50%);
    }

    .mobile-hero-dots button.is-active {
        width: 44px;
        background: transparent;
    }

    .mobile-hero-dots button.is-active::before {
        width: 24px;
        background: #215732;
    }

    .container {
        width: 100%;
        padding: 0 12px;
    }

    body.home-page {
        background: #f5ede0;
    }

    .home-shell,
    main,
    .masthead,
    .hero-section {
        width: 100vw;
        max-width: 100vw;
    }

    .top-strip {
        display: none;
        max-height: 0;
        font-size: 11px;
    }

    .top-strip-inner {
        min-height: 32px;
        justify-content: flex-end;
        padding: 0 14px;
    }

    .top-strip-left,
    .top-strip-right a:not(:first-child) {
        display: none;
    }

    .top-strip-right {
        width: 100%;
        justify-content: flex-end;
    }

    .masthead {
        position: sticky;
        top: 0;
        z-index: 140;
        max-height: none;
        overflow: visible;
        border-bottom: 0;
        box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
    }

    .masthead-inner {
        grid-template-columns: minmax(0, 1fr) 44px;
        gap: 10px 14px;
        min-height: auto;
        align-items: center;
        padding: 12px 18px;
    }

    .brand-mark {
        display: inline-flex;
        grid-column: 1;
        grid-row: 1;
        width: auto !important;
        height: auto !important;
        min-height: 44px;
        flex: 1 1 auto !important;
        min-width: 0;
        gap: 9px;
    }

    .brand-orb {
        width: 34px;
        height: 34px;
        flex: 0 0 34px;
        border-radius: 10px;
    }

    .brand-mark > .site-logo-image {
        width: 38px;
        height: 38px;
        flex-basis: 38px;
        border-radius: 10px;
        padding: 1px;
    }

    .brand-mark-footer > .site-logo-image {
        width: 48px;
        height: 48px;
        flex-basis: 48px;
        padding: 3px;
        border-radius: 12px;
    }

    .brand-orb::before {
        inset: 7px;
        border-radius: 10px;
    }

    .brand-orb::after {
        inset: 14px;
    }

    .brand-mark strong {
        min-width: 0;
        overflow: hidden;
        font-size: 15px;
        line-height: 1.05;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .brand-mark small {
        max-width: 230px;
        overflow: hidden;
        margin-top: 3px;
        font-size: 8.5px;
        line-height: 1.1;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .top-strip {
        font-size: 11px;
    }

    .search-bar {
        grid-column: 1 / -1;
        grid-row: 2;
        grid-template-columns: 82px minmax(0, 1fr) 46px;
        width: 100%;
        min-height: 42px;
        border-radius: 14px;
        box-shadow: none;
    }

    .search-filter {
        padding: 0 10px 0 12px;
        font-size: 12px;
    }

    .search-bar input {
        min-width: 0;
        padding: 0 12px;
        font-size: 13px;
    }

    .search-bar button svg {
        width: 19px;
        height: 19px;
    }

    .hero-shell {
        width: 100vw;
        margin: 0 auto;
    }


    .hero-slider {
        height: auto;
        min-height: 0;
        overflow: hidden;
        border-radius: 0;
        box-shadow: none;
        background: #f7efdf;
    }

    .hero-slide {
        height: auto;
        min-height: clamp(300px, 52svh, 420px);
        background: #f7efdf;
    }

    .hero-slide::before {
        display: none;
    }

    .hero-slide::after {
        display: none;
    }

    .hero-slide-bg {
        overflow: hidden;
        inset: 0;
    }

    .hero-slide-bg img {
        width: calc(100% + 72px);
        height: calc(100% + 72px);
        max-width: none;
        margin-top: -36px;
        margin-left: -36px;
        clip-path: inset(30px 0 30px 30px);
        object-position: center center;
        object-fit: cover;
        transform: none;
        transform-origin: center;
    }

    .hero-inner {
        display: none;
    }

    .hero-controls {
        left: 0;
        right: 0;
        top: auto;
        bottom: 12px;
        flex-direction: row;
        align-items: center;
        justify-content: center;
        z-index: 4;
    }

    .hero-arrow {
        display: none;
    }

    .hero-dots {
        position: static;
        justify-content: center;
        padding: 6px 10px;
        border-radius: 999px;
        background: rgba(255, 252, 246, 0.84);
        box-shadow: 0 10px 22px rgba(101, 84, 57, 0.12);
    }

    .hero-categories {
        display: none;
    }

    .hero-category-pill {
        min-height: 102px;
        padding: 14px 10px 12px;
        border-bottom: 1px solid rgba(44, 77, 53, 0.08);
    }

    .hero-category-pill span {
        width: 50px;
        height: 50px;
        border-radius: 16px;
    }

    .hero-category-pill span svg {
        width: 26px;
        height: 26px;
    }

    .hero-category-pill strong {
        font-size: 13px;
        line-height: 1.35;
    }

    .hero-category-pill:nth-child(2n) {
        border-right: 0;
    }

    .hero-shell,
    .hero-slider,
    .hero-slide,
    .hero-slide-bg {
        max-width: 100vw;
    }

    .mobile-menu-toggle {
        grid-column: 2;
        grid-row: 1;
        justify-self: end;
        width: 44px;
        height: 44px;
        display: grid;
        place-items: center;
        color: #21412e;
        border: 1px solid rgba(33, 50, 38, 0.12);
        border-radius: 13px;
        background: rgba(33, 87, 50, 0.06);
    }

    .mobile-menu-toggle svg {
        width: 22px;
        height: 22px;
    }

    .main-nav {
        position: fixed;
        inset: 0;
        z-index: 210;
        display: block;
        pointer-events: none;
        background: transparent;
        box-shadow: none;
    }

    .main-nav-backdrop {
        position: fixed;
        inset: 0;
        display: block;
        border: 0;
        background: rgba(4, 12, 24, 0.46);
        opacity: 0;
        transition: opacity 180ms ease;
    }

    .main-nav-inner {
        position: fixed;
        top: 14px;
        right: 0;
        bottom: auto;
        width: min(308px, calc(100vw - 20px));
        max-height: calc(100dvh - 28px);
        display: grid;
        grid-template-rows: auto auto;
        align-content: start;
        gap: 0;
        padding: 14px 14px 18px;
        overflow-y: auto;
        border-radius: 22px 0 0 22px;
        background: #ffffff;
        box-shadow: -24px 0 52px rgba(8, 20, 42, 0.24);
        transform: translateX(110%);
        transition: transform 240ms ease;
    }

    .mobile-sidebar-head {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding-bottom: 14px;
        border-bottom: 1px solid #e7edf5;
    }

    .mobile-sidebar-head .brand-mark strong {
        color: #111827;
    }

    .mobile-sidebar-head .brand-mark small {
        color: #697386;
    }

    .mobile-sidebar-head button {
        width: 44px;
        height: 44px;
        flex: 0 0 44px;
        border: 1px solid #dce7f2;
        border-radius: 12px;
        color: #111827;
        background: #f8fbff;
        font-size: 22px;
        font-weight: 900;
        line-height: 1;
    }

    .main-menu-wrap {
        display: grid;
        align-content: start;
        gap: 10px;
        width: 100%;
        max-width: none;
        margin: 0;
        padding: 14px 0 0;
        background: transparent;
        box-shadow: none;
    }

    .main-menu-wrap a {
        min-height: 44px;
        justify-content: flex-start;
        padding: 0 14px;
        color: #111827;
        border-radius: 13px;
        background: transparent;
        font-size: 14px;
        font-weight: 800;
        text-transform: none;
    }

    .main-menu-wrap a.is-active,
    .main-menu-wrap a:hover {
        color: #215732;
        background: #eef4e8;
    }

    body.is-nav-open .main-nav {
        pointer-events: auto;
    }

    body.is-nav-open .main-nav-backdrop {
        opacity: 1;
    }

    body.is-nav-open .main-nav-inner {
        transform: translateX(0);
    }

    .product-grid,
    .tab-panel.is-active {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 12px !important;
    }

    .product-card {
        min-height: 100%;
        border-radius: 16px !important;
    }

    .product-image {
        min-height: 0;
        padding: 10px 10px 0;
    }

    .product-image img {
        width: 100%;
        max-width: none;
        max-height: none;
        aspect-ratio: 1 / 0.82;
        object-fit: cover;
        border-radius: 12px;
    }

    .product-body {
        min-height: 0;
        padding: 10px 10px 12px;
        gap: 0;
    }

    .product-cat {
        margin-bottom: 4px;
        font-size: 11px;
    }

    .product-body h3 {
        min-height: 31px;
        margin-bottom: 6px;
        font-size: 12.5px;
        line-height: 1.24;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .product-rating {
        gap: 4px;
        margin-bottom: 6px;
    }

    .product-stars {
        font-size: 11px;
    }

    .product-rating small {
        font-size: 10px;
    }

    .product-price {
        gap: 5px;
        flex-wrap: wrap;
        margin-bottom: 4px;
    }

    .product-price strong {
        font-size: 13px;
    }

    .product-price del {
        font-size: 10.5px;
    }

    .product-badge {
        top: 10px;
        left: 10px;
        padding: 3px 7px;
        font-size: 9px;
    }

    .product-store {
        margin-bottom: 8px;
        font-size: 11px;
        line-height: 1.3;
    }

    .product-chat {
        min-height: 44px;
        margin-top: auto;
        border-radius: 11px;
        font-size: 12px;
    }

    .product-chat svg {
        width: 14px;
        height: 14px;
    }

    .feature-card,
    .product-card,
    .blog-card,
    .testimonial-card,
    .newsletter-card { border-radius: 20px; }
    .promo-strip {
        grid-template-columns: 1fr;
        border-radius: 22px;
    }
    .promo-card {
        min-height: auto;
        grid-template-columns: 44px minmax(0, 1fr);
        gap: 12px;
        padding: 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.12);
    }

    .promo-card:last-child {
        border-bottom: 0;
    }

    .promo-card span {
        width: 44px;
        height: 44px;
    }

    .promo-card strong {
        font-size: 14px;
    }

    .promo-card p {
        font-size: 12px;
        line-height: 1.5;
    }

    .testimonial-showcase {
        gap: 18px;
    }

    .community-card,
    .testimonial-panel {
        padding: 20px 16px;
        border-radius: 20px;
    }

    .community-card h2,
    .newsletter-card h2 {
        font-size: 2rem;
    }

    .community-card p {
        font-size: 14px;
        line-height: 1.6;
    }

    .community-stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
        margin-top: 14px;
        padding-top: 16px;
    }

    .community-stat {
        padding: 0;
    }

    .community-stat strong {
        margin-bottom: 6px;
        font-size: clamp(1.5rem, 7vw, 2rem);
        line-height: 1;
    }

    .community-stat span {
        font-size: 11px;
        line-height: 1.35;
    }

    .newsletter-card h2 {
        white-space: normal;
    }

    .testimonial-track {
        gap: 12px;
        padding-right: 22px;
    }

    .testimonial-card {
        flex: 0 0 calc(100vw - 56px) !important;
        min-height: 210px;
        display: grid !important;
        grid-template-columns: 1fr !important;
        align-content: start;
        gap: 14px !important;
        padding: 20px;
        border-radius: 16px !important;
    }

    .testimonial-person {
        grid-template-columns: 52px minmax(0, 1fr);
        gap: 12px;
    }

    .testimonial-person img {
        width: 52px;
        height: 52px;
    }

    .testimonial-card p {
        padding-right: 8px;
        font-size: 13px;
        line-height: 1.55;
    }

    .testimonial-mark {
        right: 14px;
        bottom: 14px;
        width: 36px;
        height: 36px;
    }

    .newsletter-section .container {
        padding: 0 12px;
    }

    .newsletter-card {
        min-height: auto;
        padding: 28px 18px;
        border-radius: 22px !important;
        --cta-overlap: 54px;
        margin-bottom: calc(-1 * var(--cta-overlap));
    }

    .newsletter-card::before {
        inset: 10px;
        border-radius: 18px;
    }

    .newsletter-leaf-one {
        right: 70px;
        top: -30px;
        width: 90px;
        height: 150px;
    }

    .newsletter-leaf-two {
        right: 10px;
        bottom: -46px;
        width: 110px;
        height: 180px;
    }

    .site-footer {
        padding-top: 96px;
    }

    .feature-card strong {
        margin: 0 !important;
        font-size: 11px !important;
        line-height: 1.18 !important;
    }

    body { padding-bottom: 96px; }
}

@media (min-width: 561px) and (max-width: 860px) {
    .mobile-bottom-nav { display: none; }
    body { padding-bottom: 84px; }

    .hero-controls {
        bottom: 84px;
    }
}

@media (max-width: 700px) {
    .hero-arrow {
        display: none !important;
    }

    .mobile-bottom-nav {
        display: grid !important;
    }
}

body.is-nav-open .main-nav {
    box-shadow: 0 24px 48px rgba(15, 23, 42, 0.10);
}
