:root {
  --navy: #16120d;
  --muted: #665b4d;
  --cream: #fffbf3;
  --white: #fffefd;
  --line: #e8dbc1;
  --coral: #d99a12;
  --teal: #976004;
  --gold: #f1b923;
  --black: #0b0907;
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  background: var(--cream);
  color: var(--navy);
}
* { box-sizing: border-box; }
body { background: var(--cream); margin: 0; }
a { color: inherit; }
.site-header {
  align-items: center;
  background: var(--black);
  border-bottom: 1px solid #36230c;
  display: flex;
  height: 70px;
  justify-content: space-between;
  margin: 0;
  padding: 0 max(calc((100vw - 1108px) / 2), 26px);
}
.brand { color: #f7f4ed; font-size: 1.4rem; font-weight: 750; letter-spacing: -.055em; text-decoration: none; }
.brand span { color: var(--gold); }
main { margin: 0 auto; max-width: 1160px; padding: 44px 26px 90px; }
.breadcrumbs {
  align-items: center;
  color: var(--muted);
  display: flex;
  font-size: .83rem;
  gap: 10px;
  margin: -12px 0 25px;
}
.breadcrumbs a { color: var(--teal); font-weight: 650; text-decoration: none; }
.brand-masthead {
  background: #080706;
  border: 1px solid #34230d;
  border-radius: 28px;
  box-shadow: 0 25px 62px rgba(11, 9, 7, .22);
  margin-bottom: 52px;
  overflow: hidden;
}
.brand-masthead img {
  display: block;
  height: auto;
  width: 100%;
}
.hero {
  align-items: center;
  display: grid;
  gap: 48px;
  grid-template-columns: .94fr 1.06fr;
  margin-bottom: 66px;
}
.gallery {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(3, 1fr);
}
.gallery figure {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 15px;
  margin: 0;
  overflow: hidden;
}
.gallery figure.featured { grid-column: 1 / -1; }
.gallery img {
  aspect-ratio: 1;
  display: block;
  height: auto;
  object-fit: contain;
  width: 100%;
}
.gallery .placeholder img { object-fit: cover; }
.eyebrow, .section-label {
  color: var(--teal);
  font-size: .73rem;
  font-weight: 750;
  letter-spacing: .13em;
  margin: 0 0 13px;
  text-transform: uppercase;
}
h1 {
  font-size: clamp(2.2rem, 4vw, 3.45rem);
  letter-spacing: -.07em;
  line-height: 1.06;
  margin: 0 0 18px;
}
.subheadline { color: var(--muted); font-size: 1.08rem; line-height: 1.62; margin: 0 0 22px; }
.price { color: var(--navy); font-size: 1.75rem; font-weight: 720; letter-spacing: -.04em; margin: 0 0 23px; }
.price small { color: var(--muted); display: block; font-size: .77rem; font-weight: 450; letter-spacing: 0; margin-top: 5px; }
.cta {
  background: var(--navy);
  border-radius: 12px;
  color: white;
  display: inline-block;
  font-weight: 700;
  padding: 15px 23px;
  text-decoration: none;
}
.cta.primary { background: linear-gradient(120deg, #c57f06, var(--gold)); color: #17110a; }
.partner-label {
  color: var(--teal);
  font-size: .74rem;
  font-weight: 720;
  letter-spacing: .1em;
  margin: 17px 0 0;
  text-transform: uppercase;
}
.content-section { margin: 0 auto 60px; }
.benefits h2, .audience h2, .buyer-guide h2, .recommend h2, .trust h2, .faq h2, .related h2 {
  font-size: clamp(1.55rem, 2.5vw, 2.1rem);
  letter-spacing: -.05em;
  margin: 0 0 27px;
}
.benefits ul {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.benefits li {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 16px;
  display: flex;
  gap: 14px;
  line-height: 1.55;
  padding: 22px 20px;
}
.benefits li span { color: var(--teal); font-weight: 750; }
.benefits li p { margin: 0; }
.benefits h3, .audience h3 {
  color: var(--teal);
  font-size: .76rem;
  letter-spacing: .09em;
  margin: 0 0 9px;
  text-transform: uppercase;
}
.decision-summary {
  align-items: stretch;
  display: grid;
  gap: 17px;
  grid-template-columns: minmax(0, 1.55fr) minmax(240px, .75fr);
}
.quick-answer {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(23px, 4vw, 34px);
}
.quick-answer h2 { font-size: clamp(1.3rem, 2.2vw, 1.72rem); letter-spacing: -.04em; line-height: 1.3; margin: 0 0 15px; }
.quick-answer > p:not(.section-label):not(.updated) { color: var(--muted); line-height: 1.68; margin: 0 0 18px; }
.updated { color: #7b6a52; font-size: .78rem; font-weight: 650; margin: 0; }
.toc {
  background: #17120d;
  border-radius: 22px;
  color: #fff;
  padding: 25px 22px;
}
.toc .section-label { color: var(--gold); }
.toc a {
  border-top: 1px solid #3f301a;
  color: #f3e7cf;
  display: block;
  font-size: .9rem;
  padding: 12px 0;
  text-decoration: none;
}
.audience-grid {
  display: grid;
  gap: 13px;
  grid-template-columns: repeat(3, 1fr);
}
.audience-grid article {
  background: #fff;
  border: 1px solid var(--line);
  border-radius: 16px;
  padding: 22px;
}
.audience-grid p { color: var(--muted); line-height: 1.6; margin: 0; }
.split {
  align-items: start;
  border-block: 1px solid var(--line);
  display: grid;
  gap: 38px;
  grid-template-columns: 1fr 1fr;
  padding: 55px 0;
}
.split h2 { font-size: clamp(1.5rem, 2.7vw, 2.15rem); letter-spacing: -.05em; line-height: 1.2; margin: 0; }
.split > p { color: var(--muted); line-height: 1.72; margin: 0; }
.buyer-guide {
  display: grid;
  gap: 22px;
  grid-template-columns: repeat(2, 1fr);
}
.buyer-guide > div {
  background: white;
  border: 1px solid var(--line);
  border-radius: 20px;
  padding: clamp(22px, 4vw, 32px);
}
.buyer-guide h2 { font-size: clamp(1.3rem, 2.1vw, 1.67rem); margin-bottom: 18px; }
.buyer-guide ul, .buyer-guide ol {
  color: var(--muted);
  line-height: 1.63;
  margin: 0;
  padding-left: 21px;
}
.buyer-guide li + li { margin-top: 12px; }
.recommend-card {
  background: linear-gradient(120deg, #0e0c09, #2e1d0a);
  border-radius: 26px;
  color: white;
  padding: clamp(29px, 5vw, 50px);
}
.recommend-card .section-label { color: var(--gold); }
.recommend-card p:not(.section-label) { color: #e4d4b2; line-height: 1.7; max-width: 700px; }
.recommend-card .cta { background: white; color: var(--navy); margin-top: 13px; }
.trust {
  align-items: start;
  display: grid;
  gap: 42px;
  grid-template-columns: .88fr 1.12fr;
}
.trust p:not(.section-label) { color: var(--muted); line-height: 1.65; }
.trust .methodology {
  border-left: 3px solid var(--gold);
  font-size: .9rem;
  margin-top: 22px;
  padding-left: 15px;
}
.trust-grid { display: grid; gap: 10px; }
.trust-grid div {
  align-items: center;
  background: white;
  border: 1px solid var(--line);
  border-radius: 13px;
  display: flex;
  gap: 20px;
  padding: 18px;
}
.trust-grid strong { color: var(--coral); font-size: .82rem; }
.trust-grid span { font-weight: 620; }
.faq { max-width: 820px; }
.faq details { border-bottom: 1px solid var(--line); padding: 19px 0; }
.faq summary { cursor: pointer; font-weight: 650; list-style: none; padding-right: 20px; }
.faq p { color: var(--muted); line-height: 1.65; margin: 15px 0 0; }
.search-topics {
  background: #fffdf9;
  border: 1px solid var(--line);
  border-radius: 22px;
  padding: clamp(24px, 4vw, 35px);
}
.search-topics h2 {
  font-size: clamp(1.35rem, 2.3vw, 1.85rem);
  letter-spacing: -.045em;
  margin: 0 0 10px;
}
.search-topics > p:not(.section-label) { color: var(--muted); line-height: 1.55; margin: 0 0 22px; }
.search-topics ul {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
  list-style: none;
  margin: 0;
  padding: 0;
}
.search-topics li {
  background: #fff4da;
  border: 1px solid #ebce8e;
  border-radius: 999px;
  color: #674604;
  font-size: .82rem;
  font-weight: 630;
  padding: 9px 14px;
}
.related { border-top: 1px solid var(--line); padding-top: 40px; }
.related a { color: var(--teal); display: inline-block; font-weight: 650; margin: 0 26px 12px 0; }
.brand-presence {
  display: grid;
  gap: 18px;
  grid-template-columns: 1.58fr .82fr;
}
.decision-summary, .benefits, .audience, .explanation, .buyer-guide, .recommend, .trust, .faq, .search-topics, .related, .brand-presence, .final-cta {
  content-visibility: auto;
  contain-intrinsic-size: auto 360px;
}
.brand-presence figure {
  background: #080706;
  border: 1px solid #35230d;
  border-radius: 22px;
  box-shadow: 0 14px 40px rgba(11, 9, 7, .12);
  margin: 0;
  overflow: hidden;
}
.brand-presence img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.brand-round img { object-fit: contain; }
.final-cta {
  background: white;
  border: 1px solid var(--line);
  border-radius: 24px;
  margin-top: 56px;
  padding: clamp(28px, 5vw, 46px);
  text-align: center;
}
.final-cta h2 { font-size: clamp(1.45rem, 2.8vw, 2.15rem); letter-spacing: -.05em; margin: 0 0 13px; }
.final-cta p { color: var(--muted); line-height: 1.6; margin: 0 auto 25px; max-width: 640px; }
.sticky-cta { display: none; }
footer {
  align-items: center;
  border-top: 1px solid var(--line);
  color: var(--muted);
  display: flex;
  font-size: .78rem;
  gap: 24px;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1160px;
  padding: 28px 26px;
}
footer .brand { color: var(--navy); }
@media (max-width: 780px) {
  .site-header { padding: 0 18px; }
  main { padding: 25px 18px 96px; }
  .breadcrumbs { margin-top: 0; }
  .brand-masthead { border-radius: 18px; margin-bottom: 31px; }
  .hero, .decision-summary, .split, .buyer-guide, .trust { gap: 29px; grid-template-columns: 1fr; }
  .hero { margin-bottom: 44px; }
  .benefits ul, .audience-grid { grid-template-columns: 1fr; }
  .brand-presence { grid-template-columns: 1fr; }
  .brand-presence figure { border-radius: 17px; }
  .content-section { margin-bottom: 43px; }
  .split { padding: 40px 0; }
  .sticky-cta {
    background: linear-gradient(120deg, #c57f06, var(--gold));
    bottom: 12px;
    border-radius: 13px;
    box-shadow: 0 8px 25px rgba(16, 42, 67, .22);
    color: #17110a;
    display: block;
    font-weight: 700;
    left: 14px;
    padding: 16px;
    position: fixed;
    right: 14px;
    text-align: center;
    text-decoration: none;
    z-index: 5;
  }
  footer { align-items: start; flex-direction: column; gap: 11px; padding: 25px 18px 88px; }
}
