.page-hero-inner{position:relative;z-index:2;display:flex;align-items:flex-end;justify-content:space-between;gap:40px}.page-hero-meta{flex-shrink:0;text-align:right;border-left:1px solid rgba(255,255,255,.1);padding-left:40px}.page-hero-meta p{font-size:14px;color:#ffffff80;line-height:1.7;max-width:280px}.listing{padding:64px 0 100px}.series-header{display:flex;align-items:center;gap:24px;margin-bottom:40px;padding-bottom:20px;border-bottom:1px solid var(--seafoam-light)}.series-header h2{font-family:var(--font-head);font-weight:900;font-size:24px;text-transform:uppercase;color:var(--charcoal)}.series-header p{font-size:14px;color:var(--charcoal-soft);max-width:480px}.series-divider{flex:1;height:1px;background:var(--seafoam-light)}.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;margin-bottom:64px}.product-card{background:var(--white);border:1px solid var(--seafoam-light);display:flex;flex-direction:column;transition:border-color .25s,box-shadow .25s;position:relative}.product-card:hover{border-color:var(--charcoal);box-shadow:0 8px 40px #2b2b2b1a;z-index:2}.product-badge{position:absolute;top:16px;left:16px;z-index:3;font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:4px 10px;border-radius:2px}.badge-popular{background:var(--amber);color:var(--white)}.badge-custom{background:var(--charcoal);color:var(--white)}.product-illustration{background:var(--seafoam-light);height:300px;display:flex;align-items:center;justify-content:center;position:relative;overflow:hidden;transition:background .3s}.product-card:hover .product-illustration{background:var(--sand-light)}.product-illustration:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(to right,rgba(43,43,43,.03) 0px,rgba(43,43,43,.03) 2px,transparent 2px,transparent 20px)}.product-illustration svg{position:relative;z-index:1;transition:transform .4s ease}.product-card:hover .product-illustration svg{transform:scale(1.04)}.product-info{padding:28px 28px 24px;flex:1;display:flex;flex-direction:column}.product-series{font-family:var(--font-head);font-size:9px;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:var(--amber);margin-bottom:6px}.product-info h3{font-family:var(--font-head);font-weight:900;font-size:22px;text-transform:uppercase;color:var(--charcoal);line-height:1;margin-bottom:10px;letter-spacing:.02em}.product-info>p{font-size:13px;line-height:1.75;color:var(--charcoal-soft);margin-bottom:20px}.spec-row{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--seafoam-light);border:1px solid var(--seafoam-light);margin-bottom:20px}.spec-cell{background:var(--white);padding:10px 12px;display:flex;flex-direction:column;gap:3px}.spec-key{font-family:var(--font-head);font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--seafoam)}.spec-val{font-family:var(--font-body);font-size:12px;font-weight:600;color:var(--charcoal)}.product-footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between;padding-top:20px;border-top:1px solid var(--seafoam-light);gap:12px}.product-price{display:flex;flex-direction:column;gap:2px}.product-price .from{font-family:var(--font-head);font-size:8px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;color:var(--seafoam)}.product-price .amount{font-family:var(--font-head);font-weight:900;font-size:20px;color:var(--charcoal)}.product-price .gst{font-size:10px;color:var(--charcoal-soft)}.product-actions{display:flex;gap:8px}.product-card-wide{grid-column:1 / -1;display:grid;grid-template-columns:1fr 400px;border:1px solid var(--seafoam-light);transition:border-color .25s,box-shadow .25s}.product-card-wide:hover{border-color:var(--charcoal);box-shadow:0 8px 40px #2b2b2b1a}.product-card-wide .product-info{padding:48px 56px;justify-content:center}.product-card-wide .product-info h3{font-size:36px;margin-bottom:14px}.product-card-wide .product-info>p{font-size:15px;margin-bottom:28px;max-width:520px}.product-card-wide .spec-row{grid-template-columns:repeat(5,1fr)}.product-card-wide .product-illustration{height:100%;min-height:360px;background:var(--charcoal)}.product-card-wide:hover .product-illustration{background:var(--charcoal-mid)}.product-card-wide .product-illustration:before{background:repeating-linear-gradient(to right,rgba(255,255,255,.04) 0px,rgba(255,255,255,.04) 3px,transparent 3px,transparent 28px)}.custom-strip{background:var(--palm);position:relative;overflow:hidden}.custom-strip:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(to right,rgba(255,255,255,.06) 0px,rgba(255,255,255,.06) 3px,transparent 3px,transparent 28px);pointer-events:none}.custom-strip-inner{display:grid;grid-template-columns:1fr auto;align-items:center;gap:60px;padding:64px 0;position:relative;z-index:1}.custom-strip h2{font-family:var(--font-head);font-weight:900;font-size:clamp(22px,3vw,40px);text-transform:uppercase;color:var(--white);line-height:1.05;margin-bottom:12px}.custom-strip p{font-size:15px;color:#ffffffbf;line-height:1.7}.custom-strip-actions{display:flex;flex-direction:column;gap:12px;flex-shrink:0}@media(max-width:1024px){.product-grid{grid-template-columns:repeat(2,1fr)}.product-card-wide{grid-template-columns:1fr}.product-card-wide .product-illustration{min-height:280px}}@media(max-width:768px){.product-grid{grid-template-columns:1fr}.spec-row{grid-template-columns:repeat(2,1fr)}.product-card-wide .spec-row{grid-template-columns:repeat(3,1fr)}.custom-strip-inner{grid-template-columns:1fr}.page-hero-inner{flex-direction:column;align-items:flex-start}.page-hero-meta{border-left:none;padding-left:0;text-align:left}}
