:root {
  --ink: #211c20;
  --muted: #6f636a;
  --pink: #cc2f67;
  --pink-dark: #a91f50;
  --blush: #fff0f5;
  --blush-2: #f9d9e4;
  --green: #536755;
  --cream: #fffafc;
  --white: #ffffff;
  --line: #eadde2;
  --shadow: 0 24px 70px rgba(70, 34, 49, .12);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.65;
}
a { color: inherit; }
img { display: block; max-width: 100%; }
.container { width: min(1120px, calc(100% - 40px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 20; background: var(--ink); color: #fff; padding: 10px 16px; }
.skip-link:focus { top: 16px; }

header { position: sticky; top: 0; z-index: 10; border-bottom: 1px solid rgba(234,221,226,.8); background: rgba(255,250,252,.92); backdrop-filter: blur(18px); }
.nav { min-height: 74px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.brand { color: var(--pink); font-size: 1.42rem; font-weight: 800; letter-spacing: -.045em; text-decoration: none; }
.nav-links { display: flex; align-items: center; gap: 26px; }
.nav-links a { color: #4d4348; font-size: .93rem; font-weight: 650; text-decoration: none; }
.nav-links a:hover { color: var(--pink); }
.nav-cta { border: 1px solid var(--pink) !important; border-radius: 999px; color: var(--pink) !important; padding: 9px 16px; }

.hero { position: relative; overflow: hidden; padding: 72px 0 78px; }
.hero::before { content: ""; position: absolute; width: 520px; height: 520px; border-radius: 50%; right: -160px; top: -190px; background: radial-gradient(circle, rgba(249,188,209,.52), rgba(249,188,209,0) 68%); pointer-events: none; }
.hero-grid { display: grid; grid-template-columns: .92fr 1.08fr; align-items: center; gap: 68px; }
.eyebrow { color: var(--pink); font-size: .78rem; font-weight: 800; letter-spacing: .2em; text-transform: uppercase; }
h1, h2, h3 { margin-top: 0; line-height: 1.1; letter-spacing: -.045em; }
h1 { margin-bottom: 23px; font-size: clamp(3.35rem, 7vw, 6.25rem); }
h1 span { color: var(--pink); }
.lead { max-width: 590px; margin: 0 0 32px; color: #51474c; font-size: clamp(1.1rem, 2vw, 1.3rem); }
.specialties { margin: 0 0 34px; color: var(--green); font-size: .86rem; font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.actions { display: flex; flex-wrap: wrap; gap: 12px; }
.button { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; border: 1px solid var(--ink); border-radius: 999px; padding: 0 22px; font-weight: 750; text-decoration: none; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button.primary { border-color: var(--pink); background: var(--pink); color: #fff; }
.button.primary:hover { background: var(--pink-dark); }
.portrait-shell { position: relative; }
.portrait-shell::before { content: ""; position: absolute; inset: 28px -24px -25px 30px; border-radius: 45% 45% 22px 22px; background: var(--blush-2); transform: rotate(2deg); }
.portrait { position: relative; overflow: hidden; border-radius: 48% 48% 26px 26px; box-shadow: var(--shadow); }
.portrait img { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; }
.portrait-note { position: absolute; right: -22px; bottom: 36px; z-index: 2; width: 200px; border: 1px solid rgba(255,255,255,.8); border-radius: 16px; background: rgba(255,255,255,.92); box-shadow: 0 16px 40px rgba(52,34,42,.15); padding: 15px 17px; color: var(--pink-dark); font-size: .82rem; font-weight: 800; letter-spacing: .06em; text-transform: uppercase; }

section { padding: 92px 0; }
.section-head { max-width: 680px; margin-bottom: 42px; }
h2 { margin-bottom: 16px; font-size: clamp(2.2rem, 4vw, 3.75rem); }
.section-head p, .muted { color: var(--muted); }
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.card { min-height: 240px; border: 1px solid var(--line); border-radius: 18px; background: rgba(255,255,255,.82); padding: 26px; }
.card-num { color: var(--pink); font-size: .78rem; font-weight: 800; letter-spacing: .14em; }
.card h3 { margin: 50px 0 13px; font-size: 1.34rem; }
.card p { margin: 0; color: var(--muted); font-size: .94rem; }
.ai-strip { display: grid; grid-template-columns: .82fr 1.18fr; gap: 48px; align-items: center; margin-top: 22px; border: 1px solid #e7cad5; border-radius: 20px; background: linear-gradient(115deg, #fff1f6, #fff 58%, #f1f6f1); padding: 32px; }
.ai-strip h3 { margin: 8px 0 0; font-size: clamp(1.45rem, 2.5vw, 2rem); }
.ai-strip p:last-child { margin: 0; color: var(--muted); }

.experience { background: var(--ink); color: #fff; }
.experience .section-head p { color: #c9bec4; }
.role-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid #473c42; border-radius: 20px; background: #473c42; }
.role { background: #292328; padding: 25px 28px; }
.role strong { display: block; margin-bottom: 5px; color: #fff; font-size: 1.07rem; }
.role span { color: #c9bec4; font-size: .92rem; }

.process { display: grid; grid-template-columns: .75fr 1.25fr; gap: 70px; align-items: start; }
.steps { border-top: 1px solid var(--line); }
.step { display: grid; grid-template-columns: 54px 1fr; gap: 18px; border-bottom: 1px solid var(--line); padding: 22px 0; }
.step-number { color: var(--pink); font-weight: 850; }
.step h3 { margin: 0 0 6px; font-size: 1.12rem; }
.step p { margin: 0; color: var(--muted); }

.about { position: relative; overflow: hidden; background: linear-gradient(135deg, #ffe6ef, #fff7fa 55%, #eff4ef); }
.about::after { content: ""; position: absolute; width: 390px; height: 390px; left: -210px; bottom: -220px; border: 52px solid rgba(204,47,103,.08); border-radius: 48% 52% 46% 54%; }
.about-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 76px; align-items: center; }
.about-label { color: var(--green); font-weight: 750; letter-spacing: .12em; text-transform: uppercase; }
.about h2 { margin-bottom: 9px; }
.about h3 { margin-bottom: 22px; color: var(--pink); font-size: 1.15rem; letter-spacing: 0; }
.about-copy p { max-width: 700px; }

.cta { text-align: center; }
.cta-panel { position: relative; overflow: hidden; border-radius: 28px; background: var(--pink); padding: 68px 28px; color: #fff; }
.cta-panel::before, .cta-panel::after { content: ""; position: absolute; width: 220px; height: 220px; border: 34px solid rgba(255,255,255,.12); border-radius: 50% 42% 52% 44%; }
.cta-panel::before { left: -110px; top: -120px; }
.cta-panel::after { right: -130px; bottom: -140px; }
.cta-panel h2 { margin-bottom: 16px; }
.cta-panel p { max-width: 600px; margin: 0 auto 28px; color: #ffeaf2; }
.cta-panel .button { position: relative; border-color: #fff; background: #fff; color: var(--pink-dark); }

footer { border-top: 1px solid var(--line); padding: 38px 0; }
.footer-grid { display: flex; justify-content: space-between; gap: 28px; align-items: center; }
.footer-brand { font-weight: 800; color: var(--pink); }
.footer-links { display: flex; flex-wrap: wrap; gap: 18px; }
.footer-links a { color: var(--muted); font-size: .9rem; text-decoration: none; }

.legal-page { min-height: 70vh; padding: 72px 0 100px; }
.legal { max-width: 780px; }
.legal h1 { font-size: clamp(2.8rem, 6vw, 5rem); }
.legal h2 { margin-top: 50px; font-size: 1.6rem; letter-spacing: -.02em; }
.legal h3 { margin-top: 30px; font-size: 1.1rem; letter-spacing: -.01em; }
.legal p, .legal li { color: #584e53; }
.legal a { color: var(--pink-dark); }
.notice { border-left: 4px solid var(--pink); background: var(--blush); padding: 18px 20px; }

@media (max-width: 900px) {
  .hero-grid, .about-grid, .process { grid-template-columns: 1fr; }
  .ai-strip { grid-template-columns: 1fr; gap: 16px; }
  .hero-grid { gap: 48px; }
  .portrait-shell { width: min(620px, 94%); }
  .cards { grid-template-columns: repeat(2, 1fr); }
  .process { gap: 28px; }
}
@media (max-width: 680px) {
  .container { width: min(100% - 28px, 1120px); }
  .nav-links a:not(.nav-cta) { display: none; }
  .hero { padding-top: 52px; }
  h1 { font-size: clamp(3.1rem, 16vw, 4.5rem); }
  section { padding: 68px 0; }
  .cards, .role-grid { grid-template-columns: 1fr; }
  .card { min-height: 205px; }
  .card h3 { margin-top: 36px; }
  .portrait-note { right: -7px; bottom: 20px; width: 180px; }
  .about-grid { gap: 28px; }
  .footer-grid { align-items: flex-start; flex-direction: column; }
}

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