/* Shared catalogue family. It deliberately layers on top of the approved home styles. */
.catalog-page,.product-detail-page{background:var(--bg)}
.catalog-page .site-header,.product-detail-page .site-header{width:min(var(--container),calc(100% - 120px));margin-inline:auto}
.catalog-page .site-nav,.product-detail-page .site-nav{padding:6px 10px;border-radius:8px;background:rgba(245,242,235,.38);color:#303633;font-size:12px;font-weight:500}
.catalog-page .site-nav a[aria-current="page"],.product-detail-page .site-nav a[aria-current="page"]{color:var(--oak-dark);text-decoration:underline;text-underline-offset:4px}
.catalog-main,.product-detail-main{padding-bottom:0}.catalog-hero,.product-detail-hero{padding:56px 0 80px}.catalog-hero__grid,.product-detail-hero__grid,.product-detail-hero{display:grid;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);gap:7%;align-items:center}.catalog-hero__copy,.product-detail-copy{min-width:0}.catalog-hero h1,.product-detail-copy h1{max-width:660px;margin-bottom:24px}.catalog-hero .section-intro,.product-detail-copy .section-intro{max-width:570px;margin-bottom:0}.catalog-hero__actions,.product-detail-actions{display:flex;flex-wrap:wrap;align-items:center;gap:18px;margin-top:30px}.product-detail-copy>.button{margin-top:30px}.catalog-hero__media,.product-detail-media{margin:0;overflow:hidden;border-radius:20px;background:#d7c9ba}.catalog-hero__media{position:relative;isolation:isolate;aspect-ratio:5/4}.catalog-hero__media::after{position:absolute;z-index:1;inset:35% 0 0;pointer-events:none;content:"";background:linear-gradient(180deg,rgba(20,15,10,0),rgba(20,15,10,.18) 48%,rgba(20,15,10,.46) 100%)}.product-detail-media{aspect-ratio:5/4}.catalog-hero__media img,.product-detail-media img{width:100%;height:100%;object-fit:cover}.catalog-hero__media img{object-position:50% 52%}.product-detail-media img{object-position:50% 50%}.catalog-groups{padding:0 0 80px}.catalog-group{padding:56px 0;border-top:1px solid var(--line)}.catalog-group__heading{display:flex;align-items:end;justify-content:space-between;gap:32px;margin-bottom:28px}.catalog-group__heading h2{margin-bottom:0}.catalog-group__heading p{max-width:500px;margin-bottom:0;color:var(--muted);font-size:16px}.catalog-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.catalog-card{position:relative;display:block;min-width:0;min-height:315px;overflow:hidden;border-radius:14px;background:#d8ccbf;color:#fff;isolation:isolate}.catalog-card--wide{grid-column:span 2}.catalog-card picture,.catalog-card img{position:absolute;z-index:0;inset:0;width:100%;height:100%}.catalog-card img{object-fit:cover}.catalog-card::after{position:absolute;z-index:1;inset:54% 0 0;pointer-events:none;content:"";background:linear-gradient(180deg,rgba(18,13,9,0),rgba(18,13,9,.32) 48%,rgba(18,13,9,.78) 100%)}.catalog-card__content{position:absolute;z-index:2;right:18px;bottom:17px;left:18px}.catalog-card h3{margin-bottom:6px;color:#fff}.catalog-card p{max-width:460px;margin-bottom:0;font-size:16px;line-height:1.35}.catalog-card:hover img,.catalog-card:focus-visible img{transform:scale(1.025)}.catalog-card img{transition:transform .4s ease}.catalog-cta{padding:80px 0;background:var(--soft)}.catalog-cta__grid{display:flex;align-items:end;justify-content:space-between;gap:32px}.catalog-cta h2{max-width:670px;margin-bottom:0}.catalog-cta p{max-width:560px;margin:20px 0 0;color:var(--muted);font-size:18px}.breadcrumb{padding:24px 0 0;color:var(--muted);font-size:14px}.breadcrumb ol{display:flex;flex-wrap:wrap;gap:8px;margin:0;padding:0;list-style:none}.breadcrumb li+li::before{margin-right:8px;content:"/"}.breadcrumb a{text-decoration:underline;text-underline-offset:3px}.product-detail-hero{padding-top:32px}.product-detail-copy .eyebrow{margin-bottom:16px}.product-detail-lead{max-width:570px;margin:0;color:#565b58;font-size:18px;line-height:1.5}.product-detail-section{padding:80px 0}.product-detail-section--soft{background:#f8f5f0}.product-detail-section__grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:7%;align-items:start}.product-detail-section__copy{min-width:0}.product-detail-section__grid>.product-detail-media{order:-1;align-self:stretch;aspect-ratio:auto}.product-detail-section__copy h2{margin-bottom:22px}.product-detail-section__copy>p{max-width:570px;margin-bottom:0;color:#5f625e;font-size:18px}.product-detail-detail-image{margin:0;overflow:hidden;border-radius:20px;background:#d7c9ba;aspect-ratio:5/3}.product-detail-detail-image img{width:100%;height:100%;object-fit:cover}.spec-list{display:grid;grid-template-columns:1fr;gap:16px;margin:0}.spec-list>div{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);gap:16px;padding:0}.spec-list dt{font-size:16px;font-weight:500}.spec-list dd{margin:0;color:var(--muted);font-size:16px;line-height:1.45}.product-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 32px;margin:0;padding:0;list-style:none;border-top:1px solid var(--line)}.product-list li{padding:16px 0;border-bottom:1px solid var(--line);font-size:16px;line-height:1.45}.related-products{padding:64px 0 80px}.related-products__heading{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:28px}.related-products__heading h2{margin-bottom:0}.related-products__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.related-product{display:flex;min-height:148px;flex-direction:column;justify-content:flex-end;padding:20px;border:1px solid var(--line);border-radius:14px;background:rgba(255,253,249,.52);transition:border-color .4s ease,background .4s ease}.related-product:hover,.related-product:focus-visible{border-color:var(--oak);background:#fffdf9}.related-product span{margin-bottom:8px;color:var(--oak);font-size:11px;font-weight:500;letter-spacing:.16em;text-transform:uppercase}.related-product strong{font-size:20px;font-weight:400;letter-spacing:-.025em;line-height:1.15}.product-detail-final{padding:80px 0;background:var(--soft)}.product-detail-final__grid{display:flex;align-items:end;justify-content:space-between;gap:32px}.product-detail-final h2{max-width:720px;margin-bottom:0}.product-detail-final p{max-width:570px;margin:20px 0 0;color:#5f625e;font-size:18px}.product-detail-final__actions{display:flex;flex-wrap:wrap;gap:16px}
@media(max-width:1199px){.catalog-page .site-header,.product-detail-page .site-header{width:min(var(--container),calc(100% - 80px))}.catalog-hero,.product-detail-hero{padding:48px 0 64px}.catalog-hero__grid,.product-detail-hero__grid,.product-detail-hero,.product-detail-section__grid{grid-template-columns:1fr;gap:32px}.catalog-hero__media,.product-detail-media{aspect-ratio:4/3}.product-detail-section__grid>.product-detail-media{align-self:auto}.catalog-hero__media{order:-1}.catalog-group,.product-detail-section{padding:64px 0}.product-detail-section__grid .product-detail-detail-image{order:-1}.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-card--wide{grid-column:span 2}.spec-list,.product-list{grid-template-columns:1fr}.related-products__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.catalog-cta__grid,.product-detail-final__grid{align-items:flex-start;flex-direction:column}.catalog-cta,.product-detail-final{padding:64px 0}}
@media(max-width:767px){.catalog-page .site-header,.product-detail-page .site-header{width:calc(100% - 48px)}.catalog-page .site-nav,.product-detail-page .site-nav{display:none}.catalog-hero,.product-detail-hero{padding:42px 0 56px}.catalog-hero .section-intro,.product-detail-copy .section-intro,.product-detail-lead,.product-detail-section__copy>p,.catalog-cta p,.product-detail-final p{font-size:16px}.catalog-hero__actions,.product-detail-actions{gap:16px;margin-top:24px}.breadcrumb{padding-top:20px;font-size:13px}.catalog-groups{padding-bottom:56px}.catalog-group,.product-detail-section{padding:48px 0}.catalog-group__heading{align-items:flex-start;flex-direction:column;gap:14px;margin-bottom:24px}.catalog-grid,.related-products__grid{grid-template-columns:1fr}.catalog-card,.catalog-card--wide{min-height:275px;grid-column:auto}.catalog-card__content{right:16px;bottom:15px;left:16px}.catalog-card p{font-size:16px}.spec-list>div{grid-template-columns:1fr;gap:4px;padding:14px 0}.spec-list dd,.product-list li{font-size:16px}.product-list{gap:0}.related-products{padding:48px 0 56px}.related-products__heading{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:22px}.related-product{min-height:128px}.product-detail-final__actions{width:100%}.product-detail-final__actions .button{width:100%}.catalog-cta,.product-detail-final{padding:56px 0}}

/* Match the generated detail markup to the shared reading rhythm. */
.breadcrumb{display:flex;flex-wrap:wrap;align-items:baseline;column-gap:12px;row-gap:8px}
.product-detail-copy .section-intro+p{margin-top:24px}
.product-detail-section__heading{margin-bottom:32px}
.product-detail-section h2{margin-bottom:24px}
.product-detail-section .product-list{border:0;gap:32px}
.product-detail-section .product-list li{border:0;padding:8px 0}
.product-detail-section .product-list article h3{margin-bottom:16px}
.product-detail-section .product-list article p:last-child{margin-bottom:0}
.product-related{padding-block:64px}
.product-related h2{margin-bottom:32px}
.product-related .product-list{border:0;gap:16px 32px}
.product-related .product-list li{border:0;padding:0}
.product-detail-cta{padding-block:80px}
.product-detail-cta h2{max-width:720px;margin-bottom:24px}
.product-detail-cta>p:not(.eyebrow){max-width:570px;margin-bottom:32px}
.product-detail-cta>.text-link{margin-left:24px}
@media(max-width:767px){.product-related{padding-block:48px}.product-detail-cta{padding-block:56px}.product-detail-cta>.text-link{margin:24px 0 0}.product-detail-section .product-list{gap:24px}.spec-list>div{padding:0}}

.spec-list__label{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip-path:inset(50%);white-space:nowrap}
.spec-list__label+dd{grid-column:1/-1}
.spec-list dd{white-space:pre-line}
