@font-face {
    font-family: "Archivo";
    src: url("../fonts/Archivo.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "Space Grotesk";
    src: url("../fonts/SpaceGrotesk.ttf") format("truetype");
    font-weight: 100 900;
    font-style: normal;
    font-display: swap;
}

:root {
    --color-bg: #eef4f8;
    --color-surface: #ffffff;
    --color-surface-2: #dfeaf2;
    --color-text: #0c1c2a;
    --color-text-muted: #506574;
    --color-primary: #174d70;
    --color-primary-dark: #0c3049;
    --color-accent: #8eb9d0;
    --space-1: 8px;
    --space-2: 16px;
    --space-3: 24px;
    --space-4: 32px;
    --space-5: 48px;
    --space-6: 64px;
    --space-7: 80px;
    --space-8: 96px;
    --text-display: clamp(3.2rem, 7vw, 7.2rem);
    --text-h1: clamp(2.6rem, 5vw, 4.6rem);
    --text-h2: clamp(2rem, 4vw, 3.7rem);
    --text-h3: 1.35rem;
    --text-body: 1rem;
    --text-small: .875rem;
    --radius-sm: 14px;
    --radius-md: 24px;
    --radius-lg: 36px;
    --shadow: 0 26px 80px rgba(22, 62, 88, .12);
    --border: 1px solid rgba(27, 75, 106, .16)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    background: var(--color-bg);
    color: var(--color-text);
    font-family: "Archivo", sans-serif;
    font-size: var(--text-body);
    line-height: 1.55
}

img {
    max-width: 100%
}

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

button,
input,
select {
    font: inherit
}

.site-header {
    position: sticky;
    top: 0;
    z-index: 50;
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: var(--space-4);
    padding: 18px clamp(20px, 4vw, 64px);
    background: rgba(238, 244, 248, .92);
    backdrop-filter: blur(18px);
    border-bottom: var(--border)
}

.brand {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    font-family: "Space Grotesk", sans-serif;
    font-weight: 700;
    font-size: 1.05rem
}

.brand img {
    width: 34px;
    height: 34px;
    object-fit: contain;
    border-radius: 50%
}

.desktop-nav {
    display: flex;
    justify-content: center;
    gap: 30px;
    color: var(--color-text-muted);
    font-size: .92rem
}

.desktop-nav a,
.site-footer a {
    transition: .25s
}

.desktop-nav a:hover,
.site-footer a:hover {
    color: var(--color-primary)
}

.cart-button {
    border: 0;
    background: var(--color-text);
    color: #fff;
    border-radius: 999px;
    padding: 11px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    min-height: 44px
}

.cart-button b {
    display: grid;
    place-items: center;
    width: 24px;
    height: 24px;
    background: #fff;
    color: var(--color-text);
    border-radius: 50%;
    font-size: .78rem
}

.hero {
    min-height: calc(100vh - 72px);
    display: grid;
    grid-template-columns: 1.05fr .95fr;
    gap: clamp(32px, 5vw, 88px);
    padding: clamp(72px, 9vw, 140px) clamp(20px, 6vw, 96px);
    align-items: center;
    overflow: hidden
}

.eyebrow,
.section-label {
    font-size: .74rem;
    letter-spacing: .16em;
    font-weight: 700;
    color: var(--color-primary);
    text-transform: uppercase
}

.hero h1 {
    font-family: "Space Grotesk", sans-serif;
    font-size: var(--text-display);
    line-height: .94;
    letter-spacing: -.06em;
    margin: 20px 0 28px;
    max-width: 9ch
}

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

.hero-lead {
    font-size: 1.16rem;
    max-width: 680px;
    color: var(--color-text-muted)
}

.hero-actions {
    display: flex;
    align-items: center;
    gap: 28px;
    margin-top: 36px
}

.button {
    border: 0;
    border-radius: 999px;
    padding: 14px 20px;
    min-height: 48px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-weight: 700;
    transition: .25s
}

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

.button.primary:hover {
    background: var(--color-primary-dark);
    transform: translateY(-2px)
}

.button.secondary {
    background: var(--color-surface-2);
    color: var(--color-text)
}

.text-link {
    font-weight: 700
}

.text-link span {
    margin-left: 8px
}

.hero-meta {
    display: flex;
    gap: 28px;
    flex-wrap: wrap;
    margin-top: 54px;
    padding-top: 22px;
    border-top: var(--border);
    color: var(--color-text-muted);
    font-size: .86rem
}

.hero-meta b {
    display: block;
    color: var(--color-text);
    font-size: 1.12rem
}

.hero-visual {
    position: relative;
    min-height: 688px;
    padding-top: 0
}

.image-shell {
    overflow: hidden;
    background: var(--color-surface-2)
}

.image-shell img,
.product-media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block
}

.hero-image {
    height: 620px;
    border-radius: var(--radius-lg);
    box-shadow: var(--shadow);
    clip-path: polygon(0 0, 88% 0, 100% 12%, 100% 100%, 0 100%)
}

.floating-spec {
    position: absolute;
    right: -24px;
    bottom: 38px;
    background: var(--color-text);
    color: #fff;
    padding: 22px 24px;
    border-radius: var(--radius-sm);
    box-shadow: var(--shadow);
    min-width: 240px
}

.floating-spec small,
.floating-spec span {
    display: block;
    color: #bdd2df
}

.floating-spec strong {
    display: block;
    font: 600 1.4rem "Space Grotesk";
    margin: 6px 0
}

.shift-section {
    padding: var(--space-8) clamp(20px, 6vw, 96px) 130px;
    background: var(--color-surface)
}

.shift-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 8vw;
    align-items: start;
    margin-top: 28px
}

.shift-grid h2,
.section-heading h2,
.comparison-copy h2,
.living-copy h2,
.faq-title h2,
.checkout-section h2,
.price-transparency h2 {
    font: 600 var(--text-h2)/1.03 "Space Grotesk";
    letter-spacing: -.04em;
    margin: 0
}

.copy-stack {
    color: var(--color-text-muted);
    font-size: 1.05rem
}

.feature-rail {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    margin-top: 84px;
    border-top: var(--border);
    border-bottom: var(--border)
}

.feature-rail article {
    padding: 28px 24px;
    min-height: 210px;
    border-right: var(--border)
}

.feature-rail article:last-child {
    border-right: 0
}

.feature-rail span {
    font: 600 .78rem "Space Grotesk";
    color: var(--color-primary)
}

.feature-rail h3 {
    font-family: "Space Grotesk"
}

.feature-rail p {
    color: var(--color-text-muted);
    font-size: .9rem
}

.product-section {
    padding: 130px clamp(20px, 6vw, 96px);
    background: var(--color-bg)
}

.section-heading {
    display: grid;
    grid-template-columns: 1.2fr .8fr;
    gap: 8vw;
    align-items: end;
    margin-bottom: 54px
}

.section-heading p:last-child {
    color: var(--color-text-muted);
    max-width: 620px
}

.products-grid {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 22px
}

.product-card {
    grid-column: span 4;
    background: var(--color-surface);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(19, 59, 83, .06);
    transition: .25s
}

.product-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--shadow)
}

.product-card.wide {
    grid-column: span 6
}

.product-media {
    position: relative;
    height: 300px;
    background: var(--color-surface-2);
    overflow: hidden
}

.wide .product-media {
    height: 360px
}

.product-media span {
    position: absolute;
    top: 18px;
    left: 18px;
    background: rgba(255, 255, 255, .88);
    backdrop-filter: blur(10px);
    border-radius: 999px;
    padding: 8px 11px;
    font: 600 .72rem "Space Grotesk"
}

.product-media em {
    position: absolute;
    right: 16px;
    bottom: 16px;
    background: var(--color-primary);
    color: #fff;
    border-radius: 999px;
    padding: 9px 12px;
    font-style: normal;
    font-size: .73rem
}

.product-body {
    padding: 26px
}

.product-top {
    display: flex;
    justify-content: space-between;
    gap: 18px
}

.product-top small {
    color: var(--color-primary);
    font-weight: 700
}

.product-top h3 {
    font: 600 1.8rem "Space Grotesk";
    margin: 5px 0
}

.product-top>strong {
    font: 600 1.35rem "Space Grotesk";
    white-space: nowrap
}

.product-body>p {
    color: var(--color-text-muted)
}

dl {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin: 22px 0
}

dl div {
    padding: 12px;
    background: var(--color-bg);
    border-radius: 10px
}

dt {
    font-size: .68rem;
    color: var(--color-text-muted);
    text-transform: uppercase
}

dd {
    margin: 3px 0 0;
    font-weight: 700
}

.add-cart {
    width: 100%;
    border: 1px solid var(--color-primary);
    background: transparent;
    color: var(--color-primary);
    border-radius: 999px;
    padding: 12px;
    min-height: 46px;
    font-weight: 700;
    cursor: pointer;
    transition: .25s
}

.add-cart:hover {
    background: var(--color-primary);
    color: #fff
}

.price-note {
    font-size: .74rem;
    line-height: 1.45
}

.product-card.dark {
    background: var(--color-text);
    color: #fff
}

.product-card.dark .product-body>p,
.product-card.dark .price-note {
    color: #bed0dc
}

.product-card.dark dl div {
    background: rgba(255, 255, 255, .08)
}

.product-card.dark .add-cart {
    border-color: #fff;
    color: #fff
}

.comparison-section {
    display: grid;
    grid-template-columns: .7fr 1.3fr;
    gap: 6vw;
    background: var(--color-primary-dark);
    color: #fff;
    padding: 120px clamp(20px, 6vw, 96px)
}

.comparison-copy {
    position: sticky;
    top: 120px;
    align-self: start
}

.comparison-copy .eyebrow {
    color: #9bc0d5
}

.comparison-copy p:last-child {
    color: #bfd2df;
    max-width: 520px
}

.comparison-table-wrap {
    overflow: auto;
    border: 1px solid rgba(255, 255, 255, .16);
    border-radius: var(--radius-md)
}

table {
    width: 100%;
    border-collapse: collapse;
    min-width: 760px
}

th,
td {
    text-align: left;
    padding: 20px 18px;
    border-bottom: 1px solid rgba(255, 255, 255, .12)
}

th {
    font-size: .72rem;
    text-transform: uppercase;
    letter-spacing: .08em;
    color: #9bc0d5
}

.living-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    min-height: 760px;
    background: var(--color-surface)
}

.living-image {
    position: relative
}

.image-index {
    position: absolute;
    left: 20px;
    bottom: 20px;
    background: rgba(255, 255, 255, .86);
    padding: 10px 14px;
    border-radius: 999px;
    font-size: .72rem;
    font-weight: 700
}

.living-copy {
    padding: 10vw 8vw
}

.steps {
    margin-top: 46px
}

.steps article {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 20px;
    padding: 24px 0;
    border-top: var(--border)
}

.steps b {
    font-family: "Space Grotesk";
    color: var(--color-primary)
}

.steps h3 {
    margin: 0 0 8px;
    font-family: "Space Grotesk"
}

.steps p {
    margin: 0;
    color: var(--color-text-muted)
}

.price-transparency {
    padding: 120px clamp(20px, 6vw, 96px);
    background: linear-gradient(180deg, var(--color-bg), #dbe8f0)
}

.price-transparency>div:first-child {
    max-width: 840px
}

.price-panels {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-top: 52px
}

.price-panels article {
    background: rgba(255, 255, 255, .76);
    border: var(--border);
    border-radius: var(--radius-md);
    padding: 28px
}

.price-panels i {
    font-size: 1.55rem;
    color: var(--color-primary)
}

.price-panels h3 {
    font-family: "Space Grotesk"
}

.price-panels p {
    color: var(--color-text-muted)
}

.faq-section {
    display: grid;
    grid-template-columns: .75fr 1.25fr;
    gap: 8vw;
    padding: 120px clamp(20px, 6vw, 96px);
    background: var(--color-surface)
}

.faq-title p:last-child {
    color: var(--color-text-muted)
}

.accordion {
    border-top: var(--border)
}

.faq-item {
    border-bottom: var(--border)
}

.faq-item button {
    width: 100%;
    border: 0;
    background: transparent;
    display: flex;
    justify-content: space-between;
    gap: 20px;
    text-align: left;
    padding: 24px 0;
    font: 600 1.15rem "Space Grotesk";
    cursor: pointer
}

.faq-item>div {
    display: none;
    padding: 0 40px 22px 0;
    color: var(--color-text-muted)
}

.faq-item.open>div {
    display: block
}

.checkout-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    background: var(--color-text);
    color: #fff
}

.checkout-visual {
    padding: 80px
}

.checkout-visual .image-shell {
    height: 520px;
    border-radius: var(--radius-md)
}

.checkout-note {
    padding: 22px 4px
}

.checkout-note span,
.checkout-note p {
    color: #a8c3d3
}

.checkout-note strong {
    display: block;
    font: 600 1.5rem "Space Grotesk";
    margin-top: 6px
}

.order-form {
    background: #f8fbfd;
    color: var(--color-text);
    padding: 80px 8vw
}

.order-form label {
    display: block;
    font-size: .86rem;
    font-weight: 700;
    margin-top: 20px
}

.order-form input,
.order-form select {
    width: 100%;
    margin-top: 8px;
    border: 1px solid #bfd0db;
    background: #fff;
    border-radius: 12px;
    padding: 14px;
    min-height: 50px;
    color: var(--color-text)
}

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

.order-summary {
    margin-top: 22px;
    padding: 18px;
    border-radius: 14px;
    background: var(--color-surface-2);
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 8px
}

.order-summary small {
    grid-column: 1/-1;
    color: var(--color-text-muted)
}

.check {
    display: flex !important;
    gap: 10px;
    align-items: flex-start;
    font-weight: 400 !important
}

.check input {
    width: 18px !important;
    height: 18px;
    min-height: 0;
    margin: 2px 0 0 !important
}

.check a {
    text-decoration: underline
}

.full {
    width: 100%;
    margin-top: 22px
}

.form-legal {
    font-size: .75rem;
    color: var(--color-text-muted)
}

.site-footer {
    display: grid;
    grid-template-columns: 1.4fr .7fr .8fr 1fr;
    gap: 50px;
    padding: 72px clamp(20px, 6vw, 96px) 32px;
    background: #071722;
    color: #fff
}

.site-footer h3 {
    font: 600 .92rem "Space Grotesk";
    color: #91b8ce
}

.site-footer>div:not(.footer-bottom) {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer-brand p,
.company-data p,
.footer-bottom p {
    color: #9eb6c4;
    font-size: .86rem
}

.footer-bottom {
    grid-column: 1/-1;
    border-top: 1px solid rgba(255, 255, 255, .12);
    padding-top: 24px;
    margin-top: 20px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: end
}

.footer-bottom p {
    max-width: 950px
}

.cart-drawer {
    position: fixed;
    inset: 0;
    background: rgba(4, 16, 24, .46);
    z-index: 100;
    opacity: 0;
    pointer-events: none;
    transition: .25s
}

.cart-drawer.open {
    opacity: 1;
    pointer-events: auto
}

.cart-panel {
    margin-left: auto;
    width: min(480px, 100%);
    height: 100%;
    background: var(--color-surface);
    padding: 34px;
    transform: translateX(100%);
    transition: .25s;
    overflow: auto
}

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

.cart-close {
    float: right;
    border: 0;
    background: var(--color-bg);
    border-radius: 50%;
    width: 42px;
    height: 42px;
    font-size: 1.6rem;
    cursor: pointer
}

.cart-items {
    margin-top: 28px
}

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

.cart-line small {
    display: block;
    color: var(--color-text-muted)
}

.cart-line button {
    border: 0;
    background: transparent;
    color: var(--color-primary);
    cursor: pointer
}

.cart-empty {
    padding: 34px 0;
    color: var(--color-text-muted)
}

.cart-totals {
    margin-top: 22px
}

.cart-totals>div {
    display: flex;
    justify-content: space-between;
    padding: 8px 0
}

.cart-totals .grand {
    border-top: var(--border);
    margin-top: 8px;
    padding-top: 16px;
    font-size: 1.12rem
}

.cookie-banner {
    position: fixed;
    left: 20px;
    right: 20px;
    bottom: 20px;
    z-index: 110;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 30px;
    align-items: center;
    background: #fff;
    border: var(--border);
    border-radius: 20px;
    box-shadow: var(--shadow);
    padding: 20px 22px
}

.cookie-banner.hidden {
    display: none
}

.cookie-banner strong {
    font-family: "Space Grotesk"
}

.cookie-banner p {
    margin: 4px 0 0;
    color: var(--color-text-muted);
    font-size: .86rem
}

.cookie-banner a {
    text-decoration: underline
}

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

.legal-page {
    background: var(--color-surface)
}

.legal-hero {
    padding: 100px clamp(20px, 12vw, 180px) 60px;
    background: var(--color-bg);
    word-break: break-word;
}

.legal-hero h1 {
    font: 600 var(--text-h1)/1 "Space Grotesk";
    letter-spacing: -.04em;
    max-width: 900px;
}

.legal-body {
    max-width: 980px;
    margin: auto;
    padding: 72px 20px 120px
}

.legal-body h2 {
    font: 600 1.7rem "Space Grotesk";
    margin-top: 48px
}

.legal-body h3 {
    font: 600 1.12rem "Space Grotesk";
    margin: 28px 0 10px
}

.legal-body p+p {
    margin-top: 16px
}

.legal-body p {
    color: #435966
}

.legal-body .legal-meta {
    background: var(--color-bg);
    padding: 22px;
    border-radius: 16px;
    color: var(--color-text)
}

.return-form {
    border: var(--border);
    border-radius: 18px;
    padding: 24px;
    margin-top: 30px;
    background: var(--color-bg)
}

.return-form p {
    margin: 6px 0
}

.thanks-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px
}

.thanks-card {
    background: var(--color-bg);
    border-radius: 22px;
    padding: 28px
}

.thanks-card h3 {
    font-family: "Space Grotesk"
}

.thanks-card p {
    color: var(--color-text-muted)
}

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

@media(max-width:1024px) {
    .desktop-nav {
        display: none
    }

    .hero,
    .shift-grid,
    .section-heading,
    .comparison-section,
    .living-section,
    .faq-section,
    .checkout-section {
        grid-template-columns: 1fr
    }

    .hero {
        padding-top: 90px
    }

    .hero-visual {
        min-height: 540px;
        padding-top: 0
    }

    .hero-image {
        height: 500px
    }

    .feature-rail {
        grid-template-columns: 1fr 1fr
    }

    .feature-rail article:nth-child(2) {
        border-right: 0
    }

    .feature-rail article:nth-child(-n+2) {
        border-bottom: var(--border)
    }

    .product-card {
        grid-column: span 6
    }

    .comparison-copy {
        position: static
    }

    .living-image {
        height: 560px
    }

    .site-footer {
        grid-template-columns: 1fr 1fr
    }

    .footer-bottom {
        grid-column: 1/-1
    }

    .checkout-visual {
        padding: 50px
    }

    .order-form {
        padding: 60px 50px
    }

    .price-panels {
        grid-template-columns: 1fr
    }

    .thanks-grid {
        grid-template-columns: 1fr
    }
}

@media(max-width:700px) {
    .site-header {
        grid-template-columns: 1fr auto;
        padding: 14px 18px
    }

    .cart-button span {
        display: none
    }

    .button.primary {
        padding: 8px 10px;
        font-size: 0.8rem;
    }

    .hero {
        padding: 64px 18px 90px
    }

    .hero h1 {
        font-size: clamp(3.2rem, 16vw, 5rem)
    }

    .hero-actions {
        align-items: flex-start;
        flex-direction: column
    }

    .hero-meta {
        gap: 18px
    }

    .hero-visual {
        min-height: 410px;
        padding-top: 0
    }

    .hero-image {
        height: 390px
    }

    .floating-spec {
        right: 8px;
        bottom: -15px
    }

    .shift-section,
    .product-section,
    .comparison-section,
    .price-transparency,
    .faq-section {
        padding-left: 18px;
        padding-right: 18px
    }

    .feature-rail {
        grid-template-columns: 1fr
    }

    .feature-rail article {
        border-right: 0;
        border-bottom: var(--border)
    }

    .products-grid {
        display: block
    }

    .product-card {
        margin-bottom: 18px
    }

    .product-media,
    .wide .product-media {
        height: 280px
    }

    .section-heading {
        display: block
    }

    .section-heading>p {
        margin-top: 20px
    }

    .living-image {
        height: 430px
    }

    .living-copy {
        padding: 70px 20px
    }

    .faq-section {
        gap: 42px
    }

    .checkout-visual {
        padding: 20px
    }

    .checkout-visual .image-shell {
        height: 380px
    }

    .order-form {
        padding: 60px 20px
    }

    .form-row {
        grid-template-columns: 1fr
    }

    .site-footer {
        grid-template-columns: 1fr;
        padding-left: 20px;
        padding-right: 20px
    }

    .footer-bottom {
        grid-template-columns: 1fr
    }

    .cookie-banner {
        grid-template-columns: 1fr;
        left: 10px;
        right: 10px;
        bottom: 10px
    }

    .cookie-actions {
        flex-direction: column
    }

    .comparison-table-wrap {
        margin-right: -18px
    }

    .price-panels {
        display: block
    }

    .price-panels article {
        margin-bottom: 14px
    }
}

/* Layout refinements */
.products-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px
}

.product-card,
.product-card.wide {
    grid-column: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    background: var(--color-surface);
    color: var(--color-text);
    border: var(--border);
    border-radius: var(--radius-md);
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(19, 59, 83, .06)
}

.product-card.dark {
    background: var(--color-surface);
    color: var(--color-text)
}

.product-media,
.wide .product-media {
    height: 292px
}

.product-body {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 26px
}

.product-body>p:not(.price-note) {
    min-height: 74px
}

.product-card.dark .product-body>p,
.product-card.dark .price-note {
    color: var(--color-text-muted)
}

.product-card.dark dl div {
    background: var(--color-bg)
}

.product-card.dark .add-cart {
    border-color: var(--color-primary);
    color: var(--color-primary)
}

.product-card.dark .add-cart:hover {
    background: var(--color-primary);
    color: #fff
}

.product-card dl {
    margin-top: auto
}

.product-card .price-note {
    min-height: 54px;
    margin-bottom: 0
}

.product-card .add-cart {
    margin-top: 0
}

.living-section {
    grid-template-columns: minmax(0, .95fr) minmax(0, 1.05fr);
    min-height: 0;
    gap: clamp(42px, 6vw, 88px);
    padding: 96px clamp(20px, 6vw, 96px);
    align-items: stretch;
    background: var(--color-surface)
}

.living-image {
    height: auto;
    min-height: 560px;
    border-radius: var(--radius-md);
    align-self: stretch
}

.living-copy {
    padding: 28px 0;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.checkout-section {
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    padding: 100px clamp(20px, 6vw, 96px);
    background: var(--color-bg);
    color: var(--color-text);
    align-items: stretch
}

.checkout-visual,
.order-form {
    background: var(--color-surface);
    border: var(--border);
    border-radius: var(--radius-md);
    box-shadow: 0 14px 44px rgba(19, 59, 83, .06)
}

.checkout-visual {
    padding: 28px;
    display: flex;
    flex-direction: column
}

.checkout-visual .image-shell {
    height: 440px;
    border-radius: calc(var(--radius-md) - 6px)
}

.checkout-note {
    padding: 24px 4px 4px
}

.checkout-note span {
    color: var(--color-primary);
    font-weight: 700;
    letter-spacing: .12em
}

.checkout-note p {
    color: var(--color-text-muted)
}

.checkout-note strong {
    color: var(--color-text)
}

.order-form {
    padding: 54px clamp(28px, 5vw, 72px)
}

@media(max-width:1024px) {
    .products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr))
    }

    .product-card {
        grid-column: auto
    }

    .living-section {
        grid-template-columns: 1fr;
        padding-top: 72px;
        padding-bottom: 72px
    }

    .living-image {
        min-height: 460px
    }

    .living-copy {
        padding: 0
    }

    .checkout-section {
        grid-template-columns: 1fr;
        padding-top: 72px;
        padding-bottom: 72px
    }

    .checkout-visual,
    .order-form {
        padding: 34px
    }

    .checkout-visual .image-shell {
        height: 420px
    }
}

@media(max-width:700px) {
    .products-grid {
        display: grid;
        grid-template-columns: 1fr
    }

    .product-card {
        margin-bottom: 0
    }

    .product-media,
    .wide .product-media {
        height: 280px
    }

    .product-body>p:not(.price-note),
    .product-card .price-note {
        min-height: 0
    }

    .living-section {
        padding: 64px 18px;
        gap: 34px
    }

    .living-image {
        height: 390px;
        min-height: 390px
    }

    .living-copy {
        padding: 0
    }

    .checkout-section {
        padding: 64px 18px;
        gap: 18px
    }

    .checkout-visual,
    .order-form {
        padding: 20px
    }

    .checkout-visual .image-shell {
        height: 340px
    }
}