*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
:root {
  --warm-white: #FAFAF7;
  --linen:      #F3EFE8;
  --linen-mid:  #E8E1D6;
  --stone:      #C4BAA8;
  --mid:        #8A8070;
  --body:       #3D3830;
  --ink:        #1E1B17;
  --terracotta: #A8624A;
  --terra-l:    #F5EDE8;
  --terra-d:    #8A4E3A;
  --sage:       #6B8870;
  --sage-l:     #EBF0EC;
  --serif: 'Lora', Georgia, serif;
  --sans:  'DM Sans', system-ui, sans-serif;
  --max: 1080px;
  --gutter: clamp(20px, 5vw, 64px);
}
html { scroll-behavior: smooth; }
body {
  font-family: var(--sans); font-weight: 300;
  background: var(--warm-white); color: var(--ink);
  -webkit-font-smoothing: antialiased; overflow-x: hidden; line-height: 1.65;
}

/* NAV */
nav {
  position: sticky; top: 0; z-index: 200;
  display: flex; align-items: center; justify-content: space-between;
  padding: 16px var(--gutter);
  background: rgba(250,250,247,0.96);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--linen-mid);
}
.logo {
  font-family: var(--serif); font-size: 15px; font-weight: 400;
  color: var(--ink); text-decoration: none;
}
.logo small {
  display: block; font-family: var(--sans); font-size: 10px;
  letter-spacing: 0.13em; text-transform: uppercase;
  color: var(--mid); font-weight: 400; margin-top: 1px;
}
.nav-btn {
  font-family: var(--sans); font-size: 13px; font-weight: 400;
  background: var(--terracotta); color: #fff;
  padding: 10px 22px; text-decoration: none; border-radius: 2px;
  transition: background 0.2s;
}
.nav-btn:hover { background: var(--terra-d); }

/* HERO */
.hero {
  background: var(--linen);
  border-bottom: 1px solid var(--linen-mid);
}
.hero-inner {
  max-width: var(--max); margin: 0 auto;
  padding: clamp(52px, 7vw, 88px) var(--gutter);
  display: grid; grid-template-columns: 1fr 200px;
  gap: clamp(32px, 5vw, 64px); align-items: center;
}
.kicker {
  display: flex; align-items: center; gap: 10px;
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--terracotta); font-weight: 400; margin-bottom: 20px;
}
.kicker-line { width: 24px; height: 1px; background: var(--terracotta); }
h1 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(30px, 3.8vw, 50px); line-height: 1.2;
  color: var(--ink); margin-bottom: 20px; letter-spacing: -0.01em;
}
h1 em { font-style: italic; color: var(--terracotta); }
.hero-sub {
  font-size: clamp(15px, 1.4vw, 16px); line-height: 1.8;
  color: var(--mid); max-width: 480px; margin-bottom: 32px;
}
.hero-cta-wrap { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.btn {
  display: inline-block; font-size: 14px; font-weight: 400;
  background: var(--terracotta); color: #fff;
  padding: 13px 28px; text-decoration: none; border-radius: 2px;
  transition: background 0.2s;
}
.btn:hover { background: var(--terra-d); }
.hero-note {
  font-family: var(--serif); font-style: italic; font-size: 14px; color: var(--stone);
}
.hero-photo {
  width: 200px; height: 200px; border-radius: 50%;
  object-fit: cover; object-position: center 10%;
  border: 5px solid var(--warm-white);
  box-shadow: 0 0 0 1px var(--linen-mid), 0 8px 32px rgba(30,27,23,0.1);
  display: block; flex-shrink: 0;
}

/* PROOF BAR */
.proof-bar { background: var(--ink); }
.proof-bar-inner {
  max-width: var(--max); margin: 0 auto;
  display: flex; align-items: stretch; padding: 0 var(--gutter);
}
.proof-item {
  flex: 1; display: flex; flex-direction: column;
  align-items: center; justify-content: center;
  padding: 24px 12px; text-align: center; gap: 4px;
  border-right: 1px solid rgba(255,255,255,0.07);
}
.proof-item:last-child { border-right: none; }
.proof-num { font-family: var(--serif); font-size: 22px; color: #fff; line-height: 1; }
.proof-label { font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); }

/* SECTIONS */
.section { padding: clamp(56px, 8vw, 104px) var(--gutter); }
.container { max-width: var(--max); margin: 0 auto; }
.label {
  font-size: 11px; letter-spacing: 0.15em; text-transform: uppercase;
  color: var(--terracotta); font-weight: 400;
  display: flex; align-items: center; gap: 10px; margin-bottom: 16px;
}
.label::before { content: ''; width: 20px; height: 1px; background: var(--terracotta); }
h2 {
  font-family: var(--serif); font-weight: 400;
  font-size: clamp(26px, 3vw, 40px); line-height: 1.22;
  color: var(--ink); letter-spacing: -0.01em;
}
h2 em { font-style: italic; color: var(--mid); }
.prose { font-size: 16px; line-height: 1.85; color: var(--mid); font-weight: 300; }
.prose p + p { margin-top: 1em; }

/* RECOGNITION */
.recognition { background: var(--linen); }
.recognition-grid {
  display: grid; grid-template-columns: 1fr 1fr;
  gap: clamp(36px, 6vw, 80px); align-items: start; margin-top: 48px;
}
.recognition-list { list-style: none; display: flex; flex-direction: column; gap: 10px; }
.recognition-item {
  display: flex; gap: 14px; align-items: flex-start;
  background: var(--warm-white); padding: 16px 18px;
  border-left: 2px solid transparent; transition: border-color 0.2s;
}
.recognition-item:hover { border-color: var(--terracotta); }
.ri-arrow { color: var(--terracotta); flex-shrink: 0; font-size: 13px; margin-top: 2px; }
.recognition-item p { font-size: 15px; color: var(--body); line-height: 1.6; }

/* ABOUT */
.about-section { background: var(--warm-white); }
.about-grid {
  display: grid; grid-template-columns: 320px 1fr;
  gap: clamp(36px, 6vw, 72px); align-items: start; margin-top: 48px;
}
.about-img-wrap { position: relative; }
.about-img-wrap img { width: 100%; display: block; filter: saturate(0.92); }
.about-img-cap { margin-top: 10px; font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--stone); text-align: center; }
.quals { list-style: none; margin-top: 24px; display: flex; flex-direction: column; }
.qual {
  display: flex; align-items: baseline; gap: 10px;
  font-size: 14px; color: var(--mid); padding: 9px 0;
  border-bottom: 1px solid var(--linen-mid);
}
.qual-dot { width: 4px; height: 4px; border-radius: 50%; background: var(--terracotta); flex-shrink: 0; margin-top: 5px; }

/* PULL QUOTE */
.pullquote { background: var(--terracotta); padding: clamp(52px, 7vw, 80px) var(--gutter); text-align: center; }
.pullquote blockquote {
  font-family: var(--serif); font-style: italic; font-weight: 400;
  font-size: clamp(19px, 2.4vw, 30px); line-height: 1.55;
  color: #fff; max-width: 720px; margin: 0 auto 16px;
}
.pullquote cite { font-size: 12px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.55); font-style: normal; }

/* APPROACHES */
.approaches { background: var(--linen); }
.approaches-grid {
  display: grid; grid-template-columns: repeat(2, 1fr);
  gap: 2px; background: var(--linen-mid); margin-top: 48px;
}
.approach-card {
  background: var(--warm-white); padding: 32px 28px;
  position: relative; overflow: hidden; transition: background 0.2s;
}
.approach-card::after {
  content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 2px;
  background: var(--terracotta); transform: scaleX(0); transform-origin: left; transition: transform 0.25s;
}
.approach-card:hover { background: var(--terra-l); }
.approach-card:hover::after { transform: scaleX(1); }
.approach-num { font-family: var(--serif); font-size: 36px; color: var(--linen-mid); line-height: 1; margin-bottom: 14px; }
.approach-card h3 { font-family: var(--serif); font-size: 19px; font-weight: 400; color: var(--ink); margin-bottom: 8px; }
.approach-card p { font-size: 14px; color: var(--mid); line-height: 1.75; }

/* SERVICES */
.services { background: var(--warm-white); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin-top: 48px; }
.service-card {
  border: 1px solid var(--linen-mid); padding: 32px 28px;
  display: flex; flex-direction: column; transition: border-color 0.2s, box-shadow 0.2s;
}
.service-card:hover { border-color: var(--terracotta); box-shadow: 0 4px 20px rgba(168,98,74,0.08); }
.service-tag { font-size: 10px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--stone); margin-bottom: 12px; }
.service-card h3 { font-family: var(--serif); font-size: 21px; font-weight: 400; color: var(--ink); margin-bottom: 10px; line-height: 1.25; }
.service-card p { font-size: 14px; color: var(--mid); line-height: 1.75; flex: 1; margin-bottom: 20px; }
.service-fee { display: flex; align-items: baseline; gap: 6px; border-top: 1px solid var(--linen-mid); padding-top: 16px; }
.fee-amount { font-family: var(--serif); font-size: 26px; color: var(--ink); }
.fee-unit { font-size: 13px; color: var(--stone); }

/* HOW IT WORKS */
.how { background: var(--linen); }
.how-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; margin-top: 48px; }
.step-num {
  width: 48px; height: 48px; border-radius: 50%;
  background: var(--warm-white); border: 1px solid var(--linen-mid);
  display: flex; align-items: center; justify-content: center;
  font-family: var(--serif); font-size: 17px; color: var(--terracotta);
  margin-bottom: 18px;
}
.how-step h3 { font-family: var(--serif); font-size: 17px; font-weight: 400; color: var(--ink); margin-bottom: 7px; }
.how-step p { font-size: 14px; color: var(--mid); line-height: 1.75; }

/* TESTIMONIALS */
.testimonials { background: var(--warm-white); }
.testimonials-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-top: 48px; }
.tcard { background: var(--linen); padding: 28px 24px; border-left: 2px solid var(--terracotta); }
.tcard-quote { font-family: var(--serif); font-style: italic; font-size: 15px; line-height: 1.8; color: var(--body); margin-bottom: 14px; }
.tcard-author { font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--stone); }

/* FEES */
.fees { background: var(--sage-l); }
.fees-inner { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 72px); align-items: start; }
.free-badge {
  display: inline-flex; align-items: center; gap: 7px;
  background: var(--sage); color: #fff;
  font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase;
  padding: 6px 14px; border-radius: 2px; margin-bottom: 18px;
}
.fees-copy h2 { margin-bottom: 14px; }
.concession-note { font-family: var(--serif); font-style: italic; font-size: 13px; color: var(--mid); margin-top: 12px; }
.fee-table { margin-top: 0; }
.fee-row {
  display: flex; justify-content: space-between; align-items: baseline;
  padding: 14px 0; border-bottom: 1px solid var(--linen-mid);
}
.fee-row:first-child { border-top: 1px solid var(--linen-mid); }
.fee-name { font-size: 15px; color: var(--body); }
.fee-price { font-family: var(--serif); font-size: 21px; color: var(--ink); }
.fee-price.gratis { font-family: var(--sans); font-size: 13px; color: var(--sage); font-weight: 400; }

/* CONTACT */
.contact { background: var(--ink); }
.contact .label { color: var(--terracotta); }
.contact .label::before { background: var(--terracotta); }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 72px); margin-top: 48px; align-items: start; }
.contact-left h2 { color: var(--warm-white); margin-bottom: 14px; }
.contact-blurb { font-size: 15px; color: rgba(255,255,255,0.45); line-height: 1.8; margin-bottom: 32px; }
.cd-row { display: flex; gap: 14px; padding: 14px 0; border-bottom: 1px solid rgba(255,255,255,0.07); }
.cd-label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.28); min-width: 80px; padding-top: 2px; flex-shrink: 0; }
.cd-value { font-size: 15px; color: rgba(255,255,255,0.6); line-height: 1.6; }
.cd-value a { color: rgba(255,255,255,0.6); text-decoration: none; }
.cd-value a:hover { color: #fff; }

/* FORM */
.form { display: flex; flex-direction: column; gap: 14px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.field { display: flex; flex-direction: column; gap: 5px; }
.field label { font-size: 10px; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.3); }
.field input, .field textarea, .field select {
  background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1);
  color: var(--warm-white); padding: 12px 14px;
  font-family: var(--sans); font-size: 14px; font-weight: 300;
  outline: none; border-radius: 2px; transition: border-color 0.2s; -webkit-appearance: none;
}
.field input::placeholder, .field textarea::placeholder { color: rgba(255,255,255,0.2); }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--terracotta); }
.field textarea { min-height: 100px; resize: vertical; }
.field select option { background: #1e1b17; }
.form-privacy { font-family: var(--serif); font-style: italic; font-size: 13px; color: rgba(255,255,255,0.25); line-height: 1.7; }
.btn-submit {
  align-self: flex-start; background: var(--terracotta); color: #fff; border: none;
  padding: 14px 30px; font-family: var(--sans); font-size: 14px; font-weight: 400;
  cursor: pointer; border-radius: 2px; transition: background 0.2s;
}
.btn-submit:hover { background: var(--terra-d); }
.btn-submit:disabled { background: var(--sage); cursor: default; }

/* FOOTER */
footer {
  background: #161410; border-top: 1px solid rgba(255,255,255,0.06);
  padding: 24px var(--gutter);
  display: flex; align-items: center; justify-content: space-between; flex-wrap: wrap; gap: 10px;
}
.footer-left { font-size: 12px; color: rgba(255,255,255,0.2); line-height: 1.6; }
.footer-right { font-size: 11px; color: rgba(255,255,255,0.18); }
.footer-right a { color: rgba(255,255,255,0.3); text-decoration: none; }

/* RESPONSIVE */
@media (max-width: 860px) {
  .hero-inner { grid-template-columns: 1fr; text-align: center; }
  .hero-photo { margin: 0 auto; }
  .kicker { justify-content: center; }
  .hero-cta-wrap { justify-content: center; }
  .hero-sub { margin-left: auto; margin-right: auto; }
  .proof-bar-inner { flex-wrap: wrap; }
  .proof-item { min-width: 50%; }
  .recognition-grid, .about-grid, .fees-inner, .contact-grid { grid-template-columns: 1fr; }
  .about-img-wrap { max-width: 280px; }
  .approaches-grid, .services-grid { grid-template-columns: 1fr; }
  .how-steps { grid-template-columns: 1fr 1fr; }
  .testimonials-grid { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
}

/* ANIMATIONS */
@keyframes rise { from { opacity:0; transform:translateY(18px); } to { opacity:1; transform:translateY(0); } }
.hero-inner > * { animation: rise 0.6s ease both; }
.hero-inner > *:nth-child(1) { animation-delay: 0.05s; }
.hero-inner > *:nth-child(2) { animation-delay: 0.2s; }
.fade { opacity: 0; transform: translateY(14px); transition: opacity 0.5s ease, transform 0.5s ease; }
.fade.in { opacity: 1; transform: translateY(0); }
