.wl-studio {
    --wl-bg: #f4f0e8;
    --wl-ink: #151515;
    --wl-muted: #625f57;
    --wl-line: rgba(21, 21, 21, 0.14);
    --wl-accent: #2f6f58;
    --wl-accent-dark: #245644;
    --wl-panel: #fffaf0;
    --wl-dark: #141815;
    --wl-dark-muted: #bec8bd;
    background:
        linear-gradient(180deg, rgba(255, 250, 240, 0.88), rgba(244, 240, 232, 0.96)),
        repeating-linear-gradient(90deg, rgba(21, 21, 21, 0.03) 0 1px, transparent 1px 72px);
    color: var(--wl-ink);
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    line-height: 1.6;
    margin: -40px 0 0;
}

.page-id-19105 .page-title,
.page-id-4400 .page-title,
.page-id-15878 .page-title,
.page-id-4439 .page-title {
    display: none !important;
}

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

.wl-studio a {
    color: inherit;
}

.wl-hero,
.wl-section,
.wl-final-cta {
    margin-inline: auto;
    max-width: 1180px;
    padding: clamp(56px, 8vw, 112px) 24px;
}

.wl-hero {
    min-height: 78vh;
    display: grid;
    align-items: center;
}

.wl-hero--compact {
    min-height: 54vh;
}

.wl-hero__inner {
    max-width: 980px;
}

.wl-kicker,
.wl-section-label {
    color: var(--wl-accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    margin: 0 0 18px;
    text-transform: uppercase;
}

.wl-hero h1,
.wl-section h2,
.wl-final-cta h2 {
    color: var(--wl-ink);
    font-size: clamp(3rem, 8vw, 7.5rem);
    font-weight: 750;
    letter-spacing: -0.055em;
    line-height: 0.92;
    margin: 0;
    max-width: 11ch;
    text-wrap: balance;
}

.wl-section h2,
.wl-final-cta h2 {
    font-size: clamp(2.2rem, 5vw, 5rem);
    max-width: 10ch;
}

.wl-hero__lede {
    color: var(--wl-muted);
    font-size: clamp(1.08rem, 1.8vw, 1.35rem);
    line-height: 1.58;
    margin: 28px 0 0;
    max-width: 650px;
    text-wrap: pretty;
}

.wl-hero__actions {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
}

.wl-button {
    border-radius: 6px;
    display: inline-flex;
    font-size: 0.95rem;
    font-weight: 700;
    justify-content: center;
    min-height: 48px;
    padding: 13px 18px;
    text-decoration: none;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.wl-button:hover {
    transform: translateY(-1px);
}

.wl-button:active {
    transform: translateY(0);
}

.wl-button:focus-visible {
    outline: 3px solid rgba(47, 111, 88, 0.28);
    outline-offset: 3px;
}

.wl-button--primary {
    background: var(--wl-accent);
    color: #fff;
}

.wl-button--primary:hover {
    background: var(--wl-accent-dark);
    color: #fff;
}

.wl-button--secondary {
    background: rgba(21, 21, 21, 0.06);
    color: var(--wl-ink);
}

.wl-button--secondary:hover {
    background: rgba(21, 21, 21, 0.11);
}

.wl-proof-grid {
    border-top: 1px solid var(--wl-line);
    display: grid;
    gap: 0;
    grid-template-columns: repeat(3, 1fr);
    margin: clamp(44px, 6vw, 76px) 0 0;
    padding: 0;
}

.wl-proof-grid div {
    border-right: 1px solid var(--wl-line);
    padding: 20px 22px 20px 0;
}

.wl-proof-grid div:last-child {
    border-right: 0;
}

.wl-proof-grid dt {
    color: var(--wl-accent);
    font-size: 0.76rem;
    font-weight: 800;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.wl-proof-grid dd {
    color: var(--wl-muted);
    margin: 8px 0 0;
}

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

.wl-section--split,
.wl-section--stack {
    align-items: start;
    display: grid;
    gap: clamp(28px, 6vw, 86px);
    grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
}

.wl-copy {
    color: var(--wl-muted);
    font-size: 1.08rem;
    max-width: 680px;
}

.wl-copy p {
    margin: 0 0 18px;
}

.wl-section-heading {
    align-items: end;
    display: flex;
    gap: 24px;
    justify-content: space-between;
    margin-bottom: clamp(28px, 5vw, 54px);
}

.wl-service-grid {
    display: grid;
    gap: 1px;
    grid-template-columns: repeat(4, 1fr);
}

.wl-service-grid--three {
    grid-template-columns: repeat(3, 1fr);
}

.wl-service {
    background: rgba(255, 250, 240, 0.8);
    border: 1px solid var(--wl-line);
    min-height: 280px;
    padding: 24px;
}

.wl-service span {
    color: var(--wl-accent);
    display: block;
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
    font-size: 0.84rem;
    font-variant-numeric: tabular-nums;
    margin-bottom: 54px;
}

.wl-service h3 {
    color: var(--wl-ink);
    font-size: 1.28rem;
    font-weight: 750;
    line-height: 1.1;
    margin: 0 0 16px;
}

.wl-service p {
    color: var(--wl-muted);
    margin: 0;
}

.wl-section--dark {
    background: var(--wl-dark);
    border-radius: 6px;
    color: #f7f1e7;
    margin-top: 36px;
    padding-inline: clamp(24px, 5vw, 64px);
}

.wl-section--dark h2 {
    color: #f7f1e7;
}

.wl-section--dark .wl-section-label {
    color: #8fc7a8;
}

.wl-process {
    counter-reset: process;
    display: grid;
    gap: 1px;
    list-style: none;
    margin: 0;
    padding: 0;
}

.wl-process li {
    border-top: 1px solid rgba(255, 255, 255, 0.14);
    display: grid;
    gap: 22px;
    grid-template-columns: 0.8fr 1.2fr;
    padding: 24px 0;
}

.wl-process strong {
    color: #fff;
    font-size: 1.2rem;
}

.wl-process span {
    color: var(--wl-dark-muted);
}

.wl-stack-list {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.wl-stack-list--single {
    grid-template-columns: 1fr;
}

.wl-stack-list div {
    background: rgba(21, 21, 21, 0.055);
    border-radius: 6px;
    color: #33312c;
    font-weight: 650;
    padding: 16px 18px;
}

.wl-final-cta {
    border-top: 1px solid var(--wl-line);
    padding-bottom: clamp(72px, 10vw, 128px);
}

.wl-final-cta p:not(.wl-section-label) {
    color: var(--wl-muted);
    font-size: 1.12rem;
    max-width: 640px;
}

@media (max-width: 900px) {
    .wl-studio {
        margin-top: -24px;
    }

    .wl-proof-grid,
    .wl-section--split,
    .wl-section--stack,
    .wl-service-grid,
    .wl-service-grid--three,
    .wl-process li,
    .wl-stack-list {
        grid-template-columns: 1fr;
    }

    .wl-proof-grid div,
    .wl-proof-grid div:last-child {
        border-bottom: 1px solid var(--wl-line);
        border-right: 0;
    }

    .wl-section-heading {
        align-items: start;
        display: block;
    }

    .wl-service {
        min-height: auto;
    }

    .wl-service span {
        margin-bottom: 26px;
    }
}

@media (max-width: 560px) {
    .wl-hero,
    .wl-section,
    .wl-final-cta {
        padding-inline: 18px;
    }

    .wl-hero h1 {
        font-size: clamp(2.6rem, 17vw, 4.2rem);
    }

    .wl-button {
        width: 100%;
    }
}
