.hero-photo{height:470px;position:relative;z-index:1}.hero-photo:after{content:'';position:absolute;inset:18px -18px -18px 18px;border:1px solid rgba(224,188,114,.55);z-index:-1}.hero-photo>img{width:100%;height:100%;display:block;object-fit:cover;filter:saturate(.72) contrast(1.02);box-shadow:0 32px 80px rgba(0,0,0,.35)}
.hero-photo.sf-hero-brand-visual>img{object-fit:contain;filter:none;background:#0b0b0b}
.hero h1,.category-card h3,.reassurance h2{color:#fff}.hero .button-ghost{background:transparent;color:#fff;border-color:rgba(255,255,255,.35)}.hero .button-gold,.reassurance .button-gold{background:var(--gold);color:var(--ink)}.button{border-radius:0!important}.primary-nav a,.header-actions a{color:var(--ink)}
@media(max-width:980px){.hero-photo{display:none}}

@media(max-width:600px){
  .home .hero-grid{gap:30px}
  .home .hero-copy{grid-row:2}
  .home .hero-photo.sf-hero-brand-visual{display:block;grid-row:1;width:150px;height:150px;margin:0 auto}
  .home .hero-photo.sf-hero-brand-visual:after{inset:8px -8px -8px 8px}
  .home .hero-photo.sf-hero-brand-visual>img{box-shadow:0 18px 45px rgba(0,0,0,.28)}
}
