@font-face {
    font-family: "Inter Local";
    src: url("/static/assets/fonts/Inter-Regular.woff2") format("woff2");
    font-style: normal;
    font-weight: 400;
    font-display: swap;
}

:root {
    --page-bg: #f3efe6;
    --ink: #10131a;
    --ink-muted: #43464c;
    --kicker: #72706a;
    --accent: #9f5135;
    --accent-soft: #f2b268;
    --hero-bg: #f5f0e8;
    --dark-bg: #0d1017;
    --dark-ink: #f4f1e8;
    --line: rgba(16, 19, 26, 0.12);
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: var(--ink);
    font-family: "Inter Local", Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

img {
    display: block;
    max-width: 100%;
}

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

button,
input,
textarea {
    font: inherit;
}

.is-hidden {
    display: none !important;
}

.sr-heroShell {
    position: relative;
    width: 100%;
    min-height: 430vh;
    background: var(--hero-bg);
    color: #f7f3eb;
}

.sr-heroSticky {
    position: sticky;
    top: 0;
    height: 100vh;
    overflow: hidden;
    background: var(--hero-bg);
}

.sr-heroCanvas {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}

.sr-heroFade {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to bottom, rgba(8, 10, 14, 0) 0%, rgba(8, 10, 14, 0.5) 50%, rgba(8, 10, 14, 1) 100%);
    pointer-events: none;
    opacity: 0;
    z-index: 5;
}

.sr-heroLogoWrap {
    position: absolute;
    top: 28px;
    left: 48px;
    z-index: 30;
    pointer-events: none;
}

.sr-heroLogo {
    width: 160px;
    height: auto;
}

.sr-heroCopy {
    position: absolute;
    top: 28%;
    left: 56px;
    right: 56px;
    max-width: 720px;
    z-index: 25;
    pointer-events: none;
}

.sr-heroEyebrow {
    margin: 0 0 26px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 12px;
    line-height: 1.35;
    text-transform: uppercase;
    letter-spacing: 0.22em;
}

.sr-heroTitle {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 88px;
    font-weight: 400;
    line-height: 0.96;
}

.sr-heroDescription {
    margin: 30px 0 0;
    max-width: 560px;
    color: rgba(255, 255, 255, 0.8);
    font-size: 18px;
    line-height: 1.65;
}

.sr-heroProgress {
    position: absolute;
    left: 50%;
    bottom: 40px;
    transform: translateX(-50%);
    color: rgba(255, 255, 255, 0.5);
    font-size: 11px;
    letter-spacing: 0.2em;
    z-index: 50;
    pointer-events: none;
}

.sc-section {
    padding: 118px max(24px, 6vw);
    border-top: 1px solid rgba(16, 19, 26, 0.1);
    background: var(--page-bg);
    color: var(--ink);
}

.sc-section:first-of-type {
    border-top: 0;
}

.sc-inner {
    width: min(1220px, 100%);
    margin: 0 auto;
}

.sc-sectionHeaderSplit {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.56fr);
    gap: 58px;
    align-items: end;
}

.sc-sectionKicker,
.ac-kicker,
.cf-kicker {
    margin: 0 0 28px;
    color: var(--kicker);
    font-size: 12px;
    line-height: 1.4;
    text-transform: uppercase;
    letter-spacing: 0.18em;
}

.sc-sectionTitle,
.ac-title,
.cf-title,
.sf-closingTitle {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-weight: 400;
}

.sc-sectionTitle {
    max-width: 980px;
    font-size: 62px;
    line-height: 1.04;
}

.sc-sectionTitle em,
.ac-title em {
    color: var(--accent);
    font-style: italic;
}

.sc-lede,
.cf-intro {
    margin: 32px 0 0;
    max-width: 760px;
    color: #3a3d42;
    font-size: 19px;
    line-height: 1.72;
}

.sc-introGrid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
    gap: clamp(48px, 7vw, 104px);
    align-items: start;
}

.sc-operatingList {
    display: grid;
    gap: 14px;
    margin: 36px 0 0;
    padding: 0;
    list-style: none;
}

.sc-operatingList li {
    display: grid;
    grid-template-columns: 92px minmax(0, 1fr);
    gap: 18px;
    padding-top: 14px;
    border-top: 1px solid var(--line);
    color: var(--ink-muted);
    font-size: 15px;
    line-height: 1.58;
}

.sc-operatingList span {
    color: var(--accent);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sc-metricDeck {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-top: 64px;
    border-top: 1px solid rgba(16, 19, 26, 0.16);
    border-bottom: 1px solid rgba(16, 19, 26, 0.16);
}

.sc-metric {
    min-height: 148px;
    padding: 28px 28px 30px 0;
    border-right: 1px solid rgba(16, 19, 26, 0.12);
}

.sc-metric:nth-child(2) {
    padding-left: 28px;
}

.sc-metric:last-child {
    padding-right: 0;
    padding-left: 28px;
    border-right: 0;
}

.sc-metricValue {
    margin-bottom: 22px;
    color: var(--accent);
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sc-metricLabel {
    color: #25272c;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 22px;
    line-height: 1.22;
}

.sc-portraitPanel {
    position: relative;
    min-height: 560px;
    overflow: hidden;
    border-radius: 6px;
    background: #11151d;
    margin: 0;
}

.sc-portraitPlaceholder {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(9, 11, 16, 0.74), rgba(9, 11, 16, 0.04) 55%),
        radial-gradient(ellipse at 66% 20%, rgba(255, 218, 169, 0.24), transparent 28%),
        linear-gradient(140deg, #10141e 0%, #1d2533 45%, #0b0e15 100%);
}

.sc-portraitCaption {
    position: absolute;
    left: 26px;
    right: 26px;
    bottom: 24px;
    z-index: 2;
    color: rgba(255, 255, 255, 0.76);
    font-size: 13px;
    line-height: 1.6;
}

.sc-dark {
    background: var(--dark-bg);
    color: var(--dark-ink);
    border-top: 0;
}

.sc-dark .sc-sectionKicker {
    color: rgba(244, 241, 232, 0.58);
}

.sc-dark .sc-sectionTitle {
    color: #f8f1e5;
}

.sc-dark .sc-sectionTitle em {
    color: var(--accent-soft);
}

.sc-dark .sc-lede {
    color: rgba(244, 241, 232, 0.68);
}

.sc-capabilityGrid {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    margin-top: 78px;
    border-top: 1px solid rgba(244, 241, 232, 0.14);
    border-left: 1px solid rgba(244, 241, 232, 0.14);
}

.sc-capability {
    grid-column: span 4;
    min-height: 276px;
    padding: 34px;
    border-right: 1px solid rgba(244, 241, 232, 0.14);
    border-bottom: 1px solid rgba(244, 241, 232, 0.14);
    background: transparent;
    display: flex;
    flex-direction: column;
    transition: background 220ms ease, transform 220ms ease;
}

.sc-capability:hover {
    background: rgba(255, 255, 255, 0.035);
    transform: translateY(-2px);
}

.sc-capNum,
.sc-sustainLabel {
    color: var(--accent-soft);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sc-capNum {
    margin-bottom: 42px;
}

.sc-capTitle {
    margin-bottom: 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 29px;
    line-height: 1.14;
}

.sc-capText {
    color: rgba(244, 241, 232, 0.66);
    font-size: 15px;
    line-height: 1.65;
}

.sc-capSignal {
    margin-top: auto;
    padding-top: 28px;
    color: rgba(244, 241, 232, 0.44);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sc-routeBand {
    padding: 0;
    background: var(--dark-bg);
    color: var(--dark-ink);
    border-top: 0;
}

.sc-routeImage {
    min-height: 620px;
    display: grid;
    align-items: end;
    padding: 86px max(24px, 6vw);
    background:
        linear-gradient(to bottom, rgba(8, 10, 16, 0.08), rgba(8, 10, 16, 0.78)),
        linear-gradient(to right, rgba(8, 10, 16, 0.58), rgba(8, 10, 16, 0.08) 58%, rgba(8, 10, 16, 0.48)),
        var(--routeBg) center / cover no-repeat;
}

.sc-routeCopy {
    width: min(1220px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(300px, 0.72fr);
    gap: clamp(44px, 7vw, 96px);
    align-items: end;
}

.sc-routeTitle {
    margin: 0;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 58px;
    line-height: 1.05;
    font-weight: 400;
}

.sc-routeText {
    margin: 0;
    color: rgba(244, 241, 232, 0.72);
    font-size: 16px;
    line-height: 1.75;
}

.sc-routeNotes {
    display: grid;
    gap: 1px;
    margin-top: 24px;
    border-top: 1px solid rgba(244, 241, 232, 0.18);
    border-bottom: 1px solid rgba(244, 241, 232, 0.18);
}

.sc-routeNote {
    display: grid;
    grid-template-columns: 90px minmax(0, 1fr);
    gap: 20px;
    padding: 20px 0;
    border-bottom: 1px solid rgba(244, 241, 232, 0.16);
}

.sc-routeNote:last-child {
    border-bottom: 0;
}

.sc-routeNote span {
    color: var(--accent-soft);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.sc-routeNote p {
    margin: 0;
    color: rgba(244, 241, 232, 0.72);
    font-size: 15px;
    line-height: 1.58;
}

.sc-process {
    display: grid;
    grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
    gap: clamp(56px, 8vw, 104px);
    align-items: start;
}

.sc-processLead {
    position: sticky;
    top: 92px;
}

.sc-timeline {
    display: grid;
    border-top: 1px solid rgba(16, 19, 26, 0.14);
}

.sc-step {
    display: grid;
    grid-template-columns: 82px minmax(0, 1fr) minmax(180px, 0.42fr);
    gap: 30px;
    padding: 34px 0;
    border-bottom: 1px solid rgba(16, 19, 26, 0.14);
}

.sc-stepNo {
    color: var(--accent);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.sc-stepTitle {
    margin: 0 0 10px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 28px;
    line-height: 1.18;
    font-weight: 400;
}

.sc-stepText {
    margin: 0;
    color: #4a4d51;
    font-size: 15px;
    line-height: 1.7;
}

.sc-stepOutput {
    align-self: start;
    color: #6f675d;
    font-size: 12px;
    line-height: 1.55;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sc-stepOutput strong {
    display: block;
    margin-bottom: 8px;
    color: var(--accent);
    font-weight: 500;
}

.sc-sustain {
    background: #dfe8dd;
    color: #111a16;
}

.sc-sustain .sc-sectionKicker {
    color: #5d6c61;
}

.sc-sustain .sc-sectionTitle em {
    color: #39634f;
}

.sc-sustainGrid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 1px;
    margin-top: 72px;
    background: rgba(17, 26, 22, 0.12);
}

.sc-sustainItem {
    min-height: 270px;
    padding: 36px;
    background: #dfe8dd;
    display: flex;
    flex-direction: column;
}

.sc-sustainLabel {
    margin-bottom: 42px;
    color: #39634f;
}

.sc-sustainItem p {
    margin: 0;
    color: #2f3933;
    font-size: 17px;
    line-height: 1.7;
}

.sc-sustainItem small {
    margin-top: auto;
    padding-top: 32px;
    color: rgba(47, 57, 51, 0.58);
    font-size: 11px;
    line-height: 1.4;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.sc-reveal {
    opacity: 0;
    transform: translateY(28px);
    transition:
        opacity 720ms cubic-bezier(0.22, 0.61, 0.36, 1),
        transform 720ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.sc-reveal.sc-isVisible {
    opacity: 1;
    transform: translateY(0);
}

.ac-root {
    width: 100%;
    padding: 102px max(24px, 6vw) 86px;
    background: var(--page-bg);
    color: var(--ink);
    overflow: hidden;
}

.ac-header {
    width: min(1220px, 100%);
    margin: 0 auto 56px;
    display: flex;
    align-items: end;
    justify-content: space-between;
    gap: 32px;
}

.ac-title {
    max-width: 720px;
    font-size: 56px;
    line-height: 1.05;
}

.ac-nav {
    display: flex;
    align-items: center;
    gap: 18px;
    flex-shrink: 0;
}

.ac-counter {
    display: inline-flex;
    align-items: baseline;
    gap: 4px;
    margin-right: 8px;
    font-family: Georgia, "Times New Roman", serif;
    color: #43464c;
    font-size: 14px;
    letter-spacing: 0.06em;
}

.ac-counter strong {
    font-size: 18px;
    font-weight: 400;
    color: var(--ink);
}

.ac-counterSep,
.ac-counterTotal {
    color: rgba(16, 19, 26, 0.42);
    font-size: 13px;
}

.ac-arrow {
    width: 52px;
    height: 52px;
    border-radius: 999px;
    border: 1px solid rgba(16, 19, 26, 0.22);
    background: transparent;
    color: var(--ink);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition:
        border-color 180ms ease,
        background 180ms ease,
        color 180ms ease,
        transform 180ms ease;
}

.ac-arrow:hover {
    background: var(--ink);
    color: var(--page-bg);
    border-color: var(--ink);
}

.ac-arrow:active {
    transform: scale(0.96);
}

.ac-track {
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-behavior: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.ac-track::-webkit-scrollbar {
    display: none;
}

.ac-trackInner {
    display: flex;
    gap: 28px;
    padding: 0 max(24px, calc(50vw - 38%));
}

.ac-card {
    flex: 0 0 auto;
    width: clamp(320px, 62vw, 760px);
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 22px 44px -28px rgba(15, 18, 26, 0.32);
    transition:
        transform 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
        box-shadow 380ms cubic-bezier(0.22, 0.61, 0.36, 1),
        opacity 380ms ease;
    transform: scale(0.96);
    opacity: 0.62;
}

.ac-cardActive {
    transform: scale(1);
    opacity: 1;
    box-shadow: 0 36px 64px -32px rgba(15, 18, 26, 0.45);
}

.ac-cardImage {
    position: relative;
    aspect-ratio: 16 / 10;
    background: #11151d;
    overflow: hidden;
}

.ac-cardPlaceholder {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(ellipse at 78% 18%, rgba(255, 218, 169, 0.16), transparent 32%),
        linear-gradient(135deg, #11151d 0%, #1e2431 48%, #0d1017 100%);
}

.ac-cardOverlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(to top, rgba(9, 11, 16, 0.5), rgba(9, 11, 16, 0.05) 55%),
        radial-gradient(ellipse at 78% 18%, rgba(255, 218, 169, 0.16), transparent 32%);
    pointer-events: none;
}

.ac-cardBadge {
    position: absolute;
    top: 22px;
    left: 22px;
    padding: 7px 12px;
    background: rgba(9, 11, 16, 0.62);
    color: var(--accent-soft);
    font-size: 10px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    border-radius: 999px;
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}

.ac-cardBody {
    padding: 36px 38px 38px;
}

.ac-cardFamily {
    margin: 0 0 14px;
    color: var(--accent);
    font-size: 11px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
}

.ac-cardName {
    margin: 0 0 18px;
    font-family: Georgia, "Times New Roman", serif;
    font-size: 36px;
    font-weight: 400;
    line-height: 1.1;
}

.ac-cardDesc {
    margin: 0 0 32px;
    color: var(--ink-muted);
    font-size: 15px;
    line-height: 1.7;
}

.ac-specs {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(16, 19, 26, 0.12);
}

.ac-spec {
    padding: 18px 0;
    border-bottom: 1px solid rgba(16, 19, 26, 0.08);
}

.ac-spec:nth-child(odd) {
    padding-right: 22px;
    border-right: 1px solid rgba(16, 19, 26, 0.08);
}

.ac-spec:nth-child(even) {
    padding-left: 22px;
}

.ac-spec dt {
    margin: 0 0 6px;
    color: var(--kicker);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.ac-spec dd {
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    line-height: 1.3;
}

.ac-progress {
    width: min(1220px, 100%);
    margin: 56px auto 0;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ac-progressDot {
    width: 28px;
    height: 4px;
    padding: 0;
    border: 0;
    background: rgba(16, 19, 26, 0.18);
    border-radius: 999px;
    cursor: pointer;
    transition: background 220ms ease, width 220ms ease;
}

.ac-progressDot:hover {
    background: rgba(16, 19, 26, 0.34);
}

.ac-progressDotActive {
    width: 44px;
    background: var(--accent);
}

.cf-root {
    width: 100%;
    padding: 118px max(24px, 6vw);
    background: var(--page-bg);
    color: var(--ink);
    border-top: 1px solid rgba(16, 19, 26, 0.1);
}

.cf-inner {
    width: min(1220px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 0.78fr) minmax(0, 1fr);
    gap: clamp(56px, 8vw, 104px);
    align-items: start;
}

.cf-header {
    max-width: 460px;
}

.cf-title {
    font-size: 56px;
    line-height: 1.05;
}

.cf-intro {
    color: var(--ink-muted);
    font-size: 17px;
    line-height: 1.7;
}

.cf-headerEmail {
    margin-top: 32px;
    padding-top: 24px;
    border-top: 1px solid rgba(16, 19, 26, 0.14);
    display: grid;
    gap: 6px;
}

.cf-headerEmail span {
    color: var(--kicker);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cf-mailLink {
    width: fit-content;
    align-self: start;
    color: var(--accent);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 18px;
    padding-bottom: 2px;
    border-bottom: 1px solid rgba(159, 81, 53, 0.32);
    transition: border-color 180ms ease, color 180ms ease;
}

.cf-mailLink:hover {
    border-bottom-color: var(--accent);
}

.cf-form {
    display: grid;
    gap: 28px;
}

.cf-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

.cf-field {
    display: grid;
    gap: 10px;
    min-width: 0;
}

.cf-label {
    color: var(--kicker);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cf-input,
.cf-textarea {
    width: 100%;
    padding: 16px 0 14px;
    border: 0;
    border-bottom: 1px solid rgba(16, 19, 26, 0.22);
    background: transparent;
    color: var(--ink);
    font-size: 17px;
    line-height: 1.4;
    outline: none;
    transition: border-color 200ms ease;
}

.cf-input::placeholder,
.cf-textarea::placeholder {
    color: rgba(16, 19, 26, 0.34);
}

.cf-input:focus,
.cf-textarea:focus {
    border-bottom-color: var(--accent);
}

.cf-textarea {
    min-height: 96px;
    padding-top: 14px;
    resize: vertical;
    line-height: 1.55;
}

.cf-inputError {
    border-bottom-color: #b8533c !important;
}

.cf-error {
    min-height: 1.2em;
    color: #b8533c;
    font-size: 12px;
    line-height: 1.4;
    letter-spacing: 0.04em;
}

.cf-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    margin-top: 12px;
}

.cf-disclaimer {
    margin: 0;
    max-width: 340px;
    color: var(--kicker);
    font-size: 12px;
    line-height: 1.5;
    letter-spacing: 0.04em;
}

.cf-submit,
.cf-actionBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 50px;
    padding: 0 26px;
    border-radius: 999px;
    cursor: pointer;
    transition:
        background 200ms ease,
        color 200ms ease,
        border-color 200ms ease,
        transform 200ms ease;
}

.cf-submit {
    border: 1px solid var(--ink);
    background: var(--ink);
    color: var(--page-bg);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.cf-submit:hover {
    background: var(--accent);
    border-color: var(--accent);
}

.cf-submit:active,
.cf-actionBtn:active,
.sf-button:active {
    transform: scale(0.98);
}

.cf-submit svg {
    transition: transform 220ms cubic-bezier(0.22, 0.61, 0.36, 1);
}

.cf-submit:hover svg {
    transform: translateX(3px);
}

.cf-success {
    padding: 36px 36px 32px;
    border: 1px solid rgba(16, 19, 26, 0.16);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.55);
}

.cf-successHeader {
    display: flex;
    align-items: center;
    gap: 16px;
    margin-bottom: 18px;
}

.cf-successMark {
    width: 38px;
    height: 38px;
    border-radius: 999px;
    background: var(--accent);
    color: #ffffff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.cf-successTitle {
    margin: 0;
    color: var(--ink);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2;
}

.cf-successText {
    margin: 0 0 22px;
    color: var(--ink-muted);
    font-size: 15px;
    line-height: 1.7;
}

.cf-preview {
    margin-bottom: 26px;
    padding: 20px 22px;
    background: rgba(16, 19, 26, 0.04);
    border-left: 2px solid var(--accent);
    border-radius: 4px;
    max-height: 260px;
    overflow: auto;
}

.cf-previewText {
    margin: 0;
    color: #25272c;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 13px;
    line-height: 1.65;
    white-space: pre-wrap;
    word-break: break-word;
    user-select: text;
}

.cf-successActions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px 18px;
    align-items: center;
}

.cf-actionBtn {
    min-height: 44px;
    padding: 0 20px;
    border: 1px solid rgba(16, 19, 26, 0.22);
    background: transparent;
    color: var(--ink);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
}

.cf-actionBtn:hover {
    border-color: var(--ink);
    background: rgba(16, 19, 26, 0.04);
}

.cf-actionBtnPrimary {
    background: var(--ink);
    border-color: var(--ink);
    color: var(--page-bg);
}

.cf-actionBtnPrimary:hover {
    background: var(--accent);
    border-color: var(--accent);
}

.cf-actionBtnSuccess {
    background: #2f7d4f !important;
    border-color: #2f7d4f !important;
    color: #ffffff !important;
}

.cf-resetBtn {
    padding: 0 0 4px;
    border: 0;
    border-bottom: 1px solid rgba(16, 19, 26, 0.18);
    background: transparent;
    color: var(--kicker);
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    cursor: pointer;
    transition: color 180ms ease, border-color 180ms ease;
    margin-left: auto;
}

.cf-resetBtn:hover {
    color: var(--ink);
    border-bottom-color: var(--ink);
}

.sf-closing {
    width: 100%;
    padding: 92px max(24px, 6vw);
    background: #090b10;
    color: var(--dark-ink);
}

.sf-closingInner {
    width: min(1220px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 48px;
    align-items: end;
}

.sf-closingTitle {
    font-size: 50px;
    line-height: 1.08;
}

.sf-closingText {
    margin: 20px 0 0;
    max-width: 620px;
    color: rgba(244, 241, 232, 0.65);
    font-size: 16px;
    line-height: 1.7;
}

.sf-contactLines {
    display: grid;
    gap: 10px;
    margin-top: 34px;
    color: rgba(244, 241, 232, 0.58);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.sf-contactLines span {
    color: rgba(244, 241, 232, 0.92);
    font-family: Georgia, "Times New Roman", serif;
    font-size: 20px;
    letter-spacing: 0;
    text-transform: none;
}

.sf-ctaRow {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    justify-content: flex-end;
}

.sf-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 8px;
    border: 1px solid rgba(244, 241, 232, 0.24);
    color: var(--dark-ink);
    font-size: 13px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    transition:
        background 180ms ease,
        border-color 180ms ease,
        transform 180ms ease;
}

.sf-button:hover {
    background: rgba(244, 241, 232, 0.06);
}

.sf-buttonPrimary {
    background: var(--accent-soft);
    border-color: var(--accent-soft);
    color: #15100b;
}

.sf-buttonPrimary:hover {
    background: #e9a458;
    border-color: #e9a458;
}

.sf-footerBar {
    width: min(1220px, 100%);
    margin: 76px auto 0;
    padding-top: 26px;
    border-top: 1px solid rgba(244, 241, 232, 0.12);
    display: flex;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap;
    color: rgba(244, 241, 232, 0.5);
    font-size: 12px;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

@media (max-width: 980px) {
    .sr-heroLogoWrap {
        top: 20px;
        left: 22px;
    }

    .sr-heroLogo {
        width: 132px;
    }

    .sr-heroCopy {
        top: 17%;
        left: 22px;
        right: 22px;
        max-width: none;
    }

    .sr-heroEyebrow {
        margin-bottom: 20px;
        max-width: 31ch;
        font-size: 10px;
        letter-spacing: 0.14em;
    }

    .sr-heroTitle {
        font-size: 50px;
        line-height: 1;
    }

    .sr-heroDescription {
        margin-top: 22px;
        max-width: 31ch;
        font-size: 16px;
        line-height: 1.55;
    }

    .sc-section {
        padding-top: 88px;
        padding-bottom: 88px;
    }

    .sc-sectionTitle {
        font-size: 48px;
    }

    .sc-sectionHeaderSplit,
    .sc-introGrid,
    .sc-process,
    .sc-routeCopy,
    .cf-inner {
        grid-template-columns: 1fr;
    }

    .sc-processLead {
        position: static;
    }

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

    .sc-capability {
        grid-column: auto;
    }

    .sc-metricDeck {
        grid-template-columns: 1fr;
    }

    .sc-metric,
    .sc-metric:nth-child(2),
    .sc-metric:last-child {
        padding: 24px 0;
        border-right: 0;
        border-bottom: 1px solid rgba(16, 19, 26, 0.12);
    }

    .sc-metric:last-child {
        border-bottom: 0;
    }

    .sc-portraitPanel {
        min-height: 420px;
    }

    .sc-routeImage {
        min-height: 680px;
    }

    .sc-routeTitle {
        font-size: 46px;
    }

    .sc-step {
        grid-template-columns: 76px minmax(0, 1fr);
    }

    .sc-stepOutput {
        grid-column: 2;
    }

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

    .ac-root {
        padding: 80px max(22px, 5vw) 70px;
    }

    .ac-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 28px;
        margin-bottom: 44px;
    }

    .ac-title,
    .cf-title {
        font-size: 42px;
    }

    .ac-trackInner {
        padding: 0 max(22px, 5vw);
    }

    .ac-card {
        width: min(86vw, 560px);
    }

    .ac-cardBody {
        padding: 30px 28px 32px;
    }

    .ac-cardName {
        font-size: 30px;
    }

    .cf-root {
        padding: 88px max(22px, 5vw);
    }

    .cf-row {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .sf-closingInner {
        grid-template-columns: 1fr;
    }

    .sf-ctaRow {
        justify-content: flex-start;
    }
}

@media (max-width: 700px) {
    .sc-section {
        padding: 72px 22px;
    }

    .sc-sectionTitle,
    .sc-routeTitle,
    .ac-title,
    .cf-title {
        font-size: 38px;
    }

    .sc-lede {
        font-size: 17px;
    }

    .sc-capabilityGrid,
    .sc-sustainGrid {
        grid-template-columns: 1fr;
    }

    .sc-capability {
        min-height: auto;
        padding: 28px;
    }

    .sc-routeImage {
        min-height: 650px;
        padding: 62px 22px;
    }

    .sc-routeNote {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .sc-step {
        grid-template-columns: 1fr;
        gap: 14px;
    }

    .sc-stepOutput {
        grid-column: auto;
    }

    .sc-operatingList li {
        grid-template-columns: 1fr;
        gap: 8px;
    }

    .ac-arrow {
        width: 46px;
        height: 46px;
    }

    .ac-card {
        width: 86vw;
    }

    .ac-cardBadge {
        top: 16px;
        left: 16px;
        font-size: 9px;
        padding: 6px 10px;
    }

    .ac-cardBody {
        padding: 26px 24px 28px;
    }

    .ac-cardName {
        font-size: 26px;
    }

    .ac-cardDesc {
        font-size: 14px;
    }

    .ac-specs {
        grid-template-columns: 1fr;
    }

    .ac-spec:nth-child(odd) {
        padding-right: 0;
        border-right: 0;
    }

    .ac-spec:nth-child(even) {
        padding-left: 0;
    }

    .cf-root,
    .sf-closing {
        padding: 72px 22px;
    }

    .cf-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .cf-submit {
        width: 100%;
    }

    .cf-success {
        padding: 28px 24px 26px;
    }

    .cf-successHeader {
        gap: 14px;
        margin-bottom: 14px;
    }

    .cf-successTitle {
        font-size: 22px;
    }

    .cf-successActions {
        gap: 12px;
    }

    .cf-actionBtn {
        width: 100%;
    }

    .cf-resetBtn {
        margin-left: 0;
        align-self: center;
    }

    .sf-closingTitle {
        font-size: 36px;
    }

    .sf-contactLines span {
        font-size: 18px;
    }

    .sf-button {
        width: 100%;
    }

    .sf-footerBar {
        margin-top: 56px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .sc-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .ac-card,
    .cf-submit,
    .cf-submit svg,
    .cf-actionBtn,
    .sf-button {
        transition: none;
    }
}

