.club-shop{--club-navy:#101d35;--club-gold:#c8aa72;background:#f5f1e8}.club-pilot{padding:12px 5%;background:#e9dfcb;color:#101d35;font-size:13px}.club-hero{display:grid;grid-template-columns:1.2fr 1fr;background:var(--club-navy);color:#f5f1e8;padding:60px 6%;grid-gap:50px;gap:50px;align-items:center}.club-hero h1{font-size:clamp(42px,5vw,78px);line-height:1.08;letter-spacing:-.025em;margin:20px 0}.club-hero h1 em{font-family:Georgia,serif;font-weight:400;color:var(--club-gold)}.club-hero p{max-width:40ch}.club-hero a{display:inline-block;margin-top:20px;padding:16px 24px;border:1px solid var(--club-gold)}.club-hero img{width:100%;max-height:490px;object-fit:contain;background:#fff}.club-catalog{padding:60px 5%}.club-heading{display:flex;justify-content:space-between;align-items:end;gap:24px}.club-heading h2{font-size:clamp(36px,5vw,60px);margin:12px 0 24px}.club-shop label{display:grid;grid-gap:8px;gap:8px;font-size:14px}.club-shop input,.club-shop select{padding:12px;border:1px solid #ccc;background:#fff;width:100%;font:inherit}.club-catalog nav{display:flex;flex-wrap:wrap;gap:10px;margin:24px 0}.club-catalog nav button{padding:12px 20px;background:transparent;border:1px solid #101d3550;color:#101d35}.club-catalog nav button[aria-pressed=true]{background:var(--club-navy);color:white}.club-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:28px;gap:28px}.club-product{background:white;border:1px solid #ded8cd}.club-product-image{aspect-ratio:1/1;display:flex;align-items:center;background:#fff;padding:20px}.club-product img{width:100%;height:100%;object-fit:contain}.club-product form{display:grid;grid-gap:16px;gap:16px;padding:24px}.club-product h3{font-size:23px;line-height:1.25;margin:0}.club-product strong{font-size:20px}.club-contact,.club-product .primaryButton{background:var(--club-navy)}.club-contact{padding:50px 6%;color:#fff}.club-contact h2{font-size:32px;line-height:1.2}.club-contact a{text-decoration:underline}@media(max-width:800px){.club-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.club-hero{gap:24px;padding:36px 5%}}@media(max-width:520px){.club-grid,.club-hero{grid-template-columns:1fr}.club-hero img{max-height:300px}.club-heading{display:block}.club-catalog{padding:36px 5%}.club-product-image{max-height:340px}.club-catalog nav button{padding:10px 14px}}