.hero {
    border-bottom: 1px solid rgba(217, 181, 109, .65);
    background:
        radial-gradient(circle at 5% 20%, rgba(196, 154, 69, .1), transparent 17rem),
        linear-gradient(90deg, #fff8ed 0%, #fff6e8 45%, #f8ead5 100%);
}
.hero-grid { display: grid; grid-template-columns: 390px minmax(0, 1fr); align-items: start; min-height: 389px; gap: 0; }
.hero-copy { padding: 43px 0 16px; text-align: center; position: relative; z-index: 2; }
.hero-copy h1 { max-width: 430px; margin: 0 auto; font-size: clamp(2.62rem, 3vw, 3.42rem); line-height: .96; }
.hero-title span { display: block; }
.hero-title span:last-child { white-space: nowrap; }
.hero-copy > p:not(.eyebrow) { font-size: .98rem; max-width: 325px; margin-left: auto; margin-right: auto; }
.hero-support { line-height: 1.25; margin-bottom: 0; }
.hero-copy .ornament { margin-left: auto; margin-right: auto; }
.hero-actions { display: flex; flex-wrap: wrap; justify-content: center; gap: 14px; margin-top: 17px; }
.hero-buttons .btn { min-height: 42px; padding: 10px 24px; }
.hero-art { position: relative; min-height: 389px; display: flex; justify-content: flex-end; align-items: flex-start; overflow: visible; }
.hero-art img { width: min(694px, calc(100% + 94px)); max-width: none; height: auto; margin-right: -28px; border-radius: 0; filter: none; transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0); }
.js-motion .hero-eyebrow,
.js-motion .hero-title span,
.js-motion .hero-support,
.js-motion .hero-buttons > *,
.js-motion .hero-divider,
.js-motion .hero-products,
.js-motion .benefit-strip > * {
    opacity: 0;
    animation: hero-fade-up var(--duration-reveal) var(--ease-premium) forwards;
}
.js-motion .hero-eyebrow { animation-delay: 60ms; }
.js-motion .hero-title span:first-child { animation-delay: 180ms; }
.js-motion .hero-title span:nth-child(2) { animation-delay: 245ms; }
.js-motion .hero-title span:nth-child(3) { animation-delay: 310ms; }
.js-motion .hero-divider { animation-delay: 390ms; }
.js-motion .hero-support { animation-delay: 470ms; }
.js-motion .hero-buttons > *:first-child { animation-delay: 570ms; }
.js-motion .hero-buttons > *:last-child { animation-delay: 650ms; }
.js-motion .hero-products { animation-name: hero-product-in, product-float; animation-delay: 420ms, 1600ms; animation-duration: 900ms, 6800ms; animation-timing-function: var(--ease-premium), ease-in-out; animation-iteration-count: 1, infinite; }
.js-motion .hero-art:hover .hero-products { animation-play-state: running, paused; }
.js-motion .benefit-strip > *:nth-child(1) { animation-delay: 860ms; }
.js-motion .benefit-strip > *:nth-child(2) { animation-delay: 940ms; }
.js-motion .benefit-strip > *:nth-child(3) { animation-delay: 1020ms; }
.js-motion .benefit-strip > *:nth-child(4) { animation-delay: 1100ms; }
.benefit-strip {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    max-width: 322px;
    margin: 12px auto 0;
    padding: 0;
    position: relative;
    z-index: 2;
}
.benefit-strip div {
    min-height: 52px;
    display: grid;
    grid-template-rows: 24px auto;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 0 7px;
    text-align: center;
    color: var(--gold);
    border-right: 1px dashed rgba(196, 154, 69, .7);
}
.benefit-strip div:last-child { border-right: 0; }
.benefit-strip span { color: var(--brown); font-weight: 800; font-size: .63rem; line-height: 1.1; }
.category-band { background: rgba(248, 238, 220, .7); padding-top: 12px; padding-bottom: 8px; }
.category-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.category-card {
    position: relative;
    min-height: 156px;
    display: grid;
    grid-template-columns: 1fr 142px;
    align-items: center;
    gap: 8px;
    padding: 20px 24px 0;
    overflow: hidden;
    border: 1px solid rgba(217, 181, 109, .75);
    border-radius: 8px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .92), rgba(255, 248, 237, .8));
    box-shadow: 0 10px 28px rgba(60, 36, 24, .08);
    transition:
        transform var(--duration-normal) var(--ease-premium),
        box-shadow var(--duration-normal) var(--ease-standard),
        border-color var(--duration-normal) var(--ease-standard);
}
.category-card::before {
    content: "";
    position: absolute;
    inset: 0;
    opacity: 0;
    background: radial-gradient(circle at 88% 14%, rgba(196, 154, 69, .18), transparent 12rem);
    transition: opacity var(--duration-normal) var(--ease-standard);
    pointer-events: none;
}
.category-card:hover { transform: translateY(-5px); border-color: rgba(196, 154, 69, .95); box-shadow: var(--shadow-warm); }
.category-card:hover::before { opacity: 1; }
.category-card img { max-height: 144px; align-self: end; justify-self: end; transition: transform var(--duration-normal) var(--ease-premium); }
.category-card:hover img { transform: scale(1.04); }
.category-card .mini-btn { position: relative; z-index: 1; }
.category-card h2 { color: var(--terracotta); font-size: 2rem; }
.category-card p { font-size: .86rem; line-height: 1.24; margin-bottom: 12px; }
.section-heading { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 12px; }
.section-heading h2 { font-size: 1.6rem; }
.section-heading a { color: var(--burnt); font-weight: 800; }
.section-heading.center { justify-content: center; text-align: center; }
.about-panel { padding-top: 0; }
.about-grid {
    display: grid;
    grid-template-columns: .85fr .95fr .9fr;
    gap: 26px;
    align-items: center;
    border: 1px solid rgba(217, 181, 109, .75);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    padding: 0 28px 0 0;
    overflow: hidden;
}
.about-grid > img { width: 100%; height: 146px; object-fit: cover; object-position: center bottom; border-radius: 6px 0 0 6px; }
.about-grid p { font-size: .82rem; line-height: 1.45; }
.about-copy h2 { font-size: 1.85rem; }
.about-copy .ornament { margin: 9px 0 12px; width: 220px; }
.about-features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    gap: 0;
}
.about-features div {
    min-height: 71px;
    display: grid;
    grid-template-columns: 44px 1fr;
    gap: 9px;
    align-items: center;
    padding: 8px 14px;
    border-bottom: 1px dashed rgba(196, 154, 69, .7);
}
.about-features div:nth-child(odd) { border-right: 1px dashed rgba(196, 154, 69, .7); }
.about-features span { color: var(--gold); font-size: 1.8rem; }
.about-features strong { font-size: .82rem; line-height: 1.2; }
.why-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 0; border-top: 1px solid rgba(217, 181, 109, .65); border-bottom: 1px solid rgba(217, 181, 109, .65); }
.why-grid div { min-height: 70px; display: grid; grid-template-columns: 38px 1fr; place-items: center start; text-align: left; gap: 7px; padding: 10px 12px; border-right: 1px dashed rgba(196, 154, 69, .7); }
.why-grid div:last-child { border-right: 0; }
.why-grid strong { font-size: .78rem; line-height: 1.18; }
.why-grid span { color: var(--gold); font-size: 1.45rem; }
.partner-cta { color: white; background: linear-gradient(135deg, var(--burnt), var(--terracotta)); padding: 15px 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.18); position: relative; overflow: hidden; }
.partner-cta::before {
    content: "";
    position: absolute;
    inset: -30%;
    opacity: .18;
    background-image: radial-gradient(circle, rgba(255,248,237,.55) 1px, transparent 1px);
    background-size: 28px 28px;
    transform: translate3d(0, 0, 0);
    animation: ornament-drift 24s linear infinite;
}
.partner-grid { position: relative; z-index: 1; }
.partner-grid { display: grid; grid-template-columns: 94px minmax(250px, 1.15fr) 1px minmax(260px, 1fr) auto; align-items: center; gap: 28px; }
.partner-grid::before {
    content: "♢";
    width: 72px;
    height: 72px;
    display: grid;
    place-items: center;
    justify-self: end;
    border: 2px solid rgba(255, 248, 237, .55);
    border-radius: 50%;
    color: var(--gold);
    font-size: 2.4rem;
}
.partner-title { min-width: 0; }
.partner-title h2 { color: white; font-size: 2rem; }
.partner-title p { margin: 6px 0 0; font-weight: 800; line-height: 1.2; }
.partner-divider {
    width: 1px;
    height: 56px;
    background: rgba(255, 248, 237, .42);
}
.partner-grid p { margin: 0; }
.partner-support { font-weight: 800; line-height: 1.45; }
.testimonials { padding-top: 14px; padding-bottom: 18px; }
.testimonial-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 34px;
    align-items: center;
}
.testimonial-grid article {
    min-height: 78px;
    padding: 16px 22px;
    border: 1px solid rgba(217, 181, 109, .68);
    border-radius: 8px;
    background: rgba(255, 255, 255, .7);
}
.testimonial-grid span { color: var(--gold); font-family: var(--serif); font-size: 2rem; line-height: 0; }
.testimonial-grid strong { display: inline-block; color: var(--gold); letter-spacing: .16em; font-size: .78rem; }
.testimonial-grid p { margin: 6px 0 0; font-size: .78rem; line-height: 1.35; }
.enquiry-grid { display: grid; grid-template-columns: .9fr 1.4fr; gap: 36px; align-items: start; }
.form-card { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 14px; padding: 22px; border: 1px solid var(--border); border-radius: 8px; background: rgba(255,255,255,.8); }
.form-card label { display: grid; gap: 6px; font-weight: 800; font-size: .9rem; }
.form-card input, .form-card select, .form-card textarea, .toolbar input, .toolbar select {
    width: 100%;
    border: 1px solid rgba(217, 181, 109, .85);
    border-radius: 6px;
    min-height: 44px;
    padding: 10px 12px;
    background: white;
    color: var(--brown);
}
.form-card .full { grid-column: 1 / -1; }
.captcha-field { min-height: 78px; display: flex; align-items: center; }
.captcha-note {
    margin: 0;
    color: var(--burnt);
    font-size: .86rem;
    font-weight: 800;
}
.captcha-note code { font-family: ui-monospace, SFMono-Regular, Menlo, monospace; }
.page-hero { padding: 70px 0; background: linear-gradient(135deg, var(--cream), var(--ivory)); border-bottom: 1px solid var(--border); }
.page-hero.compact { padding: 58px 0; text-align: center; }
.category-hero {
    position: relative;
    min-height: 342px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid rgba(217, 181, 109, .74);
    background: #fff8ed;
}
.category-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 248, 237, .92) 0%, rgba(255, 248, 237, .78) 44%, rgba(255, 248, 237, .22) 100%),
        linear-gradient(180deg, rgba(255, 248, 237, .5), rgba(255, 248, 237, .38));
}
.category-hero__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    opacity: 1;
    filter: saturate(1.02) contrast(1.02);
}
.category-hero__content {
    position: relative;
    z-index: 1;
}
.category-hero .eyebrow {
    margin-bottom: 16px;
}
.category-hero h1 {
    margin: 0 0 20px;
    font-size: clamp(4.4rem, 9vw, 7.25rem);
    line-height: .82;
}
.category-hero p:last-child {
    margin: 0;
    color: rgba(60, 36, 24, .84);
    font-size: 1.16rem;
    font-weight: 700;
}
.about-hero {
    padding: 58px 0 42px;
    border-bottom: 1px solid rgba(217, 181, 109, .72);
    background:
        radial-gradient(circle at 8% 18%, rgba(196, 154, 69, .16), transparent 22rem),
        linear-gradient(135deg, #fffaf1 0%, #f8ead4 100%);
    overflow: hidden;
}
.about-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 54px;
    align-items: center;
}
.about-hero-copy h1 {
    max-width: 720px;
    font-size: clamp(3rem, 5.8vw, 5.65rem);
    line-height: .92;
}
.about-hero-copy > p:not(.eyebrow) {
    max-width: 620px;
    color: rgba(60, 36, 24, .82);
    font-size: 1.12rem;
}
.about-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 26px;
}
.about-hero-visual {
    position: relative;
    padding: 14px;
    border: 1px solid rgba(217, 181, 109, .86);
    border-radius: 8px;
    background: rgba(255, 255, 255, .64);
    box-shadow: var(--shadow);
}
.about-hero-visual img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 6px;
}
.about-hero-visual div {
    position: absolute;
    left: 30px;
    right: 30px;
    bottom: 30px;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(217, 181, 109, .76);
    border-radius: 6px;
    background: rgba(255, 248, 237, .94);
    backdrop-filter: blur(10px);
}
.about-hero-visual strong { color: var(--burnt); }
.about-hero-visual span { font-size: .88rem; font-weight: 800; color: rgba(60, 36, 24, .72); }
.about-intro { padding-top: 42px; }
.about-intro-grid {
    display: grid;
    grid-template-columns: .88fr 1.12fr;
    gap: 48px;
    align-items: start;
}
.about-intro-grid h2 { font-size: clamp(2.25rem, 4vw, 3.55rem); }
.about-intro-grid p { color: rgba(60, 36, 24, .82); font-size: 1rem; }
.about-quality { padding-top: 12px; }
.about-quality-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.about-quality-grid article {
    min-height: 220px;
    padding: 22px;
    border: 1px solid rgba(217, 181, 109, .72);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .82), rgba(255, 248, 237, .68));
    box-shadow: 0 10px 28px rgba(60, 36, 24, .07);
}
.about-quality-grid span {
    display: inline-flex;
    margin-bottom: 18px;
    color: var(--gold);
    font-weight: 900;
    letter-spacing: .08em;
}
.about-quality-grid h3 {
    color: var(--burnt);
    font-size: 1.55rem;
}
.about-quality-grid p {
    margin: 12px 0 0;
    color: rgba(60, 36, 24, .78);
    font-size: .94rem;
}
.about-showcase { padding-top: 20px; }
.about-showcase-grid {
    display: grid;
    grid-template-columns: 430px minmax(0, 1fr);
    gap: 48px;
    align-items: center;
    padding: 28px;
    border: 1px solid rgba(217, 181, 109, .74);
    border-radius: 8px;
    background: rgba(255, 255, 255, .64);
}
.about-showcase-image {
    min-height: 330px;
    display: grid;
    place-items: center;
    border-radius: 6px;
    background: linear-gradient(180deg, white, var(--cream));
    overflow: hidden;
}
.about-showcase-image img {
    width: 100%;
    height: 330px;
    object-fit: cover;
    object-position: center bottom;
}
.about-showcase-copy h2 { font-size: clamp(2.2rem, 4vw, 3.5rem); }
.about-showcase-copy p { max-width: 680px; color: rgba(60, 36, 24, .82); }
.about-category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 24px;
}
.about-category-links a {
    min-height: 42px;
    display: inline-flex;
    align-items: center;
    padding: 10px 16px;
    border: 1px solid rgba(217, 181, 109, .86);
    border-radius: 6px;
    background: #fffdf8;
    color: var(--burnt);
    font-weight: 900;
}
.about-cta { margin-top: 20px; }
.contact-hero {
    position: relative;
    min-height: 342px;
    display: grid;
    align-items: center;
    overflow: hidden;
    isolation: isolate;
    border-bottom: 1px solid rgba(217, 181, 109, .74);
    background: #fff8ed;
}
.contact-hero::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background:
        linear-gradient(90deg, rgba(255, 248, 237, .94) 0%, rgba(255, 248, 237, .78) 46%, rgba(255, 248, 237, .22) 100%),
        linear-gradient(180deg, rgba(255, 248, 237, .45), rgba(255, 248, 237, .38));
}
.contact-hero__image {
    position: absolute;
    inset: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    filter: saturate(1.02) contrast(1.02);
}
.contact-hero__content h1 {
    max-width: 640px;
    margin: 10px 0 18px;
    font-size: clamp(4rem, 8vw, 6.65rem);
    line-height: .84;
}
.contact-hero__content p:last-child {
    max-width: 520px;
    color: rgba(60, 36, 24, .84);
    font-size: 1.08rem;
    font-weight: 700;
}
.contact-section { padding-top: 30px; }
.contact-grid {
    display: grid;
    grid-template-columns: .86fr 1.14fr;
    gap: 24px;
    align-items: start;
}
.contact-info-panel,
.contact-form-panel {
    border: 1px solid rgba(217, 181, 109, .78);
    border-radius: 8px;
    background: rgba(255, 255, 255, .7);
    box-shadow: 0 10px 28px rgba(60, 36, 24, .07);
}
.contact-info-panel {
    padding: 24px;
}
.contact-info-panel h2,
.contact-form-panel h2 {
    font-size: 2.35rem;
}
.contact-detail-list {
    display: grid;
    gap: 0;
    margin-top: 20px;
    border-top: 1px dashed rgba(196, 154, 69, .68);
}
.contact-detail-list div {
    display: grid;
    gap: 5px;
    padding: 15px 0;
    border-bottom: 1px dashed rgba(196, 154, 69, .68);
}
.contact-detail-list span {
    color: var(--burnt);
    font-size: .78rem;
    font-weight: 900;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.contact-detail-list p,
.contact-detail-list a {
    margin: 0;
    color: rgba(60, 36, 24, .82);
    font-weight: 800;
}
.contact-form-panel {
    padding: 24px;
}
.contact-form {
    margin-top: 18px;
}
.contact-form.form-card {
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
}
.partner-hero {
    padding: 72px 0 46px;
    background:
        radial-gradient(circle at 8% 18%, rgba(196, 154, 69, .18), transparent 22rem),
        linear-gradient(135deg, #fffaf1, #f6e8d0);
    border-bottom: 1px solid rgba(217, 181, 109, .75);
    overflow: hidden;
}
.partner-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 430px;
    gap: 54px;
    align-items: center;
}
.partner-hero h1 { max-width: 760px; font-size: clamp(3rem, 6vw, 5.8rem); }
.partner-hero-copy > p:not(.eyebrow) { max-width: 650px; font-size: 1.18rem; color: rgba(60, 36, 24, .82); }
.partner-metrics {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 28px;
}
.partner-metrics div {
    min-height: 104px;
    padding: 18px;
    border: 1px solid rgba(217, 181, 109, .75);
    border-radius: 8px;
    background: rgba(255, 255, 255, .62);
    box-shadow: 0 10px 24px rgba(60, 36, 24, .07);
}
.partner-metrics strong { display: block; color: var(--burnt); font-size: 2rem; line-height: 1; }
.partner-metrics span { display: block; margin-top: 8px; font-weight: 800; font-size: .88rem; }
.partner-hero-card {
    position: relative;
    padding: 16px;
    border: 1px solid var(--border);
    border-radius: 8px;
    background: rgba(255, 255, 255, .72);
    box-shadow: var(--shadow);
}
.partner-hero-card img {
    width: 100%;
    max-height: 455px;
    object-fit: cover;
    object-position: center bottom;
    border-radius: 6px;
}
.partner-hero-card div {
    position: absolute;
    left: 34px;
    right: 34px;
    bottom: 34px;
    display: grid;
    gap: 4px;
    padding: 14px 16px;
    border: 1px solid rgba(217, 181, 109, .8);
    border-radius: 6px;
    background: rgba(255, 248, 237, .92);
    backdrop-filter: blur(10px);
}
.partner-hero-card strong { color: var(--burnt); }
.partner-page-section { padding-top: 44px; }
.partner-showcase-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 470px;
    gap: 34px;
    align-items: start;
}
.partner-info-panel {
    padding: 30px;
    border: 1px solid rgba(217, 181, 109, .75);
    border-radius: 8px;
    background: rgba(255, 255, 255, .64);
}
.partner-info-panel > p { max-width: 760px; }
.partner-points {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    margin-top: 24px;
}
.partner-points div {
    min-height: 160px;
    padding: 18px;
    border: 1px solid rgba(217, 181, 109, .65);
    border-radius: 8px;
    background: linear-gradient(180deg, rgba(255,255,255,.82), rgba(255,248,237,.66));
}
.partner-points span {
    display: inline-flex;
    margin-bottom: 12px;
    color: var(--gold);
    font-weight: 900;
    letter-spacing: .08em;
}
.partner-points strong { display: block; color: var(--burnt); font-size: 1.04rem; }
.partner-points p { margin: 8px 0 0; font-size: .94rem; }
.quick-contact-card {
    position: sticky;
    top: 104px;
    padding: 24px;
    border: 1px solid rgba(217, 181, 109, .9);
    border-radius: 8px;
    background: #fffdf8;
    box-shadow: var(--shadow);
}
.quick-contact-card h2 { font-size: 2.25rem; margin-bottom: 12px; }
.partner-form { padding: 0; border: 0; background: transparent; box-shadow: none; }
.form-success {
    padding: 12px 14px;
    border: 1px solid rgba(17, 136, 69, .3);
    border-radius: 6px;
    background: rgba(17, 136, 69, .08);
    color: #0f7a3f;
    font-weight: 800;
}
.partner-process { background: rgba(248, 238, 220, .58); }
.process-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
}
.process-grid div {
    padding: 22px;
    border: 1px solid rgba(217, 181, 109, .75);
    border-radius: 8px;
    background: rgba(255, 255, 255, .74);
}
.process-grid span {
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    margin-bottom: 18px;
    border-radius: 50%;
    background: var(--burnt);
    color: white;
    font-weight: 900;
}
.process-grid h3 { font-size: 1.45rem; }
.process-grid p { margin: 8px 0 0; font-size: .95rem; }
.partner-contact-band {
    padding-top: 28px;
}
.partner-contact-grid {
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 24px;
    align-items: center;
    padding: 28px;
    border-radius: 8px;
    background: linear-gradient(135deg, var(--burnt), var(--terracotta));
    color: white;
}
.partner-contact-grid h2 { color: white; }
.partner-contact-grid p { margin: 8px 0 0; }
.partner-contact-grid a,
.partner-contact-grid span { display: block; color: white; font-weight: 900; margin: 6px 0; }
.toolbar { display: grid; grid-template-columns: 1fr 220px 180px auto; align-items: end; gap: 14px; margin-bottom: 24px; }
.toolbar label { font-weight: 800; font-size: .9rem; }
.catalogue-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.catalogue-grid.is-searching { opacity: .72; transition: opacity var(--duration-fast) var(--ease-standard); }
.empty-state { text-align: center; font-weight: 800; }
.product-detail { padding: 44px 0; }
.breadcrumb { margin-bottom: 24px; color: rgba(60, 36, 24, .68); }
.product-detail-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 48px; align-items: center; }
.detail-image { min-height: 520px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 8px; background: rgba(255,255,255,.82); }
.detail-image img { max-height: 455px; width: auto; }
dl { display: grid; gap: 10px; margin: 22px 0; }
dl div { display: grid; grid-template-columns: 140px 1fr; border-bottom: 1px dashed rgba(196, 154, 69, .6); padding-bottom: 10px; }
dt { font-weight: 800; }
dd { margin: 0; }

@keyframes hero-fade-up {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}
@keyframes hero-product-in {
    from { opacity: 0; transform: translateY(24px) scale(.975); }
    to { opacity: 1; transform: translateY(0) scale(1); }
}
@keyframes product-float {
    0%, 100% { transform: translate3d(var(--parallax-x, 0), var(--parallax-y, 0), 0); }
    50% { transform: translate3d(var(--parallax-x, 0), calc(var(--parallax-y, 0) - 6px), 0); }
}
@keyframes ornament-drift {
    from { transform: translate3d(0, 0, 0); }
    to { transform: translate3d(28px, 0, 0); }
}
