:root {
  --navy: #07182d;
  --navy-2: #102b4a;
  --gold: #d7ad59;
  --gold-light: #f0d89c;
  --paper: #f6f3ec;
  --white: #ffffff;
  --ink: #102033;
  --muted: #617083;
  --line: #d9d8d2;
  --radius: 18px;
  --shadow: 0 22px 70px rgba(7,24,45,.12);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, "PingFang SC", "Microsoft YaHei", system-ui, sans-serif; font-size: 16px; line-height: 1.7; }
a { color: inherit; text-decoration: none; }
.skip { position: fixed; left: 1rem; top: -5rem; z-index: 100; background: white; padding: .7rem 1rem; }
.skip:focus { top: 1rem; }
.site-header { min-height: 82px; display: flex; align-items: center; gap: 2rem; padding: 0 clamp(1.25rem, 5vw, 5rem); background: rgba(7,24,45,.96); color: white; position: sticky; top: 0; z-index: 20; backdrop-filter: blur(14px); border-bottom: 1px solid rgba(255,255,255,.08); }
.brand { display: flex; align-items: center; gap: .75rem; margin-right: auto; }
.brand-mark { width: 42px; height: 42px; display: grid; place-items: center; border: 1px solid var(--gold); border-radius: 11px; color: var(--gold-light); font-weight: 800; }
.brand strong, .brand small { display: block; }
.brand strong { letter-spacing: .08em; }
.brand small { color: #9eafc0; font-size: .72rem; letter-spacing: .12em; }
nav { display: flex; gap: 1.6rem; font-size: .9rem; color: #c7d2de; }
nav a:hover { color: white; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 50px; padding: .75rem 1.3rem; border: 1px solid var(--gold); border-radius: 8px; background: var(--gold); color: #142033; font: inherit; font-weight: 760; cursor: pointer; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); background: #e1bd70; }
.button-small { min-height: 42px; padding: .55rem 1rem; font-size: .88rem; }
.button-ghost { background: transparent; color: currentColor; }
.hero { min-height: 710px; padding: 4.5rem clamp(1.25rem, 6vw, 6rem) 5rem; color: white; background: var(--navy); overflow: hidden; position: relative; }
.hero::after { content: ""; position: absolute; inset: 0 0 auto auto; width: 44vw; height: 100%; opacity: .12; background-image: linear-gradient(rgba(215,173,89,.5) 1px, transparent 1px), linear-gradient(90deg, rgba(215,173,89,.5) 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to left, #000, transparent); }
.eyebrow, .kicker { text-transform: uppercase; letter-spacing: .13em; font-size: .72rem; font-weight: 760; color: var(--gold); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr); gap: clamp(2rem, 6vw, 6rem); align-items: center; max-width: 1320px; margin: 4rem auto 0; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 820px; margin-bottom: 1.5rem; font-size: clamp(2.8rem, 6vw, 6.4rem); line-height: 1.06; letter-spacing: -.055em; font-weight: 850; }
h1 em { color: var(--gold-light); font-style: normal; }
.hero-lede { max-width: 720px; color: #cbd5df; font-size: clamp(1rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; gap: .8rem; flex-wrap: wrap; margin: 2rem 0; }
.hero .button-ghost { color: white; border-color: #49627b; }
.trust-line { display: flex; flex-wrap: wrap; gap: 1rem 1.8rem; list-style: none; padding: 0; margin: 2.2rem 0 0; color: #9eafc0; font-size: .84rem; }
.trust-line li::before { content: ""; display: inline-block; width: 6px; height: 6px; margin: 0 .55rem .1rem 0; border-radius: 50%; background: var(--gold); }
.field-card { min-height: 455px; padding: 1.25rem; border: 1px solid rgba(255,255,255,.16); border-radius: 24px; background: rgba(255,255,255,.06); box-shadow: 0 35px 100px rgba(0,0,0,.22); transform: rotate(1.5deg); }
.field-grid { height: 8px; border-radius: 20px; background: repeating-linear-gradient(90deg,var(--gold) 0 26px,transparent 26px 34px); }
.field-label { display: flex; align-items: center; justify-content: space-between; margin: 1rem 0; color: #9eafc0; font-size: .8rem; letter-spacing: .12em; text-transform: uppercase; }
.field-label span { color: var(--gold); }
.photo-placeholder { min-height: 305px; display: flex; flex-direction: column; justify-content: flex-end; padding: 1.35rem; border: 1px dashed #60758b; border-radius: 14px; background: linear-gradient(145deg,#173858,#0b2139); color: white; }
.photo-placeholder strong { font-size: 1.1rem; }
.photo-placeholder span { color: #a9b9c7; font-size: .8rem; }
.decision-board { display: grid; gap: .65rem; padding: 1rem 0; }
.decision-board div { display: grid; grid-template-columns: 66px 1fr; gap: 1rem; align-items: center; min-height: 64px; padding: .8rem 1rem; border: 1px solid #38516a; border-radius: 10px; background: rgba(7,24,45,.52); }
.decision-board span { color: var(--gold); font-size: .76rem; letter-spacing: .1em; }
.decision-board strong { font-size: .95rem; }
.field-card > p { margin: 1rem 0 0; color: #9eafc0; font-size: .78rem; }
.ip-strip { display: flex; justify-content: space-between; gap: 2rem; align-items: center; padding: 1.1rem clamp(1.25rem, 6vw, 6rem); border-bottom: 1px solid var(--line); background: #fff; }
.ip-strip p { margin: 0; font-weight: 650; }
.ip-strip p span { margin-right: .75rem; color: #997222; font-size: .76rem; letter-spacing: .11em; text-transform: uppercase; }
.ip-strip > a, .text-link { color: #7f5c16; font-weight: 760; }
.ip-strip > a { flex: 0 0 auto; font-size: .88rem; }
.section { padding: clamp(4.5rem, 8vw, 8rem) clamp(1.25rem, 6vw, 6rem); }
.section-heading { max-width: 1200px; margin: 0 auto 3rem; display: grid; grid-template-columns: 56px 1fr; gap: 1.2rem; align-items: start; }
.section-no { width: 48px; height: 48px; display: grid; place-items: center; border: 1px solid var(--line); border-radius: 50%; color: var(--gold); font-weight: 760; }
.section-heading h2 { margin: 0; font-size: clamp(2rem, 4vw, 4.2rem); line-height: 1.12; letter-spacing: -.045em; }
.section-heading .kicker { margin: 0 0 .4rem; }
.audience-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.audience-grid article { padding: 2.5rem 2rem; border-right: 1px solid var(--line); }
.audience-grid article:last-child { border-right: 0; }
.audience-grid article > span { color: var(--gold); font-weight: 800; }
.audience-grid h3 { margin: 2rem 0 .75rem; font-size: 1.35rem; }
.audience-grid p { margin: 0; color: var(--muted); }
.boundary-note { max-width: 1200px; margin: 1.5rem auto 0; padding: 1rem 1.2rem; background: #ece8dd; border-left: 3px solid var(--gold); color: #4c5968; }
.insights { color: white; background: #0c223b; }
.insights .section-heading h2 { color: white; }
.insights .section-no { border-color: #38516a; }
.insight-lead { max-width: 1200px; margin: -1rem auto 2rem; display: flex; justify-content: space-between; gap: 2rem; align-items: end; }
.insight-lead p { max-width: 780px; margin: 0; color: #afbecb; }
.insights .text-link { color: var(--gold-light); }
.insight-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.2fr 1fr 1fr; gap: 1rem; }
.insight-card { min-height: 330px; padding: 1.7rem; display: flex; flex-direction: column; border: 1px solid #314b66; border-radius: 14px; background: #102b4a; }
.insight-card-primary { background: var(--gold); color: #142033; border-color: var(--gold); }
.insight-card-primary .insight-meta, .insight-card-primary p { color: #5b4b2f; }
.insight-card-primary .text-link { color: #142033; }
.insight-meta { display: flex; justify-content: space-between; gap: 1rem; color: #9eafc0; font-size: .74rem; letter-spacing: .05em; }
.insight-meta span { text-transform: uppercase; }
.insight-card h3 { margin: auto 0 1rem; font-size: clamp(1.35rem, 2.1vw, 2rem); line-height: 1.28; }
.insight-card p { color: #afbecb; font-size: .9rem; }
.insight-card .text-link { margin-top: auto; font-size: .86rem; }
.insight-cta { max-width: 1200px; margin: 1rem auto 0; padding: 1.3rem 1.5rem; display: flex; justify-content: space-between; gap: 2rem; align-items: center; border: 1px solid #314b66; border-radius: 14px; }
.insight-cta strong, .insight-cta span { display: block; }
.insight-cta span { margin-top: .25rem; color: #9eafc0; font-size: .82rem; }
.services { background: white; }
.service-stack { max-width: 1200px; margin: 0 auto; display: grid; gap: 1rem; }
.service-card { display: grid; grid-template-columns: 70px minmax(0,1fr) 320px; gap: 1.8rem; padding: 2.2rem; border: 1px solid var(--line); border-radius: var(--radius); background: #fbfbf9; }
.service-card.featured { border-color: var(--gold); box-shadow: var(--shadow); }
.service-index { font-size: 2rem; font-weight: 850; color: #c9c6bc; }
.service-type { margin-bottom: .35rem; color: #997222; font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.service-main h3 { margin-bottom: .6rem; font-size: 1.8rem; }
.service-main > p, .service-buy p { color: var(--muted); }
.service-main ul { columns: 2; column-gap: 2rem; padding-left: 1.1rem; margin-bottom: 0; }
.service-buy { padding-left: 1.7rem; border-left: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; gap: 1rem; }
.service-buy span, .service-buy small { display: block; color: var(--muted); font-size: .78rem; }
.service-buy strong { display: block; font-size: 2.4rem; line-height: 1.2; }
.service-buy sup { font-size: .9rem; margin-left: .2rem; }
.service-buy p { margin: 0; font-size: .76rem; line-height: 1.5; }
.service-buy .button-ghost { color: var(--navy); }
.process { color: white; background: var(--navy); }
.section-heading.light .section-no { border-color: #38516a; }
.section-heading.light h2 { color: white; }
.process-list { max-width: 1200px; margin: 0 auto; padding: 0; display: grid; grid-template-columns: repeat(3,1fr); list-style: none; border-top: 1px solid #2e465f; border-left: 1px solid #2e465f; }
.process-list li { min-height: 190px; padding: 1.7rem; border-right: 1px solid #2e465f; border-bottom: 1px solid #2e465f; display: flex; flex-direction: column; }
.process-list span { color: var(--gold); font-size: .75rem; }
.process-list strong { margin-top: auto; font-size: 1.2rem; }
.process-list small { margin-top: .3rem; color: #9eafc0; font-size: .8rem; line-height: 1.5; }
.proof-grid { max-width: 1200px; margin: 0 auto; display: grid; grid-template-columns: 1.05fr .95fr; gap: 4rem; align-items: center; }
.proof-copy h3 { font-size: clamp(1.8rem, 3vw, 3rem); line-height: 1.2; }
.proof-copy > p { max-width: 620px; color: var(--muted); }
.proof-copy dl { margin: 2rem 0 0; border-top: 1px solid var(--line); }
.proof-copy dl div { display: flex; justify-content: space-between; gap: 1rem; padding: .8rem 0; border-bottom: 1px solid var(--line); }
.proof-copy dt { color: var(--muted); }
.proof-copy dd { margin: 0; font-weight: 700; text-align: right; }
.proof-photo { min-height: 430px; }
.proof-panel { padding: clamp(1.8rem, 4vw, 3rem); border-radius: 18px; background: var(--navy); color: white; box-shadow: var(--shadow); }
.proof-panel h3 { margin: .7rem 0 1.5rem; font-size: clamp(1.7rem, 3vw, 2.7rem); line-height: 1.2; }
.proof-panel ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid #38516a; }
.proof-panel li { padding: .8rem 0; border-bottom: 1px solid #38516a; color: #c7d2de; }
.proof-panel li::before { content: "—"; margin-right: .7rem; color: var(--gold); }
.faq { background: #ebe8e0; }
.faq-list { max-width: 920px; margin: 0 auto; border-top: 1px solid #c9c6bd; }
details { border-bottom: 1px solid #c9c6bd; }
summary { padding: 1.3rem 3rem 1.3rem 0; cursor: pointer; font-weight: 750; list-style: none; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: .5rem; color: #9a762c; font-size: 1.4rem; }
details[open] summary::after { content: "−"; }
details p { padding: 0 3rem 1.3rem 0; margin: 0; color: var(--muted); }
.intake { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(2rem, 6vw, 6rem); color: white; background: #0c223b; }
.intake-copy h2 { font-size: clamp(2.2rem, 4vw, 4.5rem); line-height: 1.12; letter-spacing: -.045em; }
.intake-copy > p { color: #aebdca; }
.intake-checks { display: flex; flex-wrap: wrap; gap: .6rem; }
.intake-checks span { padding: .4rem .7rem; border: 1px solid #38516a; border-radius: 999px; color: #c7d2de; font-size: .78rem; }
.intake-form { padding: clamp(1.3rem, 3vw, 2.5rem); border-radius: var(--radius); background: white; color: var(--ink); box-shadow: 0 25px 70px rgba(0,0,0,.2); }
.preview-flag { margin: -1rem -1rem 1.4rem; padding: .7rem 1rem; border-radius: 10px; background: #fff6df; color: #705318; font-size: .78rem; text-align: center; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: block; margin-bottom: 1rem; font-size: .86rem; font-weight: 700; }
input, select, textarea { width: 100%; margin-top: .35rem; padding: .8rem .9rem; border: 1px solid #c8ccd0; border-radius: 7px; background: #fff; color: var(--ink); font: inherit; }
input:focus, select:focus, textarea:focus { outline: 3px solid rgba(215,173,89,.3); border-color: #ac8433; }
.consent { display: flex; align-items: flex-start; gap: .55rem; font-weight: 500; color: var(--muted); }
.consent input { width: auto; margin-top: .35rem; }
.intake-form .button { width: 100%; }
.form-status { margin: .8rem 0 0; color: #8a681f; font-size: .82rem; text-align: center; }
footer { padding: 3rem clamp(1.25rem, 6vw, 6rem); color: #9eafc0; background: #061425; font-size: .78rem; }
.footer-brand { display: flex; align-items: baseline; gap: 1rem; margin-bottom: 1rem; }
.footer-brand strong { color: white; font-size: 1rem; }
.footer-links { display: flex; flex-wrap: wrap; gap: 1rem 1.5rem; margin: 1rem 0; color: #d0d8df; }
footer p { max-width: 1000px; }
.legal-main { max-width: 980px; margin: 0 auto; padding: 5rem clamp(1.25rem, 6vw, 4rem) 7rem; }
.legal-title { padding-bottom: 2.5rem; border-bottom: 1px solid var(--line); }
.legal-title h1 { color: var(--navy); font-size: clamp(2.6rem, 6vw, 5rem); }
.legal-title > p { color: var(--muted); }
.legal-nav { position: static; display: flex; flex-wrap: wrap; gap: .6rem; padding: 1.5rem 0; }
.legal-nav a { padding: .4rem .75rem; border: 1px solid var(--line); border-radius: 999px; background: white; color: var(--navy); font-size: .78rem; }
.legal-main section { padding: 3rem 0; border-top: 1px solid var(--line); scroll-margin-top: 90px; }
.legal-main section:first-of-type { border-top: 0; }
.legal-main section h2 { margin-bottom: 1rem; font-size: clamp(1.7rem, 3vw, 2.6rem); }
.legal-main section h3 { margin: 1.5rem 0 .5rem; font-size: 1.05rem; }
.legal-main section p, .legal-main section li { color: #4d5c6c; }
.content-page { background: #f6f3ec; }
.content-hero { padding: 5rem clamp(1.25rem, 6vw, 6rem) 4rem; color: white; background: var(--navy); }
.content-hero-inner { max-width: 1200px; margin: 0 auto; }
.content-hero h1 { max-width: 900px; font-size: clamp(2.7rem, 6vw, 5.6rem); }
.content-hero p { max-width: 760px; color: #b7c4d0; font-size: 1.08rem; }
.content-index { max-width: 1200px; margin: 0 auto; padding: 4rem clamp(1.25rem, 4vw, 3rem) 7rem; }
.content-index-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.content-index-card { min-height: 360px; padding: 1.8rem; display: flex; flex-direction: column; border: 1px solid var(--line); border-radius: 14px; background: white; }
.content-index-card:first-child { background: #102b4a; color: white; border-color: #102b4a; }
.content-index-card:first-child p { color: #b7c4d0; }
.content-index-card .insight-meta { color: #8b774e; }
.content-index-card h2 { margin: auto 0 1rem; font-size: clamp(1.55rem, 2.4vw, 2.2rem); line-height: 1.25; }
.content-index-card p { color: var(--muted); }
.content-index-card .text-link { margin-top: auto; }
.article-page { background: #f6f3ec; }
.article-shell { max-width: 1180px; margin: 0 auto; padding: 4.5rem clamp(1.25rem, 5vw, 4rem) 7rem; display: grid; grid-template-columns: minmax(0, 740px) 280px; gap: 5rem; align-items: start; }
.article-kicker { color: #997222; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; font-size: .75rem; }
.article-head h1 { max-width: 760px; margin: .8rem 0 1.4rem; color: var(--navy); font-size: clamp(2.5rem, 5vw, 4.8rem); line-height: 1.08; }
.article-deck { color: var(--muted); font-size: 1.16rem; }
.article-byline { padding: 1rem 0 2rem; border-bottom: 1px solid var(--line); color: #7a8790; font-size: .83rem; }
.article-body { padding-top: 1rem; }
.article-body h2 { margin: 2.8rem 0 .8rem; color: var(--navy); font-size: clamp(1.65rem, 3vw, 2.35rem); line-height: 1.25; }
.article-body h3 { margin: 1.5rem 0 .5rem; font-size: 1.15rem; }
.article-body p, .article-body li { color: #435366; }
.article-body ol, .article-body ul { padding-left: 1.25rem; }
.article-quote { margin: 2rem 0; padding: 1.5rem; border-left: 4px solid var(--gold); background: #ece8dd; color: var(--navy); font-size: 1.16rem; font-weight: 700; }
.article-aside { position: sticky; top: 110px; padding: 1.5rem; border: 1px solid var(--gold); border-radius: 14px; background: white; }
.article-aside strong, .article-aside span { display: block; }
.article-aside span { margin: .6rem 0 1.2rem; color: var(--muted); font-size: .86rem; }
.article-aside .button { width: 100%; }
.article-next { margin-top: 3.5rem; padding-top: 2rem; border-top: 1px solid var(--line); }
.article-next a { display: block; margin-top: .5rem; color: #7f5c16; font-weight: 760; }
.not-found { min-height: calc(100vh - 82px); padding: clamp(5rem, 12vw, 10rem) clamp(1.25rem, 8vw, 8rem); color: white; background: var(--navy); }
.not-found h1 { margin-top: 1.25rem; }
.not-found > p:not(.kicker) { max-width: 680px; color: #cbd5df; font-size: 1.08rem; }
.not-found .button-ghost { color: white; border-color: #49627b; }
@media (max-width: 900px) {
  .site-header nav { display: none; }
  .hero { min-height: auto; }
  .hero-grid, .proof-grid, .intake { grid-template-columns: 1fr; }
  .field-card { max-width: 580px; transform: none; }
  .service-card { grid-template-columns: 52px 1fr; }
  .service-buy { grid-column: 2; padding: 1.4rem 0 0; border: 0; border-top: 1px solid var(--line); }
  .process-list { grid-template-columns: repeat(2,1fr); }
  .insight-grid, .content-index-grid { grid-template-columns: 1fr; }
  .insight-card, .content-index-card { min-height: 260px; }
  .article-shell { grid-template-columns: 1fr; gap: 2.5rem; }
  .article-aside { position: static; }
}
@media (max-width: 620px) {
  .site-header { min-height: 70px; padding: 0 1rem; }
  .site-header > .button { display: none; }
  .brand-mark { width: 38px; height: 38px; }
  .hero { padding-top: 3rem; }
  .hero-grid { margin-top: 2.5rem; }
  h1 { font-size: 2.65rem; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .section-heading { grid-template-columns: 42px 1fr; gap: .8rem; }
  .section-no { width: 38px; height: 38px; }
  .audience-grid { grid-template-columns: 1fr; }
  .audience-grid article { border-right: 0; border-bottom: 1px solid var(--line); padding: 2rem .5rem; }
  .audience-grid article:last-child { border-bottom: 0; }
  .service-card { grid-template-columns: 1fr; padding: 1.4rem; gap: .8rem; }
  .service-index { font-size: 1rem; }
  .service-main ul { columns: 1; }
  .service-buy { grid-column: 1; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 150px; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .footer-brand { align-items: flex-start; flex-direction: column; gap: .2rem; }
  .ip-strip, .insight-lead, .insight-cta { align-items: flex-start; flex-direction: column; }
  .article-shell { padding-top: 3rem; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}
