@font-face {
    font-family: "Onest Local";
    src: url("fonts/onest-cyrillic.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* Telegram operations center */
.telegram-overview {
    display: grid;
    gap: 24px;
}

.telegram-hero {
    position: relative;
    display: grid;
    grid-template-columns: auto minmax(0, 1fr) auto;
    min-height: 310px;
    align-items: end;
    gap: clamp(24px, 4vw, 58px);
    overflow: hidden;
    padding: clamp(34px, 5vw, 64px);
    border: 1px solid #cfd8ff;
    border-radius: 30px;
    background:
        linear-gradient(120deg, rgba(255, 255, 255, 0.98), rgba(240, 244, 255, 0.92)),
        var(--surface);
}

.telegram-hero::before {
    position: absolute;
    width: 340px;
    height: 340px;
    top: -150px;
    right: 12%;
    border: 70px solid rgba(78, 109, 222, 0.09);
    border-radius: 50%;
    content: "";
}

.telegram-hero::after {
    position: absolute;
    right: -26px;
    bottom: -48px;
    width: 230px;
    height: 180px;
    border-radius: 42px;
    background-image: radial-gradient(rgba(72, 98, 190, 0.22) 1.2px, transparent 1.2px);
    background-size: 16px 16px;
    content: "";
    transform: rotate(-8deg);
}

.telegram-hero__icon {
    position: relative;
    z-index: 1;
    display: grid;
    width: clamp(86px, 9vw, 124px);
    aspect-ratio: 1;
    place-items: center;
    border-radius: 30px;
    background: #526edb;
    color: #fff;
    box-shadow: 0 24px 60px rgba(63, 85, 175, 0.24);
    transform: rotate(-4deg);
}

.telegram-hero__icon i {
    font-size: clamp(42px, 5vw, 66px);
    transform: rotate(4deg);
}

.telegram-hero__copy {
    position: relative;
    z-index: 1;
    max-width: 760px;
}

.telegram-hero__copy > span,
.telegram-kicker {
    margin: 0 0 12px;
    color: #526edb;
    font-size: 10px;
    font-weight: 820;
    letter-spacing: 0.14em;
}

.telegram-hero h2 {
    margin: 0 0 20px;
    font-size: clamp(38px, 4.4vw, 66px);
    font-weight: 680;
    line-height: 0.98;
}

.telegram-hero__copy > p:last-child {
    max-width: 690px;
    margin: 0;
    color: var(--ink-soft);
    font-size: 16px;
    line-height: 1.65;
}

.telegram-hero__status {
    position: relative;
    z-index: 1;
    display: flex;
    min-width: 190px;
    align-items: center;
    gap: 12px;
    padding: 16px 18px;
    border: 1px solid var(--line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.76);
    backdrop-filter: blur(12px);
}

.telegram-hero__status > span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #e5a43a;
    box-shadow: 0 0 0 6px rgba(229, 164, 58, 0.12);
}

.telegram-hero__status.is-online > span {
    background: #35a56c;
    box-shadow: 0 0 0 6px rgba(53, 165, 108, 0.12);
}

.telegram-hero__status div {
    display: grid;
    gap: 2px;
}

.telegram-hero__status small {
    color: var(--ink-faint);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 0.09em;
}

.telegram-hero__status strong {
    font-size: 13px;
}

.telegram-alert {
    margin: 0;
}

.telegram-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.08fr) minmax(360px, 0.92fr);
    gap: 24px;
}

.telegram-grid .admin-panel {
    margin: 0;
}

.telegram-details {
    display: grid;
    margin: 32px 0;
    border-top: 1px solid var(--line);
}

.telegram-details > div {
    display: grid;
    grid-template-columns: minmax(130px, 0.7fr) minmax(0, 1.3fr);
    gap: 20px;
    padding: 17px 0;
    border-bottom: 1px solid var(--line);
}

.telegram-details dt {
    color: var(--ink-faint);
    font-size: 12px;
}

.telegram-details dd {
    margin: 0;
    color: var(--ink);
    font-size: 13px;
    font-weight: 670;
    text-align: right;
    overflow-wrap: anywhere;
}

.telegram-details a {
    color: #526edb;
}

.telegram-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.telegram-actions form {
    margin: 0;
}

.telegram-pairing {
    display: flex;
    flex-direction: column;
}

.telegram-steps {
    display: grid;
    gap: 18px;
    margin: 30px 0 22px;
    padding: 0;
    list-style: none;
}

.telegram-steps li {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: center;
    gap: 12px;
    color: var(--ink-soft);
    font-size: 14px;
    line-height: 1.5;
}

.telegram-steps li > span {
    display: grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border-radius: 11px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-weight: 800;
}

.telegram-steps a {
    color: #526edb;
    font-weight: 750;
}

.telegram-command {
    display: grid;
    grid-template-columns: 1fr 48px;
    overflow: hidden;
    border: 1px solid #cfd8ff;
    border-radius: 15px;
    background: #f2f5ff;
}

.telegram-command code {
    align-self: center;
    padding: 16px 18px;
    color: #30499f;
    font-size: 14px;
    font-weight: 760;
    overflow-wrap: anywhere;
}

.telegram-command button {
    display: grid;
    border: 0;
    border-left: 1px solid #cfd8ff;
    place-items: center;
    background: transparent;
    color: #526edb;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.telegram-command button:hover,
.telegram-command button.is-copied {
    background: #526edb;
    color: #fff;
}

.telegram-note {
    display: flex;
    gap: 9px;
    margin: 18px 0 0;
    color: var(--ink-faint);
    font-size: 12px;
    line-height: 1.5;
}

.telegram-note i {
    flex: 0 0 auto;
    color: #35a56c;
    font-size: 17px;
}

.telegram-admin-card {
    display: grid;
    grid-template-columns: 52px 1fr auto;
    align-items: center;
    gap: 14px;
    margin: 30px 0 20px;
    padding: 16px;
    border: 1px solid var(--line);
    border-radius: 17px;
    background: var(--bg-soft);
}

.telegram-admin-card__avatar {
    display: grid;
    width: 52px;
    height: 52px;
    place-items: center;
    border-radius: 16px;
    background: #526edb;
    color: #fff;
    font-weight: 820;
}

.telegram-admin-card > div:nth-child(2) {
    display: grid;
    gap: 3px;
}

.telegram-admin-card span {
    color: var(--ink-faint);
    font-size: 12px;
}

.telegram-capabilities {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    padding: 0;
    overflow: hidden;
}

.telegram-capabilities > div {
    min-height: 220px;
    padding: 30px;
    border-right: 1px solid var(--line);
}

.telegram-capabilities > div:last-child {
    border-right: 0;
}

.telegram-capabilities > div > span {
    display: grid;
    width: 44px;
    height: 44px;
    margin-bottom: 34px;
    place-items: center;
    border-radius: 14px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-size: 21px;
}

.telegram-capabilities h3 {
    margin: 0 0 10px;
    font-size: 16px;
}

.telegram-capabilities p {
    margin: 0;
    color: var(--ink-soft);
    font-size: 13px;
    line-height: 1.6;
}

@media (max-width: 1080px) {
    .telegram-hero {
        grid-template-columns: auto 1fr;
    }

    .telegram-hero__status {
        grid-column: 2;
        justify-self: start;
    }

    .telegram-grid {
        grid-template-columns: 1fr;
    }

    .telegram-capabilities {
        grid-template-columns: 1fr 1fr;
    }

    .telegram-capabilities > div:nth-child(2) {
        border-right: 0;
    }

    .telegram-capabilities > div:nth-child(-n+2) {
        border-bottom: 1px solid var(--line);
    }
}

@media (max-width: 700px) {
    .telegram-overview {
        gap: 16px;
    }

    .telegram-hero {
        grid-template-columns: 1fr;
        align-items: start;
        min-height: 0;
        padding: 28px 22px;
        border-radius: 22px;
    }

    .telegram-hero__icon {
        width: 72px;
        border-radius: 22px;
    }

    .telegram-hero h2 {
        font-size: clamp(34px, 11vw, 46px);
    }

    .telegram-hero__status {
        grid-column: 1;
    }

    .telegram-grid {
        gap: 16px;
    }

    .telegram-details > div {
        grid-template-columns: 1fr;
        gap: 7px;
    }

    .telegram-details dd {
        text-align: left;
    }

    .telegram-actions,
    .telegram-actions form,
    .telegram-actions button {
        width: 100%;
    }

    .telegram-capabilities {
        grid-template-columns: 1fr;
    }

    .telegram-capabilities > div,
    .telegram-capabilities > div:nth-child(2) {
        min-height: 0;
        border-right: 0;
        border-bottom: 1px solid var(--line);
    }

    .telegram-capabilities > div:last-child {
        border-bottom: 0;
    }

    .telegram-capabilities > div > span {
        margin-bottom: 22px;
    }

    .admin-nav nav {
        grid-template-columns: repeat(3, 1fr);
    }

    .admin-main {
        padding-bottom: 166px;
    }
}

@font-face {
    font-family: "Onest Local";
    src: url("fonts/onest-latin.woff2") format("woff2-variations");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: "Unbounded Local";
    src: url("fonts/unbounded-cyrillic.woff2") format("woff2-variations");
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
    font-family: "Unbounded Local";
    src: url("fonts/unbounded-latin.woff2") format("woff2-variations");
    font-weight: 200 900;
    font-style: normal;
    font-display: swap;
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    color-scheme: light;
    --bg: #fbfcff;
    --bg-soft: #f0f3f8;
    --surface: #ffffff;
    --surface-strong: #e8edf4;
    --ink: #22304a;
    --ink-soft: #66748b;
    --ink-faint: #95a0b2;
    --line: rgba(34, 48, 74, 0.12);
    --line-strong: rgba(34, 48, 74, 0.23);
    --accent: #6f88d5;
    --accent-soft: #e1e7f8;
    --accent-deep: #465fae;
    --danger: #aa504f;
    --success: #4c766a;
    --shadow: 0 28px 90px rgba(49, 70, 112, 0.14);
    --shadow-soft: 0 14px 40px rgba(49, 70, 112, 0.09);
    --radius-card: 24px;
    --radius-control: 14px;
    --header-height: 78px;
    --shell: min(1420px, calc(100vw - 72px));
    --ease: cubic-bezier(0.16, 1, 0.3, 1);
}

:root[data-theme="dark"] {
    color-scheme: dark;
    --bg: #141b2a;
    --bg-soft: #192234;
    --surface: #1f2a3e;
    --surface-strong: #2b3850;
    --ink: #f2f5fb;
    --ink-soft: #b1bdd0;
    --ink-faint: #8693a9;
    --line: rgba(242, 245, 251, 0.12);
    --line-strong: rgba(242, 245, 251, 0.23);
    --accent: #91a8ee;
    --accent-soft: #2d3b63;
    --accent-deep: #b7c5f4;
    --danger: #d98784;
    --success: #92b8ad;
    --shadow: 0 28px 90px rgba(3, 7, 14, 0.34);
    --shadow-soft: 0 12px 36px rgba(4, 8, 13, 0.22);
}

* {
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
    background: var(--bg);
}

body {
    margin: 0;
    min-width: 320px;
    background:
        radial-gradient(circle at 12% 2%, color-mix(in srgb, var(--accent) 9%, transparent), transparent 30rem),
        var(--bg);
    color: var(--ink);
    font-family: "Onest Local", "Segoe UI", sans-serif;
    font-size: 16px;
    line-height: 1.55;
    -webkit-font-smoothing: antialiased;
}

body.is-locked {
    overflow: hidden;
}

button,
input,
textarea,
select {
    font: inherit;
}

button,
a {
    -webkit-tap-highlight-color: transparent;
}

button {
    color: inherit;
}

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

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

h1,
h2,
h3,
p {
    margin-top: 0;
}

h1,
h2,
h3,
strong,
b {
    letter-spacing: -0.035em;
}

h1,
h2 {
    font-family: "Unbounded Local", "Onest Local", sans-serif;
    font-variation-settings: "wght" 700;
    text-wrap: balance;
}

.shell {
    width: var(--shell);
    margin-inline: auto;
}

.shell-wide {
    width: min(1580px, calc(100vw - 32px));
    margin-inline: auto;
}

.skip-link {
    position: fixed;
    top: 12px;
    left: 12px;
    z-index: 100;
    padding: 10px 14px;
    border-radius: var(--radius-control);
    background: var(--ink);
    color: var(--bg);
    transform: translateY(-150%);
}

.skip-link:focus {
    transform: translateY(0);
}

:focus-visible {
    outline: 3px solid var(--accent);
    outline-offset: 3px;
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 30;
    height: var(--header-height);
    border-top: 3px solid var(--ink);
    border-bottom: 1px solid var(--line);
    background: color-mix(in srgb, var(--bg) 88%, transparent);
    backdrop-filter: blur(18px) saturate(125%);
    -webkit-backdrop-filter: blur(18px) saturate(125%);
}

.site-header__inner {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    height: calc(var(--header-height) - 3px);
    gap: 28px;
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 11px;
    font-size: 18px;
    font-weight: 800;
    letter-spacing: -0.045em;
    white-space: nowrap;
}

.brand__mark {
    display: inline-grid;
    width: 34px;
    height: 34px;
    place-items: center;
    border: 1px solid var(--line-strong);
    border-radius: 50%;
    background: var(--surface);
    color: var(--accent-deep);
    font-size: 16px;
    font-weight: 800;
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--surface) 85%, #fdfdfd);
}

.desktop-nav {
    display: flex;
    justify-content: center;
    gap: clamp(18px, 3vw, 44px);
    min-width: 0;
}

.desktop-nav a {
    position: relative;
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: color 220ms var(--ease);
}

.desktop-nav a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -8px;
    left: 0;
    height: 2px;
    border-radius: 2px;
    background: var(--accent-deep);
    transform: scaleX(0);
    transform-origin: right;
    transition: transform 260ms var(--ease);
}

.desktop-nav a:hover,
.desktop-nav a.is-active {
    color: var(--ink);
}

.desktop-nav a:hover::after,
.desktop-nav a.is-active::after {
    transform: scaleX(1);
    transform-origin: left;
}

.header-actions {
    display: flex;
    align-items: center;
    gap: 8px;
}

.text-icon,
.icon-button {
    display: inline-grid;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    cursor: pointer;
}

.text-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    color: var(--ink-soft);
    font-size: 21px;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms var(--ease);
}

.text-icon:hover {
    background: var(--surface-strong);
    color: var(--ink);
}

.text-icon:active,
.icon-button:active,
.button:active,
.cart-button:active,
.filter-chip:active {
    transform: scale(0.97);
}

.text-icon--large {
    width: 46px;
    height: 46px;
    font-size: 25px;
}

.account-link,
.cart-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 44px;
    border-radius: var(--radius-control);
    font-size: 13px;
    font-weight: 750;
    transition: transform 180ms var(--ease), background-color 180ms ease;
}

.account-link {
    padding: 0 10px;
}

.account-link i,
.cart-button i {
    font-size: 20px;
}

.cart-button {
    padding: 0 12px 0 14px;
    border: 0;
    background: var(--ink);
    color: var(--bg);
    cursor: pointer;
}

.cart-button b {
    display: grid;
    min-width: 22px;
    height: 22px;
    padding: 0 5px;
    place-items: center;
    border-radius: 50%;
    background: var(--accent);
    color: #13231f;
    font-size: 11px;
    letter-spacing: 0;
}

.mobile-menu-button {
    display: none;
}

.theme-toggle__dark {
    display: none;
}

:root[data-theme="dark"] .theme-toggle__light {
    display: none;
}

@media (prefers-color-scheme: dark) {
    :root:not([data-theme="light"]) .theme-toggle__light { display: none; }
    :root:not([data-theme="light"]) .theme-toggle__dark { display: inline; }
}

:root[data-theme="dark"] .theme-toggle__dark {
    display: inline;
}

.mobile-menu {
    position: fixed;
    inset: 0;
    z-index: 65;
    display: none;
    padding: 22px;
    background: var(--bg);
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 260ms var(--ease), transform 260ms var(--ease);
}

.mobile-menu.is-open {
    opacity: 1;
    transform: translateY(0);
}

.mobile-menu__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.mobile-menu nav {
    display: grid;
    margin-top: 12vh;
}

.mobile-menu nav a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 0;
    border-bottom: 1px solid var(--line);
    font-size: clamp(25px, 8vw, 40px);
    font-weight: 720;
    letter-spacing: -0.05em;
}

.button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 52px;
    padding: 0 20px;
    border: 1px solid transparent;
    border-radius: var(--radius-control);
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    transition: transform 200ms var(--ease), background-color 200ms ease, color 200ms ease, border-color 200ms ease;
}

.button i {
    font-size: 19px;
}

.button:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.button--primary {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--bg);
    box-shadow: 0 10px 22px color-mix(in srgb, var(--ink) 18%, transparent);
}

.button--primary:hover {
    background: color-mix(in srgb, var(--ink) 88%, var(--accent));
}

.button--secondary {
    border-color: var(--line-strong);
    background: var(--surface);
    color: var(--ink);
}

.button--secondary:hover,
.button--quiet:hover {
    border-color: var(--accent-deep);
    background: var(--accent-soft);
}

.button--quiet {
    border-color: transparent;
    background: transparent;
    color: var(--ink);
}

.button--light {
    background: #edf1f0;
    color: #213047;
}

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

.arrow-link,
.back-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: var(--ink);
    font-size: 14px;
    font-weight: 800;
}

.arrow-link i,
.back-link i {
    font-size: 18px;
    transition: transform 220ms var(--ease);
}

.arrow-link:hover i {
    transform: translateX(4px);
}

.back-link:hover i {
    transform: translateX(-4px);
}

.eyebrow {
    display: inline-flex;
    margin-bottom: 26px;
    padding: 9px 13px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: color-mix(in srgb, var(--surface) 82%, transparent);
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
    box-shadow: var(--shadow-soft);
}

.hero {
    display: grid;
    grid-template-columns: minmax(0, 0.92fr) minmax(520px, 1.08fr);
    align-items: center;
    min-height: calc(100dvh - var(--header-height));
    gap: clamp(36px, 6vw, 94px);
    padding-block: clamp(40px, 6vh, 72px);
}

.hero__copy {
    align-self: center;
    animation: hero-enter 760ms var(--ease) both;
}

.hero h1 {
    max-width: 700px;
    margin-bottom: 24px;
    font-size: clamp(54px, 6.5vw, 104px);
    font-weight: 800;
    line-height: 0.94;
    letter-spacing: -0.075em;
}

.hero h1 span {
    color: var(--accent-deep);
}

.hero__lead {
    max-width: 570px;
    margin-bottom: 30px;
    color: var(--ink-soft);
    font-size: clamp(17px, 1.35vw, 21px);
    line-height: 1.55;
    letter-spacing: -0.025em;
}

.hero__actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.hero__visual {
    min-width: 0;
    animation: hero-enter 900ms 90ms var(--ease) both;
}

.hero__image-frame {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.15 / 1;
    border: 1px solid var(--line);
    border-radius: 30px;
    background: #dfe3e2;
    box-shadow: var(--shadow);
}

.hero__image-frame::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 1px 0 rgba(245, 248, 247, 0.45);
    pointer-events: none;
}

.hero__image-frame img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 66% center;
    transition: transform 1.1s var(--ease);
}

.hero__image-frame:hover img {
    transform: scale(1.025);
}

.hero__caption {
    display: flex;
    justify-content: space-between;
    gap: 18px;
    margin-top: 14px;
    color: var(--ink-soft);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

@keyframes hero-enter {
    from { opacity: 0; transform: translateY(24px); }
    to { opacity: 1; transform: translateY(0); }
}

.service-strip {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 10px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.service-strip > div {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 26px clamp(16px, 3vw, 40px);
}

.service-strip > div + div {
    border-left: 1px solid var(--line);
}

.service-strip i {
    color: var(--accent-deep);
    font-size: 27px;
}

.service-strip span {
    display: grid;
    color: var(--ink-soft);
    font-size: 12px;
}

.service-strip strong {
    color: var(--ink);
    font-size: 14px;
}

.section {
    padding-block: clamp(88px, 10vw, 150px);
}

.section-heading {
    max-width: 760px;
    margin-bottom: clamp(36px, 5vw, 62px);
}

.section-heading--row {
    display: flex;
    max-width: none;
    align-items: flex-end;
    justify-content: space-between;
    gap: 32px;
}

.section-heading h2,
.movement-story h2,
.recovery-callout h2 {
    margin-bottom: 16px;
    font-size: clamp(38px, 4.7vw, 72px);
    font-weight: 760;
    line-height: 1.02;
    letter-spacing: -0.065em;
}

.section-heading p,
.movement-story__copy > p {
    max-width: 600px;
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 17px;
}

.category-bento {
    display: grid;
    grid-template-columns: 1.25fr 0.75fr 0.8fr 1.2fr;
    grid-template-rows: 260px 250px;
    gap: 16px;
}

.category-tile {
    position: relative;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.category-tile::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 26, 37, 0.62), transparent 48%);
    pointer-events: none;
}

.category-tile img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 700ms var(--ease);
}

.category-tile:hover img {
    transform: scale(1.045);
}

.category-tile > span {
    position: absolute;
    right: 22px;
    bottom: 20px;
    left: 22px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #f1f4f3;
}

.category-tile > span b {
    font-size: 23px;
}

.category-tile > span i {
    font-size: 24px;
    transition: transform 220ms var(--ease);
}

.category-tile:hover > span i {
    transform: translate(4px, -4px);
}

.category-tile--strength {
    grid-column: span 2;
    grid-row: span 2;
}

.category-tile--strength img {
    object-position: 64% center;
}

.category-tile--mobility {
    grid-column: span 2;
}

.category-tile--mobility img {
    object-position: 23% center;
}

.category-tile--recovery img {
    object-position: center;
}

.category-tile--balance {
    border-color: transparent;
    background: var(--ink);
    color: var(--bg);
}

.category-tile--balance::after {
    display: none;
}

.category-tile--balance .category-tile__type {
    padding: 30px;
    color: var(--bg);
    font-size: clamp(27px, 2.6vw, 40px);
    font-weight: 760;
    line-height: 0.95;
    letter-spacing: -0.06em;
}

.category-tile--balance .category-tile__type em {
    color: var(--accent);
    font-style: normal;
}

.featured-products {
    display: grid;
    grid-template-columns: 1.35fr repeat(2, 1fr);
    gap: 18px;
}

.product-card {
    display: flex;
    min-width: 0;
    flex-direction: column;
}

.product-card:nth-child(n+4) {
    grid-column: span 1;
}

.product-card--featured {
    grid-row: span 2;
}

.product-card__media {
    position: relative;
    overflow: hidden;
    aspect-ratio: 1.12 / 1;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface-strong);
}

.product-card--featured .product-card__media {
    flex: 1;
    min-height: 530px;
}

.product-card__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 620ms var(--ease), filter 620ms var(--ease);
}

.product-card[data-product-card]:nth-child(3n+1) .product-card__media img {
    object-position: 67% center;
}

.product-card:hover .product-card__media img {
    transform: scale(1.035);
    filter: saturate(1.04);
}

.product-card__body {
    display: grid;
    min-height: 150px;
    grid-template-columns: 1fr;
    padding: 18px 3px 10px;
}

.product-card__category {
    margin-bottom: 7px;
    color: var(--ink-faint);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.product-card h3 {
    margin-bottom: 6px;
    font-size: clamp(18px, 1.5vw, 24px);
    line-height: 1.15;
}

.product-card__feature {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 12px;
}

.product-card__bottom {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 18px;
    margin-top: 16px;
}

.price-stack {
    display: flex;
    align-items: baseline;
    gap: 9px;
}

.price-stack strong {
    font-size: 17px;
}

.price-stack s {
    color: var(--ink-faint);
    font-size: 12px;
}

.icon-button {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    font-size: 20px;
    transition: transform 200ms var(--ease), background-color 200ms ease;
}

.icon-button--dark {
    background: var(--ink);
    color: var(--bg);
}

.icon-button--dark:hover {
    background: var(--accent-deep);
    color: #f3f6f5;
}

.movement-story {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(420px, 0.8fr);
    overflow: hidden;
    margin-bottom: clamp(88px, 10vw, 150px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--surface);
    box-shadow: var(--shadow);
}

.movement-story__media {
    min-height: 650px;
}

.movement-story__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 23% center;
}

.movement-story__copy {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    padding: clamp(40px, 6vw, 88px);
}

.movement-story__copy h2 {
    font-size: clamp(40px, 4vw, 64px);
}

.movement-points {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin: 38px 0;
    padding-top: 28px;
    border-top: 1px solid var(--line);
}

.movement-points span {
    display: grid;
    width: 42px;
    height: 42px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-size: 21px;
}

.movement-points strong {
    display: block;
    margin-bottom: 5px;
}

.movement-points p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 12px;
}

.recovery-callout {
    position: relative;
    display: grid;
    grid-template-columns: 1fr minmax(360px, 0.78fr);
    align-items: center;
    overflow: hidden;
    margin-bottom: clamp(88px, 10vw, 150px);
    border-radius: 28px;
    background: var(--ink);
    color: var(--bg);
}

.recovery-callout > div {
    padding: clamp(44px, 7vw, 100px);
}

.recovery-callout h2 {
    font-size: clamp(38px, 4.6vw, 72px);
}

.recovery-callout .arrow-link {
    color: var(--accent);
}

.recovery-callout img {
    width: 100%;
    height: 100%;
    min-height: 500px;
    object-fit: cover;
}

.catalog-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.48fr);
    align-items: end;
    gap: 70px;
    padding-block: clamp(68px, 8vw, 118px) 54px;
    border-bottom: 1px solid var(--line);
}

.catalog-hero h1 {
    max-width: 900px;
    margin-bottom: 18px;
    font-size: clamp(52px, 7vw, 108px);
    line-height: 0.92;
    letter-spacing: -0.075em;
}

.catalog-hero > div > p:last-child {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 18px;
}

.search-form label {
    display: block;
    margin-bottom: 9px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 700;
}

.search-form > div {
    display: grid;
    grid-template-columns: 1fr 48px;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-control);
    background: var(--surface);
}

.search-form input {
    min-width: 0;
    height: 50px;
    padding: 0 16px;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
}

.search-form button {
    border: 0;
    background: transparent;
    color: var(--ink);
    font-size: 21px;
    cursor: pointer;
}

.catalog {
    padding-block: 32px clamp(90px, 10vw, 150px);
}

.filter-row {
    display: flex;
    gap: 9px;
    overflow-x: auto;
    padding-bottom: 12px;
    scrollbar-width: none;
}

.filter-row::-webkit-scrollbar {
    display: none;
}

.filter-chip {
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    padding: 0 17px;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: var(--surface);
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 750;
    white-space: nowrap;
    transition: 180ms ease;
}

.filter-chip:hover,
.filter-chip.is-active {
    border-color: var(--ink);
    background: var(--ink);
    color: var(--bg);
}

.catalog__meta {
    display: flex;
    justify-content: space-between;
    margin: 26px 0 32px;
    color: var(--ink-faint);
    font-size: 12px;
    font-weight: 700;
}

.catalog-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 42px 18px;
}

.product-detail {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(430px, 0.72fr);
    gap: clamp(44px, 7vw, 110px);
    padding-block: clamp(52px, 7vw, 100px);
}

.product-detail__media {
    position: sticky;
    top: calc(var(--header-height) + 28px);
    overflow: hidden;
    align-self: start;
    aspect-ratio: 1.03 / 1;
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--surface-strong);
    box-shadow: var(--shadow);
}

.product-detail__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.product-detail__copy {
    padding-top: 12px;
}

.product-detail__copy h1 {
    margin: 40px 0 22px;
    font-size: clamp(48px, 5.5vw, 84px);
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.product-detail__price {
    display: flex;
    align-items: baseline;
    gap: 13px;
    margin-bottom: 30px;
}

.product-detail__price strong {
    font-size: 28px;
}

.product-detail__price s {
    color: var(--ink-faint);
}

.product-detail__description {
    max-width: 620px;
    margin-bottom: 36px;
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.7;
}

.product-specs {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin-bottom: 38px;
}

.product-specs > div {
    min-height: 112px;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.product-specs span {
    display: block;
    margin-bottom: 19px;
    color: var(--ink-faint);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.09em;
    text-transform: uppercase;
}

.product-specs strong {
    display: block;
    font-size: 14px;
    line-height: 1.25;
}

.product-buy > label {
    display: block;
    margin-bottom: 10px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 750;
}

.product-buy > div {
    display: grid;
    grid-template-columns: 86px 1fr;
    gap: 10px;
}

.product-buy select,
.field input,
.field textarea,
.field select,
.admin-table select {
    width: 100%;
    border: 1px solid var(--line-strong);
    border-radius: var(--radius-control);
    background: var(--surface);
    color: var(--ink);
}

.product-buy select {
    height: 52px;
    padding: 0 12px;
}

.product-detail__note,
.checkout-payment-note {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 18px;
    color: var(--ink-soft);
    font-size: 12px;
}

.product-detail__note i,
.checkout-payment-note i {
    color: var(--accent-deep);
    font-size: 25px;
}

.product-detail__note span,
.checkout-payment-note span {
    display: grid;
}

.product-detail__note strong,
.checkout-payment-note strong {
    color: var(--ink);
    font-size: 13px;
}

.related-products__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
}

.auth-body .site-footer,
.auth-body .site-header,
.admin-body > .site-header,
.admin-body > .site-footer {
    display: none;
}

.auth-page {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(420px, 0.68fr);
    min-height: 100dvh;
    padding-block: 22px;
    gap: 22px;
}

.auth-page__visual {
    position: relative;
    overflow: hidden;
    border-radius: 28px;
    background: var(--surface-strong);
}

.auth-page__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(18, 26, 37, 0.72), transparent 50%);
}

.auth-page__visual img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 28% center;
}

.auth-card {
    display: flex;
    width: min(100%, 520px);
    align-self: center;
    justify-self: center;
    flex-direction: column;
    padding: clamp(28px, 5vw, 64px);
}

.auth-card h1 {
    margin: 52px 0 12px;
    font-size: clamp(42px, 4.2vw, 62px);
    line-height: 1;
    letter-spacing: -0.065em;
}

.auth-card > p {
    color: var(--ink-soft);
}

.stack-form {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

.stack-form--compact {
    max-width: 520px;
}

.field {
    display: grid;
    gap: 8px;
}

.field label,
.admin-table label {
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 750;
}

.field input,
.field select {
    height: 50px;
    padding: 0 14px;
}

.field textarea {
    min-height: 110px;
    padding: 13px 14px;
    resize: vertical;
}

.field input::placeholder,
.field textarea::placeholder,
.search-form input::placeholder {
    color: color-mix(in srgb, var(--ink-soft) 75%, transparent);
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.product-buy select:focus {
    border-color: var(--accent-deep);
    outline: 3px solid color-mix(in srgb, var(--accent) 30%, transparent);
}

.field small {
    color: var(--ink-faint);
    font-size: 11px;
}

.form-errors {
    margin: 18px 0;
    padding: 14px 16px;
    border: 1px solid color-mix(in srgb, var(--danger) 38%, transparent);
    border-radius: var(--radius-control);
    background: color-mix(in srgb, var(--danger) 9%, var(--surface));
    color: var(--danger);
    font-size: 13px;
}

.form-errors p {
    margin: 0;
}

.form-errors p + p {
    margin-top: 5px;
}

.auth-switch {
    margin-top: 24px;
    font-size: 13px;
}

.auth-switch a {
    color: var(--accent-deep);
    font-weight: 800;
}

.checkout {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(380px, 0.58fr);
    gap: clamp(46px, 8vw, 120px);
    padding-block: clamp(58px, 8vw, 110px);
}

.checkout__form {
    max-width: 760px;
}

.checkout h1 {
    margin: 46px 0 38px;
    font-size: clamp(46px, 5.6vw, 82px);
    line-height: 0.98;
    letter-spacing: -0.07em;
}

.form-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
}

.checkout-payment-note {
    margin: 4px 0 8px;
    padding: 17px;
    border-radius: var(--radius-card);
    background: var(--accent-soft);
}

.order-summary {
    position: sticky;
    top: calc(var(--header-height) + 26px);
    align-self: start;
    padding: 28px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    box-shadow: var(--shadow-soft);
}

.order-summary h2 {
    margin-bottom: 24px;
    font-size: 26px;
}

.summary-line {
    display: grid;
    grid-template-columns: 70px 1fr auto;
    align-items: center;
    gap: 13px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
}

.summary-line img {
    width: 70px;
    height: 60px;
    border-radius: 10px;
    object-fit: cover;
}

.summary-line div {
    display: grid;
}

.summary-line strong,
.summary-line b {
    font-size: 12px;
}

.summary-line span {
    color: var(--ink-faint);
    font-size: 11px;
}

.order-summary__total {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    padding-top: 24px;
}

.order-summary__total strong {
    font-size: 25px;
}

.success-page,
.not-found {
    display: flex;
    min-height: calc(100dvh - var(--header-height));
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding-block: 80px;
    text-align: center;
}

.success-page__icon {
    display: grid;
    width: 74px;
    height: 74px;
    margin-bottom: 24px;
    place-items: center;
    border-radius: 50%;
    background: var(--accent);
    color: #13231f;
    font-size: 34px;
    box-shadow: var(--shadow-soft);
}

.success-page h1,
.not-found h1 {
    max-width: 880px;
    margin-bottom: 18px;
    font-size: clamp(46px, 6.6vw, 94px);
    line-height: 0.98;
    letter-spacing: -0.075em;
}

.success-page > p:not(.eyebrow),
.not-found p {
    max-width: 640px;
    color: var(--ink-soft);
    font-size: 17px;
}

.success-page > div:last-child {
    display: flex;
    gap: 10px;
    margin-top: 22px;
}

.not-found > span {
    color: var(--accent-deep);
    font-size: clamp(90px, 16vw, 220px);
    font-weight: 800;
    line-height: 0.8;
    letter-spacing: -0.09em;
}

.account-page {
    display: grid;
    grid-template-columns: 280px 1fr;
    gap: clamp(42px, 7vw, 100px);
    padding-block: clamp(58px, 8vw, 110px);
}

.account-sidebar {
    position: sticky;
    top: calc(var(--header-height) + 28px);
    align-self: start;
}

.account-avatar {
    display: grid;
    width: 70px;
    height: 70px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-size: 26px;
    font-weight: 800;
}

.account-sidebar h1 {
    margin-bottom: 4px;
    font-size: 26px;
}

.account-sidebar > p {
    color: var(--ink-soft);
    font-size: 12px;
}

.account-sidebar nav {
    display: grid;
    gap: 4px;
    margin-top: 34px;
}

.account-sidebar nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: var(--radius-control);
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 750;
}

.account-sidebar nav a:hover,
.account-sidebar nav a.is-active {
    background: var(--surface-strong);
    color: var(--ink);
}

.account-heading,
.admin-panel__head,
.admin-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.account-heading {
    margin-bottom: 28px;
}

.account-heading h2,
.security-card h2,
.admin-panel__head h2 {
    margin-bottom: 6px;
    font-size: clamp(28px, 3vw, 40px);
}

.account-heading p,
.security-card > div > p,
.admin-panel__head p {
    margin-bottom: 0;
    color: var(--ink-soft);
    font-size: 13px;
}

.orders-list {
    display: grid;
    gap: 13px;
}

.order-card,
.security-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.order-card__head,
.order-card__total {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
}

.order-card__head > div {
    display: grid;
}

.order-card__head span,
.order-card__total span {
    color: var(--ink-faint);
    font-size: 11px;
}

.order-card__head strong {
    font-size: 14px;
}

.order-card__items {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin: 22px 0;
}

.order-card__items span {
    padding: 7px 9px;
    border-radius: 8px;
    background: var(--bg-soft);
    color: var(--ink-soft);
    font-size: 11px;
}

.order-card__total {
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.status-badge {
    display: inline-flex;
    align-items: center;
    width: fit-content;
    min-height: 27px;
    padding: 0 10px;
    border-radius: 999px;
    background: var(--surface-strong);
    color: var(--ink-soft);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.025em;
}

.status-badge--new,
.status-badge--processing {
    background: var(--accent-soft);
    color: var(--accent-deep);
}

.status-badge--paid,
.status-badge--completed,
.status-badge--shipped {
    background: color-mix(in srgb, var(--success) 18%, var(--surface));
    color: var(--success);
}

.status-badge--cancelled {
    background: color-mix(in srgb, var(--danger) 14%, var(--surface));
    color: var(--danger);
}

.security-card {
    margin-top: 64px;
}

.empty-state {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
}

.empty-state__icon {
    display: grid;
    width: 56px;
    height: 56px;
    margin-bottom: 18px;
    place-items: center;
    border-radius: 50%;
    background: var(--surface-strong);
    color: var(--accent-deep);
    font-size: 26px;
}

.empty-state h2,
.empty-state h3 {
    margin-bottom: 7px;
}

.empty-state p {
    max-width: 340px;
    color: var(--ink-soft);
    font-size: 13px;
}

.empty-state--drawer {
    min-height: 55vh;
}

.empty-state--page {
    min-height: 430px;
}

.empty-state--account {
    min-height: 330px;
    border: 1px dashed var(--line-strong);
    border-radius: var(--radius-card);
}

.site-footer {
    margin: 0 16px 16px;
    border-radius: 28px;
    background: #202d40;
    color: #edf1f0;
}

.site-footer__grid {
    display: grid;
    grid-template-columns: 1.4fr 0.72fr 1fr 1.25fr;
    gap: clamp(30px, 5vw, 80px);
    padding-block: clamp(58px, 7vw, 96px);
}

.brand--footer {
    margin-bottom: 20px;
}

.site-footer .brand__mark {
    border-color: rgba(237, 241, 240, 0.25);
    background: rgba(237, 241, 240, 0.08);
    color: #a9c9c0;
}

.site-footer__grid > div:first-child p {
    max-width: 330px;
    color: #aeb9c7;
    font-size: 13px;
}

.site-footer h3 {
    margin-bottom: 18px;
    font-size: 14px;
}

.site-footer__grid > div:not(:first-child) {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    gap: 10px;
}

.site-footer__grid a:not(.button),
.site-footer__grid span:not(.brand__mark) {
    color: #aeb9c7;
    font-size: 12px;
}

.site-footer__grid a:not(.button):hover {
    color: #edf1f0;
}

.site-footer__cta h3 {
    max-width: 280px;
    font-size: clamp(22px, 2vw, 30px);
    line-height: 1.1;
}

.site-footer__bottom {
    display: flex;
    justify-content: space-between;
    padding-block: 20px;
    border-top: 1px solid rgba(237, 241, 240, 0.12);
    color: #8f9baa;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.drawer-backdrop {
    position: fixed;
    inset: 0;
    z-index: 50;
    background: rgba(8, 14, 22, 0.42);
    opacity: 0;
    visibility: hidden;
    backdrop-filter: blur(4px);
    transition: 260ms ease;
}

.drawer-backdrop.is-open {
    opacity: 1;
    visibility: visible;
}

.cart-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 55;
    display: grid;
    width: min(100%, 510px);
    grid-template-rows: auto 1fr auto;
    padding: 26px;
    background: var(--bg);
    box-shadow: -20px 0 70px rgba(8, 14, 22, 0.22);
    transform: translateX(105%);
    transition: transform 420ms var(--ease);
}

.cart-drawer.is-open {
    transform: translateX(0);
}

.cart-drawer__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding-bottom: 22px;
    border-bottom: 1px solid var(--line);
}

.cart-drawer__header p {
    margin-bottom: 3px;
    color: var(--ink-faint);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.cart-drawer__header h2 {
    margin-bottom: 0;
    font-size: 31px;
}

.cart-drawer__header h2 span {
    color: var(--accent-deep);
}

.cart-drawer__items {
    overflow-y: auto;
    min-height: 0;
    padding: 8px 0;
}

.cart-line {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 14px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
}

.cart-line img {
    width: 96px;
    height: 86px;
    border-radius: 12px;
    object-fit: cover;
}

.cart-line__main {
    display: grid;
}

.cart-line__title,
.cart-line__footer {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.cart-line__title a {
    font-size: 13px;
    font-weight: 780;
}

.cart-line__title .text-icon {
    width: 28px;
    height: 28px;
    font-size: 16px;
}

.cart-line__footer {
    align-items: center;
    align-self: end;
}

.cart-line__footer strong {
    font-size: 13px;
}

.quantity-control {
    display: inline-grid;
    grid-template-columns: 28px 32px 28px;
    align-items: center;
    border: 1px solid var(--line);
    border-radius: 9px;
}

.quantity-control button {
    display: grid;
    height: 28px;
    padding: 0;
    place-items: center;
    border: 0;
    background: transparent;
    color: var(--ink);
    cursor: pointer;
}

.quantity-control button i {
    font-size: 13px;
}

.quantity-control span {
    text-align: center;
    font-size: 11px;
    font-weight: 800;
}

.cart-drawer__footer {
    padding-top: 22px;
    border-top: 1px solid var(--line);
}

.cart-drawer__footer.is-hidden {
    display: none;
}

.cart-total-row {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 7px;
}

.cart-total-row strong {
    font-size: 25px;
}

.cart-drawer__footer > p {
    margin-bottom: 18px;
    color: var(--ink-faint);
    font-size: 11px;
}

.toast-region {
    position: fixed;
    right: 22px;
    bottom: 22px;
    z-index: 80;
    display: grid;
    width: min(390px, calc(100vw - 32px));
    gap: 8px;
}

.toast,
.server-flash {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 14px 16px;
    border: 1px solid var(--line);
    border-radius: var(--radius-control);
    background: var(--ink);
    color: var(--bg);
    box-shadow: var(--shadow);
    font-size: 13px;
    font-weight: 700;
}

.toast {
    animation: toast-in 320ms var(--ease) both;
}

@keyframes toast-in {
    from { opacity: 0; transform: translateY(14px); }
    to { opacity: 1; transform: translateY(0); }
}

.server-flash {
    position: fixed;
    top: 86px;
    left: 50%;
    z-index: 45;
    width: min(520px, calc(100vw - 32px));
    transform: translateX(-50%);
}

.server-flash .text-icon {
    color: inherit;
}

.admin-body {
    background: var(--bg-soft);
}

.admin-layout {
    display: grid;
    grid-template-columns: 250px 1fr;
    min-height: calc(100dvh - 32px);
    margin-block: 16px;
    overflow: hidden;
    border: 1px solid var(--line);
    border-radius: 24px;
    background: var(--bg);
}

.admin-nav {
    padding: 28px 20px;
    border-right: 1px solid var(--line);
    background: var(--surface);
}

.admin-nav > p {
    margin: 24px 8px 12px;
    color: var(--ink-faint);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: 0.07em;
    text-transform: uppercase;
}

.admin-nav nav {
    display: grid;
    gap: 4px;
}

.admin-nav nav a {
    display: flex;
    align-items: center;
    gap: 10px;
    min-height: 44px;
    padding: 0 12px;
    border-radius: var(--radius-control);
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 750;
}

.admin-nav nav a:hover,
.admin-nav nav a.is-active {
    background: var(--ink);
    color: var(--bg);
}

.admin-main {
    min-width: 0;
    padding: clamp(24px, 4vw, 54px);
}

.admin-header {
    margin-bottom: 38px;
}

.admin-header p {
    margin-bottom: 4px;
    color: var(--ink-faint);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.admin-header h1 {
    margin-bottom: 0;
    font-size: clamp(38px, 4vw, 58px);
    line-height: 1;
}

.admin-header > a {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: var(--ink-soft);
    font-size: 12px;
    font-weight: 750;
}

.metric-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 13px;
    margin-bottom: 20px;
}

.metric-grid article {
    display: grid;
    min-height: 150px;
    align-content: space-between;
    padding: 22px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.metric-grid span,
.metric-grid small {
    color: var(--ink-faint);
    font-size: 10px;
    font-weight: 750;
}

.metric-grid strong {
    overflow: hidden;
    font-size: clamp(25px, 2.6vw, 40px);
    text-overflow: ellipsis;
    white-space: nowrap;
}

.admin-panel {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
}

.admin-panel__head {
    margin-bottom: 24px;
}

.admin-table-wrap {
    overflow-x: auto;
}

.admin-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.admin-table th {
    padding: 11px 12px;
    border-bottom: 1px solid var(--line-strong);
    color: var(--ink-faint);
    font-size: 10px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
}

.admin-table td {
    padding: 15px 12px;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
}

.admin-table td > strong,
.admin-table td > small {
    display: block;
}

.admin-table td > small {
    color: var(--ink-faint);
}

.order-detail-row {
    display: none;
}

.order-detail-row.is-open {
    display: table-row;
}

.order-detail-row > td > div {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 28px;
    padding: 18px;
    border-radius: 12px;
    background: var(--bg-soft);
}

.order-detail-row p {
    margin-bottom: 7px;
    color: var(--ink-soft);
    font-size: 12px;
}

.order-detail-row form {
    display: flex;
    align-items: flex-end;
    gap: 8px;
}

.order-detail-row label {
    display: grid;
    flex: 1;
    gap: 7px;
}

.order-detail-row select {
    height: 45px;
    padding: 0 10px;
}

.admin-product-list {
    display: grid;
}

.admin-product-list article {
    display: grid;
    grid-template-columns: 76px minmax(180px, 1fr) 120px 80px 90px 42px;
    align-items: center;
    gap: 14px;
    padding: 12px 0;
    border-bottom: 1px solid var(--line);
    font-size: 12px;
}

.admin-product-list img {
    width: 76px;
    height: 64px;
    border-radius: 10px;
    object-fit: cover;
}

.admin-product-list__name {
    display: grid;
}

.admin-product-list__name strong {
    font-size: 13px;
}

.admin-product-list__name span {
    color: var(--ink-faint);
    font-size: 10px;
}

.admin-form {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 380px;
    gap: 44px;
}

.admin-form__main,
.admin-form__aside {
    display: grid;
    align-content: start;
    gap: 18px;
}

.admin-form__preview {
    width: 100%;
    aspect-ratio: 1.4 / 1;
    border-radius: var(--radius-card);
    object-fit: cover;
}

.toggle-field {
    display: flex;
    align-items: center;
    gap: 9px;
    font-size: 12px;
    font-weight: 750;
}

.toggle-field input {
    width: 18px;
    height: 18px;
    accent-color: var(--accent-deep);
}

.reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 620ms var(--ease), transform 620ms var(--ease);
}

.reveal.is-visible {
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 1180px) {
    :root { --shell: min(100% - 40px, 1120px); }
    .desktop-nav { gap: 18px; }
    .desktop-nav a:nth-child(4) { display: none; }
    .hero { grid-template-columns: minmax(0, 0.9fr) minmax(440px, 1.1fr); gap: 36px; }
    .hero h1 { font-size: clamp(54px, 7vw, 78px); }
    .category-bento { grid-template-columns: 1.15fr 0.85fr 1fr; }
    .category-tile--strength { grid-column: span 1; }
    .category-tile--mobility { grid-column: span 2; }
    .featured-products { grid-template-columns: 1.2fr 1fr; }
    .product-card--featured { grid-row: span 2; }
    .catalog-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
    .movement-story { grid-template-columns: 1fr 0.85fr; }
    .site-footer__grid { grid-template-columns: 1.25fr 0.7fr 1fr; }
    .site-footer__cta { grid-column: 1 / -1; }
    .admin-form { grid-template-columns: 1fr 320px; }
}

@media (max-width: 920px) {
    :root { --shell: min(100% - 32px, 880px); }
    .desktop-nav, .account-link span, .theme-toggle { display: none; }
    .site-header__inner { grid-template-columns: 1fr auto; }
    .mobile-menu-button { display: inline-grid; }
    .mobile-menu { display: block; visibility: hidden; }
    .mobile-menu.is-open { visibility: visible; }
    .hero { grid-template-columns: 1fr; min-height: auto; padding-top: 54px; }
    .hero__copy { max-width: 740px; }
    .hero__visual { width: 100%; }
    .hero__image-frame { aspect-ratio: 1.45 / 1; }
    .service-strip { grid-template-columns: 1fr; }
    .service-strip > div + div { border-top: 1px solid var(--line); border-left: 0; }
    .category-bento { grid-template-columns: 1fr 1fr; grid-template-rows: 330px 230px 230px; }
    .category-tile--strength { grid-column: 1 / -1; grid-row: span 1; }
    .category-tile--mobility { grid-column: span 1; }
    .featured-products { grid-template-columns: 1fr 1fr; }
    .product-card--featured { grid-column: 1 / -1; grid-row: span 1; }
    .product-card--featured .product-card__media { min-height: 420px; }
    .movement-story { grid-template-columns: 1fr; }
    .movement-story__media { min-height: 480px; }
    .recovery-callout { grid-template-columns: 1fr 0.8fr; }
    .catalog-hero { grid-template-columns: 1fr; align-items: start; gap: 32px; }
    .search-form { max-width: 520px; }
    .catalog-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
    .product-detail { grid-template-columns: 1fr; }
    .product-detail__media { position: static; }
    .product-detail__copy { max-width: 760px; }
    .auth-page { grid-template-columns: 1fr; }
    .auth-page__visual { display: none; }
    .checkout { grid-template-columns: 1fr; }
    .order-summary { position: static; order: -1; }
    .account-page { grid-template-columns: 1fr; }
    .account-sidebar { position: static; }
    .account-sidebar nav { grid-template-columns: repeat(3, 1fr); }
    .site-footer__grid { grid-template-columns: 1fr 1fr; }
    .site-footer__cta { grid-column: auto; }
    .admin-layout { grid-template-columns: 88px 1fr; }
    .admin-nav { padding: 24px 12px; }
    .admin-nav .brand > span:last-child, .admin-nav > p, .admin-nav nav a { font-size: 0; }
    .admin-nav nav a { justify-content: center; }
    .admin-nav nav a i { font-size: 22px; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .admin-product-list article { grid-template-columns: 70px minmax(160px, 1fr) 110px 60px 42px; }
    .admin-product-list article > .status-badge { display: none; }
    .admin-form { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
    :root { --shell: calc(100% - 32px); --header-height: 66px; }
    body { background: var(--bg); }
    .site-header { border-top-width: 2px; }
    .brand { font-size: 16px; }
    .brand__mark { width: 31px; height: 31px; }
    .cart-button { width: 44px; padding: 0; }
    .cart-button > span { display: none; }
    .cart-button b { position: absolute; top: 8px; margin-left: 27px; min-width: 17px; height: 17px; font-size: 9px; }
    .hero { gap: 38px; padding-block: 40px 60px; }
    .hero h1 { font-size: clamp(48px, 15vw, 70px); line-height: 0.96; }
    .hero__lead { font-size: 16px; }
    .hero__actions { display: grid; grid-template-columns: 1fr; }
    .hero__image-frame { aspect-ratio: 0.98 / 1; border-radius: 22px; }
    .hero__image-frame img { object-position: 70% center; }
    .hero__caption { display: none; }
    .eyebrow { margin-bottom: 20px; font-size: 9px; }
    .section { padding-block: 78px; }
    .section-heading--row { align-items: flex-start; flex-direction: column; }
    .section-heading h2, .movement-story h2, .recovery-callout h2 { font-size: clamp(38px, 12vw, 54px); }
    .category-bento { grid-template-columns: 1fr; grid-template-rows: 350px repeat(3, 230px); }
    .category-tile--strength, .category-tile--mobility { grid-column: span 1; }
    .featured-products, .catalog-grid, .related-products__grid { grid-template-columns: 1fr; gap: 38px; }
    .product-card--featured { grid-column: auto; }
    .product-card--featured .product-card__media { min-height: 0; }
    .product-card__media { aspect-ratio: 1.12 / 1; }
    .movement-story { border-radius: 22px; }
    .movement-story__media { min-height: 380px; }
    .movement-story__copy { padding: 34px 24px 40px; }
    .movement-points { grid-template-columns: 1fr; }
    .recovery-callout { grid-template-columns: 1fr; border-radius: 22px; }
    .recovery-callout > div { padding: 42px 24px; }
    .recovery-callout img { min-height: 320px; }
    .catalog-hero { padding-top: 56px; }
    .catalog-hero h1 { font-size: clamp(52px, 16vw, 76px); }
    .product-detail { padding-top: 28px; }
    .product-detail__media { border-radius: 22px; }
    .product-detail__copy h1 { margin-top: 30px; font-size: clamp(48px, 14vw, 68px); }
    .product-specs { grid-template-columns: 1fr; }
    .form-grid { grid-template-columns: 1fr; }
    .checkout h1 { font-size: 48px; }
    .order-summary { padding: 20px; }
    .success-page > div:last-child { width: 100%; flex-direction: column; }
    .account-heading { align-items: flex-start; flex-direction: column; }
    .account-sidebar nav { grid-template-columns: 1fr; }
    .site-footer { margin: 0; border-radius: 22px 22px 0 0; }
    .site-footer__grid { grid-template-columns: 1fr; }
    .site-footer__bottom { gap: 10px; flex-direction: column; }
    .cart-drawer { padding: 20px 16px; }
    .toast-region { right: 16px; bottom: 16px; }
    .admin-layout { display: block; width: 100%; min-height: 100dvh; margin: 0; border: 0; border-radius: 0; }
    .admin-nav { position: fixed; right: 12px; bottom: 12px; left: 12px; z-index: 40; display: block; padding: 8px; border: 1px solid var(--line); border-radius: 16px; background: color-mix(in srgb, var(--surface) 88%, transparent); backdrop-filter: blur(18px); }
    .admin-nav > .brand, .admin-nav > p { display: none; }
    .admin-nav nav { grid-template-columns: repeat(4, 1fr); }
    .admin-nav nav a { min-height: 48px; }
    .admin-main { padding: 24px 16px 100px; }
    .admin-header { align-items: flex-start; }
    .admin-header > a { font-size: 0; }
    .admin-header > a i { font-size: 22px; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .metric-grid article { min-height: 128px; padding: 16px; }
    .admin-panel { padding: 17px; }
    .admin-panel__head { align-items: flex-start; flex-direction: column; }
    .admin-product-list article { grid-template-columns: 64px 1fr 42px; }
    .admin-product-list article > strong, .admin-product-list article > span:not(.status-badge) { display: none; }
    .admin-product-list img { width: 64px; height: 56px; }
    .order-detail-row > td > div { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    *, *::before, *::after { animation-duration: 0.01ms !important; animation-iteration-count: 1 !important; transition-duration: 0.01ms !important; }
    .reveal { opacity: 1; transform: none; }
}

@media (prefers-reduced-transparency: reduce) {
    .site-header, .admin-nav { background: var(--bg); backdrop-filter: none; -webkit-backdrop-filter: none; }
}

/* HOMEKINESIO 2026 white editorial system */

body {
    background:
        radial-gradient(circle at 8% 2%, color-mix(in srgb, var(--accent) 8%, transparent), transparent 32rem),
        var(--bg);
}

h1,
h2 {
    letter-spacing: -0.055em;
}

h3,
.brand,
.button,
.desktop-nav,
.price-stack,
.status-badge {
    font-family: "Onest Local", "Segoe UI", sans-serif;
}

.site-header {
    height: var(--header-height);
    border-top: 3px solid var(--ink);
    border-bottom-color: var(--line);
    background: color-mix(in srgb, var(--surface) 91%, transparent);
    box-shadow: 0 8px 28px rgba(49, 70, 112, 0.04);
}

.site-header__inner {
    height: calc(var(--header-height) - 3px);
}

.brand {
    gap: 12px;
    font-size: 18px;
    font-weight: 860;
    letter-spacing: -0.045em;
}

.brand__mark {
    width: 38px;
    height: 38px;
    border-color: color-mix(in srgb, var(--accent-deep) 32%, var(--line));
    border-radius: 13px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    box-shadow: inset 0 1px 0 color-mix(in srgb, var(--surface) 80%, transparent);
}

.desktop-nav a {
    color: var(--ink-soft);
    font-size: 13px;
    font-weight: 650;
}

.desktop-nav a::after {
    bottom: -10px;
    height: 1px;
    background: var(--accent-deep);
}

.account-link {
    padding-inline: 13px;
}

.account-link:hover {
    background: var(--bg-soft);
}

.cart-button {
    min-height: 48px;
    padding-inline: 16px 12px;
    background: var(--ink);
    color: var(--surface);
}

.cart-button b {
    background: var(--accent);
    color: #14203a;
}

.button {
    min-height: 54px;
    padding-inline: 22px;
    font-size: 14px;
    font-weight: 760;
    box-shadow: none;
}

.button--primary {
    border-color: var(--accent-deep);
    background: var(--accent-deep);
    color: #f8faff;
    box-shadow: 0 14px 30px color-mix(in srgb, var(--accent-deep) 22%, transparent);
}

.button--primary:hover {
    border-color: color-mix(in srgb, var(--accent-deep) 82%, var(--ink));
    background: color-mix(in srgb, var(--accent-deep) 82%, var(--ink));
}

.button--secondary,
.button--quiet {
    border-color: var(--line-strong);
    background: var(--surface);
}

.button--light {
    border-color: var(--accent-deep);
    background: var(--accent-deep);
    color: #f8faff;
}

.eyebrow {
    margin-bottom: 24px;
    padding: 9px 13px;
    border-color: var(--line);
    background: var(--surface);
    color: var(--accent-deep);
    font-size: 10px;
    font-weight: 780;
    letter-spacing: 0.1em;
    box-shadow: 0 8px 24px rgba(49, 70, 112, 0.06);
}

.hero {
    grid-template-columns: minmax(0, 0.86fr) minmax(540px, 1.14fr);
    min-height: calc(100dvh - var(--header-height));
    gap: clamp(44px, 6vw, 100px);
    padding-block: clamp(42px, 6vh, 68px);
}

.hero__copy {
    max-width: 650px;
}

.hero h1 {
    max-width: 720px;
    margin-bottom: 26px;
    font-size: clamp(49px, 5.45vw, 82px);
    font-weight: 710;
    line-height: 1.02;
    letter-spacing: -0.065em;
}

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

.hero__lead {
    max-width: 545px;
    margin-bottom: 32px;
    color: var(--ink-soft);
    font-size: clamp(17px, 1.25vw, 20px);
    line-height: 1.58;
    letter-spacing: -0.018em;
    text-wrap: pretty;
}

.hero__actions {
    gap: 14px;
}

.hero__visual {
    min-width: 0;
}

.hero__image-frame {
    isolation: isolate;
    aspect-ratio: 1.16 / 1;
    padding: clamp(22px, 3vw, 44px);
    border: 0;
    border-radius: 34px;
    background-color: #25344d;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 34px 34px;
    box-shadow: 0 36px 90px rgba(37, 52, 77, 0.24);
}

.hero__image-frame::after {
    inset: 1px;
    border: 1px solid rgba(255, 255, 255, 0.09);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
}

.hero__image-frame img {
    position: relative;
    z-index: 1;
    border-radius: 20px;
    object-position: 63% center;
    box-shadow: 0 24px 54px rgba(8, 16, 30, 0.24);
}

.hero__caption {
    margin-top: 16px;
    color: var(--ink-faint);
    font-size: 10px;
    font-weight: 720;
    letter-spacing: 0.055em;
}

.service-strip {
    margin-top: 0;
    background: color-mix(in srgb, var(--surface) 78%, transparent);
}

.service-strip > div {
    padding-block: 24px;
}

.service-strip i {
    color: var(--accent-deep);
}

.service-strip strong {
    font-weight: 720;
    letter-spacing: -0.02em;
}

.section {
    padding-block: clamp(96px, 11vw, 158px);
}

.section-heading {
    max-width: 860px;
}

.section-heading h2,
.movement-story h2,
.recovery-callout h2 {
    margin-bottom: 18px;
    font-size: clamp(36px, 4.1vw, 64px);
    font-weight: 680;
    line-height: 1.08;
    letter-spacing: -0.052em;
}

.section-heading p,
.movement-story__copy > p {
    max-width: 590px;
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.65;
}

.category-bento {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    grid-template-rows: 270px 270px;
    gap: 18px;
}

.category-tile {
    display: grid;
    grid-template-rows: minmax(0, 1fr) auto;
    border-color: var(--line);
    border-radius: var(--radius-card);
    background: var(--surface);
    box-shadow: none;
}

.category-tile::after {
    display: none;
}

.category-tile img {
    min-height: 0;
}

.category-tile > span {
    position: static;
    z-index: 1;
    padding: 18px 20px 20px;
    border-top: 1px solid var(--line);
    background: var(--surface);
    color: var(--ink);
}

.category-tile > span b {
    font-size: 18px;
    font-weight: 730;
    letter-spacing: -0.025em;
}

.category-tile > span i {
    color: var(--accent-deep);
}

.category-tile--strength {
    grid-column: span 7;
    grid-row: span 1;
}

.category-tile--mobility {
    grid-column: span 5;
}

.category-tile--recovery {
    grid-column: span 5;
}

.category-tile--balance {
    grid-column: span 7;
    grid-template-rows: 1fr auto;
    border-color: color-mix(in srgb, var(--accent) 30%, var(--line));
    background:
        radial-gradient(circle at 86% 24%, color-mix(in srgb, var(--accent) 24%, transparent), transparent 18rem),
        var(--accent-soft);
    color: var(--ink);
}

.category-tile--balance .category-tile__type {
    align-self: center;
    padding: 34px;
    color: var(--ink);
    font-family: "Unbounded Local", sans-serif;
    font-size: clamp(25px, 2.5vw, 38px);
    font-weight: 650;
    line-height: 1.07;
    letter-spacing: -0.055em;
}

.category-tile--balance .category-tile__type em {
    color: var(--accent-deep);
    font-style: normal;
}

.category-tile--balance > span {
    background: transparent;
}

.featured-products {
    grid-template-columns: 1.35fr repeat(2, minmax(0, 0.82fr));
    gap: 22px;
}

.product-card__media {
    border-color: var(--line);
    border-radius: 20px;
    background: var(--bg-soft);
}

.product-card--featured .product-card__media {
    min-height: 560px;
}

.product-card__body {
    min-height: 154px;
    padding: 20px 2px 8px;
}

.product-card__category {
    color: var(--accent-deep);
    font-size: 10px;
    letter-spacing: 0.08em;
}

.product-card h3 {
    font-size: clamp(18px, 1.35vw, 23px);
    font-weight: 760;
    letter-spacing: -0.035em;
}

.product-card__feature {
    font-size: 13px;
}

.price-stack strong {
    color: var(--ink);
    font-size: 18px;
    font-variant-numeric: tabular-nums;
}

.icon-button {
    width: 46px;
    height: 46px;
}

.icon-button--dark {
    background: var(--accent-deep);
    color: #f8faff;
}

.movement-story {
    grid-template-columns: minmax(0, 1.15fr) minmax(420px, 0.85fr);
    margin-bottom: clamp(96px, 11vw, 158px);
    border-color: var(--line);
    border-radius: 30px;
    background: var(--surface);
    box-shadow: none;
}

.movement-story__copy {
    background:
        radial-gradient(circle at 86% 12%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 20rem),
        var(--surface);
}

.movement-story__copy h2 {
    font-size: clamp(36px, 3.7vw, 58px);
}

.movement-points span {
    border-radius: 13px;
    background: var(--accent-soft);
}

.recovery-callout {
    grid-template-columns: 1fr minmax(360px, 0.72fr);
    margin-bottom: clamp(96px, 11vw, 158px);
    border: 1px solid color-mix(in srgb, var(--accent) 28%, var(--line));
    border-radius: 30px;
    background:
        radial-gradient(circle at 18% 12%, color-mix(in srgb, var(--accent) 18%, transparent), transparent 24rem),
        var(--accent-soft);
    color: var(--ink);
}

.recovery-callout .arrow-link {
    color: var(--accent-deep);
}

.recovery-callout img {
    min-height: 520px;
    border-left: 1px solid var(--line);
}

.catalog-hero {
    grid-template-columns: minmax(0, 1fr) minmax(320px, 0.42fr);
    padding-block: clamp(72px, 8vw, 112px) 56px;
}

.catalog-hero h1 {
    max-width: 860px;
    font-size: clamp(46px, 5.9vw, 84px);
    font-weight: 690;
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.search-form > div {
    border-radius: 16px;
    background: var(--surface);
    box-shadow: 0 10px 28px rgba(49, 70, 112, 0.06);
}

.filter-chip {
    border-radius: 12px;
    background: transparent;
    font-weight: 680;
}

.filter-chip:hover,
.filter-chip.is-active {
    border-color: var(--accent-deep);
    background: var(--accent-deep);
    color: #f8faff;
}

.catalog-grid {
    gap: 52px 22px;
}

.product-detail__media {
    border-radius: 30px;
    background: var(--bg-soft);
    box-shadow: none;
}

.product-detail__copy h1 {
    font-size: clamp(42px, 4.7vw, 70px);
    font-weight: 680;
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.product-detail__price strong {
    color: var(--accent-deep);
    font-variant-numeric: tabular-nums;
}

.product-specs {
    gap: 14px;
}

.product-specs > div {
    border: 0;
    background: var(--bg-soft);
}

.product-specs span {
    color: var(--accent-deep);
}

.auth-page__visual,
.order-summary,
.order-card,
.security-card,
.admin-panel {
    box-shadow: none;
}

.auth-page__visual {
    border: 1px solid var(--line);
    border-radius: 30px;
}

.auth-card h1,
.checkout h1,
.success-page h1,
.not-found h1 {
    font-weight: 680;
    letter-spacing: -0.055em;
}

.field input,
.field textarea,
.field select,
.product-buy select,
.admin-table select {
    border-color: var(--line-strong);
    background: var(--surface);
}

.field input:focus,
.field textarea:focus,
.field select:focus,
.product-buy select:focus {
    border-color: var(--accent-deep);
    outline-color: color-mix(in srgb, var(--accent) 24%, transparent);
}

.checkout-payment-note {
    border: 1px solid color-mix(in srgb, var(--accent) 26%, var(--line));
}

.order-summary {
    border-color: var(--line);
    background: var(--bg-soft);
}

.success-page__icon {
    border-radius: 20px;
    background: var(--accent-soft);
    color: var(--accent-deep);
}

.account-avatar {
    border-radius: 20px;
}

.account-sidebar nav a:hover,
.account-sidebar nav a.is-active {
    background: var(--accent-soft);
    color: var(--accent-deep);
}

.order-card,
.security-card {
    border-color: var(--line);
}

.order-card__items span {
    background: var(--accent-soft);
}

.empty-state__icon {
    border-radius: 18px;
    background: var(--accent-soft);
}

.site-footer {
    margin: 0;
    border-top: 1px solid var(--line);
    border-radius: 0;
    background: var(--bg-soft);
    color: var(--ink);
}

.site-footer__grid {
    padding-block: clamp(64px, 7vw, 92px);
}

.site-footer .brand__mark {
    border-color: color-mix(in srgb, var(--accent-deep) 32%, var(--line));
    background: var(--accent-soft);
    color: var(--accent-deep);
}

.site-footer__grid > div:first-child p,
.site-footer__grid a:not(.button),
.site-footer__grid span:not(.brand__mark) {
    color: var(--ink-soft);
}

.site-footer__grid a:not(.button):hover {
    color: var(--accent-deep);
}

.site-footer__cta h3 {
    font-family: "Unbounded Local", sans-serif;
    font-size: clamp(19px, 1.7vw, 26px);
    font-weight: 630;
    line-height: 1.2;
    letter-spacing: -0.045em;
}

.site-footer__bottom {
    border-top-color: var(--line);
    color: var(--ink-faint);
}

.cart-drawer {
    border-left: 1px solid var(--line);
    background: var(--surface);
    box-shadow: -24px 0 80px rgba(37, 52, 77, 0.16);
}

.cart-line img {
    border-radius: 16px;
}

.toast,
.server-flash {
    background: var(--ink);
    color: #f8faff;
}

.admin-body {
    background: var(--bg);
}

.admin-layout {
    display: block;
    width: 100%;
    min-height: 100dvh;
    margin: 0;
    overflow: visible;
    border: 0;
    border-radius: 0;
    background: var(--bg);
}

.admin-nav {
    position: sticky;
    top: 0;
    z-index: 35;
    display: flex;
    width: 100%;
    min-height: 76px;
    align-items: center;
    gap: 34px;
    padding: 14px max(24px, calc((100vw - 1420px) / 2));
    border-right: 0;
    border-bottom: 1px solid var(--line);
    background: color-mix(in srgb, var(--surface) 92%, transparent);
    backdrop-filter: blur(18px);
}

.admin-nav > p {
    display: none;
}

.admin-nav nav {
    display: flex;
    flex: 1;
    justify-content: flex-end;
    gap: 6px;
}

.admin-nav nav a {
    min-height: 42px;
    padding-inline: 14px;
    border-radius: 12px;
}

.admin-nav nav a:hover,
.admin-nav nav a.is-active {
    background: var(--accent-soft);
    color: var(--accent-deep);
}

.admin-main {
    width: min(1420px, calc(100vw - 72px));
    margin-inline: auto;
    padding: clamp(42px, 5vw, 72px) 0 100px;
}

.admin-header {
    padding-bottom: 28px;
    border-bottom: 1px solid var(--line);
}

.admin-header h1 {
    font-size: clamp(34px, 3.4vw, 50px);
    font-weight: 670;
}

.metric-grid {
    gap: 0;
    margin-bottom: 28px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.metric-grid article {
    min-height: 148px;
    padding: 24px;
    border: 0;
    border-right: 1px solid var(--line);
    border-radius: 0;
    background: transparent;
}

.metric-grid article:last-child {
    border-right: 0;
}

.metric-grid strong {
    color: var(--accent-deep);
    font-variant-numeric: tabular-nums;
}

.admin-panel {
    border-color: var(--line);
    border-radius: 24px;
    background: var(--surface);
}

.admin-table th {
    color: var(--accent-deep);
}

.admin-product-list img,
.admin-form__preview {
    border-radius: 16px;
}

@media (max-width: 1180px) {
    :root { --shell: min(100% - 44px, 1120px); }
    .hero { grid-template-columns: minmax(0, 0.86fr) minmax(460px, 1.14fr); gap: 42px; }
    .hero h1 { font-size: clamp(46px, 5.9vw, 67px); }
    .category-bento { grid-template-columns: repeat(12, minmax(0, 1fr)); }
    .category-tile--strength { grid-column: span 7; }
    .category-tile--mobility { grid-column: span 5; }
    .featured-products { grid-template-columns: 1.2fr 1fr; }
    .admin-main { width: min(100% - 44px, 1120px); }
}

@media (max-width: 920px) {
    :root { --shell: min(100% - 32px, 880px); }
    .hero { grid-template-columns: 1fr; gap: 46px; min-height: auto; padding-top: 64px; }
    .hero__copy { max-width: 760px; }
    .hero h1 { max-width: 760px; font-size: clamp(48px, 9vw, 72px); }
    .hero__image-frame { aspect-ratio: 1.42 / 1; }
    .service-strip { grid-template-columns: repeat(3, 1fr); }
    .service-strip > div + div { border-top: 0; border-left: 1px solid var(--line); }
    .category-bento { grid-template-columns: repeat(2, 1fr); grid-template-rows: 350px 250px 250px; }
    .category-tile--strength { grid-column: 1 / -1; grid-row: span 1; }
    .category-tile--mobility,
    .category-tile--recovery,
    .category-tile--balance { grid-column: span 1; }
    .movement-story { grid-template-columns: 1fr; }
    .recovery-callout { grid-template-columns: 1fr 0.78fr; }
    .admin-nav { padding-inline: 22px; }
    .admin-nav .brand > span:last-child { display: inline; font-size: 16px; }
    .admin-nav nav a { justify-content: center; font-size: 12px; }
    .admin-nav nav a i { font-size: 19px; }
}

@media (max-width: 700px) {
    :root { --shell: calc(100% - 28px); --header-height: 68px; }
    .site-header { border-top-width: 2px; }
    .brand__mark { width: 34px; height: 34px; border-radius: 11px; }
    .hero { gap: 36px; padding-block: 44px 64px; }
    .hero h1 { font-size: clamp(42px, 11.5vw, 58px); line-height: 1.06; letter-spacing: -0.06em; }
    .hero__lead { max-width: 34rem; font-size: 16px; }
    .hero__actions { grid-template-columns: 1fr; }
    .hero__image-frame { aspect-ratio: 0.98 / 1; padding: 16px; border-radius: 24px; background-size: 26px 26px; }
    .hero__image-frame img { border-radius: 16px; object-position: 67% center; }
    .service-strip { grid-template-columns: 1fr; }
    .service-strip > div + div { border-top: 1px solid var(--line); border-left: 0; }
    .section { padding-block: 82px; }
    .section-heading h2,
    .movement-story h2,
    .recovery-callout h2 { font-size: clamp(32px, 9.5vw, 44px); line-height: 1.12; }
    .category-bento { grid-template-columns: 1fr; grid-template-rows: 360px repeat(3, 250px); }
    .category-tile--strength,
    .category-tile--mobility,
    .category-tile--recovery,
    .category-tile--balance { grid-column: span 1; }
    .category-tile--balance .category-tile__type { padding: 26px; font-size: 29px; }
    .product-card--featured .product-card__media { min-height: 0; }
    .movement-story { border-radius: 24px; }
    .recovery-callout { grid-template-columns: 1fr; border-radius: 24px; }
    .recovery-callout img { min-height: 320px; border-top: 1px solid var(--line); border-left: 0; }
    .catalog-hero h1 { font-size: clamp(42px, 11vw, 60px); }
    .product-detail__copy h1 { font-size: clamp(38px, 10vw, 54px); }
    .site-footer { border-radius: 0; }
    .admin-nav { position: fixed; top: auto; right: 12px; bottom: 12px; left: 12px; display: block; width: auto; min-height: 0; padding: 8px; border: 1px solid var(--line); border-radius: 16px; }
    .admin-nav > .brand { display: none; }
    .admin-nav nav { display: grid; grid-template-columns: repeat(4, 1fr); }
    .admin-nav nav a { min-height: 48px; padding: 0; font-size: 0; }
    .admin-nav nav a i { font-size: 22px; }
    .admin-main { width: 100%; padding: 28px 16px 104px; }
    .metric-grid { grid-template-columns: 1fr 1fr; }
    .metric-grid article:nth-child(2) { border-right: 0; }
    .metric-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
}

/* HOMEKINESIO auth experience v2 */
.auth-body {
    min-height: 100dvh;
    background: var(--bg-soft);
}

.auth-page {
    grid-template-columns: minmax(0, 1.08fr) minmax(480px, 0.92fr);
    width: min(100% - 28px, 1540px);
    min-height: 100dvh;
    padding-block: 14px;
    gap: 14px;
}

.auth-page__visual {
    min-height: calc(100dvh - 28px);
    isolation: isolate;
    border: 0;
    border-radius: 32px;
    background: #dfe4eb;
}

.auth-page__visual::before,
.auth-page__visual::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    pointer-events: none;
}

.auth-page__visual::before {
    background: linear-gradient(180deg, rgb(20 35 61 / 0.16) 0%, transparent 34%, rgb(20 35 61 / 0.76) 100%);
}

.auth-page__visual::after {
    inset: auto 0 0;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgb(18 34 60 / 0.54));
}

.auth-page__visual img {
    transform: scale(1.025) translate3d(var(--auth-image-x, 0), var(--auth-image-y, 0), 0);
    object-position: center 62%;
    transition: transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}

.auth-visual__brand {
    position: absolute;
    top: 28px;
    left: 28px;
    z-index: 3;
    display: inline-flex;
    align-items: center;
    gap: 11px;
    color: #f7f9fd;
}

.auth-visual__brand .brand__mark {
    border-color: rgb(255 255 255 / 0.54);
    background: rgb(255 255 255 / 0.9);
    color: #263858;
}

.auth-visual__brand strong {
    font-size: 15px;
    letter-spacing: -0.02em;
}

.auth-visual__copy {
    position: absolute;
    right: clamp(28px, 5vw, 72px);
    bottom: clamp(34px, 5vw, 66px);
    left: clamp(28px, 5vw, 72px);
    z-index: 3;
    max-width: 650px;
    color: #f7f9fd;
}

.auth-visual__eyebrow {
    margin: 0 0 16px;
    font-size: 11px;
    font-weight: 760;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

.auth-visual__copy h2 {
    max-width: 630px;
    margin: 0;
    font-family: "Unbounded Local", "Onest Local", sans-serif;
    font-size: clamp(30px, 3.6vw, 56px);
    font-weight: 650;
    line-height: 1.07;
    letter-spacing: -0.055em;
    text-wrap: balance;
}

.auth-visual__routes {
    display: flex;
    flex-wrap: wrap;
    gap: 12px 24px;
    margin: 25px 0 0;
    padding: 0;
    list-style: none;
    color: rgb(247 249 253 / 0.78);
    font-size: 12px;
    font-weight: 650;
}

.auth-visual__routes li {
    display: inline-flex;
    align-items: center;
    gap: 7px;
}

.auth-visual__routes i {
    color: #aebdea;
    font-size: 17px;
}

.auth-visual__note {
    position: absolute;
    top: clamp(92px, 13vh, 150px);
    right: clamp(20px, 3vw, 42px);
    bottom: auto;
    left: auto;
    z-index: 3;
    display: grid;
    grid-template-columns: 40px minmax(0, 190px);
    gap: 12px;
    align-items: center;
    padding: 14px 16px;
    border: 1px solid rgb(255 255 255 / 0.52);
    border-radius: 18px;
    background: rgb(248 250 253 / 0.9);
    box-shadow: 0 24px 70px rgb(25 43 72 / 0.18);
    color: #263858;
    max-width: none;
    transform: translate3d(var(--auth-note-x, 0), var(--auth-note-y, 0), 0);
    transition: transform 550ms cubic-bezier(0.16, 1, 0.3, 1);
}

.auth-visual__note > i {
    display: grid;
    width: 40px;
    height: 40px;
    place-items: center;
    border-radius: 13px;
    background: #e1e7f8;
    color: #465fae;
    font-size: 22px;
}

.auth-visual__note span {
    display: grid;
    gap: 3px;
    color: #66728a;
    font-size: 11px;
    line-height: 1.35;
}

.auth-visual__note strong {
    color: #263858;
    font-size: 13px;
}

.auth-panel {
    display: grid;
    min-height: calc(100dvh - 28px);
    grid-template-rows: auto 1fr auto;
    padding: clamp(22px, 3vw, 44px) clamp(24px, 5vw, 76px) 24px;
    border: 1px solid var(--line);
    border-radius: 32px;
    background: var(--surface);
}

.auth-panel__topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.auth-panel__topbar .back-link {
    margin: 0;
}

.auth-theme-toggle {
    display: inline-flex;
    min-height: 42px;
    align-items: center;
    gap: 7px;
    padding: 0 13px;
    border: 1px solid var(--line);
    border-radius: 13px;
    background: var(--surface);
    color: var(--ink-soft);
    font: inherit;
    font-size: 12px;
    font-weight: 700;
    cursor: pointer;
    transition: transform 220ms ease, border-color 220ms ease, color 220ms ease, background 220ms ease;
}

.auth-theme-toggle:hover {
    border-color: var(--accent);
    background: var(--accent-soft);
    color: var(--accent-deep);
}

.auth-theme-toggle:active {
    transform: scale(0.97);
}

.auth-theme-toggle .ph-moon,
[data-theme="dark"] .auth-theme-toggle .ph-sun {
    display: none;
}

[data-theme="dark"] .auth-theme-toggle .ph-moon {
    display: inline-block;
}

.auth-card {
    width: min(100%, 570px);
    align-self: center;
    padding: clamp(24px, 3.5vh, 42px) 0 28px;
}

.auth-mode-switch {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin-bottom: clamp(26px, 3.5vh, 40px);
    border-bottom: 1px solid var(--line);
}

.auth-mode-switch a {
    position: relative;
    padding: 0 2px 15px;
    color: var(--ink-faint);
    font-size: 13px;
    font-weight: 720;
    text-align: center;
    transition: color 220ms ease;
}

.auth-mode-switch a::after {
    content: "";
    position: absolute;
    right: 0;
    bottom: -1px;
    left: 0;
    height: 2px;
    background: var(--accent-deep);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 300ms cubic-bezier(0.16, 1, 0.3, 1);
}

.auth-mode-switch a:hover,
.auth-mode-switch a.is-active {
    color: var(--ink);
}

.auth-mode-switch a.is-active::after {
    transform: scaleX(1);
}

.auth-card__heading h1 {
    max-width: 520px;
    margin: 0;
    font-size: clamp(38px, 3.1vw, 48px);
    line-height: 1.03;
    text-wrap: balance;
}

.auth-card__heading p {
    max-width: 47ch;
    margin: 16px 0 0;
    color: var(--ink-soft);
    font-size: 15px;
    line-height: 1.65;
    text-wrap: pretty;
}

.auth-form {
    gap: 14px;
    margin-top: 25px;
}

.auth-field {
    gap: 9px;
}

.auth-field > label {
    color: var(--ink);
    font-size: 12px;
    font-weight: 720;
}

.auth-field__control {
    display: grid;
    min-height: 54px;
    grid-template-columns: 24px minmax(0, 1fr) auto;
    align-items: center;
    gap: 9px;
    padding: 0 14px 0 16px;
    border: 1px solid var(--line-strong);
    border-radius: 15px;
    background: var(--bg);
    transition: border-color 220ms ease, background 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.auth-field__control:hover {
    border-color: color-mix(in srgb, var(--accent) 62%, var(--line-strong));
}

.auth-field__control:focus-within {
    border-color: var(--accent-deep);
    background: var(--surface);
    box-shadow: 0 0 0 4px color-mix(in srgb, var(--accent) 16%, transparent);
    transform: translateY(-1px);
}

.auth-field__control > i:first-child {
    color: var(--ink-faint);
    font-size: 20px;
    transition: color 220ms ease;
}

.auth-field__control:focus-within > i:first-child {
    color: var(--accent-deep);
}

.auth-field__control input {
    width: 100%;
    height: 52px;
    padding: 0;
    border: 0;
    outline: 0;
    background: transparent;
    color: var(--ink);
    font: inherit;
    font-size: 14px;
}

.auth-field__control input:focus {
    border: 0;
    outline: 0;
}

.auth-field__control input::placeholder {
    color: color-mix(in srgb, var(--ink-faint) 78%, transparent);
}

.auth-field__status {
    display: grid;
    width: 24px;
    height: 24px;
    place-items: center;
    border-radius: 50%;
    background: var(--accent-soft);
    color: var(--accent-deep);
    opacity: 0;
    transform: scale(0.72);
    transition: opacity 200ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
}

.auth-field.is-valid .auth-field__status {
    opacity: 1;
    transform: scale(1);
}

.auth-password-toggle {
    display: grid;
    width: 38px;
    height: 38px;
    place-items: center;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--ink-soft);
    cursor: pointer;
    transition: background 200ms ease, color 200ms ease, transform 200ms ease;
}

.auth-password-toggle:hover {
    background: var(--accent-soft);
    color: var(--accent-deep);
}

.auth-password-toggle:active {
    transform: scale(0.94);
}

.auth-field__assist {
    display: flex;
    min-height: 16px;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
}

.auth-field__assist small {
    color: var(--ink-faint);
    font-size: 11px;
}

.auth-field__assist .auth-caps-warning {
    color: var(--danger);
    font-weight: 700;
}

.auth-form__progress {
    display: grid;
    gap: 9px;
    margin-top: 1px;
}

.auth-form__progress > span {
    display: flex;
    justify-content: space-between;
    color: var(--ink-faint);
    font-size: 11px;
}

.auth-form__progress b {
    color: var(--ink-soft);
    font-variant-numeric: tabular-nums;
}

.auth-form__progress > div {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    gap: 6px;
}

.auth-form__progress i {
    height: 3px;
    border-radius: 3px;
    background: var(--line-strong);
    transition: background 260ms ease, transform 260ms cubic-bezier(0.16, 1, 0.3, 1);
    transform: scaleX(0.96);
}

.auth-form__progress i.is-complete {
    background: var(--accent-deep);
    transform: scaleX(1);
}

.auth-submit {
    min-height: 56px;
    margin-top: 4px;
    border-radius: 15px;
    box-shadow: 0 18px 38px color-mix(in srgb, var(--accent-deep) 18%, transparent);
    transition: transform 220ms ease, background 220ms ease, box-shadow 220ms ease;
}

.auth-submit:hover {
    box-shadow: 0 22px 46px color-mix(in srgb, var(--accent-deep) 26%, transparent);
    transform: translateY(-2px);
}

.auth-submit:active {
    transform: scale(0.985);
}

.auth-submit.is-loading {
    cursor: wait;
    opacity: 0.86;
}

.auth-card__privacy {
    display: grid;
    grid-template-columns: 24px 1fr;
    gap: 11px;
    align-items: start;
    max-width: 47ch;
    margin: 18px 0 0;
    color: var(--ink-faint);
    font-size: 11px;
    line-height: 1.55;
}

.auth-card__privacy > i {
    color: var(--accent-deep);
    font-size: 20px;
}

.auth-panel__footer {
    margin: 0;
    color: var(--ink-faint);
    font-size: 10px;
    text-align: center;
}

[data-theme="dark"] .auth-page__visual img {
    filter: brightness(0.8) saturate(0.86);
}

.auth-field__control input:-webkit-autofill,
.auth-field__control input:-webkit-autofill:hover,
.auth-field__control input:-webkit-autofill:focus {
    -webkit-text-fill-color: var(--ink);
    box-shadow: 0 0 0 1000px var(--bg) inset;
    caret-color: var(--ink);
    transition: background-color 9999s ease-out;
}

[data-theme="dark"] .auth-visual__note {
    border-color: rgb(255 255 255 / 0.14);
    background: rgb(27 39 59 / 0.92);
    color: #e9edf5;
}

[data-theme="dark"] .auth-visual__note span {
    color: #aab5c7;
}

[data-theme="dark"] .auth-visual__note strong {
    color: #f4f6fa;
}

[data-theme="dark"] .auth-submit {
    border-color: #536fc5;
    background: #536fc5;
    color: #fbfcff;
}

[data-theme="dark"] .auth-submit:hover {
    border-color: #465fae;
    background: #465fae;
}

@media (prefers-reduced-motion: no-preference) {
    .auth-page__visual {
        animation: auth-visual-in 720ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .auth-card {
        animation: auth-card-in 680ms 100ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .auth-submit.is-loading i {
        animation: auth-submit-loading 780ms ease-in-out infinite alternate;
    }
}

@keyframes auth-visual-in {
    from { opacity: 0; transform: translate3d(-18px, 0, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes auth-card-in {
    from { opacity: 0; transform: translate3d(0, 18px, 0); }
    to { opacity: 1; transform: translate3d(0, 0, 0); }
}

@keyframes auth-submit-loading {
    from { transform: translateX(-3px); }
    to { transform: translateX(3px); }
}

@media (max-width: 1180px) {
    .auth-page {
        grid-template-columns: minmax(0, 0.92fr) minmax(440px, 1.08fr);
    }

    .auth-visual__note {
        display: none;
    }

    .auth-visual__copy {
        right: 30px;
        left: 30px;
    }
}

@media (max-width: 920px) {
    .auth-page {
        display: block;
        width: 100%;
        padding: 0;
    }

    .auth-page__visual {
        display: none;
    }

    .auth-panel {
        min-height: 100dvh;
        padding: 24px max(24px, calc((100vw - 610px) / 2)) 20px;
        border: 0;
        border-radius: 0;
    }

    .auth-card {
        width: 100%;
    }
}

@media (max-width: 560px) {
    .auth-panel {
        padding: 18px 20px 16px;
    }

    .auth-theme-toggle span {
        display: none;
    }

    .auth-theme-toggle {
        width: 42px;
        justify-content: center;
        padding: 0;
    }

    .auth-card {
        padding: 30px 0 24px;
    }

    .auth-mode-switch {
        margin-bottom: 28px;
    }

    .auth-card__heading h1 {
        font-size: clamp(36px, 10.5vw, 46px);
        line-height: 1.08;
    }

    .auth-card__heading p {
        font-size: 14px;
    }

    .auth-form {
        margin-top: 24px;
    }

    .auth-field__control {
        min-height: 56px;
    }

    .auth-panel__footer {
        font-size: 9px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .auth-page__visual,
    .auth-card,
    .auth-submit.is-loading i {
        animation: none;
    }

    .auth-page__visual img,
    .auth-visual__note,
    .auth-field__control,
    .auth-field__status,
    .auth-submit {
        transition-duration: 0.01ms;
    }
}

/* HOMEKINESIO interaction and motion system */

.site-header {
    transition: background-color 220ms ease, border-color 220ms ease, box-shadow 220ms ease;
}

.site-header.is-condensed {
    border-bottom-color: color-mix(in srgb, var(--accent) 18%, var(--line));
    background: color-mix(in srgb, var(--bg) 92%, transparent);
    box-shadow: 0 14px 34px rgb(29 43 70 / 0.07);
}

.button,
.icon-button,
.filter-chip,
.catalog-view button,
.product-detail__zoom {
    -webkit-tap-highlight-color: transparent;
}

.button i,
.arrow-link i,
.icon-button i {
    transition: transform 220ms var(--ease);
}

.button:hover i.ph-arrow-right,
.arrow-link:hover i.ph-arrow-right {
    transform: translateX(4px);
}

.button:active,
.icon-button:active,
.filter-chip:active,
.catalog-view button:active {
    transform: translateY(1px) scale(0.985);
}

.icon-button.is-success,
.product-buy .button.is-success {
    border-color: #218660;
    background: #218660;
    color: #fff;
}

[data-motion-tilt] {
    --tilt-x: 0deg;
    --tilt-y: 0deg;
    transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
    transform-style: preserve-3d;
    will-change: transform;
}

.reveal.is-visible[data-motion-tilt] {
    transform: perspective(1100px) rotateX(var(--tilt-x)) rotateY(var(--tilt-y));
}

.hero__image-frame[data-motion-tilt] {
    transition: transform 180ms ease-out, box-shadow 260ms ease;
}

.hero__image-frame[data-motion-tilt]:hover {
    box-shadow: 0 42px 100px rgb(37 52 77 / 0.28);
}

.category-tile[data-motion-tilt] {
    transition: opacity 620ms var(--ease), transform 200ms ease-out, border-color 220ms ease, box-shadow 220ms ease;
}

.category-tile[data-motion-tilt]:hover {
    border-color: color-mix(in srgb, var(--accent) 32%, var(--line));
    box-shadow: 0 18px 42px rgb(38 54 87 / 0.09);
}

.hero__image-frame[data-spotlight]::before,
.category-tile[data-spotlight]::before,
.product-detail__media[data-spotlight]::before {
    position: absolute;
    z-index: 3;
    inset: 0;
    border: 1px solid transparent;
    border-radius: inherit;
    background: radial-gradient(360px circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%), rgb(255 255 255 / 0.48), transparent 44%) border-box;
    content: "";
    opacity: 0;
    pointer-events: none;
    transition: opacity 260ms ease;
    -webkit-mask: linear-gradient(#000 0 0) padding-box, linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
}

.category-tile[data-spotlight]::before,
.product-detail__media[data-spotlight]::before {
    background: radial-gradient(300px circle at var(--spotlight-x, 50%) var(--spotlight-y, 50%), color-mix(in srgb, var(--accent) 48%, white), transparent 46%) border-box;
}

.hero__image-frame[data-spotlight]:hover::before,
.category-tile[data-spotlight]:hover::before,
.product-detail__media[data-spotlight]:hover::before {
    opacity: 0.76;
}

.product-card {
    position: relative;
    border-radius: 22px;
    transition: transform 260ms var(--ease);
}

.product-card::before {
    position: absolute;
    z-index: -1;
    inset: -10px;
    border: 1px solid color-mix(in srgb, var(--accent) 0%, transparent);
    border-radius: 28px;
    background: color-mix(in srgb, var(--surface) 72%, transparent);
    content: "";
    opacity: 0;
    transition: opacity 260ms ease, border-color 260ms ease, box-shadow 260ms ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

.product-card:hover::before {
    border-color: color-mix(in srgb, var(--accent) 18%, var(--line));
    box-shadow: 0 22px 52px rgb(35 50 80 / 0.08);
    opacity: 1;
}

.product-card__media::after {
    position: absolute;
    inset: auto 14px 14px auto;
    display: grid;
    width: 36px;
    height: 36px;
    place-items: center;
    border: 1px solid rgb(255 255 255 / 0.5);
    border-radius: 50%;
    background: rgb(255 255 255 / 0.78);
    color: #263650;
    content: "\2197";
    font-size: 16px;
    opacity: 0;
    transform: translateY(6px);
    transition: opacity 220ms ease, transform 220ms ease;
    backdrop-filter: blur(10px);
}

.product-card:hover .product-card__media::after,
.product-card:focus-within .product-card__media::after {
    opacity: 1;
    transform: translateY(0);
}

.service-strip.is-visible > div {
    opacity: 1;
    transform: translateY(0);
}

.search-form > div {
    grid-template-columns: minmax(0, 1fr) 42px 48px;
    transition: border-color 220ms ease, box-shadow 220ms ease, transform 220ms ease;
}

.search-form > div:focus-within,
.search-form > div.is-focused {
    border-color: color-mix(in srgb, var(--accent-deep) 72%, var(--line));
    box-shadow: 0 14px 38px rgb(47 70 133 / 0.12), 0 0 0 4px color-mix(in srgb, var(--accent) 10%, transparent);
    transform: translateY(-2px);
}

.search-form__clear,
.search-form__submit {
    display: grid;
    place-items: center;
}

.search-form__clear {
    color: var(--ink-faint) !important;
    font-size: 17px !important;
}

.search-form__clear:hover {
    color: var(--ink) !important;
}

.search-form__submit {
    position: relative;
}

.search-form__submit::before {
    position: absolute;
    top: 10px;
    bottom: 10px;
    left: 0;
    width: 1px;
    background: var(--line);
    content: "";
}

.catalog__meta {
    position: sticky;
    z-index: 8;
    top: calc(var(--header-height) + 10px);
    align-items: center;
    min-height: 54px;
    padding: 8px 10px 8px 16px;
    border: 1px solid color-mix(in srgb, var(--line) 82%, transparent);
    border-radius: 15px;
    background: color-mix(in srgb, var(--bg) 90%, transparent);
    box-shadow: 0 12px 30px rgb(37 52 82 / 0.06);
    backdrop-filter: blur(16px);
}

.catalog__tools,
.catalog__availability,
.catalog-view {
    display: flex;
    align-items: center;
}

.catalog__tools {
    gap: 18px;
}

.catalog__availability {
    gap: 7px;
}

.catalog__availability > i {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #2aa976;
    box-shadow: 0 0 0 4px rgb(42 169 118 / 0.11);
}

.catalog-view {
    gap: 3px;
    padding: 3px;
    border: 1px solid var(--line);
    border-radius: 11px;
    background: var(--surface);
}

.catalog-view button {
    display: grid;
    width: 34px;
    height: 30px;
    place-items: center;
    border: 0;
    border-radius: 8px;
    background: transparent;
    color: var(--ink-faint);
    font-size: 16px;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease, transform 180ms ease;
}

.catalog-view button[aria-pressed="true"] {
    background: var(--accent-deep);
    color: #fff;
}

.catalog-grid {
    transition: opacity 200ms ease;
}

.catalog-grid.is-list-view {
    grid-template-columns: 1fr;
    gap: 0;
}

.catalog-grid.is-list-view .product-card {
    display: grid;
    grid-template-columns: 220px minmax(0, 1fr);
    gap: 26px;
    padding-block: 18px;
    border-bottom: 1px solid var(--line);
    border-radius: 0;
}

.catalog-grid.is-list-view .product-card::before {
    inset: 7px -12px;
    border-radius: 20px;
}

.catalog-grid.is-list-view .product-card__media {
    aspect-ratio: 1.32 / 1;
}

.catalog-grid.is-list-view .product-card__body {
    min-height: 0;
    padding: 12px 2px;
}

.catalog-grid.is-list-view .product-card__feature {
    max-width: 640px;
    font-size: 14px;
}

.catalog-grid.is-list-view .product-card__bottom {
    margin-top: 24px;
}

.catalog-live-empty {
    min-height: 420px;
}

.product-detail__media {
    isolation: isolate;
}

.product-detail__media > img {
    transition: transform 700ms var(--ease), filter 500ms ease;
}

.product-detail__media:hover > img {
    transform: scale(1.025);
    filter: saturate(1.035);
}

.product-detail__zoom {
    position: absolute;
    z-index: 4;
    right: 18px;
    bottom: 18px;
    display: inline-flex;
    min-height: 44px;
    align-items: center;
    gap: 9px;
    padding: 0 16px;
    border: 1px solid rgb(255 255 255 / 0.62);
    border-radius: 13px;
    background: rgb(255 255 255 / 0.84);
    color: #22314a;
    font: inherit;
    font-size: 12px;
    font-weight: 750;
    cursor: pointer;
    box-shadow: 0 12px 30px rgb(25 39 65 / 0.14);
    backdrop-filter: blur(12px);
    transition: transform 220ms ease, background-color 220ms ease;
}

.product-detail__zoom:hover {
    background: #fff;
    transform: translateY(-2px);
}

.product-zoom {
    width: min(94vw, 1180px);
    max-width: none;
    max-height: 92vh;
    padding: 18px;
    border: 1px solid var(--line);
    border-radius: 26px;
    background: var(--surface);
    color: var(--ink);
    box-shadow: 0 40px 120px rgb(11 20 38 / 0.34);
}

.product-zoom::backdrop {
    background: rgb(12 21 38 / 0.68);
    backdrop-filter: blur(10px);
}

.product-zoom form {
    position: absolute;
    z-index: 2;
    top: 28px;
    right: 28px;
}

.product-zoom form button {
    border: 1px solid rgb(255 255 255 / 0.52);
    background: rgb(255 255 255 / 0.88);
    color: #22314a;
    box-shadow: 0 8px 24px rgb(24 38 64 / 0.14);
}

.product-zoom img {
    display: block;
    width: 100%;
    max-height: calc(92vh - 84px);
    border-radius: 17px;
    object-fit: contain;
    background: var(--bg-soft);
}

.product-zoom p {
    margin: 13px 4px 0;
    font-size: 12px;
    font-weight: 720;
}

.cart-line {
    animation: cart-line-in 320ms var(--ease) both;
}

.reveal {
    transition-delay: var(--reveal-delay, 0ms);
    transition-duration: 720ms;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: no-preference) {
    .hero__copy > * {
        animation: hero-copy-in 740ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }

    .hero__copy > :nth-child(2) { animation-delay: 70ms; }
    .hero__copy > :nth-child(3) { animation-delay: 140ms; }
    .hero__copy > :nth-child(4) { animation-delay: 210ms; }

    .service-strip > div {
        opacity: 0;
        transform: translateY(12px);
        transition: opacity 520ms var(--ease), transform 520ms var(--ease);
    }

    .service-strip > div:nth-child(2) { transition-delay: 90ms; }
    .service-strip > div:nth-child(3) { transition-delay: 180ms; }

    .product-zoom[open] {
        animation: product-zoom-in 360ms cubic-bezier(0.16, 1, 0.3, 1) both;
    }
}

@keyframes hero-copy-in {
    from { opacity: 0; transform: translateY(18px); }
    to { opacity: 1; transform: translateY(0); }
}

@keyframes cart-line-in {
    from { opacity: 0; transform: translateX(12px); }
    to { opacity: 1; transform: translateX(0); }
}

@keyframes product-zoom-in {
    from { opacity: 0; transform: scale(0.97) translateY(10px); }
    to { opacity: 1; transform: scale(1) translateY(0); }
}

@media (max-width: 700px) {
    .catalog__meta {
        top: calc(var(--header-height) + 6px);
        padding-left: 12px;
    }

    .catalog__tools {
        gap: 10px;
    }

    .catalog__availability {
        display: none;
    }

    .catalog-grid.is-list-view .product-card {
        grid-template-columns: 116px minmax(0, 1fr);
        gap: 14px;
        padding-block: 12px;
    }

    .catalog-grid.is-list-view .product-card__body {
        padding-block: 2px;
    }

    .catalog-grid.is-list-view .product-card h3 {
        font-size: 16px;
    }

    .catalog-grid.is-list-view .product-card__feature {
        display: none;
    }

    .catalog-grid.is-list-view .product-card__bottom {
        margin-top: 8px;
    }

    .catalog-grid.is-list-view .price-stack {
        display: grid;
        gap: 1px;
    }

    .catalog-grid.is-list-view .price-stack strong {
        font-size: 14px;
    }

    .catalog-grid.is-list-view .icon-button {
        width: 38px;
        height: 38px;
    }

    .product-detail__zoom span {
        display: none;
    }

    .product-detail__zoom {
        width: 44px;
        padding: 0;
        justify-content: center;
    }

    .product-zoom {
        width: calc(100vw - 20px);
        padding: 10px;
        border-radius: 20px;
    }

    .product-zoom form {
        top: 18px;
        right: 18px;
    }
}

@media (prefers-reduced-motion: reduce) {
    [data-motion-tilt],
    .reveal.is-visible[data-motion-tilt],
    .product-card:hover,
    .product-detail__media:hover > img {
        transform: none;
    }

    .service-strip > div {
        opacity: 1;
        transform: none;
    }
}

/* HOMEKINESIO production hardening UI */

.field label > span {
    color: var(--ink-faint);
    font-size: 0.86em;
    font-weight: 560;
}

.account-sidebar nav form {
    margin: 0;
}

.account-sidebar nav form button,
.admin-header form button {
    display: flex;
    width: 100%;
    min-height: 44px;
    align-items: center;
    gap: 10px;
    padding: 0 13px;
    border: 0;
    border-radius: 12px;
    background: transparent;
    color: var(--ink-soft);
    font: inherit;
    font-size: 13px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 180ms ease, color 180ms ease;
}

.account-sidebar nav form button:hover {
    background: var(--accent-soft);
    color: var(--accent-deep);
}

.admin-header form button {
    width: auto;
    color: var(--ink-soft);
}

.admin-header form button:hover {
    color: var(--accent-deep);
}

.admin-security .stack-form {
    max-width: 620px;
    margin-top: 34px;
}

.admin-security .button {
    justify-self: start;
}

@media (max-width: 700px) {
    .admin-nav nav {
        grid-template-columns: repeat(5, 1fr);
    }

    .admin-nav nav a:last-child {
        display: none;
    }

    .admin-header form button {
        width: 44px;
        padding: 0;
        justify-content: center;
        font-size: 0;
    }

    .admin-header form button i {
        font-size: 21px;
    }
}

.contact-page {
    display: grid;
    grid-template-columns: minmax(0, 0.9fr) minmax(480px, 0.75fr);
    gap: clamp(48px, 8vw, 120px);
    align-items: start;
    padding-block: clamp(68px, 8vw, 112px) clamp(96px, 10vw, 150px);
}

.contact-page__intro h1 {
    max-width: 780px;
    margin-bottom: 24px;
    font-size: clamp(44px, 5.6vw, 82px);
    font-weight: 680;
    line-height: 1.02;
    letter-spacing: -0.06em;
}

.contact-page__intro > p:last-of-type {
    max-width: 610px;
    color: var(--ink-soft);
    font-size: 17px;
    line-height: 1.65;
}

.contact-page__facts {
    display: grid;
    gap: 14px;
    margin-top: 38px;
}

.contact-page__facts > div {
    display: flex;
    align-items: center;
    gap: 14px;
}

.contact-page__facts > div > i {
    display: grid;
    width: 44px;
    height: 44px;
    place-items: center;
    border-radius: 13px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-size: 20px;
}

.contact-page__facts span {
    display: grid;
    gap: 2px;
    color: var(--ink-soft);
    font-size: 13px;
}

.contact-page__facts strong {
    color: var(--ink);
    font-size: 14px;
}

.contact-card {
    padding: clamp(28px, 4vw, 48px);
    border: 1px solid var(--line);
    border-radius: 28px;
    background: var(--surface);
    box-shadow: 0 24px 70px rgb(32 47 77 / 0.08);
}

.contact-card > div:first-child h2 {
    font-size: clamp(30px, 3vw, 44px);
    letter-spacing: -0.045em;
}

.contact-card .stack-form {
    margin-top: 28px;
}

.contact-honeypot {
    position: absolute !important;
    left: -10000px !important;
    width: 1px !important;
    height: 1px !important;
    overflow: hidden !important;
}

.contact-success {
    display: grid;
    min-height: 420px;
    place-items: center;
    align-content: center;
    text-align: center;
}

.contact-success > span {
    display: grid;
    width: 68px;
    height: 68px;
    margin-bottom: 22px;
    place-items: center;
    border-radius: 20px;
    background: var(--accent-soft);
    color: var(--accent-deep);
    font-size: 30px;
}

.contact-success h2 {
    margin-bottom: 12px;
    font-size: clamp(30px, 3vw, 44px);
}

.contact-success p {
    max-width: 440px;
    margin-bottom: 26px;
    color: var(--ink-soft);
    line-height: 1.6;
}

.inquiry-list {
    display: grid;
    gap: 14px;
}

.inquiry-card {
    padding: 24px;
    border: 1px solid var(--line);
    border-radius: 18px;
    background: var(--bg-soft);
}

.inquiry-card__head,
.inquiry-card__footer,
.inquiry-card__footer > div,
.inquiry-card__footer form {
    display: flex;
    align-items: center;
}

.inquiry-card__head,
.inquiry-card__footer {
    justify-content: space-between;
    gap: 18px;
}

.inquiry-card__head > div {
    display: grid;
    gap: 4px;
}

.inquiry-card__head strong {
    font-size: 17px;
}

.inquiry-card__head span:not(.status-badge) {
    color: var(--ink-faint);
    font-size: 11px;
}

.inquiry-card > p {
    margin-block: 20px;
    color: var(--ink-soft);
    line-height: 1.65;
}

.inquiry-card__footer {
    padding-top: 18px;
    border-top: 1px solid var(--line);
}

.inquiry-card__footer > div,
.inquiry-card__footer form {
    gap: 10px;
}

.inquiry-card__footer a {
    color: var(--accent-deep);
    font-size: 12px;
    font-weight: 680;
}

.inquiry-card__footer select {
    min-height: 42px;
}

@media (max-width: 920px) {
    .contact-page {
        grid-template-columns: 1fr;
    }

    .contact-page__intro {
        max-width: 760px;
    }
}

@media (max-width: 700px) {
    .contact-page {
        gap: 38px;
        padding-top: 52px;
    }

    .contact-page__intro h1 {
        font-size: clamp(42px, 12vw, 58px);
    }

    .contact-card,
    .inquiry-card {
        padding: 22px;
        border-radius: 20px;
    }

    .inquiry-card__footer,
    .inquiry-card__footer > div,
    .inquiry-card__footer form {
        align-items: stretch;
        flex-direction: column;
    }

    .inquiry-card__footer form .button {
        width: 100%;
    }
}

@media (max-width: 700px) {
    body.admin-body .admin-nav nav {
        grid-template-columns: repeat(3, 1fr);
    }

    body.admin-body .admin-main {
        padding-bottom: 166px;
    }
}
