/* Pillars of Valor — Shop landing */
.pov-shop-section{position:relative;overflow:hidden}.pov-shop-wrap{width:min(100% - 3.2rem,1600px);margin-inline:auto}.pov-shop-eyebrow{margin:0 0 1.2rem;text-transform:uppercase;letter-spacing:.2em;font-size:1.2rem;font-weight:700}.pov-shop-heading{margin:0;font-size:clamp(4rem,7vw,9rem);line-height:.9;letter-spacing:-.04em;text-transform:uppercase}.pov-shop-copy{font-size:clamp(1.6rem,2vw,2.1rem);line-height:1.55;max-width:68rem}.pov-shop-actions{display:flex;gap:1.2rem;flex-wrap:wrap;margin-top:2.8rem}.pov-shop-btn{display:inline-flex;align-items:center;justify-content:center;min-height:5.2rem;padding:1.2rem 2.4rem;border:1px solid currentColor;text-decoration:none;text-transform:uppercase;letter-spacing:.12em;font-size:1.2rem;font-weight:700;transition:transform .2s ease,background .2s ease,color .2s ease}.pov-shop-btn:hover{transform:translateY(-2px)}.pov-shop-btn--solid{background:#d41e23;color:#fff;border-color:#d41e23}.pov-shop-btn--outline{background:transparent;color:inherit}.pov-shop-hero{min-height:clamp(620px,86vh,940px);display:flex;align-items:flex-end;background:#070a1c;color:#fff}.pov-shop-hero__media,.pov-shop-hero__overlay{position:absolute;inset:0}.pov-shop-hero__media img{width:100%;height:100%;object-fit:cover}.pov-shop-hero__overlay{background:linear-gradient(90deg,rgba(7,10,28,.92) 0%,rgba(7,10,28,.55) 48%,rgba(7,10,28,.18) 100%)}.pov-shop-hero__content{position:relative;z-index:2;padding-block:clamp(8rem,12vw,14rem);max-width:90rem}.pov-shop-categories{padding-block:clamp(7rem,10vw,13rem);background:#f4f1eb}.pov-shop-section-head{display:flex;align-items:end;justify-content:space-between;gap:3rem;margin-bottom:4rem}.pov-shop-section-head h2{font-size:clamp(3.8rem,5vw,7rem);line-height:.95;text-transform:uppercase;margin:0}.pov-shop-category-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.8rem}.pov-shop-category{position:relative;min-height:560px;color:#fff;overflow:hidden;text-decoration:none;background:#111}.pov-shop-category img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;transition:transform .6s ease}.pov-shop-category:hover img{transform:scale(1.035)}.pov-shop-category:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 35%,rgba(0,0,0,.78) 100%)}.pov-shop-category__content{position:absolute;z-index:2;inset:auto 3rem 3rem}.pov-shop-category__content h3{font-size:clamp(3rem,3vw,5rem);line-height:.95;text-transform:uppercase;margin:0 0 1rem}.pov-shop-category__link{text-transform:uppercase;letter-spacing:.15em;font-size:1.2rem;font-weight:700}.pov-shop-featured{padding-block:clamp(7rem,10vw,13rem);background:#070a1c;color:#fff}.pov-shop-product-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem}.pov-shop-product{background:#fff;color:#0a0d24;text-decoration:none;display:flex;flex-direction:column}.pov-shop-product__media{aspect-ratio:4/5;background:#ece9e3;overflow:hidden}.pov-shop-product__media img{width:100%;height:100%;object-fit:cover;transition:transform .45s ease}.pov-shop-product:hover img{transform:scale(1.03)}.pov-shop-product__body{padding:2.2rem}.pov-shop-product__body h3{font-size:2.5rem;line-height:1;margin:0 0 .8rem;text-transform:uppercase}.pov-shop-product__meta{display:flex;justify-content:space-between;gap:1rem;font-size:1.4rem}.pov-shop-impact{min-height:680px;display:flex;align-items:center;background:#10142f;color:#fff}.pov-shop-impact__media,.pov-shop-impact__overlay{position:absolute;inset:0}.pov-shop-impact__media img{width:100%;height:100%;object-fit:cover}.pov-shop-impact__overlay{background:linear-gradient(90deg,rgba(7,10,28,.93),rgba(7,10,28,.48))}.pov-shop-impact__content{position:relative;z-index:2;padding-block:10rem;max-width:75rem}.pov-shop-roast{padding-block:clamp(7rem,10vw,13rem);background:#fff;color:#080b22}.pov-shop-roast-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));border-top:1px solid rgba(8,11,34,.18);border-left:1px solid rgba(8,11,34,.18)}.pov-shop-roast-card{padding:3rem;border-right:1px solid rgba(8,11,34,.18);border-bottom:1px solid rgba(8,11,34,.18)}.pov-shop-roast-card h3{font-size:2.6rem;text-transform:uppercase;margin:0 0 1rem}.pov-shop-roast-card p{margin:.5rem 0;font-size:1.5rem}.pov-shop-closing{padding-block:clamp(9rem,14vw,18rem);background:#d41e23;color:#fff;text-align:center}.pov-shop-closing h2{font-size:clamp(6rem,14vw,18rem);line-height:.75;letter-spacing:-.06em;text-transform:uppercase;margin:0}.pov-shop-closing p{font-size:clamp(1.8rem,2vw,2.5rem);margin:3rem auto 0;max-width:72rem}.pov-shop-placeholder{width:100%;height:100%;background:#242842}.pov-shop-placeholder svg{width:100%;height:100%}
@media(max-width:989px){.pov-shop-category-grid,.pov-shop-product-grid{grid-template-columns:1fr 1fr}.pov-shop-category:first-child{grid-column:1/-1}.pov-shop-roast-grid{grid-template-columns:1fr 1fr}.pov-shop-section-head{align-items:start;flex-direction:column}.pov-shop-hero__overlay{background:linear-gradient(0deg,rgba(7,10,28,.94),rgba(7,10,28,.25))}}
@media(max-width:749px){.pov-shop-wrap{width:min(100% - 2.4rem,1600px)}.pov-shop-category-grid,.pov-shop-product-grid,.pov-shop-roast-grid{grid-template-columns:1fr}.pov-shop-category:first-child{grid-column:auto}.pov-shop-category{min-height:460px}.pov-shop-hero{min-height:720px}.pov-shop-actions{display:grid}.pov-shop-btn{width:100%}.pov-shop-category__content{inset:auto 2.2rem 2.2rem}.pov-shop-roast-card{padding:2.4rem}}
