/* What's My Set: site styles */
:root {
  --brand: #DA4E04;
  --brand-dark: #B54103;
  --brand-tint: #FDEEE4;
  --ink: #1D1D1F;
  --ink-soft: #4B4B50;
  --paper: #FFFFFF;
  --paper-alt: #F7F4F1;
  --hero-bg: #180F0A;
  --hero-ink: #FFF7F2;
  --radius: 16px;
  --maxw: 1080px;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  font-size: 1.0625rem;
}

img { max-width: 100%; height: auto; }

a { color: var(--brand-dark); }
a:focus-visible, button:focus-visible { outline: 3px solid var(--brand); outline-offset: 2px; }

.wrap { max-width: var(--maxw); margin: 0 auto; padding: 0 1.25rem; }

/* Header */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,255,255,0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #EAE4DF;
}
.site-header .wrap {
  display: flex; align-items: center; gap: 1rem;
  padding-top: 0.6rem; padding-bottom: 0.6rem;
}
.brand { display: flex; align-items: center; gap: 0.6rem; text-decoration: none; color: var(--ink); font-weight: 700; font-size: 1.05rem; }
.brand img { width: 36px; height: 36px; border-radius: 9px; }
.site-nav { margin-left: auto; display: flex; align-items: center; gap: 1.1rem; flex-wrap: wrap; }
.site-nav a { text-decoration: none; color: var(--ink-soft); font-size: 0.95rem; }
.site-nav a:hover { color: var(--brand-dark); }
.nav-cta {
  background: var(--brand); color: #fff !important;
  padding: 0.45rem 1rem; border-radius: 999px; font-weight: 600;
}
.nav-cta:hover { background: var(--brand-dark); }

/* Hero */
.hero {
  background: linear-gradient(160deg, var(--hero-bg) 0%, #3A1D0C 55%, #6E3007 100%);
  color: var(--hero-ink);
  padding: 4rem 0 0;
  overflow: hidden;
}
.hero .wrap { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 2.5rem; align-items: end; }
.hero h1 { font-size: clamp(2rem, 5vw, 3.25rem); line-height: 1.12; margin: 0 0 1rem; letter-spacing: -0.02em; }
.hero .accent { color: #FFA25E; font-style: normal; }
.hero p.lede { font-size: 1.2rem; color: #F4D9C8; max-width: 34em; }
.hero-ctas { display: flex; align-items: center; gap: 1.1rem; margin: 1.6rem 0 1rem; flex-wrap: wrap; }
.hero-ctas img.badge { height: 54px; width: auto; }
.hero-note { font-size: 0.9rem; color: #D9B79F; margin-bottom: 2.5rem; }
.hero-shot { margin: 0; text-align: center; }
.hero-shot img {
  max-height: 560px; width: auto; display: block; margin: 0 auto;
  border-radius: 28px 28px 0 0;
  box-shadow: 0 -8px 60px rgba(0,0,0,0.45);
}
.hero-points { list-style: none; display: flex; gap: 1.4rem; flex-wrap: wrap; padding: 0; margin: 0 0 1.4rem; font-size: 0.95rem; color: #F4D9C8; }
.hero-points li::before { content: "✓ "; color: #FFA25E; font-weight: 700; }

/* Sections */
section { padding: 4rem 0; }
section h2 { font-size: clamp(1.6rem, 3.5vw, 2.3rem); letter-spacing: -0.01em; margin: 0 0 0.5rem; }
section .kicker { text-transform: uppercase; letter-spacing: 0.12em; font-size: 0.8rem; font-weight: 700; color: var(--brand-dark); margin: 0 0 0.4rem; }
section p.sub { color: var(--ink-soft); max-width: 46em; margin-top: 0; }
.alt { background: var(--paper-alt); }

/* Download */
.download-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2rem; }
.device-card { background: var(--paper); border: 1px solid #EAE4DF; border-radius: var(--radius); padding: 1.5rem; }
.device-card h3 { margin: 0 0 0.4rem; font-size: 1.1rem; }
.device-card p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }
.download-cta { margin-top: 2rem; display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; }
.download-cta img.badge { height: 56px; width: auto; }
.price-line { font-size: 0.95rem; color: var(--ink-soft); }
.tier-context { margin-top: 1.5rem; max-width: 68ch; }
.tier-context p { margin: 0.4rem 0; font-size: 0.95rem; color: var(--ink-soft); }

/* Screenshots */
.shots { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1rem; margin-top: 2rem; }
.shots figure { margin: 0; }
.shots img { border-radius: 18px; box-shadow: 0 4px 24px rgba(29,29,31,0.12); }
.shots figcaption { font-size: 0.85rem; color: var(--ink-soft); text-align: center; margin-top: 0.5rem; }
.watch-shots { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; margin-top: 1.5rem; }
.watch-shots img { border-radius: 22%; box-shadow: 0 4px 18px rgba(29,29,31,0.15); }

/* How it works */
.steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.25rem; margin-top: 2rem; counter-reset: step; }
.step { background: var(--paper); border: 1px solid #EAE4DF; border-radius: var(--radius); padding: 1.5rem; }
.step::before {
  counter-increment: step; content: counter(step);
  display: inline-flex; align-items: center; justify-content: center;
  width: 2rem; height: 2rem; border-radius: 50%;
  background: var(--brand-tint); color: var(--brand-dark);
  font-weight: 800; margin-bottom: 0.75rem;
}
.step h3 { margin: 0 0 0.4rem; font-size: 1.05rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: 0.95rem; }

/* Accessibility */
.a11y { background: var(--brand-tint); }
.a11y-quote { border-left: 3px solid var(--brand); margin: 1.4rem 0 0; padding: 0.2em 0 0.2em 1.1em; font-style: italic; color: var(--ink); max-width: 62ch; font-size: 1.12rem; }
.a11y-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); gap: 1.1rem; margin-top: 2rem; align-items: start; }
.a11y-item { background: var(--paper); border: 1px solid #F3CBAF; border-radius: var(--radius); padding: 1.1rem 1.25rem; margin: 0; }
.a11y-item img { display: block; width: 100%; height: auto; border-radius: 10px; margin-bottom: 0.9rem; }
.a11y-item h3 { margin: 0 0 0.3rem; font-size: 1.02rem; }
.a11y-item p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }
.a11y-link { margin-top: 1.6rem; font-weight: 600; }

/* Guides */
.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; margin-top: 2rem; }
.guide-card {
  display: block; background: var(--paper); border: 1px solid #EAE4DF;
  border-radius: var(--radius); padding: 1.4rem; text-decoration: none; color: var(--ink);
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.guide-card:hover { box-shadow: 0 8px 28px rgba(29,29,31,0.12); transform: translateY(-2px); }
.guide-card .tag { display: inline-block; font-size: 0.75rem; font-weight: 700; text-transform: uppercase; letter-spacing: 0.08em; color: var(--brand-dark); background: var(--brand-tint); border-radius: 999px; padding: 0.15rem 0.6rem; margin-bottom: 0.6rem; }
.guide-card h3 { margin: 0 0 0.4rem; font-size: 1.08rem; line-height: 1.35; }
.guide-card p { margin: 0; color: var(--ink-soft); font-size: 0.92rem; }
.guide-card .more { display: inline-block; margin-top: 0.7rem; color: var(--brand-dark); font-weight: 600; font-size: 0.92rem; }

/* FAQ */
.faq-list { margin-top: 2rem; }
.faq-list details {
  border: 1px solid #EAE4DF; border-radius: var(--radius);
  padding: 1rem 1.25rem; margin-bottom: 0.9rem; background: var(--paper);
}
.faq-list summary { font-weight: 650; cursor: pointer; font-size: 1.02rem; }
.faq-list details p { color: var(--ink-soft); margin-bottom: 0.3rem; }
.faq-list .learn-more { font-weight: 600; }

/* CTA band */
.cta-band { background: linear-gradient(140deg, var(--brand) 0%, #A03A02 100%); color: #fff; text-align: center; }
.cta-band h2 { color: #fff; }
.cta-band p { color: #FBE3D3; max-width: 40em; margin: 0.5rem auto 1.8rem; }
.cta-band img.badge { height: 56px; width: auto; }
.cta-band .fine { font-size: 0.85rem; color: #F3C9AC; margin-top: 1rem; }

/* Footer */
.site-footer { background: var(--hero-bg); color: #CBB6A8; padding: 3rem 0 2rem; font-size: 0.92rem; }
.site-footer a { color: #F0D9C9; }
.footer-cols { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 2rem; }
.footer-cols h3 { color: #fff; font-size: 0.95rem; margin: 0 0 0.6rem; }
.footer-cols ul { list-style: none; margin: 0; padding: 0; }
.footer-cols li { margin-bottom: 0.4rem; }
.footer-brand { display: flex; align-items: center; gap: 0.6rem; color: #fff; font-weight: 700; margin-bottom: 0.6rem; }
.footer-brand img { width: 32px; height: 32px; border-radius: 8px; }
.copyright { margin-top: 2.5rem; padding-top: 1.25rem; border-top: 1px solid rgba(255,255,255,0.12); font-size: 0.85rem; }

/* Guide article pages */
.article { max-width: 720px; margin: 0 auto; padding: 3rem 1.25rem 4rem; }
.article h1 { font-size: clamp(1.8rem, 4.5vw, 2.6rem); line-height: 1.15; letter-spacing: -0.02em; margin: 0.5rem 0 1rem; }
.article .byline { color: var(--ink-soft); font-size: 0.92rem; margin-bottom: 2rem; }
.article h2 { font-size: 1.5rem; margin-top: 2.4rem; }
.article h3 { font-size: 1.15rem; margin-top: 1.8rem; }
.article figure { margin: 2rem 0; text-align: center; }
.article figure img { max-height: 520px; width: auto; border-radius: 20px; box-shadow: 0 4px 24px rgba(29,29,31,0.14); }
.article figcaption { font-size: 0.85rem; color: var(--ink-soft); margin-top: 0.5rem; }
.article table { border-collapse: collapse; width: 100%; margin: 1.2rem 0; font-size: 0.98rem; }
.article th, .article td { border: 1px solid #E4DDD6; padding: 0.6rem 0.8rem; text-align: left; }
.article th { background: var(--paper-alt); }
.breadcrumbs { font-size: 0.88rem; color: var(--ink-soft); }
.breadcrumbs a { color: var(--ink-soft); }
.article-cta {
  background: var(--brand-tint); border: 1px solid #F3CBAF; border-radius: var(--radius);
  padding: 1.5rem 1.75rem; margin: 2.5rem 0 0;
}
.article-cta h2 { margin-top: 0; font-size: 1.3rem; }
.article-cta img.badge { height: 50px; width: auto; }
.article-cta .row { display: flex; align-items: center; gap: 1.2rem; flex-wrap: wrap; margin-top: 0.8rem; }

/* Responsive */
@media (max-width: 900px) {
  .hero .wrap { grid-template-columns: 1fr; }
  .hero-shot img { max-height: 420px; }
  .shots { grid-template-columns: repeat(3, 1fr); }
  .watch-shots { grid-template-columns: repeat(3, 1fr); }
  .steps { grid-template-columns: repeat(2, 1fr); }
  .guide-grid { grid-template-columns: repeat(2, 1fr); }
  .download-grid { grid-template-columns: 1fr; }
  .footer-cols { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 560px) {
  .shots { grid-template-columns: repeat(2, 1fr); }
  .steps { grid-template-columns: 1fr; }
  .guide-grid { grid-template-columns: 1fr; }
  .site-nav { display: none; }
  .site-nav.always { display: flex; }
}
