
:root {
--ink: #0E1A33;
--cobalt: #0A5AF9;
--cobalt-soft: #5B8CFB;
--teal-deep: #1F5C5C;
--teal-soft: #3D7D7D;
--bone: #FFFFFF;
--bone-deep: #F3F5FA;
--foam: #E7EEFE;
--ochre: #D9A441;
--ink-soft: #3D4566;
}
* { margin: 0; padding: 0; box-sizing: border-box; }
body {
font-family: 'Inter', sans-serif;
background: var(--bone);
color: var(--ink);
line-height: 1.65;
font-weight: 400;
}
h1, h2, h3 { font-family: 'Fraunces', serif; line-height: 1.1; color: var(--ink); font-weight: 500; }
a { text-decoration: none; color: inherit; }
.wrap { max-width: 1180px; margin: 0 auto; padding: 0 32px; }

/* grain */
body::before {
content: '';
position: fixed;
inset: 0;
pointer-events: none;
z-index: 9999;
opacity: 0.025;
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

/* NAV */
.site-nav { padding: 20px 0; border-bottom: 1px solid rgba(14,26,51,0.08); }
.site-nav .wrap { display: flex; align-items: center; justify-content: space-between; }
.logo img { height: 64px; width: auto; display: block; }
.navlinks { display: flex; gap: 34px; font-size: 14.5px; font-weight: 500; color: var(--ink-soft); }
.navlinks a:hover { color: var(--cobalt); }
.nav-cta { background: var(--ink); color: var(--bone); padding: 10px 22px; border-radius: 3px; font-size: 13.5px; font-weight: 600; letter-spacing: 0.3px; transition: opacity 0.15s; }
.nav-cta:hover { opacity: 0.85; }

/* HERO */
.hero {
padding: 100px 0 80px;
position: relative;
overflow: hidden;
background: var(--bone);
}
.hero-bg-wave {
position: absolute;
top: 0; right: -60px; bottom: 0;
width: 55%;
pointer-events: none;
opacity: 0.07;
}
.hero-bg-wave svg { width: 100%; height: 100%; }
.hero-content { position: relative; z-index: 2; max-width: 760px; }
.hero-label {
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--cobalt);
margin-bottom: 28px;
display: flex;
align-items: center;
gap: 12px;
}
.hero-label::before { content: ''; width: 22px; height: 1px; background: var(--cobalt); }
.hero h1 {
font-size: 62px;
letter-spacing: -1px;
margin-bottom: 28px;
line-height: 1.05;
}
.hero h1 .it { font-style: italic; color: var(--teal-deep); }
.hero p.lede {
font-size: 19px;
color: var(--ink-soft);
max-width: 540px;
margin-bottom: 42px;
line-height: 1.7;
}
.hero-ctas { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.btn-primary {
display: inline-flex; align-items: center; gap: 10px;
background: var(--ink); color: var(--bone);
padding: 16px 28px; border-radius: 3px;
font-weight: 600; font-size: 15.5px;
transition: transform 0.15s ease, opacity 0.15s;
}
.btn-primary:hover { transform: translateY(-2px); }
.btn-text { font-weight: 600; font-size: 14.5px; border-bottom: 1.5px solid var(--ink); padding-bottom: 3px; color: var(--ink); }
.hero-accent-line {
margin-top: 72px;
display: flex;
align-items: center;
gap: 24px;
font-family: 'JetBrains Mono', monospace;
font-size: 12px;
color: rgba(14,26,51,0.35);
letter-spacing: 0.06em;
}
.hero-accent-line::before, .hero-accent-line::after {
content: '';
flex: 1;
height: 1px;
background: rgba(14,26,51,0.12);
}

/* CRED */
.cred-strip { border-top: 1px solid rgba(14,26,51,0.1); border-bottom: 1px solid rgba(14,26,51,0.1); padding: 18px 0; }
.cred-strip .wrap { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 14px; font-size: 13px; font-weight: 500; color: var(--ink-soft); font-family: 'JetBrains Mono', monospace; letter-spacing: 0.01em; }
.cred-strip .dot { opacity: 0.35; padding: 0 4px; }

/* SECTION BASE */
.section { padding: 96px 0; }
.section-tight { padding: 64px 0; }
.eyebrow {
font-family: 'JetBrains Mono', monospace;
font-size: 11.5px;
letter-spacing: 0.12em;
text-transform: uppercase;
color: var(--teal-deep);
margin-bottom: 16px;
display: block;
}
.section-header { max-width: 640px; margin-bottom: 52px; }
.section-header h2 { font-size: 38px; margin-bottom: 16px; }
.section-header p { color: var(--ink-soft); font-size: 17px; line-height: 1.7; }

/* BEFORE/AFTER TRANSFORMATION */
.transform-section { background: var(--bone); }
.transform-grid {
display: grid;
grid-template-columns: 1fr 1px 1fr;
gap: 0;
border: 1px solid rgba(14,26,51,0.12);
border-radius: 6px;
overflow: hidden;
}
.transform-divider { background: rgba(14,26,51,0.1); }
.transform-col { padding: 52px 48px; }
.transform-col.before { background: var(--bone-deep); }
.transform-col.after { background: #EEF3FF; }
.transform-col .t-label {
font-family: 'JetBrains Mono', monospace;
font-size: 11px;
letter-spacing: 0.14em;
text-transform: uppercase;
margin-bottom: 28px;
display: block;
}
.transform-col.before .t-label { color: rgba(14,26,51,0.4); }
.transform-col.after .t-label { color: var(--cobalt); }
.transform-col h3 { font-size: 24px; margin-bottom: 28px; }
.transform-col.after h3 { color: var(--teal-deep); font-style: italic; }
.transform-col ul { list-style: none; display: flex; flex-direction: column; gap: 16px; }
.transform-col ul li {
font-size: 15.5px;
color: var(--ink-soft);
padding-left: 24px;
position: relative;
line-height: 1.55;
}
.transform-col.before ul li::before {
content: '—';
position: absolute;
left: 0;
color: rgba(14,26,51,0.25);
font-size: 13px;
}
.transform-col.after ul li::before {
content: '→';
position: absolute;
left: 0;
color: var(--cobalt);
font-size: 13px;
}

/* FIELD NOTES */
.fieldnotes-bg { background: var(--bone); }
.fieldnotes {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 0;
border-top: 1px solid rgba(14,26,51,0.12);
}
.fieldnote {
padding: 40px 32px;
border-right: 1px solid rgba(14,26,51,0.12);
border-bottom: 1px solid rgba(14,26,51,0.12);
}
.fieldnote:last-child { border-right: none; }
.fieldnote .fn-mark { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--cobalt-soft); margin-bottom: 16px; letter-spacing: 0.06em; }
.fieldnote h3 { font-size: 22px; margin-bottom: 12px; }
.fieldnote p { font-size: 14.5px; color: var(--ink-soft); line-height: 1.65; }

/* WAVE DIVIDER */
.wave-divider { width: 100%; height: 48px; overflow: hidden; }
.wave-divider svg { width: 100%; height: 100%; }

/* OFFERINGS */
.offerings-section { padding: 96px 0; }
.offerings-intro { max-width: 640px; margin-bottom: 60px; }
.offer-stack { display: flex; flex-direction: column; gap: 2px; }
.offer-card {
display: grid;
grid-template-columns: 1fr 1fr;
min-height: 340px;
border-radius: 4px;
overflow: hidden;
}
.offer-panel {
padding: 52px 48px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.offer-panel.text-side { background: var(--bone); border: 1px solid rgba(14,26,51,0.1); }
.offer-panel.visual-side {
display: flex;
flex-direction: column;
justify-content: flex-end;
padding: 48px;
position: relative;
overflow: hidden;
}
.visual-side .v-wave {
position: absolute;
bottom: 0; left: 0; right: 0;
opacity: 0.18;
}
.visual-side .v-wave svg { width: 100%; display: block; }
.visual-pull {
font-family: 'Fraunces', serif;
font-style: italic;
font-size: 26px;
line-height: 1.3;
color: rgba(255,255,255,0.92);
position: relative;
z-index: 2;
max-width: 340px;
}
.visual-sub {
font-family: 'JetBrains Mono', monospace;
font-size: 11.5px;
letter-spacing: 0.1em;
text-transform: uppercase;
color: rgba(255,255,255,0.4);
margin-top: 20px;
position: relative;
z-index: 2;
}
.offer-kicker {
font-family: 'JetBrains Mono', monospace;
font-size: 11.5px;
text-transform: uppercase;
letter-spacing: 0.1em;
color: var(--cobalt);
margin-bottom: 14px;
}
.offer-panel h3 { font-size: 28px; margin-bottom: 14px; }
.offer-panel p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.7; margin-bottom: 28px; }
.offer-link { font-weight: 600; font-size: 14px; border-bottom: 1.5px solid var(--ink); padding-bottom: 3px; display: inline-block; }

/* TESTIMONIAL LOG */
.ship-log { background: var(--ink); padding: 96px 0; position: relative; overflow: hidden; }
.ship-log-wave { position: absolute; top: 0; left: 0; right: 0; opacity: 0.06; pointer-events: none; }
.ship-log-wave svg { width: 100%; display: block; }
.ship-log .eyebrow { color: var(--ochre); }
.ship-log .section-header h2 { color: var(--bone); }
.ship-log .section-header p { color: rgba(255,255,255,0.55); }
.log-strip {
display: grid;
grid-template-columns: repeat(3, 1fr);
gap: 1px;
background: rgba(255,255,255,0.08);
border-radius: 4px;
overflow: hidden;
position: relative;
z-index: 2;
}
.log-entry { background: rgba(14,26,51,0.85); padding: 36px 32px; }
.log-quote { color: var(--bone); font-size: 15.5px; line-height: 1.7; margin-bottom: 24px; font-family: 'Fraunces', serif; font-style: italic; }
.log-attr { font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--ochre); letter-spacing: 0.04em; }
.log-role { color: rgba(255,255,255,0.38); font-size: 11.5px; margin-top: 4px; }

/* ABOUT PANEL */
.about-section { padding: 96px 0; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: start; }
.about-visual {
background: linear-gradient(145deg, #0A5AF9 10%, #0E1A33 100%);
border-radius: 6px;
padding: 52px 44px;
position: relative;
overflow: hidden;
min-height: 480px;
display: flex;
flex-direction: column;
justify-content: space-between;
}
.about-visual-wave {
position: absolute;
bottom: 0; left: 0; right: 0;
opacity: 0.12;
}
.about-visual-wave svg { width: 100%; display: block; }
.about-stat {
position: relative;
z-index: 2;
}
.about-stat-num {
font-family: 'Fraunces', serif;
font-size: 72px;
font-weight: 500;
color: rgba(255,255,255,0.15);
line-height: 1;
margin-bottom: 0;
}
.about-pull {
font-family: 'Fraunces', serif;
font-style: italic;
font-size: 28px;
color: rgba(255,255,255,0.95);
line-height: 1.3;
position: relative;
z-index: 2;
max-width: 320px;
}
.about-body h2 { font-size: 36px; margin-bottom: 22px; }
.about-body p { color: var(--ink-soft); font-size: 16.5px; line-height: 1.75; margin-bottom: 20px; max-width: 520px; }
.signature { font-family: 'Fraunces', serif; font-style: italic; font-size: 28px; color: var(--teal-deep); margin-top: 16px; }

/* NEWSLETTER */
.newsletter { background: var(--foam); border-radius: 6px; margin: 0 32px; padding: 60px 56px; display: flex; justify-content: space-between; align-items: center; gap: 40px; flex-wrap: wrap; }
.newsletter-text h3 { font-size: 26px; margin-bottom: 10px; }
.newsletter-text p { color: var(--ink-soft); font-size: 15.5px; max-width: 440px; }
.newsletter-form { display: flex; gap: 10px; flex-wrap: wrap; }
.newsletter-form input {
padding: 13px 18px;
border: 1.5px solid rgba(14,26,51,0.2);
border-radius: 3px;
font-size: 14.5px;
font-family: 'Inter', sans-serif;
width: 260px;
background: var(--bone);
color: var(--ink);
outline: none;
}
.newsletter-form input:focus { border-color: var(--cobalt); }
.newsletter-form button {
padding: 13px 22px;
background: var(--ink);
color: var(--bone);
border: none;
border-radius: 3px;
font-size: 14px;
font-weight: 600;
cursor: pointer;
font-family: 'Inter', sans-serif;
}

/* FINAL CTA */
.final-cta {
background: var(--bone);
padding: 140px 0;
text-align: center;
position: relative;
overflow: hidden;
}
.final-cta-wave {
position: absolute;
inset: 0;
pointer-events: none;
opacity: 0.06;
}
.final-cta-wave svg { width: 100%; height: 100%; }
.final-cta-inner { position: relative; z-index: 2; }
.final-cta h2 { color: var(--ink); font-size: 44px; max-width: 700px; margin: 0 auto 20px; line-height: 1.08; }
.final-cta h2 .it { font-style: italic; color: var(--teal-deep); }
.final-cta p { color: var(--ink-soft); font-size: 17px; margin-bottom: 44px; max-width: 480px; margin-left: auto; margin-right: auto; line-height: 1.7; }
.final-cta-btns { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.btn-light { background: var(--ink); color: var(--bone); padding: 16px 30px; border-radius: 3px; font-weight: 600; font-size: 15.5px; transition: opacity 0.15s; }
.btn-light:hover { opacity: 0.9; }
.btn-outline { border: 1.5px solid rgba(14,26,51,0.25); color: var(--ink); padding: 16px 30px; border-radius: 3px; font-weight: 600; font-size: 15.5px; transition: border-color 0.15s; }
.btn-outline:hover { border-color: rgba(255,255,255,0.55); }

/* FOOTER */
footer { padding: 48px 0 36px; font-size: 13px; color: var(--ink-soft); border-top: 1px solid rgba(14,26,51,0.1); }
footer .wrap { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 16px; }
footer .foot-links { display: flex; gap: 24px; }
footer .foot-links a:hover { color: var(--cobalt); }

/* RESPONSIVE */
@media (max-width: 900px) {
.hero h1 { font-size: 40px; }
.transform-grid { grid-template-columns: 1fr; }
.transform-divider { display: none; }
.fieldnotes { grid-template-columns: 1fr; }
.fieldnote { border-right: none; }
.offer-card { grid-template-columns: 1fr; }
.log-strip { grid-template-columns: 1fr; }
.about-grid { grid-template-columns: 1fr; }
.cred-strip .wrap { flex-direction: column; }
.cred-strip .dot { display: none; }
.newsletter { margin: 0 16px; padding: 40px 28px; flex-direction: column; }
}

/* CONTACT MODAL */
.cm-backdrop { position: fixed; inset: 0; z-index: 10000; background: rgba(14,26,51,0.55); display: flex; align-items: center; justify-content: center; padding: 24px; opacity: 0; transition: opacity .2s ease; }
.cm-backdrop[hidden] { display: none; }
.cm-backdrop.is-open { opacity: 1; }
.cm-dialog { background: #fff; color: var(--ink); width: 100%; max-width: 520px; max-height: calc(100vh - 48px); overflow-y: auto; border-radius: 4px; padding: 40px 40px 32px; position: relative; transform: translateY(8px); transition: transform .2s ease; box-shadow: 0 24px 60px rgba(14,26,51,0.25); }
.cm-backdrop.is-open .cm-dialog { transform: none; }
.cm-close { position: absolute; top: 14px; right: 14px; width: 36px; height: 36px; border: 0; background: transparent; border-radius: 3px; cursor: pointer; color: var(--ink-soft); font-size: 22px; line-height: 1; }
.cm-close:hover { background: var(--bone-deep); color: var(--ink); }
.cm-dialog h2 { font-family: 'Fraunces', serif; font-weight: 500; font-size: 30px; line-height: 1.15; margin-bottom: 10px; }
.cm-intro { color: var(--ink-soft); font-size: 15px; margin-bottom: 26px; }
.cm-intro a { color: var(--cobalt); border-bottom: 1px solid currentColor; }
.cm-field { margin-bottom: 18px; }
.cm-field label { display: block; font-size: 13.5px; font-weight: 600; margin-bottom: 6px; color: var(--ink); }
.cm-field .opt { font-weight: 400; color: var(--ink-soft); }
.cm-field input, .cm-field select, .cm-field textarea { width: 100%; font: inherit; font-size: 15px; color: var(--ink); background: #fff; border: 1.5px solid rgba(14,26,51,0.2); border-radius: 3px; padding: 11px 14px; }
.cm-field textarea { min-height: 120px; resize: vertical; line-height: 1.55; }
.cm-field input:focus, .cm-field select:focus, .cm-field textarea:focus { outline: none; border-color: var(--cobalt); box-shadow: 0 0 0 3px rgba(10,90,249,0.15); }
.cm-field .err { display: none; color: #B42318; font-size: 13px; margin-top: 6px; }
.cm-field.invalid input, .cm-field.invalid textarea { border-color: #B42318; }
.cm-field.invalid .err { display: block; }
.cm-submit { width: 100%; background: var(--ink); color: #fff; border: 0; border-radius: 3px; padding: 15px 24px; font: inherit; font-weight: 600; font-size: 15.5px; cursor: pointer; margin-top: 6px; }
.cm-submit:hover { background: #1b2a4d; }
.cm-note { font-size: 12.5px; color: var(--ink-soft); margin-top: 14px; text-align: center; }
.cm-note a { border-bottom: 1px solid currentColor; }
.cm-sent[hidden] { display: none; }
.cm-sent p { color: var(--ink-soft); font-size: 15.5px; margin-bottom: 14px; }
.cm-sent a { color: var(--cobalt); border-bottom: 1px solid currentColor; }
.cm-sent .cm-submit { margin-top: 12px; }
a:focus-visible, button:focus-visible { outline: 2px solid var(--cobalt); outline-offset: 2px; }
@media (max-width: 560px) { .cm-dialog { padding: 36px 22px 26px; } .cm-dialog h2 { font-size: 26px; } }
@media (prefers-reduced-motion: reduce) { .cm-backdrop, .cm-dialog { transition: none; } }

/* ROLLING REVIEWS */
.rv-marquee { overflow: hidden; position: relative; z-index: 2; -webkit-mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); mask-image: linear-gradient(90deg, transparent, #000 6%, #000 94%, transparent); }
.rv-marquee:focus-visible { outline: 2px solid var(--cobalt-soft); outline-offset: 4px; }
.rv-track { display: flex; gap: 20px; width: max-content; padding: 4px 0; animation: rv-scroll 90s linear infinite; }
.rv-marquee:hover .rv-track, .rv-marquee:focus-within .rv-track { animation-play-state: paused; }
@keyframes rv-scroll { to { transform: translateX(calc(-50% - 10px)); } }
.rv-card { width: 380px; flex: 0 0 auto; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.12); border-radius: 4px; padding: 30px 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.rv-card blockquote { font-family: 'Fraunces', serif; font-style: italic; color: var(--bone); font-size: 16px; line-height: 1.6; }
.rv-card figcaption { display: flex; flex-direction: column; gap: 2px; }
.rv-name { font-weight: 600; font-size: 14px; color: var(--ochre); }
.rv-role { font-size: 12.5px; color: rgba(255,255,255,0.5); }
.rv-more { margin-top: 36px; position: relative; z-index: 2; }
.rv-more a { color: var(--bone); font-weight: 600; font-size: 14.5px; border-bottom: 1.5px solid rgba(255,255,255,0.5); padding-bottom: 3px; }
.rv-more a:hover { border-color: var(--bone); }
@media (max-width: 600px) { .rv-card { width: 300px; } }
@media (prefers-reduced-motion: reduce) {
.rv-marquee { overflow-x: auto; -webkit-mask-image: none; mask-image: none; }
.rv-track { animation: none; padding: 4px 32px; }
.rv-card[aria-hidden="true"] { display: none; }
}

/* WAVE QUOTE PANELS */
.offer-panel.visual-side { background: #fff; border: 1px solid rgba(14,26,51,0.1); justify-content: flex-start; min-height: 380px; }
.offer-card .offer-panel.visual-side { background: #fff; }
.vs-img { position: absolute; z-index: 0; pointer-events: none; user-select: none; }
.vs-scrim { position: absolute; inset: 0; z-index: 1; pointer-events: none; }
.visual-side .visual-pull { color: var(--ink); font-size: 25px; max-width: 360px; }
.visual-side .visual-sub { color: var(--teal-deep); }

/* 1:1 - inside the curl: tight crop on the barrel, quote sits in the calm white space */
.offer-card.coaching .vs-img { right: -18%; bottom: -12%; width: 125%; height: auto; }
.offer-card.coaching .vs-scrim { background: linear-gradient(160deg, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.75) 38%, rgba(255,255,255,0) 62%); }

/* Group - the full swell: many waves moving together along the base */
.offer-card.group .vs-img { left: 0; bottom: 0; width: 100%; height: 58%; object-fit: cover; object-position: center 35%; }
.offer-card.group .vs-scrim { background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(255,255,255,0.85) 40%, rgba(255,255,255,0) 60%); }

/* Speaking - crest magnified and mirrored, washed in foam */
.offer-card.speaking .offer-panel.visual-side { background: var(--foam); }
.offer-card.speaking .vs-img { left: 0; bottom: -4%; width: 100%; height: 72%; object-fit: cover; object-position: 50% 30%; transform: scale(1.3) scaleX(-1); transform-origin: 50% 100%; mix-blend-mode: multiply; opacity: 0.9; }
.offer-card.speaking .vs-scrim { background: linear-gradient(0deg, rgba(231,238,254,0) 30%, rgba(231,238,254,0.92) 58%, rgba(231,238,254,1) 100%); }
.offer-card.speaking .visual-pull, .offer-card.speaking .visual-sub { order: 0; }
@media (max-width: 900px) { .offer-panel.visual-side { min-height: 320px; } }

.navlinks a.active { color: var(--ink); box-shadow: inset 0 -2px 0 var(--cobalt); padding-bottom: 4px; }
@media (max-width: 900px) {
.site-nav .wrap { flex-wrap: wrap; row-gap: 14px; }
.logo img { height: 48px; }
.navlinks { order: 3; width: 100%; overflow-x: auto; gap: 22px; font-size: 14px; padding-bottom: 4px; }
}
/* INNER PAGES */
.page-hero { position: relative; overflow: hidden; padding: 96px 0 72px; border-bottom: 1px solid rgba(14,26,51,0.08); }
.page-hero .ph-img { position: absolute; z-index: 0; pointer-events: none; }
.page-hero .ph-scrim { position: absolute; inset: 0; z-index: 1; background: linear-gradient(90deg, #fff 0%, rgba(255,255,255,0.92) 45%, rgba(255,255,255,0.2) 100%); }
.page-hero .wrap { position: relative; z-index: 2; }
.page-hero h1 { font-size: 54px; letter-spacing: -0.8px; max-width: 720px; margin-bottom: 22px; }
.page-hero p.lede { font-size: 19px; color: var(--ink-soft); max-width: 580px; line-height: 1.7; }
.page-hero .hero-ctas { margin-top: 34px; }
.ph-a .ph-img { right: -6%; top: 50%; transform: translateY(-50%); width: 62%; }
.ph-b .ph-img { left: 0; bottom: -10%; width: 100%; height: 70%; object-fit: cover; object-position: center 40%; }
.ph-b .ph-scrim { background: linear-gradient(180deg, #fff 0%, rgba(255,255,255,0.9) 55%, rgba(255,255,255,0.35) 100%); }
.ph-c .ph-img { right: -10%; top: -30%; width: 70%; transform: scaleX(-1); }
.ph-d { background: var(--foam); }
.ph-d .ph-img { right: 0; bottom: 0; width: 60%; height: 100%; object-fit: cover; object-position: 40% 30%; mix-blend-mode: multiply; opacity: 0.8; transform: scaleX(-1); }
.ph-d .ph-scrim { background: linear-gradient(90deg, var(--foam) 0%, rgba(231,238,254,0.9) 50%, rgba(231,238,254,0) 100%); }
.two-col { display: grid; grid-template-columns: 1fr 1.3fr; gap: 72px; align-items: start; }
.two-col h2 { font-size: 34px; }
.prose p { color: var(--ink-soft); font-size: 17px; line-height: 1.75; margin-bottom: 18px; max-width: 640px; }
.prose p strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--cobalt); border-bottom: 1px solid rgba(10,90,249,0.35); }
.band { background: var(--bone-deep); }
.cards { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.cards.two { grid-template-columns: repeat(2, 1fr); }
.card { background: #fff; border: 1px solid rgba(14,26,51,0.1); border-radius: 4px; padding: 32px 30px; }
.card h3 { font-size: 22px; margin-bottom: 10px; }
.card p { color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.card .card-link { display: inline-block; margin-top: 18px; font-weight: 600; font-size: 14px; border-bottom: 1.5px solid var(--ink); padding-bottom: 2px; }
.steps { list-style: none; counter-reset: s; display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid rgba(14,26,51,0.14); }
.steps li { counter-increment: s; padding: 32px 26px 32px 0; border-right: 1px solid rgba(14,26,51,0.1); margin-right: 26px; }
.steps li:last-child { border-right: 0; margin-right: 0; }
.steps li::before { content: counter(s, decimal-leading-zero); display: block; font-family: 'JetBrains Mono', monospace; font-size: 12px; color: var(--cobalt); margin-bottom: 14px; }
.steps h3 { font-size: 20px; margin-bottom: 8px; }
.steps p { color: var(--ink-soft); font-size: 14.5px; line-height: 1.65; }
.checklist { list-style: none; display: grid; gap: 14px; }
.checklist li { position: relative; padding-left: 26px; color: var(--ink-soft); font-size: 16px; line-height: 1.6; }
.checklist li::before { content: ''; position: absolute; left: 0; top: 9px; width: 12px; height: 2px; background: var(--cobalt); }
.quotes { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.quote { background: var(--ink); color: #fff; border-radius: 4px; padding: 32px 30px; display: flex; flex-direction: column; justify-content: space-between; gap: 22px; }
.quote blockquote { font-family: 'Fraunces', serif; font-style: italic; font-size: 16px; line-height: 1.6; }
.quote .rv-name { display: block; }
.quote .rv-role { display: block; }
.note { border-left: 3px solid var(--teal-deep); background: var(--foam); padding: 18px 22px; border-radius: 0 4px 4px 0; color: var(--ink-soft); font-size: 15px; line-height: 1.65; max-width: 760px; }
.note a { color: var(--cobalt); border-bottom: 1px solid currentColor; }
.cta-band { position: relative; overflow: hidden; padding: 110px 0; text-align: center; }
.cta-band .ph-img { position: absolute; left: -5%; bottom: -20%; width: 110%; z-index: 0; opacity: 0.9; }
.cta-band .ph-scrim { position: absolute; inset: 0; z-index: 1; background: radial-gradient(ellipse at center, rgba(255,255,255,0.95) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.15) 100%); }
.cta-band .wrap { position: relative; z-index: 2; }
.cta-band h2 { font-size: 38px; max-width: 640px; margin: 0 auto 16px; }
.cta-band p { color: var(--ink-soft); font-size: 17px; max-width: 520px; margin: 0 auto 34px; }
.cta-band .final-cta-btns { justify-content: center; }
.creds { list-style: none; border-top: 1px solid rgba(14,26,51,0.12); }
.creds li { display: flex; justify-content: space-between; gap: 20px; padding: 16px 0; border-bottom: 1px solid rgba(14,26,51,0.12); font-size: 15.5px; }
.creds li span:last-child { color: var(--ink-soft); text-align: right; }
.res-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.res { display: block; background: #fff; border: 1px solid rgba(14,26,51,0.1); border-radius: 4px; padding: 34px 32px; transition: border-color .15s; }
.res:hover { border-color: var(--cobalt); }
.res .kind { font-family: 'JetBrains Mono', monospace; font-size: 11.5px; color: var(--teal-deep); text-transform: uppercase; letter-spacing: 0.1em; margin-bottom: 12px; display: block; }
.res h3 { font-size: 24px; margin-bottom: 10px; }
.res p { color: var(--ink-soft); font-size: 15px; line-height: 1.65; }
.res .go { display: inline-block; margin-top: 16px; font-weight: 600; font-size: 14px; color: var(--cobalt); }
.contact-grid { display: grid; grid-template-columns: 1.2fr 1fr; gap: 64px; align-items: start; }
.contact-form { background: #fff; border: 1px solid rgba(14,26,51,0.12); border-radius: 4px; padding: 40px; }
.contact-form h2 { font-size: 28px; margin-bottom: 8px; }
.contact-form .cm-intro { margin-bottom: 22px; }
.contact-side h3 { font-size: 20px; margin: 0 0 6px; }
.contact-side .item { padding: 22px 0; border-bottom: 1px solid rgba(14,26,51,0.12); }
.contact-side .item:first-child { padding-top: 0; }
.contact-side p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.6; }
.contact-side a { color: var(--cobalt); border-bottom: 1px solid rgba(10,90,249,0.35); }
.topics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; border-top: 1px solid rgba(14,26,51,0.14); }
.topic { padding: 32px 32px 32px 0; border-bottom: 1px solid rgba(14,26,51,0.14); }
.topic:nth-child(odd) { border-right: 1px solid rgba(14,26,51,0.14); }
.topic:nth-child(even) { padding-left: 32px; }
.topic h3 { font-size: 23px; margin-bottom: 10px; }
.topic p { color: var(--ink-soft); font-size: 15.5px; line-height: 1.65; }
.tag-row { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 14px; }
.tag { font-size: 12.5px; color: var(--ink-soft); border: 1px solid rgba(14,26,51,0.18); border-radius: 999px; padding: 4px 12px; }
@media (max-width: 900px) {
.page-hero { padding: 64px 0 52px; } .page-hero h1 { font-size: 38px; }
.two-col, .contact-grid { grid-template-columns: 1fr; gap: 36px; }
.cards, .cards.two, .quotes, .res-grid, .topics { grid-template-columns: 1fr; }
.steps { grid-template-columns: 1fr 1fr; }
.topic, .topic:nth-child(even) { padding: 26px 0; border-right: 0; }
.contact-form { padding: 28px 22px; }
}
@media (max-width: 560px) { .steps { grid-template-columns: 1fr; } .steps li { border-right: 0; margin-right: 0; border-bottom: 1px solid rgba(14,26,51,0.1); } }
