:root {
    --oc-orange: #ff681d;
    --oc-orange-dark: #e65212;
    --oc-gold: #f6a623;
    --oc-ink: #292b33;
    --oc-copy: #5c6069;
    --oc-soft: #fff8f2;
    --oc-line: #eee6df;
    --oc-white: #ffffff;
}

html { scroll-behavior: smooth; }
body { color: var(--oc-copy); background: var(--oc-white); }
.container { position: relative; }
.narrow-container { max-width: 1080px; }
.cases-container { max-width: 1180px; }

.main-nav {
    box-shadow: 0 1px 16px rgba(39, 31, 25, .08);
}
.main-nav .full-wrapper,
.main-nav .inner-nav,
.main-nav .inner-nav > ul,
.main-nav .inner-nav > ul > li {
    height: 100%;
}
.main-nav .inner-nav > ul {
    display: flex;
    align-items: center;
}
.main-nav .inner-nav > ul > li {
    display: flex;
    align-items: center;
}
.main-nav .inner-nav > ul > li > a {
    display: flex;
    align-items: center;
    height: 100% !important;
    line-height: 1.25 !important;
}
.main-nav .logo img { max-height: 42px; width: auto; }
.main-nav.transparent .inner-nav > ul > li > a {
    color: #fff !important;
}
.main-nav:not(.transparent) .inner-nav > ul > li > a {
    color: #f3493a !important;
}
.main-nav .inner-nav > ul > li.active > a,
.main-nav .inner-nav > ul > li > a:hover,
.main-nav .inner-nav > ul > li > a:focus {
    color: #faca80 !important;
}
.main-nav .hablemos {
    display: inline-flex;
    align-items: center;
    height: auto;
    line-height: 1.2;
    padding: 5px;
    border-radius: 0;
    background: #ffa02a;
}
.main-nav .hablemos > a,
.main-nav:not(.transparent) .hablemos > a {
    display: inline-block;
    height: auto !important;
    line-height: 1.2 !important;
    color: #fff !important;
}
.main-nav .hablemos > a:hover,
.main-nav .hablemos > a:focus {
    color: #fff !important;
}

.about-hero {
    position: relative;
    overflow: hidden;
    padding: 150px 0 92px;
    background: linear-gradient(125deg, #fff9f3 0%, #fff 53%, #fff1e4 100%);
}
.about-hero::before,
.about-hero::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    background: rgba(255, 104, 29, .08);
}
.about-hero::before { width: 330px; height: 330px; right: -130px; top: -120px; }
.about-hero::after { width: 180px; height: 180px; left: -90px; bottom: -80px; }
.about-hero-grid { display: grid; grid-template-columns: 1.04fr .96fr; gap: 70px; align-items: center; }
.about-hero-copy { max-width: 650px; }
.eyebrow {
    display: inline-block;
    margin-bottom: 14px;
    color: var(--oc-orange-dark);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}
.about-hero h1,
.about-section h2,
.presence-section h2,
.cta-section h2 { color: var(--oc-ink); font-family: Gotham, Roboto, sans-serif; font-weight: 700; }
.about-hero h1 { margin: 0 0 24px; font-size: clamp(40px, 5vw, 66px); line-height: 1.04; letter-spacing: -.035em; }
.about-hero-copy > p { max-width: 620px; margin: 0; color: #565a63; font-size: 19px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.button { display: inline-block; padding: 14px 27px; border: 1px solid transparent; border-radius: 28px; font-size: 15px; font-weight: 700; text-decoration: none; transition: .2s ease; }
.button-primary { background: var(--oc-orange); color: #fff; box-shadow: 0 10px 24px rgba(255, 104, 29, .24); }
.button-primary:hover, .button-primary:focus { transform: translateY(-2px); background: var(--oc-orange-dark); color: #fff; text-decoration: none; }
.button-secondary { border-color: #d9d4cf; background: #fff; color: var(--oc-ink); }
.button-secondary:hover, .button-secondary:focus { border-color: var(--oc-orange); color: var(--oc-orange-dark); text-decoration: none; }

.founder-visual { position: relative; min-height: 410px; }
.founder-preview { position: absolute; z-index: 2; display: flex; align-items: center; gap: 14px; width: 310px; padding: 17px; border: 1px solid rgba(255, 104, 29, .13); border-radius: 24px; background: rgba(255,255,255,.95); box-shadow: 0 24px 55px rgba(83, 56, 36, .15); }
.founder-preview img { width: 112px; height: 112px; border-radius: 20px; object-fit: cover; filter: grayscale(100%); }
.founder-preview strong, .founder-preview span { display: block; }
.founder-preview strong { color: var(--oc-ink); font-size: 17px; }
.founder-preview span { margin-top: 5px; color: var(--oc-orange-dark); font-weight: 700; }
.founder-preview-fabien { top: 15px; right: 55px; transform: rotate(2deg); }
.founder-preview-hernan { bottom: 12px; left: 10px; transform: rotate(-2deg); }
.route-line { position: absolute; left: 125px; top: 117px; width: 245px; height: 180px; border-right: 7px solid var(--oc-orange); border-bottom: 7px solid var(--oc-orange); border-radius: 0 0 90px 0; transform: rotate(18deg); opacity: .8; }
.route-line::before, .route-line::after { position: absolute; content: ""; width: 18px; height: 18px; border: 5px solid #fff; border-radius: 50%; background: var(--oc-orange); box-shadow: 0 0 0 2px var(--oc-orange); }
.route-line::before { left: -4px; top: -4px; }
.route-line::after { right: -12px; bottom: -12px; }

.about-section { padding: 92px 0; }
.about-section h2, .presence-section h2, .cta-section h2 { margin: 0 0 24px; font-size: clamp(31px, 4vw, 46px); line-height: 1.15; letter-spacing: -.025em; }
.about-section p, .presence-section p, .cta-section p { font-size: 17px; line-height: 1.75; }
.two-column-copy { display: grid; grid-template-columns: 1fr 1fr; gap: 48px; }
.two-column-copy p { margin: 0; }
.timeline { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; margin: 58px 0 0; padding: 0; list-style: none; border-top: 2px solid var(--oc-line); }
.timeline li { position: relative; padding: 28px 28px 0 0; }
.timeline li::before { position: absolute; content: ""; top: -8px; left: 0; width: 14px; height: 14px; border: 3px solid #fff; border-radius: 50%; background: var(--oc-orange); box-shadow: 0 0 0 2px var(--oc-orange); }
.timeline strong, .timeline span { display: block; }
.timeline strong { margin-bottom: 9px; color: var(--oc-ink); font-size: 19px; }
.timeline span { line-height: 1.6; }

.soft-section { background: var(--oc-soft); }
.section-heading { max-width: 760px; margin-bottom: 46px; }
.section-heading.centered { margin-right: auto; margin-left: auto; text-align: center; }
.section-heading p { margin-bottom: 0; }
.impact-grid, .case-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; }
.impact-card { padding: 34px 30px; border: 1px solid #f0ded1; border-radius: 18px; background: #fff; }
.impact-number { display: block; margin-bottom: 40px; color: var(--oc-orange); font-size: 13px; font-weight: 700; letter-spacing: .12em; }
.impact-card h3 { margin: 0 0 13px; color: var(--oc-ink); font-size: 20px; font-weight: 700; }
.impact-card p { margin: 0; font-size: 15px; line-height: 1.65; }

.case-card { display: flex; flex-direction: column; min-height: 480px; padding: 30px; border: 1px solid var(--oc-line); border-radius: 20px; background: #fff; box-shadow: 0 14px 35px rgba(47, 39, 33, .07); }
.featured-case { border-top: 4px solid var(--oc-orange); transform: translateY(-10px); }
.client-logo { display: flex; align-items: center; height: 74px; margin-bottom: 20px; }
.client-logo img { max-width: 160px; max-height: 66px; object-fit: contain; }
.client-logo-dark { margin: -8px -8px 20px; padding: 8px; border-radius: 8px; background: #090909; }
.case-sector { color: #8b8580; font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.case-result { min-height: 86px; margin: 14px 0 22px; color: var(--oc-ink); font-size: 19px !important; line-height: 1.45 !important; }
.case-result strong { color: var(--oc-orange-dark); font-size: 29px; }
.case-card blockquote { flex: 1; margin: 0; padding: 0; border: 0; color: #565a61; font-size: 15px; line-height: 1.75; }
.quote-author { margin: 20px 0 0; padding-top: 18px; border-top: 1px solid var(--oc-line); color: #777; font-size: 12px !important; line-height: 1.5 !important; }
.case-note { max-width: 870px; margin: 32px auto 0; color: #888; font-size: 12px !important; text-align: center; }

.team-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.team-card { display: grid; grid-template-columns: 180px 1fr; gap: 26px; align-items: center; padding: 28px; border-radius: 20px; background: #fff; box-shadow: 0 12px 36px rgba(66, 49, 39, .08); }
.team-card > img { width: 180px; height: 180px; border-radius: 18px; object-fit: cover; filter: grayscale(100%); }
.team-copy h3 { margin: 0; color: var(--oc-ink); font-size: 24px; font-weight: 700; }
.team-copy .role { margin: 5px 0 12px; color: var(--oc-orange-dark); font-size: 14px; font-weight: 700; }
.team-copy p:not(.role) { margin: 0 0 15px; font-size: 14px; line-height: 1.65; }
.team-copy a { color: var(--oc-orange-dark); font-size: 13px; font-weight: 700; }

.values-layout { display: grid; grid-template-columns: .9fr 1.1fr; gap: 70px; align-items: start; }
.values-list { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.values-list article { padding: 24px; border: 1px solid var(--oc-line); border-radius: 16px; }
.values-list h3 { margin: 0 0 10px; color: var(--oc-ink); font-size: 18px; font-weight: 700; }
.values-list p { margin: 0; font-size: 14px; line-height: 1.6; }

.presence-section { padding: 78px 0; background: linear-gradient(120deg, var(--oc-orange-dark), var(--oc-orange)); color: #fff; }
.presence-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 80px; align-items: center; }
.presence-section h2, .presence-section p { color: #fff; }
.presence-section p { max-width: 690px; margin: 0; opacity: .92; }
.light-eyebrow { color: #fff3e8; }
.presence-section address { margin: 0; padding: 26px; border: 1px solid rgba(255,255,255,.28); border-radius: 16px; background: rgba(255,255,255,.11); font-style: normal; }
.presence-section address strong, .presence-section address span, .presence-section address a { display: block; }
.presence-section address strong { margin-bottom: 12px; color: #fff; }
.presence-section address span, .presence-section address a { color: #fff; line-height: 1.7; opacity: .94; }
.presence-section address a { margin-top: 9px; font-weight: 700; }

.cta-section { padding: 92px 20px; text-align: center; background: #fff; }
.cta-section p { max-width: 700px; margin: 0 auto 29px; }

@media (max-width: 991px) {
    .about-hero-grid, .values-layout, .presence-grid { grid-template-columns: 1fr; }
    .about-hero-grid { gap: 35px; }
    .founder-visual { min-height: 360px; max-width: 540px; width: 100%; margin: 0 auto; }
    .case-grid { grid-template-columns: 1fr; max-width: 680px; margin: 0 auto; }
    .case-card { min-height: 0; }
    .featured-case { transform: none; }
    .team-grid { grid-template-columns: 1fr; }
    .presence-grid { gap: 34px; }
}

@media (max-width: 1024px) {
    .main-nav.mobile-on .inner-nav,
    .main-nav.mobile-on .inner-nav > ul,
    .main-nav.mobile-on .inner-nav > ul > li {
        height: auto;
    }
    .main-nav.mobile-on .inner-nav > ul {
        display: block;
    }
    .main-nav.mobile-on .inner-nav > ul > li {
        display: block;
    }
    .main-nav.mobile-on .inner-nav > ul > li > a {
        display: block;
        width: 100%;
        height: 38px !important;
        line-height: 38px !important;
        color: #fff !important;
    }
    .main-nav.mobile-on .hablemos {
        display: block;
        height: auto;
        margin: 8px 15px;
        padding: 0;
        line-height: normal;
        text-align: center;
        background: transparent;
    }
    .main-nav.mobile-on .hablemos > a,
    .main-nav.mobile-on:not(.transparent) .hablemos > a {
        display: block;
        width: 100%;
        height: 38px !important;
        line-height: 38px !important;
        color: #fff !important;
        background: #ffa02a;
    }
}

@media (max-width: 767px) {
    .about-hero { padding: 112px 0 66px; }
    .about-hero-grid { display: block; }
    .about-hero h1 { font-size: 39px; }
    .about-hero-copy > p { font-size: 17px; }
    .founder-visual { min-height: 335px; margin-top: 45px; }
    .founder-preview { width: 255px; padding: 12px; }
    .founder-preview img { width: 88px; height: 88px; }
    .founder-preview-fabien { right: 0; }
    .founder-preview-hernan { left: 0; }
    .route-line { left: 90px; width: 180px; }
    .about-section { padding: 68px 0; }
    .two-column-copy, .timeline, .impact-grid, .values-list { grid-template-columns: 1fr; }
    .two-column-copy { gap: 10px; }
    .timeline { gap: 18px; border-top: 0; border-left: 2px solid var(--oc-line); }
    .timeline li { padding: 0 0 10px 25px; }
    .timeline li::before { top: 4px; left: -8px; }
    .team-card { grid-template-columns: 110px 1fr; gap: 18px; padding: 18px; }
    .team-card > img { width: 110px; height: 110px; }
    .team-copy p:not(.role) { display: none; }
    .hero-actions .button { width: 100%; text-align: center; }
}

@media (max-width: 420px) {
    .founder-preview { width: 225px; }
    .founder-preview strong { font-size: 14px; }
    .route-line { left: 60px; }
    .team-card { grid-template-columns: 1fr; text-align: center; }
    .team-card > img { margin: 0 auto; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    .button { transition: none; }
}
