/* Kiran Rubab, kiranrubab.com
   Brand: charcoal and brushed gold from the KR monogram, on warm ivory.
   Type: Manrope, hosted with the site. Signature graphic: twisting gold silk strands (assets/strands-*.svg). */
@font-face { font-family: "Manrope"; font-style: normal; font-weight: 200 800; font-display: swap; src: url("assets/fonts/manrope-latin-wght-normal.woff2") format("woff2"); }

:root {
  --ink: #15140f;
  --ink-2: #1b1a14;
  --ink-3: #25231b;
  --gold: #c6a66c;
  --gold-light: #ecd9a8;
  --gold-deep: #86682f;
  --ivory: #f6f2ea;
  --ivory-2: #ede6d8;
  --paper: #fffdf8;
  --text-dark: #1b1a15;
  --text-dark-soft: #5a554b;
  --text-light: #f6f1e7;
  --text-light-soft: #bcb5a6;
  --line-dark: rgba(198,166,108,.22);
  --line-light: rgba(27,26,21,.1);
  --gold-grad: linear-gradient(135deg, #f0dfb2 0%, #c6a66c 52%, #a5843f 100%);
  --shadow-soft: 0 28px 60px -28px rgba(70,52,16,.3), 0 2px 6px rgba(70,52,16,.05);
  --shadow-deep: 0 40px 90px -35px rgba(0,0,0,.75);
  --r-lg: 28px;
  --r-md: 20px;
  --r-sm: 12px;
  --sans: "Manrope", "Segoe UI", Helvetica, Arial, sans-serif;
  --container: 1180px;
}
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--ink); color: var(--text-light); font-family: var(--sans); font-size: 1.05rem; font-weight: 400; line-height: 1.7; -webkit-font-smoothing: antialiased; text-rendering: optimizeLegibility; }
img, svg { max-width: 100%; display: block; }
img { height: auto; }
a { color: var(--gold); text-decoration: none; }
a:hover { text-decoration: underline; text-underline-offset: .2em; }
h1, h2, h3 { font-family: var(--sans); font-weight: 700; line-height: 1.08; margin: 0 0 .55em; letter-spacing: -.035em; }
h1 { font-size: clamp(2.7rem, 5.4vw, 4.7rem); line-height: 1.02; }
h2 { font-size: clamp(2rem, 3.6vw, 3.05rem); }
h3 { font-size: 1.3rem; line-height: 1.25; letter-spacing: -.02em; }
h1 em, h2 em { font-style: normal; font-weight: 300; color: var(--gold-light); }
.light h2 em { color: var(--gold-deep); }
em { font-style: normal; }
p { margin: 0 0 1em; }
strong { font-weight: 700; }
.lead { font-size: 1.18rem; max-width: 52ch; }
.container { width: min(var(--container), 100% - 3rem); margin-inline: auto; }
.section { padding: 7.5rem 0; }
.section-head { max-width: 740px; margin-bottom: 3.75rem; }
.section-head.wide { max-width: 860px; }
.skip-link { position: absolute; left: -999px; top: 8px; background: var(--gold); color: var(--ink); padding: .5rem 1rem; z-index: 100; border-radius: 999px; }
.skip-link:focus { left: 8px; }
:focus-visible { outline: 2px solid var(--gold-light); outline-offset: 3px; border-radius: 6px; }

.eyebrow { font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin: 0 0 1.2rem; }
.light .eyebrow { color: var(--gold-deep); }

/* Theme sections */
.light { background: var(--ivory); color: var(--text-dark); }
.light.alt { background: var(--ivory-2); }
.light .section-head p:not(.eyebrow), .light .lead { color: var(--text-dark-soft); }
.light h2, .light h3 { color: var(--text-dark); }
.dark { background: var(--ink-2); color: var(--text-light); }
.dark .section-head p:not(.eyebrow) { color: var(--text-light-soft); }

/* Icons */
.icon-tile { display: inline-flex; align-items: center; justify-content: center; width: 58px; height: 58px; border-radius: 18px; background: rgba(198,166,108,.16); color: var(--gold-deep); margin-bottom: 1.5rem; }
.dark .icon-tile { background: rgba(198,166,108,.12); color: var(--gold-light); }
.icon-tile svg { width: 30px; height: 30px; }

/* Buttons */
.btn { display: inline-flex; align-items: center; justify-content: center; padding: 1.05rem 2rem; font-family: var(--sans); font-weight: 700; font-size: .98rem; letter-spacing: -.005em; line-height: 1.2; border: 1px solid transparent; border-radius: 999px; cursor: pointer; transition: transform .2s, box-shadow .2s, background .2s, color .2s, border-color .2s; text-align: center; }
.btn:hover { text-decoration: none; transform: translateY(-2px); }
.btn-gold { background: var(--gold-grad); color: var(--ink); box-shadow: 0 16px 34px -14px rgba(198,166,108,.6); }
.btn-gold:hover { box-shadow: 0 20px 40px -14px rgba(198,166,108,.8); }
.btn-outline { color: var(--text-light); border-color: rgba(246,241,231,.28); background: rgba(246,241,231,.04); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-light); }
.btn-ink { color: var(--ivory); background: var(--ink); border-color: var(--ink); }
.btn-ink:hover { background: var(--ink-3); }
.btn-lg { padding: 1.25rem 2.6rem; font-size: 1.05rem; }
.btn-block { width: 100%; }

/* Header */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(21,20,15,.86); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(198,166,108,.12); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 80px; }
.brand { display: inline-flex; align-items: center; gap: .8rem; font-size: 1.12rem; font-weight: 800; letter-spacing: -.02em; color: var(--text-light); }
.brand img { width: 38px; height: 38px; border-radius: 10px; }
.brand:hover { text-decoration: none; color: var(--gold-light); }
.site-nav { display: flex; gap: 2.2rem; align-items: center; }
.site-nav a { color: var(--text-light); font-size: .95rem; font-weight: 600; opacity: .85; }
.site-nav a:hover { color: var(--gold-light); text-decoration: none; opacity: 1; }
.site-nav .nav-cta { opacity: 1; color: var(--ink); background: var(--gold-grad); padding: .75rem 1.5rem; border-radius: 999px; font-weight: 700; box-shadow: 0 12px 26px -14px rgba(198,166,108,.7); }
.site-nav .nav-cta:hover { color: var(--ink); }
.back-link { color: var(--text-light-soft); font-size: .95rem; font-weight: 600; }
.nav-toggle { display: none; flex-direction: column; gap: 6px; background: none; border: 0; padding: .5rem; cursor: pointer; }
.nav-toggle span { width: 26px; height: 2px; border-radius: 2px; background: var(--gold); display: block; }

/* Hero */
.hero { position: relative; background: radial-gradient(50% 60% at 78% 45%, rgba(198,166,108,.22), transparent 70%), var(--ink); }
.hero::before { content: ""; position: absolute; inset: 0; background: url("assets/strands-hero.svg") center bottom / cover no-repeat; opacity: .95; pointer-events: none; -webkit-mask-image: linear-gradient(90deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.3) 38%, #000 66%); mask-image: linear-gradient(90deg, rgba(0,0,0,.12) 0%, rgba(0,0,0,.3) 38%, #000 66%); }
.hero-inner { position: relative; display: grid; grid-template-columns: 1.18fr .82fr; gap: 2rem; align-items: end; min-height: min(820px, calc(100vh - 80px)); }
.hero-copy { padding: 5.5rem 0 10rem; }
.hero-copy h1 { font-size: clamp(2.7rem, 4.9vw, 4.25rem); margin-bottom: .5em; }
.hero-copy h1 em { white-space: nowrap; }
.hero-copy .lead { color: var(--text-light-soft); }
.actions { display: flex; flex-wrap: wrap; gap: .9rem; margin-top: 2.4rem; }
.actions-note { margin: 1.3rem 0 0; font-size: .92rem; color: var(--text-light-soft); }
.hero-portrait { margin: 0; position: relative; align-self: end; }
.hero-portrait img { position: relative; width: 126%; max-width: 600px; margin-left: -22%; filter: drop-shadow(0 30px 60px rgba(0,0,0,.6)); }
.hero-portrait figcaption { position: absolute; right: -1rem; top: 63%; background: rgba(27,26,20,.72); backdrop-filter: blur(14px); border: 1px solid var(--line-dark); border-radius: var(--r-md); padding: .9rem 1.3rem; box-shadow: var(--shadow-deep); }
.hero-portrait figcaption strong { display: block; font-weight: 700; font-size: 1.05rem; letter-spacing: -.02em; line-height: 1.3; }
.hero-portrait figcaption span { font-size: .8rem; color: var(--gold-light); }

/* One orchestrated entrance, hero only */
@keyframes rise { from { opacity: 0; transform: translateY(16px); } to { opacity: 1; transform: none; } }
@keyframes appear { from { opacity: 0; } to { opacity: 1; } }
.hero-copy > * { animation: rise .9s cubic-bezier(.2,.7,.2,1) both; }
.hero-copy > :nth-child(2) { animation-delay: .1s; }
.hero-copy > :nth-child(3) { animation-delay: .2s; }
.hero-copy > :nth-child(4) { animation-delay: .3s; }
.hero-copy > :nth-child(5) { animation-delay: .4s; }
.hero-portrait, .hero::before { animation: appear 1.5s ease .15s both; }

/* Credentials: a floating card that bridges the hero and the next section */
.credentials { position: relative; z-index: 2; background: linear-gradient(to bottom, var(--ink) 50%, var(--ivory) 50%); }
.credentials ul { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow-soft), 0 0 0 1px rgba(198,166,108,.25); transform: translateY(-2.5rem); margin-bottom: -2.5rem; }
.credentials li { padding: 2.1rem 2rem; border-left: 1px solid var(--line-light); font-size: .92rem; font-weight: 600; color: var(--text-dark-soft); line-height: 1.45; }
.credentials li:first-child { border-left: 0; }
.credentials strong { display: block; font-weight: 800; font-size: 2.3rem; line-height: 1; letter-spacing: -.04em; color: var(--text-dark); margin-bottom: .55rem; }
.credentials strong b { font-weight: 800; color: var(--gold-deep); }

/* Cards shared look */
.three-up article, .tier, .form, .faq-list details, .step-body { background: var(--paper); border-radius: var(--r-lg); box-shadow: var(--shadow-soft); }

/* Three-up (problem) */
#problem { padding-top: 6rem; }
.three-up { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; }
.three-up article { padding: 2.4rem 2.2rem 2.5rem; }
.three-up h3 { font-size: 1.35rem; margin-bottom: .7em; }
.three-up p { color: var(--text-dark-soft); margin: 0; }
.three-up strong { color: var(--text-dark); }

/* Services */
#services { position: relative; overflow: hidden; }
#services::before { content: ""; position: absolute; top: 0; right: 0; width: min(760px, 60%); height: 520px; background: url("assets/strands-panel.svg") right top / cover no-repeat; opacity: .5; pointer-events: none; }
#services > .container { position: relative; }
.services-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.service { padding: 2.5rem 2.4rem 2.6rem; border-radius: var(--r-lg); background: linear-gradient(160deg, var(--ink-3), #1f1d16); border: 1px solid var(--line-dark); box-shadow: var(--shadow-deep); }
.service h3 { font-size: 1.45rem; color: var(--text-light); }
.service p { color: var(--text-light-soft); margin: 0; max-width: 48ch; }
.inline-cta { margin-top: 3.5rem; display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; justify-content: space-between; }
.inline-cta p { margin: 0; font-size: 1.4rem; font-weight: 600; letter-spacing: -.025em; line-height: 1.35; max-width: 40ch; }
.inline-cta em { color: var(--gold-light); }
.light .inline-cta em { color: var(--gold-deep); }
.inline-cta.center { flex-direction: column; justify-content: center; text-align: center; margin-top: 4rem; }

/* Process */
.timeline { list-style: none; margin: 0; padding: 0; position: relative; }
.timeline::before { content: ""; position: absolute; left: 35px; top: 40px; bottom: 40px; width: 2px; background: linear-gradient(180deg, var(--gold), rgba(198,166,108,.15)); }
.step { display: grid; grid-template-columns: 72px 1fr; gap: 2rem; padding: 0 0 1.75rem; }
.step:last-child { padding-bottom: 0; }
.step-marker { position: relative; z-index: 1; }
.step-marker span { display: inline-flex; align-items: center; justify-content: center; width: 72px; height: 72px; border-radius: 50%; background: var(--gold-grad); color: var(--ink); font-weight: 800; font-size: 1.35rem; letter-spacing: -.03em; box-shadow: 0 0 0 8px var(--ivory), 0 18px 34px -14px rgba(134,104,47,.7); }
.step-body { padding: 2.6rem 2.75rem; display: grid; grid-template-columns: 1.15fr .85fr; gap: 1.1rem 3.5rem; align-items: start; }
.step-label { grid-column: 1 / -1; font-size: .74rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); margin: 0; }
.step-body h3 { font-size: 1.85rem; letter-spacing: -.03em; grid-column: 1 / -1; margin-bottom: .2em; }
.step-body > p:not(.step-label):not(.step-outcome) { color: var(--text-dark-soft); grid-column: 1; margin: 0; }
.step-body strong { color: var(--text-dark); }
.step-list { grid-column: 2; grid-row: 3 / span 2; list-style: none; padding: 0; margin: 0; }
.step-list li { position: relative; padding: .8rem 0 .8rem 1.9rem; border-top: 1px solid var(--line-light); font-size: .98rem; font-weight: 500; color: var(--text-dark); }
.step-list li:first-child { border-top: 0; padding-top: .2rem; }
.step-list li::before { content: ""; position: absolute; left: 0; top: 1.15rem; width: 1rem; height: 1rem; border-radius: 50%; background: var(--gold-grad); }
.step-list li:first-child::before { top: .55rem; }
.step-outcome { grid-column: 1; margin: .9rem 0 0; padding: 1.2rem 1.4rem; border-radius: var(--r-md); background: var(--ivory); font-size: 1.12rem; font-weight: 700; letter-spacing: -.02em; line-height: 1.35; color: var(--text-dark); }
.step-outcome span { display: block; font-size: .72rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold-deep); margin-bottom: .45rem; }

/* Pricing */
.tiers { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.5rem; align-items: stretch; }
.tier { display: flex; flex-direction: column; padding: 2.6rem 2.3rem 2.4rem; position: relative; overflow: hidden; }
.tier-mode { display: inline-block; align-self: flex-start; font-size: .8rem; font-weight: 700; color: var(--gold-deep); background: rgba(198,166,108,.18); border-radius: 999px; padding: .4rem .95rem; margin: 0 0 1.4rem; }
.tier h3 { font-size: 1.6rem; letter-spacing: -.03em; margin-bottom: 1.1rem; }
.tier-price { margin: 0 0 1.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid var(--line-light); display: flex; align-items: baseline; flex-wrap: wrap; gap: .3rem .7rem; }
.tier-price .amount { font-weight: 800; font-size: 3.1rem; line-height: 1; letter-spacing: -.05em; }
.tier-price .term { font-size: .95rem; font-weight: 600; color: var(--text-dark-soft); }
.tier-desc { color: var(--text-dark-soft); margin-bottom: 1.4rem; min-height: 6.9em; }
.tier ul { list-style: none; padding: 0; margin: 0 0 2.2rem; }
.tier li { position: relative; padding: .6rem 0 .6rem 1.9rem; font-size: .98rem; font-weight: 500; line-height: 1.5; }
.tier li::before { content: ""; position: absolute; left: 0; top: .85rem; width: 1rem; height: 1rem; border-radius: 50%; background: var(--gold-grad); }
.tier li::after { content: ""; position: absolute; left: .3rem; top: 1.1rem; width: .4rem; height: .22rem; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg); }
.tier .btn { margin-top: auto; position: relative; }
.tier-signature { background: var(--ink); color: var(--text-light); box-shadow: var(--shadow-deep), 0 0 0 1px rgba(198,166,108,.55); }
.tier-signature::before { content: ""; position: absolute; inset: 0; background: url("assets/strands-panel.svg") right top / 190% auto no-repeat; opacity: .55; pointer-events: none; }
.tier-signature > * { position: relative; }
.light .tier-signature h3 { color: var(--text-light); }
.tier-signature .tier-mode { color: var(--ink); background: var(--gold-grad); }
.tier-signature .amount { color: var(--gold-light); }
.tier-signature .tier-desc, .tier-signature .term { color: var(--text-light-soft); }
.tier-signature .tier-price { border-color: var(--line-dark); }
.tiers-note { margin: 2.75rem auto 0; max-width: 70ch; text-align: center; color: var(--text-dark-soft); font-size: .98rem; }

/* Testimonials (add real client words in index.html, see README) */
.quotes { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.5rem; }
.quote { margin: 0; padding: 2.5rem; border-radius: var(--r-lg); background: linear-gradient(160deg, var(--ink-3), #1f1d16); border: 1px solid var(--line-dark); }
.quote blockquote { margin: 0 0 1.5rem; font-size: 1.3rem; font-weight: 500; letter-spacing: -.02em; line-height: 1.45; }
.quote figcaption { font-size: .92rem; color: var(--text-light-soft); }
.quote figcaption strong { display: block; color: var(--gold-light); }

/* About */
.about-inner { display: grid; grid-template-columns: .8fr 1.2fr; gap: 5rem; align-items: start; }
.about-side { position: sticky; top: 120px; }
.about-photo { border-radius: var(--r-lg); border: 1px solid var(--line-dark); background: url("assets/strands-panel.svg") center 70% / 240% auto no-repeat, radial-gradient(80% 70% at 50% 55%, rgba(198,166,108,.28), transparent 75%), var(--ink-3); aspect-ratio: 4 / 5; overflow: hidden; box-shadow: var(--shadow-deep); }
.about-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 0; transform: scale(1.18); transform-origin: 50% 12%; }
.about-card { margin: -3.5rem 1.25rem 0; position: relative; padding: 1.6rem 1.75rem; border-radius: var(--r-md); background: rgba(37,35,27,.86); backdrop-filter: blur(14px); border: 1px solid var(--line-dark); box-shadow: var(--shadow-deep); }
.about-name { font-size: 1.3rem; font-weight: 800; letter-spacing: -.03em; line-height: 1.2; margin: 0 0 .2rem; }
.about-role { font-size: .88rem; color: var(--gold-light); margin-bottom: 1rem; }
.about-facts { list-style: none; padding: 0; margin: 0 0 1rem; }
.about-facts li { padding: .6rem 0; border-top: 1px solid var(--line-dark); font-size: .95rem; }
.about-copy p:not(.eyebrow) { color: var(--text-light-soft); font-size: 1.1rem; max-width: 58ch; }
.about-copy .answer { color: var(--text-light) !important; font-size: 1.35rem !important; font-weight: 500; letter-spacing: -.02em; line-height: 1.5; margin-bottom: 1.5em; }
.about-copy strong { color: var(--text-light); }

/* Video (switched off in index.html for now) */
.watch-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: center; }
.watch-copy p:not(.eyebrow) { color: var(--text-dark-soft); }
.video-frame { position: relative; aspect-ratio: 16 / 9; background: var(--ink); border-radius: var(--r-lg); overflow: hidden; box-shadow: var(--shadow-soft); }
.video-frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.is-hidden { display: none; }

/* Fit */
.fit-inner { display: grid; grid-template-columns: .85fr 1.15fr; gap: 4rem; align-items: start; }
.fit-inner .section-head { margin-bottom: 0; }
.fit-cols { display: grid; grid-template-columns: 1fr 1fr; gap: 1.5rem; }
.fit-col { padding: 2.2rem 2rem; border-radius: var(--r-lg); background: linear-gradient(160deg, var(--ink-3), #1f1d16); border: 1px solid var(--line-dark); }
.fit-yes { border-color: rgba(198,166,108,.6); box-shadow: var(--shadow-deep); }
.fit-col h3 { font-size: 1.3rem; }
.fit-yes h3 { color: var(--gold-light); }
.fit-col li { font-size: .98rem; color: var(--text-light-soft); }
.fit-yes li { color: var(--text-light); }
.fit-col em { font-weight: 800; color: var(--gold-light); }
.checks, .crosses { list-style: none; padding: 0; margin: 1.4rem 0 0; }
.checks li, .crosses li { padding-left: 2rem; position: relative; margin-bottom: .95rem; line-height: 1.55; }
.checks li::before { content: ""; position: absolute; left: 0; top: .3em; width: 1.1rem; height: 1.1rem; border-radius: 50%; background: var(--gold-grad); }
.checks li::after { content: ""; position: absolute; left: .33rem; top: calc(.3em + .3rem); width: .44rem; height: .24rem; border-left: 2px solid var(--ink); border-bottom: 2px solid var(--ink); transform: rotate(-45deg); }
.crosses li::before { content: ""; position: absolute; left: 0; top: .3em; width: 1.1rem; height: 1.1rem; border-radius: 50%; border: 1.5px solid rgba(188,181,166,.55); }
.crosses li::after { content: ""; position: absolute; left: .3rem; top: calc(.3em + .5rem); width: .5rem; height: 1.5px; background: rgba(188,181,166,.8); }

/* FAQ */
.faq-inner { display: grid; grid-template-columns: .7fr 1.3fr; gap: 4rem; align-items: start; }
.faq-inner .section-head { margin-bottom: 0; position: sticky; top: 120px; }
.faq-list { display: grid; gap: .9rem; }
.faq-list details { padding: 0 1.75rem; box-shadow: 0 10px 30px -18px rgba(70,52,16,.3), 0 0 0 1px var(--line-light); border-radius: var(--r-md); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.35rem 3rem 1.35rem 0; position: relative; }
.faq-list summary h3 { font-size: 1.12rem; letter-spacing: -.02em; margin: 0; display: inline; }
.faq-list summary::-webkit-details-marker { display: none; }
/* Open and close mark, drawn with two bars: a plus that turns into a cross */
.faq-list summary::before, .faq-list summary::after { content: ""; position: absolute; right: .1rem; top: 50%; width: 16px; height: 2px; border-radius: 2px; background: var(--gold-deep); transition: transform .3s; }
.faq-list summary::after { transform: rotate(90deg); }
.faq-list details[open] summary::before { transform: rotate(45deg); }
.faq-list details[open] summary::after { transform: rotate(135deg); }
.faq-list p { color: var(--text-dark-soft); margin: 0 0 1.6rem; max-width: 62ch; }

/* CTA: an inset dark panel carrying the strands */
.cta { background: var(--ivory); padding: 2rem 0 7.5rem; }
.cta-inner { position: relative; overflow: hidden; text-align: center; border-radius: 36px; padding: 6.5rem 2rem; background: radial-gradient(60% 90% at 50% 110%, rgba(198,166,108,.3), transparent 70%), var(--ink); color: var(--text-light); box-shadow: var(--shadow-deep); }
.cta-inner::before { content: ""; position: absolute; inset: 0; background: url("assets/strands-hero.svg") center / cover no-repeat; opacity: .6; pointer-events: none; }
.cta-inner > * { position: relative; }
.cta-seal { width: 64px; height: 64px; border-radius: 16px; margin: 0 auto 2.2rem; box-shadow: 0 20px 40px -16px rgba(0,0,0,.8); }
.cta h2 { font-size: clamp(2.2rem, 4.4vw, 3.6rem); max-width: 16em; margin-inline: auto; color: var(--text-light); }
.cta p { color: var(--text-light-soft); font-size: 1.12rem; max-width: 56ch; margin: 0 auto 2.4rem; }
.cta .cta-sub { font-size: .92rem; margin: 1.5rem auto 0; }

/* Newsletter + forms */
#newsletter { padding-top: 0; }
.newsletter-inner { display: grid; grid-template-columns: 1.05fr .95fr; gap: 4.5rem; align-items: start; }
.newsletter-copy p:not(.eyebrow) { color: var(--text-dark-soft); }
.light .checks li { color: var(--text-dark); font-weight: 500; }
.form { padding: 2.5rem; }
.page-book .form { background: linear-gradient(160deg, var(--ink-3), #1f1d16); border: 1px solid var(--line-dark); box-shadow: var(--shadow-deep); }
.field { margin-bottom: 1.2rem; }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem; }
.field label { display: block; font-size: .88rem; font-weight: 700; color: var(--text-dark); margin-bottom: .45rem; }
.page-book .field label { color: var(--text-light); }
.field label span { font-weight: 500; color: var(--text-dark-soft); }
.field input, .field select, .field textarea { width: 100%; padding: .95rem 1.1rem; background: var(--ivory); border: 1px solid var(--line-light); color: var(--text-dark); font: inherit; border-radius: var(--r-sm); }
.page-book .field input, .page-book .field select, .page-book .field textarea { background: rgba(21,20,15,.7); border-color: var(--line-dark); color: var(--text-light); color-scheme: dark; }
.field select option { background: var(--ivory); color: var(--text-dark); }
.page-book .field select option { background: var(--ink-2); color: var(--text-light); }
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 4px rgba(198,166,108,.22); }
.field input.is-invalid { border-color: #b3402f; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.form-status { min-height: 1.4em; margin: 1rem 0 0; font-weight: 600; }
.form-status.ok { color: var(--gold-deep); }
.page-book .form-status.ok { color: var(--gold-light); }
.form-status.err { color: #b3402f; }
.page-book .form-status.err { color: #e9907f; }
.fineprint { font-size: .9rem; color: var(--text-dark-soft); margin: .8rem 0 0; }
.page-book .fineprint { color: var(--text-light-soft); }

/* Book a call page */
.page-book { background: var(--ink); }
.book { position: relative; padding: 5.5rem 0 7rem; background: radial-gradient(45% 50% at 85% 10%, rgba(198,166,108,.16), transparent 70%); }
.book::before { content: ""; position: absolute; inset: 0; background: url("assets/strands-hero.svg") left bottom / cover no-repeat; opacity: .5; pointer-events: none; }
.book-inner { position: relative; display: grid; grid-template-columns: .85fr 1.15fr; gap: 4.5rem; align-items: start; }
.book-copy { position: sticky; top: 120px; }
.book-copy h1 { font-size: clamp(2.4rem, 4.4vw, 3.6rem); line-height: 1.05; }
.book-copy .lead { color: var(--text-light-soft); }
.book-copy h2 { font-size: 1.35rem; letter-spacing: -.025em; margin-top: 2.4rem; }
.book-copy .checks li { color: var(--text-light); }
.note { font-size: .96rem; color: var(--text-light-soft); margin: 1.75rem 0 0; padding: 1.2rem 1.4rem; border-radius: var(--r-md); background: rgba(37,35,27,.8); border: 1px solid var(--line-dark); }
.note + .note { margin-top: .9rem; }
.note strong { color: var(--gold-light); }
.calendar-embed { border-radius: var(--r-lg); overflow: hidden; background: #fff; min-height: 640px; box-shadow: var(--shadow-deep); }
.calendar-embed iframe { width: 100%; height: 720px; border: 0; display: block; }
.calendar-embed.is-unset, .or-divider.is-unset { display: none; }
.or-divider { display: flex; align-items: center; gap: 1rem; margin: 2rem 0; color: var(--text-light-soft); font-weight: 600; }
.or-divider::before, .or-divider::after { content: ""; flex: 1; height: 1px; background: var(--line-dark); }

/* Thank you and 404 pages */
.thanks { min-height: 72vh; display: grid; align-items: center; text-align: center; background: url("assets/strands-hero.svg") center / cover no-repeat; }
.thanks .container { max-width: 660px; }
.thanks .lead { margin-inline: auto; color: var(--text-light-soft); margin-bottom: 2.4rem; }

/* Footer */
.site-footer { background: var(--ink); border-top: 1px solid var(--line-dark); padding: 4.5rem 0 2rem; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr; gap: 3rem; padding-bottom: 3rem; border-bottom: 1px solid var(--line-dark); }
.footer-brand p { color: var(--text-light-soft); font-size: .98rem; max-width: 40ch; margin-top: 1.2rem; }
.footer-links { display: flex; flex-direction: column; gap: .7rem; }
.footer-links a, .footer-contact a { color: var(--text-light); opacity: .85; font-size: 1rem; font-weight: 500; }
.footer-links a:hover, .footer-contact a:hover { color: var(--gold-light); opacity: 1; }
.footer-label { font-size: .76rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--gold); margin-bottom: .8rem; }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .5rem 2rem; padding-top: 1.75rem; }
.footer-bottom.bare { padding-top: 0; }
.footer-bottom p, .footer-bottom a { margin: 0; font-size: .88rem; color: var(--text-light-soft); }

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

/* Responsive */
@media (max-width: 1040px) {
  .tiers { grid-template-columns: 1fr; max-width: 560px; margin-inline: auto; }
  .tier-desc { min-height: 0; }
  .site-nav { gap: 1.5rem; }
}
@media (max-width: 960px) {
  .hero-inner, .about-inner, .watch-inner, .fit-inner, .faq-inner, .newsletter-inner, .book-inner { grid-template-columns: 1fr; gap: 3rem; }
  .hero-inner { min-height: 0; gap: 0; }
  .hero-copy { padding: 4rem 0 2.5rem; }
  .hero-portrait { padding-bottom: 2.5rem; }
  .hero-portrait img { width: 100%; max-width: 380px; margin-inline: auto; }
  .hero-portrait figcaption { left: 0; right: auto; top: auto; bottom: 4.5rem; }
  .about-side, .book-copy, .faq-inner .section-head { position: static; }
  .about-side { max-width: 400px; }
  .about-copy { order: -1; }
  .credentials ul { grid-template-columns: 1fr 1fr; }
  .credentials li:nth-child(odd) { border-left: 0; }
  .credentials li:nth-child(n+3) { border-top: 1px solid var(--line-light); }
  .three-up, .services-grid, .quotes { grid-template-columns: 1fr; }
  .step-body { grid-template-columns: 1fr; }
  .step-list { grid-column: 1; grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr; gap: 2.25rem; }
}
@media (max-width: 720px) {
  body { font-size: 1.02rem; }
  .container { width: min(var(--container), 100% - 2.5rem); }
  .section { padding: 5rem 0; }
  #problem { padding-top: 4rem; }
  .cta { padding: 1rem 0 5rem; }
  .cta-inner { padding: 4.5rem 1.5rem; border-radius: var(--r-lg); }
  .section-head { margin-bottom: 2.75rem; }
  .nav-toggle { display: flex; }
  .site-nav { display: none; position: absolute; left: 0; right: 0; top: 100%; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-bottom: 1px solid var(--line-dark); padding: .5rem 1.25rem 1.5rem; }
  .site-nav.is-open { display: flex; }
  .site-nav a { padding: 1rem 0; border-bottom: 1px solid var(--line-dark); }
  .site-nav .nav-cta { margin-top: 1rem; text-align: center; border-bottom: 0; }
  .hero-copy h1 em { white-space: normal; }
  #services::before { width: 100%; opacity: .3; }
  .actions .btn { width: 100%; }
  .credentials li { padding: 1.5rem 1.25rem; }
  .credentials strong { font-size: 1.9rem; }
  .timeline::before { display: none; }
  .step { grid-template-columns: 1fr; gap: 1rem; padding-bottom: 2.5rem; }
  .step-marker span { width: 56px; height: 56px; font-size: 1.1rem; box-shadow: 0 14px 26px -12px rgba(134,104,47,.7); }
  .step-body { padding: 1.9rem 1.6rem; }
  .three-up article, .service, .tier, .fit-col { padding-inline: 1.6rem; }
  .fit-cols { grid-template-columns: 1fr; }
  .field-row { grid-template-columns: 1fr; gap: 0; }
  .form { padding: 1.75rem; }
  .inline-cta p { font-size: 1.2rem; }
  .faq-list details { padding: 0 1.25rem; }
}
