.products-page { background: #eee8db; color: var(--forest); }
.products-page .footer-link { color: var(--gold); font: 10px var(--mono); letter-spacing: .05em; text-decoration: none; text-transform: uppercase; }
@media (max-width: 760px) { .products-page footer > span:nth-child(2) { display: inline; } }
.product-nav { position: relative; background: #07120f; }
.products-hero { min-height: 63svh; padding: 15vw 11vw 10vw; background: radial-gradient(circle at 79% 46%, rgba(217,167,44,.2), transparent 24%), #0d2b22; color: var(--cream); }
.products-hero h1,.product-contact h2 { margin: 23px 0 24px; font: 500 clamp(48px,7.4vw,112px)/.91 var(--serif); letter-spacing: -.06em; }
.products-hero h1 em,.product-contact h2 em { color: var(--gold); font-weight: 500; }
.products-hero > p:last-child { width: min(450px,100%); margin: 0; color: rgba(237,233,220,.75); font-size: 16px; line-height: 1.75; }
.product-type-nav { display: flex; justify-content: center; gap: 28px; padding: 21px 5vw; background: #07120f; }
.product-type-nav a { color: rgba(237,233,220,.62); font: 10px var(--mono); letter-spacing: .11em; text-decoration: none; text-transform: uppercase; }
.product-type-nav a.is-active,.product-type-nav a:hover { color: var(--gold); }
.product-paths { position: relative; padding: 11vw; background: #eee8db; }
.product-paths h2 { margin: 22px 0 48px; font: 500 clamp(42px,5.8vw,86px)/.96 var(--serif); letter-spacing: -.055em; }
.product-paths h2 em { color: #a87b1f; font-weight: 500; }
.path-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.path-grid a { min-height: 300px; display: flex; flex-direction: column; padding: 26px; background: #12362b; color: var(--cream); text-decoration: none; transition: transform .3s ease, background .3s ease; }
.path-grid a:nth-child(2) { background: #c49e35; color: #16271f; }
.path-grid a:nth-child(3) { background: #9a5133; }
.path-grid a:hover { transform: translateY(-5px); }
.path-grid span { color: inherit; font: 10px var(--mono); letter-spacing: .16em; opacity: .72; }
.path-grid h3 { margin: 46px 0 12px; font: 500 30px/1.08 var(--serif); letter-spacing: -.04em; }
.path-grid p { max-width: 250px; margin: 0; font-size: 13px; line-height: 1.65; opacity: .82; }
.path-grid b { margin-top: auto; font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.featured-products { padding: 11vw; background: #d9d1c1; }
.featured-products .products-grid { margin-top: 48px; }
.product-catalogue { min-height: 70svh; padding: 11vw; }
.product-catalogue-alt { background: #d9d1c1; }
.catalogue-heading { display: flex; justify-content: space-between; gap: 40px; align-items: end; }
.catalogue-heading .eyebrow { color: var(--forest); font: 800 clamp(17px,1.55vw,23px)/1.2 var(--sans); letter-spacing: .095em; }
.catalogue-heading h2 { margin: 11px 0 0; color: #657068; font: 400 clamp(20px,2.1vw,30px)/1.15 var(--serif); letter-spacing: -.025em; }
.catalogue-heading h2 em { color: #a87b1f; font-weight: 400; }
.product-count { margin: 0 0 30px; color: #796f5d; font: 10px var(--mono); letter-spacing: .12em; text-transform: uppercase; }
.catalogue-message { margin: 48px 0 0; color: #5a665e; font-size: 15px; line-height: 1.6; }
.product-filters { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 42px; }
.product-filter { border: 1px solid rgba(12,33,28,.22); background: transparent; color: #45554c; cursor: pointer; padding: 10px 13px; font: 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.product-filter.is-active,.product-filter:hover { border-color: #143a2e; background: #143a2e; color: var(--cream); }
.products-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 18px; margin-top: 48px; }
.product-card { position: relative; display: flex; min-height: 470px; flex-direction: column; justify-content: flex-end; overflow: hidden; background: #15382d; color: var(--cream); text-decoration: none; }
.product-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, rgba(3,12,10,.08), rgba(3,12,10,.86)); }
.product-card-image { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .65s cubic-bezier(.2,.7,.2,1); }
.product-card:hover .product-card-image { transform: scale(1.045); }
.product-card-copy { position: relative; z-index: 1; padding: 28px; }
.product-card-meta { margin: 0 0 15px; color: var(--gold); font: 10px var(--mono); letter-spacing: .14em; text-transform: uppercase; }
.product-card h3 { margin: 0; font: 500 clamp(28px,3vw,42px)/1.05 var(--serif); letter-spacing: -.04em; }
.product-card-description { min-height: 42px; margin: 12px 0 21px; color: rgba(237,233,220,.76); font-size: 13px; line-height: 1.6; }
.product-card-bottom { display: flex; align-items: center; justify-content: space-between; gap: 12px; }
.product-price { font: 600 16px var(--sans); }
.product-detail-link { color: var(--gold); font: 10px var(--mono); letter-spacing: .1em; text-transform: uppercase; }
.product-empty { grid-column: 1 / -1; padding: 46px 0; color: #5a665e; font-size: 16px; }
.product-contact { display: grid; grid-template-columns: 1.15fr .85fr; gap: 7vw; align-items: end; padding: 11vw; background: #102f25; color: var(--cream); }
.product-contact h2 { font-size: clamp(42px,6vw,90px); }
.product-contact > p { max-width: 360px; margin: 0; color: rgba(237,233,220,.72); font-size: 15px; line-height: 1.75; }
.product-button { grid-column: 2; width: fit-content; padding: 15px 17px; background: var(--gold); color: #152019; font: 600 11px var(--mono); letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.product-button span { margin-left: 34px; font-size: 18px; }
.product-detail { max-width: 1180px; margin: 0 auto; padding: 10vw 11vw; }
.product-detail-back { color: #796018; font: 10px var(--mono); letter-spacing: .12em; text-decoration: none; text-transform: uppercase; }
.product-detail-layout { display: grid; grid-template-columns: 1.1fr .9fr; gap: 8vw; margin-top: 42px; }
.product-detail-image { width: 100%; min-height: 520px; object-fit: cover; background: #173d30; }
.product-detail-copy h1 { margin: 22px 0; font: 500 clamp(46px,6vw,82px)/.95 var(--serif); letter-spacing: -.055em; }
.product-detail-price { color: #876413; font: 600 22px var(--sans); }
.product-detail-description { margin-top: 30px; color: #4c5a52; font-size: 16px; line-height: 1.8; white-space: pre-line; }
.product-detail .product-button { display: inline-block; margin-top: 35px; }
@media (max-width: 760px) { .product-nav { height: 66px; padding: 0 20px; } .product-nav nav>a:not(.nav-cta) { display: none; } .products-hero { min-height: 560px; padding: 150px 28px 70px; } .products-hero h1 { font-size: 52px; } .products-hero > p:last-child { font-size: 14px; } .product-type-nav { justify-content: flex-start; overflow-x: auto; gap: 18px; padding: 18px 20px; } .product-type-nav a { flex: 0 0 auto; font-size: 8px; letter-spacing: .06em; } .product-catalogue { padding: 84px 20px 70px; } .catalogue-heading .eyebrow { font-size: 16px; } .catalogue-heading h2 { font-size: 20px; } .catalogue-heading { display: block; } .product-count { margin: 18px 0 0; } .products-grid { grid-template-columns: 1fr; margin-top: 34px; } .product-card { min-height: 400px; } .product-contact { display: block; padding: 95px 25px 55px; } .product-contact h2 { font-size: 47px; } .product-contact > p { margin-top: 22px; font-size: 14px; } .product-button { display: inline-block; margin-top: 28px; } .product-detail { padding: 80px 20px; } .product-detail-layout { display: block; margin-top: 30px; } .product-detail-image { min-height: 380px; } .product-detail-copy h1 { font-size: 50px; } }
