:root {
    --black: #101010;
    --charcoal: #242424;
    --white: #fff;
    --page: #fff;
    --topbar: #111;
    --header-surface: #fff;
    --soft: #f4f4f2;
    --muted: #6d6d69;
    --line: #ddddda;
    --yellow: #e5cf00;
    --yellow-soft: #fff8a4;
    --container: 1180px;
    --shadow: 0 18px 42px rgba(0,0,0,.1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--black); background: var(--page); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
.container { width: min(var(--container), calc(100% - 48px)); margin-inline: 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; }
.skip-link { position: fixed; z-index: 1000; top: 8px; left: 8px; transform: translateY(-150%); padding: 10px 14px; color: var(--white); background: var(--black); }
.skip-link:focus { transform: none; }

.benefit-bar { display: flex; align-items: center; justify-content: center; gap: 54px; min-height: 34px; padding: 6px 20px; color: #e7e7e4; background: var(--topbar); border-bottom: 1px solid rgba(255,255,255,.08); font-size: 11px; }
.benefit-bar span { display: inline-flex; align-items: center; gap: 6px; }
.benefit-bar b { color: var(--yellow); }

.site-header { position: relative; z-index: 30; color: var(--black); background: var(--header-surface); border-bottom: 1px solid var(--line); }
.header-inner { display: flex; align-items: center; min-height: 76px; }
.brand { flex: 0 0 auto; width: 156px; }
.brand img { width: 100%; height: 65px; object-fit: contain; }
.main-nav { display: flex; align-items: center; gap: 27px; margin-left: auto; }
.main-nav a { position: relative; color: var(--black); text-decoration: none; font-size: 12px; }
.main-nav > a:first-child { color: var(--yellow); font-weight: 700; }
.main-nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--yellow); transition: right .2s ease; }
.main-nav a:hover::after, .main-nav a:focus-visible::after { right: 0; }
.nav-dropdown { position: relative; }
.nav-dropdown summary { display: flex; align-items: center; gap: 5px; color: var(--black); list-style: none; cursor: pointer; font-size: 12px; }
.nav-dropdown summary::-webkit-details-marker { display: none; }
.nav-dropdown summary span { color: var(--yellow); font-size: 11px; transition: transform .2s ease; }
.nav-dropdown[open] summary span { transform: rotate(180deg); }
.nav-dropdown-menu { position: absolute; top: calc(100% + 18px); left: -14px; display: grid; width: 245px; padding: 9px; color: var(--black); background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
.nav-dropdown-menu a { min-height: 39px; padding: 10px 11px; color: var(--black); font-size: 12px; }
.nav-dropdown-menu a:hover { background: var(--soft); }
.nav-dropdown-menu a::after { display: none; }
.header-action { display: inline-flex; align-items: center; justify-content: center; gap: 7px; min-height: 42px; margin-left: 25px; padding: 0 17px; color: var(--white); background: var(--black); border-radius: 4px; text-decoration: none; font-size: 11px; font-weight: 700; }
.header-action span { color: var(--yellow); }
.menu-toggle { display: none; width: 46px; height: 44px; margin-left: auto; padding: 10px; color: var(--black); background: transparent; border: 0; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px auto; background: currentColor; }

.public-alert { width: min(900px, calc(100% - 32px)); margin: 15px auto; padding: 12px 14px; border-left: 4px solid var(--yellow); background: var(--yellow-soft); }
.public-alert-error { border-color: #b42318; background: #fff0ee; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 45px; padding: 0 19px; border: 1px solid transparent; border-radius: 3px; text-decoration: none; font-size: 12px; font-weight: 700; }
.button-dark { color: var(--white); background: var(--black); }
.button-yellow { color: var(--black); background: var(--yellow); }
.button-outline { color: var(--black); background: var(--white); border-color: var(--line); }

.section-kicker { display: flex; align-items: center; gap: 9px; margin: 0 0 12px; color: var(--muted); letter-spacing: .14em; text-transform: uppercase; font-size: 11px; font-weight: 700; }
.section-kicker::before { content: ""; width: 26px; height: 2px; background: var(--yellow); }

.hero-section { display: grid; grid-template-columns: minmax(350px,.82fr) minmax(0,1.18fr); width: min(1440px,100%); min-height: 510px; margin-inline: auto; background: var(--soft); }
.hero-copy { display: flex; flex-direction: column; justify-content: center; padding: 58px max(36px,5vw); }
.hero-copy h1 { max-width: 490px; margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(45px,5vw,68px); line-height: .98; letter-spacing: -.042em; font-weight: 400; }
.hero-copy h1 span { color: var(--yellow); }
.hero-copy > p:not(.section-kicker) { max-width: 430px; margin: 24px 0 27px; color: var(--muted); font-size: 13px; line-height: 1.75; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 10px; }
.hero-media { position: relative; min-height: 510px; background: var(--soft); }
.hero-product-label { position: absolute; z-index: 4; top: 28px; right: 28px; display: inline-flex; align-items: center; gap: 9px; padding: 13px 16px; color: var(--black); background: rgba(255,255,255,.94); box-shadow: 0 8px 25px rgba(0,0,0,.08); text-decoration: none; font-size: 11px; font-weight: 700; }
.hero-product-label span { color: var(--yellow); font-size: 17px; }
.hero-room { position: absolute; inset: 0; overflow: hidden; background: linear-gradient(180deg,#eee 0 71%,#aaa 71%); }
.hero-sofa { position: absolute; left: 10%; right: 10%; bottom: 13%; height: 27%; border-radius: 22px 22px 6px 6px; background: #292929; box-shadow: 0 22px 30px rgba(0,0,0,.23); }
.hero-sofa::before { content: ""; position: absolute; left: 4%; right: 4%; bottom: 82%; height: 84%; border-radius: 19px 19px 5px 5px; background: radial-gradient(circle at 22% 77%,var(--yellow) 0 8%,transparent 8.5%),radial-gradient(circle at 78% 77%,#ccc 0 9%,transparent 9.5%),#3a3a3a; }
.hero-lamp { position: absolute; top: 13%; right: 8%; width: 5px; height: 52%; background: #222; }
.hero-lamp::before { content: ""; position: absolute; top: -12px; left: -28px; width: 62px; height: 42px; border-radius: 50% 50% 8px 8px; background: var(--yellow); }

.trust-row { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; width: min(1440px,100%); margin-inline: auto; background: var(--line); border-block: 1px solid var(--line); }
.trust-row div { display: flex; align-items: center; justify-content: center; gap: 10px; min-height: 72px; padding: 16px; background: var(--white); text-align: center; }
.trust-row i { color: var(--yellow); font-style: normal; font-size: 17px; }
.trust-row strong { color: var(--muted); font-size: 11px; font-weight: 500; }

.section { padding-block: 70px; }
.section-soft { background: var(--soft); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 28px; }
.section-heading h2 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-size: clamp(32px,3.4vw,45px); line-height: 1; letter-spacing: -.035em; font-weight: 400; }
.section-heading > p { max-width: 460px; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.65; text-align: right; }

.section-all-link { color: var(--muted); text-decoration: none; font-size: 11px; }
.section-all-link span { margin-left: 8px; }
.category-grid { display: grid; grid-template-columns: 1.06fr .75fr .75fr; grid-auto-rows: 216px; gap: 14px; }
.category-card { position: relative; overflow: hidden; min-height: 0; color: var(--white); background: var(--charcoal); text-decoration: none; }
.category-card-wide { grid-column: auto; grid-row: span 2; }
.category-media { position: absolute; inset: 0; }
.category-card::after { content: ""; position: absolute; z-index: 2; inset: 0; background: linear-gradient(0deg,rgba(0,0,0,.28),transparent 62%); pointer-events: none; }
.category-overlay { position: absolute; z-index: 3; left: 14px; bottom: 14px; display: flex; align-items: start; flex-direction: column; gap: 1px; min-width: 65%; padding: 13px 15px; background: rgba(20,20,20,.78); border-radius: 3px; }
.category-overlay strong { font-size: 15px; line-height: 1.2; }
.category-overlay small { color: #ddd; font-size: 10px; }

.collection-section { padding-top: 0; background: var(--white); }
.collection-spotlight { display: grid; grid-template-columns: 1.18fr .82fr; min-height: 420px; background: var(--soft); }
.collection-media { min-height: 420px; }
.collection-copy { display: flex; flex-direction: column; justify-content: center; padding: 46px 50px; }
.collection-copy h2 { max-width: 480px; margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,4vw,56px); line-height: .98; letter-spacing: -.035em; font-weight: 400; }
.collection-copy > p:not(.section-kicker) { margin: 20px 0 17px; color: var(--muted); font-size: 13px; line-height: 1.7; }
.text-link { align-self: flex-start; padding-bottom: 4px; color: var(--black); border-bottom: 1px solid var(--yellow); text-decoration: none; font-size: 12px; font-weight: 700; }
.text-link span { margin-left: 8px; color: var(--yellow); }
.showcase-heading { margin: 60px 0 24px; }
.showcase-heading h2 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: 35px; font-weight: 400; }

.product-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.product-grid-three { grid-template-columns: repeat(3,1fr); }
.product-card { overflow: hidden; background: var(--white); border: 1px solid var(--line); transition: transform .2s ease, box-shadow .2s ease; }
.product-card:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.product-card-media { display: block; aspect-ratio: 16/9; background: #e9e9e7; }
.product-card-copy { padding: 16px 17px 18px; }
.product-card-copy small { color: var(--muted); font-size: 11px; }
.product-card-copy h3 { min-height: 42px; margin: 6px 0 12px; font-size: 15px; line-height: 1.4; }
.product-card-copy h3 a { text-decoration: none; }
.card-price { display: block; margin: -3px 0 11px; font-size: 14px; }
.card-link { display: flex; align-items: center; justify-content: space-between; color: var(--black); border-top: 1px solid var(--line); padding-top: 12px; text-decoration: none; font-size: 12px; font-weight: 700; }
.card-link span { color: var(--yellow); font-size: 18px; }

.media-frame { position: relative; overflow: hidden; }
.media-image { position: relative; z-index: 2; width: 100%; height: 100%; object-fit: cover; }
.media-blur { position: absolute; z-index: 0; inset: -26px; width: calc(100% + 52px); height: calc(100% + 52px); object-fit: cover; filter: blur(24px); opacity: .48; transform: scale(1.05); }
.orientation-portrait .media-image, .orientation-square .media-image { object-fit: contain; }
.orientation-portrait::after, .orientation-square::after { content: ""; position: absolute; z-index: 1; inset: 0; background: rgba(255,255,255,.18); pointer-events: none; }
.furniture-placeholder { position: absolute; inset: 0; background: linear-gradient(180deg,#ededeb 0 72%,#aaa 72%); }
.furniture-placeholder::before { content: ""; position: absolute; left: 15%; right: 15%; bottom: 14%; height: 27%; border-radius: 14px 14px 4px 4px; background: #333; box-shadow: 0 13px 20px rgba(0,0,0,.22); }
.furniture-placeholder::after { content: ""; position: absolute; left: 19%; right: 19%; bottom: 40%; height: 23%; border-radius: 13px 13px 4px 4px; background: radial-gradient(circle at 22% 78%,var(--yellow) 0 8%,transparent 8.5%),#444; }

.about-section { display: grid; grid-template-columns: .55fr 1.45fr; margin-bottom: 70px; color: var(--white); background: var(--black); }
.about-section > div:last-child { align-self: center; max-width: 760px; padding: 58px 6vw; }
.about-section h2 { margin: 0 0 20px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(38px,5vw,64px); line-height: 1; font-weight: 400; }
.about-section p:not(.section-kicker) { color: #c7c7c4; line-height: 1.75; }
.about-mark { display: grid; place-items: center; min-height: 330px; color: var(--black); background: var(--yellow); font-family: Georgia,"Times New Roman",serif; font-size: 150px; }

.contact-section { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); border-top: 1px solid var(--line); }
.contact-copy { align-self: center; padding: 60px max(32px,8vw); }
.contact-copy h2 { max-width: 650px; margin: 0 0 18px; font-family: Georgia,"Times New Roman",serif; font-size: clamp(36px,4.5vw,58px); line-height: 1; font-weight: 400; }
.contact-copy > p:not(.section-kicker) { max-width: 630px; }
.contact-buttons { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 22px; }
.map-wrap { min-height: 360px; background: #ddd; }
.map-wrap iframe { width: 100%; height: 100%; min-height: 360px; border: 0; filter: grayscale(1) contrast(.95); }
.map-placeholder { display: grid; place-items: center; min-height: 360px; padding: 30px; color: var(--muted); text-align: center; }

.site-footer { color: #ccc; background: var(--black); }
.footer-grid { display: grid; grid-template-columns: 1.15fr 1.15fr .7fr; gap: 70px; padding-block: 48px; }
.footer-logo { width: 220px; height: 110px; object-fit: contain; }
.site-footer h3 { margin-top: 0; color: var(--white); font-family: Georgia,"Times New Roman",serif; font-size: 15px; }
.site-footer p, .site-footer a { display: block; margin: 7px 0; color: #bdbdba; text-decoration: none; font-size: 12px; line-height: 1.65; }
.site-footer a:hover { color: var(--yellow); }
.footer-bottom { padding: 15px 24px; color: #777; border-top: 1px solid #2c2c2c; text-align: center; font-size: 11px; }
.mobile-contact-bar { display: none; }

.page-hero { padding-block: 62px 48px; }
.page-hero h1 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(44px,6vw,76px); line-height: 1; font-weight: 400; }
.page-hero > p:last-child { color: var(--muted); }
.breadcrumb { display: flex; gap: 8px; margin: 0 0 30px; color: var(--muted); font-size: 11px; }
.breadcrumb a { text-decoration: none; }

.product-breadcrumb { padding: 16px 0; color: var(--muted); background: var(--soft); border-bottom: 1px solid var(--line); font-size: 11px; }
.product-breadcrumb .container { display: flex; align-items: center; flex-wrap: wrap; gap: 7px; }
.product-breadcrumb a { text-decoration: none; }
.product-breadcrumb strong { color: var(--black); }
.product-detail { display: grid; grid-template-columns: minmax(0,1.45fr) minmax(300px,.55fr); gap: 44px; padding-block: 44px 62px; }
.gallery-main { aspect-ratio: 16/9; background: var(--soft); cursor: zoom-in; }
.gallery-main .media-image { object-fit: contain; }
.gallery-main .media-blur { display: none; }
.gallery-main.orientation-portrait .media-blur, .gallery-main.orientation-square .media-blur { display: block; }
.gallery-main.orientation-portrait::after, .gallery-main.orientation-square::after { background: rgba(255,255,255,.25); }
.gallery-count { position: absolute; z-index: 5; right: 12px; bottom: 12px; padding: 7px 10px; color: var(--white); background: rgba(16,16,16,.85); font-size: 11px; }
.gallery-thumbnails { display: grid; grid-template-columns: repeat(5,1fr); gap: 8px; margin-top: 8px; }
.gallery-thumbnail { aspect-ratio: 16/9; padding: 0; background: var(--soft); border: 1px solid var(--line); cursor: pointer; }
.gallery-thumbnail.is-active { border: 3px solid var(--yellow); }
.thumb-frame { display: block; width: 100%; height: 100%; overflow: hidden; }
.thumb-frame img { width: 100%; height: 100%; object-fit: cover; }
.thumb-frame.orientation-portrait img, .thumb-frame.orientation-square img { object-fit: contain; }
.product-info { align-self: start; padding-top: 5px; }
.product-info h1 { margin: 0; font-family: Georgia,"Times New Roman",serif; font-size: clamp(39px,4.8vw,62px); line-height: 1; letter-spacing: -.035em; font-weight: 400; }
.product-price { display: flex; align-items: center; flex-wrap: wrap; gap: 10px; margin: 20px 0; font-size: 25px; font-weight: 700; }
.product-price small { padding: 5px 8px; background: var(--yellow-soft); font-size: 11px; }
.product-description { color: var(--muted); font-size: 14px; line-height: 1.75; }
.feature-list { display: grid; gap: 10px; margin: 23px 0; padding: 20px 0; border-block: 1px solid var(--line); }
.feature-list div { display: flex; align-items: center; gap: 9px; font-size: 13px; }
.feature-list span { color: var(--black); font-weight: 700; }
.product-actions { display: grid; grid-template-columns: 1.15fr .85fr; gap: 9px; }
.product-note { margin-top: 14px; padding: 13px 14px; color: var(--muted); background: var(--soft); border-left: 3px solid var(--yellow); font-size: 11px; }
.product-note strong { display: block; color: var(--black); }
.product-services { display: grid; grid-template-columns: repeat(3,1fr); gap: 1px; margin-top: 18px; background: var(--line); border: 1px solid var(--line); }
.product-services div { display: grid; justify-items: center; gap: 4px; padding: 12px 7px; background: var(--white); text-align: center; }
.product-services strong { font-size: 11px; }
.product-services span { color: var(--muted); font-size: 10px; }

.not-found, .empty-state { padding: 80px 24px; text-align: center; }
.not-found h1, .empty-state h2, .empty-state h3 { font-family: Georgia,"Times New Roman",serif; font-size: clamp(35px,5vw,56px); font-weight: 400; }
.not-found p, .empty-state p { color: var(--muted); }

.image-lightbox { width: min(1400px,96vw); max-width: none; height: min(90vh,900px); padding: 0; background: transparent; border: 0; }
.image-lightbox::backdrop { background: rgba(0,0,0,.92); }
.image-lightbox-inner { position: relative; display: grid; place-items: center; width: 100%; height: 100%; }
.image-lightbox img { max-width: 100%; max-height: 100%; object-fit: contain; }
.image-lightbox button { position: absolute; top: 10px; right: 10px; width: 46px; height: 46px; color: var(--white); background: var(--black); border: 1px solid #555; border-radius: 50%; font-size: 26px; cursor: pointer; }

@media (max-width: 1040px) {
    .main-nav { gap: 16px; }
    .header-action { margin-left: 16px; }
    .product-grid { grid-template-columns: repeat(3,1fr); }
    .product-detail { grid-template-columns: 1.25fr .75fr; gap: 30px; }
    .collection-copy { padding: 38px; }
}

@media (max-width: 820px) {
    body { padding-bottom: 61px; }
    .container { width: min(var(--container), calc(100% - 30px)); }
    .benefit-bar span:nth-child(n+3) { display: none; }
    .header-inner { min-height: 72px; }
    .brand { width: 165px; }
    .brand img { height: 64px; }
    .menu-toggle { display: block; }
    .header-action { display: none; }
    .main-nav { position: absolute; top: 100%; left: 0; right: 0; display: none; margin: 0; padding: 15px; background: var(--white); border-top: 1px solid var(--line); box-shadow: 0 18px 30px rgba(0,0,0,.16); }
    .main-nav.is-open { display: grid; }
    .main-nav a { min-height: 44px; padding: 12px 10px; }
    .nav-dropdown summary { min-height: 44px; padding: 12px 10px; }
    .nav-dropdown-menu { position: static; width: 100%; margin-bottom: 8px; padding: 5px 8px; color: var(--black); background: var(--soft); border-color: var(--line); box-shadow: none; }
    .nav-dropdown-menu a { min-height: 39px; padding-left: 18px; color: var(--black); }
    .nav-dropdown-menu a:hover { color: var(--black); background: var(--yellow); }
    .hero-section { grid-template-columns: 1fr; }
    .hero-copy { padding: 52px 24px 38px; }
    .hero-media { min-height: 380px; }
    .trust-row { grid-template-columns: 1fr 1fr; }
    .section { padding-block: 54px; }
    .section-heading { align-items: start; flex-direction: column; }
    .section-heading > p { text-align: left; }
    .category-grid { grid-template-columns: 1fr 1fr; grid-auto-rows: 220px; }
    .category-card-wide { grid-column: span 2; grid-row: auto; min-height: 300px; }
    .collection-spotlight { grid-template-columns: 1fr; }
    .collection-media { min-height: 390px; }
    .product-grid, .product-grid-three { grid-template-columns: 1fr 1fr; }
    .about-section { grid-template-columns: 1fr; }
    .about-mark { min-height: 230px; font-size: 120px; }
    .contact-section { grid-template-columns: 1fr; }
    .contact-copy { padding: 50px 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 26px; }
    .product-detail { grid-template-columns: 1fr; gap: 30px; padding-block: 25px 44px; }
    .product-actions { grid-template-columns: 1fr; }
    .mobile-contact-bar { position: fixed; z-index: 50; left: 0; right: 0; bottom: 0; display: grid; grid-auto-flow: column; grid-auto-columns: 1fr; background: #333; border-top: 1px solid #333; }
    .mobile-contact-bar a { display: grid; place-items: center; min-height: 60px; color: var(--white); background: var(--black); text-decoration: none; font-size: 11px; }
    .mobile-contact-bar .mobile-contact-primary { color: var(--black); background: var(--yellow); font-weight: 700; }
}

@media (max-width: 540px) {
    .benefit-bar { gap: 12px; font-size: 10px; }
    .hero-copy h1 { font-size: 48px; }
    .hero-media { min-height: 290px; }
    .trust-row { grid-template-columns: 1fr 1fr; }
    .category-grid { grid-template-columns: 1fr; grid-auto-rows: 220px; }
    .category-card-wide { grid-column: auto; min-height: 260px; }
    .category-card { min-height: 220px; }
    .section-heading { flex-direction: row; align-items: center; }
    .section-heading h2 { font-size: 30px; }
    .section-all-link { white-space: nowrap; }
    .collection-media { min-height: 260px; }
    .collection-copy { padding: 36px 24px; }
    .collection-copy h2 { font-size: 39px; }
    .product-grid, .product-grid-three { grid-template-columns: 1fr; }
    .gallery-thumbnails { grid-template-columns: repeat(4,1fr); }
    .product-services { grid-template-columns: 1fr; }
    .product-info h1 { font-size: 42px; }
}
