:root {
    --v2-green: #79ee9d;
    --v2-paper: #ffffff;
    --v2-soft: #f5f6f7;
    --v2-ink: #0b0b0b;
    --v2-muted: #666a70;
    --v2-line: rgba(0, 0, 0, .1);
    --v2-card-radius: 12px;
}

.v2-page {
    background: var(--v2-paper);
    color: var(--v2-ink);
}

.v2-main {
    display: flex;
    flex-direction: column;
}

.v2-main > .section-line {
    display: none;
}

.v2-main > .section {
    border-top: 1px solid var(--v2-line);
}

.v2-main .v2-hero { order: 10; }
.v2-main .v2-intro-section { order: 20; }
.v2-main .v2-services-section { order: 40; }
.v2-main .v2-client-work-section { order: 50; }
.v2-main #youtube-section { order: 60; }
.v2-main .v2-spec-section { order: 70; }
.v2-main .v2-principles-section { order: 80; }
.v2-main .worked-raw-home { order: 90; }
.v2-main .v2-collaboration-section { order: 100; }
.v2-main .v2-faq-preview { order: 110; }
.v2-main .v2-featured-review { order: 30; }
.v2-main .v2-contact-section { order: 130; }

.v2-page .section,
.v2-page .section.section-uniform-stack {
    padding-top: 112px;
    padding-bottom: 112px;
}

.v2-page .section-header {
    margin-bottom: 56px;
}

.v2-section-kicker,
.v2-client-work-copy > span,
.v2-collaboration-grid article > span {
    display: block;
    margin: 0 0 16px;
    color: #279954;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .2em;
    line-height: 1.4;
    text-transform: uppercase;
}

/* Hero */
.v2-hero.fullscreen {
    min-height: 700px;
    height: 100svh;
}

.v2-hero .hero-overlay {
    align-items: center;
    justify-content: center;
    padding: 124px max(40px, calc((100vw - 1120px) / 2)) 72px;
    background:
        linear-gradient(90deg, rgba(0, 0, 0, .78) 0%, rgba(0, 0, 0, .49) 50%, rgba(0, 0, 0, .12) 78%),
        linear-gradient(0deg, rgba(0, 0, 0, .6) 0%, transparent 44%);
    text-align: center;
}

.v2-hero-copy {
    width: min(860px, 76vw);
    margin: 0 auto;
}

.v2-eyebrow {
    display: inline-block;
    margin-bottom: 22px;
    color: var(--v2-green);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .22em;
}

.v2-hero-title {
    margin: 0;
    color: #fff;
    font-family: var(--font-body);
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    font-weight: 650;
    letter-spacing: -.055em;
    line-height: 1.04;
    word-break: keep-all;
}

.v2-hero-desc {
    width: min(680px, 100%);
    margin: 30px auto 0;
    color: rgba(255, 255, 255, .86);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.8;
    word-break: keep-all;
}

.v2-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: center;
    margin-top: 34px;
}

.v2-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 13px 24px;
    border: 1px solid var(--v2-ink);
    border-radius: 6px;
    color: var(--v2-ink);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: .03em;
    text-decoration: none;
    transition: transform .2s ease, background-color .2s ease, color .2s ease, border-color .2s ease;
}

.v2-button:hover {
    transform: translateY(-2px);
}

.v2-button--primary {
    border-color: var(--v2-ink);
    background: var(--v2-ink);
    color: #fff;
}

.v2-button--primary:hover {
    border-color: var(--v2-green);
    background: var(--v2-green);
    color: #000;
}

.v2-button--ghost {
    border-color: rgba(255, 255, 255, .58);
    background: rgba(0, 0, 0, .18);
    color: #fff;
    backdrop-filter: blur(10px);
}

.v2-button--ghost:hover {
    border-color: #fff;
    background: #fff;
    color: #000;
}

.v2-hero-actions .v2-button {
    min-width: 172px;
    min-height: 52px;
    border-width: 2px;
    border-radius: 6px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, .24);
}

.v2-hero-actions .v2-button--primary {
    border-color: var(--v2-green);
    background: var(--v2-green);
    color: #0b0b0b;
}

.v2-hero-actions .v2-button--ghost {
    border-color: #fff;
    background: #fff;
    color: #0b0b0b;
    backdrop-filter: none;
}

.v2-hero-actions .v2-button--primary:hover {
    border-color: #fff;
    background: #fff;
}

.v2-hero-actions .v2-button--ghost:hover {
    border-color: var(--v2-green);
    background: var(--v2-green);
}

.v2-hero-credit {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 16px;
    justify-content: center;
    margin-top: 44px;
    color: rgba(255, 255, 255, .68);
    font-size: 10px;
    letter-spacing: .15em;
}

.v2-hero-credit strong {
    color: var(--v2-green);
}

/* Definition, proof and services */
.v2-intro-section .container {
    max-width: 1200px;
    text-align: center;
}

.v2-intro-title {
    max-width: 980px;
    margin: 0 auto;
    color: var(--v2-ink);
    font-size: clamp(2rem, 4vw, 3.6rem);
    font-weight: 650;
    letter-spacing: -.05em;
    line-height: 1.18;
    word-break: keep-all;
}

.v2-intro-copy {
    max-width: 920px;
    margin: 28px auto 0;
    color: var(--v2-muted);
    font-size: 17px;
    line-height: 1.9;
    text-align: center;
    word-break: keep-all;
}

.v2-services-section .section-header,
.v2-client-work-section .section-header,
.v2-spec-section .section-header,
.v2-principles-section .section-header,
.v2-faq-preview .section-header,
.v2-collaboration-header {
    text-align: center;
}

.v2-services-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    border-top: 1px solid #111;
    border-left: 1px solid var(--v2-line);
}

.v2-services-grid article {
    min-height: 280px;
    padding: 38px;
    border-right: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    text-align: center;
}

.v2-services-grid article > span {
    color: #279954;
    font-family: var(--font-heading);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: .1em;
}

.v2-services-grid h3 {
    margin-top: 54px;
    font-size: 24px;
    letter-spacing: -.035em;
}

.v2-services-grid p {
    margin-top: 16px;
    color: var(--v2-muted);
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all;
}

/* Client work */
.v2-client-work-section {
    background: #0a0a0a;
    color: #fff;
}

.v2-client-work-section .home-section-title {
    color: #fff;
}

.v2-client-work-section .section-subtitle {
    color: rgba(255, 255, 255, .62);
}

.v2-client-work-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

.v2-client-work-card {
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .14);
    border-radius: 8px;
    background: #111;
    cursor: pointer;
    transition: transform .25s ease, border-color .25s ease;
}

.v2-client-work-card:hover,
.v2-client-work-card:focus-visible {
    border-color: var(--v2-green);
    transform: translateY(-4px);
    outline: none;
}

.v2-client-work-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #202020;
}

.v2-client-work-media img,
.v2-client-work-media video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.v2-client-work-copy {
    padding: 24px;
    text-align: center;
}

.v2-client-work-copy > span {
    margin-bottom: 8px;
    color: var(--v2-green);
    font-size: 9px;
}

.v2-client-work-copy > strong {
    display: block;
    color: rgba(255, 255, 255, .64);
    font-size: 11px;
    letter-spacing: .09em;
}

.v2-client-work-copy h3 {
    margin-top: 18px;
    color: #fff;
    font-size: 21px;
    letter-spacing: -.035em;
    line-height: 1.35;
    word-break: keep-all;
}

.v2-client-work-copy p {
    margin-top: 12px;
    color: rgba(255, 255, 255, .54);
    font-size: 10px;
    letter-spacing: .1em;
}

/* YouTube and self-initiated work */
.v2-page #youtube-section {
    background: var(--v2-soft);
}

.v2-page #youtube-section .v2-section-kicker {
    margin-bottom: 18px;
    text-align: center;
}

.v2-page #youtube-section .youtube-desc {
    font-size: 15px;
    line-height: 1.85;
}

.v2-spec-section .video-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

.v2-spec-section .section-subtitle {
    max-width: 900px;
    margin: 22px auto 0;
    font-size: 15px;
    line-height: 1.8;
    letter-spacing: 0;
    word-break: keep-all;
}

.v2-spec-section .video-item {
    margin: 0;
}

.v2-spec-section .video-info {
    padding-top: 22px;
}

.v2-spec-section .video-title {
    font-size: 19px;
    letter-spacing: -.03em;
    line-height: 1.4;
}

/* The WLDO link opens an external review, so its hover must not imply that
   the portfolio thumbnail itself will play. */
.v2-spec-section .video-item:has(.wldo-review-badge-link:is(:hover, :focus-visible)) .video-wrapper video,
.v2-spec-section .video-item:has(.wldo-review-badge-link:is(:hover, :focus-visible)) .video-wrapper img {
    opacity: 1;
    transform: none;
}

.v2-spec-section .video-item:has(.wldo-review-badge-link:is(:hover, :focus-visible)) .play-overlay {
    opacity: 0;
    transform: translate(-50%, -50%);
}

/* Principles and raw */
.v2-principles-section {
    background: var(--v2-soft);
}

.v2-principles-section .message-grid {
    gap: 30px;
    margin-top: 0;
}

.v2-principles-section .philosophy-desc {
    max-width: 780px;
    margin: 24px auto 0;
    text-align: center;
}

.v2-principles-section .message-block {
    padding: 20px;
    border: 1px solid var(--v2-line);
    border-radius: var(--v2-card-radius);
    background: #fff;
    text-align: center;
}

.v2-principles-section .message-block h4 {
    min-height: 40px;
    color: #147b3d;
    font-family: var(--font-body);
    font-size: 11px;
    letter-spacing: .12em;
}

.v2-page .worked-raw-home-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.v2-page .worked-raw-home-card {
    min-height: 320px;
    border-radius: var(--v2-card-radius);
}

.v2-page .worked-raw-home-card > p {
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

/* Collaboration and FAQ */
.v2-collaboration-section .partner-bridge-overlay {
    background:
        linear-gradient(to right, rgba(247, 248, 249, .97), rgba(247, 248, 249, .84)),
        linear-gradient(to bottom, #f2f4f6, transparent 18%, transparent 82%, #f2f4f6);
}

.v2-collaboration-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.v2-collaboration-grid article {
    position: relative;
    z-index: 3;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 300px;
    padding: 36px 36px 34px;
    border: 1px solid rgba(0, 0, 0, .14);
    border-radius: var(--v2-card-radius);
    background: rgba(255, 255, 255, .91);
    backdrop-filter: blur(12px);
    text-align: center;
}

.v2-collaboration-grid h3 {
    max-width: 440px;
    font-size: 25px;
    letter-spacing: -.04em;
    line-height: 1.35;
    word-break: keep-all;
}

.v2-collaboration-grid p {
    max-width: 480px;
    margin: 18px 0 26px;
    color: var(--v2-muted);
    font-size: 15px;
    line-height: 1.8;
    text-align: center;
    word-break: keep-all;
}

.v2-collaboration-grid .v2-button {
    margin-top: 0;
}

.v2-faq-preview {
    background: #fff;
}

.v2-faq-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    margin-bottom: 0;
    border-top: 1px solid #111;
    border-left: 1px solid var(--v2-line);
}

.v2-faq-grid article {
    min-height: 0;
    padding: 34px 30px;
    border-right: 1px solid var(--v2-line);
    border-bottom: 1px solid var(--v2-line);
    text-align: center;
}

.v2-faq-grid h3 {
    font-size: 18px;
    letter-spacing: -.03em;
    line-height: 1.5;
    word-break: keep-all;
}

.v2-faq-grid p {
    margin-top: 18px;
    color: var(--v2-muted);
    font-size: 14px;
    line-height: 1.75;
    text-align: center;
    word-break: keep-all;
}

.v2-faq-preview .faq-bridge-link {
    display: flex;
    width: max-content;
    margin: 36px auto 0;
    background: #000;
    color: #fff;
}

/* Featured and contact */
.v2-featured-review.creative-review-section {
    background-color: var(--v2-green);
    background-image:
        linear-gradient(rgba(0, 0, 0, .055) 1px, transparent 1px),
        linear-gradient(90deg, rgba(0, 0, 0, .055) 1px, transparent 1px);
    background-size: 72px 72px;
    color: #0b0b0b;
}

.v2-featured-review .v2-section-kicker {
    color: rgba(0, 0, 0, .66);
}

.v2-featured-review .home-section-title {
    color: #0b0b0b;
}

.v2-featured-review .section-subtitle {
    color: rgba(0, 0, 0, .64);
}

.v2-wldo-header {
    position: relative;
    z-index: 2;
    max-width: 820px;
    margin-right: auto;
    margin-left: auto;
    text-align: center;
}

.v2-wldo-card {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, .92fr);
    gap: 0;
    align-items: center;
    overflow: hidden;
    border: 1px solid #0b0b0b;
    border-radius: 10px;
    background: #0b0b0b;
    color: #fff;
    text-decoration: none;
    box-shadow: 14px 14px 0 rgba(0, 0, 0, .15);
    transition: transform .25s ease, box-shadow .25s ease;
}

.v2-wldo-card:hover,
.v2-wldo-card:focus-visible {
    transform: translate(-3px, -3px);
    box-shadow: 19px 19px 0 rgba(0, 0, 0, .2);
    outline: none;
}

.v2-wldo-media {
    position: relative;
    aspect-ratio: 16 / 9;
    overflow: hidden;
    background: #151515;
}

.v2-wldo-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform .55s cubic-bezier(.16, 1, .3, 1), opacity .3s ease;
}

.v2-wldo-card:hover .v2-wldo-media img,
.v2-wldo-card:focus-visible .v2-wldo-media img {
    opacity: .78;
    transform: scale(1.025);
}

.v2-wldo-play {
    position: absolute;
    top: 50%;
    left: 50%;
    display: grid;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    background: rgba(255, 255, 255, .92);
    color: #ff0000;
    font-size: 27px;
    place-items: center;
    transform: translate(-50%, -50%);
}

.v2-wldo-copy {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 46px;
    text-align: center;
}

.v2-wldo-copy .video-tech-badge {
    border-color: rgba(121, 238, 157, .48);
    background: rgba(121, 238, 157, .1);
    color: var(--v2-green);
}

.v2-wldo-channel {
    margin-top: 18px;
    color: rgba(255, 255, 255, .56);
    font-size: 10px;
    font-weight: 700;
    letter-spacing: .12em;
}

.v2-wldo-channel ion-icon {
    color: #ff0000;
    font-size: 13px;
    vertical-align: -2px;
}

.v2-wldo-copy h3 {
    margin-top: 18px;
    color: #fff;
    font-size: clamp(1.35rem, 2.1vw, 2rem);
    letter-spacing: -.045em;
    line-height: 1.35;
    word-break: keep-all;
}

.v2-wldo-desc {
    margin: 18px 0 28px;
    color: rgba(255, 255, 255, .68);
    font-size: 14px;
    line-height: 1.8;
    word-break: keep-all;
}

.v2-wldo-copy .v2-button {
    border-color: #fff;
    background: #fff;
    color: #0b0b0b;
}

.v2-contact-note {
    max-width: 620px;
    margin: 18px auto 0;
    color: #858585;
    font-size: 12px;
    line-height: 1.7;
    word-break: keep-all;
}

@media (max-width: 980px) {
    .v2-client-work-grid,
    .v2-spec-section .video-list,
    .v2-page .worked-raw-home-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .v2-client-work-card:last-child,
    .v2-spec-section .video-item:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 767px) {
    .v2-page .container {
        padding-right: 22px;
        padding-left: 22px;
    }

    .v2-page .section,
    .v2-page .section.section-uniform-stack {
        padding-top: 76px;
        padding-bottom: 76px;
    }

    .v2-page .section-header {
        margin-bottom: 38px;
    }

    .v2-wldo-card {
        grid-template-columns: 1fr;
        box-shadow: 8px 8px 0 rgba(0, 0, 0, .15);
    }

    .v2-wldo-card:hover,
    .v2-wldo-card:focus-visible {
        transform: none;
        box-shadow: 8px 8px 0 rgba(0, 0, 0, .15);
    }

    .v2-wldo-copy {
        padding: 30px 26px 32px;
    }

    .v2-wldo-copy h3 {
        margin-top: 16px;
    }

    .v2-wldo-desc {
        margin-bottom: 24px;
        font-size: 13px;
    }

    .v2-hero.fullscreen {
        min-height: 720px;
        height: 100svh;
    }

    .v2-hero .hero-overlay {
        justify-content: center;
        padding: 106px 22px 46px;
        background:
            linear-gradient(90deg, rgba(0, 0, 0, .78), rgba(0, 0, 0, .34)),
            linear-gradient(0deg, rgba(0, 0, 0, .72), transparent 55%);
    }

    .v2-hero-copy {
        width: 100%;
    }

    .v2-eyebrow {
        margin-bottom: 16px;
        font-size: 9px;
        letter-spacing: .17em;
    }

    .v2-hero-title {
        font-size: clamp(2.25rem, 11vw, 3.2rem);
        line-height: 1.1;
    }

    .v2-hero-desc {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.7;
    }

    .v2-hero-actions {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        margin-top: 28px;
    }

    .v2-hero-actions .v2-button {
        width: 100%;
        min-width: 0;
    }

    .v2-button {
        min-height: 46px;
        padding: 12px 16px;
        font-size: 12px;
        text-align: center;
    }

    .v2-hero-credit {
        display: grid;
        gap: 4px;
        margin-top: 28px;
        font-size: 9px;
        line-height: 1.5;
    }

    .v2-intro-title {
        font-size: clamp(1.9rem, 9vw, 2.7rem);
    }

    .v2-intro-copy {
        margin-top: 24px;
        font-size: 15px;
        line-height: 1.8;
    }

    .v2-services-grid,
    .v2-client-work-grid,
    .v2-spec-section .video-list,
    .v2-page .worked-raw-home-grid,
    .v2-collaboration-grid,
    .v2-faq-grid {
        grid-template-columns: 1fr;
    }

    .v2-services-grid article {
        min-height: auto;
        padding: 28px 24px;
    }

    .v2-services-grid h3 {
        margin-top: 34px;
        font-size: 21px;
    }

    .v2-client-work-card:last-child,
    .v2-spec-section .video-item:last-child,
    .v2-page .worked-raw-home-card:last-child {
        grid-column: auto;
    }

    .v2-client-work-copy {
        padding: 20px;
    }

    .v2-page .worked-raw-home-card {
        min-height: 0;
    }

    .v2-spec-section .video-list {
        gap: 42px;
    }

    .v2-principles-section .message-grid {
        gap: 18px;
        margin-top: 0;
    }

    .v2-collaboration-grid article {
        min-height: 0;
        padding: 30px 24px;
    }

    .v2-collaboration-grid h3 {
        font-size: 22px;
    }

    .v2-faq-grid article {
        min-height: auto;
        padding: 26px 22px;
    }

    .v2-faq-preview .faq-bridge-link {
        width: 100%;
        margin-top: 30px;
    }

    .v2-featured-card {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 14px;
        padding: 26px 22px;
    }

    .v2-page .cta-black-box {
        padding: 36px 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .v2-page *,
    .v2-page *::before,
    .v2-page *::after {
        scroll-behavior: auto !important;
    }
}
