*, *::before, *::after { box-sizing: border-box; }

:root {
  color-scheme: light;
  --ink: #2f2933;
  --paper: #fbf7f2;
  --primary: #7f3f5e;
  --accent: #cf9aab;
  --surface: #fffdfb;
  --blush: #f3dce4;
  --lavender: #e6deee;
  --sage: #dfe9df;
  --sky: #dce9ef;
  --gold: #b68a56;
  --muted: #746b76;
  --line: color-mix(in srgb, var(--primary) 17%, transparent);
  --shadow: 0 24px 70px rgba(57, 37, 50, .12);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 14px 14px, color-mix(in srgb, var(--blush) 45%, transparent) 1.2px, transparent 1.5px) 0 0 / 28px 28px,
    var(--paper);
  font-family: var(--sans);
  line-height: 1.55;
  -webkit-font-smoothing: antialiased;
}

a { color: var(--primary); text-underline-offset: .18em; }
img, svg { display: block; max-width: 100%; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.skip-link { position: fixed; left: 16px; top: -80px; z-index: 100; padding: 10px 16px; background: var(--ink); color: white; }
.skip-link:focus { top: 12px; }

.site-header {
  position: sticky;
  top: 0;
  z-index: 20;
  border-bottom: 1px solid var(--line);
  background: color-mix(in srgb, var(--surface) 91%, transparent);
  backdrop-filter: blur(15px);
}
.header-inner { min-height: 76px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand-lockup { display: flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-lockup img { filter: drop-shadow(0 4px 8px rgba(80, 41, 61, .18)); }
.brand-lockup span { display: grid; line-height: 1.1; }
.brand-lockup strong { font: 700 1.25rem/1.1 var(--serif); letter-spacing: .02em; }
.brand-lockup small { margin-top: 5px; color: var(--muted); font-size: .66rem; letter-spacing: .14em; text-transform: uppercase; }
nav { display: flex; align-items: center; gap: clamp(16px, 3vw, 32px); }
nav a { color: var(--ink); font-size: .84rem; font-weight: 700; text-decoration: none; }
nav a:hover { color: var(--primary); }
nav .nav-cta { padding: 9px 13px; border: 1px solid var(--line); border-radius: 10px; background: color-mix(in srgb, var(--blush) 64%, white); }

.hero {
  position: relative;
  overflow: hidden;
  border-bottom: 1px solid var(--line);
  background: linear-gradient(135deg, var(--blush), var(--lavender) 52%, var(--sky));
}
.hero::before, .hero::after { content: ""; position: absolute; border: 1px solid rgba(255,255,255,.55); border-radius: 50%; }
.hero::before { width: 420px; height: 420px; left: -210px; bottom: -300px; box-shadow: 0 0 0 18px rgba(255,255,255,.1), 0 0 0 38px rgba(255,255,255,.08); }
.hero::after { width: 260px; height: 260px; right: -150px; top: -160px; box-shadow: 0 0 0 15px rgba(255,255,255,.12); }
.hero-grid { position: relative; z-index: 1; min-height: 650px; display: grid; grid-template-columns: 1.08fr .92fr; gap: 40px; align-items: center; padding-block: 62px; }
.eyebrow { margin: 0 0 14px; color: var(--primary); font-size: .7rem; font-weight: 850; letter-spacing: .2em; text-transform: uppercase; }
.hero h1 { max-width: 700px; margin: 0; font: 500 clamp(3.2rem, 6.2vw, 5.9rem)/.94 var(--serif); letter-spacing: -.052em; text-wrap: balance; }
.hero h1 em { color: var(--primary); font-weight: 500; }
.lede { max-width: 650px; margin: 25px 0 0; color: color-mix(in srgb, var(--ink) 75%, transparent); font-size: 1.05rem; }
.hero-actions { display: flex; align-items: center; flex-wrap: wrap; gap: 22px; margin-top: 32px; }
.button { display: inline-flex; align-items: center; justify-content: center; padding: 13px 20px; border-radius: 12px; font-size: .88rem; font-weight: 750; text-decoration: none; }
.button-primary { background: var(--primary); color: white; box-shadow: 0 10px 25px rgba(90, 42, 68, .16); }
.button-primary:hover { background: color-mix(in srgb, var(--primary) 88%, black); }
.text-link { color: var(--ink); font-size: .84rem; font-weight: 750; text-decoration: none; }

.radar-visual { position: relative; width: min(100%, 490px); justify-self: end; }
.radar-visual > svg { filter: drop-shadow(0 25px 36px rgba(57, 37, 50, .08)); }
.radar-label { position: absolute; z-index: 2; display: flex; align-items: center; gap: 8px; padding: 8px 12px; border: 1px solid rgba(127,63,94,.13); border-radius: 999px; background: rgba(255,253,251,.8); box-shadow: 0 10px 25px rgba(57,37,50,.08); color: var(--muted); font-size: .66rem; font-weight: 800; letter-spacing: .04em; text-transform: uppercase; backdrop-filter: blur(8px); }
.radar-label span { width: 7px; height: 7px; border-radius: 50%; background: var(--accent); box-shadow: 0 0 0 4px rgba(207,154,171,.18); }
.radar-label-one { left: 2%; top: 20%; }
.radar-label-two { right: -2%; top: 58%; }
.radar-label-two span { background: var(--gold); box-shadow: 0 0 0 4px rgba(182,138,86,.15); }
.visual-badge { position: absolute; left: 5%; bottom: 5%; display: flex; align-items: center; gap: 11px; padding: 12px 16px; border: 1px solid var(--line); border-radius: 15px; background: var(--surface); box-shadow: var(--shadow); }
.visual-badge b { display: grid; width: 34px; height: 34px; place-items: center; border-radius: 11px; background: var(--blush); color: var(--primary); }
.visual-badge span { display: grid; line-height: 1.25; }
.visual-badge strong { font: 600 .88rem var(--serif); }
.visual-badge small { margin-top: 3px; color: var(--muted); font-size: .66rem; }

.how-it-works { padding-block: clamp(72px, 10vw, 120px); }
.section-heading { max-width: 750px; }
.section-heading h2 { margin: 0; font: 500 clamp(2.3rem, 5vw, 4.5rem)/1 var(--serif); letter-spacing: -.04em; text-wrap: balance; }
.section-heading > p:last-child { max-width: 675px; margin-top: 22px; color: var(--muted); }
.steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; margin: 48px 0 0; padding: 0; list-style: none; counter-reset: step; }
.steps li { min-height: 220px; padding: 27px; border: 1px solid var(--line); border-radius: 20px; background: color-mix(in srgb, var(--surface) 92%, transparent); box-shadow: 0 12px 35px rgba(58,36,49,.05); }
.steps li:nth-child(2) { background: color-mix(in srgb, var(--lavender) 35%, var(--surface)); }
.steps li:nth-child(3) { background: color-mix(in srgb, var(--sky) 35%, var(--surface)); }
.step-number { color: var(--primary); font: 650 .72rem var(--sans); letter-spacing: .16em; }
.steps h3 { margin: 36px 0 8px; font: 600 1.55rem var(--serif); }
.steps p { margin: 0; color: var(--muted); font-size: .85rem; }

.specialists { padding-block: clamp(70px, 9vw, 110px); border-top: 1px solid var(--line); background: linear-gradient(145deg, color-mix(in srgb, var(--lavender) 45%, var(--paper)), color-mix(in srgb, var(--blush) 35%, var(--surface))); }
.tools { padding-block: clamp(70px, 9vw, 110px); border-top: 1px solid var(--line); background: linear-gradient(145deg, color-mix(in srgb, var(--sage) 42%, var(--paper)), color-mix(in srgb, var(--sky) 34%, var(--surface))); }
.tool-card { background: color-mix(in srgb, var(--surface) 94%, var(--sage)); }
.tool-card .service-art { background: linear-gradient(135deg, var(--lavender), var(--sky) 55%, var(--sage)); }
.specialist-heading { max-width: none; display: grid; grid-template-columns: 1fr 390px; gap: 40px; align-items: end; }
.specialist-heading h2 { max-width: 700px; }
.specialist-heading > p { margin: 0 0 4px; }
.service-card { display: grid; grid-template-columns: 300px 1fr 220px; gap: clamp(30px, 5vw, 65px); align-items: center; margin-top: 45px; padding: 28px; overflow: hidden; border: 1px solid var(--line); border-radius: 26px; background: var(--surface); box-shadow: var(--shadow); color: var(--ink); text-decoration: none; transition: transform .18s ease, box-shadow .18s ease; }
.service-card:hover { transform: translateY(-4px); box-shadow: 0 30px 80px rgba(57,37,50,.16); }
.service-art { position: relative; min-height: 270px; display: grid; place-items: center; overflow: hidden; border-radius: 19px; background: linear-gradient(135deg, var(--blush), var(--lavender) 55%, var(--sky)); }
.service-art img { position: relative; z-index: 2; width: 90px; filter: drop-shadow(0 14px 25px rgba(80,41,61,.22)); }
.orbit { position: absolute; border: 1px solid rgba(127,63,94,.15); border-radius: 50%; }
.orbit-one { width: 170px; height: 170px; box-shadow: 0 0 0 18px rgba(255,255,255,.18), 0 0 0 38px rgba(255,255,255,.15); }
.orbit-two { width: 300px; height: 300px; border-color: rgba(255,255,255,.55); }
.service-state { display: flex; align-items: center; gap: 8px; margin: 0 0 12px; color: #3f7550; font-size: .67rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.service-state span { width: 8px; height: 8px; border-radius: 50%; background: #55a66b; box-shadow: 0 0 0 4px var(--sage); }
.service-copy h3 { margin: 0; font: 550 clamp(2.2rem, 4vw, 3.7rem)/1 var(--serif); letter-spacing: -.035em; }
.service-kicker { margin: 8px 0 18px; color: var(--primary) !important; font-weight: 750; }
.service-copy > p { max-width: 530px; color: var(--muted); font-size: .85rem; }
.service-link { display: inline-flex; gap: 8px; margin-top: 14px; color: var(--primary); font-size: .84rem; font-weight: 800; }
.service-link b { font-size: 1rem; }
.service-tags { display: grid; gap: 9px; align-content: center; }
.service-tags span { padding: 9px 11px; border: 1px solid var(--line); border-radius: 9px; background: var(--paper); color: var(--muted); font-size: .68rem; font-weight: 700; }
.service-tags span::before { content: "✓"; margin-right: 7px; color: var(--primary); font-weight: 900; }

.site-footer { border-top: 1px solid var(--line); background: color-mix(in srgb, var(--blush) 35%, var(--surface)); }
.footer-inner { min-height: 130px; display: grid; grid-template-columns: auto 1fr auto; gap: 45px; align-items: center; color: var(--muted); font-size: .72rem; }
.footer-inner .brand-lockup strong { font-size: 1.05rem; }
.footer-inner p { max-width: 660px; }
.footer-inner > a:last-child { font-weight: 750; text-decoration: none; }

@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; padding-block: 70px 40px; text-align: center; }
  .hero-copy, .hero h1, .lede { margin-inline: auto; }
  .hero-actions { justify-content: center; }
  .radar-visual { width: min(100%, 430px); justify-self: center; }
  .service-card { grid-template-columns: 240px 1fr; }
  .service-tags { grid-column: 1 / -1; grid-template-columns: repeat(3, 1fr); }
}

@media (max-width: 720px) {
  .shell { width: min(100% - 30px, 620px); }
  .header-inner { min-height: 68px; }
  nav a:not(.nav-cta) { display: none; }
  nav .nav-cta { font-size: .72rem; }
  .hero-grid { min-height: auto; }
  .hero h1 { font-size: clamp(2.8rem, 13vw, 4.5rem); }
  .radar-label { display: none; }
  .steps { grid-template-columns: 1fr; }
  .steps li { min-height: auto; }
  .steps h3 { margin-top: 20px; }
  .specialist-heading { grid-template-columns: 1fr; gap: 8px; }
  .service-card { grid-template-columns: 1fr; }
  .service-art { min-height: 230px; }
  .service-tags { grid-column: auto; grid-template-columns: 1fr; }
  .footer-inner { grid-template-columns: 1fr; gap: 10px; padding-block: 28px; }
  .footer-inner p { margin-block: 6px; }
}

@media (max-width: 450px) {
  .brand-lockup small { display: none; }
  nav .nav-cta { padding: 8px 10px; }
  .hero-actions { display: grid; }
  .radar-visual { margin-top: -25px; }
  .visual-badge { left: 0; bottom: 0; }
  .service-card { padding: 18px; }
}

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