:root {
  --navy: #071c2c;
  --navy-2: #0b2a3d;
  --ink: #10212c;
  --cream: #f4f0e7;
  --paper: #fbfaf6;
  --aqua: #67d9cf;
  --aqua-dark: #36b8ac;
  --lime: #d7f06b;
  --muted: #5d6a70;
  --line: rgba(11, 42, 61, .14);
  --font-geist-sans: "Avenir Next", Avenir, "Segoe UI", Arial, sans-serif;
  --font-geist-mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-geist-sans), Arial, sans-serif; }
a { color: inherit; text-decoration: none; }
button, input, textarea, select { font: inherit; }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.site-header { position: absolute; inset: 0 0 auto; z-index: 20; color: #fff; border-bottom: 1px solid rgba(255,255,255,.12); }
.header-inner { height: 88px; display: flex; align-items: center; gap: 36px; }
.brand { display: inline-flex; align-items: center; gap: 12px; min-width: max-content; }
.brand-logo { display: block; width: auto; max-width: 245px; height: 52px; object-fit: contain; }
.brand-mark { position: relative; display: grid; place-items: center; width: 42px; height: 42px; border: 1px solid rgba(103,217,207,.65); border-radius: 50%; color: var(--aqua); overflow: hidden; }
.brand-mark b { font-size: 16px; letter-spacing: -4px; transform: translateX(-2px); }
.brand-mark i { position: absolute; width: 24px; height: 9px; border-radius: 50%; border-top: 1px solid currentColor; bottom: 6px; transform: rotate(-8deg); }
.brand-words { display: flex; flex-direction: column; line-height: 1; }
.brand-words strong { font-size: 15px; letter-spacing: .02em; }
.brand-words small { margin-top: 5px; font-size: 9px; text-transform: uppercase; letter-spacing: .26em; color: var(--aqua); }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 30px; }
.nav-list { display: contents; margin: 0; padding: 0; list-style: none; }
.desktop-nav .menu-item { display: contents; }
.desktop-nav a { font-size: 13px; color: rgba(255,255,255,.76); transition: color .2s ease; }
.desktop-nav a:hover { color: #fff; }
.header-cta { display: inline-flex; align-items: center; gap: 18px; padding: 12px 17px; border: 1px solid rgba(255,255,255,.28); border-radius: 999px; font-size: 13px; transition: .2s ease; }
.header-cta:hover { background: #fff; color: var(--navy); }
.mobile-menu { display: none; margin-left: auto; }
.mobile-menu .menu-item { display: contents; }

.hero { position: relative; overflow: hidden; min-height: 790px; padding-top: 88px; color: #fff; background: radial-gradient(circle at 76% 42%, #164d61 0, #0c3146 24%, var(--navy) 57%); }
.hero::after { content: ""; position: absolute; inset: auto -10% -180px -10%; height: 285px; border-radius: 50% 50% 0 0; background: var(--paper); transform: rotate(-2deg); }
.hero-glow { position: absolute; top: 130px; right: 7%; width: 470px; height: 470px; border-radius: 50%; border: 1px solid rgba(103,217,207,.15); box-shadow: 0 0 100px rgba(103,217,207,.05) inset; }
.hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.07fr .93fr; gap: 70px; align-items: center; min-height: 620px; }
.eyebrow { display: flex; align-items: center; gap: 11px; margin: 0 0 24px; font-family: var(--font-geist-mono), monospace; font-size: 10px; font-weight: 600; line-height: 1; text-transform: uppercase; letter-spacing: .2em; color: var(--aqua); }
.eyebrow span { width: 28px; height: 1px; background: currentColor; }
.eyebrow.dark { color: #168f87; }
.eyebrow.light { color: var(--aqua); }
.hero h1 { max-width: 700px; margin: 0; font-size: clamp(52px, 6vw, 86px); line-height: .97; letter-spacing: -.062em; font-weight: 570; }
.hero h1 em, .page-hero h1 em { display: block; font-family: Georgia, serif; font-weight: 400; color: var(--aqua); letter-spacing: -.045em; }
.hero-lede { max-width: 590px; margin: 29px 0 0; color: rgba(255,255,255,.68); font-size: 18px; line-height: 1.65; }
.button-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 24px; min-height: 52px; padding: 0 22px; border-radius: 4px; font-size: 13px; font-weight: 650; transition: transform .2s ease, background .2s ease, color .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--aqua); color: var(--navy); }
.button-primary:hover { background: #8de7df; }
.button-ghost { border: 1px solid rgba(255,255,255,.24); color: #fff; }
.button-ghost:hover { border-color: #fff; }
.button-light { margin-top: 26px; background: #fff; color: var(--navy); }
.button-accent { background: var(--lime); color: var(--navy); }
.button-dark { background: var(--navy); color: #fff; }
.hero-note { display: flex; align-items: center; gap: 9px; margin-top: 24px; font-size: 11px; color: rgba(255,255,255,.48); }
.status-dot { width: 6px; height: 6px; border-radius: 50%; background: var(--lime); box-shadow: 0 0 0 4px rgba(215,240,107,.12); }
.hero-visual { position: relative; height: 510px; display: grid; place-items: center; }
.orbit { position: absolute; border: 1px solid rgba(103,217,207,.16); border-radius: 50%; }
.orbit-one { width: 435px; height: 435px; }
.orbit-two { width: 340px; height: 340px; border-style: dashed; animation: turn 30s linear infinite; }
@keyframes turn { to { transform: rotate(360deg); } }
.insight-card { position: relative; z-index: 2; width: 350px; min-height: 410px; padding: 28px; border: 1px solid rgba(255,255,255,.22); border-radius: 18px; background: linear-gradient(150deg, rgba(255,255,255,.16), rgba(255,255,255,.055)); box-shadow: 0 30px 70px rgba(0,0,0,.25); backdrop-filter: blur(14px); transform: rotate(2.5deg); }
.insight-topline { display: flex; justify-content: space-between; align-items: center; color: rgba(255,255,255,.55); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; }
.live-pill { padding: 6px 9px; color: var(--lime); border-radius: 999px; background: rgba(215,240,107,.1); }
.insight-heading { margin: 27px 0; font-family: Georgia, serif; font-size: 28px; line-height: 1.15; }
.signal-list { display: grid; gap: 1px; border-radius: 7px; overflow: hidden; }
.signal-row { display: flex; justify-content: space-between; padding: 12px 13px; background: rgba(255,255,255,.07); font-size: 11px; color: rgba(255,255,255,.58); }
.signal-row strong { color: #fff; font-weight: 500; }
.mini-chart { height: 80px; display: flex; align-items: end; gap: 7px; padding: 17px 11px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.mini-chart span { flex: 1; background: linear-gradient(var(--aqua), rgba(103,217,207,.18)); border-radius: 3px 3px 0 0; }
.insight-footer { display: flex; align-items: center; gap: 10px; margin-top: 18px; color: rgba(255,255,255,.5); font-size: 11px; }
.brand-spark { display: grid; place-items: center; width: 25px; height: 25px; border-radius: 50%; background: var(--aqua); color: var(--navy); font-size: 8px; font-weight: 800; }
.float-note { position: absolute; z-index: 3; padding: 12px 15px; border: 1px solid rgba(255,255,255,.17); border-radius: 9px; background: rgba(7,28,44,.88); box-shadow: 0 14px 35px rgba(0,0,0,.22); font-size: 11px; color: rgba(255,255,255,.75); backdrop-filter: blur(10px); }
.float-note span { display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; background: rgba(103,217,207,.13); color: var(--aqua); }
.float-note-one { left: -10px; top: 126px; }
.float-note-two { right: -15px; bottom: 98px; }
.trust-strip { position: relative; z-index: 4; display: flex; justify-content: center; align-items: center; gap: 29px; margin-top: 4px; padding: 20px 0; color: rgba(255,255,255,.48); font-size: 10px; text-transform: uppercase; letter-spacing: .14em; }
.trust-strip i { width: 3px; height: 3px; border-radius: 50%; background: var(--aqua); }

.section { padding: 120px 0; }
.intro-section { padding-top: 180px; }
.split-heading { display: grid; grid-template-columns: 1fr .8fr; gap: 120px; align-items: end; }
.split-heading h2, .section-topline h2, .audience-heading h2, .resource-copy h2, .closing-grid h2, .inner-cta h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 65px); line-height: 1.06; letter-spacing: -.04em; font-weight: 400; color: var(--navy); }
.intro-copy { padding-bottom: 4px; border-left: 1px solid var(--line); padding-left: 42px; }
.intro-copy p { margin: 0 0 16px; color: var(--muted); line-height: 1.75; font-size: 15px; }

.services-section { background: var(--cream); }
.section-topline { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.text-link { display: inline-flex; gap: 32px; padding-bottom: 6px; border-bottom: 1px solid var(--ink); font-size: 12px; font-weight: 650; }
.service-grid { display: grid; grid-template-columns: repeat(2, 1fr); margin-top: 65px; border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.service-card { position: relative; min-height: 310px; padding: 30px 34px; display: grid; grid-template-columns: 55px 1fr; grid-template-rows: 1fr auto; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); transition: background .25s ease, color .25s ease; }
.service-card:hover { background: var(--navy); color: #fff; }
.service-number { font-family: var(--font-geist-mono), monospace; color: #168f87; font-size: 10px; }
.service-card h3 { margin: 0 0 17px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.service-card p { max-width: 390px; margin: 0; color: var(--muted); font-size: 14px; line-height: 1.7; transition: color .25s ease; }
.service-card:hover p { color: rgba(255,255,255,.62); }
.card-link { grid-column: 2; display: flex; justify-content: space-between; align-items: center; font-size: 11px; font-weight: 600; }
.card-link b { display: grid; place-items: center; width: 32px; height: 32px; border-radius: 50%; background: var(--aqua); color: var(--navy); }

.process-section { position: relative; overflow: hidden; background: var(--navy); color: #fff; }
.process-section::after { content: "W"; position: absolute; right: -5vw; bottom: -15vw; font-family: Georgia, serif; font-size: 38vw; line-height: 1; color: rgba(255,255,255,.025); }
.process-grid { position: relative; z-index: 1; display: grid; grid-template-columns: .85fr 1.15fr; gap: 120px; }
.process-intro h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(48px, 6vw, 72px); line-height: 1.02; font-weight: 400; }
.process-intro > p:not(.eyebrow) { max-width: 440px; margin: 27px 0 0; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.75; }
.steps { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.14); }
.steps li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 29px 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.steps > li > span { font-family: var(--font-geist-mono), monospace; color: var(--aqua); font-size: 10px; }
.steps h3 { margin: 0 0 10px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.steps p { margin: 0; color: rgba(255,255,255,.55); font-size: 13px; line-height: 1.65; }

.audience-section { background: var(--paper); }
.audience-heading { display: grid; grid-template-columns: 1.2fr .7fr; gap: 110px; align-items: end; }
.audience-heading p { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }
.audience-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.audience-grid article { min-height: 250px; padding: 28px 35px 0 0; border-right: 1px solid var(--line); }
.audience-grid article + article { padding-left: 35px; }
.audience-grid article:last-child { border-right: 0; }
.audience-index { font-family: var(--font-geist-mono), monospace; font-size: 9px; color: #168f87; }
.audience-grid h3 { margin: 50px 0 13px; font-family: Georgia, serif; font-weight: 400; font-size: 26px; }
.audience-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }

.resources-preview { padding-top: 20px; }
.resource-panel { position: relative; overflow: hidden; min-height: 560px; padding: 80px 8%; display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: center; border-radius: 16px; color: #fff; background: linear-gradient(135deg, #0c3549, var(--navy)); }
.resource-panel::before { content: ""; position: absolute; width: 350px; height: 350px; border: 1px solid rgba(103,217,207,.12); border-radius: 50%; right: 3%; top: 11%; }
.resource-copy { position: relative; z-index: 2; }
.resource-copy h2 { color: #fff; }
.resource-copy > p:not(.eyebrow) { max-width: 480px; margin: 24px 0 31px; color: rgba(255,255,255,.6); font-size: 14px; line-height: 1.7; }
.resource-stack { position: relative; height: 340px; }
.paper { position: absolute; width: 255px; height: 320px; border-radius: 7px; box-shadow: 0 25px 50px rgba(0,0,0,.22); }
.paper-back { left: 5%; top: 13px; display: grid; place-items: end start; padding: 25px; color: var(--navy); background: var(--aqua); transform: rotate(-12deg); }
.paper-mid { left: 18%; top: 10px; display: grid; place-items: end start; padding: 25px; color: var(--navy); background: var(--lime); transform: rotate(5deg); }
.paper-front { left: 27%; top: 0; padding: 32px 28px; display: flex; flex-direction: column; color: var(--navy); background: var(--cream); transform: rotate(-2deg); }
.paper small { font-family: var(--font-geist-mono), monospace; font-size: 8px; letter-spacing: .14em; }
.paper strong { margin-top: 72px; font-family: Georgia, serif; font-size: 28px; line-height: 1.08; font-weight: 400; }
.paper i { margin-top: auto; font-size: 10px; font-style: normal; }
.paper-back span, .paper-mid span { font-family: Georgia, serif; font-size: 43px; opacity: .8; }

.closing-cta { padding: 130px 0; background: var(--lime); }
.closing-grid { display: grid; grid-template-columns: 1.2fr .65fr; gap: 120px; align-items: end; }
.closing-grid p { margin: 0 0 28px; color: #384337; font-size: 14px; line-height: 1.75; }

.site-footer { padding: 75px 0 22px; color: #fff; background: #04131f; }
.site-footer .brand { color: #fff; }
.footer-main { display: grid; grid-template-columns: 1.4fr .7fr .7fr 1fr; gap: 55px; }
.footer-brand > p { max-width: 280px; margin: 25px 0 0; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.7; }
.footer-brand .footer-location { color: var(--aqua); }
.footer-column { display: flex; flex-direction: column; gap: 13px; }
.footer-column h3 { margin: 0 0 11px; color: rgba(255,255,255,.36); font-family: var(--font-geist-mono), monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.footer-column a { font-size: 12px; color: rgba(255,255,255,.67); }
.footer-column a:hover { color: #fff; }
.footer-action p { margin: 0 0 9px; color: rgba(255,255,255,.45); font-size: 12px; line-height: 1.65; }
.footer-action a { display: flex; justify-content: space-between; padding: 15px 0; color: var(--aqua); border-bottom: 1px solid rgba(103,217,207,.35); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 65px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); color: rgba(255,255,255,.3); font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }

.page-hero { position: relative; overflow: hidden; padding: 185px 0 100px; color: #fff; background: radial-gradient(circle at 82% 30%, #164e60 0, var(--navy) 48%); }
.page-hero::after { content: ""; position: absolute; right: -100px; bottom: -240px; width: 500px; height: 500px; border: 1px solid rgba(103,217,207,.12); border-radius: 50%; }
.page-hero-orb { position: absolute; right: 8%; top: 50%; width: 180px; height: 180px; border: 1px dashed rgba(103,217,207,.22); border-radius: 50%; }
.page-hero-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.1fr .7fr; gap: 100px; align-items: end; }
.page-hero h1 { margin: 0; font-size: clamp(50px, 6vw, 78px); line-height: 1; letter-spacing: -.055em; font-weight: 570; }
.page-hero-copy { padding-left: 36px; border-left: 1px solid rgba(255,255,255,.17); }
.page-hero-copy > p { margin: 0; color: rgba(255,255,255,.65); font-size: 16px; line-height: 1.7; }
.page-hero-copy .button-row { margin-top: 25px; }

.inner-cta { padding: 100px 0; background: var(--lime); }
.inner-cta-grid { display: grid; grid-template-columns: 1.1fr .7fr; gap: 110px; align-items: center; }
.inner-cta-grid p { margin: 0 0 25px; color: #384337; line-height: 1.7; font-size: 14px; }

@media (max-width: 900px) {
  .desktop-nav, .header-cta { display: none; }
  .mobile-menu { display: block; position: relative; }
  .mobile-menu summary { width: 42px; height: 42px; display: grid; place-content: center; gap: 6px; border: 1px solid rgba(255,255,255,.25); border-radius: 50%; cursor: pointer; list-style: none; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu summary span { width: 17px; height: 1px; background: #fff; }
  .mobile-menu nav { position: absolute; right: 0; top: 52px; width: 250px; padding: 20px; display: flex; flex-direction: column; gap: 5px; border: 1px solid rgba(255,255,255,.13); border-radius: 10px; background: #092235; box-shadow: 0 20px 50px rgba(0,0,0,.35); }
  .mobile-menu nav a { padding: 11px 8px; font-size: 13px; }
  .mobile-menu .mobile-cta { margin-top: 8px; text-align: center; color: var(--navy); background: var(--aqua); border-radius: 4px; }
  .hero { min-height: auto; padding-bottom: 145px; }
  .hero::after { height: 210px; bottom: -145px; }
  .hero-grid { grid-template-columns: 1fr; gap: 30px; padding-top: 90px; }
  .hero-visual { height: 470px; }
  .trust-strip { flex-wrap: wrap; }
  .split-heading, .process-grid, .audience-heading, .resource-panel, .closing-grid, .page-hero-grid, .inner-cta-grid { grid-template-columns: 1fr; gap: 45px; }
  .intro-copy, .page-hero-copy { border-left: 0; border-top: 1px solid var(--line); padding: 30px 0 0; }
  .page-hero-copy { border-color: rgba(255,255,255,.17); }
  .process-grid { gap: 70px; }
  .resource-panel { padding: 70px 8%; }
  .resource-stack { width: 400px; max-width: 100%; margin: auto; }
  .footer-main { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .shell { width: min(100% - 30px, 1180px); }
  .header-inner { height: 76px; }
  .hero { padding-top: 76px; }
  .hero-grid { padding-top: 75px; }
  .hero h1 { font-size: 50px; }
  .hero-visual { height: 410px; }
  .insight-card { width: min(310px, 86vw); min-height: 380px; padding: 23px; }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 290px; height: 290px; }
  .float-note-one { left: -5px; }
  .float-note-two { right: -3px; bottom: 58px; }
  .trust-strip { display: none; }
  .section { padding: 85px 0; }
  .intro-section { padding-top: 130px; }
  .section-topline { align-items: start; flex-direction: column; }
  .service-grid { grid-template-columns: 1fr; margin-top: 45px; }
  .service-card { min-height: 280px; padding: 25px 22px; grid-template-columns: 40px 1fr; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article, .audience-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .audience-grid h3 { margin-top: 25px; }
  .resource-panel { min-height: 750px; padding: 60px 25px; }
  .resource-stack { height: 300px; transform: scale(.88); transform-origin: left top; }
  .closing-cta { padding: 90px 0; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-column { padding-top: 20px; border-top: 1px solid rgba(255,255,255,.1); }
  .footer-bottom { flex-direction: column; }
  .page-hero { padding: 155px 0 80px; }
  .page-hero h1 { font-size: 49px; }
}

@media (prefers-reduced-motion: no-preference) {
  .reveal { animation: rise .7s ease both; }
  .delay-1 { animation-delay: .15s; }
  @keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
}

/* Interior pages — these sections map cleanly to WordPress groups and blocks. */
.mini-intro { display: grid; grid-template-columns: 1fr 1.1fr .8fr; gap: 55px; align-items: end; margin-bottom: 70px; }
.mini-intro .eyebrow { align-self: start; margin-top: 12px; }
.mini-intro h2, .wide-heading { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 62px); line-height: 1.06; letter-spacing: -.04em; font-weight: 400; color: var(--navy); }
.mini-intro > p:last-child { margin: 0; color: var(--muted); font-size: 14px; line-height: 1.75; }

.service-overview { background: var(--paper); }
.service-detail-list { border-top: 1px solid var(--line); }
.service-detail { scroll-margin-top: 20px; display: grid; grid-template-columns: 125px 1.1fr .8fr; gap: 55px; padding: 75px 0; border-bottom: 1px solid var(--line); }
.detail-rail { display: flex; flex-direction: column; gap: 42px; }
.detail-rail span, .detail-rail small { font-family: var(--font-geist-mono), monospace; font-size: 9px; text-transform: uppercase; letter-spacing: .15em; }
.detail-rail span { color: #168f87; }
.detail-rail small { color: #9a9f9e; writing-mode: vertical-rl; transform: rotate(180deg); }
.detail-main h2 { margin: 0 0 18px; font-family: Georgia, serif; font-size: 49px; line-height: 1; font-weight: 400; color: var(--navy); }
.detail-main h3 { max-width: 520px; margin: 0 0 19px; font-size: 17px; line-height: 1.45; font-weight: 560; color: var(--ink); }
.detail-main > p { max-width: 590px; margin: 0 0 30px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.detail-main .text-link { gap: 30px; }
.check-list { margin: 0; padding: 4px 0 0; list-style: none; }
.check-list li { display: flex; gap: 13px; padding: 13px 0; border-bottom: 1px solid var(--line); color: #46565d; font-size: 12px; line-height: 1.5; }
.check-list li span { color: #168f87; }

.engagement-section { color: #fff; background: var(--navy); }
.engagement-section .section-topline h2 { max-width: 780px; color: #fff; }
.engagement-grid { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 70px; border-top: 1px solid rgba(255,255,255,.16); }
.engagement-grid article { min-height: 315px; padding: 28px 34px 0 0; border-right: 1px solid rgba(255,255,255,.16); }
.engagement-grid article + article { padding-left: 34px; }
.engagement-grid article:last-child { border-right: 0; }
.engagement-grid span { font-family: var(--font-geist-mono), monospace; font-size: 9px; color: var(--aqua); }
.engagement-grid h3 { margin: 56px 0 16px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.engagement-grid p { min-height: 83px; margin: 0 0 28px; color: rgba(255,255,255,.57); font-size: 13px; line-height: 1.75; }
.engagement-grid small { color: var(--aqua); font-size: 10px; }

.statement-section { background: var(--paper); }
.statement-grid { display: grid; grid-template-columns: .45fr 1.3fr .7fr; gap: 70px; align-items: start; }
.statement-grid blockquote { margin: 0; font-family: Georgia, serif; font-size: clamp(41px, 5.3vw, 70px); line-height: 1.06; letter-spacing: -.045em; color: var(--navy); }
.statement-grid blockquote em { color: #168f87; font-weight: 400; }
.statement-grid > div p { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.8; }
.pillars-section { background: var(--cream); }
.pillar-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid var(--line); }
.pillar-grid article { min-height: 275px; padding: 27px 27px 0 0; border-right: 1px solid var(--line); }
.pillar-grid article + article { padding-left: 27px; }
.pillar-grid article:last-child { border-right: 0; }
.pillar-grid span, .value-grid span { font-family: var(--font-geist-mono), monospace; font-size: 9px; color: #168f87; }
.pillar-grid h3, .value-grid h3 { margin: 55px 0 14px; font-family: Georgia, serif; font-size: 26px; font-weight: 400; }
.pillar-grid p, .value-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.included-section { color: #fff; background: var(--navy); }
.included-grid { display: grid; grid-template-columns: .85fr 1.1fr; gap: 110px; }
.included-grid h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 64px); line-height: 1.07; font-weight: 400; letter-spacing: -.04em; }
.included-grid > div > p:not(.eyebrow) { margin: 25px 0 0; color: rgba(255,255,255,.58); font-size: 14px; line-height: 1.8; }
.large-check-list { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.large-check-list li { display: grid; grid-template-columns: 50px 1fr; gap: 17px; padding: 24px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.large-check-list li > span { font-family: var(--font-geist-mono), monospace; font-size: 9px; color: var(--aqua); }
.large-check-list strong, .large-check-list small { display: block; }
.large-check-list strong { margin-bottom: 7px; font-family: Georgia, serif; font-size: 21px; font-weight: 400; }
.large-check-list small { color: rgba(255,255,255,.5); font-size: 11px; line-height: 1.6; }
.fit-section { background: var(--paper); }
.fit-section .mini-intro { grid-template-columns: .45fr 1.5fr; }
.fit-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-left: 1px solid var(--line); }
.fit-grid p { min-height: 112px; margin: 0; padding: 28px; display: flex; align-items: end; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); font-family: Georgia, serif; font-size: 19px; line-height: 1.25; }
.legal-note { margin: 24px 0 0; color: #8a9394; font-size: 10px; line-height: 1.6; }

.notary-types { background: var(--paper); }
.notary-types .mini-intro { grid-template-columns: .45fr 1.55fr; }
.notary-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.notary-grid article { min-height: 280px; padding: 28px 32px 0 0; border-right: 1px solid var(--line); }
.notary-grid article + article { padding-left: 32px; }
.notary-grid article:last-child { border-right: 0; }
.notary-grid span { font-family: var(--font-geist-mono), monospace; font-size: 9px; color: #168f87; }
.notary-grid h3 { margin: 58px 0 15px; font-family: Georgia, serif; font-size: 28px; font-weight: 400; }
.notary-grid p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.prep-section { color: #fff; background: var(--navy); }
.prep-grid { display: grid; grid-template-columns: .9fr 1fr; gap: 120px; }
.prep-grid h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 63px); line-height: 1.06; font-weight: 400; }
.prep-grid ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid rgba(255,255,255,.15); }
.prep-grid li { display: grid; grid-template-columns: 45px 1fr; padding: 21px 0; border-bottom: 1px solid rgba(255,255,255,.15); }
.prep-grid li span { color: var(--aqua); font-size: 11px; }
.prep-grid li p { margin: 0; color: rgba(255,255,255,.6); font-size: 13px; line-height: 1.7; }
.notary-faq { background: var(--cream); }
.faq-grid { display: grid; grid-template-columns: .8fr 1fr; gap: 120px; }
.faq-grid h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 62px); line-height: 1.06; font-weight: 400; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { padding: 22px 0; border-bottom: 1px solid var(--line); }
.faq-list summary { cursor: pointer; font-family: Georgia, serif; font-size: 20px; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list p { margin: 16px 0 0; color: var(--muted); font-size: 13px; line-height: 1.75; }

.story-section { background: var(--paper); }
.story-grid { display: grid; grid-template-columns: .8fr 1.25fr; gap: 120px; align-items: center; }
.story-mark { position: relative; aspect-ratio: 1; display: grid; place-items: center; border-radius: 50%; color: var(--aqua); background: radial-gradient(circle at 35% 30%, #164b60, var(--navy) 64%); box-shadow: 0 35px 75px rgba(7,28,44,.2); }
.story-mark::before, .story-mark::after { content: ""; position: absolute; border: 1px solid rgba(103,217,207,.22); border-radius: 50%; }
.story-mark::before { inset: 9%; }
.story-mark::after { inset: 20%; border-style: dashed; }
.story-mark span { position: relative; z-index: 2; font-family: Georgia, serif; font-size: 75px; letter-spacing: -.13em; transform: translateX(-7px); }
.story-mark small { position: absolute; bottom: 18%; z-index: 2; font-size: 9px; text-transform: uppercase; letter-spacing: .16em; }
.story-grid h2 { margin: 0 0 28px; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 63px); line-height: 1.05; font-weight: 400; }
.story-grid > div:last-child > p:not(.eyebrow) { margin: 0 0 18px; color: var(--muted); font-size: 14px; line-height: 1.85; }
.values-section { color: #fff; background: var(--navy); }
.light-text { color: #fff; }
.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 65px; border-top: 1px solid rgba(255,255,255,.15); }
.value-grid article { min-height: 285px; padding: 27px 28px 0 0; border-right: 1px solid rgba(255,255,255,.15); }
.value-grid article + article { padding-left: 28px; }
.value-grid article:last-child { border-right: 0; }
.value-grid h3 { color: #fff; }
.value-grid p { color: rgba(255,255,255,.54); }
.promise-section { background: var(--paper); }
.promise-grid { display: grid; grid-template-columns: 1fr .8fr; gap: 110px; align-items: center; }
.promise-grid h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(42px, 5vw, 62px); line-height: 1.06; font-weight: 400; }
.promise-points { border-top: 1px solid var(--line); }
.promise-points p { display: grid; grid-template-columns: 45px 1fr; margin: 0; padding: 20px 0; border-bottom: 1px solid var(--line); font-size: 13px; }
.promise-points span { font-family: var(--font-geist-mono), monospace; font-size: 9px; color: #168f87; }

.resource-library { background: var(--paper); }
.resource-library > .shell { display: grid; grid-template-columns: .55fr 1.35fr; gap: 90px; align-items: start; }
.resource-index { position: sticky; top: 35px; }
.resource-index h2 { margin: 0 0 38px; font-family: Georgia, serif; font-size: 42px; line-height: 1.08; font-weight: 400; }
.resource-index nav { display: flex; flex-direction: column; border-top: 1px solid var(--line); }
.resource-index nav a { display: flex; justify-content: space-between; padding: 13px 0; border-bottom: 1px solid var(--line); color: var(--muted); font-size: 11px; }
.resource-index nav a::after { content: "→"; color: #168f87; }
.field-note-list { border-top: 1px solid var(--line); }
.field-note { scroll-margin-top: 30px; display: grid; grid-template-columns: 120px 1fr; gap: 28px; padding: 50px 0; border-bottom: 1px solid var(--line); }
.note-meta { display: flex; flex-direction: column; gap: 17px; }
.note-meta span, .note-meta small { font-family: var(--font-geist-mono), monospace; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.note-meta span { color: #168f87; }
.note-meta small { color: #8a9496; }
.note-content h3 { margin: 0 0 15px; font-family: Georgia, serif; font-size: 31px; font-weight: 400; }
.note-content > p { margin: 0; color: var(--muted); font-size: 13px; line-height: 1.75; }
.note-content details { margin-top: 25px; }
.note-content summary { display: flex; justify-content: space-between; padding: 13px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); cursor: pointer; list-style: none; font-size: 11px; font-weight: 650; }
.note-content summary::-webkit-details-marker { display: none; }
.note-content summary span { color: #168f87; font-size: 18px; }
.note-content ul { margin: 25px 0; padding-left: 20px; color: var(--muted); font-size: 12px; line-height: 2; }
.note-content .note-action { padding: 14px; color: #516165; background: var(--cream); font-size: 10px; }
.resource-newsletter { padding: 95px 0; color: #fff; background: var(--navy); }
.newsletter-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 110px; align-items: end; }
.newsletter-grid h2 { margin: 0; font-family: Georgia, serif; font-size: clamp(43px, 5vw, 62px); line-height: 1.06; font-weight: 400; }
.newsletter-grid > div > p:not(.eyebrow) { max-width: 540px; color: rgba(255,255,255,.54); font-size: 13px; line-height: 1.7; }
.newsletter-form label { display: block; margin-bottom: 9px; font-family: var(--font-geist-mono), monospace; color: var(--aqua); font-size: 8px; text-transform: uppercase; letter-spacing: .13em; }
.newsletter-form > div { display: flex; border-bottom: 1px solid rgba(255,255,255,.35); }
.newsletter-form input { flex: 1; min-width: 0; padding: 16px 0; color: #fff; outline: none; background: transparent; border: 0; }
.newsletter-form button { padding: 0 0 0 20px; color: var(--aqua); background: transparent; border: 0; cursor: pointer; }
.newsletter-form small { display: block; margin-top: 12px; color: rgba(255,255,255,.32); font-size: 8px; line-height: 1.5; }
.resource-contact { background: var(--lime); }

.contact-section { background: var(--cream); }
.contact-grid { display: grid; grid-template-columns: .7fr 1.1fr; gap: 100px; align-items: start; }
.contact-sidebar h2 { margin: 0 0 38px; font-family: Georgia, serif; font-size: 48px; font-weight: 400; }
.contact-sidebar ol { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.contact-sidebar li { display: grid; grid-template-columns: 45px 1fr; padding: 18px 0; border-bottom: 1px solid var(--line); }
.contact-sidebar li > span { font-family: var(--font-geist-mono), monospace; font-size: 8px; color: #168f87; }
.contact-sidebar li p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
.contact-sidebar li strong { color: var(--ink); }
.contact-facts { margin-top: 40px; }
.contact-facts p { margin: 0 0 18px; color: var(--ink); font-size: 12px; }
.contact-facts small { display: block; margin-bottom: 5px; color: #168f87; font-family: var(--font-geist-mono), monospace; font-size: 8px; text-transform: uppercase; letter-spacing: .12em; }
.form-card { padding: 48px; border-radius: 10px; background: #fff; box-shadow: 0 30px 70px rgba(7,28,44,.09); }
.form-heading > span { font-family: var(--font-geist-mono), monospace; font-size: 8px; text-transform: uppercase; letter-spacing: .15em; color: #168f87; }
.form-heading h2 { margin: 14px 0 11px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.form-heading p { margin: 0 0 35px; color: #7a8588; font-size: 10px; line-height: 1.6; }
.inquiry-form { display: flex; flex-direction: column; gap: 19px; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.inquiry-form label { display: flex; flex-direction: column; gap: 8px; color: #657276; font-size: 9px; text-transform: uppercase; letter-spacing: .1em; }
.inquiry-form input, .inquiry-form select, .inquiry-form textarea { width: 100%; padding: 13px 0; border: 0; border-bottom: 1px solid #ccd3d3; border-radius: 0; outline: none; background: transparent; color: var(--ink); font-size: 13px; text-transform: none; letter-spacing: 0; }
.inquiry-form textarea { padding: 13px; border: 1px solid #ccd3d3; resize: vertical; }
.inquiry-form input:focus, .inquiry-form select:focus, .inquiry-form textarea:focus { border-color: #168f87; }
.inquiry-form .consent { flex-direction: row; align-items: start; gap: 10px; text-transform: none; letter-spacing: 0; line-height: 1.5; }
.inquiry-form .consent input { width: auto; margin-top: 2px; }
.form-submit { align-self: start; border: 0; cursor: pointer; }
.form-success { min-height: 370px; display: flex; flex-direction: column; align-items: start; justify-content: center; }
.form-success > span { display: grid; place-items: center; width: 45px; height: 45px; border-radius: 50%; background: var(--aqua); color: var(--navy); }
.form-success h2 { margin: 25px 0 10px; font-family: Georgia, serif; font-size: 36px; font-weight: 400; }
.form-success p { max-width: 470px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.form-success button { margin-top: 18px; padding: 0 0 5px; border: 0; border-bottom: 1px solid var(--ink); background: none; cursor: pointer; font-size: 11px; }
.form-alert { margin-bottom: 20px; padding: 13px 15px; border-left: 3px solid #b43b3b; color: #692828; background: #fff2f2; font-size: 12px; line-height: 1.6; }
.form-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.newsletter-placeholder { display: block !important; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.2); border-bottom: 1px solid rgba(255,255,255,.35); }
.newsletter-placeholder strong { display: block; margin-bottom: 9px; font-family: Georgia, serif; font-size: 24px; font-weight: 400; color: #fff; }
.newsletter-placeholder p { margin: 0; color: rgba(255,255,255,.55); font-size: 12px; line-height: 1.7; }
.content-section { min-height: 48vh; background: var(--paper); }
.content-narrow { max-width: 820px; }
.entry-content { font-size: 16px; line-height: 1.8; }
.entry-content h2, .entry-content h3 { font-family: Georgia, serif; font-weight: 400; color: var(--navy); }
.entry-content h2 { font-size: clamp(34px, 4vw, 48px); }
.entry-content a { color: #087b73; text-decoration: underline; text-underline-offset: 3px; }
.content-card { padding: 30px 0; border-bottom: 1px solid var(--line); }
.content-card h2 { margin: 0 0 12px; font-family: Georgia, serif; font-weight: 400; font-size: 32px; }
.screen-reader-text { position: absolute !important; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.screen-reader-text:focus { z-index: 99999; top: 10px; left: 10px; width: auto; height: auto; padding: 12px 16px; clip: auto; color: var(--navy); background: #fff; }
.wpforms-container .wpforms-field-label { color: #657276; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; }
.wpforms-container input, .wpforms-container select, .wpforms-container textarea { border-color: #ccd3d3 !important; border-radius: 0 !important; }
.wpforms-container button[type="submit"] { min-height: 52px !important; padding: 0 22px !important; border: 0 !important; border-radius: 4px !important; color: var(--navy) !important; background: var(--aqua) !important; font-weight: 650 !important; }
.site-footer .footer-bottom a:hover { color: #fff; }

@media (max-width: 640px) {
  .brand-logo { max-width: 205px; height: 44px; }
}
.contact-bottom { padding: 27px 0; color: rgba(255,255,255,.52); background: var(--navy); }
.contact-bottom .shell { display: flex; flex-wrap: wrap; justify-content: center; gap: 18px; }
.contact-bottom p { margin: 0; font-size: 9px; text-transform: uppercase; letter-spacing: .14em; }
.contact-bottom span { color: var(--aqua); }

@media (max-width: 900px) {
  .mini-intro { grid-template-columns: 1fr; gap: 24px; }
  .service-detail { grid-template-columns: 70px 1fr; }
  .service-detail .check-list { grid-column: 2; }
  .engagement-grid, .pillar-grid, .value-grid { grid-template-columns: repeat(2, 1fr); }
  .statement-grid, .included-grid, .prep-grid, .faq-grid, .story-grid, .promise-grid, .newsletter-grid, .contact-grid { grid-template-columns: 1fr; gap: 65px; }
  .statement-grid .eyebrow { margin-bottom: -25px; }
  .resource-library > .shell { grid-template-columns: 1fr; }
  .resource-index { position: static; }
  .story-mark { width: min(500px, 85vw); margin: auto; }
}

@media (max-width: 640px) {
  .service-detail { grid-template-columns: 1fr; gap: 26px; padding: 55px 0; }
  .detail-rail { flex-direction: row; gap: 20px; }
  .detail-rail small { writing-mode: initial; transform: none; }
  .service-detail .check-list { grid-column: 1; }
  .detail-main h2 { font-size: 42px; }
  .engagement-grid, .pillar-grid, .value-grid, .fit-grid, .notary-grid { grid-template-columns: 1fr; }
  .engagement-grid article, .engagement-grid article + article, .pillar-grid article, .pillar-grid article + article, .value-grid article, .value-grid article + article, .notary-grid article, .notary-grid article + article { min-height: auto; padding: 28px 0; border-right: 0; border-bottom: 1px solid currentColor; }
  .engagement-grid h3, .pillar-grid h3, .value-grid h3, .notary-grid h3 { margin-top: 28px; }
  .fit-grid p { min-height: 90px; }
  .field-note { grid-template-columns: 1fr; gap: 20px; }
  .note-meta { flex-direction: row; }
  .newsletter-form > div { flex-direction: column; }
  .newsletter-form button { padding: 12px 0; text-align: left; }
  .form-card { padding: 30px 22px; }
  .form-grid { grid-template-columns: 1fr; }
}
