:root {
    --maroon: #6f1d1b;
    --maroon-dark: #43110f;
    --maroon-soft: #8f2f2a;
    --gold: #d39b3b;
    --cream: #fff9ef;
    --paper: #f7ead7;
    --white: #ffffff;
    --ink: #2d211b;
    --muted: #6f6258;
    --line: rgba(89, 58, 40, .14);
    --shadow: 0 18px 50px rgba(77, 34, 20, .12);
    --radius: 24px;
    --radius-sm: 16px;
    --container: min(1180px, calc(100% - 32px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
    margin: 0;
    font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    color: var(--ink);
    background: var(--cream);
    line-height: 1.65;
}
img { display: block; width: 100%; height: auto; }
figure, dl, dd { margin: 0; }
a { color: inherit; text-decoration: none; }
button { font: inherit; }
.container { width: var(--container); margin-inline: auto; }
.section { padding: 88px 0; }
.section.alt { background: #fffdf8; }
.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}
.skip-link { position: absolute; left: -999px; top: 0; }
.skip-link:focus {
    left: 16px;
    top: 16px;
    z-index: 9999;
    padding: 10px 14px;
    background: white;
    border-radius: 8px;
}

h1, h2, h3 {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    line-height: 1.12;
    color: #3d1816;
}
h1 { font-size: clamp(3rem, 6vw, 5.8rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.1rem, 4vw, 3.65rem); letter-spacing: -.03em; }
h3 { font-size: 1.35rem; }
p { margin: 0 0 18px; color: var(--muted); }
.lead { max-width: 760px; font-size: clamp(1.02rem, 2vw, 1.22rem); }
.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    color: var(--maroon);
    font-size: .78rem;
    font-weight: 850;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.eyebrow::before {
    content: "";
    width: 28px;
    height: 2px;
    background: var(--gold);
}
.eyebrow-light { color: #f4c875; }

.btn {
    display: inline-flex;
    min-height: 52px;
    align-items: center;
    justify-content: center;
    padding: 0 22px;
    border: 1px solid transparent;
    border-radius: 999px;
    font-weight: 850;
    transition: .25s ease;
}
.btn-primary {
    color: white;
    background: var(--maroon);
    box-shadow: 0 12px 30px rgba(111, 29, 27, .24);
}
.btn-primary:hover { transform: translateY(-2px); background: #581513; }
.btn-secondary {
    color: var(--maroon);
    border-color: rgba(111, 29, 27, .28);
    background: rgba(255, 255, 255, .72);
}
.btn-secondary:hover { border-color: var(--maroon); background: white; }
.btn-light { color: var(--maroon); background: white; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 30px; }

.site-header {
    position: sticky;
    top: 0;
    z-index: 1000;
    border-bottom: 1px solid var(--line);
    background: rgba(255, 249, 239, .9);
    backdrop-filter: blur(14px);
}
.nav {
    display: flex;
    min-height: 76px;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.brand {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}
.brand-logo {
    width: auto;
    height: 52px;
    max-width: min(310px, 46vw);
    object-fit: contain;
}
.nav-links { display: flex; align-items: center; gap: 25px; font-size: .93rem; font-weight: 750; }
.nav-links a:hover, .nav-links a[aria-current="page"] { color: var(--maroon); }
.menu-btn { display: none; border: 0; color: var(--maroon); background: transparent; font-size: 1.7rem; }

.hero {
    position: relative;
    overflow: hidden;
    padding: 74px 0 68px;
    background:
        radial-gradient(circle at 14% 16%, rgba(211, 155, 59, .16), transparent 28%),
        radial-gradient(circle at 86% 35%, rgba(111, 29, 27, .12), transparent 30%),
        var(--cream);
}
.hero::after {
    content: "";
    position: absolute;
    top: -120px;
    right: -150px;
    width: 430px;
    height: 430px;
    border: 1px solid rgba(111, 29, 27, .12);
    border-radius: 50%;
}
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 58px; align-items: center; }
.hero-subtitle {
    margin: -8px 0 22px;
    color: var(--gold);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(1.25rem, 2.2vw, 1.8rem);
    font-weight: 700;
}
.hero-copy .lead { color: #504137; }
.hero-proof { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.proof {
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    color: #5a4336;
    background: white;
    font-size: .8rem;
    font-weight: 850;
}
.hero-visual { position: relative; padding: 12px 20px 45px 0; }
.hero-photo {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 34px;
    box-shadow: var(--shadow);
}
.hero-photo img { height: 100%; object-fit: cover; }
.floating-card {
    position: absolute;
    right: 0;
    bottom: 0;
    width: min(300px, 80%);
    padding: 20px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: white;
    box-shadow: var(--shadow);
}
.floating-card strong { display: block; margin-bottom: 6px; color: var(--maroon); font-size: 1.12rem; }
.floating-card p { margin: 0; font-size: .9rem; }

.quick-info { position: relative; z-index: 4; margin-top: -28px; }
.quick-card {
    display: grid;
    grid-template-columns: 1.05fr 1.95fr;
    gap: 24px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    background: white;
    box-shadow: var(--shadow);
}
.quick-title {
    padding: 18px;
    border-radius: 18px;
    background: linear-gradient(145deg, #fff8e9, #f2e0c7);
}
.quick-title h2 { font-size: 1.75rem; }
.quick-title p { margin: 0; font-size: .92rem; }
.info-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.info-item {
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: #fffdf9;
}
.info-item dt {
    margin-bottom: 5px;
    color: var(--gold);
    font-size: .7rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.info-item dd { font-size: .91rem; font-weight: 750; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: 62px; align-items: center; }
.media-card {
    overflow: hidden;
    border-radius: var(--radius);
    background: #ead8bf;
    box-shadow: var(--shadow);
}
.media-card img { width: 100%; height: 100%; object-fit: cover; }
.media-card-tall { aspect-ratio: 1 / 1; }
.media-card-tall img { object-position: center; }

.feature-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.feature-card, .ingredient-card, .product-card, .legal-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-sm);
    background: white;
    transition: .25s ease;
}
.feature-card:hover, .ingredient-card:hover, .product-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.icon {
    display: grid;
    width: 46px;
    height: 46px;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 14px;
    color: var(--maroon);
    background: linear-gradient(145deg, #f8e8ca, white);
    font-weight: 900;
}
.feature-card p, .ingredient-card p, .product-card p { margin: 0; font-size: .93rem; }

.ingredients-layout { display: grid; grid-template-columns: 1.3fr .7fr; gap: 50px; align-items: center; }
.ingredients-layout .media-card { aspect-ratio: 4 / 5; }
.ingredient-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; margin-top: 32px; }
.ingredient-card { padding: 20px; }
.ingredient-card h3 { font-size: 1.08rem; }
.ingredient-card p { font-size: .84rem; }

.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.product-image {
    overflow: hidden;
    aspect-ratio: 4 / 3;
    margin-bottom: 18px;
    border-radius: 14px;
    background: #f1e4cf;
}
.product-image img { width: 100%; height: 100%; object-fit: cover; }
.product-card .meta {
    color: var(--gold);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.product-card h3 { margin-top: 6px; }
.product-card a { display: inline-flex; margin-top: 16px; color: var(--maroon); font-weight: 900; }

.audience {
    position: relative;
    overflow: hidden;
    color: white;
    background: var(--maroon);
}
.audience::after {
    content: "";
    position: absolute;
    right: -140px;
    bottom: -180px;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background: rgba(255,255,255,.05);
}
.audience h2, .audience h3 { color: white; }
.audience p { color: #ead9d2; }
.check-list { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
.check {
    display: flex;
    gap: 10px;
    padding: 12px 14px;
    border: 1px solid rgba(255,255,255,.14);
    border-radius: 14px;
    background: rgba(255,255,255,.06);
}
.check b { color: #f2bc5d; }

.plain-checks { display: grid; gap: 10px; padding: 0; margin: 22px 0; list-style: none; }
.plain-checks li { position: relative; padding-left: 30px; color: #4f4139; }
.plain-checks li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: var(--maroon);
    font-weight: 900;
}
.disclaimer {
    padding: 14px 16px;
    border-left: 4px solid var(--gold);
    background: #fff8e8;
    font-size: .9rem;
}

.steps { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 18px; margin-top: 36px; }
.step {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
}
.step-no { margin-bottom: 16px; color: var(--gold); font-family: Georgia, serif; font-size: 2rem; font-weight: 900; }
.step p { margin: 0; }
.storage-note {
    margin-top: 22px;
    padding: 22px 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: #fff8e9;
}
.storage-note h3 { margin-bottom: 8px; }
.storage-note p { margin: 0; }

.legal-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; margin-top: 32px; }
.legal-card span {
    display: block;
    margin-bottom: 10px;
    color: var(--gold);
    font-size: .75rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.legal-card strong { color: var(--maroon); font-size: 1.14rem; overflow-wrap: anywhere; }

.reseller-section { padding-top: 30px; }
.reseller-box {
    display: grid;
    grid-template-columns: 1.3fr .7fr;
    gap: 42px;
    align-items: center;
    padding: clamp(28px, 5vw, 58px);
    border-radius: 30px;
    background: linear-gradient(135deg, #fff7e6, #f4dfbc);
    box-shadow: var(--shadow);
}
.reseller-tags { display: flex; flex-wrap: wrap; gap: 10px; }
.reseller-tags span {
    padding: 11px 14px;
    border: 1px solid rgba(111,29,27,.18);
    border-radius: 999px;
    color: var(--maroon);
    background: rgba(255,255,255,.75);
    font-weight: 800;
}

.faq-wrap { max-width: 900px; }
.section-heading-center { text-align: center; }
.faq-list { display: grid; gap: 12px; margin-top: 34px; }
.faq-item {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: white;
}
.faq-item h3 { margin: 0; }
.faq-question {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 20px 22px;
    border: 0;
    color: var(--ink);
    background: transparent;
    text-align: left;
    font-weight: 850;
    cursor: pointer;
}
.faq-question span:last-child { color: var(--maroon); font-size: 1.3rem; }
.faq-answer { padding: 0 22px 20px; }
.faq-answer p { margin: 0; }

.final-cta { padding: 74px 0; background: var(--maroon-dark); }
.final-cta-inner { display: flex; align-items: center; justify-content: space-between; gap: 38px; }
.final-cta h2 { max-width: 760px; color: white; }
.final-cta p { max-width: 740px; color: #e6d7d1; }

.site-footer { padding: 56px 0 20px; color: #f8eee7; background: #2b0d0b; }
.footer-grid { display: grid; grid-template-columns: 1.4fr .8fr 1fr 1.2fr; gap: 34px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; }
.footer-brand { margin-bottom: 14px; font-family: Georgia, serif; font-size: 1.5rem; font-weight: 900; }
.site-footer h2 { margin-bottom: 12px; color: white; font-family: inherit; font-size: 1rem; }
.site-footer p { color: #d9c7be; }
.site-footer a { margin-bottom: 8px; color: #f8eee7; }
.site-footer a:hover { color: #f4c875; }
.footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 30px;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid rgba(255,255,255,.14);
    font-size: .86rem;
}
.footer-bottom p { margin: 0; }

.floating-wa {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 900;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 13px 18px;
    border-radius: 999px;
    color: white;
    background: #168b4b;
    box-shadow: 0 12px 30px rgba(0,0,0,.22);
    font-weight: 850;
}

@media (max-width: 1024px) {
    .hero-grid, .split, .ingredients-layout { gap: 38px; }
    .feature-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .products { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .steps { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .footer-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 820px) {
    .section { padding: 68px 0; }
    .menu-btn { display: block; }
    .nav-links {
        position: absolute;
        top: 76px;
        left: 16px;
        right: 16px;
        display: none;
        padding: 18px;
        border: 1px solid var(--line);
        border-radius: 16px;
        background: white;
        box-shadow: var(--shadow);
    }
    .nav-links.is-open { display: grid; gap: 12px; }
    .hero-grid, .split, .ingredients-layout, .quick-card, .reseller-box { grid-template-columns: 1fr; }
    .hero { padding-top: 54px; }
    .hero-visual { max-width: 620px; margin-inline: auto; }
    .quick-info { margin-top: 20px; }
    .info-grid { grid-template-columns: 1fr; }
    .ingredient-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .legal-grid { grid-template-columns: 1fr; }
    .final-cta-inner { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 560px) {
    :root { --container: min(100% - 22px, 1180px); }
    .brand-logo {
        height: 44px;
        max-width: 58vw;
    }
    .hero-visual { padding-right: 0; }
    .floating-card { position: relative; width: calc(100% - 24px); margin: -34px auto 0; }
    .feature-grid, .ingredient-grid, .products, .steps, .check-list, .footer-grid { grid-template-columns: 1fr; }
    .quick-card { padding: 16px; }
    .product-card, .feature-card, .ingredient-card { padding: 20px; }
    .footer-bottom { flex-direction: column; gap: 10px; }
    .floating-wa { right: 12px; bottom: 12px; }
}

/* Product Page */
.page-hero {
    padding: 72px 0;
    background:
        radial-gradient(circle at 18% 20%, rgba(211, 155, 59, .14), transparent 26%),
        radial-gradient(circle at 90% 30%, rgba(111, 29, 27, .10), transparent 30%),
        var(--cream);
}
.page-hero-grid {
    display: grid;
    grid-template-columns: 1.08fr .92fr;
    gap: 54px;
    align-items: center;
}
.page-hero-image {
    overflow: hidden;
    aspect-ratio: 4 / 5;
    border-radius: 30px;
    box-shadow: var(--shadow);
}
.page-hero-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 22px;
    margin-top: 36px;
}
.product-detail-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: white;
    box-shadow: 0 12px 32px rgba(77,34,20,.07);
}
.product-detail-image {
    aspect-ratio: 16 / 10;
    overflow: hidden;
    background: #f2e4d1;
}
.product-detail-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-detail-content {
    padding: 24px;
}
.product-detail-content .meta {
    color: var(--gold);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.product-detail-content h3 {
    margin-top: 6px;
}
.product-detail-content h4 {
    margin: 20px 0 10px;
    color: var(--maroon);
}
.pill-list,
.bulk-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 9px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.pill-list li,
.bulk-tags span {
    padding: 8px 12px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: #fff9ef;
    color: #5d4638;
    font-size: .84rem;
    font-weight: 750;
}
.text-link {
    display: inline-flex;
    margin-top: 20px;
    color: var(--maroon);
    font-weight: 900;
}
.check-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 28px;
}
.check-card {
    position: relative;
    padding: 14px 16px 14px 42px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: white;
    font-weight: 800;
}
.check-card::before {
    content: "✓";
    position: absolute;
    left: 15px;
    color: var(--maroon);
    font-weight: 900;
}
.comparison-wrap {
    overflow-x: auto;
    margin-top: 30px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
}
.comparison-table {
    width: 100%;
    min-width: 700px;
    border-collapse: collapse;
}
.comparison-table th,
.comparison-table td {
    padding: 16px 18px;
    border-bottom: 1px solid var(--line);
    text-align: left;
}
.comparison-table thead th {
    color: white;
    background: var(--maroon);
}
.comparison-table tbody tr:last-child td {
    border-bottom: 0;
}
.comparison-table td:nth-child(2) {
    color: var(--maroon);
    font-weight: 850;
}
.table-note {
    margin-top: 10px;
    font-size: .86rem;
}
.product-spec-section {
    color: white;
    background: var(--maroon);
}
.product-spec-section h2 {
    color: white;
}
.spec-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 30px;
}
.spec-grid > div {
    padding: 20px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 16px;
    background: rgba(255,255,255,.07);
}
.spec-grid dt {
    margin-bottom: 7px;
    color: #f3c66f;
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.spec-grid dd {
    color: white;
    font-weight: 750;
}
.use-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 30px;
}
.use-grid div {
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 14px;
    background: white;
    text-align: center;
    font-weight: 800;
}
.bulk-section {
    padding-top: 30px;
}
.bulk-box {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 38px;
    align-items: center;
    padding: clamp(28px, 5vw, 56px);
    border-radius: 28px;
    background: linear-gradient(135deg, #fff6e4, #f1d9b5);
    box-shadow: var(--shadow);
}
.bulk-tags {
    align-content: flex-start;
}
@media (max-width: 1024px) {
    .use-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 820px) {
    .page-hero-grid,
    .bulk-box {
        grid-template-columns: 1fr;
    }
    .page-hero-image {
        max-width: 620px;
        margin-inline: auto;
    }
    .product-detail-grid {
        grid-template-columns: 1fr;
    }
    .spec-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
    .use-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 560px) {
    .check-grid,
    .spec-grid,
    .use-grid {
        grid-template-columns: 1fr;
    }
}

/* About Page */
.about-hero-image {
    aspect-ratio: 16 / 11;
}
.about-story-image {
    aspect-ratio: 4 / 5;
}
.philosophy-section {
    color: white;
    background: var(--maroon);
}
.philosophy-section h2,
.philosophy-section h3 {
    color: white;
}
.philosophy-section p {
    color: #ead9d2;
}
.philosophy-grid {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
    gap: 48px;
    align-items: start;
}
.philosophy-cards {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}
.philosophy-cards article {
    padding: 24px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 18px;
    background: rgba(255,255,255,.06);
}
.philosophy-cards span {
    display: block;
    margin-bottom: 16px;
    color: #f2c16d;
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 900;
}
.philosophy-note {
    margin-top: 28px;
    padding-top: 22px;
    border-top: 1px solid rgba(255,255,255,.15);
}
.philosophy-note p {
    max-width: 850px;
    margin: 0;
    font-size: 1.08rem;
}
.legal-about-section {
    color: white;
    background:
        radial-gradient(circle at 80% 20%, rgba(255,255,255,.06), transparent 28%),
        var(--maroon-dark);
}
.legal-about-section h2 {
    color: white;
}
.legal-about-section .legal-card {
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.07);
}
.legal-about-section .legal-card strong {
    color: white;
}
.legal-lead,
.legal-note {
    color: #ddcbc3;
}
.legal-note {
    margin-top: 18px;
    font-size: .9rem;
}
.about-choice-image {
    aspect-ratio: 4 / 5;
}
.about-audience-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 34px;
}
.about-audience-grid article {
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
}
.about-audience-grid span {
    display: block;
    margin-bottom: 12px;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 1.8rem;
    font-weight: 900;
}
.about-audience-grid p {
    margin: 0;
    font-weight: 750;
}
.vision-section {
    padding-top: 30px;
}
.vision-box {
    padding: clamp(34px, 6vw, 72px);
    border-radius: 30px;
    color: white;
    background:
        linear-gradient(rgba(67,17,15,.78), rgba(67,17,15,.78)),
        url('../images/wedang-uwuh-mataram-jogja.webp') center/cover;
    box-shadow: var(--shadow);
}
.vision-box h2 {
    max-width: 820px;
    color: white;
}
.vision-box p {
    max-width: 820px;
    color: #f0ded5;
    font-size: 1.08rem;
}
.btn-outline-light {
    border-color: rgba(255,255,255,.35);
    color: white;
    background: transparent;
}
.btn-outline-light:hover {
    border-color: white;
    background: rgba(255,255,255,.08);
}
@media (max-width: 820px) {
    .philosophy-grid {
        grid-template-columns: 1fr;
    }
    .about-audience-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 560px) {
    .philosophy-cards,
    .about-audience-grid {
        grid-template-columns: 1fr;
    }
}

/* Reseller & Agent Page */
.reseller-feature-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}
.reseller-audience-section {
    color: white;
    background: var(--maroon);
}
.reseller-audience-section h2 {
    color: white;
}
.reseller-audience-section p {
    color: #ead9d2;
}
.partner-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 11px;
}
.partner-grid span {
    padding: 11px 14px;
    border: 1px solid rgba(255,255,255,.16);
    border-radius: 999px;
    background: rgba(255,255,255,.07);
    font-weight: 800;
}
.program-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.program-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
}
.program-card > span {
    display: block;
    margin-bottom: 16px;
    color: var(--gold);
    font-family: Georgia, serif;
    font-size: 2rem;
    font-weight: 900;
}
.program-card p {
    margin: 0;
}
.reseller-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.reseller-product-card {
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
}
.reseller-product-card img {
    width: 100%;
    aspect-ratio: 16 / 10;
    object-fit: cover;
}
.reseller-product-card span,
.reseller-product-card strong {
    display: block;
    padding-inline: 18px;
}
.reseller-product-card span {
    padding-top: 16px;
    color: var(--gold);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.reseller-product-card strong {
    padding-top: 5px;
    padding-bottom: 18px;
    color: var(--maroon);
}
.reseller-process-section {
    color: white;
    background: var(--maroon-dark);
}
.reseller-process-section h2,
.reseller-process-section .reseller-step h3 {
    color: white;
}
.reseller-process-section .reseller-step {
    border-color: rgba(255,255,255,.14);
    background: rgba(255,255,255,.07);
}
.reseller-process-section .reseller-step p {
    color: #ddcbc3;
}
.reseller-contact-section {
    padding-top: 30px;
}
.reseller-contact-box {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 36px;
    align-items: center;
    padding: clamp(28px, 5vw, 54px);
    border-radius: 28px;
    background: linear-gradient(135deg, #fff6e4, #f1d9b5);
    box-shadow: var(--shadow);
}
.reseller-contact-action {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.reseller-contact-action span {
    color: var(--gold);
    font-size: .76rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.reseller-contact-action strong {
    margin: 8px 0 18px;
    color: var(--maroon);
    font-size: clamp(1.5rem, 3vw, 2.3rem);
}
@media (max-width: 1100px) {
    .reseller-feature-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
    .program-grid,
    .reseller-product-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}
@media (max-width: 820px) {
    .reseller-contact-box {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .reseller-feature-grid,
    .program-grid,
    .reseller-product-grid {
        grid-template-columns: 1fr;
    }
}

/* Contact Page */
.contact-hero-image {
    aspect-ratio: 4 / 5;
}
.contact-card-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 34px;
}
.contact-card {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: white;
    box-shadow: 0 12px 32px rgba(77,34,20,.07);
}
.contact-card-primary {
    color: white;
    background: var(--maroon);
}
.contact-card-primary h3,
.contact-card-primary strong {
    color: white;
}
.contact-card-primary p {
    color: #ead9d2;
}
.contact-label {
    margin-bottom: 12px;
    color: var(--gold);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.contact-card strong {
    margin-bottom: 14px;
    color: var(--maroon);
    font-size: 1.35rem;
    overflow-wrap: anywhere;
}
.contact-card p {
    flex: 1;
}
.contact-email {
    font-size: 1rem !important;
}
.social-contact-layout {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    gap: 44px;
    align-items: center;
}
.social-contact-grid {
    display: grid;
    gap: 12px;
}
.social-contact-grid a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    padding: 18px 20px;
    border: 1px solid var(--line);
    border-radius: 15px;
    background: white;
    transition: .25s ease;
}
.social-contact-grid a:hover {
    transform: translateX(5px);
    border-color: rgba(111,29,27,.35);
}
.social-contact-grid span {
    color: var(--gold);
    font-weight: 900;
}
.social-contact-grid strong {
    color: var(--maroon);
    overflow-wrap: anywhere;
    text-align: right;
}
.contact-services-section {
    color: white;
    background: var(--maroon);
}
.contact-services-section h2 {
    color: white;
}
.service-help-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 12px;
    margin-top: 32px;
}
.service-help-grid div {
    padding: 16px;
    border: 1px solid rgba(255,255,255,.15);
    border-radius: 14px;
    background: rgba(255,255,255,.07);
    font-weight: 800;
}
.contact-info-image {
    aspect-ratio: 4 / 5;
}
.contact-form-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 46px;
    align-items: start;
}
.contact-form {
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: 22px;
    background: white;
    box-shadow: var(--shadow);
}
.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 20px;
}
.form-full {
    grid-column: 1 / -1;
}
.contact-form label {
    display: grid;
    gap: 7px;
    color: #4e3a2e;
    font-weight: 800;
}
.contact-form label small {
    color: var(--muted);
    font-weight: 500;
}
.contact-form input,
.contact-form select,
.contact-form textarea {
    width: 100%;
    border: 1px solid var(--line);
    border-radius: 12px;
    padding: 13px 14px;
    color: var(--ink);
    background: #fffdf9;
    font: inherit;
}
.contact-form textarea {
    resize: vertical;
}
.contact-form input:focus,
.contact-form select:focus,
.contact-form textarea:focus {
    outline: 3px solid rgba(211,155,59,.22);
    border-color: var(--gold);
}
.form-note {
    margin: 14px 0 0;
    font-size: .82rem;
}
.location-card {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
    margin-top: 30px;
}
.location-card > div {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: white;
}
.location-card span {
    display: block;
    margin-bottom: 9px;
    color: var(--gold);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.location-card strong {
    display: block;
    margin-bottom: 9px;
    color: var(--maroon);
}
.location-card p {
    margin: 0;
}
@media (max-width: 1050px) {
    .service-help-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}
@media (max-width: 820px) {
    .contact-card-grid,
    .social-contact-layout,
    .contact-form-layout {
        grid-template-columns: 1fr;
    }
    .location-card {
        grid-template-columns: 1fr;
    }
}
@media (max-width: 560px) {
    .service-help-grid,
    .form-grid {
        grid-template-columns: 1fr;
    }
    .form-full {
        grid-column: auto;
    }
    .social-contact-grid a {
        align-items: flex-start;
        flex-direction: column;
    }
    .social-contact-grid strong {
        text-align: left;
    }
}

/* Contact Location Map */
.location-map-layout {
    display: grid;
    grid-template-columns: .8fr 1.2fr;
    gap: 22px;
    align-items: stretch;
    margin-top: 32px;
}
.location-details {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 26px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: white;
}
.location-details > div:not(.location-actions) {
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}
.location-details > div:not(.location-actions):last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}
.location-details span {
    display: block;
    margin-bottom: 8px;
    color: var(--gold);
    font-size: .74rem;
    font-weight: 900;
    letter-spacing: .1em;
    text-transform: uppercase;
}
.location-details strong {
    display: block;
    margin-bottom: 7px;
    color: var(--maroon);
    font-size: 1.08rem;
}
.location-details address {
    color: var(--muted);
    font-style: normal;
    line-height: 1.7;
}
.location-details p {
    margin: 0;
}
.location-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: auto;
}
.map-embed {
    overflow: hidden;
    min-height: 430px;
    border: 1px solid var(--line);
    border-radius: 20px;
    background: #eadcc7;
}
.map-embed iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 430px;
    border: 0;
}
@media (max-width: 820px) {
    .location-map-layout {
        grid-template-columns: 1fr;
    }
    .map-embed,
    .map-embed iframe {
        min-height: 360px;
    }
}
@media (max-width: 560px) {
    .location-actions {
        flex-direction: column;
    }
    .location-actions .btn {
        width: 100%;
    }
    .map-embed,
    .map-embed iframe {
        min-height: 320px;
    }
}
