
.hylp-root,
.hylp-root * {
    box-sizing: border-box;
}
.hylp-root {
    --hylp-bg: #fbf7f3;
    --hylp-card: #fff;
    --hylp-ink: #312218;
    --hylp-muted: #74675e;
    --hylp-accent: #7b4b2b;
    --hylp-accent-dark: #59331d;
    --hylp-soft: #f2e5da;
    --hylp-line: rgba(89, 54, 31, .14);
    --hylp-shadow: 0 18px 50px rgba(77, 47, 29, .10);
    width: 100vw;
    margin-left: calc(50% - 50vw);
    overflow: hidden;
    color: var(--hylp-ink);
    background: var(--hylp-bg);
    font-family: inherit;
}
body.hylp-hide-page-title .page-top,
body.hylp-hide-page-title .page-title,
body.hylp-hide-page-title .entry-header,
body.hylp-hide-page-title .breadcrumbs,
body.hylp-hide-page-title .breadcrumb {
    display: none !important;
}
body.hylp-hide-page-title #main,
body.hylp-hide-page-title .main-content {
    padding-top: 0 !important;
}
.hylp-root img {
    max-width: 100%;
}
.hylp-root a {
    text-decoration: none;
}
.hylp-root svg {
    display: block;
    width: 1.35em;
    height: 1.35em;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.7;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.hylp-shell {
    width: min(1180px, calc(100% - 36px));
    margin-inline: auto;
}
.hylp-section {
    padding: 78px 0;
}
.hylp-eyebrow {
    display: inline-block;
    margin-bottom: 11px;
    color: var(--hylp-accent);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}
.hylp-heading h2,
.hylp-quality-copy h2,
.hylp-final-content h2 {
    margin: 0;
    color: var(--hylp-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(32px, 4.4vw, 55px);
    font-weight: 500;
    line-height: 1.06;
    letter-spacing: -.035em;
}
.hylp-heading p,
.hylp-quality-copy > p {
    margin: 17px 0 0;
    color: var(--hylp-muted);
    font-size: 16px;
    line-height: 1.72;
}
.hylp-heading-center {
    max-width: 760px;
    margin: 0 auto 34px;
    text-align: center;
}
.hylp-heading-row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 25px;
    margin-bottom: 31px;
}
.hylp-heading-row > div {
    max-width: 760px;
}
.hylp-primary-button,
.hylp-light-button,
.hylp-link-button,
.hylp-product-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 50px;
    padding: 0 24px;
    border: 1px solid transparent;
    border-radius: 9px;
    background: var(--hylp-accent);
    color: #fff !important;
    font-size: 14px;
    font-weight: 800;
    text-decoration: none !important;
    transition: transform .2s ease, background .2s ease, box-shadow .2s ease;
}
.hylp-primary-button:hover,
.hylp-product-button:hover {
    transform: translateY(-2px);
    background: var(--hylp-accent-dark);
    color: #fff !important;
}
.hylp-link-button {
    min-height: 42px;
    padding-inline: 18px;
    border-color: var(--hylp-line);
    background: #fff;
    color: var(--hylp-accent) !important;
    white-space: nowrap;
}

/* Hero */
.hylp-hero {
    position: relative;
    min-height: 720px;
    background: #f4ebe3;
}
.hylp-hero-media,
.hylp-hero-media img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
}
.hylp-hero-media img {
    object-fit: cover;
    object-position: center;
}
.hylp-hero-content {
    position: relative;
    z-index: 2;
    min-height: 720px;
    display: flex;
    align-items: center;
}
.hylp-hero-copy {
    width: min(520px, 46%);
    padding: 42px 0;
}
.hylp-pill {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    margin-bottom: 19px;
    padding: 8px 12px;
    border: 1px solid var(--hylp-line);
    border-radius: 999px;
    background: rgba(255, 255, 255, .62);
    color: var(--hylp-accent);
    font-size: 12px;
    font-weight: 800;
    backdrop-filter: blur(8px);
}
.hylp-hero-copy h1 {
    margin: 0;
    color: var(--hylp-ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: clamp(44px, 5.1vw, 72px);
    font-weight: 500;
    line-height: 1.02;
    letter-spacing: -.045em;
}
.hylp-hero-copy > p {
    max-width: 480px;
    margin: 20px 0 23px;
    color: #5f5148;
    font-size: 17px;
    line-height: 1.65;
}
.hylp-hero-features {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.hylp-hero-features span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    padding: 9px 11px;
    border: 1px solid var(--hylp-line);
    border-radius: 9px;
    background: rgba(255, 255, 255, .72);
    color: var(--hylp-ink);
    font-size: 12px;
    font-weight: 700;
    backdrop-filter: blur(8px);
}

/* Coupon */
.hylp-coupon-section {
    position: relative;
    z-index: 4;
    margin-top: -28px;
    padding-bottom: 25px;
}
.hylp-coupon-card {
    display: grid;
    grid-template-columns: 1.2fr auto auto;
    align-items: center;
    gap: 22px;
    padding: 20px 24px;
    border: 1px solid var(--hylp-line);
    border-radius: 18px;
    background: rgba(255,255,255,.97);
    box-shadow: var(--hylp-shadow);
}
.hylp-coupon-copy {
    display: flex;
    align-items: center;
    gap: 14px;
}
.hylp-coupon-icon {
    display: grid;
    flex: 0 0 48px;
    width: 48px;
    height: 48px;
    place-items: center;
    border-radius: 50%;
    background: var(--hylp-soft);
    color: var(--hylp-accent);
    font-size: 22px;
}
.hylp-coupon-copy strong {
    display: block;
    margin-bottom: 2px;
    font-size: 18px;
}
.hylp-coupon-copy p {
    margin: 0;
    color: var(--hylp-muted);
    font-size: 13px;
}
.hylp-code {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 9px 10px 9px 14px;
    border: 1px dashed rgba(123, 75, 43, .42);
    border-radius: 11px;
    background: #fffaf6;
}
.hylp-code code {
    color: var(--hylp-accent);
    font-family: inherit;
    font-size: 16px;
    font-weight: 900;
    letter-spacing: .07em;
}
.hylp-code button {
    min-height: 34px;
    padding: 0 13px;
    border: 0;
    border-radius: 8px;
    background: var(--hylp-accent);
    color: #fff;
    font-family: inherit;
    font-size: 12px;
    font-weight: 800;
    cursor: pointer;
}
.hylp-coupon-note {
    color: var(--hylp-muted);
    font-size: 12px;
    font-weight: 700;
    white-space: nowrap;
}
.hylp-trust-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    overflow: hidden;
    margin-top: 10px;
    border: 1px solid var(--hylp-line);
    border-radius: 15px;
    background: var(--hylp-line);
}
.hylp-trust-strip > div {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    min-height: 68px;
    padding: 11px;
    background: #fff;
    color: var(--hylp-ink);
    font-size: 12px;
    font-weight: 800;
    text-align: center;
}
.hylp-trust-strip svg {
    flex: 0 0 auto;
    color: var(--hylp-accent);
    font-size: 18px;
}

/* Products */
.hylp-products-section {
    padding-top: 55px;
    background: #fff;
}
.hylp-product-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.hylp-product-card {
    overflow: hidden;
    border: 1px solid var(--hylp-line);
    border-radius: 17px;
    background: #fff;
    box-shadow: 0 10px 30px rgba(64,39,24,.06);
    transition: transform .22s ease, box-shadow .22s ease;
}
.hylp-product-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 42px rgba(64,39,24,.11);
}
.hylp-product-image {
    position: relative;
    display: block;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    padding: 0;
    background: #f7f3ef;
}
.hylp-product-image img,
.hylp-product-image.is-png img {
    position: static !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    display: block;
    object-fit: cover !important;
    object-position: center center !important;
    margin: 0 !important;
    transform: scale(1) !important;
    transition: transform .35s ease !important;
}
.hylp-product-card:hover .hylp-product-image img {
    transform: scale(1.015) !important;
}
.hylp-sale {
    position: absolute;
    top: 11px;
    left: 11px;
    z-index: 2;
    padding: 6px 9px;
    border-radius: 999px;
    background: var(--hylp-accent);
    color: #fff;
    font-size: 10px;
    font-weight: 900;
}
.hylp-product-body {
    padding: 16px;
    text-align: center;
}
.hylp-product-body h3 {
    min-height: 3.9em;
    margin: 0 0 10px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}
.hylp-product-body h3 a {
    color: var(--hylp-ink);
}
.hylp-price {
    min-height: 29px;
    margin-bottom: 13px;
    color: var(--hylp-accent);
    font-size: 17px;
    font-weight: 900;
}
.hylp-price del {
    color: #aaa;
    font-size: .8em;
    font-weight: 500;
}
.hylp-price ins {
    text-decoration: none;
}
.hylp-product-button {
    width: 100%;
    min-height: 41px;
    padding-inline: 12px;
    font-size: 12px;
}
.hylp-notice {
    padding: 25px;
    border: 1px solid var(--hylp-line);
    border-radius: 14px;
    background: #fff;
}

/* Reviews */
.hylp-reviews-section {
    background:
        radial-gradient(circle at 10% 0, rgba(195,149,113,.14), transparent 28%),
        linear-gradient(180deg, #faf4ef, #f6ede6);
}
.hylp-review-slider {
    --hylp-review-gap: 18px;
    position: relative;
    padding-inline: 52px;
}
.hylp-review-viewport {
    width: 100%;
    overflow: hidden;
}
.hylp-review-track {
    display: flex;
    gap: var(--hylp-review-gap);
    transition: transform .48s cubic-bezier(.22,.61,.36,1);
    will-change: transform;
}
.hylp-review-card {
    flex: 0 0 calc((100% - (var(--hylp-review-gap) * 2)) / 3);
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--hylp-line);
    border-radius: 19px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(63,38,23,.07);
}
.hylp-review-photo {
    position: relative;
    aspect-ratio: 3 / 2;
    overflow: hidden;
    background: #ede6df;
}
.hylp-review-photo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}
.hylp-verified-badge {
    position: absolute;
    right: 12px;
    bottom: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(48, 29, 17, .82);
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    line-height: 1;
    backdrop-filter: blur(8px);
}
.hylp-review-body {
    display: flex;
    min-height: 245px;
    flex-direction: column;
    padding: 20px;
}
.hylp-stars {
    display: flex;
    gap: 3px;
}
.hylp-stars svg {
    width: 16px;
    height: 16px;
    fill: currentColor;
    stroke: currentColor;
}
.hylp-stars .is-active {
    color: #bd7b42;
}
.hylp-stars .is-empty {
    color: #ddd3ca;
}
.hylp-review-body blockquote {
    margin: 14px 0 20px;
    color: var(--hylp-ink);
    font-size: 14px;
    font-style: normal;
    line-height: 1.65;
}
.hylp-review-meta {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 14px;
    margin-top: auto;
    padding-top: 15px;
    border-top: 1px solid var(--hylp-line);
}
.hylp-review-meta strong,
.hylp-review-meta span {
    display: block;
}
.hylp-review-meta strong {
    color: var(--hylp-ink);
    font-size: 12px;
}
.hylp-review-meta span,
.hylp-review-meta time {
    color: var(--hylp-muted);
    font-size: 10px;
}
.hylp-slider-arrow {
    position: absolute;
    top: 42%;
    z-index: 5;
    display: grid;
    width: 40px;
    height: 40px;
    transform: translateY(-50%);
    place-items: center;
    border: 1px solid var(--hylp-line);
    border-radius: 50%;
    background: #fff;
    color: var(--hylp-accent);
    box-shadow: 0 10px 28px rgba(63,38,23,.12);
    cursor: pointer;
    transition: opacity .2s ease, transform .2s ease;
}
.hylp-slider-arrow:hover {
    transform: translateY(-50%) scale(1.05);
}
.hylp-slider-arrow:disabled {
    opacity: .35;
    cursor: default;
}
.hylp-slider-arrow svg {
    width: 20px;
    height: 20px;
}
.hylp-slider-prev {
    left: 0;
}
.hylp-slider-next {
    right: 0;
}
.hylp-slider-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    margin-top: 24px;
}
.hylp-slider-dot {
    width: 8px;
    height: 8px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(123,75,43,.24);
    cursor: pointer;
    transition: width .22s ease, border-radius .22s ease, background .22s ease;
}
.hylp-slider-dot.is-active {
    width: 24px;
    border-radius: 999px;
    background: var(--hylp-accent);
}
@media (max-width: 900px) {
    .hylp-review-card {
        flex-basis: calc((100% - var(--hylp-review-gap)) / 2);
    }
}
@media (max-width: 600px) {
    .hylp-review-slider {
        padding-inline: 0;
    }
    .hylp-review-card {
        flex-basis: 100%;
    }
    .hylp-slider-arrow {
        top: 38%;
        width: 38px;
        height: 38px;
    }
    .hylp-slider-prev {
        left: 9px;
    }
    .hylp-slider-next {
        right: 9px;
    }
    .hylp-review-body {
        min-height: 220px;
    }
    .hylp-verified-badge {
        right: 9px;
        bottom: 9px;
        font-size: 9px;
    }
}

/* Quality */
.hylp-quality-section {
    background: #fff;
}
.hylp-quality-hero {
    display: grid;
    grid-template-columns: .9fr 1.1fr;
    align-items: center;
    overflow: hidden;
    border: 1px solid var(--hylp-line);
    border-radius: 25px;
    background: #fffaf6;
    box-shadow: var(--hylp-shadow);
}
.hylp-quality-copy {
    padding: clamp(32px, 5vw, 64px);
}
.hylp-check-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-top: 24px;
}
.hylp-check-list span {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    color: var(--hylp-ink);
    font-size: 13px;
    font-weight: 700;
    line-height: 1.45;
}
.hylp-check-list svg {
    flex: 0 0 21px;
    width: 21px;
    height: 21px;
    padding: 4px;
    border-radius: 50%;
    background: var(--hylp-soft);
    color: var(--hylp-accent);
}
.hylp-quality-image {
    position: relative;
    min-height: 540px;
    overflow: hidden;
}
.hylp-quality-image > img {
    width: 100%;
    height: 100%;
    min-height: 540px;
    display: block;
    object-fit: cover;
}
.hylp-detail-bubble {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 155px;
    height: 155px;
    overflow: hidden;
    border: 8px solid rgba(255,255,255,.86);
    border-radius: 50%;
    box-shadow: 0 13px 34px rgba(63,37,21,.22);
}
.hylp-detail-bubble img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}
.hylp-spec-grid {
    display: grid;
    grid-template-columns: 1.25fr .75fr;
    gap: 18px;
    margin-top: 20px;
}
.hylp-spec-stack {
    display: grid;
    gap: 18px;
}
.hylp-spec-card {
    overflow: hidden;
    border: 1px solid var(--hylp-line);
    border-radius: 18px;
    background: #fffaf6;
}
.hylp-spec-card h3 {
    margin: 20px 20px 4px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 23px;
    font-weight: 500;
    text-align: center;
}
.hylp-spec-card p {
    margin: 0 20px 5px;
    color: var(--hylp-muted);
    font-size: 12px;
    text-align: center;
}
.hylp-spec-card img {
    width: 100%;
    display: block;
}
.hylp-spec-large img {
    min-height: 445px;
    object-fit: cover;
}
.hylp-materials {
    display: grid;
    grid-template-columns: repeat(4,1fr);
    gap: 15px;
    margin-top: 20px;
}
.hylp-materials article {
    overflow: hidden;
    border: 1px solid var(--hylp-line);
    border-radius: 16px;
    background: #fff;
}
.hylp-materials img {
    width: 100%;
    height: 130px;
    display: block;
    object-fit: cover;
}
.hylp-materials h3 {
    margin: 16px 16px 6px;
    font-size: 14px;
}
.hylp-materials p {
    margin: 0 16px 18px;
    color: var(--hylp-muted);
    font-size: 12px;
    line-height: 1.55;
}

/* Packaging */
.hylp-packaging-section {
    background:
        radial-gradient(circle at 90% 0, rgba(195,149,113,.13), transparent 28%),
        linear-gradient(180deg, #faf5f1, #f4ebe4);
}
.hylp-packaging-grid {
    display: grid;
    grid-template-columns: 1.5fr .75fr .75fr;
    gap: 18px;
}
.hylp-packaging-main,
.hylp-packaging-detail {
    overflow: hidden;
    border: 1px solid var(--hylp-line);
    border-radius: 19px;
    background: #fff;
}
.hylp-packaging-main > img {
    width: 100%;
    height: 350px;
    display: block;
    object-fit: cover;
}
.hylp-packaging-main > div {
    padding: 25px;
}
.hylp-packaging-main h3 {
    margin: 0 0 12px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    font-weight: 500;
}
.hylp-packaging-main ul {
    margin: 0;
    padding-left: 20px;
    color: var(--hylp-muted);
    font-size: 14px;
    line-height: 1.75;
}
.hylp-packaging-detail img {
    width: 100%;
    height: 260px;
    display: block;
    object-fit: cover;
}
.hylp-packaging-detail h3 {
    margin: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    font-weight: 500;
    text-align: center;
}

/* FAQ */
.hylp-faq-section {
    background: #fff;
}
.hylp-faq {
    max-width: 900px;
    margin: 0 auto;
    display: grid;
    gap: 11px;
}
.hylp-faq details {
    overflow: hidden;
    border: 1px solid var(--hylp-line);
    border-radius: 14px;
    background: #fffaf7;
}
.hylp-faq summary {
    position: relative;
    padding: 19px 52px 19px 20px;
    color: var(--hylp-ink);
    font-size: 14px;
    font-weight: 800;
    cursor: pointer;
    list-style: none;
}
.hylp-faq summary::-webkit-details-marker {
    display: none;
}
.hylp-faq summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 18px;
    width: 26px;
    height: 26px;
    transform: translateY(-50%);
    display: grid;
    place-items: center;
    border-radius: 50%;
    background: var(--hylp-soft);
    color: var(--hylp-accent);
    font-size: 18px;
}
.hylp-faq details[open] summary::after {
    content: "–";
}
.hylp-faq details p {
    margin: 0;
    padding: 0 20px 19px;
    color: var(--hylp-muted);
    font-size: 14px;
    line-height: 1.7;
}

/* Final CTA */
.hylp-final-cta {
    position: relative;
    min-height: 470px;
    overflow: hidden;
    color: #fff;
}
.hylp-final-cta > img,
.hylp-final-overlay {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
}
.hylp-final-cta > img {
    object-fit: cover;
}
.hylp-final-overlay {
    background: linear-gradient(90deg, rgba(48,27,15,.92), rgba(48,27,15,.72) 50%, rgba(48,27,15,.30));
}
.hylp-final-content {
    position: relative;
    z-index: 2;
    min-height: 470px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}
.hylp-final-content > div:first-child {
    max-width: 650px;
}
.hylp-final-content h2 {
    color: #fff;
}
.hylp-final-content p {
    margin: 17px 0 24px;
    color: rgba(255,255,255,.82);
    font-size: 16px;
    line-height: 1.65;
}
.hylp-light-button {
    background: #fff;
    color: var(--hylp-accent) !important;
}
.hylp-final-coupon {
    flex: 0 0 auto;
    padding: 20px 25px;
    border: 1px dashed rgba(255,255,255,.45);
    border-radius: 14px;
    background: rgba(68,37,20,.45);
    text-align: center;
    backdrop-filter: blur(8px);
}
.hylp-final-coupon span,
.hylp-final-coupon strong {
    display: block;
}
.hylp-final-coupon span {
    color: rgba(255,255,255,.78);
    font-size: 12px;
}
.hylp-final-coupon strong {
    margin-top: 6px;
    color: #fff;
    font-size: 20px;
    letter-spacing: .08em;
}
.hylp-mobile-bar {
    display: none;
}

/* Responsive */
@media (max-width: 1024px) {
    .hylp-product-grid {
        grid-template-columns: repeat(3, minmax(0,1fr));
    }
    .hylp-packaging-grid {
        grid-template-columns: 1.3fr .7fr;
    }
    .hylp-packaging-detail:last-child {
        grid-column: 1 / -1;
    }
}
@media (max-width: 820px) {
    .hylp-hero {
        min-height: auto;
        padding-bottom: 0;
        background: #f4ebe3;
    }
    .hylp-hero-media,
    .hylp-hero-media img {
        position: relative;
        height: auto;
    }
    .hylp-hero-media img {
        aspect-ratio: 1 / 1;
        object-fit: cover;
    }
    .hylp-hero-content {
        min-height: auto;
    }
    .hylp-hero-copy {
        width: 100%;
        padding: 30px 0 42px;
        text-align: center;
    }
    .hylp-hero-copy h1 {
        font-size: clamp(38px, 8.5vw, 58px);
    }
    .hylp-hero-copy > p {
        margin-inline: auto;
    }
    .hylp-hero-features {
        justify-content: center;
    }
    .hylp-coupon-section {
        margin-top: 0;
        padding-top: 14px;
    }
    .hylp-coupon-card {
        grid-template-columns: 1fr auto;
    }
    .hylp-coupon-note {
        grid-column: 1 / -1;
        text-align: center;
    }
    .hylp-trust-strip {
        grid-template-columns: repeat(2,1fr);
    }
    .hylp-product-grid {
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .hylp-quality-hero,
    .hylp-spec-grid {
        grid-template-columns: 1fr;
    }
    .hylp-quality-image,
    .hylp-quality-image > img {
        min-height: 420px;
    }
    .hylp-materials {
        grid-template-columns: repeat(2,1fr);
    }
    .hylp-packaging-grid {
        grid-template-columns: 1fr;
    }
    .hylp-packaging-detail:last-child {
        grid-column: auto;
    }
    .hylp-final-content {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
    }
}
@media (max-width: 600px) {
    .hylp-shell {
        width: min(100% - 22px, 1180px);
    }
    .hylp-section {
        padding: 58px 0;
    }
    .hylp-heading-row {
        align-items: flex-start;
        flex-direction: column;
    }
    .hylp-heading h2,
    .hylp-quality-copy h2,
    .hylp-final-content h2 {
        font-size: clamp(30px, 9vw, 42px);
    }
    .hylp-coupon-card {
        grid-template-columns: 1fr;
        gap: 14px;
        padding: 17px;
    }
    .hylp-code {
        justify-content: space-between;
    }
    .hylp-coupon-note {
        grid-column: auto;
        text-align: left;
    }
    .hylp-trust-strip > div {
        min-height: 63px;
        padding: 9px 6px;
        font-size: 10px;
    }
    .hylp-product-grid {
        gap: 10px;
    }
    .hylp-product-card {
        border-radius: 13px;
    }
    .hylp-product-body {
        padding: 11px;
    }
    .hylp-product-body h3 {
        min-height: 4.4em;
        font-size: 11px;
    }
    .hylp-price {
        min-height: 24px;
        font-size: 14px;
    }
    .hylp-product-button {
        min-height: 38px;
        font-size: 10px;
    }
    .hylp-quality-copy {
        padding: 29px 22px 33px;
    }
    .hylp-check-list {
        grid-template-columns: 1fr;
    }
    .hylp-quality-image,
    .hylp-quality-image > img {
        min-height: 310px;
    }
    .hylp-detail-bubble {
        right: 15px;
        bottom: 15px;
        width: 105px;
        height: 105px;
        border-width: 5px;
    }
    .hylp-spec-large img {
        min-height: 260px;
    }
    .hylp-materials {
        gap: 10px;
    }
    .hylp-materials img {
        height: 95px;
    }
    .hylp-materials h3 {
        margin: 12px 11px 5px;
        font-size: 11px;
    }
    .hylp-materials p {
        margin: 0 11px 14px;
        font-size: 10px;
    }
    .hylp-packaging-main > img,
    .hylp-packaging-detail img {
        height: 230px;
    }
    .hylp-final-cta,
    .hylp-final-content {
        min-height: 520px;
    }
    .hylp-final-coupon {
        width: 100%;
    }
    .hylp-mobile-bar {
        position: fixed;
        right: 10px;
        bottom: 10px;
        left: 10px;
        z-index: 9999;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        padding: 10px 10px 10px 15px;
        border-radius: 14px;
        background: rgba(57,33,19,.96);
        box-shadow: 0 13px 34px rgba(0,0,0,.26);
        backdrop-filter: blur(12px);
    }
    .hylp-mobile-bar strong,
    .hylp-mobile-bar span {
        display: block;
    }
    .hylp-mobile-bar strong {
        color: #fff;
        font-size: 12px;
    }
    .hylp-mobile-bar span {
        color: rgba(255,255,255,.7);
        font-size: 10px;
    }
    .hylp-mobile-bar a {
        display: inline-flex;
        min-height: 41px;
        align-items: center;
        padding: 0 15px;
        border-radius: 9px;
        background: #fff;
        color: var(--hylp-accent);
        font-size: 11px;
        font-weight: 900;
    }
}
@media (prefers-reduced-motion: reduce) {
    .hylp-product-card,
    .hylp-product-image img,
    .hylp-primary-button,
    .hylp-product-button {
        transition: none;
    }
}

@media (max-width: 600px) {
    .hylp-product-image {
        aspect-ratio: 1 / 1 !important;
        padding: 0 !important;
    }
}
