.product-detail-hero {
    overflow: hidden;
    color: #fff;
    background:
        radial-gradient(circle at 84% 24%, rgba(183, 208, 44, 0.2), transparent 30rem),
        linear-gradient(132deg, #303708, #172d12 72%, #0d2314);
}

.product-breadcrumbs {
    display: flex;
    gap: 0.55rem;
    align-items: center;
    padding-top: 1.15rem;
    overflow: hidden;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.78rem;
    white-space: nowrap;
}

.product-breadcrumbs a {
    color: inherit;
    text-decoration: none;
}

.product-breadcrumbs a:hover,
.product-breadcrumbs a:focus-visible {
    color: #d7ec55;
}

.product-breadcrumbs span:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

.product-detail-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(25rem, 1.1fr);
    gap: clamp(2rem, 6vw, 6rem);
    align-items: center;
    min-height: clamp(31rem, 52vw, 42rem);
    padding: clamp(2.3rem, 5vw, 5rem) 0;
}

.product-detail-hero-copy {
    position: relative;
    z-index: 1;
    max-width: 42rem;
}

.product-detail-hero .eyebrow {
    color: #d7ec55;
}

.product-detail-hero h1 {
    max-width: 15ch;
    margin: 0.55rem 0 0.85rem;
    color: #fff;
    font-size: clamp(2.5rem, 5.2vw, 5.15rem);
    line-height: 0.98;
}

.product-detail-subtitle {
    max-width: 36rem;
    margin: 0 0 0.75rem;
    color: #d7ec55;
    font-size: clamp(1.08rem, 1.8vw, 1.45rem);
    font-weight: 700;
}

.product-detail-teaser {
    max-width: 39rem;
    color: rgba(255, 255, 255, 0.86);
}

.product-detail-teaser p {
    margin: 0;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
}

.product-detail-primary-cta {
    margin-top: 1.5rem;
}

.product-detail-hero-media {
    position: relative;
    display: grid;
    place-items: center;
    min-height: clamp(22rem, 36vw, 35rem);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: 0 2rem 5rem rgba(0, 0, 0, 0.2);
}

.product-detail-hero-media::after {
    position: absolute;
    inset: auto 12% 6% 12%;
    height: 14%;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.24);
    filter: blur(1.2rem);
    content: "";
}

.product-detail-hero-media img {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 36rem;
    padding: clamp(1rem, 3vw, 2rem);
    object-fit: contain;
}

.product-detail-focus-left img { object-position: left center; }
.product-detail-focus-center img { object-position: center center; }
.product-detail-focus-right img { object-position: right center; }

.product-detail-image-placeholder {
    position: relative;
    z-index: 1;
    font-size: 5rem;
}

.product-detail-section-nav {
    position: sticky;
    z-index: 20;
    top: var(--header-height, 0);
    border-bottom: 1px solid #e6dfca;
    background: rgba(255, 252, 244, 0.96);
    backdrop-filter: blur(0.75rem);
}

.product-detail-section-nav .container {
    display: flex;
    gap: 0.25rem;
    overflow-x: auto;
    scrollbar-width: thin;
}

.product-detail-section-nav a {
    flex: 0 0 auto;
    padding: 1rem 1.15rem 0.85rem;
    border-bottom: 0.2rem solid transparent;
    color: #343b0e;
    font-size: 0.88rem;
    font-weight: 700;
    text-decoration: none;
}

.product-detail-section-nav a:hover,
.product-detail-section-nav a:focus-visible {
    border-color: #a2ba22;
}

.product-detail-main,
.product-index-main {
    padding: clamp(3rem, 7vw, 6.5rem) 0;
    background: #fffdf8;
}

.product-detail-anchor {
    scroll-margin-top: 8rem;
}

.product-detail-description {
    display: grid;
    grid-template-columns: minmax(0, 1.25fr) minmax(18rem, 0.75fr);
    gap: clamp(2rem, 6vw, 5.5rem);
    align-items: center;
}

.product-detail-description h2,
.product-detail-card h2,
.product-detail-consultation h2,
.product-detail-related-content h2,
.product-detail-faq h2,
.product-detail-recommendations h2,
.product-detail-gallery h2 {
    color: #343b0e;
    font-size: clamp(1.7rem, 3vw, 2.65rem);
    line-height: 1.1;
}

.product-detail-suitability {
    margin-top: 1.75rem;
    padding: 1.25rem 1.4rem;
    border-inline-start: 0.25rem solid #a2ba22;
    background: #f3f0e6;
}

.product-detail-suitability h3 {
    margin-top: 0;
    color: #343b0e;
}

.product-detail-packshot {
    display: grid;
    place-items: center;
    min-height: 24rem;
    margin: 0;
    padding: clamp(1.25rem, 4vw, 3rem);
    border-radius: 1.75rem;
    background: #f1eee3;
}

.product-detail-packshot img {
    width: 100%;
    max-height: 31rem;
    object-fit: contain;
}

.product-detail-badges {
    display: flex;
    flex-wrap: wrap;
    gap: 0.55rem;
    margin: 1.4rem 0 0;
    padding: 0;
    list-style: none;
}

.product-detail-badges li {
    padding: 0.45rem 0.75rem;
    border-radius: 999px;
    color: #6d4b10;
    background: #f4ead5;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.product-detail-card,
.product-detail-notes,
.product-detail-consultation,
.product-detail-related-content,
.product-detail-faq,
.product-detail-recommendations,
.product-detail-gallery {
    margin-top: clamp(2.5rem, 6vw, 5rem);
}

.product-detail-card {
    padding: clamp(1.4rem, 3vw, 2.4rem);
    border: 1px solid #e6dfca;
    border-radius: 1.25rem;
    background: #fff;
}

.product-detail-card h2 {
    margin-top: 0;
}

.product-detail-variant-grid,
.product-detail-related-grid,
.product-detail-recommendation-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.product-detail-variant-grid article {
    padding: 1rem;
    border: 1px solid #e6dfca;
    border-radius: 0.85rem;
    background: #faf8f1;
}

.product-detail-variant-grid h3,
.product-detail-variant-grid p {
    margin: 0;
}

.product-detail-variant-grid strong {
    display: block;
    margin-top: 0.35rem;
    color: #8a5b0e;
}

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

.product-detail-table-wrap {
    max-width: 100%;
    overflow-x: auto;
}

.product-detail-card table {
    width: 100%;
    border-collapse: collapse;
}

.product-detail-card th,
.product-detail-card td {
    padding: 0.75rem;
    border-bottom: 1px solid #e6dfca;
    text-align: start;
    vertical-align: top;
}

.product-detail-card td small {
    display: block;
    margin-top: 0.2rem;
    color: #756f5d;
}

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

.product-detail-notes > div {
    padding: 1.5rem;
    border-radius: 1rem;
    background: #f3f0e6;
}

.product-detail-notes h2 {
    margin-top: 0;
    color: #343b0e;
    font-size: 1.35rem;
}

.product-detail-download {
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    align-items: center;
    gap: clamp(1rem, 2.5vw, 2rem);
    padding: clamp(1.25rem, 3vw, 2rem);
    border: 1px solid rgba(102, 113, 28, 0.22);
    border-radius: 1.25rem;
    background: linear-gradient(120deg, #f7f5e9, #eef2d5);
    box-shadow: 0 1rem 2.5rem rgba(49, 55, 9, 0.08);
}

.product-detail-download h2,
.product-detail-download p {
    margin-top: 0;
}

.product-detail-download p:last-child {
    margin-bottom: 0;
}

.product-detail-download-icon {
    display: grid;
    place-items: center;
    width: 4rem;
    aspect-ratio: 1;
    border-radius: 1rem;
    color: #fff;
    background: #38400b;
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.1em;
}

.product-detail-download .button {
    white-space: nowrap;
}

.product-detail-download .button small {
    font-size: 0.72em;
}

.product-detail-consultation {
    display: flex;
    gap: 2rem;
    align-items: center;
    justify-content: space-between;
    padding: clamp(1.5rem, 4vw, 2.75rem);
    border-radius: 1.4rem;
    color: #fff;
    background: linear-gradient(125deg, #343b0e, #1f3c18);
}

.product-detail-consultation h2,
.product-detail-consultation .eyebrow {
    color: #fff;
}

.product-detail-consultation p {
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.8);
}

.product-detail-consultation-actions {
    display: grid;
    flex: 0 0 auto;
    gap: 0.75rem;
    min-width: min(100%, 18rem);
}

.product-detail-whatsapp {
    color: #cfe746;
    font-weight: 700;
    text-align: center;
}

.product-detail-gallery > div {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.product-detail-gallery figure {
    margin: 0;
}

.product-detail-gallery img {
    width: 100%;
    aspect-ratio: 4 / 3;
    border-radius: 1rem;
    object-fit: contain;
    background: #f1eee3;
}

.product-detail-gallery figcaption {
    margin-top: 0.45rem;
    color: #756f5d;
    font-size: 0.82rem;
}

.product-detail-related-grid a {
    display: grid;
    gap: 0.45rem;
    padding: 1.25rem;
    border: 1px solid #e6dfca;
    border-radius: 1rem;
    color: #343b0e;
    background: #fff;
    text-decoration: none;
}

.product-detail-related-grid span,
.product-detail-related-grid small {
    color: #8a5b0e;
    font-size: 0.78rem;
    font-weight: 700;
}

.product-detail-faq details {
    border-top: 1px solid #ddd5be;
}

.product-detail-faq details:last-child {
    border-bottom: 1px solid #ddd5be;
}

.product-detail-faq summary {
    padding: 1.15rem 0;
    color: #343b0e;
    font-weight: 800;
    cursor: pointer;
}

.product-detail-faq details .richtext {
    padding: 0 0 1.25rem;
}

.product-detail-recommendations {
    text-align: center;
}

.product-detail-recommendations-intro {
    max-width: 48rem;
    margin: 0 auto 1.5rem;
}

.catalog-product-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid #e6dfca;
    border-radius: 1.1rem;
    background: #fff;
    box-shadow: 0 0.8rem 2.2rem rgba(54, 57, 18, 0.08);
    text-align: start;
}

.catalog-product-card > a {
    display: grid;
    height: 100%;
    color: inherit;
    text-decoration: none;
}

.catalog-product-card-media {
    display: grid;
    place-items: center;
    min-height: 14rem;
    padding: 1rem;
    background: #f1eee3;
}

.catalog-product-card-media img {
    width: 100%;
    height: 14rem;
    object-fit: contain;
}

.catalog-product-card-copy {
    padding: 1.1rem;
}

.catalog-product-card-copy small {
    color: #8a5b0e;
    font-size: 0.72rem;
    font-weight: 800;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.catalog-product-card-copy h3 {
    margin: 0.4rem 0;
    color: #343b0e;
    font-size: 1.15rem;
}

.catalog-product-card-copy p {
    color: #665f4d;
}

.catalog-product-card:hover,
.catalog-product-card:focus-within {
    border-color: #a2ba22;
    transform: translateY(-0.18rem);
}

.product-detail-back {
    display: inline-flex;
    margin-top: 2rem;
    color: #70500f;
    font-weight: 700;
}

.product-index-hero {
    padding: clamp(5rem, 10vw, 9rem) 0;
    color: #fff;
    background: linear-gradient(125deg, #343b0e, #183616);
}

.product-index-hero h1 {
    color: #fff;
}

.product-index-hero .richtext {
    max-width: 48rem;
}

@media (max-width: 64rem) {
    .product-detail-hero-grid {
        grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.85fr);
        gap: 2rem;
    }

    .product-detail-variant-grid,
    .product-detail-related-grid,
    .product-detail-recommendation-grid,
    .product-detail-gallery > div {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 48rem) {
    .product-detail-hero-grid {
        grid-template-columns: 1fr;
        min-height: 0;
        padding: 2.4rem 0 3rem;
    }

    .product-detail-hero h1 {
        max-width: none;
        font-size: clamp(2rem, 9vw, 3.2rem);
    }

    .product-detail-hero-media {
        min-height: 20rem;
        border-radius: 1.25rem;
    }

    .product-detail-description,
    .product-detail-facts-grid,
    .product-detail-notes {
        grid-template-columns: 1fr;
    }

    .product-detail-packshot {
        min-height: 19rem;
    }

    .product-detail-consultation {
        display: grid;
    }

    .product-detail-consultation-actions {
        width: 100%;
    }

    .product-detail-download {
        grid-template-columns: auto minmax(0, 1fr);
    }

    .product-detail-download .button {
        grid-column: 1 / -1;
        width: 100%;
        white-space: normal;
    }
}

@media (max-width: 34rem) {
    .product-breadcrumbs {
        font-size: 0.7rem;
    }

    .product-detail-section-nav .container {
        padding-inline: 0.5rem;
    }

    .product-detail-variant-grid,
    .product-detail-related-grid,
    .product-detail-recommendation-grid,
    .product-detail-gallery > div {
        grid-template-columns: 1fr;
    }

    .product-detail-card,
    .product-detail-consultation {
        margin-inline: -0.35rem;
    }
}
