:root {
    --bg: #f4ede4;
    --bg-strong: #efe2d2;
    --surface: rgba(255, 250, 244, 0.86);
    --surface-strong: #fffaf2;
    --text: #23140e;
    --muted: #6f5a4f;
    --line: rgba(70, 45, 29, 0.14);
    --espresso: #2c1a12;
    --espresso-soft: #5d3927;
    --gold: #b98955;
    --gold-soft: #d9b68c;
    --cream: #fff6ea;
    --danger: #982f2f;
    --success: #2d6d4b;
    --shadow-lg: 0 24px 70px rgba(33, 20, 11, 0.18);
    --shadow-md: 0 18px 40px rgba(33, 20, 11, 0.12);
    --radius-xl: 24px;
    --radius-lg: 18px;
    --radius-md: 14px;
    --radius-sm: 12px;
    --container: min(1140px, calc(100vw - 2rem));
    --measure: 62ch;
}

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

html {
    scroll-behavior: smooth;
}

body {
    margin: 0;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    background:
        radial-gradient(circle at top left, rgba(185, 137, 85, 0.18), transparent 30%),
        linear-gradient(180deg, #f7f0e8 0%, #efe4d7 38%, #f7f1ea 100%);
    color: var(--text);
    line-height: 1.72;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
}

img {
    display: block;
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select,
textarea {
    font: inherit;
}

button {
    cursor: pointer;
}

h1,
h2,
h3,
h4,
.brand-mark strong,
.page-hero h1,
.hero-copy h1 {
    font-family: "Palatino Linotype", "Book Antiqua", Georgia, serif;
    letter-spacing: -0.02em;
    line-height: 1.08;
    margin: 0;
}

p,
ul,
figure {
    margin: 0;
}

ul {
    padding: 0;
    list-style: none;
}

.container {
    width: var(--container);
    margin: 0 auto;
}

.skip-link {
    position: absolute;
    left: -999px;
    top: 0;
}

.skip-link:focus {
    left: 1rem;
    top: 1rem;
    z-index: 1000;
    background: var(--espresso);
    color: #fff;
    padding: 0.75rem 1rem;
    border-radius: 999px;
}

.eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.74rem;
    font-weight: 700;
    color: var(--gold);
}

.eyebrow::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.section-shell {
    padding: clamp(4rem, 7vw, 5.5rem) 0;
}

.section-tinted {
    background: rgba(255, 248, 240, 0.66);
}

.section-dark {
    background:
        linear-gradient(135deg, rgba(33, 18, 10, 0.96), rgba(61, 31, 18, 0.92)),
        url("../../images/harufu nzuri ya kahawa.jpeg") center/cover;
    color: #fef4ea;
}

.section-heading {
    display: grid;
    gap: 0.85rem;
    max-width: 760px;
    margin-bottom: 2rem;
}

.section-heading h2,
.page-hero h1,
.hero-copy h1,
.product-detail-copy h1,
.article-head h1,
.centered-copy h1 {
    font-size: clamp(1.9rem, 2.8vw, 3.45rem);
}

.section-heading p,
.hero-copy p,
.page-hero p,
.feature-card p,
.segment-card p,
.blog-card p,
.testimonial-card p {
    color: var(--muted);
}

p,
.section-heading p,
.feature-card p,
.segment-card p,
.blog-card p,
.testimonial-card p,
.legal-copy p,
.article-content p,
.product-card-body p,
.product-detail-copy p {
    max-width: var(--measure);
}

.section-dark .section-heading p,
.section-dark p,
.section-dark .feature-card p,
.section-dark .segment-card p {
    color: rgba(255, 243, 229, 0.82);
}

.section-dark .segment-list .segment-card {
    background: rgba(255, 250, 244, 0.94);
    color: var(--text);
}

.section-dark .segment-list .segment-card h3 {
    color: var(--espresso);
}

.section-dark .segment-list .segment-card p {
    color: var(--muted);
}

.wholesale-supply-section .wholesale-segment-card,
.section-dark .wholesale-segment-list .wholesale-segment-card {
    background: rgba(255, 250, 244, 0.96) !important;
    color: var(--text) !important;
    border-color: rgba(92, 58, 35, 0.14) !important;
}

.wholesale-supply-section .wholesale-segment-card h3,
.section-dark .wholesale-segment-list .wholesale-segment-card h3 {
    color: var(--espresso) !important;
}

.wholesale-supply-section .wholesale-segment-card p,
.section-dark .wholesale-segment-list .wholesale-segment-card p {
    color: var(--muted) !important;
}

.button,
.link-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    border: 0;
    border-radius: 999px;
    padding: 0.95rem 1.4rem;
    font-weight: 700;
    transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, color 180ms ease;
}

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

.button-primary {
    background: linear-gradient(135deg, var(--gold), #cf9d68);
    color: #20120c;
    box-shadow: 0 14px 28px rgba(185, 137, 85, 0.24);
}

.button-secondary {
    background: rgba(255, 246, 234, 0.84);
    color: var(--espresso);
    border: 1px solid rgba(125, 89, 56, 0.16);
}

.button-ghost {
    color: #fff4e7;
    border: 1px solid rgba(255, 237, 217, 0.32);
    background: transparent;
}

.announcement-bar {
    position: sticky;
    top: 0;
    z-index: 50;
    background: var(--espresso);
    color: #fbead7;
    font-size: 0.9rem;
    transition: transform 220ms ease, opacity 220ms ease;
}

.announcement-bar.is-hidden {
    transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
}

.announcement-bar-inner {
    min-height: 2.8rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.announcement-item {
    position: absolute;
    opacity: 0;
    transform: translateY(8px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.announcement-item.is-active {
    opacity: 1;
    transform: translateY(0);
}

.site-header {
    position: sticky;
    top: 2.8rem;
    z-index: 40;
    padding: 0.9rem 0;
    backdrop-filter: blur(22px);
    background: rgba(247, 241, 234, 0.78);
    border-bottom: 1px solid transparent;
    transition: top 220ms ease, padding 180ms ease, background 180ms ease, border-color 180ms ease, box-shadow 180ms ease, transform 220ms ease;
}

.site-header.is-announcement-hidden {
    top: 0;
}

.site-header.is-scrolled {
    padding: 0.45rem 0;
    border-color: var(--line);
    background: rgba(251, 245, 238, 0.92);
    box-shadow: 0 14px 30px rgba(34, 20, 11, 0.08);
}

.site-header.is-hidden {
    transform: translateY(calc(-100% - 0.8rem));
}

.nav-actions,
.brand-mark,
.desktop-nav,
.hero-actions,
.inline-actions,
.chip-row,
.shop-select-row,
.social-links,
.footer-bottom,
.meta-row,
.product-card-links,
.summary-actions {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-shell {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: 1.4rem;
}

.brand-mark img {
    width: 78px;
    height: 78px;
    object-fit: contain;
}

.brand-mark {
    justify-self: start;
}

.desktop-nav {
    justify-content: flex-end;
    flex-wrap: wrap;
    padding-right: 0.35rem;
}

.nav-actions {
    justify-content: flex-end;
    justify-self: end;
    margin-left: auto;
    gap: 1.15rem;
}

.desktop-nav a,
.mobile-nav a,
.footer-links a,
.footer-bottom a,
.blog-card a,
.product-card-links a,
.product-card-links button {
    color: var(--muted);
    font-weight: 600;
}

.desktop-nav a.is-active,
.desktop-nav a:hover,
.mobile-nav a.is-active,
.mobile-nav a:hover,
.blog-card a:hover,
.footer-links a:hover {
    color: var(--espresso);
}

.nav-link-pill {
    background: rgba(255, 255, 255, 0.7);
    padding: 0.8rem 1.05rem;
    border-radius: 999px;
    border: 1px solid rgba(76, 49, 31, 0.09);
    white-space: nowrap;
}

.mobile-toggle,
.modal-close {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid rgba(76, 49, 31, 0.1);
    background: rgba(255, 255, 255, 0.74);
    display: none;
    place-items: center;
}

.mobile-toggle span {
    display: block;
    width: 18px;
    height: 2px;
    background: var(--espresso);
    margin: 3px 0;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    background: rgba(24, 15, 10, 0.5);
    display: none;
}

.mobile-menu.is-open {
    display: block;
}

.mobile-menu-panel {
    margin-left: auto;
    width: min(88vw, 360px);
    height: 100%;
    background: #fffaf4;
    padding: 1.4rem;
    box-shadow: var(--shadow-lg);
}

.mobile-nav {
    display: grid;
    gap: 1rem;
}

.mobile-menu-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    margin-bottom: 1.25rem;
}

.mobile-menu-brand img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.mobile-menu-head button {
    flex: 0 0 auto;
}

.hero-section,
.hero-slider,
.hero-slide {
    min-height: min(92vh, 820px);
}

.hero-slider {
    position: relative;
}

.hero-dots {
    position: absolute;
    left: 50%;
    bottom: 2rem;
    transform: translateX(-50%);
    display: flex;
    gap: 0.5rem;
    z-index: 2;
}

.hero-slide {
    position: absolute;
    inset: 0;
    background-position: center;
    background-size: cover;
    opacity: 0;
    transform: scale(1.03);
    transition: opacity 600ms ease, transform 1s ease;
}

.hero-slide.is-active {
    opacity: 1;
    transform: scale(1);
    position: relative;
}

.hero-content,
.page-hero-inner {
    min-height: inherit;
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1.18fr) minmax(320px, 0.82fr);
    gap: 2.5rem;
}

.hero-copy {
    display: grid;
    gap: 1.15rem;
    color: #fff5e7;
}

.hero-copy p {
    max-width: 60ch;
    color: rgba(255, 240, 224, 0.84);
    font-size: 1.06rem;
}

.hero-stats-card,
.feature-card,
.process-card,
.segment-card,
.testimonial-card,
.blog-card,
.contact-card,
.map-card,
.order-summary,
.cart-table,
.article-sidebar .feature-card,
.timeline-card,
.team-card,
.legal-copy,
.featured-post,
.product-card,
.modal-panel {
    background: var(--surface);
    border: 1px solid rgba(85, 52, 31, 0.08);
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
    transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease, background 180ms ease;
}

.hero-stats-card {
    padding: 1.7rem;
    color: #fff5e7;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(18px);
}

.media-card,
.gallery-card {
    overflow: hidden;
    border-radius: var(--radius-xl);
    box-shadow: var(--shadow-md);
}

.stats-grid,
.feature-grid,
.process-grid,
.testimonial-grid,
.blog-grid,
.gallery-grid,
.contact-card-grid,
.timeline-grid,
.team-grid,
.product-grid,
.product-info-grid {
    display: grid;
    gap: 1.25rem;
}

.stats-grid,
.feature-grid,
.timeline-grid,
.team-grid,
.product-info-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.trust-strip {
    margin-top: -2.4rem;
    position: relative;
    z-index: 2;
}

.trust-strip-grid {
    background: rgba(255, 250, 244, 0.94);
    border: 1px solid rgba(85, 52, 31, 0.08);
    border-radius: 999px;
    box-shadow: var(--shadow-md);
    padding: 0.95rem 1.15rem;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.85rem 1.35rem;
}

.split-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.02fr) minmax(0, 0.98fr);
    gap: 2rem;
    align-items: start;
}

.split-layout > div,
.contact-surface,
.contact-page-info,
.contact-info-stack,
.contact-map-copy,
.contact-form-head {
    display: grid;
    gap: 1rem;
}

.feature-stack,
.segment-list,
.faq-list,
.premium-form,
.cart-table-shell,
.checkout-items,
.article-content {
    display: grid;
    gap: 1rem;
}

.feature-card,
.process-card,
.segment-card,
.contact-card,
.timeline-card,
.team-card,
.map-card,
.order-summary,
.legal-copy,
.blog-card-body,
.testimonial-card-body {
    padding: 1.3rem;
}

.feature-card,
.process-card,
.segment-card,
.contact-card,
.timeline-card,
.team-card,
.map-card,
.order-summary,
.legal-copy,
.product-card,
.premium-form,
.featured-post,
.blog-card,
.testimonial-card {
    height: 100%;
}

.feature-card:hover,
.process-card:hover,
.segment-card:hover,
.contact-card:hover,
.blog-card:hover,
.testimonial-card:hover,
.product-card:hover,
.team-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 24px 48px rgba(33, 20, 11, 0.14);
}

.gallery-card {
    background: rgba(255, 250, 244, 0.82);
    border: 1px solid rgba(85, 52, 31, 0.08);
}

.gallery-card figcaption {
    padding: 0.95rem 1rem 1.1rem;
    font-weight: 700;
    line-height: 1.4;
}

.product-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: start;
}

.product-card {
    overflow: hidden;
}

.product-media {
    position: relative;
    background: linear-gradient(180deg, rgba(248, 239, 228, 0.95), rgba(236, 221, 206, 0.9));
}

.product-media img,
.gallery-card img,
.blog-card img,
.featured-post img,
.article-head img,
.team-card img,
.testimonial-card img,
.media-card img,
.product-gallery-main {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-media img,
.gallery-card img,
.blog-card img,
.testimonial-card img {
    aspect-ratio: 4 / 3;
    max-height: 270px;
    width: 100%;
}

.media-card img {
    aspect-ratio: 5 / 4;
    max-height: 440px;
}

.team-card img {
    aspect-ratio: 4 / 4.5;
    max-height: 320px;
}

.featured-post img {
    aspect-ratio: 16 / 10;
    max-height: 360px;
}

.article-head img,
.product-gallery-main {
    aspect-ratio: 16 / 10;
    max-height: 500px;
}

.product-badge {
    position: absolute;
    top: 1rem;
    left: 1rem;
    z-index: 2;
    padding: 0.45rem 0.8rem;
    border-radius: 999px;
    background: rgba(30, 18, 10, 0.86);
    color: #fff3e1;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}

.product-card-body,
.product-card-head,
.detail-actions,
.size-pills,
.detail-meta,
.product-gallery,
.product-gallery-thumbs,
.article-layout,
.checkout-layout,
.cart-layout {
    display: grid;
    gap: 1rem;
}

.product-card-body {
    padding: 1.2rem;
}

.blog-card-body,
.testimonial-card-body,
.product-detail-copy,
.article-sidebar,
.cart-empty,
.map-card,
.contact-card {
    display: grid;
    gap: 1rem;
}

.blog-card-body > span,
.testimonial-card-body > span {
    color: var(--muted);
}

.product-card-head {
    grid-template-columns: 1fr auto;
    gap: 0.9rem;
}

.taste-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 0.6rem;
}

.taste-tags li,
.size-pills span,
.filter-chip {
    border-radius: 999px;
    padding: 0.55rem 0.8rem;
    background: rgba(106, 73, 46, 0.08);
    color: var(--espresso-soft);
    font-size: 0.9rem;
}

.filter-chip {
    border: 0;
}

.filter-chip.is-active {
    background: var(--espresso);
    color: #fff4e8;
}

.product-meta-line,
.summary-line,
.cart-line-item,
.product-review-line {
    display: flex;
    justify-content: space-between;
    gap: 1rem;
    align-items: center;
}

.quantity-picker {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    overflow: hidden;
}

.quantity-picker button,
.quantity-picker input {
    border: 0;
    background: transparent;
    padding: 0.72rem 0.85rem;
    width: 44px;
    text-align: center;
}

.detail-price {
    font-size: 1.85rem;
    font-weight: 800;
    color: var(--espresso);
}

.product-detail-layout,
.article-layout,
.checkout-layout {
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 2rem;
}

.product-gallery-thumbs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.product-gallery-thumbs img {
    border-radius: var(--radius-md);
    aspect-ratio: 1 / 1;
}

.page-hero {
    min-height: clamp(320px, 44vh, 500px);
    background-position: center;
    background-size: cover;
    color: #fff4e8;
    position: relative;
}

.page-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, rgba(15, 10, 8, 0.8), rgba(42, 24, 16, 0.48));
}

.page-hero-inner {
    min-height: clamp(320px, 44vh, 500px);
    grid-template-columns: 1fr;
    max-width: 820px;
    position: relative;
    z-index: 1;
    align-content: end;
    padding: 4.5rem 0 3.2rem;
}

.shop-controls,
.search-shell,
.premium-form label {
    display: grid;
    gap: 0.65rem;
}

.search-shell input,
.premium-form input,
.premium-form select,
.premium-form textarea,
.newsletter-form input,
.shop-select-row select {
    width: 100%;
    padding: 1rem 1.05rem;
    border-radius: 16px;
    border: 1px solid var(--line);
    background: rgba(255, 252, 247, 0.92);
    color: var(--text);
}

.newsletter-form {
    display: grid;
    gap: 0.7rem;
}

.newsletter-feedback {
    min-height: 1.2rem;
    color: rgba(246, 231, 212, 0.72);
}

.premium-form {
    padding: 1.6rem;
    background:
        radial-gradient(circle at top right, rgba(255, 226, 191, 0.3), transparent 26%),
        rgba(255, 252, 247, 0.92);
    border-radius: var(--radius-xl);
    border: 1px solid rgba(87, 58, 38, 0.1);
}

.premium-form textarea {
    min-height: 150px;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.checkbox-line {
    display: flex;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1rem;
    border-radius: 16px;
    background: rgba(106, 73, 46, 0.06);
    border: 1px solid rgba(87, 58, 38, 0.08);
}

.checkbox-line input {
    width: 18px;
    height: 18px;
}

.form-alert {
    padding: 1rem 1.1rem;
    border-radius: var(--radius-md);
}

.form-alert-error {
    background: rgba(152, 47, 47, 0.1);
    color: var(--danger);
}

.form-alert-success {
    background: rgba(45, 109, 75, 0.12);
    color: var(--success);
}

.faq-item {
    border-bottom: 1px solid rgba(76, 49, 31, 0.11);
}

.faq-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 1rem 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-align: left;
    color: inherit;
    font-weight: 700;
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 220ms ease;
}

.faq-item.is-open .faq-answer {
    max-height: 240px;
    padding-bottom: 1rem;
}

.site-footer {
    padding: 5rem 0 2rem;
    position: relative;
    overflow: hidden;
    background:
        radial-gradient(circle at top left, rgba(186, 138, 85, 0.18), transparent 28%),
        linear-gradient(180deg, #1f120d 0%, #120a07 100%);
    color: #f6e7d4;
}

.site-footer::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(120deg, rgba(255, 234, 208, 0.04), transparent 38%),
        linear-gradient(180deg, transparent, rgba(255, 244, 228, 0.03));
    pointer-events: none;
}

.footer-grid {
    position: relative;
    z-index: 1;
    display: grid;
    grid-template-columns: minmax(0, 1.35fr) minmax(260px, 0.9fr) minmax(220px, 0.75fr);
    gap: 2rem;
    align-items: stretch;
}

.footer-links,
.footer-brand {
    display: grid;
    gap: 0.8rem;
}

.footer-brand,
.footer-panel {
    padding: 1.55rem;
    border-radius: 28px;
    border: 1px solid rgba(255, 239, 218, 0.1);
    background: rgba(255, 248, 240, 0.04);
    box-shadow: 0 20px 44px rgba(0, 0, 0, 0.18);
    backdrop-filter: blur(10px);
}

.footer-brand img {
    width: 104px;
    height: 104px;
    object-fit: contain;
    background: rgba(255, 249, 241, 0.12);
    border: 1px solid rgba(255, 239, 218, 0.15);
    border-radius: 22px;
    padding: 0.95rem;
}

.footer-brand h3 {
    font-size: 1.5rem;
}

.footer-brand p {
    max-width: 48ch;
    color: rgba(246, 231, 212, 0.82);
}

.footer-kicker {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    color: rgba(217, 182, 140, 0.92);
    text-transform: uppercase;
    letter-spacing: 0.18em;
    font-size: 0.72rem;
    font-weight: 700;
}

.footer-kicker::before {
    content: "";
    width: 28px;
    height: 1px;
    background: currentColor;
}

.footer-panel {
    display: grid;
    gap: 0.9rem;
    align-content: start;
}

.footer-panel-accent {
    background:
        linear-gradient(180deg, rgba(188, 140, 89, 0.12), rgba(255, 248, 240, 0.04));
}

.footer-panel h4 {
    font-size: 1.35rem;
}

.site-footer .social-links {
    flex-wrap: wrap;
    gap: 0.8rem;
}

.site-footer .social-links a,
.footer-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0.85rem 1rem;
    border-radius: 999px;
    border: 1px solid rgba(255, 239, 218, 0.13);
    background: rgba(255, 248, 240, 0.06);
    color: #f8e8d7;
    transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.site-footer .social-links a:hover,
.footer-cta:hover {
    transform: translateY(-2px);
    background: rgba(255, 248, 240, 0.11);
    border-color: rgba(255, 239, 218, 0.22);
}

.footer-links li,
.footer-links a {
    color: rgba(246, 231, 212, 0.82);
}

.footer-links li + li {
    margin-top: 0.12rem;
}

.footer-cta {
    margin-top: 0.55rem;
    background: linear-gradient(135deg, rgba(185, 137, 85, 0.88), rgba(214, 171, 120, 0.88));
    color: #20120c;
    font-weight: 700;
}

.footer-bottom {
    position: relative;
    z-index: 1;
    justify-content: space-between;
    padding-top: 2rem;
    margin-top: 2rem;
    border-top: 1px solid rgba(255, 239, 218, 0.1);
}

.whatsapp-float {
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 30;
    padding: 1rem 1.3rem;
    border-radius: 999px;
    background: #1fa865;
    color: #fff;
    font-weight: 800;
    box-shadow: var(--shadow-lg);
}

.quick-view-modal,
.cart-drawer {
    position: fixed;
    inset: 0;
    z-index: 60;
}

.modal-backdrop {
    position: absolute;
    inset: 0;
    background: rgba(16, 11, 8, 0.58);
}

.modal-panel,
.cart-drawer-panel {
    position: relative;
    z-index: 1;
    width: min(920px, calc(100vw - 2rem));
    margin: 5vh auto;
    padding: 1.25rem;
    background: #fffaf3;
}

.cart-drawer-panel {
    margin-right: 1rem;
    margin-left: auto;
    width: min(420px, calc(100vw - 1rem));
}

.quick-view-grid {
    display: grid;
    grid-template-columns: 0.95fr 1.05fr;
    gap: 1.2rem;
}

.toast-stack {
    position: fixed;
    left: 1rem;
    bottom: 1rem;
    z-index: 70;
    display: grid;
    gap: 0.75rem;
}

.toast {
    padding: 0.95rem 1rem;
    border-radius: 14px;
    background: rgba(32, 18, 12, 0.94);
    color: #fff4e8;
    box-shadow: var(--shadow-md);
}

.cart-layout {
    grid-template-columns: 1.25fr 0.75fr;
    align-items: start;
}

.cart-line-item {
    padding: 1rem 0;
    border-bottom: 1px solid var(--line);
}

.empty-state,
.centered-copy {
    text-align: center;
    display: grid;
    gap: 1rem;
    max-width: 700px;
    margin: 0 auto;
}

.featured-post,
.article-head {
    overflow: hidden;
}

.blog-card,
.testimonial-card {
    overflow: hidden;
}

.featured-post {
    display: grid;
    grid-template-columns: minmax(280px, 0.95fr) minmax(0, 1.05fr);
}

.article-shell {
    padding: 4rem 0;
}

.article-head,
.legal-copy {
    display: grid;
    gap: 1rem;
}

.article-head {
    max-width: 960px;
}

.featured-post-body {
    display: grid;
    gap: 1rem;
    align-content: center;
    padding: 1.5rem;
}

.meta-row {
    flex-wrap: wrap;
    row-gap: 0.45rem;
}

.article-content h2,
.legal-copy h2 {
    font-size: 1.6rem;
    margin-top: 1rem;
}

.article-content ul,
.legal-copy ul {
    list-style: disc;
    padding-left: 1.2rem;
}

.gallery-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

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

.contact-card-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.process-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
}

.feature-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.section-shell .container > .split-layout > div > h2,
.section-shell .container > .split-layout > div > p {
    max-width: 60ch;
}

.product-card-links .link-button {
    padding: 0;
    background: transparent;
    color: var(--muted);
}

.cart-table button {
    border: 0;
    background: rgba(44, 26, 18, 0.08);
    border-radius: 999px;
    padding: 0.55rem 0.85rem;
}

.article-content p,
.legal-copy p {
    color: var(--muted);
}

.rating-row {
    display: inline-flex;
    gap: 0.12rem;
    color: var(--gold);
    letter-spacing: 0.08em;
}

.contact-page-shell {
    padding-top: 4.4rem;
}

.contact-page-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr);
    gap: 1.8rem;
    align-items: start;
}

.contact-surface {
    gap: 1.15rem;
}

.contact-surface-head {
    display: grid;
    gap: 0.75rem;
}

.contact-surface-head h2 {
    font-size: clamp(1.55rem, 2.1vw, 2.1rem);
}

.contact-info-stack {
    gap: 1rem;
}

.contact-mini-grid,
.contact-form-meta,
.contact-region-pills {
    display: grid;
    gap: 0.9rem;
}

.contact-mini-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.contact-card,
.map-card,
.contact-form-card {
    background:
        radial-gradient(circle at top right, rgba(255, 226, 191, 0.22), transparent 24%),
        rgba(255, 252, 247, 0.94);
}

.contact-card-primary {
    background:
        linear-gradient(135deg, rgba(44, 26, 18, 0.96), rgba(88, 54, 35, 0.92)),
        rgba(255, 252, 247, 0.94);
    color: #fff3e6;
}

.contact-card-primary p,
.contact-card-primary .eyebrow {
    color: rgba(255, 239, 220, 0.82);
}

.contact-link-list {
    display: grid;
    gap: 0.7rem;
}

.contact-link-list a {
    font-weight: 700;
    color: var(--espresso);
}

.contact-map-card {
    gap: 1.2rem;
}

.contact-map-visual {
    display: flex;
    align-items: center;
    gap: 1rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid rgba(87, 58, 38, 0.08);
}

.contact-map-pin {
    width: 52px;
    height: 52px;
    border-radius: 18px 18px 18px 4px;
    background: linear-gradient(135deg, var(--gold), #d5a16b);
    box-shadow: 0 14px 28px rgba(185, 137, 85, 0.2);
}

.contact-region-pills {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.contact-region-pills span,
.contact-form-meta span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 44px;
    padding: 0.7rem 0.9rem;
    border-radius: 999px;
    background: rgba(106, 73, 46, 0.08);
    color: var(--espresso-soft);
    font-size: 0.92rem;
    font-weight: 700;
    text-align: center;
}

.contact-form-card {
    gap: 1.1rem;
}

.contact-form-head h2 {
    font-size: clamp(1.65rem, 2.2vw, 2.25rem);
}

.contact-form-meta {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.checkout-main {
    display: grid;
    gap: 1.4rem;
}

.receipt-shell {
    padding-top: 3rem;
}

.receipt-layout {
    display: grid;
    grid-template-columns: minmax(320px, 0.78fr) minmax(0, 1.22fr);
    gap: 1.5rem;
    align-items: start;
}

.receipt-header-block,
.receipt-card {
    background: rgba(255, 252, 247, 0.94);
    border: 1px solid rgba(62, 36, 21, 0.08);
    border-radius: 28px;
    box-shadow: 0 22px 54px rgba(32, 18, 12, 0.1);
}

.receipt-header-block {
    padding: 2rem;
    position: sticky;
    top: 6.75rem;
}

.receipt-card {
    padding: 2rem;
    display: grid;
    gap: 1.5rem;
}

.receipt-brand,
.receipt-meta-grid,
.receipt-contact-grid {
    display: grid;
    gap: 1rem;
}

.receipt-brand {
    grid-template-columns: auto 1fr;
    align-items: center;
}

.receipt-brand img {
    width: 82px;
    height: 82px;
    object-fit: contain;
}

.receipt-meta-grid,
.receipt-contact-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.receipt-meta-grid div,
.receipt-contact-grid div {
    display: grid;
    gap: 0.35rem;
    padding: 1rem 1.1rem;
    border-radius: 18px;
    background: rgba(249, 243, 234, 0.86);
}

.receipt-meta-grid span,
.receipt-contact-grid span {
    color: var(--muted);
    font-size: 0.85rem;
}

.receipt-table-wrap {
    overflow-x: auto;
}

.receipt-table {
    width: 100%;
    border-collapse: collapse;
}

.receipt-table th,
.receipt-table td {
    padding: 0.95rem 0.75rem;
    border-bottom: 1px solid rgba(62, 36, 21, 0.08);
    text-align: left;
}

.receipt-summary {
    display: grid;
    gap: 0.85rem;
    padding: 1rem 1.1rem;
    border-radius: 20px;
    background: linear-gradient(135deg, rgba(39, 21, 13, 0.98), rgba(75, 44, 28, 0.96));
    color: #fff2e6;
}

.receipt-summary .summary-line {
    border-color: rgba(255, 255, 255, 0.12);
}

@media (max-width: 1080px) {
    .desktop-nav,
    .nav-actions .button-whatsapp,
    .nav-link-pill {
        display: none;
    }

    .mobile-toggle {
        display: grid;
    }

    .hero-content,
    .split-layout,
    .contact-page-grid,
    .product-detail-layout,
    .checkout-layout,
    .cart-layout,
    .receipt-layout,
    .article-layout,
    .featured-post,
    .footer-grid,
    .stats-grid,
    .feature-grid,
    .process-grid,
    .timeline-grid,
    .team-grid,
    .product-grid,
    .gallery-grid,
    .testimonial-grid,
    .blog-grid,
    .contact-card-grid,
    .product-info-grid,
    .quick-view-grid {
        grid-template-columns: 1fr;
    }

    .product-grid,
    .gallery-grid,
    .testimonial-grid,
    .blog-grid,
    .contact-card-grid,
    .process-grid,
    .contact-mini-grid,
    .contact-form-meta,
    .contact-region-pills {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .nav-shell {
        grid-template-columns: auto auto;
    }

    .nav-actions {
        gap: 0.8rem;
    }
}

@media (max-width: 720px) {
    .section-shell {
        padding: 4rem 0;
    }

    .hero-section,
    .hero-slider,
    .hero-slide {
        min-height: 78vh;
    }

    .trust-strip {
        margin-top: -2rem;
    }

    .trust-strip-grid,
    .hero-actions,
    .inline-actions,
    .chip-row,
    .shop-select-row,
    .nav-shell,
    .footer-bottom {
        flex-direction: column;
        align-items: stretch;
    }

    .product-grid,
    .form-grid,
    .gallery-grid,
    .testimonial-grid,
    .blog-grid,
    .contact-card-grid,
    .process-grid,
    .feature-grid,
    .contact-mini-grid,
    .contact-form-meta,
    .contact-region-pills {
        grid-template-columns: 1fr;
    }

    .modal-panel,
    .cart-drawer-panel {
        width: calc(100vw - 1rem);
        margin: 3rem auto 1rem;
    }

    .receipt-header-block {
        position: static;
    }

    .receipt-meta-grid,
    .receipt-contact-grid {
        grid-template-columns: 1fr;
    }

    .contact-map-visual {
        align-items: start;
    }

    .page-hero-inner {
        padding: 4rem 0 2.4rem;
    }
}
