/* WorkHub marketing — Atelier
   Ink, paper, lime. Independent of the app stylesheet. */

:root {
    --ink: #07080b;
    --ink-2: #11131a;
    --ink-3: #1b1f2a;
    --paper: #f4efe6;
    --paper-2: #ebe4d6;
    --paper-3: #e3d9c6;
    --lime: #d8fb47;
    --lime-2: #c6e82b;
    --violet: #8b7cff;
    --coral: #ff6b4a;
    --mist: rgba(244, 239, 230, 0.72);
    --line: rgba(244, 239, 230, 0.12);
    --line-strong: rgba(244, 239, 230, 0.22);
    --ink-soft: rgba(7, 8, 11, 0.62);
    --shadow: 0 40px 80px rgba(0, 0, 0, 0.35);
    --radius: 22px;
    --font-display: "Syne", "Avenir Next", sans-serif;
    --font-body: "Figtree", "Helvetica Neue", sans-serif;
    --font-mono: "IBM Plex Mono", ui-monospace, monospace;
    --nav-h: 76px;
}

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

html {
    scroll-behavior: smooth;
}

html,
body {
    margin: 0;
    min-height: 100%;
}

.wh-body {
    font-family: var(--font-body);
    background: var(--ink);
    color: var(--paper);
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
    overflow-x: hidden;
}

img {
    max-width: 100%;
    display: block;
}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
textarea {
    font: inherit;
}

.wh-skip {
    position: absolute;
    left: 12px;
    top: -40px;
    z-index: 80;
    background: var(--lime);
    color: var(--ink);
    padding: 8px 12px;
    border-radius: 8px;
    font-weight: 600;
}

.wh-skip:focus {
    top: 12px;
}

.wh-grain {
    pointer-events: none;
    position: fixed;
    inset: 0;
    z-index: 50;
    opacity: 0.07;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.wh-container {
    width: min(1180px, calc(100% - 40px));
    margin: 0 auto;
}

.wh-kicker {
    margin: 0 0 14px;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--lime);
}

.wh-lede {
    margin: 0;
    max-width: 42rem;
    font-size: 1.125rem;
    color: var(--mist);
}

.wh-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 28px;
}

h1, h2, h3 {
    font-family: var(--font-display);
    letter-spacing: -0.04em;
    line-height: 0.96;
    margin: 0;
}

h1 {
    font-size: clamp(3.1rem, 8vw, 7.2rem);
    font-weight: 800;
}

h2 {
    font-size: clamp(2.2rem, 4.6vw, 4.2rem);
    font-weight: 800;
}

h3 {
    font-size: 1.35rem;
    font-weight: 700;
    line-height: 1.2;
}

/* Buttons */
.wh-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    padding: 0 18px;
    border-radius: 999px;
    border: 1px solid transparent;
    font-weight: 600;
    font-size: 0.95rem;
    cursor: pointer;
    transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

.wh-btn:hover {
    transform: translateY(-1px);
}

.wh-btn-primary {
    background: var(--lime);
    color: var(--ink);
}

.wh-btn-primary:hover {
    background: var(--lime-2);
}

.wh-btn-ghost {
    background: transparent;
    border-color: var(--line-strong);
    color: var(--paper);
}

.wh-btn-ghost:hover {
    border-color: var(--paper);
}

.wh-btn-lg {
    min-height: 52px;
    padding: 0 22px;
    font-size: 1rem;
}

.wh-btn-block {
    width: 100%;
}

/* Nav */
.wh-nav {
    position: sticky;
    top: 0;
    z-index: 40;
    height: var(--nav-h);
    backdrop-filter: blur(18px);
    background: rgba(7, 8, 11, 0.72);
    border-bottom: 1px solid transparent;
}

.wh-nav.is-scrolled {
    border-bottom-color: var(--line);
}

.wh-nav-inner {
    width: min(1180px, calc(100% - 32px));
    margin: 0 auto;
    height: 100%;
    display: flex;
    align-items: center;
    gap: 24px;
}

.wh-brand {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    font-family: var(--font-display);
    font-weight: 800;
    font-size: 1.15rem;
    letter-spacing: -0.04em;
}

.wh-brand img {
    height: 28px;
    width: auto;
}

.wh-mark {
    width: 28px;
    height: 28px;
    border-radius: 9px;
    display: grid;
    place-items: center;
    background: var(--lime);
    color: var(--ink);
    font-size: 0.95rem;
}

.wh-nav-links {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-left: 18px;
}

.wh-nav-links a {
    font-size: 0.92rem;
    color: var(--mist);
}

.wh-nav-links a:hover,
.wh-nav-links a.is-active {
    color: var(--paper);
}

.wh-nav-actions {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.wh-nav-avatar {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    object-fit: cover;
}

.wh-nav-mobile-actions {
    display: none;
}

.wh-nav-toggle {
    display: none;
    margin-left: auto;
    width: 44px;
    height: 44px;
    border: 0;
    background: transparent;
    padding: 0;
}

.wh-nav-toggle span {
    display: block;
    width: 18px;
    height: 1.5px;
    margin: 6px auto;
    background: var(--paper);
}

/* Hero */
.wh-hero {
    position: relative;
    overflow: hidden;
    padding: 48px 0 32px;
}

.wh-hero::before {
    content: "";
    position: absolute;
    width: 50vw;
    height: 50vw;
    right: -8vw;
    top: -10vw;
    background: radial-gradient(circle, rgba(216, 251, 71, 0.16), transparent 62%);
    pointer-events: none;
}

.wh-hero-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.wh-hero h1 span {
    color: var(--lime);
}

.wh-hero .wh-lede {
    margin-top: 22px;
}

.wh-hero-note {
    margin-top: 16px;
    font-size: 0.9rem;
    color: rgba(244, 239, 230, 0.5);
}

.wh-custom-hero {
    border-radius: 28px;
    border: 1px solid var(--line);
    overflow: hidden;
    box-shadow: var(--shadow);
}

.wh-custom-hero img {
    width: 100%;
    height: auto;
}

/* Product stage */
.wh-stage {
    position: relative;
    min-height: 420px;
}

.wh-window {
    background: linear-gradient(180deg, #171b24, #10131a);
    border: 1px solid var(--line-strong);
    border-radius: 24px;
    box-shadow: var(--shadow);
    overflow: hidden;
    transform: rotate(-1.2deg);
}

.wh-window-bar {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 12px 14px;
    border-bottom: 1px solid var(--line);
    color: rgba(244, 239, 230, 0.45);
    font-family: var(--font-mono);
    font-size: 11px;
}

.wh-window-bar span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #3a3f4d;
}

.wh-window-bar span:nth-child(1) { background: #ff6b4a; }
.wh-window-bar span:nth-child(2) { background: #d8fb47; }
.wh-window-bar span:nth-child(3) { background: #8b7cff; }

.wh-window-bar em {
    margin-left: 8px;
    font-style: normal;
}

.wh-window-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 18px 8px;
}

.wh-chip {
    font-size: 11px;
    font-weight: 600;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(216, 251, 71, 0.12);
    color: var(--lime);
}

.wh-board {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    padding: 8px 14px 18px;
}

.wh-col {
    background: rgba(255, 255, 255, 0.03);
    border-radius: 14px;
    padding: 10px;
}

.wh-col header {
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: var(--mist);
    margin-bottom: 8px;
}

.wh-col article {
    background: #1d2230;
    border-radius: 12px;
    padding: 10px;
    margin-bottom: 8px;
    border: 1px solid transparent;
}

.wh-col article.is-live {
    border-color: rgba(216, 251, 71, 0.35);
    box-shadow: 0 0 0 3px rgba(216, 251, 71, 0.08);
}

.wh-col article p {
    margin: 8px 0 10px;
    font-size: 13px;
    font-weight: 600;
}

.wh-tag {
    display: inline-block;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    padding: 3px 7px;
    border-radius: 999px;
    background: rgba(244, 239, 230, 0.08);
}

.wh-tag-violet { color: #c8c0ff; background: rgba(139, 124, 255, 0.18); }
.wh-tag-coral { color: #ffd0c6; background: rgba(255, 107, 74, 0.18); }

.wh-meta {
    display: flex;
    align-items: center;
    gap: 6px;
    font-size: 11px;
    color: rgba(244, 239, 230, 0.5);
}

.wh-meta i {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: #8b7cff;
    display: inline-block;
}

.wh-meta i.is-lime { background: var(--lime); }
.wh-meta em { font-style: normal; margin-left: auto; }

.wh-float {
    position: absolute;
    background: var(--paper);
    color: var(--ink);
    border-radius: 16px;
    padding: 12px 14px;
    min-width: 180px;
    box-shadow: var(--shadow);
}

.wh-float strong,
.wh-float span {
    display: block;
}

.wh-float span {
    color: var(--ink-soft);
    font-size: 12px;
    margin-top: 2px;
}

.wh-float-a {
    right: -18px;
    top: 54px;
    transform: rotate(4deg);
}

.wh-float-b {
    left: -12px;
    bottom: 28px;
    transform: rotate(-3deg);
    background: var(--lime);
}

/* Marquee */
.wh-marquee {
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    overflow: hidden;
    padding: 16px 0;
    margin: 12px 0 0;
}

.wh-marquee-track {
    display: flex;
    gap: 36px;
    width: max-content;
    animation: wh-marquee 28s linear infinite;
    font-family: var(--font-mono);
    font-size: 12px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: var(--mist);
}

.wh-marquee b {
    color: var(--lime);
    font-weight: 500;
}

@keyframes wh-marquee {
    from { transform: translateX(0); }
    to { transform: translateX(-50%); }
}

/* Sections */
.wh-section {
    padding: 92px 0;
}

.wh-section-head {
    max-width: 720px;
    margin-bottom: 48px;
}

.wh-section-head h2 {
    margin-bottom: 16px;
}

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

.wh-paper .wh-kicker { color: #5d6b12; }
.wh-paper .wh-lede,
.wh-paper .wh-muted,
.wh-paper .wh-step p { color: var(--ink-soft); }

.wh-paper .wh-feature {
    background: #fff;
    border-color: rgba(7, 8, 11, 0.08);
}

.wh-paper .wh-feature p { color: var(--ink-soft); }

.wh-paper .wh-feature span {
    color: #3d4708;
    background: rgba(216, 251, 71, 0.45);
}

.wh-paper .wh-compare th { color: var(--ink-soft); }

.wh-paper .wh-compare th,
.wh-paper .wh-compare td {
    border-bottom-color: rgba(7, 8, 11, 0.08);
}

.wh-ink-2 { background: var(--ink-2); }

/* Stats */
.wh-stats {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wh-stat {
    padding: 28px;
    border: 1px solid rgba(7, 8, 11, 0.08);
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.45);
}

.wh-stat strong {
    display: block;
    font-family: var(--font-display);
    font-size: 3.4rem;
    letter-spacing: -0.06em;
    line-height: 1;
}

.wh-stat span {
    display: block;
    margin-top: 8px;
    font-weight: 700;
}

.wh-stat em {
    display: block;
    margin-top: 4px;
    font-style: normal;
    color: var(--ink-soft);
    font-size: 0.95rem;
}

/* Bento + pillars */
.wh-bento {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 16px;
}

.wh-card {
    background: var(--ink-3);
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 28px;
}

.wh-paper .wh-card {
    background: #fff;
    border-color: rgba(7, 8, 11, 0.08);
}

.wh-card p {
    margin: 10px 0 0;
    color: var(--mist);
}

.wh-paper .wh-card p {
    color: var(--ink-soft);
}

.wh-features {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.wh-feature {
    padding: 24px;
    border-radius: var(--radius);
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid var(--line);
}

.wh-feature span {
    display: inline-grid;
    place-items: center;
    width: 36px;
    height: 36px;
    border-radius: 12px;
    background: rgba(216, 251, 71, 0.12);
    color: var(--lime);
    font-family: var(--font-mono);
    font-size: 12px;
    margin-bottom: 16px;
}

.wh-pillars {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wh-pillar {
    min-height: 240px;
    padding: 32px;
    border-radius: 28px;
    background: var(--ink);
    color: var(--paper);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.wh-pillar:nth-child(2) { background: #16141f; }
.wh-pillar:nth-child(3) { background: #132016; }
.wh-pillar:nth-child(4) { background: #231812; }

.wh-pillar p {
    margin: 12px 0 0;
    color: var(--mist);
}

/* Steps */
.wh-steps {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
}

.wh-step {
    padding: 28px 8px 0 0;
}

.wh-step strong {
    display: block;
    font-family: var(--font-mono);
    font-size: 12px;
    color: var(--lime);
    margin-bottom: 14px;
}

.wh-step p {
    color: var(--mist);
}

/* Pricing */
.wh-plans {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
    align-items: stretch;
}

.wh-plan {
    display: flex;
    flex-direction: column;
    padding: 28px;
    border-radius: 28px;
    border: 1px solid var(--line);
    background: var(--ink-3);
}

.wh-plan.is-featured {
    background: var(--lime);
    color: var(--ink);
    border-color: var(--lime);
    transform: translateY(-8px);
}

.wh-plan-name {
    font-weight: 700;
    font-size: 0.95rem;
}

.wh-price {
    font-family: var(--font-display);
    font-size: 3.4rem;
    letter-spacing: -0.06em;
    margin: 14px 0 4px;
    line-height: 1;
}

.wh-price small {
    font-size: 1rem;
    font-family: var(--font-body);
    letter-spacing: 0;
}

.wh-plan p {
    color: var(--mist);
}

.wh-plan.is-featured p,
.wh-plan.is-featured li {
    color: rgba(7, 8, 11, 0.72);
}

.wh-plan ul {
    list-style: none;
    padding: 0;
    margin: 22px 0 auto;
}

.wh-plan li {
    padding: 8px 0;
    border-top: 1px solid var(--line);
    color: var(--mist);
}

.wh-plan.is-featured li {
    border-top-color: rgba(7, 8, 11, 0.12);
}

.wh-plan .wh-btn {
    margin-top: 24px;
}

.wh-plan.is-featured .wh-btn-primary {
    background: var(--ink);
    color: var(--paper);
}

.wh-empty {
    padding: 40px;
    border: 1px dashed var(--line-strong);
    border-radius: var(--radius);
    text-align: center;
    color: var(--mist);
}

/* FAQ */
.wh-faq {
    display: grid;
    gap: 10px;
}

.wh-faq details {
    border: 1px solid var(--line);
    border-radius: 18px;
    padding: 18px 20px;
    background: rgba(255, 255, 255, 0.02);
}

.wh-faq summary {
    cursor: pointer;
    font-weight: 700;
    font-size: 1.05rem;
    list-style: none;
}

.wh-faq summary::-webkit-details-marker { display: none; }

.wh-faq p {
    margin: 12px 0 0;
    color: var(--mist);
}

.wh-paper .wh-faq details {
    background: #fff;
    border-color: rgba(7, 8, 11, 0.08);
}

.wh-paper .wh-faq p { color: var(--ink-soft); }

/* CTA */
.wh-cta {
    padding: 0 0 92px;
}

.wh-cta-panel {
    padding: clamp(40px, 6vw, 72px);
    border-radius: 36px;
    background:
        radial-gradient(circle at 100% 0%, rgba(216, 251, 71, 0.2), transparent 40%),
        linear-gradient(160deg, #151821, #0d1016);
    border: 1px solid var(--line);
}

.wh-cta-panel h2 {
    max-width: 14ch;
    margin-bottom: 16px;
}

/* Footer */
.wh-footer {
    border-top: 1px solid var(--line);
    padding: 56px 0 28px;
    background: #05060a;
}

.wh-footer-top {
    display: grid;
    grid-template-columns: 1.1fr 1.4fr;
    gap: 40px;
}

.wh-footer-lede {
    max-width: 28ch;
    color: var(--mist);
    margin: 16px 0 0;
}

.wh-footer-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.wh-footer-label {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.16em;
    text-transform: uppercase;
    color: rgba(244, 239, 230, 0.4);
    margin: 0 0 12px;
}

.wh-footer-grid a {
    display: block;
    color: var(--mist);
    margin: 8px 0;
}

.wh-footer-grid a:hover { color: var(--paper); }

.wh-footer-bottom {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    margin-top: 40px;
    padding-top: 20px;
    border-top: 1px solid var(--line);
    color: rgba(244, 239, 230, 0.45);
    font-size: 0.88rem;
}

/* Page heroes (inner) */
.wh-page-hero {
    padding: 72px 0 24px;
}

.wh-page-hero h1 {
    font-size: clamp(2.8rem, 6vw, 5.4rem);
    max-width: 14ch;
}

.wh-page-hero .wh-lede {
    margin-top: 20px;
}

/* About */
.wh-values {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 16px;
}

.wh-manifesto {
    font-size: clamp(1.4rem, 2.4vw, 2rem);
    line-height: 1.35;
    max-width: 22ch;
    font-family: var(--font-display);
    letter-spacing: -0.04em;
}

/* Contact */
.wh-split {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
    gap: 48px;
    align-items: start;
}

.wh-form {
    background: var(--ink-3);
    border: 1px solid var(--line);
    border-radius: 28px;
    padding: 28px;
}

.wh-field {
    margin-bottom: 16px;
}

.wh-field label {
    display: block;
    font-size: 0.88rem;
    font-weight: 600;
    margin-bottom: 6px;
}

.wh-field input,
.wh-field textarea {
    width: 100%;
    border: 1px solid var(--line-strong);
    background: var(--ink);
    color: var(--paper);
    border-radius: 14px;
    padding: 12px 14px;
    outline: none;
}

.wh-field textarea {
    min-height: 140px;
    resize: vertical;
}

.wh-field input:focus,
.wh-field textarea:focus {
    border-color: var(--lime);
}

.wh-error {
    color: var(--coral);
    font-size: 0.85rem;
    margin: 6px 0 0;
}

.wh-flash {
    background: rgba(216, 251, 71, 0.12);
    color: var(--lime);
    padding: 12px 14px;
    border-radius: 12px;
    margin-bottom: 18px;
}

.wh-link {
    color: var(--lime);
    font-weight: 600;
}

.wh-link:hover {
    text-decoration: underline;
}

.wh-auth {
    padding: 48px 0 88px;
}

.wh-auth-grid {
    display: grid;
    grid-template-columns: 1.05fr 0.95fr;
    gap: 48px;
    align-items: center;
}

.wh-auth-copy h1 {
    font-size: clamp(2.6rem, 6vw, 4.8rem);
    max-width: 10ch;
}

.wh-auth-copy .wh-lede {
    margin-top: 18px;
}

.wh-auth-points {
    list-style: none;
    padding: 0;
    margin: 28px 0 0;
}

.wh-auth-points li {
    position: relative;
    padding: 10px 0 10px 28px;
    color: var(--mist);
    border-top: 1px solid var(--line);
}

.wh-auth-points li::before {
    content: "✦";
    position: absolute;
    left: 0;
    color: var(--lime);
}

.wh-form-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
    margin: 4px 0 18px;
}

.wh-check {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 0.92rem;
    color: var(--mist);
}

.wh-check input {
    width: 16px;
    height: 16px;
    margin-top: 3px;
    accent-color: var(--lime);
    flex: 0 0 auto;
}

.wh-auth-alt {
    margin-top: 18px;
    color: var(--mist);
    font-size: 0.95rem;
}

.wh-auth-stage {
    margin-top: 36px;
}

.wh-contact-points {
    display: grid;
    gap: 18px;
    margin-top: 28px;
}

.wh-contact-points div {
    padding-top: 16px;
    border-top: 1px solid var(--line);
}

.wh-contact-points span {
    display: block;
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--lime);
    margin-bottom: 6px;
}

/* Legal */
.wh-legal {
    width: min(760px, calc(100% - 40px));
    margin: 0 auto 80px;
    color: var(--mist);
    line-height: 1.7;
}

.wh-legal h1 {
    color: var(--paper);
    font-size: clamp(2.4rem, 5vw, 4rem);
    margin-bottom: 28px;
}

.wh-legal p,
.wh-legal li {
    margin: 0 0 1em;
}

.wh-legal a {
    color: var(--lime);
    text-decoration: underline;
}

.wh-legal h2,
.wh-legal h3 {
    color: var(--paper);
    margin: 1.4em 0 0.5em;
}

/* Compare */
.wh-compare {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.wh-compare th,
.wh-compare td {
    text-align: left;
    padding: 14px 10px;
    border-bottom: 1px solid var(--line);
}

.wh-compare th {
    font-family: var(--font-mono);
    font-size: 11px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: var(--mist);
}

/* Reveal */
.wh-reveal {
    opacity: 0;
    transform: translateY(18px);
    animation: wh-in 0.8s ease forwards;
}

.wh-reveal:nth-child(2) { animation-delay: 0.08s; }
.wh-reveal:nth-child(3) { animation-delay: 0.16s; }

@keyframes wh-in {
    to {
        opacity: 1;
        transform: none;
    }
}

@media (max-width: 980px) {
    .wh-hero-grid,
    .wh-bento,
    .wh-pillars,
    .wh-steps,
    .wh-plans,
    .wh-features,
    .wh-stats,
    .wh-split,
    .wh-auth-grid,
    .wh-footer-top,
    .wh-values {
        grid-template-columns: 1fr;
    }

    .wh-nav-links,
    .wh-nav-actions {
        display: none;
    }

    .wh-nav-toggle {
        display: block;
    }

    .wh-nav.is-open .wh-nav-links {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        position: absolute;
        inset: var(--nav-h) 16px auto;
        padding: 22px;
        background: #12141c;
        border: 1px solid var(--line);
        border-radius: 20px;
        z-index: 41;
    }

    .wh-nav-mobile-actions {
        display: flex;
        flex-wrap: wrap;
        gap: 10px;
        margin-top: 12px;
    }

    .wh-auth-stage {
        display: none;
    }

    .wh-plan.is-featured {
        transform: none;
    }

    .wh-float {
        display: none;
    }

    .wh-window {
        transform: none;
    }

    .wh-board {
        grid-template-columns: 1fr;
    }

    .wh-footer-bottom,
    .wh-footer-grid {
        display: block;
    }

    h1 { font-size: clamp(2.6rem, 12vw, 4.4rem); }
}

@media (prefers-reduced-motion: reduce) {
    *,
    *::before,
    *::after {
        animation: none !important;
        transition: none !important;
        scroll-behavior: auto !important;
    }

    .wh-reveal {
        opacity: 1;
        transform: none;
    }
}
