:root {
  --ink: #172027;
  --muted: #657078;
  --paper: #f4f2ec;
  --line: #d9d8d2;
  --lime: #c5f255;
  --blue: #175bff;
  --night: #142228;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  -webkit-font-smoothing: antialiased;
}
a { color: inherit; text-decoration: none; }

.site-header {
  height: 82px;
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 5vw;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  border-bottom: 1px solid var(--line);
}
.brand { display: inline-flex; align-items: center; gap: 11px; font-size: 18px; font-weight: 850; letter-spacing: .08em; width: max-content; }
.brand-mark { width: 34px; height: 34px; border-radius: 50%; display: grid; place-items: center; background: var(--ink); color: var(--lime); font-weight: 900; letter-spacing: 0; }
.site-header nav { display: flex; align-items: center; gap: 30px; color: #465158; font-size: 13px; font-weight: 700; }
.site-header nav a:hover { color: var(--blue); }
.header-cta { justify-self: end; padding: 12px 18px; border: 1px solid var(--ink); border-radius: 999px; font-size: 13px; font-weight: 750; transition: .2s ease; }
.header-cta:hover { color: white; background: var(--ink); }

.hero {
  max-width: 1440px;
  margin: 0 auto;
  padding: 84px 5vw 72px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: clamp(50px, 8vw, 130px);
  align-items: center;
}
.eyebrow { margin: 0 0 22px; display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .15em; font-size: 11px; font-weight: 800; color: #5e6a70; }
.eyebrow > span { width: 18px; height: 2px; background: var(--blue); }
.hero h1, .section h2, .cta-band h2 { margin: 0; font-size: clamp(50px, 6.2vw, 92px); line-height: .95; letter-spacing: -.065em; font-weight: 620; }
.hero h1 em { color: var(--blue); font-family: Georgia, serif; font-weight: 400; }
.hero-lede { max-width: 660px; margin: 32px 0 0; color: #4f5a61; font-size: clamp(17px, 1.6vw, 21px); line-height: 1.65; }
.hero-actions { margin-top: 38px; display: flex; align-items: center; flex-wrap: wrap; gap: 12px; }
.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 24px; padding: 0 22px; border-radius: 999px; font-size: 13px; font-weight: 800; }
.button-primary { background: var(--ink); color: white; }
.button-primary:hover { background: var(--blue); }
.button-secondary { border: 1px solid var(--line); }

.hero-card { position: relative; min-height: 480px; padding: 28px; overflow: hidden; border-radius: 30px; background: var(--blue); color: white; box-shadow: 0 30px 70px rgba(23, 91, 255, .2); }
.orb { position: absolute; border-radius: 50%; filter: blur(2px); }
.orb-one { width: 320px; height: 320px; right: -90px; top: 40px; background: var(--lime); }
.orb-two { width: 260px; height: 260px; left: -80px; bottom: -60px; border: 65px solid rgba(255,255,255,.18); }
.card-topline, .card-footer { position: relative; z-index: 2; display: flex; justify-content: space-between; font-size: 10px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.card-center { position: absolute; z-index: 2; inset: 0; display: grid; place-content: center; text-align: center; }
.card-monogram { font-size: 70px; line-height: 1; font-weight: 900; letter-spacing: -.08em; }
.card-center p { margin: 16px 0 0; font-family: Georgia, serif; font-style: italic; font-size: 28px; line-height: 1.1; }
.card-footer { position: absolute; left: 28px; right: 28px; bottom: 28px; }

.trust-strip { max-width: 1440px; margin: 0 auto; padding: 0 5vw 72px; display: grid; grid-template-columns: repeat(4, 1fr); }
.trust-strip div { padding: 24px 25px; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid var(--line); border-right: 1px solid var(--line); }
.trust-strip div:last-child { border-right: 0; }
.trust-strip strong { font-size: 27px; letter-spacing: -.04em; }
.trust-strip span { color: var(--muted); font-size: 12px; }

.section { padding: 110px 5vw; }
.section-heading { max-width: 1440px; margin: 0 auto 55px; display: grid; grid-template-columns: 1.25fr .75fr; column-gap: 60px; align-items: end; }
.section-heading .eyebrow { grid-column: 1 / -1; }
.section h2 { font-size: clamp(40px, 5vw, 72px); }
.section-heading > p:last-child { margin: 0; max-width: 440px; color: var(--muted); font-size: 16px; line-height: 1.7; }
.services { background: #fff; }
.service-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.service-card { min-height: 550px; padding: 30px; display: flex; flex-direction: column; border: 1px solid #e5e4df; border-radius: 22px; background: #faf9f6; transition: transform .25s ease, box-shadow .25s ease; }
.service-card:hover { transform: translateY(-5px); box-shadow: 0 24px 55px rgba(22,32,39,.09); }
.service-number { margin-bottom: 70px; color: var(--blue); font-size: 12px; font-weight: 800; }
.service-title-row { display: flex; align-items: flex-start; justify-content: space-between; gap: 20px; }
.service-title-row h3 { margin: 0; max-width: 240px; font-size: 27px; line-height: 1.05; letter-spacing: -.04em; }
.service-title-row strong { color: var(--blue); font-size: 22px; }
.service-card > p { min-height: 84px; color: var(--muted); line-height: 1.6; }
.service-card ul { padding: 18px 0; margin: 5px 0 0; list-style: none; border-top: 1px solid var(--line); }
.service-card li { padding: 8px 0; font-size: 13px; }
.service-card li::before { content: '✓'; margin-right: 9px; color: var(--blue); font-weight: 900; }
.service-meta { padding: 17px 0; display: flex; justify-content: space-between; border-top: 1px solid var(--line); font-size: 12px; }
.service-meta span { color: var(--muted); }
.service-card > a { margin-top: auto; padding-top: 22px; display: flex; justify-content: space-between; border-top: 1px solid var(--ink); font-size: 13px; font-weight: 800; }

.work { background: var(--paper); }
.work-heading { max-width: 1440px; margin: 0 auto 60px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 60px; align-items: end; }
.work-note { max-width: 430px; padding: 22px 0 2px 24px; border-left: 2px solid var(--blue); }
.work-note strong { font-size: 13px; }
.work-note p { margin: 9px 0 0; color: var(--muted); font-size: 13px; line-height: 1.65; }
.work-grid { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.work-card { min-height: 600px; padding: 28px; display: flex; flex-direction: column; overflow: hidden; border: 1px solid var(--line); border-radius: 22px; background: #fff; }
.work-card header { padding-bottom: 22px; display: flex; justify-content: space-between; border-bottom: 1px solid var(--line); }
.work-card header span { color: var(--blue); font-size: 12px; font-weight: 850; }
.work-card header small { padding: 6px 9px; border-radius: 999px; color: #41504f; background: #e9f6c9; font-size: 9px; font-weight: 850; letter-spacing: .08em; text-transform: uppercase; }
.work-category { margin: 45px 0 12px; color: var(--blue); font-size: 10px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.work-card h3 { margin: 0; max-width: 320px; font-size: 30px; line-height: 1.05; letter-spacing: -.045em; }
.work-brief { margin: 20px 0 28px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.work-deliverables { padding: 20px 0; border-top: 1px solid var(--line); }
.work-deliverables > span, .work-outcome > span { color: #788289; font-size: 9px; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.work-deliverables ul { margin: 13px 0 0; padding: 0; list-style: none; }
.work-deliverables li { padding: 5px 0; font-size: 12px; }
.work-deliverables li::before { content: '—'; margin-right: 9px; color: var(--blue); }
.work-outcome { margin-top: auto; padding: 20px; border-radius: 14px; color: white; background: var(--night); }
.work-outcome span { color: var(--lime); }
.work-outcome p { margin: 10px 0 0; color: #c4ced1; font-size: 13px; line-height: 1.6; }

.process { color: white; background: var(--night); }
.section-heading.compact { display: block; }
.eyebrow.light { color: #adbbc0; }
.process h2 { color: white; }
.process-list { max-width: 1440px; margin: 75px auto 0; padding: 0; list-style: none; display: grid; grid-template-columns: repeat(4, 1fr); }
.process-list li { padding: 28px 28px 35px; min-height: 260px; border-top: 1px solid #3b4b52; border-right: 1px solid #3b4b52; display: flex; flex-direction: column; justify-content: space-between; }
.process-list li:last-child { border-right: 0; }
.process-list > li > span { color: var(--lime); font-size: 12px; font-weight: 800; }
.process-list h3 { margin: 0 0 12px; font-size: 19px; }
.process-list p { margin: 0; color: #a9b6bb; font-size: 14px; line-height: 1.6; }

.about { max-width: 1440px; margin: 0 auto; }
.about-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: start; }
.about-grid > div { padding-top: 10px; }
.about-grid p { margin: 0 0 22px; color: var(--muted); font-size: 17px; line-height: 1.75; }

.founder { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; align-items: center; color: white; background: var(--night); }
.founder-monogram { width: min(100%, 460px); aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--night); background: var(--lime); font-size: clamp(70px, 11vw, 150px); font-weight: 900; letter-spacing: -.09em; box-shadow: inset 0 0 0 28px rgba(255,255,255,.14); }
.founder-copy h2 { color: white; }
.founder-copy > p:not(.eyebrow) { max-width: 720px; margin: 30px 0; color: #b6c2c6; font-size: 17px; line-height: 1.75; }
.founder-signature { padding-top: 24px; display: flex; flex-direction: column; gap: 5px; border-top: 1px solid #3a4a50; }
.founder-signature strong { font-size: 15px; }
.founder-signature span { color: #8fa0a6; font-size: 12px; }

.faq { background: #ebe9e2; }
.faq-list { max-width: 1440px; margin: 0 auto; border-top: 1px solid #c9c8c1; }
.faq-list details { border-bottom: 1px solid #c9c8c1; }
.faq-list summary { min-height: 84px; padding: 20px 4px; display: grid; grid-template-columns: 58px 1fr auto; align-items: center; gap: 18px; cursor: pointer; list-style: none; font-size: 18px; font-weight: 750; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary > span { color: var(--blue); font-size: 11px; }
.faq-list summary i { width: 32px; height: 32px; border: 1px solid #bdbdb7; border-radius: 50%; display: grid; place-items: center; font-style: normal; font-weight: 400; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details > p { max-width: 760px; margin: 0 0 30px 76px; color: var(--muted); line-height: 1.7; }

.contact { display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; color: white; background: var(--blue); }
.contact h2 { color: white; }
.contact-details { border-top: 1px solid rgba(255,255,255,.35); }
.contact-details > div { padding: 23px 0; display: grid; grid-template-columns: 150px 1fr; border-bottom: 1px solid rgba(255,255,255,.35); }
.contact-details span { color: #ccd9ff; font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.contact-details a, .contact-details strong { font-size: 15px; font-weight: 650; line-height: 1.6; }
.contact-details a:hover { color: var(--lime); }
.contact-details .address { row-gap: 8px; }
.contact-details small { grid-column: 2; color: #c5d3ff; line-height: 1.5; }

.policies { background: #fff; }
.policy-intro { max-width: 1440px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: end; }
.policy-intro .eyebrow { grid-column: 1 / -1; }
.policy-intro > p:last-child { margin: 0; color: var(--muted); line-height: 1.7; }
.policy-links { max-width: 1440px; margin: 60px auto 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.policy-links a { min-height: 78px; padding: 20px; display: flex; align-items: center; justify-content: space-between; gap: 15px; border-right: 1px solid var(--line); font-size: 12px; font-weight: 800; }
.policy-links a:last-child { border-right: 0; }
.policy-links a > span:last-child { color: var(--blue); }
.policy-links a:hover { color: var(--blue); background: #f7f7f4; }
.policy-link-copy { display: flex; flex-direction: column; align-items: flex-start; gap: 6px; color: var(--ink); }
.policy-link-copy small { color: var(--muted); font-size: 9px; font-weight: 750; text-transform: uppercase; letter-spacing: .08em; }
.policy-list { max-width: 1440px; margin: 80px auto 0; display: grid; gap: 28px; }
.policy-card { scroll-margin-top: 20px; border: 1px solid #deddd8; border-radius: 22px; overflow: hidden; }
.policy-card > header { padding: 30px; display: flex; align-items: flex-start; justify-content: space-between; background: #f5f4ef; }
.policy-card > header p { margin: 0 0 8px; color: var(--blue); font-size: 10px; font-weight: 800; text-transform: uppercase; letter-spacing: .12em; }
.policy-card h3 { margin: 0; font-size: clamp(25px, 3vw, 40px); letter-spacing: -.045em; }
.policy-card > header > a { width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
.policy-body { padding: 20px 30px 35px; display: grid; grid-template-columns: repeat(2, 1fr); column-gap: 55px; }
.policy-body > div { padding: 24px 0; border-bottom: 1px solid #ecebe7; }
.policy-body h4 { margin: 0 0 10px; font-size: 14px; }
.policy-body p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.cta-band { padding: 100px 5vw; text-align: center; color: var(--ink); background: var(--lime); }
.cta-band > p { margin: 0 0 15px; font-size: 13px; font-weight: 800; text-transform: uppercase; letter-spacing: .13em; }
.cta-band h2 { margin: 0 auto 35px; max-width: 900px; font-size: clamp(44px, 6vw, 82px); }
.button-light { background: white; }

footer { padding: 65px 5vw 30px; color: white; background: #10191e; display: grid; grid-template-columns: 1fr 1.25fr; gap: 55px; }
.brand-light .brand-mark { color: var(--night); background: var(--lime); }
.footer-contact { display: grid; grid-template-columns: repeat(2, max-content); justify-content: end; gap: 10px 35px; font-size: 14px; }
.footer-contact span { grid-column: 1 / -1; color: #819097; font-size: 12px; }
.footer-links { grid-column: 1 / -1; display: flex; flex-wrap: wrap; gap: 22px; color: #b7c1c5; font-size: 12px; }
.footer-links a:hover { color: var(--lime); }
.footer-note { grid-column: 1 / -1; margin: 35px 0 0; padding-top: 25px; border-top: 1px solid #2d3b41; color: #75838a; font-size: 11px; }

.legal-page { min-height: 100vh; background: #fff; }
.legal-header { max-width: none; background: var(--paper); }
.legal-hero { padding: 90px 5vw 75px; background: var(--paper); border-bottom: 1px solid var(--line); }
.legal-hero > * { max-width: 1120px; margin-left: auto; margin-right: auto; }
.legal-hero .back-link { display: block; margin-bottom: 70px; color: var(--muted); font-size: 12px; font-weight: 750; }
.legal-hero .eyebrow { margin-bottom: 24px; }
.legal-hero h1 { margin-top: 0; margin-bottom: 25px; font-size: clamp(50px, 7vw, 100px); line-height: .95; letter-spacing: -.065em; font-weight: 620; }
.legal-hero > p:not(.eyebrow) { max-width: 760px; margin-left: max(calc((100% - 1120px) / 2), 0px); color: var(--muted); font-size: 18px; line-height: 1.7; }
.legal-hero > small { display: block; margin-top: 24px; margin-left: max(calc((100% - 1120px) / 2), 0px); color: var(--blue); font-size: 11px; font-weight: 800; text-transform: uppercase; letter-spacing: .1em; }
.legal-content { max-width: 1220px; margin: 0 auto; padding: 90px 5vw 120px; display: grid; grid-template-columns: 240px 1fr; gap: 7vw; align-items: start; }
.legal-content aside { position: sticky; top: 28px; display: grid; gap: 12px; }
.legal-content aside p { margin: 0 0 12px; color: var(--ink); font-size: 11px; font-weight: 850; text-transform: uppercase; letter-spacing: .12em; }
.legal-content aside a { color: var(--muted); font-size: 11px; line-height: 1.5; }
.legal-content aside a:hover { color: var(--blue); }
.legal-content article > section { scroll-margin-top: 25px; padding: 35px 0; display: grid; grid-template-columns: 55px 1fr; border-top: 1px solid var(--line); }
.legal-content article > section > span { color: var(--blue); font-size: 11px; font-weight: 850; }
.legal-content article h2 { margin: 0 0 14px; font-size: 25px; letter-spacing: -.035em; }
.legal-content article p { margin: 0; color: var(--muted); font-size: 15px; line-height: 1.8; }
.legal-contact { margin-top: 60px; padding: 38px; border-radius: 20px; color: white; background: var(--blue); }
.legal-contact h2 { color: white; }
.legal-contact p { color: #d3ddff; }
.legal-contact a { margin-top: 30px; padding-top: 20px; display: flex; justify-content: space-between; border-top: 1px solid rgba(255,255,255,.35); font-size: 13px; font-weight: 800; }
.legal-footer { grid-template-columns: 1fr 1fr; }
.legal-footer .footer-links { grid-column: 2; justify-self: end; align-self: center; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr; padding-top: 60px; }
  .hero-card { min-height: 390px; }
  .trust-strip { grid-template-columns: repeat(2, 1fr); }
  .trust-strip div:nth-child(2) { border-right: 0; }
  .section-heading, .about-grid, .contact, .policy-intro, .founder, .work-heading { grid-template-columns: 1fr; gap: 42px; }
  .founder-monogram { max-width: 330px; }
  .service-grid, .work-grid { grid-template-columns: 1fr; }
  .service-card { min-height: auto; }
  .work-card { min-height: auto; }
  .service-number { margin-bottom: 35px; }
  .process-list { grid-template-columns: repeat(2, 1fr); }
  .process-list li:nth-child(2) { border-right: 0; }
  .policy-links { grid-template-columns: repeat(2, 1fr); }
  .policy-links a:nth-child(2) { border-right: 0; }
  .policy-links a:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .legal-content { grid-template-columns: 1fr; }
  .legal-content aside { position: static; padding-bottom: 30px; grid-template-columns: repeat(2, 1fr); border-bottom: 1px solid var(--line); }
  .legal-content aside p { grid-column: 1 / -1; }
}

@media (max-width: 580px) {
  .site-header { padding: 0 20px; }
  .header-cta { padding: 10px 13px; font-size: 11px; }
  .brand { font-size: 15px; }
  .brand-mark { width: 30px; height: 30px; }
  .hero, .section { padding-left: 20px; padding-right: 20px; }
  .hero { padding-top: 48px; }
  .hero h1 { font-size: 48px; }
  .hero-card { min-height: 345px; padding: 22px; }
  .orb-one { width: 240px; height: 240px; }
  .card-footer { left: 22px; right: 22px; }
  .trust-strip { padding: 0 20px 55px; }
  .trust-strip div { padding: 19px 12px; }
  .section { padding-top: 82px; padding-bottom: 82px; }
  .section h2 { font-size: 42px; }
  .process-list { grid-template-columns: 1fr; margin-top: 50px; }
  .process-list li { min-height: 210px; border-right: 0; }
  .faq-list summary { grid-template-columns: 38px 1fr auto; font-size: 15px; }
  .faq-list details > p { margin-left: 56px; }
  .contact-details > div { grid-template-columns: 1fr; gap: 9px; }
  .contact-details small { grid-column: auto; }
  .policy-links { grid-template-columns: 1fr; }
  .policy-links a { border-right: 0; border-bottom: 1px solid var(--line); }
  .policy-links a:last-child { border-bottom: 0; }
  .policy-body { grid-template-columns: 1fr; padding: 15px 22px 25px; }
  .policy-card > header { padding: 24px 22px; }
  .legal-hero { padding: 55px 20px 65px; }
  .legal-hero .back-link { margin-bottom: 50px; }
  .legal-hero > p:not(.eyebrow), .legal-hero > small { margin-left: 0; }
  .legal-content { padding: 60px 20px 85px; }
  .legal-content article > section { grid-template-columns: 38px 1fr; }
  .legal-contact { padding: 28px 22px; }
  .legal-footer { grid-template-columns: 1fr; }
  .legal-footer .footer-links { grid-column: 1; justify-self: start; }
  .cta-band { padding: 80px 20px; }
  footer { padding: 50px 20px 28px; grid-template-columns: 1fr; }
  .footer-contact { justify-content: start; grid-template-columns: 1fr; }
  .footer-contact span { grid-column: auto; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
