:root {
  --ink-950: #0b1522;
  --ink-900: #14273b;
  --ink-800: #1f3d57;
  --ink-700: #315773;
  --blue-500: #5f89b0;
  --blue-300: #a9c5df;
  --sage-500: #89a991;
  --sage-300: #b8cbb8;
  --copper-500: #c9865c;
  --copper-400: #dda17a;
  --sand-100: #f3eee6;
  --sand-50: #faf7f1;
  --white: #ffffff;
  --text: #1a2430;
  --muted: #667487;
  --line: #dbe4ea;
  --shadow-sm: 0 14px 38px rgba(11, 21, 34, 0.08);
  --shadow-lg: 0 35px 90px rgba(11, 21, 34, 0.23);
  --radius-sm: 12px;
  --radius-md: 22px;
  --radius-lg: 34px;
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background: var(--white);
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img, svg { max-width: 100%; }
a { color: inherit; }
button, input, textarea, select { font: inherit; }
.container { width: min(var(--container), calc(100% - 40px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; top: 12px; left: 12px; z-index: 999; transform: translateY(-150%); background: var(--white); color: var(--ink-950); padding: 10px 14px; border-radius: 8px; box-shadow: var(--shadow-sm); }
.skip-link:focus { transform: translateY(0); }

.site-header { position: sticky; top: 0; z-index: 50; background: rgba(11,21,34,.92); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(255,255,255,.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: 13px; text-decoration: none; color: var(--white); }
.brand-symbol { width: 47px; height: 40px; display: flex; align-items: center; justify-content: center; gap: 3px; border: 1px solid rgba(221,161,122,.55); border-radius: 50%; }
.brand-symbol i { display: block; width: 2px; border-radius: 3px; background: var(--copper-400); }
.brand-symbol i:nth-child(1), .brand-symbol i:nth-child(5) { height: 9px; opacity: .55; }
.brand-symbol i:nth-child(2), .brand-symbol i:nth-child(4) { height: 17px; opacity: .8; }
.brand-symbol i:nth-child(3) { height: 25px; }
.brand-copy { display: grid; line-height: 1; }
.brand-copy strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.24rem; font-weight: 500; letter-spacing: .01em; }
.brand-copy small { margin-top: 5px; color: rgba(255,255,255,.58); text-transform: uppercase; letter-spacing: .18em; font-size: .59rem; font-weight: 800; }
.primary-nav { display: flex; align-items: center; gap: 27px; }
.primary-nav a { color: rgba(255,255,255,.78); text-decoration: none; font-size: .93rem; font-weight: 700; }
.primary-nav a:hover { color: var(--white); }
.menu-toggle { display: none; width: 44px; height: 44px; border: 0; background: transparent; padding: 10px; }
.menu-toggle span:not(.sr-only) { display: block; height: 2px; background: var(--white); margin: 5px 0; border-radius: 2px; }

.hero { position: relative; overflow: hidden; padding: 118px 0 105px; color: var(--white); background: radial-gradient(circle at 80% 15%, rgba(95,137,176,.24), transparent 33%), radial-gradient(circle at 18% 14%, rgba(137,169,145,.12), transparent 28%), linear-gradient(135deg, var(--ink-950), var(--ink-800)); }
.hero::before { content: ""; position: absolute; width: 620px; height: 620px; border: 1px solid rgba(255,255,255,.06); border-radius: 50%; right: -260px; bottom: -360px; }
.signal-lines { position: absolute; inset: 0; overflow: hidden; opacity: .1; pointer-events: none; display: flex; align-items: flex-end; justify-content: space-around; }
.signal-lines span { width: 1px; background: linear-gradient(transparent, var(--blue-300), transparent); animation: pulse 7s ease-in-out infinite; }
.signal-lines span:nth-child(1) { height: 36%; animation-delay: -.5s; }
.signal-lines span:nth-child(2) { height: 56%; animation-delay: -2.5s; }
.signal-lines span:nth-child(3) { height: 82%; animation-delay: -1.2s; }
.signal-lines span:nth-child(4) { height: 46%; animation-delay: -4s; }
.signal-lines span:nth-child(5) { height: 68%; animation-delay: -3s; }
.signal-lines span:nth-child(6) { height: 90%; animation-delay: -5s; }
.signal-lines span:nth-child(7) { height: 42%; animation-delay: -1.8s; }
@keyframes pulse { 0%,100% { opacity: .2; transform: scaleY(.75); } 50% { opacity: .75; transform: scaleY(1); } }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0,1.18fr) minmax(330px,.72fr); gap: 82px; align-items: center; }
.eyebrow { margin: 0 0 18px; color: var(--blue-300); text-transform: uppercase; letter-spacing: .15em; font-size: .77rem; font-weight: 850; }
.eyebrow.dark { color: #4b759a; }
h1,h2,h3 { margin-top: 0; line-height: 1.12; }
h1 { margin-bottom: 26px; max-width: 850px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.1rem, 6vw, 5.85rem); font-weight: 500; letter-spacing: -.055em; }
h1 em { color: var(--copper-400); font-style: italic; }
h2 { margin-bottom: 20px; font-family: Georgia, "Times New Roman", serif; font-size: clamp(2.15rem, 4.1vw, 3.8rem); font-weight: 500; letter-spacing: -.04em; }
h3 { margin-bottom: 12px; font-size: 1.22rem; }
.hero-lead { max-width: 750px; margin: 0 0 34px; color: rgba(255,255,255,.74); font-size: 1.18rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 51px; padding: 14px 23px; border: 1px solid var(--copper-500); border-radius: 999px; background: var(--copper-500); color: var(--ink-950) !important; text-decoration: none; font-size: .94rem; font-weight: 850; box-shadow: 0 10px 28px rgba(201,134,92,.18); transition: transform .2s ease, background .2s ease, border-color .2s ease; }
.button:hover { transform: translateY(-2px); background: var(--copper-400); border-color: var(--copper-400); }
.button-small { min-height: 42px; padding: 10px 18px; font-size: .86rem; }
.button-full { width: 100%; }
.button-secondary { background: transparent; color: var(--ink-900) !important; border-color: rgba(19,36,34,.22); box-shadow: none; }
.button-secondary:hover { background: var(--sand-100); border-color: var(--ink-900); }
.button-light { background: var(--white); border-color: var(--white); color: var(--ink-900) !important; }
.button-outline-light { background: transparent; border-color: rgba(255,255,255,.5); color: var(--white) !important; box-shadow: none; }
.button-outline-light:hover { background: rgba(255,255,255,.08); }
.text-link { color: var(--white); font-weight: 800; text-decoration: none; }
.text-link span { color: var(--copper-400); margin-left: 5px; }
.light-link { display: inline-flex; margin-top: 13px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 12px 22px; margin-top: 35px; }
.trust-row span { color: rgba(255,255,255,.6); font-size: .89rem; }
.trust-row span::before { content: "●"; color: var(--copper-400); margin-right: 8px; font-size: .55rem; vertical-align: 2px; }
.hero-panel { padding: 33px; border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius-lg); background: rgba(255,255,255,.07); backdrop-filter: blur(20px); box-shadow: var(--shadow-lg); }
.panel-kicker { margin: 0 0 20px; color: var(--blue-300); text-transform: uppercase; letter-spacing: .14em; font-size: .7rem; font-weight: 850; }
.framework-item { display: grid; grid-template-columns: 44px 1fr; gap: 16px; padding: 18px 0; border-top: 1px solid rgba(255,255,255,.1); }
.framework-item:first-of-type { border-top: 0; }
.framework-item > span { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid rgba(221,161,122,.45); border-radius: 50%; color: var(--copper-400); font-size: .74rem; font-weight: 850; }
.framework-item div { display: grid; }
.framework-item strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.28rem; font-weight: 500; }
.framework-item small { margin-top: 3px; color: rgba(255,255,255,.58); font-size: .87rem; }

.intro-strip { background: linear-gradient(180deg, #f4f0ea, #edf4f8); border-bottom: 1px solid #d8e4ee; }
.intro-grid { min-height: 118px; display: grid; grid-template-columns: 1.05fr .95fr; align-items: center; gap: 50px; }
.intro-grid > p { margin: 0; max-width: 660px; font-family: Georgia, "Times New Roman", serif; font-size: 1.32rem; line-height: 1.42; }
.intro-tags { display: flex; justify-content: flex-end; flex-wrap: wrap; gap: 9px; }
.intro-tags span { padding: 8px 12px; border: 1px solid rgba(19,36,34,.14); border-radius: 999px; background: rgba(255,255,255,.45); color: var(--ink-700); font-size: .79rem; font-weight: 750; }

.section { padding: 100px 0; }
.section-heading { display: grid; grid-template-columns: 1.3fr .7fr; gap: 70px; align-items: end; margin-bottom: 52px; }
.section-heading > p { margin: 0 0 10px; color: var(--muted); font-size: 1.03rem; }
.section-heading h2 { margin-bottom: 0; }
.section-heading.centered { grid-template-columns: 1fr; max-width: 860px; margin-left: auto; margin-right: auto; text-align: center; }
.section-heading.centered > p { max-width: 700px; margin: 0 auto; }
.service-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.service-card { min-height: 360px; padding: 29px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.service-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.48rem; font-weight: 500; }
.service-card > p { color: var(--muted); }
.service-card ul { margin: 24px 0 0; padding: 0; list-style: none; }
.service-card li { position: relative; margin: 9px 0; padding-left: 17px; color: #41504d; font-size: .9rem; }
.service-card li::before { content: ""; position: absolute; width: 5px; height: 5px; top: .67em; left: 0; border-radius: 50%; background: var(--copper-500); }
.service-number { display: block; margin-bottom: 38px; color: #4b759a; font-size: .74rem; letter-spacing: .1em; font-weight: 850; }
.featured-card { background: linear-gradient(180deg, #faf7f1, #f2f7fb); border-color: #dbe6ef; }
.dark-card { background: var(--ink-900); border-color: var(--ink-900); color: var(--white); }
.dark-card > p, .dark-card li { color: rgba(255,255,255,.65); }
.dark-card .service-number { color: var(--copper-400); }

.approach-section { overflow: hidden; color: var(--white); background: linear-gradient(135deg, var(--ink-900), var(--ink-700)); }
.approach-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 92px; align-items: center; }
.approach-copy > p:not(.eyebrow) { color: rgba(255,255,255,.68); }
.principles-list { border-top: 1px solid rgba(255,255,255,.12); }
.principles-list article { display: grid; grid-template-columns: 50px 1fr; gap: 22px; padding: 25px 0; border-bottom: 1px solid rgba(255,255,255,.12); }
.principles-list article > span { color: var(--copper-400); font-size: .75rem; font-weight: 850; }
.principles-list h3 { margin: 0 0 5px; font-family: Georgia, "Times New Roman", serif; font-size: 1.34rem; font-weight: 500; }
.principles-list p { margin: 0; color: rgba(255,255,255,.58); }

.pricing-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; align-items: stretch; }
.pricing-card { position: relative; display: flex; flex-direction: column; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--white); box-shadow: var(--shadow-sm); }
.pricing-card-featured { border: 2px solid var(--blue-500); transform: translateY(-8px); }
.popular-tag { position: absolute; top: -15px; right: 25px; padding: 7px 12px; border-radius: 999px; background: var(--blue-500); color: var(--white); text-transform: uppercase; letter-spacing: .09em; font-size: .66rem; font-weight: 900; }
.plan-label { margin: 0 0 18px; color: #4b759a; text-transform: uppercase; letter-spacing: .12em; font-size: .71rem; font-weight: 850; }
.pricing-card h3 { font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 500; }
.price { margin: 12px 0 18px; color: var(--ink-900); font-family: Georgia, "Times New Roman", serif; font-size: 2.4rem; line-height: 1; }
.price > span { margin-right: 6px; color: var(--muted); font-family: Inter, sans-serif; font-size: .72rem; text-transform: uppercase; letter-spacing: .09em; font-weight: 800; }
.price .per { margin: 0 0 0 3px; text-transform: none; letter-spacing: 0; font-size: .85rem; }
.plan-intro { min-height: 75px; color: var(--muted); }
.check-list { margin: 15px 0 28px; padding: 0; list-style: none; }
.check-list li { position: relative; margin: 10px 0; padding-left: 25px; font-size: .91rem; }
.check-list li::before { content: "✓"; position: absolute; left: 0; color: var(--blue-500); font-weight: 900; }
.pricing-card .button { margin-top: auto; }
.pricing-note { max-width: 900px; margin: 26px auto 0; color: var(--muted); text-align: center; font-size: .82rem; }

.fit-section { background: var(--sand-50); }
.fit-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: 90px; align-items: start; }
.fit-list { border-top: 1px solid var(--line); }
.fit-list > div { display: grid; grid-template-columns: .65fr 1.35fr; gap: 30px; padding: 23px 0; border-bottom: 1px solid var(--line); }
.fit-list strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; font-weight: 500; }
.fit-list span { color: var(--muted); }

.about-section { background: var(--white); }
.about-grid { display: grid; grid-template-columns: .75fr 1.25fr; gap: 95px; align-items: center; }
.about-visual { position: relative; aspect-ratio: 1/1; display: grid; place-items: center; border-radius: 50%; background: radial-gradient(circle, #305877 0 28%, #21405c 29% 45%, #14273b 46% 100%); overflow: hidden; }
.monogram { position: relative; z-index: 3; color: var(--copper-400); font-family: Georgia, "Times New Roman", serif; font-size: clamp(5rem,11vw,9rem); font-style: italic; }
.orbit { position: absolute; border: 1px solid rgba(221,161,122,.32); border-radius: 50%; }
.orbit-one { width: 48%; height: 48%; }
.orbit-two { width: 70%; height: 70%; border-color: rgba(169,197,223,.24); }
.orbit-three { width: 91%; height: 91%; border-style: dashed; opacity: .7; }
.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 1.01rem; }
.credential-row { display: flex; flex-wrap: wrap; gap: 9px; margin-top: 26px; }
.credential-row span { padding: 8px 12px; border: 1px solid var(--line); border-radius: 999px; background: var(--sand-50); color: var(--ink-700); font-size: .78rem; font-weight: 800; }

.cta-section { padding: 82px 0; color: var(--white); background: linear-gradient(135deg, var(--blue-500), #4f759a); }
.cta-section .eyebrow { color: rgba(255,255,255,.82); }
.cta-section h2 { max-width: 760px; color: var(--white); }
.cta-section p { margin-bottom: 0; color: rgba(255,255,255,.84); }
.cta-grid { display: grid; grid-template-columns: 1.35fr .65fr; gap: 80px; align-items: center; }
.cta-actions { display: grid; gap: 12px; }
.cta-actions small { margin-top: 4px; color: rgba(255,255,255,.8); text-align: center; }
.cta-section .button-outline-light { border-color: rgba(255,255,255,.58); color: var(--white) !important; }
.cta-section .button-outline-light:hover { background: rgba(255,255,255,.1); }

.site-footer { color: rgba(255,255,255,.68); background: var(--ink-950); }
.footer-top { min-height: 138px; display: grid; grid-template-columns: auto 1fr auto; gap: 48px; align-items: center; }
.footer-top > p { margin: 0; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 20px; }
.footer-links a { text-decoration: none; font-size: .88rem; font-weight: 700; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 40px; padding: 22px 0 28px; border-top: 1px solid rgba(255,255,255,.08); font-size: .76rem; }
.footer-bottom p { margin: 0; max-width: 680px; }

.legal-main { min-height: 60vh; background: var(--sand-50); }
.legal-hero { padding: 85px 0 44px; color: var(--white); background: linear-gradient(135deg, var(--ink-950), var(--ink-700)); }
.legal-hero h1 { margin: 0; font-size: clamp(2.6rem,5vw,4.6rem); }
.legal-content { max-width: 900px; padding: 68px 0 90px; }
.legal-content h2 { margin-top: 42px; font-size: 1.8rem; }
.legal-content h3 { margin-top: 28px; }
.legal-content p, .legal-content li { color: #465452; }
.legal-content a { color: #315773; }
.legal-note { padding: 18px 20px; border-left: 4px solid var(--blue-500); background: var(--white); box-shadow: var(--shadow-sm); }

@media (max-width: 980px) {
  .primary-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 18px 20px 24px; background: var(--ink-950); border-top: 1px solid rgba(255,255,255,.08); }
  .primary-nav.open { display: grid; gap: 15px; }
  .primary-nav .button { margin-top: 4px; }
  .menu-toggle { display: block; }
  .hero-grid, .approach-grid, .about-grid { grid-template-columns: 1fr; }
  .hero-grid { gap: 55px; }
  .hero-panel { max-width: 620px; }
  .service-grid { grid-template-columns: repeat(2,1fr); }
  .section-heading, .intro-grid, .fit-grid, .cta-grid { grid-template-columns: 1fr; gap: 30px; }
  .intro-grid { padding: 30px 0; }
  .intro-tags { justify-content: flex-start; }
  .pricing-grid { grid-template-columns: 1fr; max-width: 720px; margin: 0 auto; }
  .pricing-card-featured { transform: none; }
  .fit-grid { gap: 45px; }
  .about-visual { max-width: 520px; }
  .cta-actions { max-width: 440px; }
  .footer-top { grid-template-columns: 1fr; gap: 18px; padding: 35px 0; }
  .footer-links { justify-content: flex-start; }
}

@media (max-width: 680px) {
  .container { width: min(100% - 28px, var(--container)); }
  .hero { padding: 82px 0 72px; }
  h1 { font-size: clamp(2.65rem,13vw,4.1rem); }
  .section { padding: 76px 0; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .fit-list > div { grid-template-columns: 1fr; gap: 7px; }
  .hero-actions { align-items: stretch; }
  .hero-actions .button { width: 100%; }
  .hero-actions .text-link { padding: 8px 2px; }
  .hero-panel { padding: 25px; }
  .framework-item { grid-template-columns: 39px 1fr; gap: 13px; }
  .footer-bottom { display: grid; gap: 12px; }
  .footer-top > p { font-size: .9rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
