:root {
  --bg: #090807;
  --bg-soft: #14100d;
  --panel: rgba(22, 17, 12, 0.84);
  --panel-strong: #1d1610;
  --ink: #fdf8f0;
  --muted: #d6c8b2;
  --muted-strong: #f1e2c4;
  --gold: #cfaa69;
  --gold-bright: #f0cb89;
  --teal: #95f0ea;
  --rose: #ffc3cf;
  --line: rgba(240, 203, 137, 0.16);
  --line-strong: rgba(240, 203, 137, 0.34);
  --shadow: 0 26px 70px rgba(0, 0, 0, 0.38);
  --max: 1180px;
  --radius: 28px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  font-family: "Space Grotesk", Arial, sans-serif;
  line-height: 1.6;
  background:
    radial-gradient(circle at 15% 10%, rgba(149, 240, 234, 0.09), transparent 24%),
    radial-gradient(circle at 88% 8%, rgba(240, 203, 137, 0.18), transparent 30%),
    radial-gradient(circle at 50% 120%, rgba(255, 195, 207, 0.08), transparent 26%),
    linear-gradient(180deg, #090807 0%, #100c09 48%, #080706 100%);
  min-height: 100vh;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(125deg, rgba(255, 255, 255, 0.02), transparent 32%),
    repeating-linear-gradient(
      90deg,
      transparent 0,
      transparent 46px,
      rgba(255, 255, 255, 0.012) 46px,
      rgba(255, 255, 255, 0.012) 47px
    );
  opacity: 0.7;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: var(--teal);
  text-decoration: none;
}

a:hover {
  color: var(--gold-bright);
}

button,
input,
select,
textarea {
  font: inherit;
}

.shell {
  width: min(var(--max), calc(100vw - 2rem));
  margin: 0 auto;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 80;
  padding: 0.75rem 1rem;
  text-align: center;
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #140f0a;
  background: linear-gradient(90deg, #f0cb89, #ffefc9);
  border-bottom: 1px solid rgba(20, 15, 10, 0.16);
}

.topbar a {
  color: #140f0a;
  text-decoration: underline;
}

.site-header {
  position: sticky;
  top: 3.1rem;
  z-index: 70;
  backdrop-filter: blur(18px);
  background: rgba(9, 8, 7, 0.62);
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}

.brand-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1rem 0;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-weight: 700;
  font-size: 1.08rem;
  color: var(--ink);
}

.site-nav {
  display: none;
  flex-direction: column;
  gap: 0.55rem;
  padding: 0 0 1rem;
}

body.nav-open .site-nav {
  display: flex;
}

.nav-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.9rem;
  padding: 0.75rem 1rem;
  border-radius: 999px;
  color: var(--muted);
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid transparent;
}

.nav-link:hover,
.nav-link.is-active {
  color: var(--ink);
  border-color: var(--line-strong);
  background: rgba(240, 203, 137, 0.08);
}

.nav-toggle {
  width: 3rem;
  height: 3rem;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.28rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--ink);
}

.nav-toggle span {
  width: 1.15rem;
  height: 2px;
  background: currentColor;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.page-main {
  position: relative;
  z-index: 1;
  padding-bottom: 4rem;
}

.section-gap {
  padding-top: 3rem;
}

.hero-grid,
.split-layout,
.card-grid.two-up,
.card-grid.three-up,
.footer-grid,
.article-body {
  display: grid;
  gap: 1.25rem;
}

.hero-copy h1,
.section-heading h2,
.card h2,
.card h3,
.article-head h1,
.legal-shell h1 {
  margin: 0;
  line-height: 0.95;
  font-family: "Cormorant Garamond", Georgia, serif;
}

.hero-copy h1,
.article-head h1 {
  font-size: clamp(3rem, 8vw, 5.8rem);
  letter-spacing: -0.04em;
}

.section-heading h2,
.card h2,
.legal-shell h1 {
  font-size: clamp(2.1rem, 5vw, 3.2rem);
  letter-spacing: -0.03em;
}

.card h3 {
  font-size: 2rem;
  margin-bottom: 0.55rem;
}

.lede {
  margin: 1.25rem 0 0;
  max-width: 42rem;
  color: var(--muted-strong);
  font-size: 1.08rem;
}

.eyebrow,
.meta-line {
  margin: 0 0 0.65rem;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 0.82rem;
  color: var(--gold-bright);
}

.meta-line {
  color: var(--teal);
}

.section-heading {
  margin-bottom: 1.2rem;
}

.section-intro {
  max-width: 46rem;
  margin: 0.85rem 0 0;
  color: var(--muted);
}

.button-row,
.share-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 1.4rem;
}

.button-row-center {
  justify-content: center;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.85rem 1.25rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  font-weight: 700;
  text-align: center;
  transition: transform 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.button:hover {
  transform: translateY(-1px);
}

.button-primary {
  color: #16110b;
  background: linear-gradient(135deg, #f0cb89, #fff2d2);
  border-color: rgba(255, 255, 255, 0.24);
  box-shadow: 0 18px 34px rgba(240, 203, 137, 0.14);
}

.button-secondary {
  color: var(--ink);
  background: rgba(255, 255, 255, 0.04);
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  margin-top: 1rem;
  font-weight: 700;
}

.card,
.media-card,
.form-shell {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.01)),
    var(--panel);
  box-shadow: var(--shadow);
}

.card,
.form-shell {
  padding: 1.35rem;
}

.card p:last-child {
  margin-bottom: 0;
}

.media-card {
  overflow: hidden;
}

.media-card img {
  width: 100%;
  object-fit: cover;
}

.media-card-glow {
  position: relative;
}

.media-card-glow::after {
  content: "";
  position: absolute;
  inset: auto 1.2rem 1.2rem;
  height: 3.2rem;
  background: radial-gradient(circle at center, rgba(149, 240, 234, 0.28), transparent 62%);
  filter: blur(24px);
  pointer-events: none;
}

.media-caption {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
  padding: 1rem 1.2rem 1.2rem;
  background: rgba(9, 8, 7, 0.72);
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

.media-caption span {
  color: var(--gold-bright);
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.78rem;
  font-weight: 700;
}

.media-caption strong {
  font-size: 1rem;
}

.hero-metrics,
.result-stack {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.35rem;
}

.signal-grid {
  display: grid;
  gap: 0.85rem;
  margin-top: 0.95rem;
}

.metric-card,
.result-pill {
  padding: 1rem 1.05rem;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.06);
}

.metric-card strong,
.result-pill strong {
  display: block;
  font-size: 1.18rem;
  margin: 0.2rem 0 0.35rem;
}

.metric-label,
.result-pill span {
  font-size: 0.82rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--gold-bright);
  font-weight: 700;
}

.band-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 3rem;
}

.band-pill,
.pill {
  display: inline-flex;
  align-items: center;
  min-height: 2.4rem;
  padding: 0.55rem 0.9rem;
  border-radius: 999px;
  border: 1px solid var(--line-strong);
  background: rgba(255, 255, 255, 0.03);
  color: var(--gold-bright);
  font-weight: 700;
  font-size: 0.84rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.feature-card {
  display: grid;
  gap: 1.1rem;
  align-items: center;
}

.table-wrap {
  overflow-x: auto;
  margin-top: 1rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 640px;
}

.comparison-table th,
.comparison-table td {
  padding: 0.95rem 0.9rem;
  text-align: left;
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
}

.comparison-table th {
  color: var(--gold-bright);
  font-size: 0.84rem;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}

.check-list {
  display: grid;
  gap: 0.7rem;
  padding-left: 1.15rem;
  margin: 1rem 0 0;
}

.check-list li::marker {
  color: var(--teal);
}

.style-card,
.ring-card {
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.visual-card {
  padding: 0;
}

.visual-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.visual-card-body {
  padding: 1.25rem;
}

.compact-news-card img,
.article-hero-media img {
  aspect-ratio: 16 / 10;
}

.compact-news-card .visual-card-body {
  display: grid;
  gap: 0.15rem;
}

.style-card::before,
.ring-card::before {
  content: "";
  position: absolute;
  inset: 1rem auto auto 1rem;
  width: 4rem;
  height: 4rem;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(149, 240, 234, 0.34), transparent 70%);
  filter: blur(12px);
  opacity: 0.6;
  pointer-events: none;
}

.ring-card-a {
  background:
    linear-gradient(145deg, rgba(255, 240, 214, 0.08), rgba(149, 240, 234, 0.06)),
    var(--panel);
}

.ring-card-b {
  background:
    linear-gradient(145deg, rgba(255, 195, 207, 0.08), rgba(240, 203, 137, 0.05)),
    var(--panel);
}

.ring-card-c {
  background:
    linear-gradient(145deg, rgba(149, 240, 234, 0.08), rgba(240, 203, 137, 0.05)),
    var(--panel);
}

.style-card-1,
.style-card-4 {
  background:
    linear-gradient(145deg, rgba(240, 203, 137, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.style-card-2,
.style-card-5 {
  background:
    linear-gradient(145deg, rgba(149, 240, 234, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.style-card-3,
.style-card-6 {
  background:
    linear-gradient(145deg, rgba(255, 195, 207, 0.08), rgba(255, 255, 255, 0.02)),
    var(--panel);
}

.form-status {
  margin: 0 0 1rem;
  padding: 0.85rem 1rem;
  border-radius: 18px;
}

[hidden] {
  display: none !important;
}

.form-status-success {
  background: rgba(149, 240, 234, 0.14);
  color: #d8fff7;
}

.form-status-error {
  background: rgba(255, 126, 126, 0.14);
  color: #ffd7d7;
}

form {
  display: grid;
  gap: 0.8rem;
}

label {
  font-weight: 700;
  color: var(--muted-strong);
}

input,
select,
textarea {
  width: 100%;
  padding: 0.92rem 1rem;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: var(--ink);
  background: rgba(10, 9, 8, 0.88);
}

textarea {
  min-height: 9rem;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  outline: 2px solid rgba(149, 240, 234, 0.28);
  outline-offset: 1px;
  border-color: rgba(149, 240, 234, 0.34);
}

.small-note {
  margin-top: 1rem;
  color: var(--muted);
  font-size: 0.92rem;
}

.field-grid {
  display: grid;
  gap: 0.9rem;
  margin-top: 0.9rem;
}

.upload-zone {
  display: grid;
  gap: 0.35rem;
  padding: 1.1rem;
  border: 1px dashed rgba(240, 203, 137, 0.42);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
  cursor: pointer;
}

.upload-zone input[type="file"] {
  margin-top: 0.5rem;
}

.upload-eyebrow {
  color: var(--gold-bright);
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: 0.8rem;
  font-weight: 700;
}

.upload-copy,
.upload-file {
  color: var(--muted);
  font-size: 0.94rem;
}

.upload-preview {
  display: grid;
  gap: 0.95rem;
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(255, 255, 255, 0.025);
}

.upload-preview-frame {
  position: relative;
  overflow: hidden;
  border-radius: 18px;
  min-height: 11rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.05), rgba(149, 240, 234, 0.05)),
    rgba(255, 255, 255, 0.02);
}

.upload-preview-frame img {
  width: 100%;
  height: 100%;
  min-height: 11rem;
  object-fit: cover;
  display: block;
}

.upload-preview-fallback {
  display: grid;
  place-items: center;
  min-height: 11rem;
  color: var(--gold-bright);
  font-size: 1.25rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  font-weight: 700;
}

.upload-preview-copy {
  display: grid;
  gap: 0.22rem;
}

.upload-preview-copy strong {
  font-size: 1.02rem;
}

.upload-preview-copy span:last-child {
  color: var(--muted);
  font-size: 0.92rem;
}

.contact-points p {
  margin: 0.55rem 0;
}

.news-list {
  display: grid;
  gap: 1rem;
}

.card-news h2,
.card-news h3 {
  margin-bottom: 0.6rem;
}

.article-shell,
.legal-shell {
  display: grid;
  gap: 1.2rem;
}

.article-head {
  max-width: 48rem;
}

.article-hero-media,
.article-visual-grid {
  margin-top: 1.1rem;
}

.article-copy p + p,
.legal-copy p + p {
  margin-top: 1rem;
}

.site-footer {
  padding: 3rem 0 2rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(0, 0, 0, 0.18);
}

.footer-title {
  margin: 0 0 0.6rem;
  color: var(--gold-bright);
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.83rem;
}

.footer-copy {
  margin: 0;
  color: var(--muted);
  font-size: 0.96rem;
}

.footer-bottom {
  margin-top: 1.5rem;
  padding-top: 1.5rem;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
  color: var(--muted);
  font-size: 0.9rem;
}

@media (min-width: 720px) {
  .field-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 860px) {
  .site-header {
    top: 3.15rem;
  }

  .brand-row {
    padding-bottom: 0.8rem;
  }

  .nav-toggle {
    display: none;
  }

  .site-nav {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 0.6rem;
    padding: 0 0 1rem;
  }

  .hero-grid,
  .split-layout {
    grid-template-columns: 1.05fr 0.95fr;
    align-items: start;
  }

  .hero-grid-tight {
    grid-template-columns: 1fr 0.95fr;
  }

  .card-grid.two-up {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .card-grid.three-up,
  .hero-metrics,
  .footer-grid,
  .article-body {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .hero-metrics {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .article-body {
    grid-template-columns: 0.75fr 1.25fr;
  }

  .feature-card {
    grid-template-columns: 0.95fr 1.05fr;
  }
}

@media (min-width: 1080px) {
  .section-gap {
    padding-top: 4.2rem;
  }

  .shell {
    width: min(var(--max), calc(100vw - 4rem));
  }

  .card,
  .form-shell {
    padding: 1.7rem;
  }
}
