:root {
  --navy: #0A0A0B;
  --navy-2: #123E91;
  --cream: #F7F6F2;
  --warm: #F5F2EB;
  --gold: #D4AF37;
  --gold-soft: #E1C75F;
  --text: #0A0A0B;
  --muted: #5A5A5A;
  --line: rgba(10, 10, 11, 0.12);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(10, 10, 11, 0.16);
  --radius: 24px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
  color: var(--text);
  background: var(--cream);
  line-height: 1.6;
}
img { max-width: 100%; display: block; }
a { color: inherit; }
.container { width: min(1120px, calc(100% - 32px)); margin: 0 auto; }
.narrow { width: min(820px, calc(100% - 32px)); }
.section { padding: 72px 0; }
.section-lg { padding: 96px 0 72px; }
.section-xl { padding: 112px 0 88px; }
.section-tinted { background: linear-gradient(135deg, var(--navy), var(--navy-2)); color: var(--cream); }
.skip-link { position:absolute; left:-999px; top:8px; background:var(--gold); color:var(--navy); padding:8px 12px; z-index:999; }
.skip-link:focus { left:8px; }
.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; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(247, 246, 242, 0.94);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display:flex; align-items:center; justify-content:space-between; min-height:76px; gap:24px; }
.brand { display:flex; align-items:center; gap:12px; text-decoration:none; font-weight:700; letter-spacing:-0.02em; }
.brand-mark { width:42px; height:42px; object-fit:contain; }
.brand-text { font-size: 1.08rem; }
.tm { font-size: 0.55em; vertical-align: super; margin-left: 1px; }
.site-nav { display:flex; align-items:center; gap:6px; }
.nav-link { text-decoration:none; padding:10px 12px; border-radius:999px; font-size:0.95rem; color: var(--navy); }
.nav-link:hover, .nav-link.active { background: rgba(212,175,55,0.18); color: var(--navy); }
.nav-toggle { display:none; border:0; background:transparent; padding:8px; }
.nav-toggle span:not(.sr-only) { display:block; width:24px; height:2px; background:var(--navy); margin:5px 0; }

.hero { background: radial-gradient(circle at 80% 10%, rgba(212,175,55,.18), transparent 30%), linear-gradient(180deg, var(--cream), var(--warm)); }
.hero-grid { display:grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); align-items:center; gap:56px; }
.hero-copy h1, .page-hero h1 { font-size: clamp(2.8rem, 8vw, 6.5rem); line-height: .9; margin: 0 0 24px; letter-spacing:-0.08em; color: var(--navy); }
.page-hero h1 { font-size: clamp(2.4rem, 6vw, 4.9rem); }
.lead { font-size: clamp(1.18rem, 2.2vw, 1.55rem); color: #2A2A2A; margin: 0 0 28px; max-width: 720px; }
.eyebrow { text-transform: uppercase; letter-spacing: .18em; color: var(--gold); font-weight: 800; font-size: .78rem; margin: 0 0 14px; }
.hero-actions { display:flex; gap:14px; flex-wrap:wrap; margin:28px 0 14px; }
.center-actions { justify-content:center; }
.button { display:inline-flex; align-items:center; justify-content:center; min-height:48px; padding: 0 20px; border-radius:999px; text-decoration:none; font-weight:800; border:1px solid transparent; }
.button-primary { background: var(--navy); color: var(--cream); box-shadow: 0 14px 30px rgba(16,24,39,.18); }
.button-primary:hover { transform: translateY(-1px); }
.button-secondary { background: transparent; color: var(--navy); border-color: rgba(16,24,39,.25); }
.small-note, .muted { color: var(--muted); }
.hero-card { background: var(--navy); color: var(--cream); border-radius: var(--radius); padding: clamp(28px, 5vw, 48px); box-shadow: var(--shadow); text-align:center; border:1px solid rgba(255,255,255,.12); }
.hero-logo { width:min(220px, 68%); margin:0 auto 28px; }
.hero-brand-card { display:grid; gap:22px; justify-items:center; }
.hero-brand-image { width:min(460px, 100%); border-radius:24px; box-shadow: var(--shadow); border:1px solid rgba(10,10,11,.12); }
.scripture-card { background: rgba(255,255,255,.72); border:1px solid var(--line); border-radius:20px; padding:20px 22px; text-align:center; max-width:460px; }
.scripture-line { font-size:1.08rem; line-height:1.35; margin:0 0 8px; color: var(--navy); }
.scripture-ref { color: var(--gold); font-weight:800; margin:0; }

.page-hero { text-align:center; background: linear-gradient(180deg, var(--cream), var(--warm)); border-bottom: 1px solid var(--line); }
.page-hero .lead { margin-left:auto; margin-right:auto; }
.card-grid { display:grid; gap:24px; }
.card-grid.three { grid-template-columns: repeat(3, 1fr); }
.card-grid.two { grid-template-columns: repeat(2, 1fr); }
.card { background: rgba(255,255,255,.72); border:1px solid var(--line); border-radius: var(--radius); padding:30px; box-shadow: 0 18px 45px rgba(16,24,39,.08); }
.card h2 { color: var(--navy); margin:0 0 10px; font-size:1.6rem; line-height:1.1; }
.card p { margin:0 0 18px; }
.text-link { color: var(--navy); font-weight:800; text-decoration-color: var(--gold); text-decoration-thickness: 2px; text-underline-offset: 4px; }
.split { display:grid; grid-template-columns: .8fr 1.2fr; gap:48px; align-items:start; }
.split h2 { font-size: clamp(2rem, 4vw, 4rem); line-height: .95; margin:0; letter-spacing:-0.06em; }
.split p { font-size:1.18rem; margin-top:0; }
.content-page { max-width: 860px; }
.content-page h2 { color: var(--navy); font-size:2rem; margin:36px 0 8px; }
.content-page h2:first-child { margin-top:0; }
.content-page p { font-size:1.12rem; color:#3b4558; }
.empty-state { background:rgba(255,255,255,.72); border:1px dashed rgba(212,175,55,.50); border-radius:var(--radius); padding:40px; text-align:center; }
.check-list { padding-left: 22px; margin: 18px 0 0; }
.check-list li { margin-bottom: 8px; }
.apparel-preview { display:grid; place-items:center; }
.shirt-mockup { position:relative; width:min(320px, 100%); aspect-ratio: 4/5; background:#fbfbf7; border:1px solid rgba(16,24,39,.16); border-radius: 36px 36px 22px 22px; box-shadow: inset 0 0 0 10px rgba(246,234,213,.65); display:grid; place-items:center; overflow:hidden; }
.shirt-neck { position:absolute; top:-28px; width:110px; height:74px; border-radius:999px; background:var(--cream); border:1px solid rgba(16,24,39,.12); }
.shirt-mockup img { width: 68%; }
.center-text { text-align:center; margin-top:16px; }

.site-footer { background: var(--navy); color: var(--cream); padding:48px 0 22px; }
.footer-grid { display:flex; justify-content:space-between; gap:32px; align-items:flex-start; border-bottom: 1px solid rgba(255,255,255,.12); padding-bottom:32px; }
.footer-brand { margin:0 0 8px; font-weight:800; font-size:1.15rem; }
.footer-links { display:flex; flex-wrap:wrap; gap:14px; justify-content:flex-end; }
.footer-links a { color: var(--cream); text-decoration:none; opacity:.86; }
.footer-links a:hover { opacity:1; color: var(--gold-soft); }
.footer-bottom { padding-top:18px; color: rgba(255,249,237,.72); font-size:.9rem; }
.footer-bottom p { margin:0; }

@media (max-width: 820px) {
  .header-inner { min-height:68px; }
  .brand-text { font-size:.95rem; max-width:220px; line-height:1.1; }
  .site-nav { display:none; position:absolute; left:16px; right:16px; top:72px; flex-direction:column; align-items:stretch; background:var(--cream); border:1px solid var(--line); border-radius:18px; padding:10px; box-shadow:var(--shadow); }
  .site-nav.open { display:flex; }
  .nav-toggle { display:block; }
  .nav-link { padding:12px 14px; }
  .hero-grid, .split, .card-grid.three, .card-grid.two { grid-template-columns:1fr; }
  .hero-card, .hero-brand-card { order:-1; }
  .section-xl { padding:64px 0; }
  .section-lg { padding:64px 0 48px; }
  .section { padding:48px 0; }
  .footer-grid { flex-direction:column; }
  .footer-links { justify-content:flex-start; }
}

/* Version 3 additions: apparel launch image + stronger mobile responsiveness */
.launch-feature-section {
  background: var(--warm);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.launch-feature {
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(320px, 1.28fr);
  gap: 34px;
  align-items: center;
}
.launch-copy h2 {
  margin: 0 0 14px;
  color: var(--navy);
  font-size: clamp(2rem, 4vw, 4rem);
  line-height: .95;
  letter-spacing: -0.06em;
}
.launch-copy p:not(.eyebrow) {
  font-size: 1.15rem;
  color: #2A2A2A;
  margin: 0 0 8px;
}
.launch-figure {
  margin: 0;
}
.launch-image {
  width: 100%;
  height: auto;
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  border: 1px solid rgba(10,10,11,.12);
  background: var(--warm);
}
.apparel-layout {
  display: grid;
  grid-template-columns: minmax(320px, 1.4fr) minmax(280px, .8fr);
  gap: 28px;
  align-items: stretch;
}
.apparel-layout .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

@media (max-width: 980px) {
  .launch-feature,
  .apparel-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 560px) {
  .container,
  .narrow {
    width: min(100% - 24px, 1120px);
  }
  .site-header {
    position: sticky;
  }
  .brand {
    gap: 8px;
  }
  .brand-mark {
    width: 34px;
    height: 34px;
  }
  .brand-text {
    font-size: .84rem;
    max-width: 185px;
  }
  .hero-copy h1,
  .page-hero h1 {
    letter-spacing: -0.065em;
  }
  .hero-copy h1 {
    font-size: clamp(2.45rem, 17vw, 4.2rem);
  }
  .lead {
    font-size: 1.05rem;
  }
  .button {
    width: 100%;
    min-height: 46px;
    text-align: center;
  }
  .hero-actions {
    gap: 10px;
  }
  .hero-brand-image,
  .launch-image {
    border-radius: 18px;
  }
  .scripture-card {
    padding: 16px;
  }
  .card {
    padding: 22px;
    border-radius: 18px;
  }
  .card h2 {
    font-size: 1.35rem;
  }
  .launch-copy h2,
  .split h2 {
    font-size: clamp(2rem, 12vw, 3rem);
  }
  .footer-links {
    gap: 10px 14px;
  }
}

/* Version 4 updates: one-shirt homepage, full scripture emphasis card, simplified color names */
.scripture-feature-section {
  background: var(--cream);
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}
.scripture-feature {
  position: relative;
  margin: 0;
  padding: clamp(28px, 5vw, 58px) clamp(22px, 5vw, 64px);
  border-radius: 34px;
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(10, 10, 11, 0.10);
  box-shadow: 0 22px 60px rgba(10, 10, 11, 0.11);
  text-align: center;
  overflow: hidden;
}
.scripture-feature p {
  margin: 0 auto 24px;
  max-width: 1080px;
  color: #6f6f6f;
  font-size: clamp(1.45rem, 3vw, 3.2rem);
  line-height: 1.18;
  letter-spacing: -0.035em;
}
.scripture-feature .verse-muted {
  color: rgba(10, 10, 11, 0.50);
  font-weight: 400;
}
.scripture-feature strong {
  color: var(--navy);
  font-weight: 900;
}
.scripture-feature .quote-mark {
  color: rgba(212, 175, 55, 0.32);
  font-weight: 900;
}
.scripture-feature cite {
  display: block;
  color: var(--gold);
  font-style: normal;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-weight: 900;
  font-size: clamp(1rem, 1.5vw, 1.4rem);
}
.product-frame {
  border-radius: var(--radius);
}
.product-image {
  object-fit: cover;
}
.color-list {
  columns: 1;
}
.color-list li {
  font-size: 1.08rem;
}
.apparel-card .small-note {
  margin-top: 18px;
}
@media (max-width: 820px) {
  .scripture-feature {
    border-radius: 24px;
  }
  .scripture-feature p {
    text-align: center;
    font-size: clamp(1.18rem, 6vw, 2.15rem);
    line-height: 1.25;
  }
}
@media (max-width: 560px) {
  .scripture-feature {
    padding: 24px 18px;
    border-radius: 20px;
  }
  .scripture-feature p {
    font-size: clamp(1.08rem, 7vw, 1.65rem);
    line-height: 1.28;
    letter-spacing: -0.02em;
  }
  .scripture-feature cite {
    letter-spacing: 0.16em;
  }
  .launch-feature {
    gap: 24px;
  }
}
