@font-face {
    font-family: PWPrimary;
    src: url("../../css/font/Manrope/static/Manrope-ExtraLight.ttf") format("truetype");
}

@font-face {
    font-family: PWPrimary;
    font-weight: bold;
    src: url("../../css/font/Manrope/static/Manrope-Regular.ttf") format("truetype");
}

@font-face {
    font-family: PWSecondary;
    src: url("../../css/font/Source_Serif_4/SourceSerif4-VariableFont.woff2") format("woff2");
}

@font-face {
    font-family: PWSecondary;
    font-style: italic;
    src: url("../../css/font/Source_Serif_4/SourceSerif4-Italic-VariableFont.woff2") format("woff2");
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    scroll-behavior: smooth;
}

body {
    margin: 0;
    padding: 0;
    font-family: "PWPrimary", "Arial", sans-serif;
    background-color: #F7F5F0;
    color: #222823;
}

a {
    color: inherit;
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

h1 {
    font-family: "PWPrimary", "Arial", sans-serif;
    font-weight: bold;
    margin: 0;
    padding: 0;
    line-height: 1;
}

h2 {
    font-family: "PWPrimary", "Arial", sans-serif;
    font-weight: bold;
    margin: 0 0 8px 0;
    padding: 0;
    line-height: 1.1;
}

/* Section headers use the light serif from the service pages (matches the
   Fractional page h3 look). */
body[data-lp-source="/ai-governance"] h2,
body[data-lp-source="/privacy-program-assessment"] h2,
body[data-lp-source="/ConsentClarity"] h2,
body[data-lp-source="/fractional-privacy-leadership"] h2,
body[data-lp-source="/on-demand-privacy-support"] h2 {
    font-family: "PWSecondary", "Georgia", serif;
    font-weight: 300;
}

/* ConsentClarity: the statement quote reads as a centered pull-quote (no left rule). */
body[data-lp-source="/ConsentClarity"] .statement {
    border-left: none;
    padding: 0;
    margin: 0 auto;
    text-align: center;
}


/* Uniform, tighter spacing between sections. */
body[data-lp-source="/ai-governance"] .section-intro,
body[data-lp-source="/ai-governance"] .section-how,
body[data-lp-source="/ai-governance"] .section-receive,
body[data-lp-source="/ai-governance"] .section-who,
body[data-lp-source="/privacy-program-assessment"] .section-intro,
body[data-lp-source="/privacy-program-assessment"] .section-how,
body[data-lp-source="/privacy-program-assessment"] .section-receive,
body[data-lp-source="/privacy-program-assessment"] .section-who,
body[data-lp-source="/ConsentClarity"] .section-intro,
body[data-lp-source="/ConsentClarity"] .section-how,
body[data-lp-source="/ConsentClarity"] .section-statement,
body[data-lp-source="/ConsentClarity"] .section-receive,
body[data-lp-source="/ConsentClarity"] .section-who,
body[data-lp-source="/fractional-privacy-leadership"] .section-intro,
body[data-lp-source="/fractional-privacy-leadership"] .section-how,
body[data-lp-source="/fractional-privacy-leadership"] .section-statement,
body[data-lp-source="/fractional-privacy-leadership"] .section-receive,
body[data-lp-source="/fractional-privacy-leadership"] .section-who,
body[data-lp-source="/on-demand-privacy-support"] .section-intro,
body[data-lp-source="/on-demand-privacy-support"] .section-how,
body[data-lp-source="/on-demand-privacy-support"] .section-statement,
body[data-lp-source="/on-demand-privacy-support"] .section-receive,
body[data-lp-source="/on-demand-privacy-support"] .section-who {
    padding-top: 44px;
    padding-bottom: 44px;
}
body[data-lp-source="/ai-governance"] .form-section,
body[data-lp-source="/privacy-program-assessment"] .form-section,
body[data-lp-source="/ConsentClarity"] .form-section,
body[data-lp-source="/fractional-privacy-leadership"] .form-section,
body[data-lp-source="/on-demand-privacy-support"] .form-section {
    padding-top: 44px;
}
/* Drop the trailing margin on a section's last element so the section padding
   alone controls the gap (keeps all section gaps equal). */
body[data-lp-source="/ai-governance"] .section-inner > :last-child,
body[data-lp-source="/privacy-program-assessment"] .section-inner > :last-child,
body[data-lp-source="/ConsentClarity"] .section-inner > :last-child,
body[data-lp-source="/fractional-privacy-leadership"] .section-inner > :last-child,
body[data-lp-source="/on-demand-privacy-support"] .section-inner > :last-child {
    margin-bottom: 0;
}

h3 {
    font-family: "PWPrimary", "Arial", sans-serif;
    font-weight: normal;
    margin: 0 0 24px 0;
    padding: 0;
    line-height: 1.2;
}

h4 {
    font-family: "PWPrimary", "Arial", sans-serif;
    font-weight: bold;
    margin: 0 0 16px 0;
    padding: 0;
}

h5 {
    font-family: "PWPrimary", "Arial", sans-serif;
    font-weight: bold;
    margin: 0 0 12px 0;
    padding: 0;
}

p {
    margin: 0 0 16px 0;
    line-height: 1.7;
}

/* Brand colors */
.pw_color_black_bg {
    background-color: #222823;
    color: #F7F5F0;
}

.pw_color_green_bg {
    background-color: #D8F473;
    color: #222823;
}

.pw_color_green {
    color: #D8F473;
}

.light {
    color: #F7F5F0;
}

/* Logo */
.logo_pw_lime {
    display: block;
    width: 180px;
    height: 44px;
    background: url('../../img/logo/primary/Solid/Primary_Solid-Cream.png') center / contain no-repeat;
}

/* Layout */
content {
    display: block;
    width: 100%;
}

section {
    padding: 64px 40px;
}

.cover_sides {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px;
}

.subtitle {
    font-size: 20px;
    color: #8F9672;
    margin-bottom: 32px;
}

.two-col {
    display: flex;
    gap: 40px;
}

.two-col > * {
    flex: 1;
}

/* Nav */
nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 40px;
    background-color: #222823;
    position: sticky;
    top: 0;
    z-index: 100;
}

.nav-link {
    font-size: 14px;
    color: #D6DBBF;
    letter-spacing: 0.04em;
}

.nav-link:hover {
    color: #F7F5F0;
    text-decoration: none;
}

/* Hero */
.hero {
    padding: 100px 40px 80px;
}

.hero-inner {
    max-width: 760px;
}

eyebrow {
    display: block;
    font-size: 12px;
    letter-spacing: 0.12em;
    color: #8F9672;
    margin-bottom: 16px;
    font-weight: bold;
}

.hero-sub {
    font-size: 18px;
    line-height: 1.7;
    color: #8F9672;
    margin: 24px 0 36px;
}

/* Buttons */
.btn-primary {
    display: inline-block;
    background-color: #D8F473;
    color: #222823;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    font-family: "PWPrimary", "Arial", sans-serif;
    font-weight: bold;
    text-decoration: none;
}

.btn-primary:hover {
    background-color: #c8e45a;
    outline: none;
    text-decoration: none;
}

.btn-primary:disabled,
.btn-primary:disabled:hover {
    background-color: #D8F473;
    opacity: 0.45;
    cursor: not-allowed;
}

.btn-full {
    display: block;
    width: 100%;
    text-align: center;
}

/* Feature list */
.feature-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.feature-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    line-height: 1.5;
}

.feature-list li:last-child {
    border-bottom: none;
}

.check {
    color: #D8F473;
    margin-right: 10px;
    font-weight: bold;
}

/* Callout box */
.callout {
    border-radius: 12px;
    padding: 32px;
}

/* Comparison grid */
.comparison-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 32px;
}

.comparison-col {
    background: rgba(255,255,255,0.05);
    border-radius: 12px;
    padding: 32px;
}

.compare-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.compare-list li {
    padding: 10px 0 10px 28px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
    line-height: 1.5;
    position: relative;
    color: #F7F5F0;
}

.compare-list li:last-child {
    border-bottom: none;
}

.compare-bad li::before {
    content: "\00D7";
    position: absolute;
    left: 0;
    color: #888;
    font-weight: bold;
}

.compare-good li::before {
    content: "\2713";
    position: absolute;
    left: 0;
    color: #D8F473;
    font-weight: bold;
}

/* Steps */
.steps-grid {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 40px;
    max-width: 800px;
}

.step {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.step > div {
    flex: 1;
}

stepnum {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    border: 2px solid #222823;
    font-weight: bold;
    font-size: 18px;
    background-color: transparent;
    font-family: "PWPrimary", "Arial", sans-serif;
}

.step h5 {
    margin-bottom: 6px;
}

.step p {
    margin: 0;
    line-height: 1.6;
    font-size: 15px;
}

/* Expert callout */
.expert-callout {
    background-color: #F0EEE9;
    border-radius: 12px;
    padding: 24px 28px;
    margin-top: 24px;
}

.expert-callout .feature-list li {
    border-bottom-color: rgba(34, 40, 35, 0.1);
    color: #222823;
}

/* Form */
.form-section {
    background-color: #F7F5F0;
    padding: 80px 40px;
    scroll-margin-top: 65px;
}

.form-container {
    max-width: 640px;
    margin: 0 auto;
}

.form-intro {
    margin-bottom: 40px;
    text-align: center;
}

.form-intro p {
    color: #444;
}

.lp-cta-accent {
    color: #633e84;
    font-style: italic;
}

.form-intro-contact {
    margin-top: 16px;
    font-size: 14px;
    color: #555;
}

.form-intro a {
    color: #7A3E66;
}

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-row .form-group {
    margin-bottom: 0;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
}

.form-group label {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 6px;
    color: #222823;
}

.form-group input {
    border: 1.5px solid #c0bdb8;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 15px;
    font-family: "PWPrimary", "Arial", sans-serif;
    background-color: #fff;
    color: #222823;
    transition: border-color 0.15s;
}

.form-group input:focus {
    outline: none;
    border-color: #D8F473;
}

.required {
    color: #7A3E66;
}

.consent-group {
    margin-bottom: 16px;
}

.checkbox-label {
    display: flex;
    gap: 12px;
    align-items: flex-start;
    font-size: 14px;
    line-height: 1.5;
    cursor: pointer;
    color: #444;
}

.checkbox-label a {
    color: #7A3E66;
}

.checkbox-label input[type="checkbox"] {
    margin-top: 3px;
    flex-shrink: 0;
    width: 16px;
    height: 16px;
    cursor: pointer;
    accent-color: #D8F473;
}

.form-error {
    background-color: #fdf0f0;
    border: 1px solid #e0b0b0;
    border-radius: 6px;
    padding: 12px 16px;
    color: #a33;
    font-size: 14px;
    margin-bottom: 16px;
    display: none;
}

.form-success {
    text-align: center;
    padding: 40px 20px;
}

.form-success h4 {
    font-size: 24px;
    margin-bottom: 16px;
}

/* ── Hero ───────────────────────────────────────────── */

sup.tm {
    font-size: 0.35em;
    vertical-align: super;
    font-weight: 400;
    letter-spacing: 0;
}

.hero-divider {
    width: 48px;
    height: 2px;
    background-color: #D8F473;
    margin: 28px 0;
}

.hero-body {
    font-size: 16px;
    line-height: 1.75;
    color: #8F9672;
    margin: 0 0 14px;
    max-width: 640px;
}

.btn-hero {
    margin-top: 36px;
    padding: 14px 32px;
    font-size: 15px;
    border-radius: 8px;
    display: inline-block;
}

/* ── Shared section layout ──────────────────────────── */

.section-inner {
    max-width: 900px;
    margin: 0 auto;
}

.section-lead {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin: 0 0 32px;
}

/* Serif emphasis line within a section (e.g. ConsentClarity "We verify"). */
.cc-verify {
    font-family: "PWSecondary", "Georgia", serif;
    font-size: 20px;
    line-height: 1.35;
    color: #222823;
    margin: 36px 0 14px;
}

.section-sublabel {
    font-size: 11pt;
    font-weight: 600;
    color: #222823;
    margin: 0 0 20px;
}

/* ── How It Works ───────────────────────────────────── */

.section-how {
    padding: 72px 40px;
    background-color: #F7F5F0;
}

.examine-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.examine-card {
    background: #fff;
    border: 1px solid #E0DDD8;
    border-radius: 10px;
    padding: 24px;
    display: flex;
    gap: 16px;
    align-items: flex-start;
}

.examine-number {
    font-family: "PWSecondary", "Georgia", serif;
    font-size: 20pt;
    font-weight: 700;
    color: #DCDCDC;
    line-height: 1;
    flex-shrink: 0;
    min-width: 36px;
}

.examine-title {
    font-size: 10.5pt;
    font-weight: 600;
    color: #222823;
    margin-bottom: 8px;
}

.examine-body {
    font-size: 9.5pt;
    font-weight: 300;
    color: #555;
    line-height: 1.65;
    margin: 0;
}

/* ── Statement ──────────────────────────────────────── */

.section-statement {
    padding: 64px 40px;
    background-color: #F7F5F0;
}

.statement {
    font-family: "PWSecondary", "Georgia", serif;
    font-size: 22pt;
    font-weight: 400;
    font-style: italic;
    color: #222823;
    line-height: 1.4;
    margin: 0;
    padding: 0 0 0 28px;
    border: none;
    border-left: 3px solid #7A3E66;
    max-width: 34em;
}

/* ── What You Receive ───────────────────────────────── */

.section-receive {
    padding: 72px 40px;
    background-color: #F7F5F0;
}

.receive-grid {
    display: grid;
    grid-template-columns: 3fr 2fr;
    gap: 20px;
    align-items: start;
}

.receive-card {
    background: #fff;
    border: 1px solid #E0DDD8;
    border-radius: 10px;
    padding: 28px 32px;
}

.receive-card-label {
    font-size: 11pt;
    font-weight: 700;
    color: #222823;
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid #DCDCDC;
}

.receive-list {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.receive-list li {
    font-size: 9.5pt;
    font-weight: 300;
    color: #444;
    line-height: 1.6;
    padding: 9px 0 9px 20px;
    border-bottom: 1px solid #F0EEE9;
    position: relative;
}

.receive-list li:last-child {
    border-bottom: none;
}

.receive-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #7A3E66;
    border-radius: 0;
}

.receive-card-body {
    font-size: 9.5pt;
    font-weight: 300;
    color: #444;
    line-height: 1.7;
    margin: 0;
}

/* ── Who This Is For ────────────────────────────────── */

.section-who {
    padding: 72px 40px;
    background-color: #F7F5F0;
}

.who-list {
    list-style: none;
    padding: 0;
    margin: 24px 0 0;
    display: flex;
    flex-direction: column;
    gap: 0;
}

.who-list li {
    font-size: 12pt;
    font-weight: 300;
    color: #000;
    line-height: 1.6;
    padding: 18px 0 18px 32px;
    border-top: 1px solid #E0DDD8;
    position: relative;
}

.who-list li:last-child {
    border-bottom: 1px solid #E0DDD8;
}

.who-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    background-color: #7A3E66;
    border-radius: 0;
}

/* ── Pricing ────────────────────────────────────────── */

.section-pricing {
    padding: 72px 40px;
    background-color: #F7F5F0;
}

.pricing-card {
    background: #222823;
    border-radius: 12px;
    padding: 48px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
}

.pricing-amount {
    font-family: "PWSecondary", "Georgia", serif;
    font-size: 48pt;
    font-weight: 700;
    color: #D8F473;
    line-height: 1;
}

.pricing-desc {
    font-size: 13pt;
    font-weight: 300;
    color: rgba(247, 245, 240, 0.7);
    margin-top: -4px;
}

.pricing-detail {
    font-size: 10pt;
    font-weight: 300;
    color: #8F9672;
    line-height: 1.65;
    margin: 8px 0 0;
    max-width: 520px;
}

.btn-pricing {
    margin-top: 16px;
    padding: 14px 32px;
    font-size: 14px;
    border-radius: 8px;
    display: inline-block;
}

/* ── Scope Note ─────────────────────────────────────── */

.section-scope {
    padding: 32px 40px;
    background-color: #F7F5F0;
    border-top: 1px solid #E0DDD8;
}

.scope-note {
    font-size: 10px;
    color: #aaa;
    line-height: 1.7;
    margin: 0;
    max-width: 760px;
}

/* Footer */
footer {
    padding: 48px 40px;
}

.footer-inner {
    display: flex;
    align-items: center;
    gap: 32px;
}

.footer-logo {
    width: 160px;
    height: 48px;
    flex-shrink: 0;
}

.footer-text {
    font-size: 13px;
    color: #8F9672;
}

.footer-text p {
    margin: 4px 0;
}

.footer-text a {
    color: #8F9672;
}

.footer-text a:hover {
    color: #D8F473;
    text-decoration: none;
}

/* ── Landing-page helpers (consulting LPs) ──────────────────── */

.hero-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 20px;
    margin-top: 36px;
}

.hero-secondary {
    font-size: 14px;
    color: #8F9672;
    letter-spacing: 0.02em;
}

.hero-secondary:hover { color: #D8F473; text-decoration: none; }

/* Reuse examine-grid look for "who / when / what" three-ups without numbers */
.point-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    margin-top: 8px;
}

.point-card {
    background: #fff;
    border: 1px solid #E0DDD8;
    border-radius: 10px;
    padding: 24px 26px;
}

.point-card h5 { margin-bottom: 10px; }

.point-card p {
    font-size: 10pt;
    font-weight: 300;
    color: #555;
    line-height: 1.7;
    margin: 0;
}

@media screen and (max-width: 699px) {
    .point-grid { grid-template-columns: 1fr; }
    .hero-actions { gap: 16px; }
}

/* Optional phone field mask hint + textarea to match form styling */
.form-group textarea {
    border: 1.5px solid #c0bdb8;
    border-radius: 6px;
    padding: 12px 14px;
    font-size: 15px;
    font-family: "PWPrimary", "Arial", sans-serif;
    background-color: #fff;
    color: #222823;
    resize: vertical;
    min-height: 96px;
    transition: border-color 0.15s;
}

.form-group textarea:focus { outline: none; border-color: #D8F473; }

.form-privacy-note {
    font-size: 12px;
    color: #888;
    line-height: 1.6;
    margin: 4px 0 20px;
}
/* ── Glow hero (centered, Apple-style) ───────────────────────────── */
@font-face {
    font-family: PWPrimary;
    font-weight: 800;
    src: url("../../css/font/Manrope/static/Manrope-ExtraBold.ttf") format("truetype");
}

@font-face {
    font-family: PWPrimary;
    font-weight: 600;
    src: url("../../css/font/Manrope/static/Manrope-SemiBold.ttf") format("truetype");
}

.hero.hero-glow {
    position: relative;
    min-height: 66vh;
    /* Photographic hero. Default image is linear-building; two pages override it
       below. `top center` keeps the bright sky (where the dark copy sits) in view. */
    background: #cdbca4 url('/backgrounds/linear-building.png') top center / cover no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* linear-building: sit the copy in the bright band just above the
       converging facade. The image is `cover` anchored top, so it scales with
       viewport WIDTH — a percentage top offset (padding % is width-relative)
       tracks the building as the image scales, unlike a fixed vh. */
    justify-content: flex-start;
    text-align: center;
    /* The converging facade sits at ~31% of the image width below the top; the
       -110px cancels the copy's own height so the gap above the building stays
       roughly constant as the image scales. */
    padding: calc(33% - 110px) 40px 40px;
    color: #1d2621;
}

/* Per-page hero image: keep different landing pages visually distinct.
   building-into-sky reads best with the copy up over the bright sky. */
body[data-lp-source="/fractional-privacy-leadership"] .hero.hero-glow,
body[data-lp-source="/on-demand-privacy-support"] .hero.hero-glow {
    background-image: url('/backgrounds/building-into-sky.png');
    justify-content: flex-start;
    padding-top: 40px;
    padding-bottom: 6vh;
}

/* building-into-sky: stronger white glow so the dark copy holds up against the
   bright sky / building tops near the top of the image. */
body[data-lp-source="/fractional-privacy-leadership"] .hero-title,
body[data-lp-source="/on-demand-privacy-support"] .hero-title,
body[data-lp-source="/fractional-privacy-leadership"] .hero-lead,
body[data-lp-source="/on-demand-privacy-support"] .hero-lead {
    text-shadow:
        0 0 3px rgba(255, 255, 255, 0.95),
        0 1px 6px rgba(255, 255, 255, 0.9),
        0 2px 26px rgba(255, 255, 255, 0.8),
        0 0 60px rgba(255, 255, 255, 0.6);
}

.hero.hero-glow .hero-inner {
    max-width: 860px;
    width: 100%;
    margin: 0 auto;
}

.hero-title {
    color: #1d2621;
    /* Soft light halo lifts the dark copy off the busy, light photo. */
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), 0 2px 22px rgba(255, 255, 255, 0.6);
    font-family: "PWPrimary", "Arial", sans-serif;
    font-weight: 600;
    font-size: 32px;
    line-height: 1.125;
    letter-spacing: 0.002em;
    margin: 0 0 12px;
}

.hero-lead {
    color: #29332c;
    text-shadow: 0 1px 2px rgba(255, 255, 255, 0.75), 0 1px 16px rgba(255, 255, 255, 0.55);
    font-family: "PWPrimary", "Arial", sans-serif;
    font-size: 19px;
    line-height: 1.2105263158;
    font-weight: 500;
    letter-spacing: 0.012em;
    margin: 0 auto 28px;
    max-width: 560px;
}

.hero.hero-glow .btn-hero {
    margin: 0 auto;
}

/* Hero copy relocated below the hero */
.section-intro {
    background-color: #F7F5F0;
    padding: 60px 40px 8px;
}
.section-intro .section-inner {
    max-width: 760px;
}
.section-intro p {
    font-size: 16px;
    line-height: 1.75;
    color: #555;
    margin: 0 0 16px;
}
.section-intro p:last-child { margin-bottom: 0; }
.section-intro .btn-hero {
    display: block;
    width: fit-content;
    margin: 30px auto 0;
}

.section-intro p.section-intro-tagline {
    margin-top: 30px;
    text-align: center;
    font-family: "PWSecondary", "Georgia", serif;
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3;
    color: #222823;
}

/* Single-column numbered steps (matches the Assessments / Advisory service pages) */
.ai-steps {
    margin-top: 8px;
}
.ai-step {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 56px;
    padding: 30px 0;
    border-top: 1px solid #DCDCDC;
}
.ai-step:last-child {
    border-bottom: 1px solid #DCDCDC;
}
.ai-step-head {
    flex: 0 0 300px;
    display: flex;
    align-items: center;
    gap: 16px;
}
.ai-step-num {
    flex-shrink: 0;
    font-family: "PWSecondary", "Georgia", serif;
    font-size: 18pt;
    font-weight: 300;
    color: #C8C4BC;
    line-height: 1;
}
.ai-step-title {
    font-family: "PWPrimary", "Arial", sans-serif;
    font-size: 17px;
    font-weight: 700;
    color: #222823;
}
.ai-step-body {
    flex: 1;
    max-width: 620px;
    margin: 0;
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}

/* Two-column option cards (e.g. "What do you need help with?"). */
.point-grid.point-grid--2 {
    grid-template-columns: repeat(2, 1fr);
}

/* Single-column option cards. */
.point-grid.point-grid--1 {
    grid-template-columns: 1fr;
}

@media screen and (max-width: 699px) {
    .ai-step { flex-direction: column; gap: 10px; padding: 22px 0; }
    .ai-step-head { flex: none; }
    .point-grid.point-grid--2 { grid-template-columns: 1fr; }

    /* linear-building: on mobile the cover image crops by HEIGHT, so a
       height-relative offset (calc(vh - fixed)) tracks the building as it
       scales. building-into-sky pages keep their own padding via the per-page rule. */
    .hero.hero-glow { min-height: 46vh; padding: calc(30vh - 150px) 22px 24px; }
    .hero-title { font-size: 28px; }
    .hero-lead { font-size: 18px; }
    .section-intro { padding: 40px 22px 4px; }
}