:root {
    --bg: #f7f2ea;
    --bg-soft: #efe7da;
    --ink: #18130f;
    --muted: #6e655a;
    --line: rgba(24, 19, 15, 0.08);
    --surface: rgba(255, 255, 255, 0.74);
    --surface-strong: #ffffff;
    --accent: #5d73fb;
    --accent-soft: rgba(93, 115, 251, 0.12);
    --shadow: 0 28px 80px rgba(34, 26, 20, 0.12);
    --preview-accent: rgba(255, 255, 255, 0.36);
    --max-width: 1680px;
    --header-height: 72px;
    --font-display: "Avenir Next", "Segoe UI Variable", "Segoe UI", sans-serif;
    --heading-hero-size: clamp(2.1rem, 3.2vw, 2.25rem);
    --heading-section-size: clamp(1.75rem, 2.1vw, 2rem);
    --heading-card-size: clamp(1.5rem, 2vw, 1.625rem);
    --heading-detail-size: clamp(1.35rem, 1.8vw, 1.5rem);
    --heading-small-size: 1.125rem;
    --heading-tracking: -0.025em;
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}

html {
    scroll-behavior: smooth;
    overflow-x: clip;
}

body {
    min-height: 100vh;
    font-family: var(--font-display);
    color: var(--ink);
    background:
        radial-gradient(circle at top, rgba(93, 115, 251, 0.08), transparent 24%),
        radial-gradient(circle at 18% 14%, rgba(205, 156, 92, 0.12), transparent 24%),
        linear-gradient(180deg, #fcf8f2 0%, var(--bg) 100%);
    line-height: 1.45;
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    pointer-events: none;
    background-image:
        linear-gradient(to right, rgba(24, 19, 15, 0.02) 1px, transparent 1px),
        linear-gradient(to bottom, rgba(24, 19, 15, 0.02) 1px, transparent 1px);
    background-size: 72px 72px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.26), transparent 72%);
}

a {
    color: inherit;
}

img {
    display: block;
    max-width: 100%;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 20;
    padding: 12px 14px 0;
}

.header-shell {
    width: min(100%, var(--max-width));
    min-height: var(--header-height);
    margin: 0 auto;
    padding: 0 28px;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, 0.28);
    background: rgba(248, 244, 237, 0.78);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 36px rgba(24, 19, 15, 0.08);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.wordmark {
    text-decoration: none;
    display: inline-flex;
    align-items: center;
}

.wordmark-logo {
    height: 42px;
    width: auto;
    object-fit: contain;
}

.site-nav {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.site-nav a {
    text-decoration: none;
    color: var(--muted);
    font-size: 0.93rem;
    transition: color 180ms ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
    color: var(--ink);
}

.page-main {
    width: min(100%, var(--max-width));
    margin: 0 auto;
    padding: clamp(2.75rem, 5vw, 4.5rem) 14px 5rem;
}

.home-page-main {
    padding-top: clamp(1rem, 2vw, 1.75rem);
}

.products-page-main,
.detail-page-main,
.dispenser-page-main {
    padding-top: clamp(0.85rem, 1.5vw, 1.25rem);
}

.products-page-main > .catalog-hero,
.detail-page-main > .product-hero,
.dispenser-page-main > .home-hero {
    margin-top: 0;
    padding-top: 0;
}

.products-page-main > .catalog-hero {
    width: 100%;
    margin-inline: 0;
    text-align: left;
}

.products-page-main > .catalog-hero h1 {
    max-width: 30ch;
    margin-inline: 0;
}

.products-page-main > .catalog-hero .intro-copy,
.detail-page-main > .product-hero .intro-copy {
    margin-top: 0.85rem;
}

.products-page-main > .catalog-hero .intro-copy {
    max-width: 62rem;
    margin-inline: 0;
}

.detail-page-main > .product-hero .hero-actions {
    margin-top: 1.15rem;
}

.products-page-main > .home-concepts,
.dispenser-page-main > .home-concepts {
    margin-top: clamp(1.25rem, 2.5vw, 2rem);
}

.detail-page-main > .product-hero + .configuration-section,
.detail-page-main > .product-hero + .features-section {
    margin-top: clamp(1.5rem, 3vw, 2.5rem);
}

.catalog-hero,
.product-hero,
.configuration-section,
.spec-section,
.note-band,
.reserve-strip {
    margin-top: clamp(2rem, 6vw, 4rem);
}

.eyebrow,
.card-kicker,
.preview-label,
.summary-label {
    color: var(--accent);
    font-size: 0.84rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.catalog-hero {
    width: min(100%, 78rem);
    margin-inline: auto;
    padding-top: clamp(2.5rem, 6vw, 5rem);
    text-align: center;
}

.home-hero,
.home-concepts,
.home-trust,
.features-section,
.subscription-section {
    margin-top: clamp(2.25rem, 5vw, 4.5rem);
}

.home-hero {
    width: min(100%, 58rem);
    padding-top: clamp(2.5rem, 5vw, 4.5rem);
}

.home-hero-rich {
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    display: grid;
    grid-template-columns: minmax(0, 0.86fr) minmax(480px, 1.14fr);
    align-items: start;
    gap: clamp(2rem, 5vw, 5rem);
}

.home-hero-rich .home-hero-copy {
    max-width: 39rem;
}

.home-hero-rich h1 {
    max-width: 11ch;
    white-space: normal;
}

.home-hero-rich .home-hero-intro {
    max-width: 38rem;
    white-space: normal;
}

.home-hero-visual {
    position: relative;
    min-height: clamp(440px, 42vw, 540px);
    border-radius: 38px;
    background:
        radial-gradient(circle at 18% 20%, rgba(255, 255, 255, 0.96), transparent 24%),
        radial-gradient(circle at 82% 84%, rgba(93, 115, 251, 0.14), transparent 26%),
        linear-gradient(145deg, rgba(222, 208, 194, 0.76), rgba(247, 241, 233, 0.94));
    box-shadow: var(--shadow);
    overflow: hidden;
}

.home-hero-product {
    position: absolute;
    margin: 0;
    padding: 0.7rem;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.72);
    box-shadow: 0 20px 44px rgba(34, 26, 20, 0.13);
    backdrop-filter: blur(10px);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
}

.home-hero-product img {
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 19px;
    object-fit: contain;
}

.home-hero-product figcaption {
    padding: 0.55rem 0.3rem 0.15rem;
    color: var(--ink);
    font-size: 0.82rem;
    font-weight: 800;
}

.home-hero-product-main {
    inset: 42px 30px 58px 118px;
}

.home-hero-product-main img {
    object-fit: cover;
}

.home-hero-product-main figcaption {
    display: none;
}

.home-hero-product-muzzle {
    left: 22px;
    bottom: 28px;
    width: 230px;
    height: 196px;
}

.home-hero-product-speaker {
    top: 28px;
    right: 20px;
    width: 190px;
    height: 168px;
}

.home-hero-copy {
    max-width: 42rem;
    display: grid;
    gap: 1.2rem;
    justify-items: start;
}

.home-hero h1 {
    font-size: clamp(2.9rem, 4.6vw, 4.8rem);
    line-height: 1.04;
    letter-spacing: -0.05em;
    font-weight: 600;
    color: #2b2b2b;
    max-width: none;
    white-space: normal;
}

.home-hero h1.connection-heading {
    max-width: 30ch;
    font-size: clamp(1.55rem, 2.4vw, 2.25rem);
    line-height: 1.3;
    letter-spacing: -0.015em;
    font-weight: 400;
}

.home-hero-intro {
    max-width: none;
    color: var(--muted);
    font-size: clamp(1rem, 1.2vw, 1.08rem);
    white-space: normal;
}

.home-hero-wrap .home-hero-intro {
    max-width: 46rem;
    white-space: normal;
}

.home-section-head {
    display: grid;
    gap: 0.7rem;
    max-width: 42rem;
    margin-bottom: 1.5rem;
}

.features-section .home-section-head,
.subscription-section .home-section-head,
.configuration-section .home-section-head,
.home-trust .home-section-head {
    max-width: none;
}

.home-section-head h2 {
    font-size: var(--heading-section-size);
    line-height: 1.18;
    letter-spacing: var(--heading-tracking);
    font-weight: 500;
    color: #2b2b2b;
    white-space: normal;
    text-wrap: balance;
}

.home-section-copy {
    max-width: 38rem;
    color: var(--muted);
    font-size: clamp(1rem, 1.15vw, 1.06rem);
}

.home-section-head-compact {
    max-width: 44rem;
    margin-inline: 0;
    text-align: left;
}

.home-purpose .home-section-head-compact,
.home-featured .home-section-head {
    max-width: none;
}

#purpose-title,
#featured-title {
    font-size: clamp(1.55rem, 2vw, 1.875rem);
    font-weight: 500;
    white-space: nowrap;
    text-wrap: nowrap;
}

.home-concepts-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.home-concept-card {
    min-height: 620px;
    padding: 1rem 1rem 1.15rem;
    border-radius: 28px;
    border: 1px solid rgba(255, 255, 255, 0.78);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.84), rgba(255, 255, 255, 0.7)),
        radial-gradient(circle at top left, rgba(93, 115, 251, 0.07), transparent 22%);
    box-shadow: 0 16px 36px rgba(34, 26, 20, 0.08);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto auto;
    gap: 0.85rem;
    text-decoration: none;
    transition:
        transform 220ms ease,
        box-shadow 220ms ease,
        border-color 220ms ease;
}

.home-concept-card:hover,
.home-concept-card:focus-visible {
    transform: translateY(-4px);
    box-shadow: 0 22px 42px rgba(34, 26, 20, 0.1);
    border-color: rgba(93, 115, 251, 0.18);
}

.home-concept-media {
    min-height: 380px;
    border-radius: 24px;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.92), transparent 20%),
        linear-gradient(180deg, rgba(214, 202, 188, 0.76), rgba(244, 237, 228, 0.92));
    display: grid;
    place-items: center;
    padding: 0.85rem;
}

.home-concept-media img {
    width: 100%;
    max-height: 350px;
    object-fit: contain;
    filter: drop-shadow(0 20px 36px rgba(37, 28, 20, 0.14));
}

.home-concept-media-muzzle img {
    transform: scale(1.04);
}

.home-concept-swatches {
    justify-content: flex-start;
}

.home-concept-copy {
    display: grid;
    gap: 0.72rem;
}

.home-concept-copy h2,
.home-concept-copy h3 {
    font-size: var(--heading-card-size);
    line-height: 1.15;
    letter-spacing: var(--heading-tracking);
    font-weight: 600;
}

.home-trust-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-purpose,
.home-featured,
.home-steps {
    margin-top: clamp(3.5rem, 7vw, 7rem);
}

.products-page-main .home-concept-card,
.dispenser-page-main .home-concept-card {
    min-height: auto;
    grid-template-rows: auto minmax(280px, 1fr) auto auto;
}

.products-page-main .home-concept-copy,
.dispenser-page-main .home-concept-copy {
    grid-row: 1;
    padding: 0.25rem 0.25rem 0;
}

.products-page-main .home-concept-media,
.dispenser-page-main .home-concept-media {
    grid-row: 2;
    min-height: clamp(260px, 27vw, 340px);
}

.products-page-main .home-concept-media img,
.dispenser-page-main .home-concept-media img {
    max-height: 310px;
}

.products-page-main .home-concept-swatches,
.dispenser-page-main .home-concept-swatches {
    grid-row: 3;
}

.products-page-main .card-link,
.dispenser-page-main .card-link {
    grid-row: 4;
}

.home-purpose-grid,
.home-featured-grid,
.home-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.home-purpose-card,
.home-steps-grid li {
    padding: 1.45rem;
    border: 1px solid rgba(255, 255, 255, 0.76);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.7);
    box-shadow: 0 14px 30px rgba(34, 26, 20, 0.06);
}

.home-purpose-card {
    display: grid;
    gap: 0.7rem;
}

.home-purpose-number,
.home-steps-grid li > span {
    color: var(--accent);
    font-size: 0.84rem;
    font-weight: 900;
    letter-spacing: 0.08em;
}

.home-purpose-card h3,
.home-steps-grid h3,
.home-featured-copy h3 {
    font-size: 1.25rem;
    line-height: 1.12;
    letter-spacing: -0.025em;
    font-weight: 600;
}

.home-purpose-card p,
.home-steps-grid p,
.home-featured-copy > p:not(.card-kicker):not(.price-line) {
    color: var(--muted);
}

.home-featured-grid {
    align-items: stretch;
}

.home-featured-card {
    padding: 0.85rem;
    border: 1px solid rgba(255, 255, 255, 0.78);
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 16px 36px rgba(34, 26, 20, 0.08);
    display: grid;
    grid-template-rows: 280px 1fr auto;
    gap: 1rem;
}

.home-featured-card-accent {
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.7)),
        radial-gradient(circle at top right, rgba(93, 115, 251, 0.12), transparent 30%);
}

.home-featured-media {
    display: grid;
    place-items: center;
    overflow: hidden;
    border-radius: 22px;
    background: linear-gradient(160deg, rgba(226, 214, 201, 0.74), rgba(247, 241, 233, 0.96));
}

.home-featured-media img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: transform 240ms ease;
}

.home-featured-media:hover img,
.home-featured-media:focus-visible img {
    transform: scale(1.025);
}

.home-featured-copy {
    padding: 0 0.45rem;
    display: grid;
    align-content: start;
    gap: 0.65rem;
}

.home-featured-actions {
    padding: 0 0.45rem 0.35rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.8rem;
}

.home-featured-actions .button {
    min-height: 2.7rem;
    padding: 0.7rem 0.95rem;
}

.home-section-action {
    margin-top: 1.4rem;
    display: flex;
    justify-content: center;
}

.home-steps-grid {
    margin: 0;
    padding: 0;
    list-style: none;
    counter-reset: none;
}

.home-steps-grid li {
    display: grid;
    gap: 0.65rem;
}

.home-steps-grid li > span {
    width: 2.2rem;
    height: 2.2rem;
    border-radius: 999px;
    background: rgba(93, 115, 251, 0.1);
    display: grid;
    place-items: center;
}

.home-trust-item {
    padding: 1.3rem 1.35rem;
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.76);
    background: rgba(255, 255, 255, 0.68);
    box-shadow: 0 14px 30px rgba(34, 26, 20, 0.06);
    display: grid;
    gap: 0.6rem;
}

.home-trust-item h3 {
    font-size: var(--heading-small-size);
    line-height: 1.15;
    letter-spacing: -0.02em;
    font-weight: 600;
}

.home-trust-item p {
    color: var(--muted);
    font-size: 0.98rem;
}

.subscription-section {
    padding: 1.8rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.74);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.7)),
        radial-gradient(circle at top right, rgba(93, 115, 251, 0.08), transparent 24%);
    box-shadow: 0 20px 54px rgba(34, 26, 20, 0.08);
}

.subscription-section .home-trust-grid {
    margin-top: 1.35rem;
}

.subscription-section .price-line {
    margin-top: 1.35rem;
}

.catalog-hero h1 {
    font-size: var(--heading-hero-size);
    font-weight: 500;
    line-height: 1.2;
    letter-spacing: var(--heading-tracking);
    color: #2b2b2b;
    max-width: 22ch;
    margin-inline: auto;
}

.product-hero h1 {
    font-size: var(--heading-hero-size);
    line-height: 1.2;
    letter-spacing: var(--heading-tracking);
    font-weight: 400;
    color: #2b2b2b;
    max-width: 30ch;
    white-space: normal;
    text-wrap: balance;
}

.note-card h2 {
    font-size: var(--heading-section-size);
    line-height: 1.18;
    letter-spacing: var(--heading-tracking);
    font-weight: 500;
}

.selector-group h2 {
    font-size: var(--heading-section-size);
    line-height: 1.18;
    letter-spacing: var(--heading-tracking);
    font-weight: 600;
    white-space: normal;
    text-wrap: balance;
}

.intro-copy,
.product-copy p,
.note-card p,
.selector-group p,
.selection-summary p,
.preview-meta p,
.spec-card p,
.site-footer p,
.reserve-strip p {
    color: var(--muted);
    font-size: clamp(1rem, 1.5vw, 1.16rem);
}

.intro-copy {
    max-width: 44rem;
    margin-top: 1.4rem;
}

.catalog-hero .intro-copy {
    margin-left: auto;
    margin-right: auto;
    max-width: 52rem;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 0.95rem;
    align-items: stretch;
}

.product-card {
    text-decoration: none;
    min-height: 820px;
    padding: 1rem 1rem 1.25rem;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.78), rgba(255, 255, 255, 0.62)),
        radial-gradient(circle at top left, var(--accent-soft), transparent 24%);
    box-shadow: var(--shadow);
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto auto auto;
    gap: 0.95rem;
    transition:
        transform 260ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 260ms cubic-bezier(0.22, 1, 0.36, 1),
        border-color 260ms ease,
        background-position 260ms ease;
}

.product-card-hover:hover,
.product-card-hover:focus-visible {
    transform: translateY(-10px) scale(1.01);
    border-color: rgba(93, 115, 251, 0.22);
    box-shadow: 0 40px 96px rgba(34, 26, 20, 0.18);
}

.product-media {
    min-height: 560px;
    border-radius: 30px;
    overflow: hidden;
    background:
        radial-gradient(circle at 84% 16%, rgba(255, 255, 255, 0.92), transparent 20%),
        linear-gradient(180deg, rgba(214, 202, 188, 0.78), rgba(244, 237, 228, 0.92));
    display: grid;
    place-items: center;
    padding: 1.1rem;
    transition:
        transform 280ms cubic-bezier(0.22, 1, 0.36, 1),
        box-shadow 280ms ease;
}

.product-media img {
    width: 100%;
    max-height: 520px;
    object-fit: contain;
    filter: drop-shadow(0 24px 42px rgba(37, 28, 20, 0.16));
    transition:
        transform 320ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 320ms ease;
}

.product-media-muzzle img {
    transform: scale(1.06);
}

.product-card-hover:hover .product-media,
.product-card-hover:focus-visible .product-media {
    transform: translateY(-6px);
}

.product-card-hover:hover .product-media img,
.product-card-hover:focus-visible .product-media img {
    transform: translateY(-10px) scale(1.05);
    filter: drop-shadow(0 32px 56px rgba(37, 28, 20, 0.22));
}

.product-card-featured:hover .product-media img,
.product-card-featured:focus-visible .product-media img {
    transform: translateY(-14px) scale(1.08);
}

.swatch-row {
    display: flex;
    align-items: center;
    gap: 0.6rem;
    min-height: 1.6rem;
    justify-content: center;
}

.swatch-label {
    color: var(--muted);
    font-size: 0.95rem;
}

.swatch {
    width: 0.92rem;
    height: 0.92rem;
    border-radius: 50%;
    border: 1px solid rgba(24, 19, 15, 0.12);
    box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.5);
}

.swatch.is-active {
    outline: 2px solid rgba(93, 115, 251, 0.28);
    outline-offset: 3px;
}

.swatch-silver {
    background: linear-gradient(180deg, #d9d7d4, #a6a4a0);
}

.swatch-white {
    background: linear-gradient(180deg, #f8f4ee, #e4dbce);
}

.swatch-cream {
    background: linear-gradient(180deg, #eee4d6, #d9c7ab);
}

.swatch-light-blue {
    background: linear-gradient(180deg, #e1ebf2, #b9cade);
}

.swatch-pink {
    background: linear-gradient(180deg, #f5d8e0, #deacbe);
}

.swatch-gray {
    background: linear-gradient(180deg, #999ca3, #676972);
}

.swatch-graphite {
    background: linear-gradient(180deg, #585c64, #2f343b);
}

.product-copy h2 {
    font-size: var(--heading-card-size);
    line-height: 1.15;
    letter-spacing: var(--heading-tracking);
    font-weight: 600;
}

.selection-summary h3,
.preview-meta h3 {
    font-size: var(--heading-detail-size);
    line-height: 1.18;
    letter-spacing: var(--heading-tracking);
    font-weight: 600;
}

.spec-card h3 {
    font-size: var(--heading-small-size);
    line-height: 1.2;
    letter-spacing: -0.015em;
    font-weight: 600;
}

.product-copy {
    display: grid;
    gap: 0.85rem;
    justify-items: center;
    text-align: center;
    padding: 0 1.1rem;
}

.card-link {
    font-weight: 800;
    color: var(--ink);
    justify-self: center;
}

.price-line {
    color: var(--ink);
    font-size: 1.02rem;
    font-weight: 800;
}

.trial-line {
    margin-top: 0.3rem;
    color: var(--accent);
    font-size: 0.96rem;
    font-weight: 800;
}

.price-note {
    color: var(--muted);
    font-size: 0.94rem;
}

.price-badge {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 2rem;
    padding: 0.2rem 0.8rem;
    border-radius: 999px;
    background: rgba(93, 115, 251, 0.12);
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.note-card,
.selector-panel,
.preview-panel,
.spec-card {
    padding: 1.6rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background: var(--surface);
    box-shadow: 0 20px 54px rgba(34, 26, 20, 0.08);
}

.note-card-layout {
    display: grid;
    gap: clamp(1.5rem, 4vw, 3rem);
    justify-items: center;
}

.note-card-head {
    display: grid;
    gap: 0.9rem;
    max-width: 54rem;
    text-align: center;
}

.note-card-copy {
    display: grid;
    gap: 1rem;
    width: min(100%, 78rem);
}

.note-card-copy-products {
    gap: 1.25rem;
}

.note-point {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
    justify-items: center;
    padding: 1.4rem;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.88), rgba(255, 255, 255, 0.74)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.82), transparent 24%);
}

.note-point-copy {
    display: grid;
    gap: 0.7rem;
    width: 100%;
    justify-items: center;
    text-align: center;
}

.note-point-copy p {
    margin: 0;
}

.note-point-media {
    width: min(100%, 780px);
    min-height: 540px;
    margin-inline: auto;
    padding: 1rem;
    border-radius: 32px;
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.9), transparent 22%),
        linear-gradient(180deg, rgba(214, 202, 188, 0.78), rgba(244, 237, 228, 0.92));
    display: grid;
    place-items: center;
}

.note-point-media img,
.note-point-media video {
    width: 100%;
    max-width: 100%;
    max-height: 480px;
    object-fit: contain;
    filter: drop-shadow(0 24px 42px rgba(37, 28, 20, 0.16));
}

.note-card-media {
    width: min(100%, 760px);
    min-height: 420px;
    border-radius: 28px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 16%, rgba(255, 255, 255, 0.88), transparent 22%),
        linear-gradient(180deg, rgba(214, 202, 188, 0.78), rgba(244, 237, 228, 0.92));
    display: grid;
    place-items: center;
    padding: 1.25rem;
}

.note-card-media img {
    width: 100%;
    max-height: 390px;
    object-fit: contain;
    filter: drop-shadow(0 24px 42px rgba(37, 28, 20, 0.16));
}

.product-hero {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 1.05fr);
    gap: clamp(2rem, 5vw, 4rem);
    align-items: center;
    padding-top: 2rem;
}

.hero-copy {
    max-width: 38rem;
}

.product-hero-soft .hero-copy {
    max-width: 62rem;
}

.product-hero-soft h1 {
    font-size: var(--heading-hero-size);
    line-height: 1.2;
    letter-spacing: var(--heading-tracking);
    font-weight: 400;
    color: #2b2b2b;
    max-width: 30ch;
    white-space: normal;
    text-wrap: balance;
}

.product-hero-soft h1.muzzle-hero-heading {
    max-width: none;
    white-space: nowrap;
    text-wrap: nowrap;
}

.product-hero-soft .intro-copy {
    max-width: 62rem;
    font-size: clamp(1rem, 1.15vw, 1.08rem);
    line-height: 1.6;
    color: var(--muted);
}

.product-hero-soft .price-line,
.product-hero-soft .price-note {
    color: #4a433b;
}

.product-hero-soft .trial-line {
    color: var(--accent);
}

.product-hero-text-only {
    grid-template-columns: 1fr;
    padding-top: clamp(2.5rem, 6vw, 5rem);
}

.product-hero-text-only .product-hero-media {
    display: none !important;
}

.product-hero-soft-wrap .hero-copy {
    max-width: 48rem;
}

.product-hero-soft-wrap h1 {
    max-width: 14ch;
    white-space: normal;
}

.hero-actions {
    margin-top: 2rem;
    display: flex;
    flex-wrap: wrap;
    gap: 0.9rem;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 3.15rem;
    padding: 0 1.35rem;
    border: 0;
    border-radius: 999px;
    text-decoration: none;
    cursor: pointer;
    font: inherit;
    font-weight: 800;
    transition:
        transform 180ms ease,
        background-color 180ms ease,
        border-color 180ms ease;
}

.button:hover,
.button:focus-visible {
    transform: translateY(-1px);
}

.button-primary {
    background: var(--accent);
    color: #ffffff;
    box-shadow: 0 16px 30px rgba(93, 115, 251, 0.24);
}

.button-primary:hover,
.button-primary:focus-visible {
    background: #4f67f1;
}

.button-secondary {
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.56);
    color: var(--ink);
}

.product-hero-media,
.preview-frame {
    position: relative;
    border-radius: 36px;
    overflow: hidden;
    background:
        radial-gradient(circle at 82% 18%, var(--preview-accent), transparent 24%),
        linear-gradient(180deg, rgba(214, 202, 188, 0.78), rgba(244, 237, 228, 0.94));
    border: 1px solid rgba(255, 255, 255, 0.82);
    box-shadow: var(--shadow);
}

.product-hero-media {
    min-height: 620px;
    display: grid;
    place-items: center;
    padding: 1rem;
}

.product-hero-media img,
.preview-image {
    width: 100%;
    height: auto;
    object-fit: contain;
    filter: drop-shadow(0 24px 48px rgba(37, 28, 20, 0.16));
    transition:
        transform 240ms cubic-bezier(0.22, 1, 0.36, 1),
        filter 240ms ease;
}

.product-hero-media-muzzle img {
    max-height: 590px;
}

.product-hero-media-hub img {
    max-height: 560px;
}

.configuration-section {
    padding-top: 1rem;
}

.selector-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.88fr) minmax(0, 1.12fr);
    gap: 1.5rem;
}

.selector-layout-single {
    align-items: start;
}

.selector-panel {
    display: grid;
    gap: 1.5rem;
    align-content: start;
}

.selector-group {
    display: grid;
    gap: 1rem;
}

.selector-buttons,
.color-grid {
    display: grid;
    gap: 0.75rem;
}

.selector-buttons.selector-buttons-hidden {
    display: none;
}

.option-button {
    width: 100%;
    padding: 0.92rem 1rem;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.62);
    color: var(--ink);
    font: inherit;
    font-weight: 800;
    text-align: left;
    display: inline-flex;
    align-items: center;
    gap: 0.8rem;
    cursor: pointer;
    transition:
        transform 180ms ease,
        border-color 180ms ease,
        background-color 180ms ease,
        box-shadow 180ms ease;
}

.option-button:hover,
.option-button:focus-visible {
    transform: translateY(-1px);
    border-color: rgba(93, 115, 251, 0.28);
    box-shadow: 0 14px 28px rgba(34, 26, 20, 0.08);
}

.option-button.is-selected {
    border-color: rgba(93, 115, 251, 0.44);
    background: rgba(255, 255, 255, 0.92);
}

.option-button.is-static {
    cursor: default;
}

.selection-summary {
    display: grid;
    gap: 0.75rem;
    padding: 1.35rem;
    border-radius: 24px;
    border: 1px solid var(--line);
    background: rgba(255, 255, 255, 0.56);
}

.summary-list {
    padding-left: 1rem;
    color: var(--muted);
}

.summary-list li + li {
    margin-top: 0.55rem;
}

.summary-finish {
    font-weight: 800;
    color: var(--ink);
}

.preview-panel {
    display: grid;
    gap: 1rem;
}

.preview-frame {
    min-height: 620px;
    display: grid;
    place-items: center;
    padding: 1.2rem;
}

.preview-frame-link {
    text-decoration: none;
    cursor: pointer;
}

.preview-frame-link:hover .preview-image,
.preview-frame-link:focus-visible .preview-image {
    transform: translateY(-8px) scale(1.03);
    filter: drop-shadow(0 30px 58px rgba(37, 28, 20, 0.22));
}

.preview-frame-tall {
    min-height: 680px;
}

.preview-image {
    max-height: 620px;
}

.preview-meta {
    display: grid;
    gap: 0.55rem;
}

.reserve-page-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.7fr);
    gap: 1.5rem;
}

.reserve-page-card {
    padding: 1.7rem;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background: var(--surface);
    box-shadow: var(--shadow);
    display: grid;
    gap: 0.85rem;
}

.reserve-page-card h2,
.reserve-page-card h3 {
    font-size: var(--heading-section-size);
    line-height: 1.18;
    letter-spacing: var(--heading-tracking);
    font-weight: 600;
}

.reserve-form-card > h2 {
    font-size: var(--heading-detail-size);
    line-height: 1.2;
    letter-spacing: -0.015em;
    font-weight: 600;
}

.reserve-form-shell {
    margin-top: 1.5rem;
}

.reserve-form-card {
    padding: 1.9rem;
    border-radius: 32px;
    border: 1px solid rgba(255, 255, 255, 0.72);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.74)),
        radial-gradient(circle at top right, var(--accent-soft), transparent 22%);
    box-shadow: var(--shadow);
}

.priority-form {
    display: grid;
    gap: 1.25rem;
    margin-top: 1.75rem;
}

.form-honeypot {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    clip-path: inset(50%);
    white-space: nowrap;
}

.admin-private-label {
    color: var(--muted);
    font-size: 0.9rem;
    font-weight: 700;
}

.admin-main {
    display: grid;
    gap: 1.5rem;
}

.admin-login-card,
.admin-dashboard {
    padding: 1.9rem;
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 30px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.admin-login-card {
    max-width: 620px;
}

.admin-toolbar {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.admin-toolbar h2 {
    font-size: clamp(1.625rem, 2.4vw, 1.75rem);
    line-height: 1.2;
    letter-spacing: var(--heading-tracking);
    font-weight: 600;
}

.admin-count {
    margin-top: 0.4rem;
    color: var(--muted);
}

.admin-search {
    max-width: 520px;
    margin: 1.5rem 0;
}

.admin-table-wrap {
    overflow: auto;
    border: 1px solid rgba(24, 19, 15, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
}

.admin-table {
    width: max-content;
    min-width: 100%;
    border-collapse: collapse;
    font-size: 0.88rem;
}

.admin-table th,
.admin-table td {
    max-width: 280px;
    padding: 0.85rem 1rem;
    border-bottom: 1px solid rgba(24, 19, 15, 0.08);
    text-align: left;
    vertical-align: top;
    overflow-wrap: anywhere;
}

.admin-table th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: #f3ecdf;
    color: var(--ink);
    white-space: nowrap;
}

.admin-table tr:last-child td {
    border-bottom: 0;
}

@media (max-width: 760px) {
    .admin-toolbar {
        flex-direction: column;
    }
}

.form-grid {
    display: grid;
    gap: 1rem;
}

.form-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.form-field {
    display: grid;
    gap: 0.55rem;
    color: var(--ink);
    font-weight: 700;
}

.form-field span,
.form-section legend {
    font-size: 0.95rem;
    letter-spacing: -0.02em;
}

.form-field input,
.form-field select,
.form-field textarea {
    width: 100%;
    min-height: 3.35rem;
    padding: 0 1rem;
    border: 1px solid rgba(24, 19, 15, 0.12);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.82);
    color: var(--ink);
    font: inherit;
    transition:
        border-color 180ms ease,
        box-shadow 180ms ease,
        background-color 180ms ease;
}

.form-field textarea {
    min-height: 8.5rem;
    padding: 0.9rem 1rem;
    resize: vertical;
}

.form-field input:focus,
.form-field select:focus,
.form-field textarea:focus {
    outline: none;
    border-color: rgba(93, 115, 251, 0.48);
    box-shadow: 0 0 0 4px rgba(93, 115, 251, 0.12);
}

.form-field input[readonly] {
    color: var(--muted);
    background: rgba(247, 242, 234, 0.92);
}

.form-field select:disabled,
.form-field input:disabled {
    cursor: not-allowed;
    opacity: 0.7;
}

.form-checkbox {
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.85rem;
    min-height: 3.35rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(24, 19, 15, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.64);
}

.form-checkbox input {
    width: 1.05rem;
    height: 1.05rem;
    min-height: auto;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.form-section {
    display: grid;
    gap: 0.9rem;
    padding: 1.2rem;
    border: 1px solid rgba(24, 19, 15, 0.08);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.52);
}

.form-section legend {
    padding: 0 0.4rem;
    font-weight: 800;
}

.form-section-compact {
    padding: 1rem;
}

.form-section-nested {
    gap: 1rem;
    border-style: dashed;
    background: rgba(255, 255, 255, 0.7);
}

.form-section-title {
    font-size: 0.82rem;
    font-weight: 800;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--muted);
}

.choice-list {
    display: grid;
    gap: 0.8rem;
}

.choice-list-inline {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.choice-item {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 0.85rem;
    padding: 0.95rem 1rem;
    border: 1px solid rgba(24, 19, 15, 0.08);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.72);
    color: var(--ink);
    font-weight: 700;
}

.choice-item input {
    width: 1rem;
    height: 1rem;
}

.choice-item-compact {
    min-height: 3.2rem;
}

.form-success {
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: rgba(93, 115, 251, 0.1);
    color: var(--ink);
    font-weight: 700;
}

.turnstile-shell {
    display: grid;
    gap: 0.55rem;
    min-height: 70px;
}

.form-help {
    margin: 0;
    color: var(--muted);
    font-size: 0.9rem;
}

.privacy-card {
    width: min(100%, 840px);
    margin: 0 auto 4rem;
    padding: clamp(1.4rem, 4vw, 2.5rem);
    border: 1px solid rgba(255, 255, 255, 0.72);
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.76);
    box-shadow: var(--shadow);
}

.privacy-card h2 {
    margin: 1.7rem 0 0.55rem;
    font-size: var(--heading-detail-size);
    line-height: 1.2;
    letter-spacing: -0.015em;
    font-weight: 600;
}

.privacy-card h2:first-child {
    margin-top: 0;
}

.privacy-note {
    margin-top: 2rem;
    padding: 1rem;
    border-radius: 18px;
    background: rgba(93, 115, 251, 0.1);
}

.spec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1.2rem;
}

.spec-card {
    display: grid;
    gap: 0.85rem;
}

.reserve-strip {
    padding: 2rem;
    border-radius: 34px;
    border: 1px solid rgba(255, 255, 255, 0.7);
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.82), rgba(255, 255, 255, 0.66)),
        radial-gradient(circle at top right, var(--accent-soft), transparent 22%);
    box-shadow: var(--shadow);
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
}

.reserve-strip h2 {
    font-size: clamp(1.75rem, 2.2vw, 1.875rem);
    line-height: 1.2;
    letter-spacing: var(--heading-tracking);
    font-weight: 500;
    margin: 0.45rem 0 0.75rem;
}

.site-footer {
    width: min(100%, var(--max-width));
    margin: 0 auto;
    padding: 0 14px 4rem;
}

.site-footer p {
    padding-top: 1.4rem;
    border-top: 1px solid var(--line);
}

.site-footer a,
.privacy-card a,
.form-checkbox a {
    color: inherit;
    text-decoration-thickness: 1px;
    text-underline-offset: 0.2em;
}

.reveal {
    opacity: 0;
    transform: translateY(22px);
    transition:
        opacity 700ms ease,
        transform 700ms ease;
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1100px) {
    .home-hero-rich,
    .home-purpose-grid,
    .home-featured-grid,
    .home-steps-grid,
    .home-concepts-grid,
    .home-trust-grid,
    .catalog-grid,
    .product-hero,
    .selector-layout,
    .spec-grid,
    .reserve-strip,
    .note-point,
    .note-card-layout,
    .reserve-page-shell,
    .form-grid-two,
    .choice-list-inline {
        grid-template-columns: 1fr;
    }

    .home-hero-visual {
        min-height: 540px;
    }

    .reserve-strip {
        display: grid;
        justify-items: start;
    }

    .product-hero-media,
    .preview-frame {
        min-height: 520px;
    }

    .preview-frame-tall {
        min-height: 560px;
    }

    .home-concept-card {
        min-height: auto;
    }

    .home-concept-media {
        min-height: 320px;
    }

    .home-concept-media img {
        max-height: 290px;
    }

    .products-page-main .home-concept-media,
    .dispenser-page-main .home-concept-media {
        min-height: 240px;
    }

    .products-page-main .home-concept-media img,
    .dispenser-page-main .home-concept-media img {
        max-height: 220px;
    }

    .product-card {
        min-height: auto;
    }

    .product-media {
        min-height: 460px;
    }

    .product-media img {
        max-height: 430px;
    }

    .note-point-media {
        width: min(100%, 620px);
        min-height: 440px;
    }

    .note-point-media img {
        max-height: 380px;
    }
}

@media (max-width: 720px) {
    .site-header {
        padding: 10px 10px 0;
    }

    .header-shell {
        padding: 10px 14px;
        min-height: auto;
        border-radius: 24px;
        flex-wrap: wrap;
        row-gap: 0.5rem;
    }

    .wordmark-logo {
        height: 32px;
    }

    .site-nav {
        width: 100%;
        padding-top: 0.45rem;
        border-top: 1px solid rgba(24, 19, 15, 0.07);
        display: grid;
        grid-template-columns: repeat(4, minmax(0, 1fr));
        gap: 0.35rem;
        text-align: center;
    }

    .site-nav a {
        font-size: 0.78rem;
        min-width: 0;
    }

    .page-main,
    .site-footer {
        padding-left: 16px;
        padding-right: 16px;
    }

    .home-hero {
        padding-top: 1.5rem;
    }

    .home-hero-rich,
    .home-hero-copy,
    .home-hero-visual {
        width: 100%;
        min-width: 0;
    }

    .home-hero .hero-actions {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr;
    }

    .home-hero .hero-actions .button {
        width: 100%;
    }

    .home-hero-visual {
        min-height: 430px;
        border-radius: 28px;
    }

    .home-hero-product-main {
        inset: 24px 16px 82px 58px;
    }

    .home-hero-product-muzzle {
        left: 12px;
        bottom: 18px;
        width: 164px;
        height: 145px;
    }

    .home-hero-product-speaker {
        top: 18px;
        right: 10px;
        width: 128px;
        height: 120px;
    }

    .home-featured-card {
        grid-template-rows: 240px 1fr auto;
    }

    .home-featured-actions {
        align-items: flex-start;
        flex-direction: column;
    }

    .home-hero-copy {
        gap: 1rem;
    }

    .home-hero h1 {
        font-size: clamp(2.2rem, 10vw, 3rem);
        max-width: 12ch;
    }

    .home-section-head,
    .home-section-head-compact {
        margin-bottom: 1.1rem;
    }

    .home-trust-item {
        padding: 1.15rem;
        border-radius: 20px;
    }

    .home-section-head h2,
    .selector-group h2 {
        white-space: normal;
    }

    .product-hero-soft h1.muzzle-hero-heading {
        white-space: normal;
        text-wrap: balance;
    }

    #purpose-title,
    #featured-title {
        white-space: normal;
        text-wrap: balance;
    }

    .product-media,
    .product-hero-media,
    .preview-frame {
        min-height: 360px;
        border-radius: 24px;
    }

    .product-card,
    .note-card,
    .selector-panel,
    .preview-panel,
    .spec-card,
    .reserve-strip {
        padding: 1.3rem;
        border-radius: 24px;
    }

    .preview-frame-tall {
        min-height: 380px;
    }

}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    *,
    *::before,
    *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }

    .reveal {
        opacity: 1;
        transform: none;
    }
}
