@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:ital,wght@0,600;0,700;0,800;0,900;1,800;1,900&family=Montserrat:wght@400;500;600;700;800&display=swap');

:root {
  --gold: #f2c300;
  --gold-light: #ffe166;
  --ink: #060606;
  --panel: #101010;
  --panel-light: #171717;
  --line: rgba(255,255,255,.14);
  --muted: #aaa;
  --font-display: 'Barlow Condensed', Impact, sans-serif;
  --font-body: 'Montserrat', Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--ink); }
body { margin: 0; background: var(--ink); color: #fff; font-family: var(--font-body); overflow-x: hidden; }
img { max-width: 100%; }
a { color: inherit; text-decoration: none; }
.skip-link { position: absolute; left: -9999px; top: 0; z-index: 100; padding: .8rem 1rem; background: var(--gold); color: #000; font-weight: 800; }
.skip-link:focus { left: 1rem; top: 1rem; }

.site-header {
  position: sticky; top: 0; z-index: 50; display: flex; align-items: center; justify-content: space-between;
  min-height: 72px; padding: .55rem 4vw; background: rgba(6,6,6,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px);
}
.brand { display: inline-flex; align-items: baseline; gap: .6rem; white-space: nowrap; font-family: var(--font-display); letter-spacing: .05em; font-size: clamp(1.7rem,3vw,2.25rem); font-weight: 900; font-style: italic; }
.brand span { color: var(--gold); }
.brand small { color: #fff; font-family: var(--font-body); font-size: .5rem; letter-spacing: .2em; font-style: normal; font-weight: 700; }
.main-nav { display: flex; align-items: center; justify-content: flex-end; gap: .2rem; }
.nav-link { padding: .65rem .62rem; border: 1px solid transparent; color: #ddd; font-size: .6rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; transition: .2s ease; }
.nav-link:hover, .nav-link:focus-visible, .nav-link[aria-current="page"] { color: var(--gold); border-color: rgba(242,195,0,.5); outline: none; }
.nav-link.nav-contact { margin-left: .35rem; background: var(--gold); border-color: var(--gold); color: #060606; }
.nav-link.nav-contact:hover, .nav-link.nav-contact:focus-visible { background: var(--gold-light); color: #060606; }

.breadcrumbs { width: min(1320px,100%); margin: 0 auto; padding: 1rem 5vw; color: #858585; font-size: .64rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.breadcrumbs a:hover { color: var(--gold); }
.breadcrumbs span { margin: 0 .45rem; color: #555; }

.category-hero { width: min(1320px,100%); margin: 0 auto; padding: clamp(2rem,5vw,5rem) 5vw clamp(3rem,6vw,5rem); display: grid; grid-template-columns: minmax(300px,.9fr) minmax(420px,1.1fr); gap: clamp(2rem,5vw,5rem); align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 .8rem; color: var(--gold); font-size: .66rem; font-weight: 800; letter-spacing: .22em; text-transform: uppercase; }
.category-hero h1 { max-width: 660px; margin: 0; font-family: var(--font-display); font-size: clamp(4rem,8vw,7.7rem); font-style: italic; font-weight: 900; line-height: .82; letter-spacing: -.035em; text-transform: uppercase; }
.category-hero h1 em { display: block; color: var(--gold); font-style: inherit; }
.lead { max-width: 620px; margin: 1.6rem 0 0; color: #bbb; font-size: .92rem; line-height: 1.85; }
.hero-actions { display: flex; flex-wrap: wrap; gap: .65rem; margin-top: 1.8rem; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: .75rem 1.1rem; border: 1px solid var(--gold); background: var(--gold); color: #080808; font-size: .66rem; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; transition: .2s ease; }
.button:hover, .button:focus-visible { background: var(--gold-light); transform: translateY(-2px); outline: none; }
.button.ghost { background: transparent; border-color: #777; color: #fff; }
.button.ghost:hover, .button.ghost:focus-visible { background: #171717; border-color: #fff; }
.hero-media { position: relative; min-height: 500px; overflow: hidden; border: 1px solid var(--line); background: #181818; box-shadow: 0 32px 90px rgba(0,0,0,.45); }
.hero-media::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.48),transparent 48%); pointer-events: none; }
.hero-media img { display: block; width: 100%; height: 100%; min-height: 500px; object-fit: cover; }
.hero-badge { position: absolute; z-index: 2; left: 1rem; bottom: 1rem; max-width: 330px; padding: .9rem 1rem; border-left: 3px solid var(--gold); background: rgba(0,0,0,.78); backdrop-filter: blur(8px); }
.hero-badge strong { display: block; font-family: var(--font-display); font-size: 1.55rem; font-style: italic; line-height: 1; text-transform: uppercase; }
.hero-badge span { display: block; margin-top: .35rem; color: var(--gold); font-size: .55rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.facts { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.fact { min-height: 96px; display: grid; place-items: center; align-content: center; gap: .2rem; padding: 1rem; border-right: 1px solid var(--line); text-align: center; }
.fact:last-child { border-right: 0; }
.fact b { color: var(--gold); font-family: var(--font-display); font-size: 1.75rem; letter-spacing: .03em; }
.fact span { color: #8d8d8d; font-size: .55rem; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }

.section { width: min(1320px,100%); margin: 0 auto; padding: clamp(3.5rem,7vw,6.5rem) 5vw; }
.section-title { max-width: 880px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem,6vw,5.6rem); font-style: italic; font-weight: 900; line-height: .88; letter-spacing: -.025em; text-transform: uppercase; }
.section-intro { max-width: 760px; margin: 1.2rem 0 2.4rem; color: var(--muted); font-size: .87rem; line-height: 1.8; }

.product-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; }
.product-card { overflow: hidden; border: 1px solid var(--line); background: var(--panel); }
.product-card figure { position: relative; height: 350px; margin: 0; overflow: hidden; background: #202020; }
.product-card figure.ring-crop { height: auto; aspect-ratio: 16 / 9; }
.product-card figure.ring-crop img { object-position: center top; }
.product-card img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.product-card:hover img { transform: scale(1.035); }
.product-card-body { padding: 1.25rem; }
.product-card small { color: var(--gold); font-size: .56rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-card h2, .product-card h3 { margin: .35rem 0 .65rem; font-family: var(--font-display); font-size: 2rem; font-style: italic; line-height: .95; text-transform: uppercase; }
.product-card p { margin: 0; color: #aaa; font-size: .7rem; line-height: 1.65; }

.dark-band { width: 100%; background: radial-gradient(circle at 8% 18%,rgba(242,195,0,.1),transparent 28%), #0d0d0d; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.split { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(2rem,6vw,6rem); align-items: start; }
.split-copy h2 { margin: 0; font-family: var(--font-display); font-size: clamp(2.8rem,5vw,5rem); font-style: italic; line-height: .9; text-transform: uppercase; }
.split-copy p { color: #aaa; font-size: .8rem; line-height: 1.8; }
.check-list { display: grid; grid-template-columns: repeat(2,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.check-item { min-height: 150px; padding: 1.25rem; background: var(--panel); }
.check-item b { display: block; color: var(--gold); font-family: var(--font-display); font-size: 1.55rem; font-style: italic; text-transform: uppercase; }
.check-item p { margin: .55rem 0 0; color: #a5a5a5; font-size: .68rem; line-height: 1.65; }

.faq-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: .8rem; }
.faq-item { padding: 1.35rem; border: 1px solid var(--line); background: #0c0c0c; }
.faq-item h3 { margin: 0 0 .55rem; color: #fff; font-family: var(--font-display); font-size: 1.5rem; font-style: italic; text-transform: uppercase; }
.faq-item p { margin: 0; color: #aaa; font-size: .72rem; line-height: 1.7; }

.related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; border: 1px solid var(--line); background: var(--line); }
.related-card { position: relative; min-height: 190px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.4rem; overflow: hidden; background: #141414; }
.related-card::after { content: '→'; position: absolute; right: 1rem; top: .8rem; color: var(--gold); font-size: 1.5rem; }
.related-card:hover { background: #1b1b1b; }
.related-card small { color: var(--gold); font-size: .55rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.related-card strong { max-width: 260px; margin-top: .45rem; font-family: var(--font-display); font-size: 2rem; font-style: italic; line-height: .95; text-transform: uppercase; }

.cta { display: grid; grid-template-columns: 1.25fr .75fr; gap: 2rem; align-items: center; padding: clamp(2rem,5vw,4rem); background: var(--gold); color: #090909; }
.cta h2 { max-width: 760px; margin: 0; font-family: var(--font-display); font-size: clamp(3rem,6vw,5.4rem); font-style: italic; line-height: .84; text-transform: uppercase; }
.cta p { max-width: 650px; margin: 1rem 0 0; font-size: .74rem; font-weight: 600; line-height: 1.7; }
.cta .button { justify-self: end; background: #080808; border-color: #080808; color: #fff; }
.cta .button:hover, .cta .button:focus-visible { background: #242424; }

footer { padding: 2.4rem 5vw; border-top: 1px solid var(--line); background: #050505; }
.footer-content { width: min(1320px,100%); margin: 0 auto; display: flex; justify-content: space-between; gap: 1rem; align-items: center; }
.footer-content p { margin: 0; color: #777; font-size: .56rem; font-weight: 600; letter-spacing: .09em; line-height: 1.6; text-align: right; text-transform: uppercase; }

@media (max-width: 1050px) {
  .site-header { align-items: flex-start; flex-direction: column; }
  .main-nav { width: 100%; justify-content: flex-start; overflow-x: auto; padding-bottom: .2rem; }
  .nav-link { white-space: nowrap; }
  .category-hero { grid-template-columns: 1fr; }
  .hero-media { min-height: 430px; }
  .product-card figure { height: 300px; }
}

@media (max-width: 760px) {
  .brand small { display: none; }
  .category-hero h1 { font-size: clamp(3.7rem,17vw,5.8rem); }
  .hero-media, .hero-media img { min-height: 360px; }
  .facts { grid-template-columns: repeat(2,1fr); }
  .fact:nth-child(2) { border-right: 0; }
  .fact:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .product-grid, .related-grid, .split, .cta { grid-template-columns: 1fr; }
  .product-card figure { height: 330px; }
  .check-list, .faq-grid { grid-template-columns: 1fr; }
  .cta .button { justify-self: start; }
  .footer-content { align-items: flex-start; flex-direction: column; }
  .footer-content p { text-align: left; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
