/* Ingacore main site. Brand: charcoal #4B525C, gold #BF9B48, off-white #F6F3EC. */
:root {
  --ink: #23272C;
  --slate: #3A4048;
  --charcoal: #4B525C;
  --gold: #BF9B48;
  --gold-deep: #9A7A33;
  --paper: #F6F3EC;
  --paper-2: #ECE7DC;
  --text: #2A2E34;
  --muted: #5B616B;
  --line: rgba(75, 82, 92, 0.22);
  --pad: 96px;
  --serif: "Newsreader", Georgia, "Times New Roman", serif;
  --sans: "Jost", "Century Gothic", Futura, "Trebuchet MS", sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--text); font-family: var(--sans); font-size: 17px; line-height: 1.6; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; margin: 0; text-wrap: balance; }
p { margin: 0; text-wrap: pretty; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--gold); outline-offset: 3px; }
.nowrap { white-space: nowrap; }

.wrap { width: 100%; max-width: 1440px; margin: 0 auto; padding-left: var(--pad); padding-right: var(--pad); }
.eyebrow, p.eyebrow { font-size: 13px; line-height: 1.5; font-weight: 600; letter-spacing: 0.16em; text-transform: uppercase; }
.freebie__intro p.eyebrow, .about-band__text p.eyebrow { font-size: 13px; line-height: 1.5; }
.eyebrow--rule { display: flex; align-items: center; gap: 14px; color: var(--gold); }
.eyebrow--rule::before { content: ""; display: block; width: 40px; height: 1px; background: var(--gold); flex-shrink: 0; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 56px; padding: 0 30px; font-size: 16px; font-weight: 600; letter-spacing: 0.02em; text-decoration: none; transition: background-color 0.2s ease, color 0.2s ease; }
.btn svg { width: 18px; height: 18px; flex-shrink: 0; }
.btn--gold { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: #CDAA5A; }
.btn--dark { background: var(--ink); color: var(--paper); font-weight: 500; }
.btn--dark:hover { background: var(--slate); }
.text-link { font-size: 16px; color: var(--paper); text-decoration: none; border-bottom: 1px solid rgba(246, 243, 236, 0.5); padding-bottom: 3px; }
.text-link:hover { border-bottom-color: var(--gold); }

/* Hero */
.hero { position: relative; overflow: hidden; min-height: 840px; padding-bottom: 96px; background: var(--ink); color: var(--paper); }
.hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,39,44,0.9) 0%, rgba(35,39,44,0.74) 42%, rgba(35,39,44,0.18) 76%, rgba(35,39,44,0) 100%); }
.hero__shade-top { position: absolute; top: 0; left: 0; right: 0; height: 220px; background: linear-gradient(180deg, rgba(35,39,44,0.82) 0%, rgba(35,39,44,0.55) 45%, rgba(35,39,44,0) 100%); }
.nav { position: relative; z-index: 2; display: flex; align-items: center; justify-content: space-between; padding-top: 32px; padding-bottom: 32px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand__mark { height: 40px; width: auto; }
.brand__word { height: 17px; width: auto; }
.nav__links { display: flex; align-items: center; gap: 40px; font-size: 15px; letter-spacing: 0.02em; }
.nav__links a { color: rgba(246, 243, 236, 0.9); text-decoration: none; }
.nav__links a:hover { color: var(--paper); }
.nav__cta { display: inline-flex; align-items: center; min-height: 44px; padding: 0 22px; border: 1px solid rgba(191, 155, 72, 0.9); color: var(--paper) !important; font-weight: 500; }
.nav__cta:hover { background: rgba(191, 155, 72, 0.15); }
.nav__toggle { display: none; background: none; border: 0; padding: 10px; margin-right: -10px; cursor: pointer; }
.nav__toggle span { display: block; height: 2px; background: var(--paper); margin: 6px 0 6px auto; }
.nav__toggle span:nth-child(1), .nav__toggle span:nth-child(2) { width: 24px; }
.nav__toggle span:nth-child(3) { width: 16px; background: var(--gold); }
.hero__content { position: relative; z-index: 1; display: flex; flex-direction: column; gap: 28px; max-width: 776px; padding-top: 96px; }
.hero h1 { font-size: clamp(36px, 4.1vw, 58px); line-height: 1.08; letter-spacing: -0.01em; }
.hero__lead { font-size: 20px; line-height: 1.55; color: rgba(246, 243, 236, 0.92); max-width: 580px; }
.hero__actions { display: flex; align-items: center; gap: 28px; padding-top: 8px; flex-wrap: wrap; }
.hero__fine { font-size: 14px; line-height: 1.5; color: rgba(246, 243, 236, 0.68); max-width: 540px; }

/* Shared section rhythm */
.section { padding-top: 128px; padding-bottom: 128px; }
.section h2, .section--dark h2, .section--warm h2 { font-size: clamp(31px, 3.5vw, 50px); line-height: 1.1; color: var(--ink); }
.section--dark { background: var(--ink); color: var(--paper); padding-top: 120px; padding-bottom: 120px; }
.section--dark h2 { color: var(--paper); }
.section--warm { background: var(--paper-2); padding-top: 120px; padding-bottom: 120px; }

/* Problem */
.problem { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 96px; }
.problem__left { display: flex; flex-direction: column; gap: 24px; }
.problem__left .eyebrow { color: var(--charcoal); }
.quotes { list-style: none; margin: 16px 0 0; padding: 0; }
.quotes li { font-family: var(--serif); font-style: italic; font-size: 22px; color: var(--charcoal); padding: 16px 0; border-top: 1px solid rgba(75, 82, 92, 0.18); }
.quotes li:last-child { border-bottom: 1px solid rgba(75, 82, 92, 0.18); }
.problem__right { display: flex; flex-direction: column; gap: 24px; padding-top: 64px; font-size: 19px; line-height: 1.7; color: var(--slate); }
.problem__right strong { font-weight: 600; color: var(--ink); }
.problem__right .turn { color: var(--ink); }

/* How we help */
.help__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; margin-bottom: 56px; }
.help__head > div { display: flex; flex-direction: column; gap: 20px; max-width: 760px; }
.help__head .eyebrow { color: var(--gold); }
.help__note { font-size: 15px; line-height: 1.6; color: rgba(246, 243, 236, 0.7); max-width: 320px; }
.cards { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.card { display: flex; flex-direction: column; gap: 18px; padding: 40px 36px 44px; border-top: 2px solid var(--gold); background: rgba(246, 243, 236, 0.04); }
.card__num { font-family: var(--serif); font-size: 28px; color: var(--gold); }
.card .eyebrow { font-size: 12px; color: rgba(246, 243, 236, 0.6); }
.card h3 { font-size: 30px; line-height: 1.2; }
.card p { font-size: 17px; line-height: 1.65; color: rgba(246, 243, 236, 0.82); }
.not-do { display: flex; align-items: flex-start; gap: 24px; margin-top: 24px; padding: 28px 32px; border: 1px solid rgba(246, 243, 236, 0.16); }
.not-do .eyebrow { flex-shrink: 0; font-size: 12px; color: var(--gold); padding-top: 3px; }
.not-do p { font-size: 16px; line-height: 1.6; color: rgba(246, 243, 236, 0.78); }

/* Free checklist */
.freebie { display: grid; grid-template-columns: repeat(12, minmax(0, 1fr)); gap: 24px; }
.freebie__intro { grid-column: span 5; display: flex; flex-direction: column; gap: 24px; align-items: flex-start; }
.freebie__intro .eyebrow { color: var(--charcoal); }
.freebie__intro p { font-size: 19px; line-height: 1.7; color: var(--slate); }
.freebie__intro strong { font-weight: 600; color: var(--ink); }
.freebie__intro .btn { margin-top: 12px; }
.freebie__list { grid-column: 7 / span 6; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-bottom: 1px solid var(--line); }
.freebie__item { display: flex; flex-direction: column; gap: 10px; padding: 32px 32px 32px 0; border-top: 1px solid var(--line); }
.freebie__item:nth-child(even) { padding: 32px 0 32px 32px; border-left: 1px solid var(--line); }
.freebie__item h3 { display: flex; align-items: flex-start; gap: 12px; font-size: 24px; line-height: 1.25; color: var(--ink); }
.freebie__item h3::before { content: ""; display: block; flex-shrink: 0; width: 8px; height: 8px; margin-top: 0.5em; border-radius: 50%; background: var(--gold); }
.freebie__item p { font-size: 16px; line-height: 1.6; color: var(--muted); }

/* How it works */
.how__head { display: flex; flex-direction: column; gap: 20px; margin-bottom: 56px; }
.how__head .eyebrow { color: var(--charcoal); }
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 48px; }
.step { display: flex; flex-direction: column; gap: 16px; }
.step__num { display: flex; align-items: center; justify-content: center; width: 52px; height: 52px; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 22px; color: var(--ink); flex-shrink: 0; }
.step h3 { font-size: 28px; color: var(--ink); }
.step p { font-size: 17px; line-height: 1.65; color: var(--slate); }

/* About */
.about-band { position: relative; overflow: hidden; min-height: 460px; display: flex; align-items: center; background: var(--paper-2); }
.about-band__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: left center; }
.about-band__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(246,243,236,0) 38%, rgba(246,243,236,0.74) 62%, rgba(246,243,236,0.92) 100%); }
.about-band .wrap { position: relative; display: flex; justify-content: flex-end; }
.about-band__text { display: flex; flex-direction: column; gap: 20px; max-width: 580px; padding: 64px 0; }
.about-band__text .eyebrow { color: var(--charcoal); }
.about-band__text h2 { font-size: clamp(31px, 3.2vw, 46px); line-height: 1.12; color: var(--ink); }
.about-band__text p { font-size: 19px; line-height: 1.7; color: var(--slate); }
.founders { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 56px; padding-top: 88px; padding-bottom: 64px; }
.founder { display: flex; gap: 32px; align-items: flex-start; }
.founder__photo { width: 200px; height: 240px; object-fit: cover; object-position: center top; border-bottom: 3px solid var(--gold); flex-shrink: 0; }
.founder__body { display: flex; flex-direction: column; gap: 8px; }
.founder h3 { font-size: 30px; color: var(--ink); }
.founder .eyebrow { font-size: 12px; color: var(--gold-deep); }
.founder p { font-size: 16px; line-height: 1.65; color: var(--slate); padding-top: 6px; }
.summit { display: flex; align-items: center; justify-content: space-between; gap: 32px; margin-bottom: 112px; padding: 28px 36px; border: 1px solid rgba(191, 155, 72, 0.55); }
.summit__main { display: flex; align-items: center; gap: 20px; font-size: 17px; color: var(--ink); }
.summit__main::before { content: ""; display: block; flex-shrink: 0; width: 10px; height: 10px; border-radius: 50%; background: var(--gold); }
.summit__main strong { font-weight: 600; }
.summit__side { font-size: 15px; color: var(--muted); }

/* Closing */
.closing { position: relative; overflow: hidden; min-height: 500px; display: flex; align-items: center; justify-content: center; text-align: center; background: var(--slate); padding: 80px 0; }
.closing__img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.closing__shade { position: absolute; inset: 0; background: rgba(35, 39, 44, 0.5); }
.closing__body { position: relative; display: flex; flex-direction: column; align-items: center; gap: 24px; }
.closing h2 { font-size: clamp(36px, 4vw, 58px); line-height: 1.08; color: var(--paper); max-width: 860px; }
.closing p { font-size: 20px; color: rgba(246, 243, 236, 0.92); }
.closing .btn { margin-top: 12px; }

/* Footer */
.footer { background: var(--ink); color: rgba(246, 243, 236, 0.72); padding-top: 72px; padding-bottom: 56px; }
.footer__top { display: flex; align-items: flex-start; justify-content: space-between; gap: 48px; }
.footer__brand { display: flex; flex-direction: column; gap: 18px; }
.footer__brand .brand__mark { height: 36px; }
.footer__brand .brand__word { height: 15px; }
.footer__brand a { color: rgba(246, 243, 236, 0.85); text-decoration: none; }
.footer__brand a:hover { color: var(--gold); }
.footer__disclaimer { font-size: 14px; line-height: 1.6; max-width: 540px; }
.footer__bottom { display: flex; justify-content: space-between; gap: 24px; margin-top: 40px; padding-top: 24px; border-top: 1px solid rgba(246, 243, 236, 0.12); font-size: 13px; color: rgba(246, 243, 236, 0.5); }

/* Tablet */
@media (max-width: 1100px) {
  :root { --pad: 48px; }
  .problem { gap: 56px; }
  .cards { grid-template-columns: 1fr; }
  .freebie__intro { grid-column: 1 / -1; }
  .freebie__list { grid-column: 1 / -1; }
  .founders { grid-template-columns: 1fr; }
}

/* Phone */
@media (max-width: 760px) {
  :root { --pad: 24px; }
  body { font-size: 16px; }
  .nav { padding-top: 20px; padding-bottom: 20px; }
  .brand { gap: 10px; }
  .brand__mark { height: 30px; }
  .brand__word { height: 13px; }
  .nav__toggle { display: block; }
  .nav__links { display: none; position: absolute; top: 100%; left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; padding: 8px var(--pad) 20px; background: rgba(35, 39, 44, 0.97); }
  .nav.is-open .nav__links { display: flex; }
  .nav__links a { padding: 12px 0; border-bottom: 1px solid rgba(246, 243, 236, 0.1); }
  .nav__links a.nav__cta { justify-content: center; margin-top: 12px; border-bottom: 1px solid rgba(191, 155, 72, 0.9); }
  .hero { min-height: 0; padding-bottom: 56px; }
  .hero__bg { object-position: 72% center; }
  .hero__shade { background: linear-gradient(180deg, rgba(35,39,44,0.45) 0%, rgba(35,39,44,0.62) 30%, rgba(35,39,44,0.86) 62%, rgba(35,39,44,0.94) 100%); }
  .hero__shade-top { display: none; }
  .hero__content { gap: 20px; padding-top: 170px; }
  .hero__lead { font-size: 18px; }
  .hero__actions { flex-direction: column; align-items: stretch; gap: 16px; }
  .hero__actions .text-link { align-self: center; border-bottom: 0; }
  .hero__fine { font-size: 13px; }
  .eyebrow, p.eyebrow, .freebie__intro p.eyebrow, .about-band__text p.eyebrow { font-size: 12px; }
  .eyebrow--rule::before { width: 28px; }
  .section, .section--dark, .section--warm { padding-top: 72px; padding-bottom: 72px; }
  .problem { grid-template-columns: 1fr; gap: 20px; }
  .quotes li { font-size: 19px; padding: 14px 0; }
  .problem__right { padding-top: 12px; font-size: 17px; gap: 18px; }
  .help__head { flex-direction: column; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
  .help__note { font-size: 14px; max-width: none; }
  .card { padding: 28px 24px 32px; gap: 12px; }
  .card h3 { font-size: 25px; }
  .card p { font-size: 16px; }
  .not-do { flex-direction: column; gap: 10px; padding: 22px 20px; }
  .not-do p { font-size: 15px; }
  .freebie { gap: 20px; }
  .freebie__intro { gap: 20px; }
  .freebie__intro p { font-size: 17px; }
  .freebie__intro .btn { align-self: stretch; }
  .freebie__list { grid-template-columns: 1fr; }
  .freebie__item, .freebie__item:nth-child(even) { padding: 20px 0; border-left: 0; }
  .freebie__item h3 { font-size: 21px; }
  .freebie__item p { font-size: 15px; }
  .how__head { gap: 16px; margin-bottom: 32px; }
  .steps { grid-template-columns: 1fr; gap: 28px; }
  .step { flex-direction: row; gap: 18px; }
  .step__num { width: 44px; height: 44px; font-size: 19px; }
  .step h3 { font-size: 23px; margin-bottom: 6px; }
  .step p { font-size: 16px; }
  .about-band { display: block; min-height: 0; }
  .about-band__img { position: static; height: 220px; object-position: 25% center; }
  .about-band__shade { display: none; }
  .about-band .wrap { display: block; }
  .about-band__text { max-width: none; padding: 48px 0 8px; gap: 16px; }
  .about-band__text p { font-size: 17px; }
  .founders { gap: 40px; padding-top: 36px; padding-bottom: 36px; }
  .founder { flex-direction: column; gap: 14px; }
  .founder__photo { width: 96px; height: 116px; }
  .founder h3 { font-size: 22px; }
  .founder p { font-size: 15px; padding-top: 0; }
  .summit { flex-direction: column; align-items: flex-start; gap: 10px; margin-bottom: 72px; padding: 22px; }
  .summit__main { font-size: 16px; align-items: flex-start; }
  .summit__main::before { display: none; }
  .summit__side { font-size: 14px; }
  .closing { min-height: 0; padding: 80px 0; }
  .closing__body { gap: 18px; }
  .closing p { font-size: 17px; }
  .closing .btn { align-self: stretch; margin-top: 8px; }
  .footer { padding-top: 48px; padding-bottom: 40px; }
  .footer__top { flex-direction: column; gap: 24px; }
  .footer__disclaimer { font-size: 13px; }
  .footer__bottom { font-size: 12px; margin-top: 24px; padding-top: 18px; }
}

/* Checklist page (/checklist/). Breakpoints 768 and 640 match the approved checklist design. */
[hidden] { display: none !important; }
.cl-phone { display: none; }
.cl-hero { position: relative; overflow: hidden; background: var(--ink); color: var(--paper); padding-bottom: 104px; }
.cl-hero__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.cl-hero__shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(35,39,44,0.93) 0%, rgba(35,39,44,0.86) 42%, rgba(35,39,44,0.35) 62%, rgba(35,39,44,0.08) 100%); }
.cl-nav { position: relative; display: flex; align-items: center; justify-content: space-between; max-width: 1440px; margin: 0 auto; padding: 28px 96px; }
.cl-nav__mark { height: 36px; width: auto; }
.cl-nav__word { height: 15px; width: auto; }
.cl-nav__link { display: flex; align-items: center; gap: 8px; min-height: 44px; font-size: 15px; color: rgba(246, 243, 236, 0.8); text-decoration: none; }
.cl-nav__link:hover { color: var(--paper); }
.cl-nav__link svg { width: 16px; height: 16px; }
.cl-hero__body { position: relative; max-width: 1440px; margin: 0 auto; padding: 56px 96px 0; }
.cl-hero__col { display: flex; flex-direction: column; gap: 24px; max-width: 600px; }
.cl-hero h1 { font-size: 58px; line-height: 1.06; color: var(--paper); }
.cl-hero__lead { font-size: 20px; line-height: 1.55; color: rgba(246, 243, 236, 0.9); }
.cl-badge { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border-left: 2px solid var(--gold); background: rgba(246, 243, 236, 0.08); }
.cl-badge svg { width: 28px; height: 28px; flex-shrink: 0; }
.cl-badge p { font-size: 15px; line-height: 1.5; color: rgba(246, 243, 236, 0.9); }
.cl-badge strong { font-weight: 600; color: var(--paper); }
.cl-card-slot { margin-top: 12px; scroll-margin-top: 16px; }

.cl-card { display: flex; flex-direction: column; gap: 22px; padding: 36px 40px; background: var(--paper); color: var(--ink); box-shadow: 0 30px 60px rgba(0, 0, 0, 0.28); }
.cl-hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.cl-grid2 { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.cl-label { display: block; margin-bottom: 8px; font-size: 14px; line-height: 1.4; font-weight: 500; color: var(--ink); }
.cl-legend-note { font-weight: 400; color: var(--muted); }
.cl-field { display: block; width: 100%; height: 50px; padding: 0 16px; border: 1px solid rgba(75, 82, 92, 0.3); border-radius: 0; background: #fff; font-family: var(--sans); font-size: 15px; color: var(--ink); }
.cl-field::placeholder { color: #8A9099; }
.cl-field:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 2px rgba(191, 155, 72, 0.4); }
.cl-fieldset { margin: 0; padding: 0; border: 0; min-width: 0; }
.cl-fieldset legend { padding: 0; }
.cl-support { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; margin-top: 4px; }
.cl-tile { display: flex; align-items: center; gap: 10px; min-height: 44px; padding: 8px 14px; border: 1px solid rgba(75, 82, 92, 0.3); font-size: 14px; line-height: 1.35; cursor: pointer; }
.cl-tile:hover { border-color: rgba(191, 155, 72, 0.7); }
.cl-tile:has(input:checked) { border-color: var(--gold); background: #fff; }
.cl-tile input, .cl-check input { flex-shrink: 0; margin: 0; cursor: pointer; accent-color: var(--gold); }
.cl-tile input { width: 16px; height: 16px; }
.cl-other { margin-top: 12px; }
.cl-note { margin-top: 6px; font-size: 12px; line-height: 1.5; color: var(--muted); }
.cl-sms { padding: 16px; background: var(--paper-2); }
.cl-check { display: flex; align-items: flex-start; gap: 12px; cursor: pointer; }
.cl-check input { width: 18px; height: 18px; margin-top: 2px; }
.cl-check__main { font-size: 14px; line-height: 1.45; font-weight: 500; }
.cl-check__sub { display: block; font-size: 12px; line-height: 1.5; font-weight: 400; color: var(--muted); }
.cl-check__consent { font-size: 12px; line-height: 1.5; color: var(--slate); }
.cl-sms__fields { display: flex; flex-direction: column; gap: 12px; margin-top: 16px; padding-left: 30px; }
.cl-error { margin-top: 6px; font-size: 13px; line-height: 1.4; color: #9A3B2E; }
.cl-submit { display: flex; align-items: center; justify-content: center; gap: 12px; width: 100%; height: 58px; border: 0; border-radius: 0; background: var(--gold); color: var(--ink); font-family: var(--sans); font-size: 17px; font-weight: 600; letter-spacing: 0.02em; text-decoration: none; cursor: pointer; transition: background-color 0.2s ease; }
.cl-submit:hover { background: #CDAA5A; }
.cl-submit:disabled { opacity: 0.6; cursor: default; }
.cl-submit svg, .cl-outline svg { width: 18px; height: 18px; flex-shrink: 0; }
.cl-fine { text-align: center; font-size: 12px; line-height: 1.5; color: var(--muted); }
.cl-success { gap: 20px; padding: 40px; }
.cl-success__icon { display: flex; align-items: center; justify-content: center; width: 48px; height: 48px; border: 1px solid var(--gold); border-radius: 50%; }
.cl-success__icon svg { width: 22px; height: 22px; }
.cl-success h2 { font-size: 34px; line-height: 1.2; color: var(--ink); }
.cl-success p { font-size: 16px; line-height: 1.6; color: var(--slate); }
.cl-success .cl-submit { height: 56px; font-size: 16px; }

.cl-inside { background: var(--paper); padding: 120px 96px; }
.cl-inside__wrap { display: flex; flex-direction: column; gap: 56px; max-width: 1248px; margin: 0 auto; }
.cl-inside__head { display: flex; align-items: flex-end; justify-content: space-between; gap: 48px; }
.cl-inside__title { display: flex; flex-direction: column; gap: 20px; max-width: 700px; }
.cl-inside__title .eyebrow { color: var(--charcoal); }
.cl-inside h2 { font-size: 50px; line-height: 1.1; color: var(--ink); }
.cl-inside__note { max-width: 380px; font-size: 15px; line-height: 1.6; color: var(--muted); }
.cl-parts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid rgba(75, 82, 92, 0.2); border-bottom: 1px solid rgba(75, 82, 92, 0.2); }
.cl-part { display: flex; flex-direction: column; gap: 12px; padding: 40px 40px 40px 0; }
.cl-part + .cl-part { padding-left: 40px; border-left: 1px solid rgba(75, 82, 92, 0.2); }
.cl-part:last-child { padding-right: 0; }
.cl-part__num { font-family: var(--serif); font-size: 22px; color: var(--gold); }
.cl-part h3 { font-size: 28px; line-height: 1.2; color: var(--ink); }
.cl-part p { font-size: 16px; line-height: 1.6; color: var(--muted); }

.cl-about { background: var(--paper-2); padding: 64px 96px; }
.cl-about__wrap { display: flex; align-items: center; justify-content: space-between; gap: 48px; max-width: 1248px; margin: 0 auto; }
.cl-about__left { display: flex; align-items: center; gap: 28px; }
.cl-about__brand { display: flex; align-items: center; gap: 14px; flex-shrink: 0; }
.cl-about__mark { height: 56px; width: auto; }
.cl-about__word { height: 20px; width: auto; }
.cl-about__text { display: flex; flex-direction: column; gap: 8px; }
.cl-about h3 { font-size: 28px; line-height: 1.25; color: var(--ink); }
.cl-about p { font-size: 17px; line-height: 1.55; color: var(--slate); }
.cl-outline { display: flex; align-items: center; justify-content: center; gap: 12px; flex-shrink: 0; height: 52px; padding: 0 26px; border: 1px solid var(--ink); font-size: 16px; font-weight: 500; color: var(--ink); text-decoration: none; transition: background-color 0.2s ease, color 0.2s ease; }
.cl-outline:hover { background: var(--ink); color: var(--paper); }

.cl-footer { background: var(--ink); padding: 36px 96px; font-size: 13px; line-height: 1.5; color: rgba(246, 243, 236, 0.55); }
.cl-footer__wrap { display: flex; justify-content: space-between; gap: 48px; max-width: 1248px; margin: 0 auto; }
.cl-footer a { color: inherit; text-decoration: none; }
.cl-footer a:hover { color: var(--gold); }

/* Contact page (/contact/). Reuses the checklist form styles above. */
.nav__links a[aria-current="page"] { color: var(--gold); }
.ct-hero { position: relative; background: var(--ink); color: var(--paper); padding-bottom: 152px; }
.ct-hero__content { display: flex; flex-direction: column; gap: 24px; max-width: 760px; padding-top: 56px; }
.ct-hero h1 { font-size: clamp(34px, 3.6vw, 52px); line-height: 1.1; letter-spacing: -0.01em; }
.ct-hero__lead { max-width: 620px; font-size: 19px; line-height: 1.6; color: rgba(246, 243, 236, 0.85); }
.ct-main { background: var(--paper); padding-bottom: 112px; }
.ct-slot { position: relative; max-width: 760px; margin-top: -96px; scroll-margin-top: 16px; }
.ct-textarea { height: auto; min-height: 160px; padding: 12px 16px; line-height: 1.5; resize: vertical; }
.ct-card.cl-success .cl-outline { align-self: flex-start; }
.footer__links a { color: rgba(246, 243, 236, 0.6); text-decoration: none; }
.footer__links a:hover { color: var(--gold); }
.cl-footer__links a { text-decoration: none; }

/* Privacy policy and terms pages */
.lg-hero { padding-bottom: 64px; }
.lg-hero .ct-hero__lead { font-size: 16px; color: rgba(246, 243, 236, 0.7); }
.lg-main { background: var(--paper); padding-top: 72px; padding-bottom: 112px; }
.lg-doc { max-width: 760px; }
.lg-doc h2 { margin-top: 44px; font-size: 26px; line-height: 1.25; color: var(--ink); }
.lg-doc p, .lg-doc li { font-size: 17px; line-height: 1.7; color: var(--slate); }
.lg-doc p + p { margin-top: 16px; }
.lg-doc h2 + p { margin-top: 16px; }
.lg-doc ul { margin: 16px 0 0; padding-left: 22px; }
.lg-doc ul + p { margin-top: 16px; }
.lg-doc li + li { margin-top: 10px; }
.lg-doc strong { color: var(--ink); font-weight: 600; }
.lg-doc a { color: var(--gold-deep); }

@media (max-width: 767px) {
  .lg-main { padding-top: 48px; padding-bottom: 72px; }
  .lg-doc h2 { margin-top: 36px; font-size: 22px; }
  .lg-doc p, .lg-doc li { font-size: 16px; }
}

@media (max-width: 767px) {
  .cl-desk { display: none; }
  .cl-phone { display: inline; }
  .cl-hero { padding-bottom: 40px; }
  .cl-hero__bg { object-position: center bottom; }
  .cl-hero__shade { background: linear-gradient(180deg, rgba(35,39,44,0.5) 0%, rgba(35,39,44,0.35) 40%, rgba(35,39,44,0.2) 100%); }
  .cl-nav { padding: 18px 24px; }
  .cl-nav__mark { height: 28px; }
  .cl-nav__word { height: 12px; }
  .cl-nav__link { font-size: 14px; }
  .cl-hero__body { padding: 36px 16px 0; }
  .cl-hero__col { gap: 18px; }
  .cl-pad { padding-left: 8px; padding-right: 8px; }
  .cl-hero .eyebrow--rule { gap: 10px; }
  .cl-hero h1 { font-size: 36px; line-height: 1.08; }
  .cl-hero__lead { font-size: 17px; }
  .cl-badge { margin: 0 8px; padding: 12px 16px; }
  .cl-badge svg { display: none; }
  .cl-badge p { font-size: 13px; }
  .cl-inside { padding: 64px 24px; }
  .cl-inside__wrap { gap: 20px; }
  .cl-inside__head { flex-direction: column; align-items: stretch; gap: 20px; }
  .cl-inside__title .eyebrow { font-size: 12px; }
  .cl-inside h2 { font-size: 31px; line-height: 1.14; }
  .cl-inside__note { font-size: 13px; }
  .cl-parts { grid-template-columns: 1fr; }
  .cl-part, .cl-part + .cl-part { gap: 6px; padding: 20px 0; border-left: 0; }
  .cl-part + .cl-part { border-top: 1px solid rgba(75, 82, 92, 0.2); }
  .cl-part__num { font-size: 17px; }
  .cl-part h3 { font-size: 22px; }
  .cl-part p { font-size: 15px; line-height: 1.55; }
  .cl-about { padding: 48px 24px; }
  .cl-about__wrap, .cl-about__left { flex-direction: column; align-items: flex-start; gap: 16px; }
  .cl-about__wrap { align-items: stretch; }
  .cl-about__brand { gap: 10px; }
  .cl-about__mark { height: 44px; }
  .cl-about__word { height: 16px; }
  .cl-about h3 { font-size: 23px; }
  .cl-about p { font-size: 16px; }
  .cl-footer { padding: 28px 24px; font-size: 12px; }
  .cl-footer__wrap { flex-direction: column; gap: 8px; }
  .cl-field { font-size: 16px; }
  .ct-hero { padding-bottom: 112px; }
  .ct-hero__content { gap: 18px; padding-top: 32px; }
  .ct-hero__lead { font-size: 17px; }
  .ct-slot { margin-top: -80px; }
  .ct-main { padding-bottom: 72px; }
}

@media (max-width: 639px) {
  .cl-card { padding: 24px; }
  .cl-grid2, .cl-support { grid-template-columns: 1fr; }
  .cl-sms__fields { padding-left: 0; }
  .cl-success h2 { font-size: 30px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .btn, .cl-submit, .cl-outline { transition: none; }
}
