:root {
    --ink: #151412;
    --espresso: #30241d;
    --deep: #24201d;
    --cream: #efe5d8;
    --paper: #ffffff;
    --sand: #f6f1ea;
    --line: #ddd4ca;
    --muted: #756d65;
    --gold: #b08345;
    --forest: #1f3e32;
    --whatsapp: #25d366;
    --shadow: 0 22px 60px rgba(21, 20, 18, 0.16);
}

* {
    box-sizing: border-box;
}

[hidden] {
    display: none !important;
}

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    margin: 0;
    color: var(--ink);
    background: var(--paper);
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

body.cart-open {
    overflow: hidden;
}

body.detail-open {
    overflow: hidden;
}

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

a {
    color: inherit;
}

button,
input {
    font: inherit;
}

button {
    cursor: pointer;
}

.announcement {
    position: relative;
    z-index: 40;
    padding: 12px 20px;
    color: var(--espresso);
    background: #e9decd;
    font-size: 13px;
    letter-spacing: 5px;
    text-align: center;
    text-transform: uppercase;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 35;
    display: grid;
    grid-template-columns: minmax(180px, 1fr) auto minmax(260px, 1fr);
    align-items: center;
    min-height: 76px;
    padding: 0 5vw;
    color: #fff;
    background: rgba(48, 36, 29, 0.78);
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(16px);
}

.brand {
    width: fit-content;
    text-decoration: none;
}

.brand-word {
    color: #fff;
    font-size: 30px;
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1;
}

.nav {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 44px;
}

.nav a {
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
    text-decoration: none;
    text-transform: uppercase;
}

.nav a:hover {
    color: #e6c48d;
}

.header-tools {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 10px;
}

.header-action,
.cart-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 18px;
    color: #fff;
    background: rgba(21, 20, 18, 0.78);
    border: 1px solid rgba(255, 255, 255, 0.26);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
}

.cart-toggle {
    gap: 8px;
}

.cart-toggle span {
    display: inline-grid;
    min-width: 23px;
    height: 23px;
    place-items: center;
    color: var(--espresso);
    background: #fff;
    border-radius: 50%;
    font-size: 12px;
}

.header-action:hover,
.cart-toggle:hover {
    background: var(--forest);
}

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

.hero-track {
    display: flex;
    width: 100%;
    transition: transform 450ms ease;
}

.hero-slide {
    min-width: 100%;
}

.hero-banner-link {
    display: block;
    text-decoration: none;
}

.hero-banner-link img {
    width: 100%;
    aspect-ratio: 2 / 1;
    min-height: 540px;
    max-height: 780px;
    object-fit: cover;
    object-position: center center;
}

.hero-slider-ui {
    position: absolute;
    right: 5vw;
    bottom: 24px;
    z-index: 5;
    display: flex;
    align-items: center;
    gap: 10px;
}

.slider-button {
    display: inline-grid;
    width: 42px;
    height: 42px;
    place-items: center;
    color: #fff;
    background: rgba(21, 20, 18, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.28);
    border-radius: 50%;
    font-size: 25px;
    line-height: 1;
}

.slider-button[disabled] {
    display: none;
}

.slider-dots {
    display: flex;
    gap: 7px;
}

.slider-dots button {
    width: 9px;
    height: 9px;
    padding: 0;
    background: rgba(255, 255, 255, 0.58);
    border: 0;
    border-radius: 50%;
}

.slider-dots button.is-active {
    width: 26px;
    background: #fff;
    border-radius: 999px;
}

.catalog {
    padding: 86px 5vw 96px;
    background: var(--paper);
}

.section-head {
    max-width: 900px;
    margin: 0 auto 58px;
    text-align: center;
}

.section-head.left {
    margin: 0;
    text-align: left;
}

.eyebrow {
    margin: 0 0 14px;
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 4px;
    text-transform: uppercase;
}

.section-head .eyebrow {
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
    letter-spacing: 8px;
}

.section-head h2 {
    margin: 0;
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 400;
    line-height: 1.1;
    overflow-wrap: break-word;
}

.section-head p:not(.eyebrow) {
    max-width: 700px;
    margin: 18px auto 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.72;
}

.product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 28px;
    width: 100%;
}

.catalog-group-head {
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 24px;
    margin: 0 0 24px;
    padding-bottom: 16px;
    border-bottom: 1px solid var(--line);
}

.catalog-group-head.normal-head {
    margin-top: 86px;
}

.catalog-group-head span {
    color: var(--gold);
    font-size: 10px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.catalog-group-head h3 {
    margin: 7px 0 0;
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
}

.catalog-group-head p {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
}

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

.group-action {
    display: flex;
    justify-content: center;
    margin-top: 34px;
}

.catalog-empty {
    display: grid;
    grid-column: 1 / -1;
    gap: 8px;
    padding: 30px;
    color: var(--muted);
    background: var(--sand);
    border: 1px solid var(--line);
    text-align: center;
}

.catalog-empty strong {
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 400;
}

.product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
    background: #fff;
    cursor: pointer;
}

.compact-card .product-image {
    height: 220px;
}

.compact-card .product-image img {
    height: 100%;
}

.compact-card .product-info {
    padding-top: 14px;
}

.compact-card .product-info h3 {
    font-size: 19px;
}

.compact-card .catalog-meta {
    margin-bottom: 14px;
}

.compact-card .product-bottom {
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.compact-card .card-actions {
    justify-content: flex-start;
}

.listing-placeholder {
    display: flex;
    min-height: 580px;
    flex-direction: column;
    justify-content: flex-end;
    padding: 20px;
    color: var(--muted);
    background: var(--sand);
    border: 1px dashed #cdbfac;
}

.listing-placeholder div {
    flex: 1;
    margin-bottom: 20px;
    background: linear-gradient(135deg, #eee7dd, #faf7f2);
}

.listing-placeholder strong {
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    font-weight: 400;
}

.listing-placeholder span {
    margin-top: 7px;
    font-size: 12px;
    line-height: 1.5;
}

.compact-placeholder {
    min-height: 365px;
    padding: 14px;
}

.compact-placeholder strong {
    font-size: 17px;
}

.product-image {
    position: relative;
    overflow: hidden;
    display: block;
    height: 420px;
    background: #fbfaf7;
    border: 1px solid var(--line);
    text-decoration: none;
}

.product-image img {
    position: absolute;
    inset: 0;
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
    transition: opacity 260ms ease, transform 400ms ease;
}

.product-hover-image {
    opacity: 0;
}

.product-image:hover .product-primary-image {
    opacity: 0;
}

.product-image:hover .product-hover-image {
    opacity: 1;
}

.product-card:hover .product-image img {
    transform: scale(1.035);
}

@media (hover: none), (pointer: coarse) {
    .product-image .product-hover-image {
        display: none !important;
        visibility: hidden !important;
        opacity: 0 !important;
    }

    .product-image .product-primary-image {
        display: block !important;
        opacity: 1 !important;
        transform: none !important;
    }
}

.product-info {
    display: flex;
    min-width: 0;
    flex: 1;
    flex-direction: column;
    padding: 22px 0 0;
}

.catalog-badge {
    width: fit-content;
    margin-bottom: 12px;
    padding: 7px 10px;
    color: var(--espresso);
    background: var(--sand);
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.product-info h3 {
    margin: 0;
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.22;
}

.product-info h3 a {
    text-decoration: none;
}

.product-info p {
    margin: 12px 0 22px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.62;
    overflow-wrap: break-word;
}

.catalog-meta {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 0 0 22px;
}

.catalog-meta span {
    padding: 7px 9px;
    color: var(--muted);
    background: #faf7f1;
    border: 1px solid var(--line);
    border-radius: 999px;
    font-size: 12px;
    line-height: 1;
}

.product-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.product-bottom strong {
    color: var(--espresso);
    font-size: 17px;
    white-space: nowrap;
}

.card-actions {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
}

.card-actions a,
.card-actions button {
    display: inline-flex;
    min-height: 36px;
    align-items: center;
    justify-content: center;
    padding: 0 12px;
    color: var(--espresso);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
}

.card-actions button {
    color: #fff;
    background: var(--espresso);
    border-color: var(--espresso);
}

.card-actions .store-card-link {
    color: #fff;
    background: #f47a20;
    border-color: #f47a20;
}

.card-actions .catalog-card-link {
    color: #fff;
    background: var(--whatsapp);
    border-color: var(--whatsapp);
}

.card-actions a:hover,
.card-actions button:hover {
    transform: translateY(-1px);
}

.center-action {
    display: flex;
    justify-content: center;
    margin-top: 54px;
}

.btn {
    display: inline-flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    padding: 0 24px;
    border: 1px solid var(--espresso);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
}

.btn.primary {
    color: #fff;
    background: var(--espresso);
}

.btn.whatsapp {
    color: #fff;
    background: var(--whatsapp);
    border-color: var(--whatsapp);
}

.btn.store {
    color: #fff;
    background: #f47a20;
    border-color: #f47a20;
}

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

.product-detail {
    position: fixed;
    inset: 0;
    z-index: 55;
    overflow: auto;
    padding: 88px 5vw 70px;
    background: var(--paper);
}

.product-detail[hidden] {
    display: none;
}

.detail-topbar {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    max-width: 1240px;
    margin: 0 auto 22px;
    color: var(--muted);
    font-size: 14px;
}

.back-link {
    color: var(--espresso);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.4px;
    text-decoration: none;
    text-transform: uppercase;
}

.detail-shell {
    display: grid;
    grid-template-columns: minmax(320px, 0.9fr) minmax(340px, 1.1fr);
    gap: 48px;
    align-items: start;
    max-width: 1240px;
    margin: 0 auto;
    padding: 34px;
    background: var(--sand);
    border: 1px solid var(--line);
}

.detail-gallery {
    display: grid;
    gap: 12px;
}

.detail-media {
    display: grid;
    height: 620px;
    place-items: center;
    overflow: hidden;
    background: #fff;
    border: 1px solid var(--line);
}

.detail-thumbnail-row {
    position: relative;
}

.detail-thumbnails {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 8px;
}

.detail-thumbnails button {
    display: grid;
    overflow: hidden;
    min-width: 0;
    aspect-ratio: 1;
    padding: 3px;
    place-items: center;
    background: #fff;
    border: 1px solid var(--line);
}

.detail-thumbnails button.is-active {
    border: 2px solid var(--gold);
}

.detail-thumbnails img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.detail-gallery-arrow {
    position: absolute;
    z-index: 2;
    top: 50%;
    width: 30px;
    height: 42px;
    padding: 0;
    color: #fff;
    background: rgba(51, 40, 32, 0.62);
    border: 0;
    border-radius: 0;
    font-size: 30px;
    line-height: 1;
    transform: translateY(-50%);
}

.detail-gallery-arrow.previous {
    left: 0;
}

.detail-gallery-arrow.next {
    right: 0;
}

.detail-gallery-arrow:hover {
    background: var(--espresso);
    transform: translateY(-50%);
}

.detail-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}

.detail-info {
    min-width: 0;
    padding: 8px 0;
}

.detail-info h2 {
    margin: 0;
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 4vw, 56px);
    font-weight: 400;
    line-height: 1.08;
}

.detail-info > p {
    margin: 18px 0 0;
    color: var(--muted);
    font-size: 17px;
    line-height: 1.75;
}

.detail-price-row {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 12px;
    margin: 24px 0 22px;
}

.detail-price-row strong {
    color: var(--espresso);
    font-size: 28px;
}

.detail-price-row span {
    color: var(--muted);
    font-size: 14px;
}

.detail-block {
    margin-top: 26px;
    padding-top: 24px;
    border-top: 1px solid var(--line);
}

.detail-block h3 {
    margin: 0 0 14px;
    color: var(--espresso);
    font-size: 18px;
}

.feature-list {
    display: grid;
    gap: 10px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.feature-list li {
    position: relative;
    padding-left: 22px;
    color: var(--muted);
    font-size: 15px;
    line-height: 1.55;
}

.feature-list li::before {
    position: absolute;
    top: 8px;
    left: 0;
    width: 8px;
    height: 8px;
    content: "";
    background: var(--gold);
    border-radius: 50%;
}

.spec-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    margin: 0;
}

.spec-list div {
    padding: 14px;
    background: #fff;
    border: 1px solid var(--line);
}

.spec-list dt {
    margin: 0 0 6px;
    color: var(--espresso);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.spec-list dd {
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.45;
}

.purchase-box {
    display: grid;
    grid-template-columns: 142px repeat(3, minmax(0, 1fr));
    gap: 10px;
    margin-top: 28px;
}

.qty-control {
    display: grid;
    grid-template-columns: 40px 1fr 40px;
    min-height: 48px;
    background: #fff;
    border: 1px solid var(--line);
}

.qty-control button,
.qty-control input {
    min-width: 0;
    color: var(--espresso);
    background: transparent;
    border: 0;
    text-align: center;
}

.qty-control button {
    font-size: 20px;
    font-weight: 900;
}

.qty-control input {
    border-right: 1px solid var(--line);
    border-left: 1px solid var(--line);
    font-weight: 900;
}

.promises {
    display: grid;
    grid-template-columns: minmax(260px, 0.78fr) minmax(0, 1.22fr);
    gap: 62px;
    padding: 86px 5vw;
    background: var(--sand);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.section-kicker {
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(30px, 4vw, 48px);
    font-weight: 400;
    line-height: 1.14;
}

.promise-list {
    border-top: 1px solid var(--line);
}

.promise-list details {
    border-bottom: 1px solid var(--line);
}

.promise-list summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 76px;
    cursor: pointer;
    list-style: none;
}

.promise-list summary::-webkit-details-marker {
    display: none;
}

.promise-list summary span {
    color: var(--espresso);
    font-size: 20px;
    font-weight: 700;
}

.promise-list summary strong {
    color: var(--gold);
    font-size: 28px;
}

.promise-list p {
    max-width: 760px;
    margin: -4px 0 26px;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.72;
}

.manifesto {
    padding: 92px 5vw;
    background: #f1eee9;
}

.quote {
    max-width: 1020px;
    margin: 0 auto 78px;
    color: var(--forest);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(38px, 6vw, 74px);
    font-weight: 400;
    line-height: 1.05;
    text-align: center;
}

.mission-grid {
    display: grid;
    grid-template-columns: minmax(280px, 0.9fr) minmax(300px, 1.1fr);
    gap: 56px;
    align-items: start;
    max-width: 1160px;
    margin: 0 auto;
}

.mission-grid h2,
.section-head h2,
.contact h2 {
    margin: 0;
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(34px, 5vw, 56px);
    font-weight: 400;
    line-height: 1.1;
}

.mission-grid > p,
.section-head > p:not(.eyebrow) {
    margin: 0;
    color: var(--muted);
    font-size: 18px;
    line-height: 1.85;
}

.social-proof {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: 48px;
    align-items: center;
    padding: 92px 5vw;
    color: #fff;
    background: #2f2b27;
}

.social-proof .eyebrow {
    color: #d2a35d;
}

.social-proof h2 {
    color: #fff;
}

.social-proof p:not(.eyebrow) {
    margin-top: 18px;
    color: #ded8d0;
}

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

.social-grid img {
    width: 100%;
    height: 320px;
    object-fit: cover;
    object-position: center center;
    background: #fff;
}

.order {
    padding: 88px 5vw;
    background: var(--paper);
}

.order-steps {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
    max-width: 1120px;
    margin: 0 auto;
}

.order-steps div {
    padding: 28px;
    background: var(--sand);
    border: 1px solid var(--line);
}

.order-steps span {
    color: var(--gold);
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 2px;
}

.order-steps h3 {
    margin: 18px 0 0;
    color: var(--espresso);
    font-size: 23px;
}

.order-steps p {
    margin: 12px 0 0;
    color: var(--muted);
    font-size: 16px;
    line-height: 1.65;
}

.contact {
    padding: 88px 5vw;
    color: #fff;
    background: var(--forest);
    text-align: center;
}

.contact .eyebrow {
    color: #d9bb79;
}

.contact h2 {
    max-width: 860px;
    margin: 0 auto;
    color: #fff;
}

.contact .btn {
    margin-top: 34px;
}

.cart-overlay {
    position: fixed;
    inset: 0;
    z-index: 60;
    background: rgba(21, 20, 18, 0.42);
    opacity: 0;
    transition: opacity 220ms ease;
}

.cart-overlay.is-open {
    opacity: 1;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 65;
    display: flex;
    width: min(440px, 100vw);
    height: 100vh;
    flex-direction: column;
    padding: 24px;
    background: #fff;
    box-shadow: -24px 0 60px rgba(21, 20, 18, 0.22);
    transform: translateX(105%);
    transition: transform 260ms ease;
}

.cart-drawer.is-open {
    transform: translateX(0);
}

.cart-head {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 18px;
    padding-bottom: 18px;
    border-bottom: 1px solid var(--line);
}

.cart-head span {
    color: var(--gold);
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.cart-head h2 {
    margin: 4px 0 0;
    color: var(--espresso);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 34px;
    font-weight: 400;
}

.cart-head button {
    display: inline-grid;
    width: 40px;
    height: 40px;
    place-items: center;
    color: var(--espresso);
    background: var(--sand);
    border: 1px solid var(--line);
    border-radius: 50%;
    font-size: 24px;
    line-height: 1;
}

.cart-items {
    display: grid;
    gap: 16px;
    overflow: auto;
    padding: 18px 0;
}

.cart-empty {
    display: grid;
    gap: 8px;
    padding: 18px;
    color: var(--muted);
    background: var(--sand);
    border: 1px solid var(--line);
}

.cart-empty strong {
    color: var(--espresso);
}

.cart-item {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 14px;
    align-items: start;
}

.cart-item img {
    width: 86px;
    height: 104px;
    object-fit: contain;
    background: var(--sand);
    border: 1px solid var(--line);
}

.cart-item strong {
    display: block;
    color: var(--espresso);
    font-size: 15px;
    line-height: 1.35;
}

.cart-item span {
    display: block;
    margin-top: 5px;
    color: var(--muted);
    font-size: 13px;
}

.cart-qty {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 6px;
    margin-top: 10px;
}

.cart-qty button,
.cart-qty span {
    display: inline-grid;
    min-width: 32px;
    height: 32px;
    place-items: center;
    margin: 0;
    color: var(--espresso);
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
}

.cart-qty button:last-child {
    padding: 0 10px;
    color: var(--muted);
}

.cart-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
    padding: 18px 0;
    border-top: 1px solid var(--line);
}

.cart-summary span {
    color: var(--muted);
    font-size: 14px;
}

.cart-summary strong {
    color: var(--espresso);
    font-size: 18px;
    text-align: right;
}

.cart-checkout {
    width: 100%;
}

.cart-store {
    width: 100%;
    margin-top: 10px;
}

.cart-clear {
    min-height: 44px;
    margin-top: 10px;
    color: var(--muted);
    background: transparent;
    border: 1px solid var(--line);
    border-radius: 4px;
    font-size: 12px;
    font-weight: 900;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.site-toast {
    position: fixed;
    left: 50%;
    bottom: 24px;
    z-index: 80;
    max-width: min(440px, calc(100vw - 32px));
    padding: 13px 18px;
    color: #fff;
    background: var(--espresso);
    border-radius: 999px;
    box-shadow: var(--shadow);
    font-size: 14px;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, 16px);
    transition: opacity 220ms ease, transform 220ms ease;
}

.site-toast.is-visible {
    opacity: 1;
    transform: translate(-50%, 0);
}

.floating-wa {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 50;
    display: inline-flex;
    min-height: 54px;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    color: #fff;
    background: var(--whatsapp);
    border-radius: 999px;
    box-shadow: 0 16px 36px rgba(37, 211, 102, 0.32);
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.8px;
    text-decoration: none;
    text-transform: uppercase;
}

.footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 18px;
    padding: 28px 5vw;
    color: var(--muted);
    background: var(--paper);
    border-top: 1px solid var(--line);
    font-size: 14px;
}

.footer strong {
    color: var(--ink);
    letter-spacing: 2px;
}

@media (max-width: 1180px) {
    .site-header {
        grid-template-columns: 1fr;
        gap: 16px;
        padding: 18px 5vw;
    }

    .header-tools {
        justify-content: flex-start;
    }

    .hero-banner-link img {
        min-height: 460px;
    }

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

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

    .detail-shell,
    .promises,
    .mission-grid,
    .social-proof {
        grid-template-columns: 1fr;
    }

    .purchase-box {
        grid-template-columns: 150px 1fr;
    }

    .purchase-box .btn.whatsapp {
        grid-column: 1 / -1;
    }

    .purchase-box .btn.store {
        grid-column: 1 / -1;
    }

}

@media (max-width: 760px) {
    .announcement {
        padding: 9px 10px;
        font-size: 10px;
        letter-spacing: 0.9px;
        line-height: 1.6;
        overflow-wrap: anywhere;
    }

    .site-header {
        position: relative;
        top: auto;
        color: var(--ink);
        background: var(--deep);
        border-bottom: 1px solid rgba(255, 255, 255, 0.16);
    }

    .brand-word {
        font-size: 26px;
    }

    .nav {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        gap: 12px 14px;
        justify-content: stretch;
    }

    .nav a {
        min-width: 0;
        font-size: 11px;
        letter-spacing: 1.3px;
        overflow-wrap: anywhere;
    }

    .header-tools {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
    }

    .header-action,
    .cart-toggle,
    .btn {
        width: 100%;
    }

    .header-action,
    .cart-toggle {
        min-width: 0;
        padding: 0 10px;
        font-size: 11px;
        letter-spacing: 0.7px;
        overflow-wrap: anywhere;
    }

    .hero-banner-link img {
        height: auto;
        min-height: 0;
        background: #e7d8c7;
        object-fit: contain;
        object-position: center center;
    }

    .hero-slider-ui {
        right: 16px;
        bottom: 14px;
    }

    .catalog,
    .promises,
    .manifesto,
    .social-proof,
    .order,
    .contact {
        padding: 58px 20px;
    }

    .section-head {
        margin-bottom: 36px;
    }

    .section-head .eyebrow {
        font-size: 17px;
        letter-spacing: 5px;
    }

    .section-head h2,
    .mission-grid h2,
    .contact h2 {
        font-size: 29px;
    }

    .section-head h2,
    .section-head p:not(.eyebrow) {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto;
        overflow-wrap: anywhere;
    }

    .section-head p:not(.eyebrow) {
        font-size: 15px;
        line-height: 1.62;
    }

    .product-grid,
    .social-grid,
    .order-steps {
        grid-template-columns: 1fr;
        min-width: 0;
    }

    .compact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }

    .catalog-group-head {
        align-items: flex-start;
        flex-direction: column;
    }

    .catalog-group-head.normal-head {
        margin-top: 58px;
    }

    .product-image {
        height: min(90vw, 420px);
    }

    .social-grid img {
        height: auto;
        object-fit: contain;
        object-position: center center;
    }

    .product-hover-image {
        display: none;
    }

    .product-image:hover .product-primary-image {
        opacity: 1;
    }

    .compact-card .product-image {
        height: 190px;
    }

    .compact-card .product-image img {
        height: 100%;
    }

    .compact-card .card-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
    }

    .compact-card .card-actions a {
        width: 100%;
        padding: 0 5px;
        font-size: 9px;
        white-space: normal;
        text-align: center;
    }

    .listing-placeholder {
        min-height: 360px;
    }

    .compact-placeholder {
        min-height: 300px;
        padding: 10px;
    }

    .compact-placeholder span {
        display: none;
    }

    .product-bottom {
        align-items: flex-start;
        flex-direction: column;
    }

    .card-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        width: 100%;
        justify-content: stretch;
    }

    .card-actions a,
    .card-actions button {
        width: 100%;
        min-width: 0;
        padding: 6px;
        white-space: normal;
        text-align: center;
    }

    .product-detail {
        padding: 22px 20px 58px;
    }

    .detail-shell {
        gap: 24px;
        padding: 18px;
    }

    .detail-media {
        height: min(128vw, 620px);
    }

    .detail-media img {
        height: 100%;
    }

    .spec-list,
    .purchase-box {
        grid-template-columns: 1fr;
    }

    .purchase-box .btn.whatsapp {
        grid-column: auto;
    }

    .quote {
        margin-bottom: 46px;
        font-size: 38px;
    }

    .cart-drawer {
        padding: 20px;
    }

    .floating-wa {
        right: 14px;
        bottom: 14px;
    }

    .site-toast {
        bottom: 82px;
        border-radius: 10px;
    }
}
