:root {
  --ink: #1c211e;
  --forest: #26352d;
  --forest-light: #415448;
  --cream: #f4efe6;
  --paper: #fbfaf7;
  --sand: #d8c7ac;
  --gold: #9a7741;
  --line: rgba(28, 33, 30, 0.15);
  --shadow: 0 24px 70px rgba(25, 31, 27, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, Arial, sans-serif; }
body.locked { overflow: hidden; }
button, input { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }

.announcement { padding: 10px 20px; text-align: center; background: var(--forest); color: #fff; font-size: 12px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.announcement span { margin: 0 10px; color: #c5a66d; }

.site-header { height: 90px; padding: 0 clamp(22px, 5vw, 76px); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; position: sticky; top: 0; z-index: 20; background: rgba(251, 250, 247, .93); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.brand { display: inline-flex; align-items: center; gap: 12px; width: fit-content; }
.brand-mark { font-family: Georgia, serif; font-size: 31px; line-height: 1; letter-spacing: -.08em; }
.brand-mark span { color: var(--gold); font-size: .7em; }
.brand-copy { display: grid; gap: 3px; padding-left: 12px; border-left: 1px solid var(--line); }
.brand-copy strong { font-family: Georgia, serif; font-size: 17px; font-weight: 500; letter-spacing: .02em; }
.brand-copy small { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; color: #687069; }
.site-header nav { display: flex; gap: 34px; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.site-header nav a { padding: 10px 0; border-bottom: 1px solid transparent; }
.site-header nav a:hover { border-color: var(--gold); }
.cart-trigger { justify-self: end; display: flex; align-items: center; gap: 10px; border: 0; background: none; color: var(--ink); cursor: pointer; font-size: 13px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; }
.cart-trigger b { display: grid; place-items: center; min-width: 28px; height: 28px; padding: 0 7px; border-radius: 50%; background: var(--forest); color: #fff; font-size: 11px; }

.hero { min-height: calc(100vh - 128px); display: grid; grid-template-columns: minmax(0, .82fr) minmax(520px, 1.18fr); background: var(--cream); }
.hero-copy { padding: clamp(72px, 9vw, 130px) clamp(32px, 7vw, 105px); align-self: center; }
.eyebrow { margin: 0 0 22px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .17em; text-transform: uppercase; }
h1, h2, h3 { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; }
h1 { max-width: 620px; margin: 0; font-size: clamp(54px, 6.2vw, 96px); line-height: .98; letter-spacing: -.045em; }
h1 em { color: var(--gold); font-weight: 400; }
.hero-text { max-width: 540px; margin: 34px 0; color: #555d57; font-family: Georgia, serif; font-size: clamp(18px, 1.5vw, 23px); line-height: 1.55; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.button { min-height: 48px; padding: 0 25px; border: 1px solid transparent; display: inline-flex; justify-content: center; align-items: center; cursor: pointer; font-size: 11px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; transition: transform .2s, background .2s, color .2s; }
.button:hover { transform: translateY(-2px); }
.button-dark { background: var(--forest); color: #fff; }
.button-dark:hover { background: #19241e; }
.text-link { font-size: 12px; font-weight: 700; }
.text-link span { color: var(--gold); margin-left: 5px; }
.text-button { padding: 0 0 4px; border: 0; border-bottom: 1px solid var(--gold); background: none; color: inherit; cursor: pointer; }
.hero-facts { display: flex; gap: 42px; margin-top: 64px; padding-top: 26px; border-top: 1px solid var(--line); }
.hero-facts div { display: grid; gap: 6px; }
.hero-facts strong { font-family: Georgia, serif; font-size: 15px; font-weight: 400; }
.hero-facts span { color: #747a75; font-size: 11px; }
.hero-visual { position: relative; overflow: hidden; min-height: 600px; }
.hero-visual::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(25,30,27,.04), transparent 35%); pointer-events: none; }
.hero-visual > img { width: 100%; height: 100%; object-fit: cover; }
.hero-card { position: absolute; right: 32px; bottom: 32px; z-index: 2; min-width: 270px; padding: 22px 25px; display: grid; gap: 7px; background: rgba(251,250,247,.91); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.hero-card span { color: var(--gold); font-size: 9px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.hero-card strong { font-family: Georgia, serif; font-size: 23px; font-weight: 400; }
.hero-card small { color: #707772; font-size: 11px; }

.intro { padding: 120px max(7vw, 28px); display: grid; grid-template-columns: .65fr 1.35fr .8fr; gap: 54px; align-items: start; background: var(--forest); color: #fff; }
.intro .eyebrow { margin-top: 12px; }
.intro h2 { max-width: 700px; margin: 0; font-size: clamp(40px, 4.4vw, 68px); line-height: 1.08; }
.intro > p:last-child { margin: 10px 0 0; color: #c9d0cb; font-family: Georgia, serif; font-size: 17px; line-height: 1.75; }

.corporate { padding: 120px max(7vw, 28px); display: grid; grid-template-columns: 1.05fr .95fr; gap: 10vw; align-items: center; background: #19231d; color: #fff; }
.corporate-copy h2 { max-width: 720px; margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: 1.04; }
.corporate-copy > p:not(.eyebrow) { max-width: 660px; margin: 28px 0 34px; color: #c8d0ca; font-family: Georgia, serif; font-size: 18px; line-height: 1.72; }
.button-light { background: #f2ede3; color: var(--ink); }
.corporate-card { position: relative; padding: clamp(38px, 5vw, 68px); background: #f0eadf; color: var(--ink); box-shadow: 0 30px 80px rgba(0,0,0,.22); }
.card-ribbon { color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.monogram { margin: 48px 0 30px; font-family: Georgia, serif; font-size: 86px; line-height: .8; letter-spacing: -.08em; }
.monogram span { color: var(--gold); font-size: .7em; }
.corporate-card > p { font-family: Georgia, serif; font-size: 20px; line-height: 1.55; }
.corporate-card ul { margin: 30px 0 0; padding: 24px 0 0; border-top: 1px solid var(--line); list-style: none; }
.corporate-card li { position: relative; padding: 8px 0 8px 24px; color: #59615b; font-size: 14px; line-height: 1.5; }
.corporate-card li::before { content: '◆'; position: absolute; left: 0; top: 10px; color: var(--gold); font-size: 8px; }

.occasions { padding: 120px max(5vw, 24px) 30px; background: var(--paper); }
.occasion-heading { margin-bottom: 48px; }
.occasion-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.occasion-grid article { min-height: 250px; padding: 30px 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.occasion-grid article:last-child { border-right: 0; }
.occasion-grid b { color: var(--gold); font-family: Georgia, serif; font-size: 14px; font-weight: 400; }
.occasion-grid h3 { margin: auto 0 12px; font-size: 27px; line-height: 1.1; }
.occasion-grid p { margin: 0; color: #656c67; font-size: 14px; line-height: 1.55; }

.gift-guide { padding: 120px max(5vw, 24px); background: #f0eadf; }
.gift-guide-heading { margin-bottom: 48px; }
.gift-guide-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.gift-guide-grid article { min-height: 285px; padding: 32px 26px; display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.gift-guide-grid article:last-child { border-right: 0; }
.gift-guide-grid span { color: var(--gold); font-family: Georgia, serif; font-size: 14px; }
.gift-guide-grid h3 { margin: auto 0 15px; font-size: 28px; line-height: 1.12; }
.gift-guide-grid p { margin: 0; color: #5f6761; font-family: Georgia, serif; font-size: 16px; line-height: 1.65; }

.collection { padding: 120px max(5vw, 24px); }
.section-heading { margin-bottom: 58px; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: end; }
.section-heading .eyebrow { margin-bottom: 15px; }
.section-heading h2 { margin: 0; font-size: clamp(42px, 5vw, 70px); line-height: 1; }
.section-heading > p { margin: 0 0 5px; color: #69706b; font-family: Georgia, serif; font-size: 17px; line-height: 1.6; }
.product-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 66px 28px; }
.product-card { min-width: 0; }
.product-image { position: relative; aspect-ratio: 1.27; overflow: hidden; background: #eee9df; }
.product-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.product-card:hover .product-image img { transform: scale(1.025); }
.badge { position: absolute; top: 18px; left: 18px; padding: 8px 11px; background: rgba(251,250,247,.9); backdrop-filter: blur(8px); font-size: 9px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.product-info { padding: 25px 5px 0; }
.product-stone { margin: 0 0 8px; color: var(--gold); font-size: 12px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.product-info h3 { margin: 0; font-size: clamp(29px, 3vw, 42px); }
.product-description { max-width: 580px; min-height: 48px; margin: 13px 0 16px; color: #626964; font-family: Georgia, serif; font-size: 16px; line-height: 1.6; }
.details { margin: 0 0 14px; padding: 14px 0; display: flex; gap: 0; flex-wrap: wrap; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); list-style: none; }
.details li { padding: 0 12px; color: #555d57; font-size: 12px; font-weight: 700; letter-spacing: .04em; text-transform: uppercase; border-right: 1px solid var(--line); }
.details li:first-child { padding-left: 0; }
.details li:last-child { border: 0; }
.illustrative { min-height: 29px; margin: 0; color: #747a75; font-size: 12px; line-height: 1.5; }
.color-options { margin: 0 0 9px; color: #5b635d; font-size: 13px; line-height: 1.5; }
.price-row { margin-top: 20px; display: flex; justify-content: space-between; align-items: end; gap: 20px; }
.price-row > div { display: grid; grid-template-columns: auto auto; align-items: start; column-gap: 5px; }
.price-row span { margin-top: 5px; font-size: 12px; font-weight: 700; }
.price-row strong { font-family: Georgia, serif; font-size: 30px; font-weight: 400; line-height: 1; }
.price-row small { grid-column: 1 / -1; margin-top: 6px; color: #858a86; font-size: 10px; }
.button-add { min-width: 132px; border-color: var(--ink); background: transparent; color: var(--ink); }
.button-add:hover { background: var(--ink); color: #fff; }
.architectural-product { grid-column: 1 / -1; margin-top: 10px; display: grid; grid-template-columns: 1.25fr .75fr; background: var(--cream); }
.architectural-gallery { position: relative; min-height: 590px; display: grid; grid-template-columns: 1fr 1fr; overflow: hidden; background: #ded7ca; }
.architectural-gallery figure { position: relative; min-width: 0; margin: 0; overflow: hidden; }
.architectural-gallery figure + figure { border-left: 2px solid var(--cream); }
.architectural-gallery img { width: 100%; height: 100%; object-fit: cover; }
.architectural-gallery figcaption { position: absolute; right: 16px; bottom: 16px; padding: 9px 12px; background: rgba(251,250,247,.9); color: var(--ink); font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.architectural-product .product-info { padding: clamp(38px, 5vw, 74px); align-self: center; }
.architectural-product .product-description { min-height: 0; font-size: 18px; }
.format-offers { margin-top: 22px; border-top: 1px solid var(--line); }
.format-offers > div { padding: 15px 0; display: grid; grid-template-columns: 1fr auto auto; gap: 16px; align-items: center; border-bottom: 1px solid var(--line); }
.format-offers p { margin: 0; display: grid; gap: 3px; }
.format-offers p strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.format-offers p span { color: #767c77; font-size: 12px; }
.format-offers > div > b { font-family: Georgia, serif; font-size: 18px; font-weight: 400; white-space: nowrap; }
.format-offers .button { min-width: 100px; min-height: 42px; padding: 0 14px; }

.spaces { padding: 120px max(5vw, 24px); background: #e8e0d4; }
.spaces-heading { max-width: 1120px; margin-bottom: 62px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; }
.spaces-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -28px; }
.spaces-heading h2 { margin: 0; font-size: clamp(46px, 5vw, 76px); line-height: 1.03; }
.spaces-heading > p:last-child { margin: 0 0 6px; color: #5e665f; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.space-feature { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(360px, .65fr); overflow: hidden; background: var(--forest); color: #fff; }
.space-feature-image { position: relative; min-height: 650px; overflow: hidden; }
.space-feature-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.space-feature:hover .space-feature-image img { transform: scale(1.02); }
.space-feature-copy { padding: clamp(40px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.space-feature-copy h3 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; }
.space-feature-copy > p:not(.product-stone, .color-options, .illustrative) { margin: 24px 0; color: #c8d0ca; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.space-feature-copy .details { border-color: rgba(255,255,255,.18); display: grid; gap: 9px; }
.space-feature-copy .details li { padding: 0; color: #d5dcd7; border: 0; }
.space-feature-copy .color-options, .space-feature-copy .illustrative { color: #b8c0bb; }
.space-buy { margin-top: 32px; padding-top: 26px; display: flex; justify-content: space-between; align-items: end; gap: 20px; border-top: 1px solid rgba(255,255,255,.18); }
.space-buy > div { display: grid; gap: 4px; }
.space-buy small { color: #b8c0bb; font-size: 11px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.space-buy strong { font-family: Georgia, serif; font-size: 34px; font-weight: 400; }
.space-buy span { color: #b8c0bb; font-size: 11px; }
.corner-heading { margin: 110px 0 48px; display: grid; grid-template-columns: 1fr 420px; gap: 60px; align-items: end; }
.corner-heading h2 { margin: 0; font-size: clamp(42px, 4.7vw, 68px); line-height: 1.03; }
.corner-heading > p { margin: 0 0 7px; color: #5e665f; font-family: Georgia, serif; font-size: 17px; line-height: 1.65; }
.corner-gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.corner-gallery figure { position: relative; min-width: 0; margin: 0; aspect-ratio: .92; overflow: hidden; background: #d7cfc2; }
.corner-gallery img { width: 100%; height: 100%; object-fit: cover; transition: transform .6s ease; }
.corner-gallery figure:hover img { transform: scale(1.025); }
.corner-gallery figcaption { position: absolute; right: 15px; bottom: 15px; left: 15px; padding: 16px 18px; display: grid; gap: 5px; background: rgba(251,250,247,.92); backdrop-filter: blur(9px); }
.corner-gallery figcaption strong { font-family: Georgia, serif; font-size: 20px; font-weight: 400; }
.corner-gallery figcaption span { color: #69706b; font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.corner-offers { margin-top: 24px; display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.corner-offers > div { padding: 25px; display: grid; grid-template-columns: 1fr auto auto; gap: 20px; align-items: center; background: var(--paper); }
.corner-offers p { margin: 0; display: grid; gap: 5px; }
.corner-offers p strong { font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.corner-offers p span { color: #767c77; font-size: 11px; }
.corner-offers b { font-family: Georgia, serif; font-size: 22px; font-weight: 400; white-space: nowrap; }
.spaces-note { margin: 16px 0 0; color: #747a75; font-size: 11px; line-height: 1.5; }

.furniture { padding: 120px max(5vw, 24px); background: #101713; color: #fff; }
.furniture-heading { max-width: 970px; margin-bottom: 64px; display: grid; grid-template-columns: 1.25fr .75fr; gap: 7vw; align-items: end; }
.furniture-heading .eyebrow { grid-column: 1 / -1; margin-bottom: -28px; }
.furniture-heading h2 { margin: 0; font-size: clamp(48px, 5.5vw, 82px); line-height: 1.02; }
.furniture-heading > p:last-child { margin: 0 0 6px; color: #b7c0ba; font-family: Georgia, serif; font-size: 18px; line-height: 1.7; }
.furniture-grid { display: grid; gap: 35px; }
.furniture-card { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(380px, .65fr); background: #25322b; overflow: hidden; }
.furniture-card-organic { background: #e9e2d6; color: var(--ink); }
.furniture-card-organic .furniture-image { order: 2; }
.furniture-image { position: relative; min-height: 620px; overflow: hidden; }
.furniture-image img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s ease; }
.furniture-card:hover .furniture-image img { transform: scale(1.02); }
.furniture-info { padding: clamp(42px, 5vw, 76px); display: flex; flex-direction: column; justify-content: center; }
.furniture-info h3 { margin: 0; font-size: clamp(38px, 4vw, 58px); line-height: 1.05; }
.furniture-info > p:not(.product-stone, .color-options, .illustrative) { margin: 24px 0; color: #c6cec8; font-family: Georgia, serif; font-size: 17px; line-height: 1.7; }
.furniture-card-organic .furniture-info > p:not(.product-stone, .color-options, .illustrative) { color: #5e665f; }
.furniture-info .details { border-color: rgba(255,255,255,.18); display: grid; gap: 9px; }
.furniture-info .details li { padding: 0; color: #d5dcd7; border: 0; }
.furniture-card-organic .details { border-color: var(--line); }
.furniture-card-organic .details li { color: #555d57; }
.furniture-info .color-options, .furniture-info .illustrative { color: #aeb7b1; }
.furniture-card-organic .color-options, .furniture-card-organic .illustrative { color: #626963; }
.furniture-buy { margin-top: 34px; padding-top: 28px; display: flex; justify-content: space-between; align-items: end; gap: 22px; border-top: 1px solid rgba(255,255,255,.18); }
.furniture-card-organic .furniture-buy { border-color: var(--line); }
.furniture-buy > div { display: grid; gap: 4px; }
.furniture-buy small { color: #aeb7b1; font-size: 12px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.furniture-card-organic .furniture-buy small { color: #747a75; }
.furniture-buy strong { font-family: Georgia, serif; font-size: 35px; font-weight: 400; }
.furniture-buy span { color: #aeb7b1; font-size: 12px; }
.furniture-card-organic .furniture-buy span { color: #747a75; }
.furniture-card-organic .button-light { background: var(--forest); color: #fff; }

.process { padding: 100px max(7vw, 28px); display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--cream); }
.process h2 { max-width: 430px; margin: 0; font-size: clamp(42px, 4vw, 62px); line-height: 1.08; }
.process ol { margin: 0; padding: 0; display: grid; grid-template-columns: repeat(3, 1fr); list-style: none; }
.process li { min-height: 190px; padding: 24px; display: flex; flex-direction: column; border-left: 1px solid var(--line); }
.process li b { color: var(--gold); font-family: Georgia, serif; font-size: 14px; font-weight: 400; }
.process li strong { margin-top: auto; font-family: Georgia, serif; font-size: 22px; font-weight: 400; }
.process li span { margin-top: 9px; color: #6b716c; font-size: 12px; line-height: 1.5; }
.care { padding: 100px max(7vw, 28px); display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; align-items: end; }
.care h2 { margin: 0; font-size: clamp(40px, 4.4vw, 68px); line-height: 1.08; }
.care > p { max-width: 570px; margin: 0; color: #656c67; font-family: Georgia, serif; font-size: 17px; line-height: 1.8; }

footer { padding: 70px max(5vw, 24px) 30px; display: grid; grid-template-columns: 1fr 1fr auto; gap: 40px; align-items: start; background: #151b17; color: #f6f2e9; }
.footer-brand .brand-copy { border-color: rgba(255,255,255,.2); }
.footer-brand .brand-copy small { color: #a8b0aa; }
footer > p { margin: 4px 0; color: #aeb6b0; font-family: Georgia, serif; font-size: 14px; line-height: 1.6; }
footer > div { display: grid; gap: 12px; font-size: 11px; letter-spacing: .07em; text-transform: uppercase; }
footer > div button { padding: 0; border: 0; background: none; color: inherit; text-align: left; cursor: pointer; text-transform: uppercase; }
footer > small { grid-column: 1 / -1; margin-top: 45px; padding-top: 20px; border-top: 1px solid rgba(255,255,255,.12); color: #758079; font-size: 9px; letter-spacing: .09em; text-transform: uppercase; }

.backdrop { position: fixed; inset: 0; z-index: 40; background: rgba(10,14,11,.58); opacity: 0; pointer-events: none; transition: opacity .25s; }
.backdrop.active { opacity: 1; pointer-events: auto; }
.cart-drawer { position: fixed; top: 0; right: 0; z-index: 50; width: min(500px, 100%); height: 100dvh; padding: 34px; display: flex; flex-direction: column; background: var(--paper); transform: translateX(101%); transition: transform .35s ease; box-shadow: var(--shadow); }
.cart-drawer.active { transform: none; }
.cart-header { display: flex; justify-content: space-between; align-items: start; padding-bottom: 25px; border-bottom: 1px solid var(--line); }
.cart-header .eyebrow { margin-bottom: 8px; }
.cart-header h2, .modal h2 { margin: 0; font-size: 39px; }
.close-button, .modal-close { width: 42px; height: 42px; border: 1px solid var(--line); border-radius: 50%; background: transparent; cursor: pointer; font-family: Georgia, serif; font-size: 27px; font-weight: 300; }
.cart-items { overflow: auto; }
.cart-item { padding: 20px 0; display: grid; grid-template-columns: 82px 1fr auto; gap: 14px; border-bottom: 1px solid var(--line); }
.cart-item img { width: 82px; height: 82px; object-fit: cover; }
.cart-item-copy { min-width: 0; display: grid; align-content: start; gap: 7px; }
.cart-item-copy strong { font-family: Georgia, serif; font-size: 17px; font-weight: 400; }
.cart-item-copy small { color: #777d78; font-size: 10px; }
.quantity { display: flex; width: fit-content; border: 1px solid var(--line); }
.quantity button { width: 28px; height: 27px; border: 0; background: transparent; cursor: pointer; }
.quantity span { width: 25px; display: grid; place-items: center; font-size: 10px; }
.cart-item-price { display: grid; align-content: space-between; justify-items: end; font-size: 12px; }
.cart-item-price button { border: 0; background: none; color: #8b6a4c; cursor: pointer; font-size: 9px; text-decoration: underline; }
.cart-empty { margin: auto; text-align: center; }
.cart-empty span { color: var(--gold); font-size: 36px; }
.cart-empty h3 { margin: 12px 0 8px; font-size: 27px; }
.cart-empty p { margin: 0 0 24px; color: #747a75; font-size: 13px; }
.cart-summary { margin-top: auto; padding-top: 24px; border-top: 1px solid var(--line); }
.cart-summary > div { display: flex; justify-content: space-between; font-family: Georgia, serif; font-size: 21px; }
.cart-summary > p { color: #747a75; font-size: 11px; }
.checkout-button { width: 100%; margin-top: 12px; }
.hidden { display: none !important; }

.modal { position: fixed; top: 50%; left: 50%; z-index: 70; width: min(520px, calc(100% - 32px)); padding: 45px; background: var(--paper); box-shadow: var(--shadow); opacity: 0; pointer-events: none; transform: translate(-50%, -46%) scale(.98); transition: .25s; }
.modal.active { opacity: 1; pointer-events: auto; transform: translate(-50%, -50%) scale(1); }
.modal-close { position: absolute; top: 18px; right: 18px; }
.modal > .eyebrow { margin-bottom: 10px; }
.modal > p:not(.eyebrow) { color: #69706b; font-family: Georgia, serif; font-size: 15px; line-height: 1.6; }
.modal form { margin-top: 25px; display: grid; gap: 17px; }
.modal label { display: grid; gap: 7px; font-size: 12px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.modal input, .modal select { height: 50px; padding: 0 15px; border: 1px solid var(--line); border-radius: 0; background: #fff; color: var(--ink); outline: 0; }
.modal input:focus { border-color: var(--gold); }
.button-whatsapp { margin-top: 8px; background: #1f7049; color: #fff; }
.button-whatsapp span { margin-left: 10px; }
.modal form > small { color: #858a86; text-align: center; font-size: 9px; }
.corporate-modal { width: min(650px, calc(100% - 32px)); max-height: calc(100dvh - 30px); overflow: auto; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.toast { position: fixed; left: 50%; bottom: 25px; z-index: 90; padding: 13px 20px; background: var(--ink); color: #fff; font-size: 12px; opacity: 0; pointer-events: none; transform: translate(-50%, 20px); transition: .25s; }
.toast.active { opacity: 1; transform: translate(-50%, 0); }

@media (max-width: 920px) {
  .site-header { height: 76px; grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .brand-copy small { display: none; }
  .hero { min-height: auto; grid-template-columns: 1fr; }
  .hero-copy { padding: 78px 7vw 66px; }
  .hero-visual { min-height: 70vw; }
  .intro { grid-template-columns: 1fr; gap: 22px; }
  .intro > p:last-child { max-width: 600px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .section-heading > p { max-width: 560px; }
  .corporate { grid-template-columns: 1fr; gap: 60px; }
  .occasion-grid { grid-template-columns: repeat(2, 1fr); }
  .occasion-grid article:nth-child(2) { border-right: 0; }
  .occasion-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .gift-guide-grid { grid-template-columns: repeat(2, 1fr); }
  .gift-guide-grid article:nth-child(even) { border-right: 0; }
  .gift-guide-grid article:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .architectural-product { grid-template-columns: 1fr; }
  .architectural-gallery { min-height: 520px; }
  .spaces-heading, .corner-heading { grid-template-columns: 1fr; gap: 24px; }
  .spaces-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .space-feature { grid-template-columns: 1fr; }
  .space-feature-image { min-height: 58vw; }
  .corner-gallery { grid-template-columns: 1fr 1fr; }
  .corner-gallery figure:last-child { grid-column: 1 / -1; aspect-ratio: 1.65; }
  .corner-offers { grid-template-columns: 1fr; }
  .furniture-heading { grid-template-columns: 1fr; gap: 24px; }
  .furniture-heading .eyebrow { grid-column: auto; margin-bottom: 0; }
  .furniture-card { grid-template-columns: 1fr; }
  .furniture-card-organic .furniture-image { order: 0; }
  .furniture-image { min-height: 58vw; }
  .process { grid-template-columns: 1fr; }
  footer { grid-template-columns: 1fr 1fr; }
  footer > div { grid-column: 2; grid-row: 1 / span 2; }
}

@media (max-width: 650px) {
  .announcement { font-size: 8px; }
  .announcement span { margin: 0 5px; }
  .site-header { padding: 0 18px; }
  .brand { gap: 8px; }
  .brand-mark { font-size: 27px; }
  .brand-copy { padding-left: 8px; }
  .brand-copy strong { font-size: 15px; }
  .cart-trigger span { display: none; }
  .hero-copy { padding: 62px 24px 56px; }
  h1 { font-size: 55px; }
  .hero-text { margin: 25px 0 30px; font-size: 18px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .hero-facts { gap: 22px; margin-top: 45px; }
  .hero-facts div { flex: 1; }
  .hero-visual { min-height: 105vw; }
  .hero-card { right: 16px; bottom: 16px; left: 16px; min-width: 0; }
  .intro, .corporate, .occasions, .gift-guide, .collection, .spaces, .furniture, .process, .care { padding: 78px 22px; }
  .intro h2, .section-heading h2, .process h2, .care h2 { font-size: 42px; }
  .product-grid { grid-template-columns: 1fr; gap: 65px; }
  .architectural-product { grid-column: auto; display: block; margin-top: 0; }
  .architectural-gallery { min-height: 0; aspect-ratio: .9; grid-template-columns: 1fr; }
  .architectural-gallery figure + figure { border-top: 2px solid var(--cream); border-left: 0; }
  .architectural-product .product-info { padding: 25px 5px 0; }
  .space-feature-image { min-height: 86vw; }
  .space-feature-copy { padding: 36px 22px 40px; }
  .space-buy { align-items: stretch; flex-direction: column; }
  .space-buy .button { width: 100%; }
  .corner-heading { margin-top: 78px; }
  .corner-gallery { grid-template-columns: 1fr; }
  .corner-gallery figure, .corner-gallery figure:last-child { grid-column: auto; aspect-ratio: 1.05; }
  .corner-offers > div { grid-template-columns: 1fr auto; }
  .corner-offers .button { grid-column: 1 / -1; width: 100%; }
  .format-offers > div { grid-template-columns: 1fr auto; }
  .format-offers .button { grid-column: 1 / -1; width: 100%; }
  .product-image { aspect-ratio: 1.1; }
  .product-description, .illustrative { min-height: 0; }
  .details { display: grid; gap: 8px; }
  .details li { padding: 0; border: 0; }
  .price-row { align-items: center; }
  .button-add { min-width: 116px; padding: 0 15px; }
  .process ol { grid-template-columns: 1fr; }
  .process li { min-height: 125px; }
  .care { grid-template-columns: 1fr; gap: 30px; }
  .occasion-grid { grid-template-columns: 1fr; }
  .occasion-grid article { min-height: 190px; border-right: 0; border-bottom: 1px solid var(--line); }
  .occasion-grid article:last-child { border-bottom: 0; }
  .gift-guide-grid { grid-template-columns: 1fr; }
  .gift-guide-grid article { min-height: 230px; border-right: 0; border-bottom: 1px solid var(--line); }
  .gift-guide-grid article:last-child { border-bottom: 0; }
  .form-row { grid-template-columns: 1fr; }
  .furniture-heading h2 { font-size: 43px; }
  .furniture-image { min-height: 82vw; }
  .furniture-info { padding: 34px 22px 38px; }
  .furniture-info h3 { font-size: 38px; }
  .furniture-buy { align-items: stretch; flex-direction: column; }
  .furniture-buy .button { width: 100%; }
  footer { grid-template-columns: 1fr; padding: 58px 24px 25px; }
  footer > div { grid-column: 1; grid-row: auto; margin-top: 8px; }
  .cart-drawer { padding: 25px 20px; }
  .modal { padding: 42px 24px 26px; }
}
