:root {
    --story-navy: #071c33;
    --story-blue: #0284c7;
    --story-cyan: #22d3ee;
    --story-teal: #0f766e;
    --story-amber: #fbbf24;
    --story-ink: #0f172a;
    --story-copy: #475569;
    --story-line: #cfe4f1;
    --story-mist: #eef8fd;
    --story-white: #ffffff;
}

.story-page {
    color: var(--story-ink);
}

.story-page * {
    min-width: 0;
}

.story-wrap {
    width: min(100%, 1320px);
    margin-inline: auto;
}

.story-hero {
    position: relative;
    margin-bottom: clamp(2rem, 5vw, 4.5rem);
    padding: clamp(3rem, 7vw, 6.25rem) clamp(1.25rem, 5vw, 5rem);
    color: #fff;
    background:
        radial-gradient(circle at 84% 14%, rgba(34, 211, 238, .26), transparent 26%),
        radial-gradient(circle at 8% 100%, rgba(251, 191, 36, .13), transparent 24%),
        linear-gradient(135deg, var(--story-navy), #075985 50%, var(--story-teal));
    border-radius: 0 0 2.25rem 2.25rem;
    box-shadow: 0 24px 62px rgba(7, 28, 51, .2);
    overflow: hidden;
}

.story-hero--compact {
    padding-block: clamp(2.75rem, 5vw, 4.75rem);
}

.story-hero__grid {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, .75fr);
    gap: clamp(2rem, 5vw, 5rem);
    align-items: center;
}

.story-kicker {
    margin: 0 0 .8rem;
    color: #a5f3fc;
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.story-hero h1 {
    max-width: 900px;
    margin: 0;
    color: #fff;
    font-size: clamp(2.45rem, 5.3vw, 5.25rem);
    font-weight: 800;
    letter-spacing: -.05em;
    line-height: .99;
}

.story-hero--compact h1 {
    font-size: clamp(2.35rem, 4.5vw, 4.45rem);
}

.story-lead {
    max-width: 780px;
    margin: 1.35rem 0 0;
    color: rgba(255, 255, 255, .82);
    font-size: clamp(1.03rem, 1.6vw, 1.25rem);
    line-height: 1.65;
}

.story-actions {
    display: flex;
    flex-wrap: wrap;
    gap: .75rem;
    margin-top: 1.6rem;
}

.story-actions .btn {
    min-height: 48px;
    padding-inline: 1.1rem;
}

.story-actions .btn-light {
    color: var(--story-navy);
    font-weight: 800;
}

.story-proof {
    padding: 1.4rem;
    background: rgba(7, 28, 51, .55);
    border: 1px solid rgba(255, 255, 255, .17);
    border-radius: 1rem;
    backdrop-filter: blur(10px);
}

.story-proof > span {
    color: #a5f3fc;
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .09em;
    text-transform: uppercase;
}

.story-proof h2 {
    margin: .55rem 0 1rem;
    color: #fff;
    font-size: 1.35rem;
    font-weight: 800;
}

.story-proof ul {
    display: grid;
    gap: .8rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.story-proof li {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    gap: .55rem;
    color: rgba(255, 255, 255, .78);
    line-height: 1.45;
}

.story-proof i {
    color: var(--story-amber);
}

.story-section {
    margin-bottom: clamp(2rem, 5vw, 4.5rem);
    padding: clamp(1.4rem, 4vw, 3.5rem);
    background: rgba(255, 255, 255, .95);
    border: 1px solid rgba(186, 216, 232, .8);
    border-radius: 1.1rem;
    box-shadow: 0 18px 48px rgba(15, 23, 42, .07);
}

.story-section--plain {
    padding-inline: 0;
    background: transparent;
    border: 0;
    box-shadow: none;
}

.story-section--ink {
    color: #fff;
    background:
        radial-gradient(circle at 90% 10%, rgba(34, 211, 238, .14), transparent 30%),
        linear-gradient(135deg, var(--story-navy), #064b70 62%, var(--story-teal));
    border-color: transparent;
}

.story-section--ink h2,
.story-section--ink h3 {
    color: #fff;
}

.story-section--ink p {
    color: rgba(255, 255, 255, .74);
}

.story-heading {
    max-width: 860px;
    margin-bottom: 1.8rem;
}

.story-heading--center {
    margin-inline: auto;
    text-align: center;
}

.story-heading h2 {
    margin: 0;
    color: var(--story-ink);
    font-size: clamp(1.8rem, 3.5vw, 3.05rem);
    font-weight: 800;
    letter-spacing: -.035em;
    line-height: 1.08;
}

.story-heading p:not(.story-kicker) {
    margin: .9rem 0 0;
    color: var(--story-copy);
    font-size: 1.02rem;
    line-height: 1.7;
}

.story-section--ink .story-heading h2 {
    color: #fff;
}

.story-section--ink .story-heading p:not(.story-kicker) {
    color: rgba(255, 255, 255, .72);
}

.story-section .story-kicker {
    color: var(--story-teal);
}

.story-section--ink .story-kicker,
.story-close .story-kicker {
    color: #a5f3fc;
}

.story-close {
    padding: clamp(2.5rem, 6vw, 5rem) clamp(1.25rem, 4vw, 4rem);
    text-align: center;
    color: #fff;
    background:
        radial-gradient(circle at 12% 80%, rgba(251, 191, 36, .14), transparent 24%),
        linear-gradient(135deg, var(--story-navy), #075985 55%, var(--story-teal));
    border-radius: 1.25rem;
}

.story-close h2 {
    max-width: 850px;
    margin: 0 auto;
    color: #fff;
    font-size: clamp(2rem, 4vw, 3.5rem);
    font-weight: 800;
    letter-spacing: -.04em;
}

.story-close p {
    max-width: 720px;
    margin: 1rem auto 1.5rem;
    color: rgba(255, 255, 255, .76);
    line-height: 1.65;
}

/* Home: an operating model, not a feature parade. */
.operating-bridge {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 80px minmax(0, 1fr);
    align-items: stretch;
}

.operating-bridge__side {
    padding: clamp(1.25rem, 3vw, 2.5rem);
    background: linear-gradient(155deg, #fff, #f0f9ff);
    border: 1px solid var(--story-line);
    border-radius: 1rem;
}

.operating-bridge__side:last-child {
    background: linear-gradient(155deg, #f0fdfa, #fff);
}

.operating-bridge__side > span {
    color: var(--story-blue);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.operating-bridge__side h3 {
    margin: .55rem 0 1rem;
    font-size: 1.45rem;
    font-weight: 800;
}

.operating-bridge__side ul {
    display: grid;
    gap: .7rem;
    margin: 0;
    padding: 0;
    list-style: none;
}

.operating-bridge__side li {
    padding-bottom: .7rem;
    color: var(--story-copy);
    border-bottom: 1px solid #dbeafe;
}

.operating-bridge__side li:last-child {
    padding-bottom: 0;
    border: 0;
}

.operating-bridge__join {
    display: grid;
    place-items: center;
}

.operating-bridge__join span {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    color: var(--story-navy);
    background: var(--story-amber);
    border-radius: 50%;
    font-weight: 800;
    box-shadow: 0 8px 20px rgba(251, 191, 36, .25);
}

.owner-questions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.owner-questions a {
    position: relative;
    display: grid;
    grid-template-columns: 3rem 1fr auto;
    gap: 1rem;
    align-items: center;
    padding: 1.15rem;
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--story-line);
    border-radius: .9rem;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.owner-questions a:hover {
    color: inherit;
    transform: translateY(-2px);
    border-color: var(--story-blue);
    box-shadow: 0 12px 28px rgba(2, 132, 199, .12);
}

.owner-questions i:first-child {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--story-blue), var(--story-teal));
    border-radius: .75rem;
}

.owner-questions strong,
.owner-questions small {
    display: block;
}

.owner-questions small {
    margin-top: .25rem;
    color: var(--story-copy);
}

/* Solutions: outcome-led bento rather than a package row. */
.outcome-bento {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 1rem;
}

.outcome-card {
    grid-column: span 4;
    min-height: 250px;
    padding: 1.4rem;
    color: inherit;
    text-decoration: none;
    background: linear-gradient(155deg, #fff, #f4fbff);
    border: 1px solid var(--story-line);
    border-radius: 1rem;
    transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.outcome-card--wide {
    grid-column: span 6;
}

.outcome-card:hover {
    color: inherit;
    transform: translateY(-3px);
    border-color: var(--story-blue);
    box-shadow: 0 16px 34px rgba(2, 132, 199, .13);
}

.outcome-card i {
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--story-blue), var(--story-teal));
    border-radius: .8rem;
    font-size: 1.25rem;
}

.outcome-card span {
    display: block;
    margin-top: 1rem;
    color: var(--story-blue);
    font-size: .73rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.outcome-card h3 {
    margin: .4rem 0 .65rem;
    font-size: 1.25rem;
    font-weight: 800;
}

.outcome-card p {
    margin: 0;
    color: var(--story-copy);
    line-height: 1.6;
}

.fit-table {
    display: grid;
    border: 1px solid var(--story-line);
    border-radius: .9rem;
    overflow: hidden;
}

.fit-table__row {
    display: grid;
    grid-template-columns: minmax(150px, .7fr) minmax(0, 1.2fr) minmax(0, 1fr);
}

.fit-table__row > * {
    padding: 1rem;
    border-bottom: 1px solid var(--story-line);
}

.fit-table__row > * + * {
    border-left: 1px solid var(--story-line);
}

.fit-table__row:last-child > * {
    border-bottom: 0;
}

.fit-table__head {
    color: #fff;
    background: var(--story-navy);
    font-size: .75rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.fit-table__row strong {
    color: var(--story-ink);
}

.fit-table__row span {
    color: var(--story-copy);
}

.story-section--ink .fit-table {
    border-color: rgba(255, 255, 255, .18);
}

.story-section--ink .fit-table__row:not(.fit-table__head) {
    background: rgba(255, 255, 255, .07);
}

.story-section--ink .fit-table__row > * {
    border-color: rgba(255, 255, 255, .15);
}

.story-section--ink .fit-table__row strong {
    color: #fff;
}

.story-section--ink .fit-table__row span {
    color: rgba(255, 255, 255, .76);
}

/* Commerce: expose operational questions and margin leaks. */
.leak-ledger {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--story-line);
    border: 1px solid var(--story-line);
    border-radius: 1rem;
    overflow: hidden;
}

.leak-ledger article {
    padding: 1.4rem;
    background: #fff;
}

.leak-ledger span {
    color: var(--story-blue);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.leak-ledger h3 {
    margin: .5rem 0;
    font-size: 1.1rem;
    font-weight: 800;
}

.leak-ledger p {
    margin: 0;
    color: var(--story-copy);
    line-height: 1.55;
}

.offer-stack {
    display: grid;
    gap: .75rem;
    max-width: 980px;
    margin-inline: auto;
}

.offer-layer {
    display: grid;
    grid-template-columns: minmax(160px, .45fr) minmax(0, 1.55fr);
    gap: 1rem;
    align-items: center;
    padding: 1rem 1.2rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .75rem;
}

.offer-layer strong {
    color: #fff;
}

.offer-layer span {
    color: rgba(255, 255, 255, .72);
}

/* Auction: a lifecycle and trust ledger. */
.auction-timeline {
    position: relative;
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1rem;
}

.auction-timeline::before {
    position: absolute;
    top: 1.45rem;
    right: 8%;
    left: 8%;
    height: 2px;
    background: linear-gradient(90deg, var(--story-blue), var(--story-teal));
    content: "";
}

.auction-timeline article {
    position: relative;
    padding-top: 3.6rem;
}

.auction-timeline i {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    display: grid;
    width: 3rem;
    height: 3rem;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--story-blue), var(--story-teal));
    border: 5px solid #fff;
    border-radius: 50%;
    box-shadow: 0 0 0 1px var(--story-line);
}

.auction-timeline h3 {
    font-size: 1rem;
    font-weight: 800;
}

.auction-timeline p {
    color: var(--story-copy);
    font-size: .9rem;
    line-height: 1.55;
}

.trust-ledger {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.trust-ledger article {
    padding: 1.3rem;
    background: rgba(255, 255, 255, .08);
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: .8rem;
}

.trust-ledger h3 {
    margin: 0 0 .55rem;
    font-size: 1.05rem;
}

.trust-ledger p {
    margin: 0;
}

/* Catering: a service blueprint. */
.service-blueprint {
    display: grid;
    grid-template-columns: 150px repeat(3, minmax(0, 1fr));
    border: 1px solid var(--story-line);
    border-radius: 1rem;
    overflow: hidden;
}

.service-blueprint > * {
    padding: 1rem;
    border-right: 1px solid var(--story-line);
    border-bottom: 1px solid var(--story-line);
}

.service-blueprint > :nth-child(4n) {
    border-right: 0;
}

.service-blueprint > :nth-last-child(-n + 4) {
    border-bottom: 0;
}

.service-blueprint__head {
    color: #fff;
    background: var(--story-navy);
    font-size: .74rem;
    font-weight: 800;
    letter-spacing: .06em;
    text-transform: uppercase;
}

.service-blueprint__label {
    color: var(--story-blue);
    background: #f0f9ff;
    font-size: .76rem;
    font-weight: 800;
    text-transform: uppercase;
}

.service-blueprint p {
    margin: 0;
    color: var(--story-copy);
    line-height: 1.55;
}

.quote-readiness {
    display: grid;
    grid-template-columns: minmax(0, .8fr) minmax(0, 1.2fr);
    gap: 2rem;
    align-items: center;
}

.readiness-list {
    display: grid;
    gap: .75rem;
}

.readiness-list div {
    display: grid;
    grid-template-columns: 1.4rem 1fr;
    gap: .6rem;
    padding: .85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, .14);
}

.readiness-list i {
    color: var(--story-amber);
}

/* Fundraisers: campaign command center. */
.campaign-board {
    display: grid;
    grid-template-columns: minmax(240px, .7fr) minmax(0, 1.3fr);
    gap: 1rem;
}

.campaign-board__goal {
    display: grid;
    align-content: center;
    padding: 2rem;
    color: #fff;
    background: linear-gradient(145deg, var(--story-navy), #075985);
    border-radius: 1rem;
}

.campaign-board__goal i {
    color: var(--story-amber);
    font-size: 2rem;
}

.campaign-board__goal h3 {
    margin: .8rem 0 .6rem;
    color: #fff;
    font-size: 1.6rem;
    font-weight: 800;
}

.campaign-board__goal p {
    color: rgba(255, 255, 255, .72);
}

.campaign-board__signals {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.campaign-board__signals article {
    padding: 1.2rem;
    background: linear-gradient(155deg, #fff, #f0f9ff);
    border: 1px solid var(--story-line);
    border-radius: .85rem;
}

.campaign-board__signals span {
    color: var(--story-blue);
    font-size: .72rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.campaign-board__signals h3 {
    margin: .4rem 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.campaign-board__signals p {
    margin: 0;
    color: var(--story-copy);
    line-height: 1.5;
}

/* Fit and decision pages. */
.choice-matrix {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.choice-matrix article {
    padding: 1.4rem;
    background: #fff;
    border: 1px solid var(--story-line);
    border-top: 4px solid var(--story-blue);
    border-radius: .85rem;
}

.choice-matrix article:nth-child(2) {
    border-top-color: var(--story-teal);
    box-shadow: 0 14px 30px rgba(15, 118, 110, .1);
}

.choice-matrix article:nth-child(3) {
    border-top-color: #d97706;
}

.choice-matrix h3 {
    font-size: 1.2rem;
    font-weight: 800;
}

.choice-matrix p,
.choice-matrix li {
    color: var(--story-copy);
    line-height: 1.55;
}

.choice-matrix ul {
    margin: 1rem 0 0;
    padding-left: 1.15rem;
}

.cost-ledger {
    display: grid;
    grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr);
    gap: 1rem;
}

.cost-ledger__prompt {
    padding: 1.5rem;
    color: #fff;
    background: linear-gradient(145deg, var(--story-navy), #075985);
    border-radius: 1rem;
}

.cost-ledger__prompt h3 {
    color: #fff;
    font-size: 1.45rem;
    font-weight: 800;
}

.cost-ledger__prompt p {
    color: rgba(255, 255, 255, .75);
}

.cost-ledger__lines {
    display: grid;
    gap: .75rem;
}

.cost-ledger__lines div {
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--story-line);
    border-radius: .75rem;
}

.cost-ledger__lines strong,
.cost-ledger__lines span {
    display: block;
}

.cost-ledger__lines span {
    margin-top: .25rem;
    color: var(--story-copy);
}

.validation-ladder {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
    align-items: end;
}

.validation-ladder article {
    padding: 1.2rem;
    background: #fff;
    border: 1px solid var(--story-line);
    border-radius: .85rem;
}

.validation-ladder article:nth-child(2) { transform: translateY(-.75rem); }
.validation-ladder article:nth-child(3) { transform: translateY(-1.5rem); }
.validation-ladder article:nth-child(4) { transform: translateY(-2.25rem); }

.validation-ladder span {
    color: var(--story-blue);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.validation-ladder h3 {
    margin: .4rem 0;
    font-size: 1.05rem;
    font-weight: 800;
}

.validation-ladder p {
    margin: 0;
    color: var(--story-copy);
    font-size: .9rem;
    line-height: 1.5;
}

.channel-orbit {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    align-items: center;
}

.channel-orbit__core {
    grid-row: span 2;
    display: grid;
    min-height: 250px;
    place-items: center;
    padding: 1.5rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(145deg, var(--story-blue), var(--story-teal));
    border-radius: 50%;
    aspect-ratio: 1;
}

.channel-orbit__core strong {
    display: block;
    font-size: 1.4rem;
}

.channel-orbit article {
    padding: 1.1rem;
    background: #fff;
    border: 1px solid var(--story-line);
    border-radius: .8rem;
}

.channel-orbit h3 {
    font-size: 1rem;
    font-weight: 800;
}

.channel-orbit p {
    margin: 0;
    color: var(--story-copy);
    font-size: .9rem;
}

.decision-tree {
    display: grid;
    grid-template-columns: minmax(210px, .55fr) minmax(0, 1.45fr);
    gap: 1.5rem;
}

.decision-tree__question {
    display: grid;
    align-content: center;
    padding: 1.5rem;
    color: #fff;
    background: linear-gradient(145deg, var(--story-navy), #075985);
    border-radius: 1rem;
}

.decision-tree__question h3 {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 800;
}

.decision-tree__question p {
    color: rgba(255, 255, 255, .72);
}

.decision-tree__branches {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.decision-tree__branches a {
    padding: 1.2rem;
    color: inherit;
    text-decoration: none;
    background: #fff;
    border: 1px solid var(--story-line);
    border-radius: .85rem;
}

.decision-tree__branches a:hover {
    color: inherit;
    border-color: var(--story-blue);
}

.decision-tree__branches span {
    color: var(--story-blue);
    font-size: .72rem;
    font-weight: 800;
    text-transform: uppercase;
}

.decision-tree__branches strong {
    display: block;
    margin: .35rem 0;
}

.decision-tree__branches small {
    color: var(--story-copy);
    line-height: 1.45;
}

.connection-map {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 220px minmax(0, 1fr);
    gap: 1rem;
    align-items: center;
}

.connection-map__side {
    display: grid;
    gap: .75rem;
}

.connection-map__side div {
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--story-line);
    border-radius: .75rem;
}

.connection-map__side strong,
.connection-map__side span {
    display: block;
}

.connection-map__side span {
    margin-top: .25rem;
    color: var(--story-copy);
    font-size: .88rem;
}

.connection-map__core {
    display: grid;
    place-items: center;
    min-height: 220px;
    padding: 1rem;
    text-align: center;
    color: #fff;
    background: linear-gradient(145deg, var(--story-blue), var(--story-teal));
    border: 10px solid #e0f2fe;
    border-radius: 50%;
}

.connection-map__core i {
    display: block;
    margin-bottom: .5rem;
    color: var(--story-amber);
    font-size: 2rem;
}

.connection-map__core strong {
    display: block;
    font-size: 1.2rem;
}

/* Privacy: a readable policy with the same public brand system. */
.privacy-updated {
    margin: 1rem 0 0;
    color: rgba(255, 255, 255, .65);
    font-size: .9rem;
}

.privacy-role-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1rem;
}

.privacy-role-grid article {
    padding: 1.25rem;
    background: linear-gradient(155deg, #fff, #f0f9ff);
    border: 1px solid var(--story-line);
    border-radius: .9rem;
}

.privacy-role-grid i,
.privacy-card h3 i {
    display: grid;
    width: 2.75rem;
    height: 2.75rem;
    place-items: center;
    color: #fff;
    background: linear-gradient(135deg, var(--story-blue), var(--story-teal));
    border-radius: .75rem;
}

.privacy-role-grid h3 {
    margin: 1rem 0 .55rem;
    font-size: 1.1rem;
    font-weight: 800;
}

.privacy-role-grid p,
.privacy-sharing-grid p {
    margin: 0;
    color: var(--story-copy);
    line-height: 1.6;
}

.privacy-flow {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    border: 1px solid rgba(255, 255, 255, .18);
    border-radius: 1rem;
    overflow: hidden;
}

.privacy-flow article {
    padding: 1.35rem;
    background: rgba(255, 255, 255, .06);
}

.privacy-flow article + article {
    border-left: 1px solid rgba(255, 255, 255, .16);
}

.privacy-flow > article > i {
    color: var(--story-amber);
    font-size: 1.35rem;
}

.privacy-flow strong {
    display: block;
    margin: .45rem 0;
    color: #fff;
    font-size: 1.05rem;
}

.privacy-flow p {
    margin: 0;
    color: rgba(255, 255, 255, .72);
    line-height: 1.55;
}

.privacy-detail-grid,
.privacy-provider-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 1rem;
}

.privacy-card {
    padding: 1.4rem;
    background: #fff;
    border: 1px solid var(--story-line);
    border-radius: .9rem;
}

.privacy-card h3 {
    display: flex;
    gap: .8rem;
    align-items: center;
    margin: 0 0 1rem;
    font-size: 1.12rem;
    font-weight: 800;
}

.privacy-card h3 i {
    flex: 0 0 2.75rem;
}

.privacy-card ul {
    display: grid;
    gap: .7rem;
    margin: 0;
    padding-left: 1.2rem;
    color: var(--story-copy);
    line-height: 1.6;
}

.privacy-sharing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    background: var(--story-line);
    border: 1px solid var(--story-line);
    border-radius: 1rem;
    overflow: hidden;
}

.privacy-sharing-grid article {
    padding: 1.3rem;
    background: #fff;
}

.privacy-sharing-grid h3 {
    margin: 0 0 .55rem;
    font-size: 1.05rem;
    font-weight: 800;
}

.privacy-provider-grid article {
    padding: 1.35rem;
    background: rgba(255, 255, 255, .07);
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: .85rem;
}

.privacy-provider-grid h3 {
    display: flex;
    gap: .6rem;
    align-items: center;
    margin: 0 0 .65rem;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 800;
}

.privacy-provider-grid h3 i {
    color: var(--story-amber);
}

.privacy-provider-grid p {
    margin: 0 0 .8rem;
    color: rgba(255, 255, 255, .74);
    line-height: 1.6;
}

.privacy-provider-grid a {
    color: #a5f3fc;
    font-weight: 700;
}

.privacy-links {
    display: flex;
    flex-wrap: wrap;
    gap: .55rem 1rem;
}

.privacy-note {
    display: grid;
    grid-template-columns: 2.8rem 1fr;
    gap: 1rem;
    margin-top: 1.5rem;
    padding: 1.15rem;
    color: #334155;
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: .75rem;
}

.privacy-note--warning {
    background: #fff7ed;
    border-color: #fed7aa;
}

.privacy-note > i {
    color: #c2410c;
    font-size: 1.8rem;
}

.privacy-note strong,
.privacy-note p {
    display: block;
}

.privacy-note p {
    margin: .3rem 0 0;
    line-height: 1.6;
}

.privacy-rights {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: .8rem 1rem;
}

.privacy-rights article {
    display: grid;
    grid-template-columns: 2.65rem 1fr;
    gap: .8rem;
    align-items: start;
    padding: 1rem;
    background: #fff;
    border: 1px solid var(--story-line);
    border-radius: .75rem;
}

.privacy-rights i {
    display: grid;
    width: 2.65rem;
    height: 2.65rem;
    place-items: center;
    color: #fff;
    background: var(--story-teal);
    border-radius: 50%;
}

.privacy-rights strong,
.privacy-rights span {
    display: block;
}

.privacy-rights span {
    margin-top: .25rem;
    color: var(--story-copy);
    line-height: 1.55;
}

.privacy-contract-link {
    margin: 1.25rem 0 0;
    text-align: center;
}

.privacy-contact {
    margin-bottom: 2rem;
}

.boundary-note {
    margin-top: 1.5rem;
    padding: 1rem 1.15rem;
    color: #334155;
    background: #fffbeb;
    border: 1px solid #fde68a;
    border-left: 4px solid #d97706;
    border-radius: .6rem;
}

@media (max-width: 991.98px) {
    .story-hero__grid,
    .quote-readiness,
    .campaign-board,
    .cost-ledger,
    .decision-tree {
        grid-template-columns: 1fr;
    }

    .outcome-card,
    .outcome-card--wide {
        grid-column: span 6;
    }

    .leak-ledger,
    .choice-matrix {
        grid-template-columns: 1fr;
    }

    .auction-timeline {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .auction-timeline::before {
        display: none;
    }

    .validation-ladder {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        align-items: stretch;
    }

    .validation-ladder article {
        transform: none !important;
    }

    .connection-map {
        grid-template-columns: 1fr;
    }

    .privacy-role-grid,
    .privacy-flow {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .privacy-flow article:nth-child(3) {
        border-left: 0;
    }

    .privacy-flow article:nth-child(n + 3) {
        border-top: 1px solid rgba(255, 255, 255, .16);
    }

    .privacy-sharing-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .connection-map__core {
        width: min(220px, 100%);
        margin-inline: auto;
    }
}

@media (max-width: 767.98px) {
    .story-hero {
        margin-inline: -.5rem;
        padding: 2.75rem 1.25rem;
        border-radius: 0 0 1.25rem 1.25rem;
    }

    .story-hero h1 {
        font-size: clamp(2.25rem, 12vw, 3.4rem);
    }

    .story-section {
        padding: 1.25rem;
        border-radius: .85rem;
    }

    .operating-bridge,
    .owner-questions,
    .trust-ledger,
    .campaign-board__signals,
    .decision-tree__branches,
    .validation-ladder,
    .channel-orbit,
    .privacy-role-grid,
    .privacy-flow,
    .privacy-detail-grid,
    .privacy-provider-grid,
    .privacy-sharing-grid,
    .privacy-rights {
        grid-template-columns: 1fr;
    }

    .privacy-flow article + article {
        border-top: 1px solid rgba(255, 255, 255, .16);
        border-left: 0;
    }

    .operating-bridge__join {
        min-height: 70px;
    }

    .outcome-bento {
        grid-template-columns: 1fr;
    }

    .outcome-card,
    .outcome-card--wide {
        grid-column: 1;
        min-height: auto;
    }

    .fit-table__row,
    .offer-layer {
        grid-template-columns: 1fr;
    }

    .fit-table__head {
        display: none;
    }

    .fit-table__row {
        padding: .5rem 0;
        border-bottom: 1px solid var(--story-line);
    }

    .fit-table__row > * {
        padding: .45rem 1rem;
        border: 0 !important;
    }

    .auction-timeline {
        grid-template-columns: 1fr;
    }

    .auction-timeline article {
        padding: 0 0 0 4rem;
    }

    .service-blueprint {
        grid-template-columns: 110px 1fr;
    }

    .service-blueprint > * {
        border: 0;
        border-bottom: 1px solid var(--story-line);
    }

    .service-blueprint > :nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    .service-blueprint > :nth-child(4n) {
        border-right: 0;
    }

    .service-blueprint__head:nth-child(3),
    .service-blueprint__head:nth-child(4),
    .service-blueprint > :nth-child(4n + 3),
    .service-blueprint > :nth-child(4n + 4) {
        display: none;
    }

    .channel-orbit__core {
        grid-row: auto;
        width: min(230px, 100%);
        min-height: 0;
        margin-inline: auto;
    }

    .story-actions .btn,
    .story-close .btn {
        width: 100%;
        margin: .25rem 0 !important;
    }
}
