.products{padding:4.5rem 1.25rem;position:relative}.products--light{background:#fff}.products--navy{background:linear-gradient(160deg, var(--navy-deep) 0%, var(--navy) 55%, #0d2d75 100%);color:#fff}.products__inner{max-width:1200px;margin-inline:auto}.products__header{flex-direction:column;gap:1.25rem;margin-bottom:2.25rem;display:flex}.products__eyebrow{letter-spacing:.1em;color:var(--gold-deep);margin:0 0 .4rem;font-size:.85rem;font-weight:600}.products--navy .products__eyebrow{color:var(--gold)}.products__title{font-family:var(--font-display);color:var(--navy);margin:0 0 .65rem;font-size:clamp(1.85rem,4.5vw,2.6rem);font-weight:700;line-height:1.25}.products--navy .products__title{color:#fff}.products__title:after{content:"";background:linear-gradient(90deg, var(--gold), transparent);width:64px;height:3px;margin-top:.65rem;display:block}.products__subtitle{color:#0a2463bf;max-width:42ch;margin:0;font-size:1rem;line-height:1.8}.products--navy .products__subtitle{color:#ffffffd1}.products__view-all{background:var(--gold);min-height:46px;color:var(--navy);border-radius:4px;justify-content:center;align-self:flex-start;align-items:center;gap:.5rem;padding:.7rem 1.35rem;font-size:.95rem;font-weight:700;text-decoration:none;transition:background .25s,transform .25s;display:inline-flex}.products__view-all:hover{background:#e4c45a;transform:translateY(-2px)}.products__grid{grid-template-columns:1fr;gap:1.35rem;display:grid}.product-card{background:#fff;border:1px solid #0a24631a;border-radius:12px;flex-direction:column;transition:transform .3s,box-shadow .3s;display:flex;overflow:hidden;box-shadow:0 10px 28px #0a24630f}.products--navy .product-card{background:#fffffff7;border-color:#d4af3740}.product-card:hover{transform:translateY(-6px);box-shadow:0 18px 36px #0a24631f}.product-card__media{aspect-ratio:1/1.05;background:#f4f6fb;position:relative;overflow:hidden}.product-card__image{object-fit:cover;object-position:center;transition:transform .45s}.product-card:hover .product-card__image{transform:scale(1.05)}.product-card__badge{top:.85rem;z-index:1;background:var(--navy);color:var(--gold);border-radius:999px;padding:.35rem .7rem;font-size:.75rem;font-weight:700;position:absolute;inset-inline-start:.85rem}.product-card__soon-layer{z-index:2;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0a24639e;justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.product-card__soon-label{background:var(--gold);color:var(--navy);font-family:var(--font-display);letter-spacing:.02em;border-radius:4px;justify-content:center;align-items:center;padding:.7rem 1.2rem;font-size:1.05rem;font-weight:700;display:inline-flex;transform:rotate(-6deg);box-shadow:0 8px 24px #00000040}.product-card--soon{opacity:.98}.product-card--soon:hover .product-card__image{transform:none}.product-card__btn--disabled{color:#ffffffe6;cursor:default;pointer-events:none;background:#0a246359}.product-card__btn--disabled:hover{color:#ffffffe6;background:#0a246359}.product-card__body{flex-direction:column;flex:1;gap:.55rem;padding:1.15rem 1.15rem 1.25rem;display:flex}.product-card__name{font-family:var(--font-display);color:var(--navy);margin:0;font-size:1.25rem;font-weight:700;line-height:1.35}.product-card__desc{color:#0a2463b8;flex:1;margin:0;font-size:.92rem;line-height:1.7}.product-card__meta{border-top:1px solid #0a246314;justify-content:space-between;align-items:center;gap:.75rem;margin-top:.25rem;padding-top:.75rem;display:flex}.product-card__weight{color:#0a2463a6;font-size:.85rem;font-weight:600}.product-card__price{color:var(--gold-deep);font-size:1.05rem;font-weight:700}.product-card__btn{background:var(--navy);color:#fff;cursor:pointer;border:none;border-radius:4px;justify-content:center;align-items:center;min-height:42px;margin-top:.35rem;padding:.6rem 1rem;font-family:inherit;font-size:.9rem;font-weight:700;text-decoration:none;transition:background .25s,color .25s;display:inline-flex}.product-card__media-link{color:inherit;text-decoration:none;display:block}.product-card__name a{color:inherit;text-decoration:none}.product-card__name a:hover{color:var(--gold-deep)}.product-card__actions{grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.35rem;display:grid}.product-card__actions .product-card__btn{min-height:40px;margin-top:0;padding:.5rem .6rem;font-size:.85rem}.product-card__btn--ghost{color:var(--navy);background:0 0;border:1.5px solid #0a246333}.product-card__btn--ghost:hover{color:var(--navy);border-color:var(--gold);background:#0a24630a}.product-card__btn--soon{background:var(--navy);color:#fff;pointer-events:auto;cursor:pointer}.product-card__btn--soon:hover{background:var(--gold);color:var(--navy)}@media (min-width:640px){.products__grid{grid-template-columns:repeat(2,1fr)}.products__header{flex-direction:row;justify-content:space-between;align-items:flex-end}.products__view-all{flex-shrink:0;align-self:auto}}@media (min-width:768px){.products{padding:5.5rem 2rem}}@media (min-width:1024px){.products{padding-block:6rem}.products__grid{grid-template-columns:repeat(4,1fr);gap:1.5rem}}
