/* ============================================
   Tomoro AI - Human Productivity with AI
   Brand System: https://tomoro-brand-guidelines.pages.dev
   ============================================ */

/* --- CSS Custom Properties --- */
:root {
    --tomoro-lime: #D8FF00;
    --tomoro-blue: #1456FB;
    --tomoro-teal: #20C8BD;
    --tomoro-ice: #BEEAE5;
    --tomoro-sand: #EEE8DF;
    --tomoro-slate: #1C1F20;

    --font-primary: 'Space Grotesk', sans-serif;
    --font-secondary: 'Rethink Sans', sans-serif;

    --container-max: 1400px;
    --section-padding: 6rem 4rem;
    --section-padding-tablet: 4rem 2rem;
    --section-padding-mobile: 3rem 1.25rem;

    --radius-pill: 50px;
    --radius-card: 12px;
    --radius-component: 10px;
    --radius-btn: 10px;

    --border-standard: 1.5px solid var(--tomoro-slate);
    --border-light: 1.5px solid rgba(238, 232, 223, 0.2);
    --border-dashed: 1.5px dashed rgba(28, 31, 32, 0.3);
}

/* --- Reset & Base --- */
*, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: var(--font-secondary);
    font-weight: 400;
    line-height: 1.6;
    color: var(--tomoro-slate);
    background-color: var(--tomoro-sand);
    overflow-x: hidden;
}

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

a {
    text-decoration: none;
    color: inherit;
    transition: color 0.3s ease;
}

ul {
    list-style: none;
}

/* --- Grain Overlay --- */
.grain-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1000;
    opacity: 0.2;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.5'/%3E%3C/svg%3E");
}

/* --- Container --- */
.container {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 4rem;
}

/* --- Buttons --- */
.btn {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    padding: 0.875rem 1.75rem;
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    font-weight: 600;
    border-radius: var(--radius-btn);
    transition: all 0.3s cubic-bezier(0.42, 0, 0.58, 1);
    cursor: pointer;
    border: none;
    white-space: nowrap;
}

.btn-lime {
    background: var(--tomoro-lime);
    color: var(--tomoro-slate);
}

.btn-lime:hover {
    background: #c2e600;
    transform: translateY(-1px);
}

.btn-text {
    background: transparent;
    color: var(--tomoro-sand);
    padding: 0.875rem 0;
}

.btn-text:hover {
    color: var(--tomoro-lime);
}

.btn-text .arrow {
    transition: transform 0.3s ease;
}

.btn-text:hover .arrow {
    transform: translateX(4px);
}

.btn-large {
    padding: 1.125rem 2.5rem;
    font-size: 1.0625rem;
}

.btn-outline {
    background: transparent;
    border: 1.5px solid var(--tomoro-sand);
    color: var(--tomoro-sand);
}

.btn-outline:hover {
    background: var(--tomoro-sand);
    color: var(--tomoro-slate);
}

/* --- Pills --- */
.pill {
    display: inline-flex;
    align-items: center;
    padding: 0.375rem 1rem;
    border-radius: var(--radius-pill);
    font-family: var(--font-secondary);
    font-size: 0.75rem;
    font-weight: 500;
    letter-spacing: 0.02em;
}

.pill-duration {
    border: 1.5px solid var(--tomoro-teal);
    color: var(--tomoro-slate);
}

.pill-filled {
    background: var(--tomoro-teal);
    color: var(--tomoro-slate);
    border-color: var(--tomoro-teal);
}

.pill-lime {
    background: var(--tomoro-lime);
    color: var(--tomoro-slate);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-pill);
    font-family: var(--font-secondary);
    font-size: 0.8125rem;
    font-weight: 600;
}

.pill-blue {
    background: var(--tomoro-blue);
    color: #fff;
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-pill);
    font-family: var(--font-secondary);
    font-size: 0.8125rem;
    font-weight: 600;
}

.pill-teal {
    background: var(--tomoro-teal);
    color: var(--tomoro-slate);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-pill);
    font-family: var(--font-secondary);
    font-size: 0.8125rem;
    font-weight: 600;
}

/* --- Typography --- */
.section-eyebrow {
    font-family: var(--font-primary);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--tomoro-lime);
    margin-bottom: 1rem;
}

.eyebrow-dark {
    color: var(--tomoro-blue);
}

.section-title {
    font-family: var(--font-primary);
    font-size: 3.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--tomoro-slate);
    margin-bottom: 1.25rem;
    max-width: 800px;
}

.section-title-light {
    font-family: var(--font-primary);
    font-size: 3.25rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.05;
    color: var(--tomoro-sand);
    margin-bottom: 1.25rem;
    max-width: 800px;
}

.section-subtitle {
    font-family: var(--font-secondary);
    font-size: 1.125rem;
    color: rgba(28, 31, 32, 0.7);
    max-width: 640px;
    margin-bottom: 3rem;
    line-height: 1.6;
}

.section-subtitle-light {
    font-family: var(--font-secondary);
    font-size: 1.125rem;
    color: rgba(238, 232, 223, 0.7);
    max-width: 640px;
    margin-bottom: 3rem;
    line-height: 1.6;
}

/* --- Navigation --- */
.nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    padding: 1.25rem 0;
    transition: all 0.3s ease;
}

.nav.scrolled {
    background: rgba(28, 31, 32, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(238, 232, 223, 0.1);
}

.nav-inner {
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nav-logo {
    display: flex;
    align-items: center;
    border: 1.5px solid rgba(238, 232, 223, 0.3);
    padding: 0.5rem 1.25rem;
    border-radius: var(--radius-pill);
    transition: border-color 0.3s ease;
}

.nav-logo:hover {
    border-color: rgba(238, 232, 223, 0.6);
}

.nav-logo-img {
    height: 14px;
    width: auto;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.nav-link {
    font-family: var(--font-secondary);
    font-size: 0.85rem;
    font-weight: 500;
    color: var(--tomoro-sand);
    padding: 0.5rem 1rem;
    border-radius: var(--radius-pill);
    transition: all 0.3s ease;
}

.nav-link:hover {
    color: var(--tomoro-lime);
}

.nav-btn {
    font-family: var(--font-primary);
    font-size: 0.85rem;
    font-weight: 600;
    padding: 0.625rem 1.5rem;
    border-radius: var(--radius-btn);
    margin-left: 1rem;
}

.nav-mobile-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 0.5rem;
}

.nav-mobile-toggle span {
    width: 22px;
    height: 1.5px;
    background: var(--tomoro-sand);
    transition: all 0.3s ease;
}

.nav-mobile {
    display: none;
    flex-direction: column;
    padding: 1rem 4rem 2rem;
    gap: 0.5rem;
}

.nav-mobile.open {
    display: flex;
}

.nav-mobile-link {
    font-family: var(--font-secondary);
    font-size: 1rem;
    font-weight: 500;
    color: var(--tomoro-sand);
    padding: 0.75rem 0;
    border-bottom: 1px solid rgba(238, 232, 223, 0.1);
}

/* --- Hero Section --- */
.hero {
    position: relative;
    min-height: 100vh;
    display: flex;
    align-items: center;
    background: var(--tomoro-slate);
    overflow: hidden;
    padding: 8rem 0 4rem;
}

.hero-aura {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    pointer-events: none;
    overflow: hidden;
}

.aura-blob {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    animation: auraDrift 20s ease-in-out infinite;
}

.aura-lime {
    width: 400px;
    height: 400px;
    background: var(--tomoro-lime);
    opacity: 0.15;
    top: 20%;
    right: 15%;
    animation-delay: 0s;
}

.aura-teal {
    width: 350px;
    height: 350px;
    background: var(--tomoro-teal);
    opacity: 0.12;
    top: 40%;
    right: 30%;
    animation-delay: -7s;
}

.aura-blue {
    width: 300px;
    height: 300px;
    background: var(--tomoro-blue);
    opacity: 0.1;
    top: 15%;
    right: 5%;
    animation-delay: -14s;
}

@keyframes auraDrift {
    0%, 100% { transform: translate(0, 0) scale(1); }
    25% { transform: translate(30px, -20px) scale(1.05); }
    50% { transform: translate(-10px, 30px) scale(0.95); }
    75% { transform: translate(-30px, -10px) scale(1.02); }
}

.hero-content {
    position: relative;
    z-index: 2;
    max-width: var(--container-max);
    margin: 0 auto;
    padding: 0 4rem;
    width: 100%;
}

.hero-text {
    max-width: 720px;
}

.hero-eyebrow {
    font-family: var(--font-primary);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    color: var(--tomoro-lime);
    margin-bottom: 1.5rem;
}

.hero-headline {
    font-family: var(--font-primary);
    font-size: 4.5rem;
    font-weight: 700;
    line-height: 0.98;
    letter-spacing: -0.03em;
    color: var(--tomoro-sand);
    margin-bottom: 1.75rem;
}

.hero-subheadline {
    font-family: var(--font-secondary);
    font-size: 1.1875rem;
    font-weight: 400;
    line-height: 1.65;
    color: rgba(238, 232, 223, 0.8);
    margin-bottom: 2.5rem;
    max-width: 580px;
}

.hero-ctas {
    display: flex;
    align-items: center;
    gap: 2rem;
    flex-wrap: wrap;
}

.scroll-indicator {
    position: absolute;
    bottom: 2.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}

.scroll-line {
    width: 1px;
    height: 48px;
    background: linear-gradient(to bottom, transparent, var(--tomoro-sand));
    animation: scrollPulse 2s ease-in-out infinite;
}

@keyframes scrollPulse {
    0%, 100% { opacity: 0.3; transform: scaleY(1); }
    50% { opacity: 0.8; transform: scaleY(1.2); }
}

/* --- Stats Bar --- */
.stats-bar {
    background: var(--tomoro-slate);
    border-top: 1px solid rgba(238, 232, 223, 0.1);
    padding: 3.5rem 0;
}

.stats-grid {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
}

.stat-item {
    text-align: center;
}

.stat-number {
    display: block;
    font-family: var(--font-primary);
    font-size: 2.75rem;
    font-weight: 700;
    color: var(--tomoro-lime);
    letter-spacing: -0.02em;
    line-height: 1;
    margin-bottom: 0.5rem;
}

.stat-label {
    font-family: var(--font-secondary);
    font-size: 0.875rem;
    color: rgba(238, 232, 223, 0.6);
    max-width: 200px;
    display: block;
}

.stat-divider {
    width: 1px;
    height: 48px;
    background: rgba(238, 232, 223, 0.15);
}

/* --- Problem Section --- */
.problem-section {
    background: var(--tomoro-slate);
    padding: 6rem 0;
}

.problem-content {
    max-width: 700px;
    margin: 0 auto;
    text-align: center;
}

.problem-paragraphs p {
    font-family: var(--font-secondary);
    font-size: 1.125rem;
    line-height: 1.7;
    color: rgba(238, 232, 223, 0.75);
    margin-bottom: 1.5rem;
}

.problem-pullquote {
    font-family: var(--font-primary) !important;
    font-size: 1.5rem !important;
    font-weight: 600 !important;
    color: var(--tomoro-sand) !important;
    line-height: 1.35 !important;
    margin-top: 2rem !important;
    padding-top: 2rem;
    border-top: 1.5px dashed rgba(238, 232, 223, 0.2);
}

/* --- Barriers Section --- */
.barriers-section {
    background: var(--tomoro-sand);
    padding: var(--section-padding);
}

.barriers-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 3rem;
}

.barrier-card {
    border: var(--border-standard);
    border-radius: var(--radius-card);
    padding: 2.5rem 2rem;
    position: relative;
    transition: transform 0.3s ease;
}

.barrier-card:hover {
    transform: translateY(-4px);
}

.barrier-number {
    font-family: var(--font-primary);
    font-size: 3.5rem;
    font-weight: 700;
    color: rgba(28, 31, 32, 0.06);
    position: absolute;
    top: 1rem;
    right: 1.5rem;
    line-height: 1;
}

.barrier-icon {
    color: var(--tomoro-slate);
    margin-bottom: 1.25rem;
}

.barrier-title {
    font-family: var(--font-primary);
    font-size: 1.375rem;
    font-weight: 700;
    margin-bottom: 0.75rem;
}

.barrier-diagnosis {
    font-size: 0.9375rem;
    color: rgba(28, 31, 32, 0.7);
    margin-bottom: 1rem;
    line-height: 1.55;
}

.barrier-resolution {
    font-family: var(--font-primary);
    font-size: 0.875rem;
    font-weight: 600;
    color: var(--tomoro-blue);
    line-height: 1.45;
}

.barriers-cta-text {
    font-family: var(--font-secondary);
    font-size: 1rem;
    color: rgba(28, 31, 32, 0.6);
    text-align: center;
    font-style: italic;
}

/* --- Approach / Differentiators Section --- */
.approach-section {
    background: var(--tomoro-slate);
    padding: var(--section-padding);
}

.diff-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
}

.diff-card {
    border: var(--border-light);
    border-radius: var(--radius-card);
    padding: 2.25rem;
    transition: all 0.3s ease;
}

.diff-card:hover {
    border-color: rgba(238, 232, 223, 0.4);
    transform: translateY(-2px);
}

.diff-icon-wrap {
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    background: rgba(238, 232, 223, 0.08);
    color: var(--tomoro-teal);
    margin-bottom: 1.25rem;
}

.diff-title {
    font-family: var(--font-primary);
    font-size: 1.1875rem;
    font-weight: 700;
    color: var(--tomoro-sand);
    margin-bottom: 0.625rem;
    line-height: 1.3;
}

.diff-desc {
    font-family: var(--font-secondary);
    font-size: 0.9375rem;
    color: rgba(238, 232, 223, 0.65);
    line-height: 1.6;
}

/* --- Ambition Section --- */
.ambition-section {
    background: var(--tomoro-sand);
    padding: var(--section-padding);
    text-align: center;
}

.ambition-content {
    max-width: 760px;
    margin: 0 auto;
}

.ambition-text {
    font-family: var(--font-primary);
    font-size: 1.75rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--tomoro-slate);
    margin-bottom: 1.5rem;
}

.ambition-subtext {
    font-family: var(--font-secondary);
    font-size: 1.0625rem;
    line-height: 1.7;
    color: rgba(28, 31, 32, 0.7);
}

/* --- AI-Native Section --- */
.ainative-section {
    background: var(--tomoro-slate);
    padding: var(--section-padding);
}

.ainative-quote {
    margin: 3rem 0 3.5rem;
    padding: 2.5rem 3rem;
    border-left: 3px solid var(--tomoro-lime);
    background: rgba(238, 232, 223, 0.03);
    border-radius: 0 var(--radius-card) var(--radius-card) 0;
}

.ainative-quote p {
    font-family: var(--font-primary);
    font-size: 1.625rem;
    font-weight: 600;
    line-height: 1.35;
    color: var(--tomoro-sand);
    margin-bottom: 0.75rem;
}

.ainative-quote cite {
    font-family: var(--font-secondary);
    font-size: 0.9375rem;
    color: rgba(238, 232, 223, 0.5);
    font-style: normal;
}

.behaviours-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.5rem;
}

.behaviour-card {
    border: var(--border-light);
    border-radius: var(--radius-component);
    padding: 1.75rem;
    transition: all 0.3s ease;
}

.behaviour-card:hover {
    border-color: rgba(238, 232, 223, 0.35);
}

.behaviour-num {
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 600;
    color: var(--tomoro-teal);
    margin-bottom: 0.75rem;
    display: block;
}

.behaviour-card h4 {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 600;
    color: var(--tomoro-sand);
    margin-bottom: 0.5rem;
    line-height: 1.35;
}

.behaviour-card p {
    font-family: var(--font-secondary);
    font-size: 0.875rem;
    color: rgba(238, 232, 223, 0.6);
    line-height: 1.55;
}

/* --- Outcomes Section --- */
.outcomes-section {
    background: var(--tomoro-sand);
    padding: var(--section-padding);
}

.outcomes-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
}

.outcome-card {
    border: var(--border-standard);
    border-radius: var(--radius-card);
    padding: 2.25rem 2rem;
    position: relative;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.outcome-card:hover {
    transform: translateY(-4px);
}

.outcome-accent {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
}

.accent-lime { background: var(--tomoro-lime); }
.accent-blue { background: var(--tomoro-blue); }
.accent-teal { background: var(--tomoro-teal); }

.outcome-number {
    font-family: var(--font-primary);
    font-size: 0.75rem;
    font-weight: 600;
    color: rgba(28, 31, 32, 0.35);
    display: block;
    margin-bottom: 1rem;
}

.outcome-title {
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: 0.5rem;
}

.outcome-subtitle {
    font-size: 0.9375rem;
    color: rgba(28, 31, 32, 0.6);
    margin-bottom: 1.25rem;
}

.outcome-list {
    margin-bottom: 1.5rem;
}

.outcome-list li {
    font-size: 0.875rem;
    color: rgba(28, 31, 32, 0.7);
    line-height: 1.55;
    padding: 0.375rem 0;
    padding-left: 1rem;
    position: relative;
}

.outcome-list li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.8rem;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: rgba(28, 31, 32, 0.3);
}

.outcome-metric {
    display: inline-block;
    margin-top: 0.5rem;
}

/* --- Measurement Section --- */
.measurement-section {
    background: var(--tomoro-slate);
    padding: var(--section-padding);
}

.measurement-layout {
    display: grid;
    grid-template-columns: 2fr 3fr;
    gap: 4rem;
    align-items: start;
}

.measurement-desc {
    font-family: var(--font-secondary);
    font-size: 1rem;
    color: rgba(238, 232, 223, 0.65);
    line-height: 1.7;
    margin-top: 1.5rem;
}

.measurement-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.25rem;
}

.measure-card {
    border: var(--border-light);
    border-radius: var(--radius-component);
    padding: 1.5rem;
    transition: border-color 0.3s ease;
}

.measure-card:hover {
    border-color: rgba(238, 232, 223, 0.35);
}

.measure-card h4 {
    font-family: var(--font-primary);
    font-size: 0.9375rem;
    font-weight: 600;
    color: var(--tomoro-sand);
    margin-bottom: 0.375rem;
}

.measure-desc {
    font-size: 0.8125rem;
    color: rgba(238, 232, 223, 0.55);
    margin-bottom: 0.75rem;
}

.measure-example {
    font-family: var(--font-secondary);
    font-size: 0.8125rem;
    color: var(--tomoro-lime);
    font-weight: 500;
}

/* --- Engagements Section --- */
.engagements-section {
    background: var(--tomoro-sand);
    padding: var(--section-padding);
}

.journey-rail {
    position: relative;
    margin-top: 1rem;
}

.journey-line {
    position: absolute;
    left: 24px;
    top: 0;
    bottom: 0;
    width: 1.5px;
    background: repeating-linear-gradient(
        to bottom,
        var(--tomoro-teal) 0,
        var(--tomoro-teal) 8px,
        transparent 8px,
        transparent 16px
    );
}

.journey-step {
    display: flex;
    gap: 2rem;
    margin-bottom: 1.5rem;
    position: relative;
}

.step-node {
    width: 48px;
    height: 48px;
    min-width: 48px;
    border-radius: 50%;
    border: 1.5px dashed var(--tomoro-slate);
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--tomoro-sand);
    z-index: 2;
    transition: all 0.3s ease;
}

.node-highlight {
    border-color: var(--tomoro-teal);
    border-style: solid;
}

.step-num {
    font-family: var(--font-primary);
    font-size: 1rem;
    font-weight: 700;
    color: var(--tomoro-slate);
}

.step-card {
    flex: 1;
    border: var(--border-standard);
    border-radius: var(--radius-card);
    overflow: hidden;
    transition: all 0.3s ease;
}

.step-card:hover {
    border-color: rgba(28, 31, 32, 0.6);
}

.step-header {
    padding: 1.75rem 2rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 1rem;
}

.step-header-content {
    flex: 1;
}

.step-title {
    font-family: var(--font-primary);
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 0.375rem;
}

.step-tagline {
    font-size: 0.9375rem;
    color: rgba(28, 31, 32, 0.65);
    line-height: 1.5;
    margin-bottom: 0.75rem;
}

.step-meta {
    display: flex;
    align-items: center;
    gap: 1rem;
    flex-wrap: wrap;
}

.step-for {
    font-size: 0.8125rem;
    color: rgba(28, 31, 32, 0.5);
    font-style: italic;
}

.step-toggle {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-weight: 400;
    color: rgba(28, 31, 32, 0.4);
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
    flex-shrink: 0;
}

.step-header:hover .step-toggle {
    color: var(--tomoro-slate);
    background: rgba(28, 31, 32, 0.05);
}

.step-detail {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.step-detail.open {
    max-height: 400px;
}

.step-voice {
    font-family: var(--font-secondary);
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    color: var(--tomoro-teal);
    padding: 0 2rem;
    margin-bottom: 1rem;
}

.step-deliverables {
    padding: 0 2rem 1.75rem;
}

.step-deliverables li {
    font-size: 0.9rem;
    color: rgba(28, 31, 32, 0.7);
    line-height: 1.55;
    padding: 0.3rem 0 0.3rem 1.25rem;
    position: relative;
}

.step-deliverables li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0.75rem;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    border: 1.5px solid var(--tomoro-teal);
}

/* --- Common Journeys --- */
.common-journeys {
    margin-top: 4rem;
    padding-top: 3rem;
    border-top: var(--border-dashed);
}

.journeys-title {
    font-family: var(--font-primary);
    font-size: 1.1875rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
}

.journey-paths {
    display: flex;
    gap: 3rem;
    flex-wrap: wrap;
}

.journey-path {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.path-nodes {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.path-node {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1.5px solid var(--tomoro-slate);
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: var(--font-primary);
    font-size: 0.8125rem;
    font-weight: 700;
}

.path-arrow {
    color: var(--tomoro-teal);
    font-size: 0.875rem;
}

.path-label {
    font-family: var(--font-secondary);
    font-size: 0.875rem;
    color: rgba(28, 31, 32, 0.6);
    font-style: italic;
}

/* --- Legacy / What We Leave Behind --- */
.legacy-section {
    background: var(--tomoro-slate);
    padding: var(--section-padding);
}

.legacy-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}

.legacy-card {
    border: var(--border-light);
    border-radius: var(--radius-card);
    padding: 2rem;
    transition: all 0.3s ease;
}

.legacy-card:hover {
    border-color: rgba(238, 232, 223, 0.35);
    transform: translateY(-2px);
}

.legacy-card h3 {
    font-family: var(--font-primary);
    font-size: 1.125rem;
    font-weight: 700;
    color: var(--tomoro-sand);
    margin-bottom: 0.625rem;
}

.legacy-card p {
    font-family: var(--font-secondary);
    font-size: 0.9375rem;
    color: rgba(238, 232, 223, 0.6);
    line-height: 1.6;
}

/* --- CTA Section --- */
.cta-section {
    background: var(--tomoro-sand);
    padding: 8rem 0;
    position: relative;
    overflow: hidden;
}

.cta-section::before {
    content: '';
    position: absolute;
    width: 600px;
    height: 600px;
    border-radius: 50%;
    background: var(--tomoro-lime);
    filter: blur(200px);
    opacity: 0.08;
    top: -200px;
    left: 50%;
    transform: translateX(-50%);
    pointer-events: none;
}

.cta-content {
    text-align: center;
    max-width: 640px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.cta-headline {
    font-family: var(--font-primary);
    font-size: 3rem;
    font-weight: 700;
    letter-spacing: -0.02em;
    line-height: 1.08;
    color: var(--tomoro-slate);
    margin-bottom: 1.25rem;
}

.cta-subtext {
    font-family: var(--font-secondary);
    font-size: 1.125rem;
    color: rgba(28, 31, 32, 0.7);
    line-height: 1.65;
    margin-bottom: 2.5rem;
}

.cta-actions {
    margin-bottom: 1.25rem;
}

.cta-note {
    font-family: var(--font-secondary);
    font-size: 0.8125rem;
    color: rgba(28, 31, 32, 0.45);
}

/* --- Footer --- */
.footer {
    background: var(--tomoro-slate);
    padding: 3rem 0;
    border-top: 1px solid rgba(238, 232, 223, 0.1);
}

.footer-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.footer-logo {
    height: 16px;
    width: auto;
    margin-bottom: 0.5rem;
}

.footer-tagline {
    font-family: var(--font-secondary);
    font-size: 0.8125rem;
    color: rgba(238, 232, 223, 0.5);
}

.footer-right {
    text-align: right;
}

.footer-links {
    display: flex;
    gap: 1.5rem;
    margin-bottom: 0.5rem;
}

.footer-links a {
    font-family: var(--font-secondary);
    font-size: 0.8125rem;
    font-weight: 500;
    color: rgba(238, 232, 223, 0.6);
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: var(--tomoro-lime);
}

.footer-copy {
    font-size: 0.75rem;
    color: rgba(238, 232, 223, 0.35);
}

/* --- Scroll Animations --- */
.fade-up {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-up.visible {
    opacity: 1;
    transform: translateY(0);
}

/* --- Responsive --- */
@media (max-width: 1024px) {
    .container {
        padding: 0 2rem;
    }

    .nav-inner {
        padding: 0 2rem;
    }

    .hero-content {
        padding: 0 2rem;
    }

    .barriers-section,
    .approach-section,
    .ambition-section,
    .ainative-section,
    .outcomes-section,
    .measurement-section,
    .engagements-section,
    .legacy-section {
        padding: var(--section-padding-tablet);
    }

    .hero-headline {
        font-size: 3.5rem;
    }

    .section-title,
    .section-title-light {
        font-size: 2.5rem;
    }

    .barriers-grid {
        grid-template-columns: 1fr;
    }

    .outcomes-grid {
        grid-template-columns: 1fr;
    }

    .behaviours-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .measurement-layout {
        grid-template-columns: 1fr;
        gap: 2.5rem;
    }

    .diff-grid {
        grid-template-columns: 1fr;
    }

    .stats-grid {
        flex-direction: column;
        gap: 2rem;
    }

    .stat-divider {
        width: 48px;
        height: 1px;
    }

    .journey-paths {
        flex-direction: column;
        gap: 1.5rem;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .nav-mobile-toggle {
        display: flex;
    }

    .nav-mobile {
        padding: 1rem 2rem 2rem;
    }

    .hero {
        padding: 6rem 0 3rem;
        min-height: auto;
    }

    .hero-headline {
        font-size: 2.5rem;
    }

    .hero-subheadline {
        font-size: 1rem;
    }

    .hero-aura {
        width: 100%;
        opacity: 0.5;
    }

    .barriers-section,
    .approach-section,
    .ambition-section,
    .ainative-section,
    .outcomes-section,
    .measurement-section,
    .engagements-section,
    .legacy-section {
        padding: var(--section-padding-mobile);
    }

    .section-title,
    .section-title-light {
        font-size: 2rem;
    }

    .cta-headline {
        font-size: 2rem;
    }

    .behaviours-grid {
        grid-template-columns: 1fr;
    }

    .measurement-grid {
        grid-template-columns: 1fr;
    }

    .legacy-grid {
        grid-template-columns: 1fr;
    }

    .ainative-quote {
        padding: 1.5rem;
    }

    .ainative-quote p {
        font-size: 1.25rem;
    }

    .hero-ctas {
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
    }

    .journey-step {
        gap: 1rem;
    }

    .step-header {
        padding: 1.25rem;
    }

    .step-voice {
        padding: 0 1.25rem;
    }

    .step-deliverables {
        padding: 0 1.25rem 1.25rem;
    }

    .journey-line {
        left: 23px;
    }

    .footer-inner {
        flex-direction: column;
        gap: 2rem;
        text-align: center;
    }

    .footer-right {
        text-align: center;
    }

    .footer-links {
        justify-content: center;
    }

    .ambition-text {
        font-size: 1.375rem;
    }

    .problem-pullquote {
        font-size: 1.25rem !important;
    }

    .stat-number {
        font-size: 2.25rem;
    }

    .scroll-indicator {
        display: none;
    }
}

/* --- Prefers Reduced Motion --- */
@media (prefers-reduced-motion: reduce) {
    .aura-blob {
        animation: none;
    }

    .scroll-line {
        animation: none;
        opacity: 0.5;
    }

    .fade-up {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .btn,
    .barrier-card,
    .diff-card,
    .outcome-card,
    .legacy-card,
    .behaviour-card,
    .measure-card {
        transition: none;
    }
}
