:root {
  --ink: #17211f;
  --ink-2: #26322f;
  --cream: #f5f1e8;
  --paper: #fffdf8;
  --sage: #b9d8c2;
  --sage-2: #dcecdf;
  --sun: #f2ca68;
  --coral: #ef8b72;
  --line: rgba(23, 33, 31, .14);
  --shadow: 0 24px 70px rgba(23, 33, 31, .10);
  --radius: 28px;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--ink);
  background: var(--paper);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; }
img { max-width: 100%; }
.container { width: min(calc(100% - 40px), var(--max)); margin: 0 auto; }
.skip-link { position: fixed; top: -100px; left: 20px; padding: 10px 14px; background: #fff; z-index: 999; border-radius: 8px; }
.skip-link:focus { top: 20px; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255,253,248,.88);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(23,33,31,.08);
}
.nav-wrap { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; }
.brand-mark {
  display: grid; place-items: center; width: 43px; height: 43px; border-radius: 14px;
  background: var(--ink); color: var(--paper); font-weight: 800; letter-spacing: -.03em;
}
.brand-text { display: grid; line-height: 1.12; }
.brand-text strong { font-size: .98rem; }
.brand-text small { color: #6a7471; font-size: .73rem; margin-top: 3px; letter-spacing: .08em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 26px; }
.main-nav a { text-decoration: none; font-size: .92rem; font-weight: 650; }
.main-nav a:hover { opacity: .68; }
.nav-cta { padding: 11px 18px; border-radius: 999px; background: var(--ink); color: #fff; }
.nav-toggle { display: none; background: none; border: 0; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; }

.hero { position: relative; overflow: hidden; background: var(--cream); padding: 94px 0 96px; }
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 1px; background: var(--line); }
.hero-grid { display: grid; grid-template-columns: 1.03fr .97fr; gap: 78px; align-items: center; }
.eyebrow, .section-kicker { margin: 0 0 18px; text-transform: uppercase; letter-spacing: .13em; font-size: .75rem; font-weight: 800; }
.hero h1 { margin: 0; font-size: clamp(3.25rem, 7vw, 6.5rem); line-height: .91; letter-spacing: -.067em; max-width: 780px; }
.hero h1 span { color: #597567; }
.hero-lead { max-width: 650px; margin: 32px 0 0; color: #47534f; font-size: clamp(1.03rem, 1.8vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 36px; }
.btn { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: 0 22px; border-radius: 999px; text-decoration: none; font-weight: 750; font-size: .92rem; transition: transform .2s ease, box-shadow .2s ease; }
.btn:hover { transform: translateY(-2px); }
.btn-primary { background: var(--ink); color: #fff; box-shadow: 0 12px 30px rgba(23,33,31,.15); }
.btn-ghost { border: 1px solid var(--line); background: rgba(255,255,255,.45); }
.hero-notes { margin-top: 42px; display: flex; flex-wrap: wrap; gap: 20px; color: #58645f; font-size: .82rem; font-weight: 700; }
.hero-notes span { display: inline-flex; align-items: center; gap: 7px; }
.hero-notes span::before { content: ""; width: 6px; height: 6px; border-radius: 50%; background: var(--coral); }

.hero-visual { min-height: 560px; position: relative; display: grid; place-items: center; }
.visual-card { position: absolute; border-radius: 24px; background: rgba(255,255,255,.88); box-shadow: var(--shadow); border: 1px solid rgba(255,255,255,.7); }
.visual-main { width: min(420px, 85%); aspect-ratio: .78; background: #22322d; overflow: hidden; padding: 24px; color: #fff; display: flex; flex-direction: column; justify-content: space-between; }
.visual-main::before { content:""; position:absolute; width:280px; height:280px; background: var(--sage); border-radius: 50%; right:-70px; top:68px; opacity:.92; }
.visual-main::after { content:""; position:absolute; width:190px; height:190px; background: var(--sun); border-radius: 50%; left:-60px; bottom:95px; opacity:.94; }
.visual-badge { z-index: 2; align-self: flex-start; padding: 7px 11px; border: 1px solid rgba(255,255,255,.3); border-radius: 999px; font-size: .68rem; letter-spacing: .14em; font-weight: 800; }
.visual-main p { position: relative; z-index: 2; margin: 0; font-size: .92rem; color: rgba(255,255,255,.78); }
.visual-main p strong { font-size: 1.2rem; color: #fff; }
.visual-figure { z-index: 2; position: absolute; left: 50%; top: 48%; width: 130px; height: 260px; transform: translate(-50%,-50%); }
.figure-head { position:absolute; width:46px; height:46px; border-radius:50%; background:var(--paper); top:0; left:42px; }
.figure-body { position:absolute; width:62px; height:115px; border-radius:34px 34px 22px 22px; background:var(--paper); top:50px; left:34px; transform: rotate(-5deg); }
.figure-arm,.figure-leg { position:absolute; background:var(--paper); border-radius:999px; transform-origin: top center; }
.figure-arm { width:22px; height:112px; top:63px; }
.arm-left { left:21px; transform:rotate(31deg); }
.arm-right { right:16px; transform:rotate(-48deg); }
.figure-leg { width:24px; height:125px; top:145px; }
.leg-left { left:39px; transform:rotate(15deg); }
.leg-right { right:36px; transform:rotate(-19deg); }
.stat-card { min-width: 145px; padding: 16px 18px; display:flex; align-items:center; gap:11px; }
.stat-card strong { display:grid; place-items:center; width:36px; height:36px; border-radius:11px; background:var(--sage-2); font-size:.8rem; }
.stat-card span { font-size:.82rem; font-weight:750; }
.stat-one { left: -10px; top: 95px; transform: rotate(-6deg); }
.stat-two { right: -8px; top: 210px; transform: rotate(5deg); }
.stat-three { left: 30px; bottom: 54px; transform: rotate(3deg); }
.hero-orb { position:absolute; border-radius:50%; filter:blur(2px); opacity:.48; }
.hero-orb-one { width:180px; height:180px; background:var(--coral); left:-75px; top:100px; }
.hero-orb-two { width:140px; height:140px; background:var(--sun); right:-55px; bottom:45px; }

.section { padding: 112px 0; }
.intro-strip { background: var(--paper); }
.intro-grid { display:grid; grid-template-columns: .7fr 1.3fr; gap:60px; align-items:start; }
.intro-grid h2, .about-copy h2, .section-head h2, .process-copy h2, .profile-card h2, .contact h2, .legal h1 { margin:0; line-height:1.02; letter-spacing:-.045em; font-size:clamp(2.2rem, 4.6vw, 4.5rem); }
.intro-grid p:not(.section-kicker) { max-width:760px; color:#5a6561; font-size:1.08rem; }
.section-kicker { color:#6f7e77; }

.about { background:#e8efe9; }
.about-grid { display:grid; grid-template-columns:.88fr 1.12fr; gap:84px; align-items:center; }
.about-panel { min-height:610px; position:relative; background:var(--ink); border-radius:var(--radius); overflow:hidden; padding:24px; }
.about-panel::before { content:""; position:absolute; width:370px; height:370px; background:var(--sun); border-radius:50%; left:-130px; bottom:-80px; }
.about-panel::after { content:""; position:absolute; width:260px; height:260px; background:var(--coral); border-radius:50%; right:-75px; top:80px; opacity:.82; }
.panel-label { color:#fff; font-size:.72rem; letter-spacing:.14em; font-weight:800; text-transform:uppercase; position:relative; z-index:2; }
.portrait-placeholder { position:absolute; inset:80px 50px 50px; z-index:2; display:grid; place-content:center; text-align:center; color:#fff; border:1px dashed rgba(255,255,255,.45); border-radius:24px; background:rgba(255,255,255,.05); backdrop-filter:blur(5px); }
.portrait-placeholder span { display:block; font-size:5rem; font-weight:850; letter-spacing:-.08em; line-height:1; }
.portrait-placeholder small { margin-top:12px; text-transform:uppercase; letter-spacing:.14em; opacity:.7; }
.large-copy { font-size:1.18rem; color:#33413d; margin-top:28px; }
.about-copy > p:last-of-type { color:#56625e; }
.values-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:14px; margin-top:34px; }
.values-grid div { background:rgba(255,255,255,.58); border:1px solid rgba(23,33,31,.08); border-radius:18px; padding:19px; }
.values-grid strong, .values-grid span { display:block; }
.values-grid strong { margin-bottom:6px; }
.values-grid span { color:#64706c; font-size:.82rem; }

.training { background:var(--paper); }
.section-head { display:grid; grid-template-columns:1.25fr .75fr; align-items:end; gap:70px; margin-bottom:48px; }
.section-head p:last-child { color:#64706c; margin:0 0 8px; }
.cards-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:18px; }
.service-card { position:relative; min-height:260px; padding:31px; border:1px solid var(--line); border-radius:24px; background:#fff; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform:translateY(-4px); box-shadow:0 20px 50px rgba(23,33,31,.07); }
.service-number { display:inline-grid; place-items:center; width:40px; height:40px; border-radius:13px; background:var(--sage-2); font-size:.75rem; font-weight:850; }
.service-card:nth-child(2) .service-number { background:#f7e8bb; }
.service-card:nth-child(3) .service-number { background:#f7d5cc; }
.service-card h3 { font-size:1.55rem; letter-spacing:-.03em; margin:48px 0 10px; }
.service-card p { color:#66716d; margin:0; max-width:520px; }

.process { background:var(--ink); color:#fff; }
.process-grid { display:grid; grid-template-columns:.84fr 1.16fr; gap:90px; align-items:start; }
.process .section-kicker { color:#aebcb6; }
.process-copy { position:sticky; top:120px; }
.process-copy p:not(.section-kicker) { color:#aeb8b4; max-width:480px; }
.text-link { display:inline-block; margin-top:16px; color:#fff; font-weight:750; text-decoration:none; border-bottom:1px solid rgba(255,255,255,.35); padding-bottom:3px; }
.steps { list-style:none; padding:0; margin:0; }
.steps li { display:grid; grid-template-columns:68px 1fr; gap:22px; padding:30px 0; border-top:1px solid rgba(255,255,255,.14); }
.steps li:last-child { border-bottom:1px solid rgba(255,255,255,.14); }
.steps > li > span { display:grid; place-items:center; width:48px; height:48px; border-radius:50%; background:var(--sage); color:var(--ink); font-weight:850; font-size:.78rem; }
.steps h3 { margin:0 0 7px; font-size:1.35rem; }
.steps p { margin:0; color:#aeb8b4; }

.profile-section { background:#f0eadf; }
.profile-card { display:grid; grid-template-columns:1fr .85fr; gap:80px; background:#fff; border-radius:var(--radius); padding:58px; box-shadow:var(--shadow); }
.profile-card > div:first-child > p:last-child { color:#65716d; max-width:570px; }
.profile-points { display:grid; gap:12px; }
.profile-points > div { display:flex; gap:14px; align-items:center; padding:18px; border-radius:17px; background:#f8f6f0; }
.profile-points span { display:grid; place-items:center; width:38px; height:38px; flex:0 0 38px; border-radius:12px; background:var(--sage-2); font-weight:900; }
.profile-points p { margin:0; line-height:1.35; }
.profile-points small { color:#75807c; }

.contact { background:var(--paper); }
.contact-card { background:var(--coral); border-radius:32px; padding:64px; display:grid; grid-template-columns:1fr .85fr; gap:80px; align-items:center; }
.section-kicker.light { color:rgba(23,33,31,.66); }
.contact-copy p:last-child { max-width:520px; }
.contact-details { background:rgba(255,255,255,.45); border:1px solid rgba(255,255,255,.55); border-radius:22px; overflow:hidden; }
.contact-row { display:grid; grid-template-columns:120px 1fr; gap:20px; padding:19px 22px; text-decoration:none; border-bottom:1px solid rgba(23,33,31,.12); }
.contact-row:last-child { border-bottom:0; }
.contact-row span { font-size:.76rem; text-transform:uppercase; letter-spacing:.1em; font-weight:800; opacity:.68; }
.contact-row strong { font-size:.94rem; }

.site-footer { border-top:1px solid var(--line); padding:34px 0; background:var(--paper); }
.footer-grid { display:grid; grid-template-columns:1fr auto 1fr; gap:30px; align-items:center; font-size:.82rem; }
.footer-grid > div:first-child { display:grid; }
.footer-grid span { color:#78827f; }
.footer-links { display:flex; gap:20px; }
.footer-links a { text-decoration:none; }
.footer-copy { text-align:right; color:#78827f; }

.legal { min-height:70vh; padding:80px 0 110px; }
.legal-wrap { width:min(calc(100% - 40px), 820px); margin:0 auto; }
.legal h1 { margin-bottom:32px; }
.legal h2 { margin:34px 0 8px; font-size:1.35rem; }
.legal p, .legal li { color:#56625e; }
.legal .placeholder { display:inline-block; padding:2px 7px; border-radius:6px; background:#fff0c8; color:#5a4919; font-weight:700; }
.legal-back { display:inline-flex; margin-top:30px; font-weight:750; text-decoration:none; }

.reveal { opacity:0; transform:translateY(18px); transition:opacity .65s ease, transform .65s ease; }
.reveal.visible { opacity:1; transform:none; }

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  .reveal { opacity:1; transform:none; transition:none; }
  .btn, .service-card { transition:none; }
}

@media (max-width: 900px) {
  .hero { padding-top:68px; }
  .hero-grid, .about-grid, .process-grid, .profile-card, .contact-card, .section-head, .intro-grid { grid-template-columns:1fr; }
  .hero-grid { gap:38px; }
  .hero-visual { min-height:470px; }
  .visual-main { width:min(390px,80%); }
  .intro-grid, .about-grid, .process-grid, .profile-card, .contact-card, .section-head { gap:34px; }
  .about-panel { min-height:520px; }
  .process-copy { position:static; }
  .values-grid { grid-template-columns:1fr; }
  .profile-card, .contact-card { padding:38px; }
  .main-nav { position:absolute; top:78px; left:20px; right:20px; display:none; flex-direction:column; align-items:stretch; gap:0; padding:14px; background:#fff; border:1px solid var(--line); border-radius:18px; box-shadow:var(--shadow); }
  .main-nav.open { display:flex; }
  .main-nav a { padding:12px 10px; }
  .nav-cta { text-align:center; margin-top:5px; }
  .nav-toggle { display:block; }
}

@media (max-width: 650px) {
  .container { width:min(calc(100% - 28px), var(--max)); }
  .section { padding:82px 0; }
  .hero { padding:64px 0 70px; }
  .hero h1 { font-size:clamp(3rem, 16vw, 5rem); }
  .hero-actions { display:grid; }
  .btn { width:100%; }
  .hero-notes { gap:12px 16px; }
  .hero-visual { min-height:400px; }
  .visual-main { width:78%; }
  .stat-card { min-width:124px; padding:12px; }
  .stat-one { left:0; top:58px; }
  .stat-two { right:0; top:180px; }
  .stat-three { left:8px; bottom:25px; }
  .cards-grid { grid-template-columns:1fr; }
  .service-card { min-height:230px; }
  .about-panel { min-height:450px; }
  .portrait-placeholder { inset:70px 28px 34px; }
  .profile-card, .contact-card { padding:28px; border-radius:24px; }
  .contact-row { grid-template-columns:1fr; gap:4px; }
  .footer-grid { grid-template-columns:1fr; text-align:left; }
  .footer-copy { text-align:left; }
  .footer-links { order:3; }
}
