:root {
  --ink: #17201b;
  --ink-soft: #3f4942;
  --paper: #f8f3eb;
  --paper-2: #eee5d9;
  --white: #fffdf9;
  --sage: #718276;
  --sage-deep: #3d5548;
  --bronze: #a56f52;
  --gold: #c9a46d;
  --line: rgba(23, 32, 27, .16);
  --shadow: 0 28px 80px rgba(39, 34, 28, .14);
  --serif: "Bodoni 72", Didot, "Iowan Old Style", Georgia, serif;
  --sans: "Avenir Next", Avenir, "Century Gothic", sans-serif;
  --max: 1240px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 5% 8%, rgba(201,164,109,.18), transparent 28rem),
    radial-gradient(circle at 100% 40%, rgba(113,130,118,.14), transparent 32rem),
    var(--paper);
  font-family: var(--sans);
  font-size: 17px;
  line-height: 1.7;
  text-rendering: optimizeLegibility;
}
body.theme-hair { --accent: #9a654c; --accent-soft: #ead7ca; }
body.theme-coach { --accent: #557064; --accent-soft: #dbe4dc; }
body.theme-train { --accent: #26332d; --accent-soft: #d5ddd8; }
a { color: inherit; text-underline-offset: .2em; }
img { display: block; max-width: 100%; }
button, input, select, textarea { font: inherit; }
button, .button { min-height: 48px; }
.skip-link {
  position: fixed; left: 1rem; top: -5rem; z-index: 1000;
  padding: .7rem 1rem; background: var(--ink); color: white;
}
.skip-link:focus { top: 1rem; }
.shell { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.site-header {
  position: sticky; top: 0; z-index: 100;
  border-bottom: 1px solid rgba(23,32,27,.09);
  background: rgba(248,243,235,.9);
  backdrop-filter: blur(18px);
}
.header-inner {
  min-height: 84px; display: flex; align-items: center; gap: 2rem;
}
.brand { text-decoration: none; display: inline-flex; align-items: baseline; gap: .65rem; }
.brand-mark {
  width: 39px; aspect-ratio: 1; display: grid; place-items: center;
  border-radius: 50%; color: var(--paper); background: var(--ink);
  font-family: var(--serif); font-size: 1.05rem;
}
.brand-name { font-family: var(--serif); font-size: 1.42rem; letter-spacing: .02em; }
.brand-place { font-size: .66rem; letter-spacing: .16em; text-transform: uppercase; color: var(--ink-soft); }
.nav { margin-left: auto; display: flex; align-items: center; gap: 1.35rem; }
.nav a { font-size: .77rem; font-weight: 650; letter-spacing: .08em; text-decoration: none; text-transform: uppercase; }
.nav a:hover, .nav a[aria-current="page"] { color: var(--bronze); }
.header-cta, .button {
  display: inline-flex; align-items: center; justify-content: center; gap: .55rem;
  border: 1px solid var(--ink); border-radius: 100px; padding: .78rem 1.25rem;
  color: var(--paper); background: var(--ink); text-decoration: none;
  font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, color .2s ease;
}
.header-cta:hover, .button:hover { transform: translateY(-2px); background: var(--bronze); border-color: var(--bronze); }
.button.light { background: transparent; color: var(--ink); }
.button.light:hover { color: var(--paper); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu summary { cursor: pointer; list-style: none; text-transform: uppercase; font-size: .78rem; font-weight: 700; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-panel {
  position: absolute; top: 84px; left: 0; right: 0; padding: 1rem 20px 1.4rem;
  display: grid; gap: .7rem; background: var(--paper); border-bottom: 1px solid var(--line);
}
.mobile-panel a { text-decoration: none; padding: .55rem 0; font-weight: 650; }

.eyebrow {
  margin: 0 0 .8rem; color: var(--bronze); font-size: .72rem; font-weight: 750;
  letter-spacing: .18em; text-transform: uppercase;
}
h1, h2, h3 { margin: 0; font-family: var(--serif); font-weight: 500; line-height: .98; text-wrap: balance; }
h1 { font-size: clamp(3.5rem, 8.4vw, 8.4rem); letter-spacing: -.045em; }
h2 { font-size: clamp(2.5rem, 5vw, 5.25rem); letter-spacing: -.035em; }
h3 { font-size: clamp(1.55rem, 2.5vw, 2.35rem); line-height: 1.08; }
.lede { max-width: 680px; font-size: clamp(1.08rem, 1.8vw, 1.35rem); color: var(--ink-soft); }
.small { font-size: .84rem; color: var(--ink-soft); }
.actions { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; margin-top: 1.6rem; }
.text-link { font-weight: 700; text-decoration-thickness: 1px; }

.home-hero {
  display: grid; grid-template-columns: 1fr;
  border-bottom: 1px solid var(--line);
}
.hero-copy {
  width: min(calc(100% - 40px), var(--max));
  margin-inline: auto;
  padding: clamp(5rem, 8vw, 8rem) 0;
}
.hero-copy h1 { max-width: none; font-size: clamp(5rem, 9vw, 9rem); }
.hero-copy h1 em { display: block; color: var(--bronze); font-style: italic; font-weight: 400; }
.hero-copy .lede { max-width: 820px; margin: 2rem 0 0; }
.hero-photo { min-height: clamp(620px, 68vw, 920px); position: relative; overflow: hidden; background: #d8d1c7; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 35%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; box-shadow: inset 0 0 0 1px rgba(255,255,255,.25); pointer-events: none; }
.hero-note {
  position: absolute; right: 1.5rem; bottom: 1.5rem; width: min(310px, calc(100% - 3rem));
  padding: 1rem 1.2rem; color: var(--paper); background: rgba(23,32,27,.86);
  backdrop-filter: blur(12px); font-size: .84rem;
}

@media (min-width: 921px) {
  .home-hero {
    grid-template-columns: minmax(0, 1.08fr) minmax(420px, .92fr);
    align-items: stretch;
  }
  .hero-copy {
    width: auto;
    margin: 0;
    padding: clamp(4rem, 6vw, 7rem) clamp(2.5rem, 4vw, 5rem) clamp(4rem, 6vw, 7rem) max(40px, calc((100vw - var(--max))/2));
    align-self: center;
  }
  .hero-copy h1 {
    max-width: 7.8ch;
    font-size: clamp(4.5rem, 5.5vw, 6.3rem);
  }
  .hero-copy h1 em {
    font-size: .88em;
    white-space: nowrap;
  }
  .hero-photo {
    min-height: 640px;
    height: min(76vh, 820px);
  }
}
.proof-ribbon { border-bottom: 1px solid var(--line); background: var(--white); }
.proof-ribbon .shell { min-height: 100px; display: grid; grid-template-columns: repeat(3, 1fr); align-items: center; }
.proof { padding: 1.1rem 2rem; border-right: 1px solid var(--line); }
.proof:first-child { padding-left: 0; }
.proof:last-child { border: 0; }
.proof strong { display: block; font-family: var(--serif); font-size: 1.65rem; font-weight: 500; }
.proof span { color: var(--ink-soft); font-size: .8rem; }

.section { padding: clamp(5rem, 10vw, 10rem) 0; }
.section-head { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: end; margin-bottom: 4rem; }
.section-head p { margin: 0; max-width: 600px; color: var(--ink-soft); }
.chapters { display: grid; gap: 1px; background: var(--line); border: 1px solid var(--line); }
.chapter {
  display: grid; grid-template-columns: .9fr 1.1fr; min-height: 590px;
  background: var(--paper); overflow: hidden;
}
.chapter:nth-child(even) { grid-template-columns: 1.1fr .9fr; }
.chapter:nth-child(even) .chapter-image { order: 2; }
.chapter-image { position: relative; min-height: 520px; overflow: hidden; }
.chapter-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .8s cubic-bezier(.2,.8,.2,1); }
.chapter:hover .chapter-image img { transform: scale(1.025); }
.chapter-body { padding: clamp(2.5rem, 6vw, 6rem); display: flex; flex-direction: column; justify-content: center; align-items: flex-start; }
.chapter-no { font-family: var(--serif); color: var(--bronze); font-size: 1.5rem; font-style: italic; }
.chapter-body p { max-width: 520px; color: var(--ink-soft); }
.chapter-hair .chapter-image img { object-position: 54% 50%; }
.chapter-coach .chapter-image img { object-position: 50% 38%; }
.chapter-train .chapter-image img { object-position: 50% 30%; filter: grayscale(1); }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 7vw, 7rem); align-items: center; }
.story-photo { position: relative; }
.story-photo img { width: 100%; aspect-ratio: 1 / 1.08; object-fit: cover; }
.story-photo::before { content: ""; position: absolute; inset: -18px 18px 18px -18px; border: 1px solid var(--bronze); z-index: -1; }
.story-copy p { color: var(--ink-soft); }
.pullquote { margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.65rem, 3vw, 2.6rem); line-height: 1.15; }
.social-strip { padding: 2rem 0; border-block: 1px solid var(--line); }
.social-strip .shell { display: flex; gap: 1rem 2rem; flex-wrap: wrap; align-items: center; }
.social-strip strong { margin-right: auto; font-family: var(--serif); font-size: 1.3rem; }
.social-strip a { font-size: .78rem; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }

.page-hero { padding: clamp(5rem, 9vw, 9rem) 0 0; }
.page-hero-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(2rem, 6vw, 6rem); align-items: center; }
.page-hero h1 { font-size: clamp(3.7rem, 7.5vw, 7.4rem); }
.page-hero-copy { padding-bottom: 5rem; }
.page-hero-media { min-height: 680px; overflow: hidden; }
.page-hero-media img { width: 100%; height: 100%; object-fit: cover; }
.theme-hair .page-hero-media img { object-position: 54% 50%; }
.theme-coach .page-hero-media img { object-position: 50% 35%; }
.theme-train .page-hero-media img { object-position: 50% 28%; filter: grayscale(1); }

.intro-band { padding: 3rem 0; color: var(--paper); background: var(--accent, var(--ink)); }
.intro-band .shell { display: grid; grid-template-columns: .7fr 1.3fr; gap: 3rem; align-items: start; }
.intro-band p { margin: 0; max-width: 700px; font-family: var(--serif); font-size: clamp(1.35rem, 2.8vw, 2.3rem); line-height: 1.25; }
.portfolio { display: grid; grid-template-columns: repeat(12, 1fr); grid-auto-rows: 100px; gap: 14px; }
.portfolio figure { margin: 0; position: relative; overflow: hidden; background: var(--paper-2); }
.portfolio figure:nth-child(1) { grid-column: span 7; grid-row: span 6; }
.portfolio figure:nth-child(2) { grid-column: span 5; grid-row: span 4; }
.portfolio figure:nth-child(3) { grid-column: span 5; grid-row: span 5; }
.portfolio figure:nth-child(4) { grid-column: span 6; grid-row: span 5; }
.portfolio figure:nth-child(5) { grid-column: span 6; grid-row: span 5; }
.portfolio img { width: 100%; height: 100%; object-fit: cover; }
.portfolio figcaption {
  position: absolute; left: .7rem; right: .7rem; bottom: .7rem; padding: .6rem .8rem;
  color: white; background: rgba(23,32,27,.78); font-size: .72rem; letter-spacing: .05em;
}
.offer-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.offer { padding: clamp(2rem, 4vw, 3.7rem); background: var(--white); }
.offer b { color: var(--accent, var(--bronze)); font-size: .7rem; letter-spacing: .16em; text-transform: uppercase; }
.offer p { color: var(--ink-soft); }
.process { counter-reset: steps; display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.process article { border-top: 1px solid var(--ink); padding-top: 1.5rem; }
.process article::before { counter-increment: steps; content: "0" counter(steps); color: var(--bronze); font-family: var(--serif); font-size: 1.2rem; }
.process p { color: var(--ink-soft); }
.split-feature { display: grid; grid-template-columns: 1fr 1fr; min-height: 650px; background: var(--ink); color: var(--paper); }
.split-feature img { width: 100%; height: 100%; object-fit: cover; }
.split-feature-copy { padding: clamp(3rem, 7vw, 7rem); align-self: center; }
.split-feature-copy p { color: rgba(248,243,235,.72); }
.fit-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.fit-item { padding: 1.5rem; border: 1px solid var(--line); background: rgba(255,255,255,.38); }
.fit-item strong { display: block; font-family: var(--serif); font-size: 1.35rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; list-style: none; padding: 1.4rem 3rem 1.4rem 0; position: relative; font-family: var(--serif); font-size: 1.35rem; }
.faq-list summary::after { content: "+"; position: absolute; right: .5rem; }
.faq-list details[open] summary::after { content: "-"; }
.faq-list details p { max-width: 780px; margin: 0 0 1.5rem; color: var(--ink-soft); }

.contact-hero { padding: clamp(5rem, 10vw, 9rem) 0 4rem; }
.contact-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.contact-card { position: sticky; top: 120px; padding: 2.2rem; color: var(--paper); background: var(--ink); }
.contact-card a { display: block; margin-top: 1rem; color: var(--paper); font-family: var(--serif); font-size: 1.5rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem 1.25rem; }
.field.full { grid-column: 1 / -1; }
label { display: block; margin-bottom: .4rem; font-size: .76rem; font-weight: 750; letter-spacing: .09em; text-transform: uppercase; }
input, select, textarea {
  width: 100%; border: 1px solid var(--line); border-radius: 0; padding: .9rem 1rem;
  color: var(--ink); background: rgba(255,255,255,.65);
}
input:focus, select:focus, textarea:focus { outline: 2px solid var(--bronze); outline-offset: 2px; }
.checkbox { display: grid; grid-template-columns: auto 1fr; gap: .75rem; align-items: start; text-transform: none; letter-spacing: 0; font-weight: 500; }
.checkbox input { width: 20px; height: 20px; margin-top: .15rem; }
.form-actions { display: flex; flex-wrap: wrap; gap: .75rem; margin-top: 1rem; }
.status { margin-top: 1rem; padding: 1rem; border-left: 3px solid var(--bronze); background: var(--paper-2); }
.status:empty { display: none; }

.pathfinder { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.pathfinder a { min-height: 390px; padding: 2rem; display: flex; flex-direction: column; justify-content: flex-end; color: white; text-decoration: none; background-size: cover; background-position: center; position: relative; overflow: hidden; }
.pathfinder a::before { content: ""; position: absolute; inset: 0; background: linear-gradient(transparent 25%, rgba(11,18,14,.88)); }
.pathfinder span { position: relative; }
.pathfinder strong { display: block; font-family: var(--serif); font-size: 2.2rem; font-weight: 500; }
.pathfinder .hair { background-image: url("images/hairstyling/01-dimensional-highlights-long-hair.jpg"); }
.pathfinder .coach { background-image: url("images/heidi-mancini-portrait.jpg"); }
.pathfinder .train { background-image: url("images/heidi-mancini-strength.png"); }

.final-cta { padding: clamp(5rem, 10vw, 9rem) 0; text-align: center; color: var(--paper); background: var(--ink); }
.final-cta h2 { max-width: 900px; margin-inline: auto; }
.final-cta p { max-width: 620px; margin: 1.5rem auto; color: rgba(248,243,235,.72); }
.final-cta .button { color: var(--ink); background: var(--paper); border-color: var(--paper); }
.site-footer { padding: 3rem 0 6rem; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 1.2fr repeat(3, .6fr); gap: 2rem; }
.footer-grid h3 { font-size: 1.6rem; }
.footer-grid a { display: block; margin: .45rem 0; font-size: .84rem; text-decoration: none; }
.footer-meta { margin-top: 3rem; padding-top: 1.5rem; border-top: 1px solid var(--line); font-size: .75rem; color: var(--ink-soft); display: flex; justify-content: space-between; gap: 1rem; }
.mobile-contact { display: none; }

@media (max-width: 920px) {
  .nav, .header-cta { display: none; }
  .mobile-menu { display: block; }
  .home-hero, .page-hero-grid, .story-grid, .contact-grid { grid-template-columns: 1fr; }
  .hero-copy { padding: 5rem 20px; }
  .hero-photo, .page-hero-media { min-height: 560px; }
  .page-hero-copy { padding-bottom: 1rem; }
  .page-hero { padding-top: 4rem; }
  .section-head, .intro-band .shell { grid-template-columns: 1fr; gap: 1rem; }
  .chapter, .chapter:nth-child(even) { grid-template-columns: 1fr; }
  .chapter:nth-child(even) .chapter-image { order: 0; }
  .offer-grid, .process, .pathfinder { grid-template-columns: 1fr; }
  .split-feature { grid-template-columns: 1fr; }
  .split-feature img { max-height: 650px; }
  .contact-card { position: static; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 640px) {
  body { font-size: 16px; }
  .shell { width: min(calc(100% - 28px), var(--max)); }
  .header-inner { min-height: 72px; }
  .brand-place { display: none; }
  h1 { font-size: clamp(3.25rem, 18vw, 5.2rem); }
  h2 { font-size: clamp(2.5rem, 13vw, 4rem); }
  .hero-photo, .page-hero-media { min-height: 500px; }
  .proof-ribbon .shell { grid-template-columns: 1fr; }
  .proof, .proof:first-child { padding: 1rem 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .proof:last-child { border-bottom: 0; }
  .section { padding: 5rem 0; }
  .section-head { margin-bottom: 2rem; }
  .chapter-image { min-height: 420px; }
  .chapter-body { padding: 2.2rem 1.4rem; }
  .portfolio { display: grid; grid-template-columns: 1fr; grid-auto-rows: auto; }
  .portfolio figure, .portfolio figure:nth-child(n) { grid-column: auto; grid-row: auto; }
  .portfolio img { aspect-ratio: 4/5; }
  .fit-list, .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-meta { flex-direction: column; }
  .mobile-contact {
    position: fixed; z-index: 90; left: 12px; right: 12px; bottom: 10px;
    display: grid; grid-template-columns: 1fr 1fr; gap: 8px; padding: 8px;
    border: 1px solid rgba(255,255,255,.16); border-radius: 18px;
    background: rgba(23,32,27,.94); backdrop-filter: blur(14px);
  }
  .mobile-contact a { padding: .65rem; text-align: center; color: white; text-decoration: none; font-size: .74rem; font-weight: 750; letter-spacing: .08em; text-transform: uppercase; }
  .site-footer { padding-bottom: 8rem; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition: none !important; animation: none !important; }
}

.coaching-hero {
  background:
    radial-gradient(circle at 82% 18%, rgba(173, 123, 67, 0.15), transparent 34%),
    linear-gradient(135deg, var(--paper), var(--ivory));
}

.coaching-hero-copy {
  max-width: 920px;
  padding-block: clamp(7rem, 13vw, 12rem);
}

.coaching-hero-copy h1 {
  max-width: 11ch;
}

.boundary-panel {
  margin-block: clamp(4rem, 9vw, 8rem);
  padding: clamp(2.25rem, 6vw, 5rem);
  border-top: 1px solid var(--bronze);
  border-bottom: 1px solid var(--bronze);
  background: rgba(255, 255, 255, 0.46);
}

.boundary-panel .split-feature-copy {
  max-width: 820px;
  margin-inline: auto;
}

/* Release contrast corrections */
.boundary-panel .eyebrow { color: var(--copper); }
.boundary-panel .split-feature-copy p { color: var(--muted); }
.contact-card .small { color: rgba(248, 243, 235, .76); }
