.container {
    width: 1170px;
    max-width: calc(100% - 40px);
    margin: 0 auto
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

.nav {
    margin: 0;
    padding: 0;
    list-style: none
}

.navbar-right {
    float: right
}

@media(max-width:1199px) {
    .container {
        width: 970px
    }
}

@media(max-width:991px) {
    .container {
        width: 750px;
        max-width: calc(100% - 32px)
    }

    .navbar-right {
        float: none
    }
}

@media(max-width:767px) {
    .container {
        width: auto;
        max-width: calc(100% - 28px)
    }
}

:root {
    --chalk: #fbfaf6;
    --paper: #f5f6f4;
    --line: #d7d6d0;
    --blue: #d8e2ef;
    --brick: #b96554;
    --butter: #f1dda0;
    --espresso: #302522;
    --muted: #706966;
    --white: #fff;
    --shadow: 0 18px 50px rgba(48, 37, 34, .08)
}

* {
    box-sizing: border-box
}

html {
    scroll-behavior: smooth
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    color: var(--espresso);
    background: var(--chalk);
    overflow-x: hidden
}

body.drawer-open {
    overflow: hidden
}

h1,
h2,
h3,
h4 {
    line-height: 1.2;
    letter-spacing: -.035em;
    color: var(--espresso)
}

h1 {
    font-size: clamp(42px, 6vw, 76px)
}

h2 {
    font-size: clamp(30px, 4vw, 50px)
}

h3 {
    font-size: 22px
}

p {
    margin: 0 0 18px
}

.lead {
    font-size: 19px;
    color: #554b48
}

.micro-note,
.eyebrow {
    font-size: 13px
}

.eyebrow {
    letter-spacing: .12em;
    color: #776a66;
    font-weight: 700
}

.plain-list {
    margin: 0 0 24px;
    padding: 0;
    list-style: none
}

.plain-list li {
    padding: 8px 0;
    border-bottom: 1px solid var(--line)
}

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

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

.skip-link {
    position: absolute;
    left: -9999px;
    top: 10px
}

.skip-link:focus {
    left: 10px;
    z-index: 9999;
    background: #fff;
    padding: 10px 14px;
    border: 2px solid var(--espresso)
}

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

.section {
    padding: 100px 0
}

.section-slim {
    padding: 64px 0
}

.section-heading {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    align-items: end;
    margin-bottom: 36px
}

.section-heading h2 {
    max-width: 760px;
    margin: 4px 0
}

.main-button,
.secondary-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 11px 22px;
    border: 1px solid var(--espresso);
    border-radius: 8px;
    background: var(--espresso);
    color: #fff;
    font-weight: 700;
    transition: transform .2s ease, background .2s ease
}

.main-button:hover,
.main-button:focus {
    background: #4b3b36;
    color: #fff;
    transform: translateY(-1px)
}

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

.secondary-button {
    background: transparent;
    color: var(--espresso)
}

.secondary-button:hover {
    background: #fff
}

.text-link {
    font-size: 14px;
    font-weight: 700;
    border-bottom: 1px solid currentColor
}

.button-row {
    display: flex;
    gap: 10px;
    flex-wrap: wrap
}

.focus-ring:focus,
button:focus,
a:focus,
input:focus,
select:focus,
textarea:focus {
    outline: 3px solid #5b80a7;
    outline-offset: 3px
}

#header {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(251, 250, 246, .95);
    border-bottom: 1px solid var(--line);
    backdrop-filter: blur(10px)
}

#header .container {
    min-height: 76px;
    display: flex;
    align-items: center
}

.navbar-header {
    display: flex;
    align-items: center
}

.navbar-brand {
    height: auto;
    padding: 0;
    margin: 0 !important
}

.wordmark {
    font-weight: 800;
    letter-spacing: -.04em;
    font-size: 22px
}

.wordmark small {
    display: block;
    font-weight: 600;
    letter-spacing: .13em;
    font-size: 9px;
    color: #817773
}

.navbar-toggle {
    display: none;
    border: 0;
    background: transparent;
    width: 44px;
    height: 44px;
    margin: 0;
    position: relative
}

.navbar-toggle span,
.navbar-toggle span:before,
.navbar-toggle span:after {
    position: absolute;
    display: block;
    width: 22px;
    height: 2px;
    background: var(--espresso);
    content: "";
    left: 11px;
    transition: .2s
}

.navbar-toggle span {
    top: 21px
}

.navbar-toggle span:before {
    top: -7px;
    left: 0
}

.navbar-toggle span:after {
    top: 7px;
    left: 0
}

#nav {
    margin-left: auto
}

.main-menu {
    display: flex;
    align-items: center;
    gap: 24px
}

.main-menu>li>a {
    padding: 26px 0;
    background: none !important;
    font-size: 14px
}

.cart-link {
    border: 1px solid var(--line) !important;
    padding: 9px 12px !important;
    border-radius: 8px
}

.cart-count {
    display: inline-flex;
    min-width: 20px;
    height: 20px;
    align-items: center;
    justify-content: center;
    margin-left: 4px;
    background: var(--blue);
    border-radius: 50%;
    font-size: 11px
}

.editorial-hero {
    padding: 52px 0 84px
}

.hero-grid {
    display: grid;
    grid-template-columns: .92fr 1.08fr;
    gap: 54px;
    align-items: center
}

.hero-copy {
    padding: 54px 0
}

.hero-copy h1 {
    margin: 12px 0 24px
}

.hero-visual {
    height: 640px;
    background: var(--paper);
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    border-radius: 6px 42px 6px 6px
}

.room-wall {
    position: absolute;
    inset: 0 0 34%;
    background: #e9edf1
}

.room-floor {
    position: absolute;
    inset: 66% 0 0;
    background: #ddd5cc
}

.room-window {
    position: absolute;
    width: 42%;
    height: 43%;
    left: 10%;
    top: 9%;
    background: #f9fbfd;
    border: 9px solid #fff;
    box-shadow: 0 0 0 1px #d9d9d9
}

.room-sofa {
    position: absolute;
    width: 48%;
    height: 23%;
    right: 7%;
    bottom: 19%;
    background: #c4c8ca;
    border-radius: 12px 12px 4px 4px
}

.room-bed {
    position: absolute;
    width: 36%;
    height: 8%;
    left: 11%;
    bottom: 16%;
    background: var(--butter);
    border-radius: 50%
}

.pet-dog {
    position: absolute;
    width: 18%;
    height: 24%;
    left: 22%;
    bottom: 21%;
    background: var(--brick);
    border-radius: 48% 48% 38% 38%
}

.pet-dog:before,
.pet-dog:after {
    content: "";
    position: absolute;
    width: 32%;
    height: 38%;
    top: -16%;
    background: #9d5345;
    border-radius: 60% 20% 50% 40%
}

.pet-dog:before {
    left: 6%;
    transform: rotate(-18deg)
}

.pet-dog:after {
    right: 6%;
    transform: rotate(18deg)
}

.hero-caption {
    position: absolute;
    left: 26px;
    bottom: 24px;
    background: rgba(251, 250, 246, .93);
    padding: 12px 14px;
    font-size: 12px;
    max-width: 260px;
    border-left: 3px solid var(--brick)
}

.moment-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 14px
}

.moment-card {
    min-height: 230px;
    border: 1px solid var(--line);
    padding: 28px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
    overflow: hidden;
    background: #fff;
    border-radius: 6px 22px 6px 6px
}

.moment-card:nth-child(2n) {
    background: var(--blue)
}

.moment-card:nth-child(3n) {
    background: #f4e7e1
}

.moment-card:nth-child(5) {
    background: #f5ebc9
}

.moment-card strong {
    font-size: 24px
}

.moment-card:after {
    content: "";
    position: absolute;
    width: 110px;
    height: 110px;
    border: 1px solid rgba(48, 37, 34, .25);
    right: -26px;
    bottom: -26px;
    border-radius: 50%
}

.product-grid,
.small-product-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 18px
}

.small-product-grid {
    grid-template-columns: repeat(3, 1fr)
}

.product-card {
    background: #fff;
    border: 1px solid var(--line);
    border-radius: 6px 18px 6px 6px;
    overflow: hidden
}

.product-card-copy {
    padding: 20px
}

.product-card h3 {
    font-size: 18px;
    margin: 8px 0
}

.product-card p {
    font-size: 14px;
    color: #6d6561;
    min-height: 66px
}

.product-card-bottom {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    align-items: center;
    border-top: 1px solid var(--line);
    padding-top: 14px
}

.product-visual {
    height: 250px;
    background: var(--paper);
    position: relative;
    overflow: hidden
}

.product-visual.compact {
    height: 230px
}

.product-visual.mini {
    width: 72px;
    height: 72px;
    flex: 0 0 72px;
    border-radius: 6px
}

.product-visual.detail {
    height: 600px;
    border: 1px solid var(--line);
    border-radius: 6px 30px 6px 6px
}

.product-visual small {
    position: absolute;
    left: 14px;
    top: 14px;
    font-size: 11px;
    letter-spacing: .08em
}

.visual-shape {
    position: absolute;
    border-radius: 50%;
    opacity: .9
}

.shape-a {
    width: 58%;
    height: 58%;
    right: -13%;
    top: -15%;
    background: var(--blue)
}

.shape-b {
    width: 38%;
    height: 38%;
    left: -12%;
    bottom: -12%;
    background: var(--butter)
}

.visual-rest .shape-a,
.visual-cat .shape-a {
    background: #e7d6d0
}

.visual-care .shape-b,
.visual-walk .shape-b {
    background: #e8c5b8
}

.visual-meal .shape-b {
    background: #d9e5e1
}

.visual-object {
    position: absolute;
    left: 50%;
    top: 52%;
    transform: translate(-50%, -50%);
    width: 42%;
    height: 24%;
    border: 5px solid var(--espresso)
}

.object-walk {
    border-radius: 48% 48% 30% 30%;
    height: 36%;
    width: 34%;
    border-bottom-width: 14px
}

.object-meal {
    border-radius: 8px 8px 50% 50%;
    height: 23%;
    border-top-width: 2px
}

.object-rest {
    border: 0;
    background: #c9c6c5;
    border-radius: 50%;
    height: 28%;
    width: 58%;
    box-shadow: inset 0 0 0 12px #e8e4e2
}

.object-play {
    border-radius: 50%;
    border-width: 8px;
    width: 34%;
    height: 34%
}

.object-care {
    width: 20%;
    height: 48%;
    border-radius: 6px;
    transform: translate(-50%, -50%) rotate(22deg)
}

.object-cat {
    height: 12%;
    width: 60%;
    border-width: 8px 0 0 0;
    background: repeating-linear-gradient(90deg, #9a826e 0 5px, #d6c3ad 5px 10px)
}

.object-travel {
    height: 44%;
    width: 50%;
    border-radius: 10px;
    border-top-width: 16px
}

.tone-light {
    filter: brightness(1.08)
}

.tone-dark {
    filter: brightness(.82)
}

.editorial-scene {
    display: grid;
    grid-template-columns: 1.35fr .65fr;
    gap: 24px;
    align-items: stretch;
    margin: 44px 0
}

.editorial-scene.reverse {
    grid-template-columns: .65fr 1.35fr
}

.scene-room {
    min-height: 500px;
    border: 1px solid var(--line);
    position: relative;
    overflow: hidden;
    background: #e9ecec;
    border-radius: 6px 32px 6px 6px
}

.scene-room.cat {
    background: #e9dfdb
}

.scene-room.walk {
    background: #dfe7ef
}

.scene-room.rest {
    background: #eee6dd
}

.scene-marker {
    position: absolute;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: var(--espresso);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    z-index: 2
}

.m1 {
    left: 25%;
    bottom: 26%
}

.m2 {
    right: 20%;
    bottom: 35%
}

.m3 {
    left: 45%;
    top: 31%
}

.scene-copy {
    border: 1px solid var(--line);
    padding: 44px;
    background: #fff
}

.scene-copy h2 {
    margin: 8px 0 24px
}

.callout-list {
    margin-top: 30px
}

.callout {
    display: grid;
    grid-template-columns: 30px 1fr auto;
    gap: 12px;
    padding: 15px 0;
    border-top: 1px solid var(--line);
    align-items: center
}

.callout span:first-child {
    font-weight: 800
}

.materials-band {
    background: var(--espresso);
    color: #fff
}

.materials-band h2,
.materials-band h3 {
    color: #fff
}

.material-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1px;
    background: #6d5b55;
    border: 1px solid #6d5b55;
    margin-top: 38px
}

.material {
    background: #3b302c;
    padding: 28px 16px;
    min-height: 150px
}

.guide-preview {
    background: var(--blue);
    border-radius: 6px 40px 6px 6px;
    padding: 56px;
    display: grid;
    grid-template-columns: 1fr .6fr;
    gap: 50px
}

.faq-list {
    border-top: 1px solid var(--line)
}

.faq-item {
    border-bottom: 1px solid var(--line)
}

.faq-button {
    width: 100%;
    padding: 22px 0;
    border: 0;
    background: transparent;
    text-align: left;
    display: flex;
    justify-content: space-between;
    font-weight: 700
}

.faq-button:after {
    content: "+"
}

.faq-button[aria-expanded="true"]:after {
    content: "−"
}

.faq-panel {
    padding: 0 0 22px;
    max-width: 800px;
    color: #625955
}

.page-hero {
    padding: 82px 0 48px;
    border-bottom: 1px solid var(--line)
}

.page-hero h1 {
    font-size: clamp(40px, 5vw, 64px);
    max-width: 900px;
    margin: 12px 0
}

.filter-shell {
    display: grid;
    grid-template-columns: 260px 1fr;
    gap: 44px
}

.filter-sidebar {
    border-right: 1px solid var(--line);
    padding-right: 30px
}

.filter-group {
    margin-bottom: 30px
}

.filter-group h3 {
    font-size: 14px;
    letter-spacing: .08em
}

.filter-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px
}

.filter-sidebar .filter-buttons {
    display: grid
}

.filter-buttons button {
    background: transparent;
    border: 1px solid var(--line);
    padding: 9px 12px;
    border-radius: 6px;
    text-align: left
}

.filter-buttons button[aria-pressed="true"] {
    background: var(--espresso);
    color: #fff;
    border-color: var(--espresso)
}

.catalog-tools {
    display: grid;
    grid-template-columns: 1fr 180px auto;
    gap: 12px;
    margin-bottom: 24px;
    align-items: center
}

.catalog-tools input,
.catalog-tools select,
.form-control {
    width: 100%;
    min-height: 46px;
    border: 1px solid var(--line);
    background: #fff;
    padding: 10px 12px;
    border-radius: 6px
}

.collection-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px
}

.no-results {
    grid-column: 1/-1;
    padding: 70px 30px;
    text-align: center;
    border: 1px dashed #a9a29e
}

.product-layout {
    display: grid;
    grid-template-columns: 1.1fr .9fr;
    gap: 60px;
    padding: 64px 0
}

.gallery-thumbs {
    display: flex;
    gap: 8px;
    margin-top: 12px
}

.gallery-thumb {
    width: 54px;
    height: 54px;
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 6px
}

.gallery-thumb.active {
    border: 2px solid var(--espresso)
}

.product-info {
    padding-top: 20px
}

.breadcrumb {
    display: flex;
    gap: 9px;
    font-size: 13px;
    color: #766d69
}

.product-info h1 {
    font-size: 48px;
    margin: 14px 0
}

.product-price {
    font-size: 22px;
    font-weight: 800
}

.product-info fieldset {
    border: 0;
    padding: 0;
    margin: 26px 0
}

.product-info legend {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px
}

.option-row {
    display: flex;
    gap: 8px;
    flex-wrap: wrap
}

.option-chip input {
    position: absolute;
    opacity: 0
}

.option-chip span {
    display: block;
    border: 1px solid var(--line);
    padding: 9px 13px;
    border-radius: 6px;
    background: #fff
}

.option-chip input:checked+span {
    background: var(--espresso);
    color: #fff;
    border-color: var(--espresso)
}

.quantity-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 25px 0 12px
}

.quantity-control {
    display: flex;
    border: 1px solid var(--line);
    border-radius: 6px;
    overflow: hidden
}

.quantity-control button {
    width: 42px;
    border: 0;
    background: #fff
}

.quantity-control input {
    width: 60px;
    border: 0;
    text-align: center
}

.product-story {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line)
}

.related-section {
    padding: 70px 0
}

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

.guide-card {
    border: 1px solid var(--line);
    padding: 34px;
    background: #fff;
    border-radius: 6px 22px 6px 6px
}

.guide-card.wide {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 50px;
    background: var(--blue)
}

.measure-steps {
    counter-reset: steps
}

.measure-steps li {
    counter-increment: steps;
    display: grid;
    grid-template-columns: 42px 1fr;
    gap: 16px;
    padding: 14px 0;
    border-bottom: 1px solid var(--line)
}

.measure-steps li:before {
    content: counter(steps);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: var(--espresso);
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center
}

.contact-layout {
    display: grid;
    grid-template-columns: 1fr 1.15fr;
    gap: 70px
}

.contact-aside {
    padding: 34px;
    background: var(--blue);
    align-self: start;
    border-radius: 6px 28px 6px 6px
}

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

.form-field {
    margin-bottom: 18px
}

.form-field label {
    display: block;
    font-weight: 700;
    font-size: 14px;
    margin-bottom: 7px
}

.form-field textarea {
    min-height: 170px;
    resize: vertical
}

.check-field {
    display: flex;
    gap: 10px;
    align-items: flex-start
}

.form-status {
    margin-top: 18px;
    padding: 14px;
    border-left: 3px solid var(--brick);
    background: #f7ece8
}

.privacy-shell {
    max-width: 880px
}

.privacy-shell section {
    padding: 28px 0;
    border-bottom: 1px solid var(--line)
}

.privacy-shell h2 {
    font-size: 28px
}

.site-footer {
    border-top: 1px solid var(--line);
    padding: 60px 0 30px;
    background: #f3f1eb
}

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

.footer-brand p {
    max-width: 520px;
    color: #716965
}

.footer-nav {
    display: flex;
    justify-content: flex-end;
    gap: 18px;
    flex-wrap: wrap
}

.footer-bottom {
    margin-top: 46px;
    padding-top: 22px;
    border-top: 1px solid var(--line);
    display: flex;
    justify-content: space-between;
    gap: 20px;
    font-size: 13px;
    color: #706965
}

.cart-overlay {
    position: fixed;
    inset: 0;
    background: rgba(48, 37, 34, .28);
    z-index: 1998;
    opacity: 0;
    pointer-events: none;
    transition: .2s
}

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

.cart-drawer {
    position: fixed;
    z-index: 1999;
    right: 0;
    top: 0;
    width: min(440px, 92vw);
    height: 100%;
    background: var(--chalk);
    border-left: 1px solid var(--line);
    transform: translateX(100%);
    transition: transform .25s ease;
    display: flex;
    flex-direction: column
}

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

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

.cart-head h2 {
    font-size: 24px;
    margin: 0
}

.icon-button {
    border: 0;
    background: transparent;
    font-size: 26px
}

.cart-items {
    padding: 10px 22px;
    overflow: auto;
    flex: 1
}

.cart-item {
    display: flex;
    gap: 12px;
    padding: 16px 0;
    border-bottom: 1px solid var(--line);
    align-items: center
}

.cart-item-copy {
    flex: 1
}

.cart-item h4 {
    font-size: 15px;
    margin: 0 0 4px
}

.cart-item p {
    font-size: 12px;
    margin: 0;
    color: #746c68
}

.cart-item strong {
    font-size: 13px
}

.cart-item-controls {
    display: flex;
    gap: 8px;
    align-items: center;
    margin-top: 8px
}

.cart-item-controls button {
    border: 1px solid var(--line);
    background: #fff;
    border-radius: 4px;
    min-width: 28px;
    height: 28px
}

.cart-item-controls .cart-remove {
    border: 0;
    background: transparent;
    text-decoration: underline
}

.cart-empty {
    padding: 50px 0;
    text-align: center
}

.cart-foot {
    border-top: 1px solid var(--line);
    padding: 22px;
    background: #fff
}

.cart-note {
    background: var(--blue);
    padding: 13px;
    margin-bottom: 14px;
    font-size: 13px
}

.cart-subtotal {
    display: flex;
    justify-content: space-between;
    font-weight: 800;
    margin-bottom: 14px
}

.cart-actions {
    display: grid;
    gap: 8px
}

.cookie-banner {
    position: fixed;
    left: 18px;
    right: 18px;
    bottom: 18px;
    z-index: 1800;
    background: var(--espresso);
    color: #fff;
    padding: 18px 22px;
    border-radius: 8px;
    display: none;
    box-shadow: var(--shadow)
}

.cookie-banner.show {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    align-items: center
}

.cookie-banner p {
    margin: 0;
    max-width: 900px;
    font-size: 13px
}

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

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

.cookie-actions button {
    border: 1px solid #fff;
    background: transparent;
    color: #fff;
    padding: 8px 14px;
    border-radius: 6px
}

.cookie-actions button:last-child {
    background: #fff;
    color: var(--espresso)
}

@media(max-width:991px) {
    .navbar-toggle {
        display: block;
        margin-left: auto
    }

    .navbar-header {
        width: 100%
    }

    #header .container {
        flex-wrap: wrap
    }

    #nav {
        width: 100%;
        display: none;
        border-top: 1px solid var(--line)
    }

    #header.nav-collapse #nav {
        display: block
    }

    .main-menu {
        display: block !important;
        float: none !important
    }

    .main-menu>li {
        float: none
    }

    .main-menu>li>a {
        padding: 13px 0
    }

    .cart-link {
        display: inline-block !important;
        margin: 6px 0 16px
    }

    .hero-grid,
    .editorial-scene,
    .editorial-scene.reverse,
    .filter-shell,
    .product-layout,
    .contact-layout {
        grid-template-columns: 1fr
    }

    .hero-visual {
        height: 520px
    }

    .product-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .collection-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .filter-sidebar {
        border-right: 0;
        border-bottom: 1px solid var(--line);
        padding: 0 0 20px
    }

    .filter-sidebar .filter-buttons {
        display: flex
    }

    .material-grid {
        grid-template-columns: repeat(3, 1fr)
    }

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

    .footer-nav {
        justify-content: flex-start
    }
}

@media(max-width:767px) {
    .section {
        padding: 70px 0
    }

    .editorial-hero {
        padding-top: 26px
    }

    .hero-grid {
        gap: 20px
    }

    .hero-copy {
        padding: 20px 0
    }

    .hero-visual {
        height: 430px
    }

    .moment-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .product-grid,
    .small-product-grid,
    .collection-grid {
        grid-template-columns: 1fr
    }

    .section-heading {
        display: block
    }

    .editorial-scene {
        margin: 24px 0
    }

    .scene-room {
        min-height: 360px
    }

    .scene-copy {
        padding: 28px
    }

    .guide-preview,
    .guide-card.wide,
    .product-story,
    .guide-grid {
        grid-template-columns: 1fr
    }

    .guide-card.wide {
        display: block
    }

    .material-grid {
        grid-template-columns: repeat(2, 1fr)
    }

    .catalog-tools {
        grid-template-columns: 1fr
    }

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

    .product-info h1 {
        font-size: 38px
    }

    .product-visual.detail {
        height: 440px
    }

    .footer-bottom {
        display: block
    }

    .cookie-banner.show {
        display: block
    }

    .cookie-actions {
        margin-top: 12px
    }

    .cart-drawer {
        top: auto;
        bottom: 0;
        width: 100%;
        height: 82%;
        border-left: 0;
        border-top: 1px solid var(--line);
        transform: translateY(100%);
        border-radius: 22px 22px 0 0
    }

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

@media(max-width:480px) {
    .moment-grid {
        grid-template-columns: 1fr
    }

    .hero-visual {
        height: 360px
    }

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

    .guide-preview {
        padding: 32px
    }

    .scene-copy {
        padding: 22px
    }
}

@media(prefers-reduced-motion:reduce) {
    html {
        scroll-behavior: auto
    }

    *,
    *:before,
    *:after {
        transition: none !important;
        animation: none !important
    }

    .bg-parallax {
        background-attachment: scroll !important
    }
}

/* Local photo replacement: all former product/scene illustration placeholders now render raster photos. */
.photo-visual {
    position: relative;
    overflow: hidden;
    background: #eee;
    border-radius: inherit
}

.photo-visual img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover
}

.product-card .photo-visual {
    height: 260px
}

.photo-visual.detail {
    height: 620px
}

.photo-visual.mini {
    width: 78px;
    height: 78px;
    flex: 0 0 78px
}

.photo-visual small {
    position: absolute;
    left: 12px;
    bottom: 12px;
    background: rgba(251, 250, 246, .92);
    padding: 4px 8px;
    border-radius: 999px;
    font-size: 11px
}

.photo-panel {
    position: relative;
    overflow: hidden
}

.photo-panel>img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover
}

.hero-visual.photo-panel {
    background: none
}

.scene-room.photo-panel {
    background: none !important
}

@media(max-width:767px) {
    .product-card .photo-visual {
        height: 220px
    }

    .photo-visual.detail {
        height: 430px
    }
}