:root{--wshs-bg:#080a0c;--wshs-panel:#11161b;--wshs-panel2:#171d23;--wshs-text:#f6f2e8;--wshs-muted:#9ba4af;--wshs-gold:#f4b400;--wshs-gold2:#a96500;--wshs-line:rgba(255,255,255,.08);--wshs-shell:min(100% - 32px,1240px)}
body.wsh-site-skin-active{margin:0;background:var(--wshs-bg);color:var(--wshs-text);font-family:inherit}
.wsh-global-shell{width:var(--wshs-shell);margin-inline:auto}
.wsh-global-header{position:sticky;top:0;z-index:999;background:rgba(7,9,11,.92);backdrop-filter:blur(18px);border-bottom:1px solid var(--wshs-line);box-shadow:0 10px 30px rgba(0,0,0,.28)}
.wsh-global-header__main{min-height:84px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:28px}
.wsh-global-header__brand{display:inline-flex;align-items:center}
.wsh-global-brand{display:inline-flex;align-items:center;gap:12px}.wsh-global-brand__mark{width:58px;height:58px;display:block;filter:drop-shadow(0 7px 14px rgba(244,180,0,.18))}.wsh-global-brand__mark svg{width:100%;height:100%;display:block}.wsh-global-brand__copy{display:grid;line-height:1}.wsh-global-brand__copy strong{font-size:24px;color:#fff;font-weight:900}.wsh-global-brand__copy small{font-size:10px;letter-spacing:.28em;color:var(--wshs-gold);margin-top:7px}.wsh-global-brand--compact .wsh-global-brand__mark{width:48px;height:48px}.wsh-global-brand--compact .wsh-global-brand__copy strong{font-size:21px}
.wsh-global-menu{display:flex;justify-content:center;align-items:center;gap:6px;flex-wrap:wrap}.wsh-global-menu a{color:#dce1e6;text-decoration:none;padding:10px 12px;border-radius:10px;font-size:14px}.wsh-global-menu a:hover{background:rgba(244,180,0,.1);color:var(--wshs-gold)}
.wsh-global-search{width:260px;height:44px;display:flex;border:1px solid var(--wshs-line);border-radius:14px;overflow:hidden;background:#0d1115}.wsh-global-search input{min-width:0;flex:1;background:transparent;border:0;outline:0;color:#fff;padding:0 14px;font-family:inherit}.wsh-global-search button{width:46px;border:0;background:var(--wshs-gold);color:#111;font-size:24px;cursor:pointer}
.wsh-global-header__ticker{border-top:1px solid rgba(255,255,255,.04);background:rgba(255,255,255,.018)}.wsh-global-header__ticker-scroll{display:flex;gap:8px;overflow-x:auto;white-space:nowrap;padding:8px 0;scrollbar-width:none}.wsh-global-header__ticker-scroll::-webkit-scrollbar{display:none}.wsh-global-header__ticker-scroll a{flex:0 0 auto;color:var(--wshs-muted);text-decoration:none;font-size:12px;padding:6px 12px;border-radius:999px}.wsh-global-header__ticker-scroll a:hover{color:#fff;background:rgba(255,255,255,.05)}
.wsh-global-menu-toggle{display:none;width:44px;height:44px;border:1px solid var(--wshs-line);border-radius:12px;background:#11161b;padding:10px}.wsh-global-menu-toggle span{display:block;height:2px;background:#fff;margin:5px 0;border-radius:3px}
.wsh-site-main{min-height:60vh;background:radial-gradient(circle at 15% 0,rgba(244,180,0,.08),transparent 28%),linear-gradient(#080a0c,#0b0e11)}
.wsh-site-hero{position:relative;overflow:hidden;padding:76px 0 54px;border-bottom:1px solid var(--wshs-line)}.wsh-site-hero::before{content:"";position:absolute;inset:0;background:linear-gradient(110deg,rgba(244,180,0,.08),transparent 45%);pointer-events:none}.wsh-site-hero__inner{position:relative}.wsh-site-kicker{margin:0 0 8px;color:var(--wshs-gold);font-size:12px;font-weight:900;letter-spacing:.14em}.wsh-site-title{margin:0;font-size:clamp(34px,5vw,64px);line-height:1.25;max-width:950px}.wsh-site-description{max-width:780px;margin:14px 0 0;color:var(--wshs-muted);font-size:17px;line-height:1.95}
.wsh-archive-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:22px;padding:42px 0 72px}.wsh-archive-card{border:1px solid var(--wshs-line);border-radius:18px;overflow:hidden;background:linear-gradient(180deg,var(--wshs-panel2),var(--wshs-panel));box-shadow:0 18px 38px rgba(0,0,0,.22)}.wsh-archive-card__media{display:block;aspect-ratio:16/10;overflow:hidden;background:#111}.wsh-archive-card__media img{width:100%;height:100%;object-fit:cover;display:block;transition:.35s}.wsh-archive-card:hover img{transform:scale(1.04)}.wsh-archive-card__body{padding:18px}.wsh-archive-card__cat{display:inline-flex;color:var(--wshs-gold);font-size:11px;font-weight:800;margin-bottom:8px}.wsh-archive-card h2{font-size:20px;line-height:1.7;margin:0}.wsh-archive-card h2 a{color:#fff;text-decoration:none}.wsh-archive-card p{color:var(--wshs-muted);line-height:1.9;font-size:14px}.wsh-archive-card__meta{display:flex;justify-content:space-between;gap:10px;color:#818b96;font-size:12px;margin-top:14px}
.wsh-pagination{padding:0 0 70px}.wsh-pagination .nav-links{display:flex;justify-content:center;gap:8px;flex-wrap:wrap}.wsh-pagination a,.wsh-pagination span{min-width:42px;height:42px;display:grid;place-items:center;padding:0 12px;border-radius:10px;border:1px solid var(--wshs-line);color:#fff;text-decoration:none}.wsh-pagination .current{background:var(--wshs-gold);color:#111;border-color:var(--wshs-gold)}
.wsh-single-hero{padding:48px 0 28px}.wsh-single-hero__layout{display:grid;grid-template-columns:1.1fr .9fr;gap:34px;align-items:center}.wsh-single-hero__media{border-radius:24px;overflow:hidden;background:#111;aspect-ratio:16/10;box-shadow:0 24px 60px rgba(0,0,0,.3)}.wsh-single-hero__media img{width:100%;height:100%;object-fit:cover}.wsh-single-hero__copy h1{font-size:clamp(34px,4.5vw,58px);line-height:1.35;margin:10px 0 16px}.wsh-single-meta{display:flex;align-items:center;gap:12px;flex-wrap:wrap;color:var(--wshs-muted);font-size:13px}.wsh-single-meta a{color:var(--wshs-gold);text-decoration:none}.wsh-single-excerpt{color:#c8ced5;line-height:2;font-size:17px}
.wsh-article-shell{display:grid;grid-template-columns:minmax(0,820px) 260px;gap:38px;align-items:start;padding:30px 0 76px}.wsh-article-content{background:#0e1216;border:1px solid var(--wshs-line);border-radius:22px;padding:clamp(22px,4vw,46px);font-size:17px;line-height:2.15;color:#e6e8eb}.wsh-article-content h2,.wsh-article-content h3{color:#fff;line-height:1.55;margin-top:1.8em}.wsh-article-content h2{font-size:30px}.wsh-article-content h3{font-size:24px}.wsh-article-content img{max-width:100%;height:auto;border-radius:14px}.wsh-article-content a{color:var(--wshs-gold)}.wsh-article-content blockquote{margin:24px 0;padding:16px 22px;border-right:4px solid var(--wshs-gold);background:rgba(244,180,0,.06);border-radius:12px}.wsh-article-content table{width:100%;border-collapse:collapse;overflow:auto;display:block}.wsh-article-content th,.wsh-article-content td{border:1px solid var(--wshs-line);padding:10px}.wsh-article-sidebar{position:sticky;top:128px;display:grid;gap:18px}.wsh-side-box{border:1px solid var(--wshs-line);border-radius:18px;background:var(--wshs-panel);padding:20px}.wsh-side-box h3{margin:0 0 14px;font-size:17px}.wsh-side-box a{display:block;color:#dce1e6;text-decoration:none;line-height:1.8;padding:7px 0;border-bottom:1px solid rgba(255,255,255,.05)}
.wsh-author-box{display:flex;gap:16px;align-items:center;margin-top:28px;padding:20px;border-radius:16px;background:#151a20}.wsh-author-box img{width:70px;height:70px;border-radius:50%;object-fit:cover}.wsh-author-box h3{margin:0 0 6px}.wsh-author-box p{margin:0;color:var(--wshs-muted);font-size:14px}
.wsh-related{padding:0 0 76px}.wsh-related h2{font-size:30px}.wsh-page-shell{max-width:900px;padding:48px 0 80px}.wsh-page-content{background:#0e1216;border:1px solid var(--wshs-line);border-radius:22px;padding:clamp(24px,5vw,52px);line-height:2.1;font-size:17px}.wsh-page-content img{max-width:100%;height:auto;border-radius:14px}
.wsh-global-footer{border-top:1px solid var(--wshs-line);background:#06080a}.wsh-global-footer__grid{display:grid;grid-template-columns:1.5fr 1fr 1fr;gap:42px;padding:54px 0}.wsh-global-footer h3{font-size:16px;margin:0 0 14px;color:var(--wshs-gold)}.wsh-global-footer p{color:var(--wshs-muted);line-height:1.9;max-width:480px}.wsh-global-footer a{display:block;color:#cdd3da;text-decoration:none;padding:5px 0}.wsh-global-footer__brand>a{display:inline-block}.wsh-global-footer__bottom{border-top:1px solid var(--wshs-line);padding:18px 0;color:#7f8994;font-size:12px}
body.wsh-cinematic-home-active #masthead,body.wsh-cinematic-home-active .site-header,body.wsh-cinematic-home-active .elementor-location-header,body.wsh-cinematic-home-active #colophon,body.wsh-cinematic-home-active .site-footer,body.wsh-cinematic-home-active .elementor-location-footer{display:none!important}
@media(max-width:1050px){.wsh-global-header__main{grid-template-columns:auto auto 1fr}.wsh-global-menu-toggle{display:block}.wsh-global-menu{display:none;position:absolute;top:84px;right:16px;left:16px;padding:14px;background:#0c1014;border:1px solid var(--wshs-line);border-radius:16px;box-shadow:0 20px 50px rgba(0,0,0,.4);flex-direction:column;align-items:stretch}.wsh-global-menu.is-open{display:flex}.wsh-global-menu a{text-align:right}.wsh-global-search{justify-self:end}.wsh-archive-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wsh-single-hero__layout{grid-template-columns:1fr}.wsh-article-shell{grid-template-columns:1fr}.wsh-article-sidebar{position:static;grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:700px){:root{--wshs-shell:min(100% - 22px,1240px)}.wsh-global-header__main{min-height:70px;display:flex;align-items:center;justify-content:flex-start;position:relative}.wsh-global-menu-toggle{margin-right:auto;margin-left:0;flex:0 0 44px}.wsh-global-search{display:none}.wsh-global-brand__mark{width:46px;height:46px}.wsh-global-brand__copy strong{font-size:20px}.wsh-global-menu{top:70px}.wsh-site-hero{padding:48px 0 34px}.wsh-site-title{font-size:34px}.wsh-archive-grid{grid-template-columns:1fr;padding-top:26px}.wsh-single-hero{padding-top:26px}.wsh-single-hero__copy h1{font-size:34px}.wsh-single-hero__layout{gap:22px}.wsh-single-hero__media{border-radius:16px}.wsh-article-content{font-size:16px;line-height:2}.wsh-article-content h2{font-size:25px}.wsh-article-sidebar{grid-template-columns:1fr}.wsh-global-footer__grid{grid-template-columns:1fr;gap:24px;padding:38px 0}.wsh-global-footer__bottom{text-align:center}}

/* Dedicated contact page */
.wsh-contact-main{
    min-height:72vh;
    display:grid;
    place-items:center;
    padding:clamp(48px,7vw,96px) 16px;
    overflow:hidden;
    background:
        radial-gradient(circle at 50% 8%,rgba(244,180,0,.16),transparent 31%),
        radial-gradient(circle at 10% 85%,rgba(0,136,204,.08),transparent 30%),
        radial-gradient(circle at 90% 82%,rgba(216,42,123,.07),transparent 30%),
        linear-gradient(180deg,#07090b,#0b0e11 55%,#07090b);
}
.wsh-contact-card{
    position:relative;
    width:min(100%,980px);
    display:flex;
    flex-direction:column;
    align-items:center;
    text-align:center;
    padding:clamp(34px,6vw,72px) clamp(16px,5vw,58px);
    border:1px solid rgba(244,180,0,.22);
    border-radius:30px;
    background:linear-gradient(145deg,rgba(19,23,28,.96),rgba(8,11,14,.97));
    box-shadow:0 30px 90px rgba(0,0,0,.42),inset 0 1px 0 rgba(255,255,255,.04);
    isolation:isolate;
}
.wsh-contact-card::before{
    content:"";
    position:absolute;
    inset:12px;
    border:1px solid rgba(255,255,255,.045);
    border-radius:22px;
    pointer-events:none;
}
.wsh-contact-glow{
    position:absolute;
    z-index:-1;
    top:4%;
    width:320px;
    height:260px;
    border-radius:50%;
    background:rgba(244,180,0,.13);
    filter:blur(82px);
    pointer-events:none;
}
.wsh-contact-kicker{
    margin:0 0 10px;
    color:var(--wshs-gold);
    font-size:11px;
    font-weight:900;
    letter-spacing:.3em;
}
.wsh-contact-card>h1{
    margin:0;
    color:#fff;
    font-size:clamp(36px,5.2vw,66px);
    line-height:1.2;
    font-weight:900;
}
.wsh-contact-intro{
    max-width:760px;
    margin:18px auto 0;
    color:#b9c1ca;
    font-size:clamp(14px,1.45vw,17px);
    line-height:2;
}
.wsh-contact-methods{
    width:min(100%,790px);
    display:grid;
    gap:14px;
    margin-top:clamp(28px,4vw,42px);
}
.wsh-contact-method{
    position:relative;
    z-index:1;
    width:100%;
    border:1px solid rgba(255,255,255,.08);
    border-radius:20px;
    background:rgba(255,255,255,.025);
    box-shadow:inset 0 1px 0 rgba(255,255,255,.025);
}
.wsh-contact-method--email{
    display:grid;
    grid-template-columns:64px 1fr;
    align-items:center;
    gap:20px;
    padding:22px 24px;
    text-align:right;
}
.wsh-contact-method__icon,
.wsh-contact-social-icon{
    display:grid;
    place-items:center;
    flex:0 0 auto;
    width:58px;
    height:58px;
    border-radius:17px;
}
.wsh-contact-method__icon{
    color:#16110a;
    background:linear-gradient(145deg,#ffd667,#e89c00);
    box-shadow:0 10px 28px rgba(244,180,0,.18);
}
.wsh-contact-method__icon svg,
.wsh-contact-social-icon svg{
    width:30px;
    height:30px;
    fill:currentColor;
}
.wsh-contact-method__content h2{
    margin:0 0 10px;
    color:#fff;
    font-size:18px;
}
.wsh-contact-emails{
    display:flex;
    flex-wrap:wrap;
    gap:8px 20px;
}
.wsh-contact-emails a{
    direction:ltr;
    unicode-bidi:isolate;
    color:#eee7d8;
    font-size:clamp(16px,2vw,21px);
    line-height:1.5;
    font-weight:800;
    text-decoration:none;
    overflow-wrap:anywhere;
    transition:color .2s ease,transform .2s ease;
}
.wsh-contact-emails a:hover,
.wsh-contact-emails a:focus-visible{
    color:var(--wshs-gold);
    transform:translateY(-1px);
    outline:none;
}
.wsh-contact-method--social{
    min-height:82px;
    display:flex;
    align-items:center;
    gap:18px;
    padding:12px 18px;
    color:#fff;
    text-align:right;
    text-decoration:none;
    transition:transform .2s ease,border-color .2s ease,background .2s ease,box-shadow .2s ease;
}
.wsh-contact-method--social:hover,
.wsh-contact-method--social:focus-visible{
    transform:translateY(-2px);
    outline:none;
}
.wsh-contact-method--telegram:hover,
.wsh-contact-method--telegram:focus-visible{
    border-color:rgba(41,169,235,.42);
    background:rgba(41,169,235,.075);
    box-shadow:0 16px 34px rgba(0,136,204,.10);
}
.wsh-contact-method--instagram:hover,
.wsh-contact-method--instagram:focus-visible{
    border-color:rgba(216,42,123,.4);
    background:rgba(216,42,123,.065);
    box-shadow:0 16px 34px rgba(216,42,123,.09);
}
.wsh-contact-method--telegram .wsh-contact-social-icon{
    color:#fff;
    background:linear-gradient(145deg,#45b8f3,#168bc7);
    box-shadow:0 10px 28px rgba(0,136,204,.19);
}
.wsh-contact-method--instagram .wsh-contact-social-icon{
    color:#fff;
    background:radial-gradient(circle at 30% 105%,#ffd36b 0 17%,#f55355 38%,#c837ab 62%,#515bd4 100%);
    box-shadow:0 10px 28px rgba(216,42,123,.18);
}
.wsh-contact-social-copy{
    display:grid;
    gap:4px;
    min-width:0;
}
.wsh-contact-social-copy strong{
    color:#fff;
    font-size:18px;
}
.wsh-contact-social-copy small{
    direction:ltr;
    unicode-bidi:isolate;
    color:#9fa8b2;
    font-size:14px;
}
.wsh-contact-social-arrow{
    margin-right:auto;
    color:#7f8994;
    font-size:26px;
    transition:transform .2s ease,color .2s ease;
}
.wsh-contact-method--social:hover .wsh-contact-social-arrow{
    color:#fff;
    transform:translateX(-4px);
}
.wsh-contact-note{
    margin:22px 0 0;
    color:#7f8994;
    font-size:12px;
    line-height:1.8;
}
@media(max-width:700px){
    .wsh-contact-main{min-height:68vh;padding:26px 10px}
    .wsh-contact-card{border-radius:22px;padding:36px 13px 30px}
    .wsh-contact-card::before{inset:8px;border-radius:16px}
    .wsh-contact-card>h1{font-size:38px}
    .wsh-contact-intro{font-size:14px;line-height:1.9;margin-top:14px}
    .wsh-contact-methods{gap:11px;margin-top:25px}
    .wsh-contact-method--email{grid-template-columns:48px 1fr;gap:13px;padding:17px 14px;border-radius:16px}
    .wsh-contact-method__icon,.wsh-contact-social-icon{width:46px;height:46px;border-radius:13px}
    .wsh-contact-method__icon svg,.wsh-contact-social-icon svg{width:24px;height:24px}
    .wsh-contact-method__content h2{font-size:15px;margin-bottom:7px}
    .wsh-contact-emails{display:grid;gap:4px}
    .wsh-contact-emails a{font-size:clamp(14px,4.25vw,18px)}
    .wsh-contact-method--social{min-height:70px;gap:13px;padding:11px 13px;border-radius:16px}
    .wsh-contact-social-copy strong{font-size:16px}
    .wsh-contact-social-copy small{font-size:12px}
    .wsh-contact-social-arrow{font-size:22px}
    .wsh-contact-note{font-size:11px;margin-top:18px}
}

/* Dedicated about page */
.wsh-about-main{
    position:relative;
    overflow:hidden;
    background:
        radial-gradient(circle at 12% 15%,rgba(244,180,0,.09),transparent 27%),
        radial-gradient(circle at 88% 20%,rgba(82,112,130,.08),transparent 29%),
        linear-gradient(180deg,#06080a 0,#0a0d10 48%,#07090b 100%);
}
.wsh-about-hero{
    position:relative;
    min-height:670px;
    display:grid;
    align-items:center;
    overflow:hidden;
    border-bottom:1px solid rgba(255,255,255,.06);
}
.wsh-about-hero::before{
    content:"";
    position:absolute;
    inset:0;
    opacity:.22;
    background-image:
        linear-gradient(rgba(255,255,255,.028) 1px,transparent 1px),
        linear-gradient(90deg,rgba(255,255,255,.028) 1px,transparent 1px);
    background-size:44px 44px;
    mask-image:linear-gradient(180deg,rgba(0,0,0,.7),transparent 92%);
}
.wsh-about-beam{
    position:absolute;
    width:560px;
    height:1100px;
    top:-250px;
    pointer-events:none;
    opacity:.14;
    filter:blur(10px);
    background:linear-gradient(180deg,rgba(255,220,120,.8),rgba(244,180,0,0));
    clip-path:polygon(45% 0,55% 0,100% 100%,0 100%);
}
.wsh-about-beam--one{left:-190px;transform:rotate(-19deg)}
.wsh-about-beam--two{right:-250px;transform:rotate(25deg);opacity:.08}
.wsh-about-hero__grid{
    position:relative;
    z-index:2;
    display:grid;
    grid-template-columns:minmax(0,1.05fr) minmax(360px,.95fr);
    gap:clamp(48px,7vw,110px);
    align-items:center;
    padding:clamp(76px,9vw,128px) 0;
}
.wsh-about-kicker{
    margin:0 0 17px;
    color:var(--wshs-gold);
    font-size:12px;
    font-weight:900;
    letter-spacing:.32em;
}
.wsh-about-hero h1{
    margin:0;
    color:#fff;
    font-size:clamp(56px,7vw,98px);
    line-height:1.05;
    letter-spacing:-.035em;
    text-shadow:0 16px 46px rgba(0,0,0,.42);
}
.wsh-about-lead{
    max-width:690px;
    margin:26px 0 0;
    color:#c7ced5;
    font-size:clamp(17px,1.55vw,21px);
    line-height:2.05;
}
.wsh-about-founders{
    width:fit-content;
    display:flex;
    align-items:center;
    gap:14px;
    margin-top:30px;
    padding:11px 18px;
    border:1px solid rgba(244,180,0,.19);
    border-radius:999px;
    color:#dfe3e7;
    background:rgba(255,255,255,.025);
    box-shadow:inset 0 1px rgba(255,255,255,.035);
    font-size:13px;
}
.wsh-about-founders a{
    position:relative;
    color:#eef1f4;
    text-decoration:none;
    font-weight:800;
    transition:color .2s ease,transform .2s ease;
}
.wsh-about-founders a::after{
    content:"";
    position:absolute;
    right:0;
    left:0;
    bottom:-4px;
    height:1px;
    background:linear-gradient(90deg,transparent,var(--wshs-gold),transparent);
    transform:scaleX(0);
    transition:transform .22s ease;
}
.wsh-about-founders a:hover,.wsh-about-founders a:focus-visible{color:var(--wshs-gold);transform:translateY(-1px)}
.wsh-about-founders a:hover::after,.wsh-about-founders a:focus-visible::after{transform:scaleX(1)}
.wsh-about-founders i{color:var(--wshs-gold);font-style:normal;font-size:17px}
.wsh-about-visual{display:grid;place-items:center;perspective:900px}
.wsh-about-frame{
    position:relative;
    width:min(100%,440px);
    aspect-ratio:4/5;
    display:grid;
    place-items:center;
    border:1px solid rgba(244,180,0,.22);
    border-radius:26px;
    background:
        radial-gradient(circle at 50% 42%,rgba(244,180,0,.12),transparent 38%),
        linear-gradient(145deg,rgba(23,28,33,.95),rgba(7,9,11,.98));
    box-shadow:0 42px 110px rgba(0,0,0,.5),inset 0 1px rgba(255,255,255,.05);
    transform:rotateY(-7deg) rotateX(2deg);
}
.wsh-about-frame::before{
    content:"";
    position:absolute;
    inset:17px;
    border:1px solid rgba(255,255,255,.055);
    border-radius:18px;
}
.wsh-about-frame__perforations{
    position:absolute;
    left:30px;
    right:30px;
    height:11px;
    opacity:.42;
    background:repeating-linear-gradient(90deg,#d5a431 0 17px,transparent 17px 33px);
    mask-image:linear-gradient(#000,#000);
}
.wsh-about-frame__perforations--top{top:27px}
.wsh-about-frame__perforations--bottom{bottom:27px}
.wsh-about-lens{
    width:65%;
    aspect-ratio:1;
    filter:drop-shadow(0 23px 34px rgba(0,0,0,.44));
}
.wsh-about-lens svg{width:100%;height:100%;display:block;animation:wsh-about-lens-breathe 5s ease-in-out infinite}
.wsh-about-frame p{
    position:absolute;
    bottom:63px;
    margin:0;
    color:#9da6af;
    font-size:12px;
    letter-spacing:.22em;
}
@keyframes wsh-about-lens-breathe{50%{transform:scale(1.025);filter:brightness(1.08)}}
.wsh-about-story{padding:clamp(58px,8vw,110px) 0}
.wsh-about-story__card{
    position:relative;
    max-width:1040px;
    margin-inline:auto;
    padding:clamp(30px,5.5vw,72px);
    border:1px solid rgba(255,255,255,.075);
    border-radius:30px;
    background:linear-gradient(145deg,rgba(19,24,29,.92),rgba(9,12,15,.96));
    box-shadow:0 30px 90px rgba(0,0,0,.28),inset 0 1px rgba(255,255,255,.035);
}
.wsh-about-story__card::before{
    content:'“';
    position:absolute;
    top:13px;
    left:34px;
    color:rgba(244,180,0,.12);
    font-family:Georgia,serif;
    font-size:150px;
    line-height:1;
}
.wsh-about-story__label{
    display:flex;
    align-items:center;
    gap:12px;
    margin-bottom:28px;
    color:var(--wshs-gold);
    font-size:12px;
    font-weight:900;
    letter-spacing:.06em;
}
.wsh-about-story__label span{width:44px;height:1px;background:linear-gradient(90deg,var(--wshs-gold),transparent)}
.wsh-about-story__text{columns:2;column-gap:clamp(30px,5vw,64px)}
.wsh-about-story__text p{
    break-inside:avoid;
    margin:0 0 22px;
    color:#d5dae0;
    font-size:17px;
    line-height:2.18;
    text-align:justify;
}
.wsh-about-story blockquote{
    position:relative;
    margin:34px 0 0;
    padding:24px 28px;
    border:0;
    border-right:3px solid var(--wshs-gold);
    border-radius:15px;
    color:#fff5d7;
    background:rgba(244,180,0,.065);
    font-size:clamp(18px,2vw,24px);
    font-weight:800;
    line-height:1.95;
}
.wsh-about-values{padding:0 0 clamp(70px,9vw,125px)}
.wsh-about-values__heading{text-align:center;margin-bottom:38px}
.wsh-about-values__heading p{margin:0 0 9px;color:var(--wshs-gold);font-size:11px;font-weight:900;letter-spacing:.28em}
.wsh-about-values__heading h2{margin:0;color:#fff;font-size:clamp(30px,4vw,48px)}
.wsh-about-values__grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}
.wsh-about-value{
    position:relative;
    min-height:275px;
    padding:31px 28px;
    overflow:hidden;
    border:1px solid rgba(255,255,255,.07);
    border-radius:22px;
    background:linear-gradient(160deg,rgba(20,25,30,.94),rgba(9,12,15,.98));
    transition:transform .25s ease,border-color .25s ease,box-shadow .25s ease;
}
.wsh-about-value:hover{transform:translateY(-5px);border-color:rgba(244,180,0,.28);box-shadow:0 24px 52px rgba(0,0,0,.27)}
.wsh-about-value>span{position:absolute;top:16px;left:20px;color:rgba(244,180,0,.12);font-size:64px;font-weight:900;line-height:1}
.wsh-about-value h3{position:relative;margin:36px 0 13px;color:#fff;font-size:23px}
.wsh-about-value p{position:relative;margin:0;color:#aeb7c0;font-size:14px;line-height:2}
@media(max-width:900px){
    .wsh-about-hero{min-height:auto}
    .wsh-about-hero__grid{grid-template-columns:1fr;gap:50px;padding:70px 0}
    .wsh-about-hero__copy{text-align:center}
    .wsh-about-lead{margin-inline:auto}
    .wsh-about-founders{margin-inline:auto}
    .wsh-about-frame{width:min(82vw,410px);transform:none}
    .wsh-about-values__grid{grid-template-columns:1fr}
    .wsh-about-value{min-height:auto}
}
@media(max-width:700px){
    .wsh-about-hero__grid{padding:48px 0 58px;gap:38px}
    .wsh-about-kicker{font-size:10px;letter-spacing:.22em;margin-bottom:12px}
    .wsh-about-hero h1{font-size:50px}
    .wsh-about-lead{font-size:15px;line-height:2;margin-top:18px}
    .wsh-about-founders{gap:9px;padding:9px 12px;font-size:11px;flex-wrap:wrap;justify-content:center}
    .wsh-about-frame{width:min(88vw,340px);border-radius:20px}
    .wsh-about-frame p{bottom:51px;font-size:10px}
    .wsh-about-story{padding:42px 0 60px}
    .wsh-about-story__card{border-radius:22px;padding:28px 19px}
    .wsh-about-story__card::before{font-size:90px;left:15px}
    .wsh-about-story__label{margin-bottom:20px}
    .wsh-about-story__text{columns:1}
    .wsh-about-story__text p{font-size:15px;line-height:2.08;text-align:right;margin-bottom:20px}
    .wsh-about-story blockquote{margin-top:25px;padding:18px 18px;font-size:17px;line-height:1.9}
    .wsh-about-values{padding-bottom:66px}
    .wsh-about-values__heading{margin-bottom:25px}
    .wsh-about-value{padding:27px 22px;border-radius:18px}
    .wsh-about-value h3{font-size:21px;margin-top:30px}
}
@media(prefers-reduced-motion:reduce){.wsh-about-lens svg{animation:none}.wsh-about-value{transition:none}}
