﻿:root {
    --wsh-bg: #fdfcf9;
    --wsh-bg-soft: #faf8f4;
    --wsh-surface: rgba(255, 255, 255, 0.80);
    --wsh-surface-2: rgba(255, 255, 255, 0.70);
    --wsh-border: rgba(224, 216, 204, 0.42);
    --wsh-border-strong: rgba(208, 196, 180, 0.58);
    --wsh-text: #1f2430;
    --wsh-text-soft: #737b88;
    --wsh-accent: #9f7a50;
    --wsh-accent-deep: #7f603d;
    --wsh-accent-soft: rgba(244, 237, 227, 0.42);
    --wsh-shadow: 0 20px 44px rgba(74, 60, 42, 0.03);
    --wsh-radius-xl: 34px;
    --wsh-radius-lg: 24px;
    --wsh-radius-md: 18px;
}

.wsh-home-page {
    background: radial-gradient(circle at top left, rgba(255,255,255,0.98) 0%, transparent 30%), radial-gradient(circle at top right, rgba(255,255,255,0.92) 0%, transparent 24%), linear-gradient(180deg, #fefdfa 0%, #faf8f4 100%);
    color: var(--wsh-text);
}

.wsh-container {
    max-width: 100%;
    padding-left: 22px;
    padding-right: 22px;
}

.wsh-container-wide {
    width: 100%;
}

/* COMMON */
.wsh-section {
    padding: 34px 0;
}

.wsh-eyebrow,
.wsh-section-label,
.wsh-side-label {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 8px 14px;
    border-radius: 999px;
    border: 1px solid var(--wsh-border-strong);
    background: rgba(255, 255, 255, 0.72);
    color: var(--wsh-accent-deep);
    font-size: 0.74rem;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    font-weight: 800;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
}

    .wsh-eyebrow:hover,
    .wsh-section-label:hover,
    .wsh-side-label:hover {
        transform: translateY(-2px);
        background: rgba(255, 255, 255, 0.84);
        border-color: rgba(208, 196, 180, 0.72);
    }

.wsh-section-head {
    margin-bottom: 28px;
    max-width: none;
}

.wsh-section-title {
    margin: 18px 0 12px;
    font-size: clamp(2rem, 2.9vw, 2.5rem);
    line-height: 1.08;
    letter-spacing: -0.03em;
    font-weight: 800;
    color: var(--wsh-text);
    max-width: none;
    text-wrap: balance;
}

.wsh-section-text {
    margin: 0;
    max-width: none;
    color: var(--wsh-text-soft);
    line-height: 1.9;
    font-size: 1.04rem;
    text-wrap: pretty;
}

/* BUTTONS */
.wsh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 54px;
    padding: 0 28px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: transform 0.28s ease, box-shadow 0.28s ease, background 0.28s ease, border-color 0.28s ease, color 0.28s ease;
}

.wsh-btn-primary {
    background: var(--wsh-accent);
    color: #fff;
    border: 1px solid var(--wsh-accent);
}

    .wsh-btn-primary:hover {
        background: var(--wsh-accent-deep);
        border-color: var(--wsh-accent-deep);
        color: #fff;
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(74, 60, 42, 0.06);
    }

.wsh-btn-secondary {
    background: rgba(255, 255, 255, 0.72);
    color: var(--wsh-text);
    border: 1px solid var(--wsh-border-strong);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

    .wsh-btn-secondary:hover {
        background: rgba(255, 255, 255, 0.88);
        color: var(--wsh-text);
        transform: translateY(-1px);
        box-shadow: 0 14px 28px rgba(74, 60, 42, 0.06);
    }

/* HERO */
.wsh-home-hero {
    position: relative;
    overflow: hidden;
    padding: 28px 0 22px;
}

.wsh-hero-shell {
    position: relative;
    overflow: hidden;
    width: 100%;
    background: rgba(255, 255, 255, 0.66);
    border: 1px solid rgba(224, 216, 204, 0.38);
    border-radius: 40px;
    padding: 60px 60px 46px;
    box-shadow: 0 20px 46px rgba(74, 60, 42, 0.028);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: box-shadow 0.45s ease, transform 0.45s ease, background 0.45s ease;
}

    .wsh-hero-shell:hover {
        box-shadow: 0 28px 60px rgba(74, 60, 42, 0.05);
        transform: translateY(-2px);
    }

    .wsh-hero-shell::after {
        content: "";
        position: absolute;
        inset: 0;
        background: linear-gradient( 120deg, transparent 0%, rgba(255,255,255,0.18) 18%, transparent 36% );
        transform: translateX(-120%);
        animation: wshSheen 8s ease-in-out infinite;
        pointer-events: none;
        z-index: 1;
    }

.wsh-hero-orb {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    filter: blur(14px);
    z-index: 0;
    animation: wshFloatOrb 10s ease-in-out infinite;
}

.wsh-hero-orb-one {
    width: 280px;
    height: 280px;
    top: -70px;
    right: -40px;
    background: radial-gradient(circle, rgba(255,255,255,0.95) 0%, rgba(244,237,227,0.45) 45%, transparent 72%);
}

.wsh-hero-orb-two {
    width: 220px;
    height: 220px;
    bottom: -60px;
    left: -40px;
    background: radial-gradient(circle, rgba(255,255,255,0.82) 0%, rgba(244,237,227,0.32) 45%, transparent 72%);
    animation-delay: 1.5s;
}

.wsh-hero-copy,
.wsh-hero-side {
    position: relative;
    z-index: 2;
}

.wsh-hero-title {
    max-width: none !important;
    margin: 18px 0 22px;
    font-size: clamp(3rem, 3vw, 3rem);
    line-height: 1.10;
    letter-spacing: -0.06em;
    font-weight: 800;
    color: var(--wsh-text);
    text-wrap: balance;
    font-family: 'Manrope', sans-serif;
}

.wsh-hero-text {
    max-width: none !important;
    margin: 0;
    font-size: 1.08rem;
    line-height: 1.95;
    color: var(--wsh-text-soft);
    text-wrap: pretty;
}

.wsh-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-top: 30px;
}

.wsh-hero-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 34px;
    max-width: none;
}

    .wsh-hero-tags span {
        padding: 11px 16px;
        border-radius: 999px;
        background: rgba(255, 255, 255, 0.68);
        border: 1px solid rgba(224, 216, 204, 0.38);
        color: #625747;
        font-size: 0.95rem;
        font-weight: 600;
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        transition: transform 0.28s ease, background 0.28s ease, border-color 0.28s ease;
        will-change: transform;
    }

        .wsh-hero-tags span:hover {
            transform: translateY(-2px);
            background: rgba(255, 255, 255, 0.86);
            border-color: rgba(208, 196, 180, 0.72);
        }

.wsh-hero-side {
    border-left: 1px solid rgba(224, 216, 204, 0.42);
    padding-left: 30px;
    height: 100%;
}

.wsh-side-panel {
    padding-bottom: 22px;
    border-bottom: 1px solid rgba(224, 216, 204, 0.42);
}

    .wsh-side-panel p {
        margin: 16px 0 0;
        color: var(--wsh-text-soft);
        line-height: 1.85;
        font-size: 1rem;
    }

.wsh-side-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    margin-top: 22px;
}

.wsh-side-card {
    padding: 18px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.56);
    border: 1px solid rgba(224, 216, 204, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    will-change: transform;
}

    .wsh-side-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 42px rgba(74, 60, 42, 0.04);
        border-color: rgba(208, 196, 180, 0.72);
    }

    .wsh-side-card strong {
        display: block;
        margin-bottom: 8px;
        font-size: 0.98rem;
        font-weight: 800;
        color: var(--wsh-text);
    }

    .wsh-side-card span {
        display: block;
        color: var(--wsh-text-soft);
        line-height: 1.7;
        font-size: 0.92rem;
    }

/* PROOFBAND */
.wsh-proofband {
    margin-top: 22px;
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.wsh-proof-item {
    padding: 20px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(224, 216, 204, 0.38);
    box-shadow: 0 14px 34px rgba(74, 60, 42, 0.024);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    will-change: transform;
}

    .wsh-proof-item:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 42px rgba(74, 60, 42, 0.04);
        border-color: rgba(208, 196, 180, 0.72);
    }

    .wsh-proof-item strong {
        display: block;
        margin-bottom: 8px;
        font-size: 1rem;
        font-weight: 800;
        color: var(--wsh-text);
    }

    .wsh-proof-item span {
        display: block;
        color: var(--wsh-text-soft);
        line-height: 1.75;
        font-size: 0.92rem;
    }

/* BUILD */
.wsh-build-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}

.wsh-build-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.60);
    border: 1px solid rgba(224, 216, 204, 0.38);
    box-shadow: 0 18px 40px rgba(74, 60, 42, 0.024);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    will-change: transform;
}

    .wsh-build-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 42px rgba(74, 60, 42, 0.04);
        border-color: rgba(208, 196, 180, 0.72);
    }

.wsh-build-icon {
    width: 54px;
    height: 54px;
    border-radius: 16px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(244, 237, 227, 0.36);
    border: 1px solid rgba(224, 216, 204, 0.30);
    color: var(--wsh-accent-deep);
    font-size: 1.2rem;
    margin-bottom: 14px;
}

.wsh-build-card h3 {
    margin: 0 0 10px;
    font-size: 1.15rem;
    line-height: 1.25;
    font-weight: 800;
    color: var(--wsh-text);
}

.wsh-build-card p {
    margin: 0;
    color: var(--wsh-text-soft);
    line-height: 1.8;
    font-size: 0.96rem;
}

/* REALITY / PLATFORM / CTA SHELLS */
.wsh-reality-shell,
.wsh-platform-shell,
.wsh-cta-shell {
    width: 100%;
    background: rgba(255, 255, 255, 0.64);
    border: 1px solid rgba(224, 216, 204, 0.38);
    border-radius: 36px;
    padding: 40px;
    box-shadow: 0 18px 40px rgba(74, 60, 42, 0.024);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    transition: box-shadow 0.35s ease, transform 0.35s ease;
}

    .wsh-reality-shell:hover,
    .wsh-platform-shell:hover,
    .wsh-cta-shell:hover {
        box-shadow: 0 22px 48px rgba(74, 60, 42, 0.035);
        transform: translateY(-2px);
    }

.wsh-check-list {
    display: grid;
    gap: 12px;
    margin-top: 22px;
}

    .wsh-check-list div {
        display: flex;
        align-items: flex-start;
        gap: 12px;
        padding: 14px 16px;
        border-radius: 18px;
        background: rgba(255, 255, 255, 0.54);
        border: 1px solid rgba(224, 216, 204, 0.34);
        transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
    }

        .wsh-check-list div:hover {
            transform: translateY(-2px);
            border-color: rgba(208, 196, 180, 0.66);
        }

    .wsh-check-list i {
        color: var(--wsh-accent);
        margin-top: 2px;
    }

    .wsh-check-list span {
        color: var(--wsh-text-soft);
        line-height: 1.75;
        font-weight: 600;
    }

.wsh-reality-grid,
.wsh-platform-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
    width: 100%;
}

.wsh-reality-card,
.wsh-platform-card {
    padding: 22px;
    border-radius: 22px;
    background: rgba(255, 255, 255, 0.54);
    border: 1px solid rgba(224, 216, 204, 0.34);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    will-change: transform;
}

    .wsh-reality-card:hover,
    .wsh-platform-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 42px rgba(74, 60, 42, 0.04);
        border-color: rgba(208, 196, 180, 0.72);
    }

    .wsh-reality-card h4,
    .wsh-platform-card h4 {
        margin: 0 0 8px;
        font-size: 1.06rem;
        font-weight: 800;
        color: var(--wsh-text);
    }

    .wsh-reality-card p,
    .wsh-platform-card p {
        margin: 0;
        color: var(--wsh-text-soft);
        line-height: 1.8;
        font-size: 0.94rem;
    }

/* PORTFOLIO */
.wsh-product-grid {
    display: grid;
    grid-template-columns: 1.25fr 1fr 1fr;
    gap: 18px;
    width: 100%;
}

.wsh-product-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.62);
    border: 1px solid rgba(224, 216, 204, 0.38);
    box-shadow: 0 18px 40px rgba(74, 60, 42, 0.024);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    will-change: transform;
}

    .wsh-product-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 42px rgba(74, 60, 42, 0.04);
        border-color: rgba(208, 196, 180, 0.72);
    }

    .wsh-product-card.featured {
        grid-row: span 2;
    }

.wsh-product-tag {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(244, 237, 227, 0.40);
    border: 1px solid rgba(224, 216, 204, 0.34);
    color: var(--wsh-accent-deep);
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.10em;
    font-weight: 800;
    margin-bottom: 14px;
}

.wsh-product-card h3 {
    margin: 0 0 10px;
    font-size: 1.18rem;
    line-height: 1.2;
    font-weight: 800;
    color: var(--wsh-text);
}

.wsh-product-card p {
    margin: 0;
    color: var(--wsh-text-soft);
    line-height: 1.8;
    font-size: 0.95rem;
}

.wsh-product-card ul {
    margin: 14px 0 0;
    padding-left: 18px;
    color: var(--wsh-text-soft);
}

    .wsh-product-card ul li {
        margin-bottom: 8px;
        line-height: 1.75;
        font-size: 0.93rem;
        font-weight: 600;
    }

/* INDUSTRIES */
.wsh-industry-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    width: 100%;
}

.wsh-industry-card {
    padding: 24px;
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.60);
    border: 1px solid rgba(224, 216, 204, 0.38);
    box-shadow: 0 18px 40px rgba(74, 60, 42, 0.024);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease, background 0.35s ease;
    will-change: transform;
}

    .wsh-industry-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 42px rgba(74, 60, 42, 0.04);
        border-color: rgba(208, 196, 180, 0.72);
    }

    .wsh-industry-card i {
        width: 54px;
        height: 54px;
        border-radius: 16px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        background: rgba(244, 237, 227, 0.36);
        border: 1px solid rgba(224, 216, 204, 0.30);
        color: var(--wsh-accent-deep);
        font-size: 1.2rem;
        margin-bottom: 14px;
    }

    .wsh-industry-card h4 {
        margin: 0 0 8px;
        font-size: 1.08rem;
        line-height: 1.25;
        font-weight: 800;
        color: var(--wsh-text);
    }

    .wsh-industry-card p {
        margin: 0;
        color: var(--wsh-text-soft);
        line-height: 1.8;
        font-size: 0.95rem;
    }

/* CTA */
.wsh-home-cta {
    padding: 28px 0 80px;
    background: transparent;
}

    .wsh-home-cta .wsh-cta-shell {
        text-align: center;
        width: 100%;
        padding: 52px 36px;
        border-radius: 38px;
        background: rgba(255, 255, 255, 0.72);
        border: 1px solid rgba(224, 216, 204, 0.38);
        box-shadow: 0 18px 40px rgba(74, 60, 42, 0.024);
        backdrop-filter: blur(18px);
        -webkit-backdrop-filter: blur(18px);
    }

    .wsh-home-cta h2 {
        margin: 18px auto 14px;
        max-width: 1400px;
        font-size: clamp(2.5rem, 3vw, 2.5rem);
        line-height: 1.08;
        letter-spacing: -0.03em;
        font-weight: 800;
        color: var(--wsh-text);
        text-wrap: balance;
    }

    .wsh-home-cta p {
        max-width: none;
        margin: 0 auto;
        color: var(--wsh-text-soft);
        line-height: 1.9;
        font-size: 1.04rem;
    }

    .wsh-home-cta .wsh-hero-actions {
        justify-content: center;
        margin-top: 30px;
    }

    .wsh-home-cta .wsh-section-label {
        background: rgba(255, 255, 255, 0.72);
        color: var(--wsh-accent-deep);
        border: 1px solid var(--wsh-border-strong);
    }

/* KEYFRAMES */
@keyframes wshFloatOrb {
    0% {
        transform: translateY(0) translateX(0);
    }

    50% {
        transform: translateY(10px) translateX(6px);
    }

    100% {
        transform: translateY(0) translateX(0);
    }
}

@keyframes wshSheen {
    0% {
        transform: translateX(-120%);
        opacity: 0;
    }

    12% {
        opacity: 1;
    }

    24% {
        transform: translateX(120%);
        opacity: 0;
    }

    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

/* RESPONSIVE */
@media (max-width: 1399.98px) {
    .wsh-container {
        padding-left: 18px;
        padding-right: 18px;
    }

    .wsh-hero-shell,
    .wsh-reality-shell,
    .wsh-platform-shell,
    .wsh-home-cta .wsh-cta-shell {
        padding: 34px;
    }
}

@media (max-width: 1199.98px) {
    .wsh-proofband,
    .wsh-build-grid,
    .wsh-industry-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .wsh-product-grid {
        grid-template-columns: 1fr 1fr;
    }

    .wsh-product-card.featured {
        grid-column: span 2;
        grid-row: auto;
    }

    .wsh-hero-title {
        font-size: clamp(2rem, 3.2vw, 2rem);
    }
}

@media (max-width: 991.98px) {
    .wsh-hero-side {
        border-left: 0;
        border-top: 1px solid rgba(224, 216, 204, 0.42);
        padding-left: 0;
        padding-top: 24px;
    }

    .wsh-section-title {
        font-size: 2.2rem;
    }

    .wsh-reality-grid,
    .wsh-platform-grid {
        grid-template-columns: 1fr;
    }

    .wsh-hero-title {
        max-width: 100%;
        font-size: 2.75rem;
    }
}

@media (max-width: 767.98px) {
    .wsh-container {
        padding-left: 12px;
        padding-right: 12px;
    }

    .wsh-home-hero {
        padding-top: 18px;
    }

    .wsh-hero-shell,
    .wsh-reality-shell,
    .wsh-platform-shell,
    .wsh-home-cta .wsh-cta-shell {
        padding: 18px;
        border-radius: 24px;
    }

    .wsh-hero-title {
        font-size: 2.15rem;
        line-height: 1.06;
    }

    .wsh-hero-text,
    .wsh-section-text,
    .wsh-build-card p,
    .wsh-reality-card p,
    .wsh-platform-card p,
    .wsh-product-card p,
    .wsh-industry-card p,
    .wsh-home-cta p {
        font-size: 0.98rem;
    }

    .wsh-hero-actions {
        flex-direction: column;
    }

    .wsh-btn {
        width: 100%;
    }

    .wsh-proofband,
    .wsh-build-grid,
    .wsh-product-grid,
    .wsh-industry-grid,
    .wsh-side-grid {
        grid-template-columns: 1fr;
    }

    .wsh-product-card.featured {
        grid-column: span 1;
    }
}
