:root {
  --ink: #192325;
  --paper: #f7f4ec;
  --paper-deep: #ebe5d8;
  --clay: #cc715c;
  --plum: #3c293c;
  --mint: #b8d6cc;
  --line: rgba(25, 35, 37, .16);
  --mono: "DM Mono", monospace;
  --sans: "Manrope", sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
button, input, select, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
a { color: inherit; }
.section-shell { width: min(1180px, calc(100% - 72px)); margin: 0 auto; }
.eyebrow, .card-kicker { margin: 0 0 14px; color: #536265; font: 500 11px/1.2 var(--mono); letter-spacing: .11em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { letter-spacing: -.045em; line-height: 1.04; }
h1 { max-width: 710px; margin-bottom: 22px; font-size: clamp(46px, 6vw, 85px); font-weight: 800; }
h1 em { color: var(--clay); font-style: normal; }
h2 { margin-bottom: 16px; font-size: clamp(34px, 4vw, 58px); font-weight: 800; }
h3 { font-size: 27px; font-weight: 700; }
.site-header { position: sticky; z-index: 20; top: 0; display: flex; align-items: center; justify-content: space-between; min-height: 76px; padding: 0 max(36px, calc((100vw - 1180px) / 2)); border-bottom: 1px solid var(--line); background: color-mix(in srgb, var(--paper) 90%, transparent); backdrop-filter: blur(14px); }
.logo { display: inline-flex; align-items: center; gap: 8px; text-decoration: none; color: var(--ink); letter-spacing: -.06em; }
.logo span { font-size: 21px; font-weight: 800; }.logo i { width: 7px; height: 7px; border-radius: 50%; background: var(--clay); }.logo small { font: 500 9px/1 var(--mono); letter-spacing: .12em; }
.nav { display: flex; gap: 27px; }.nav a { font-size: 14px; font-weight: 600; text-decoration: none; }.nav a:hover, .text-link:hover { color: var(--clay); }
.header-actions { display: flex; align-items: center; gap: 12px; }.language-toggle { border: 0; padding: 8px; background: transparent; color: var(--ink); font: 500 12px var(--mono); cursor: pointer; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 22px; min-height: 48px; padding: 0 20px; border: 1px solid transparent; border-radius: 0; font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: none; transition: transform .2s ease, background .2s ease; }.button:hover { transform: translateY(-2px); }.button span { font-size: 19px; line-height: 0; }.button-primary { background: var(--clay); color: white; }.button-primary:hover { background: #ae5b4a; }.button-dark { background: var(--ink); color: var(--paper); }.button-small { min-height: 38px; padding: 0 15px; font-size: 12px; }
.hero { display: grid; grid-template-columns: 1.1fr .9fr; gap: 60px; min-height: 680px; padding: 88px 0 70px; align-items: center; }.hero-lede { max-width: 580px; margin-bottom: 32px; color: #526063; font-size: 18px; line-height: 1.65; }.hero-actions { display: flex; align-items: center; gap: 28px; }.text-link { display: inline-flex; gap: 8px; align-items: center; border: 0; padding: 0; background: transparent; font-size: 14px; font-weight: 700; cursor: pointer; text-decoration: underline; text-decoration-color: rgba(25, 35, 37, .3); text-underline-offset: 5px; }.trust-row { display: flex; gap: 32px; margin-top: 72px; }.trust-row div { display: grid; gap: 4px; }.trust-row strong { color: var(--clay); font: 500 20px var(--mono); }.trust-row span { max-width: 95px; color: #637072; font-size: 11px; line-height: 1.3; }
.hero-visual { position: relative; min-height: 520px; overflow: hidden; background: var(--plum); }.hero-grid { position: absolute; inset: 0; opacity: .28; background-image: linear-gradient(#f2e9dc 1px, transparent 1px), linear-gradient(90deg, #f2e9dc 1px, transparent 1px); background-size: 44px 44px; mask-image: linear-gradient(to bottom, black, transparent 90%); }.hero-orbit { position: absolute; border: 1px solid rgba(247,244,236,.45); border-radius: 50%; }.orbit-one { width: 430px; height: 430px; top: 36px; right: -92px; }.orbit-two { width: 275px; height: 275px; top: 112px; right: 58px; }.hero-figure { position: absolute; inset: 92px 90px 76px 45px; display: flex; flex-direction: column; justify-content: flex-end; padding: 29px; border: 1px solid rgba(247,244,236,.5); background: linear-gradient(140deg, rgba(204,113,92,.9), rgba(95,57,84,.3) 62%, rgba(0,0,0,.05)); color: #fffaf0; }.hero-figure:before { position: absolute; width: 72%; height: 72%; top: 3%; right: 2%; border-radius: 50% 50% 43% 43%; border: 1px solid rgba(255,255,255,.6); content: ""; }.hero-figure span { position: relative; z-index: 1; align-self: flex-end; font: 500 11px var(--mono); letter-spacing: .15em; }.hero-figure b { position: relative; z-index: 1; max-width: 220px; font-size: 35px; line-height: .92; letter-spacing: -.07em; }.visual-note { position: absolute; right: 28px; bottom: 24px; display: grid; gap: 6px; width: 220px; padding: 14px; background: var(--paper); }.visual-note span { color: var(--clay); font: 500 10px var(--mono); }.visual-note strong { font-size: 12px; line-height: 1.3; }
.ticker { overflow: hidden; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: var(--mint); }.ticker-track { display: flex; width: max-content; gap: 25px; padding: 14px 0; animation: ticker 36s linear infinite; color: var(--ink); font: 500 12px var(--mono); letter-spacing: .1em; }.ticker-track i { color: var(--clay); font-style: normal; }@keyframes ticker { to { transform: translateX(-35%); } }
.collections { padding: 132px 0; }.split-head { display: grid; grid-template-columns: 1fr .6fr; gap: 64px; align-items: end; margin-bottom: 48px; }.split-head > p, .section-head > p { margin-bottom: 0; color: #556366; }.collection-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }.collection-card { display: grid; min-height: 570px; grid-template-rows: 1.15fr .85fr; overflow: hidden; }.card-dark { background: var(--ink); color: #f9f3e8; }.card-light { background: var(--paper-deep); }.card-coral { background: var(--clay); color: #fffaf4; }.card-art { position: relative; overflow: hidden; min-height: 300px; }.art-index { position: absolute; top: 22px; left: 22px; z-index: 2; font: 500 11px var(--mono); }.art-label { position: absolute; bottom: 24px; left: 24px; z-index: 2; font: 700 33px/.86 var(--sans); letter-spacing: -.07em; }.art-asian { background: #74506b; }.art-asian:before { position: absolute; width: 260px; height: 260px; top: -50px; right: -55px; border: 1px solid rgba(255,255,255,.5); border-radius: 50%; content: ""; }.art-pillar { position: absolute; width: 140px; height: 270px; right: 52px; bottom: -43px; border-radius: 75px 75px 0 0; background: linear-gradient(100deg, #d9a08d, #6d3e5d 70%); box-shadow: 22px 20px 0 rgba(28,17,26,.18); }.art-eu { background: #c9dfd6; }.art-eu:before { position: absolute; width: 330px; height: 130px; top: 54px; left: -64px; transform: rotate(-33deg); background: rgba(255,255,255,.6); content: ""; }.art-sphere { position: absolute; width: 226px; height: 226px; right: 36px; bottom: 36px; border-radius: 48% 52% 47% 53%; background: linear-gradient(135deg,#f5e9cb,#cf725d); box-shadow: inset -33px -20px 0 rgba(83,47,58,.16); }.art-torso { background: #8c4b46; }.art-torso:before { position: absolute; inset: 42px 30px 28px; border: 1px solid rgba(255,255,255,.55); content: ""; }.art-arch { position: absolute; width: 260px; height: 330px; right: -44px; bottom: -125px; border: 46px solid #f4d7bd; border-radius: 50% 50% 0 0; }.card-body { display: flex; flex-direction: column; padding: 26px 25px; }.card-body h3 { margin-bottom: 14px; font-size: 26px; }.card-body p:not(.card-kicker) { color: inherit; opacity: .75; font-size: 14px; }.card-light .card-kicker { color: #526365; }.card-link { display: flex; justify-content: space-between; width: 100%; margin-top: auto; padding: 14px 0 0; border: 0; border-top: 1px solid currentColor; background: transparent; color: inherit; font-weight: 700; text-align: left; cursor: pointer; }.card-link span { font-size: 18px; }
.product-rail { padding: 0 0 128px; }.section-head { max-width: 740px; margin-bottom: 33px; }.section-head h2 { margin-bottom: 14px; }.filter-row { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 25px; }.filter { padding: 10px 14px; border: 1px solid var(--line); background: transparent; color: #536062; font-size: 12px; font-weight: 700; cursor: pointer; }.filter.active, .filter:hover { border-color: var(--ink); background: var(--ink); color: var(--paper); }.sku-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 15px; }.sku-card { display: grid; grid-template-columns: 122px 1fr 35px; align-items: center; gap: 15px; min-height: 150px; padding: 13px; border: 1px solid var(--line); background: rgba(255,255,255,.35); transition: transform .2s ease, box-shadow .2s ease; }.sku-card:hover { transform: translateY(-3px); box-shadow: 0 12px 25px rgba(25,35,37,.08); }.sku-card.hidden { display: none; }.sku-art { position: relative; height: 122px; overflow: hidden; display: grid; place-items: center; color: white; font: 500 12px var(--mono); letter-spacing: .1em; }.sku-art:before, .sku-art:after { position: absolute; border-radius: 50%; content: ""; }.sku-art span { position: relative; z-index: 2; }.sku-a { background: #6a4662; }.sku-a:before { width: 160px; height: 160px; top: -68px; right: -52px; border: 1px solid #e0a18d; }.sku-a:after { width: 74px; height: 130px; bottom: -30px; left: 27px; border-radius: 50px 50px 0 0; background: #d58471; }.sku-b { background: #9c5a4d; }.sku-b:before { width: 94px; height: 180px; left: 14px; bottom: -70px; background: #e5c9a9; }.sku-b:after { width: 74px; height: 74px; top: 12px; right: 12px; border: 1px solid #fff; }.sku-c { background: #355655; }.sku-c:before { width: 175px; height: 175px; right: -55px; top: -42px; border: 28px solid #bcd7cc; }.sku-c:after { width: 70px; height: 140px; bottom: -26px; left: 33px; border-radius: 45px 45px 0 0; background: #ca715f; }.sku-d { background: #d4b994; color: var(--ink); }.sku-d:before { width: 82px; height: 142px; bottom: -35px; left: 20px; border-radius: 46px 46px 0 0; background: #513743; }.sku-d:after { width: 150px; height: 150px; right: -62px; top: -53px; border: 1px solid var(--ink); }.sku-e { background: #ac6b5c; }.sku-e:before { width: 95px; height: 95px; left: 12px; top: 13px; border: 21px solid #f0dac2; }.sku-e:after { width: 150px; height: 65px; right: -18px; bottom: -18px; border-radius: 80px 80px 0 0; background: #573b52; }.sku-f { background: #887a96; }.sku-f:before { width: 110px; height: 110px; right: -18px; bottom: -19px; border-radius: 50%; background: #efc7ae; }.sku-f:after { width: 57px; height: 142px; left: 21px; bottom: -30px; border-radius: 40px 40px 0 0; background: #463347; }.sku-meta { display: grid; gap: 4px; }.sku-meta span { color: var(--clay); font: 500 9px var(--mono); letter-spacing: .08em; }.sku-meta b { font-size: 14px; }.sku-meta small { color: #627072; font-size: 11px; line-height: 1.35; }.sku-add { width: 34px; height: 34px; border: 1px solid var(--line); border-radius: 50%; background: transparent; font-size: 20px; cursor: pointer; }.sku-add:hover { background: var(--clay); border-color: var(--clay); color: white; }
.workflow { padding: 112px 0; background: var(--ink); color: var(--paper); }.workflow-grid { display: grid; grid-template-columns: .86fr 1.14fr; gap: 105px; }.workflow .eyebrow { color: var(--mint); }.workflow p { color: rgba(247,244,236,.68); }.process-list { display: grid; gap: 0; margin: 0; padding: 0; list-style: none; }.process-list li { display: grid; grid-template-columns: 70px 1fr; gap: 20px; padding: 26px 0; border-top: 1px solid rgba(247,244,236,.25); }.process-list li:last-child { border-bottom: 1px solid rgba(247,244,236,.25); }.process-list span { color: var(--mint); font: 500 13px var(--mono); }.process-list h3 { margin-bottom: 7px; font-size: 26px; }.process-list p { margin-bottom: 0; font-size: 14px; }
.company { padding: 130px 0; }.company-card { display: grid; grid-template-columns: 1.1fr .9fr; gap: 55px; padding: 58px; background: #e2e9e4; }.company-card h2 { max-width: 580px; }.company-card > div > p:last-child { max-width: 610px; margin-bottom: 0; color: #526063; }.company-card dl { display: grid; align-content: start; margin: 3px 0 0; }.company-card dl div { padding: 17px 0; border-top: 1px solid rgba(25,35,37,.2); }.company-card dl div:last-child { border-bottom: 1px solid rgba(25,35,37,.2); }.company-card dt { margin-bottom: 5px; color: #536265; font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }.company-card dd { margin: 0; font-size: 14px; font-weight: 700; }.company-card dd a { color: var(--clay); }
.site-footer { display: flex; align-items: center; justify-content: space-between; gap: 30px; min-height: 120px; padding: 25px max(36px, calc((100vw - 1180px) / 2)); border-top: 1px solid var(--line); }.site-footer p { max-width: 470px; margin: 0; color: #627072; font-size: 11px; }
.age-gate { position: fixed; z-index: 100; inset: 0; display: grid; place-items: center; padding: 25px; background: rgba(25,35,37,.92); backdrop-filter: blur(10px); }.age-gate.is-hidden { display: none; }.gate-card { width: min(570px, 100%); padding: clamp(28px, 5vw, 52px); background: var(--paper); }.gate-top { display: flex; align-items: center; justify-content: space-between; gap: 20px; }.gate-top .language-toggle { border: 1px solid var(--line); }.gate-card h1 { margin: 15px 0 20px; font-size: clamp(38px, 6vw, 62px); }.gate-card > p { color: #596669; }.checkline { display: flex; gap: 11px; align-items: flex-start; margin: 27px 0 20px; padding: 15px; border: 1px solid var(--line); font-size: 13px; line-height: 1.45; }.checkline input { width: 17px; height: 17px; accent-color: var(--clay); }.gate-card .button { width: 100%; }.gate-fine { margin: 16px 0 0 !important; font-size: 10px; line-height: 1.45; }
.inquiry-modal { width: min(760px, calc(100% - 32px)); padding: 0; border: 0; background: var(--paper); box-shadow: 0 24px 60px rgba(0,0,0,.25); }.inquiry-modal::backdrop { background: rgba(25,35,37,.72); backdrop-filter: blur(4px); }.modal-close { position: absolute; z-index: 2; top: 15px; right: 16px; width: 34px; height: 34px; border: 0; border-radius: 50%; background: var(--ink); color: white; font-size: 24px; line-height: 1; cursor: pointer; }.modal-intro { padding: 40px 42px 10px; }.modal-intro h2 { margin-bottom: 10px; font-size: 45px; }.modal-intro p:last-child { max-width: 570px; color: #5b686a; font-size: 13px; }#inquiryForm { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; padding: 21px 42px 30px; }#inquiryForm label { display: grid; gap: 7px; color: #576468; font-size: 11px; font-weight: 700; }#inquiryForm input, #inquiryForm select, #inquiryForm textarea { width: 100%; border: 1px solid var(--line); border-radius: 0; padding: 12px; background: #fffdf9; color: var(--ink); font-size: 14px; font-weight: 500; outline-color: var(--clay); }#inquiryForm textarea { min-height: 92px; resize: vertical; }.full { grid-column: 1 / -1; }.whatsapp-link { display: flex; justify-content: space-between; padding: 15px 42px; border-top: 1px solid var(--line); background: var(--mint); font-size: 13px; font-weight: 700; text-decoration: none; }
@media (max-width: 900px) { .site-header { padding: 0 24px; }.nav { display: none; }.section-shell { width: min(100% - 48px, 680px); }.hero, .split-head, .workflow-grid, .company-card { grid-template-columns: 1fr; }.hero { gap: 42px; padding: 68px 0; }.hero-visual { min-height: 440px; }.collection-grid { grid-template-columns: 1fr; }.collection-card { min-height: 470px; grid-template-rows: 250px auto; }.sku-grid { grid-template-columns: 1fr 1fr; }.workflow-grid { gap: 47px; }.company-card { gap: 31px; padding: 36px; }.site-footer { padding: 28px 24px; flex-wrap: wrap; } }
@media (max-width: 560px) { .site-header { min-height: 66px; padding: 0 18px; }.header-actions { gap: 2px; }.button-small { padding: 0 11px; font-size: 11px; }.section-shell { width: min(100% - 36px, 680px); }h1 { font-size: 45px; }.hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }.trust-row { gap: 18px; margin-top: 48px; }.hero-visual { min-height: 375px; }.hero-figure { inset: 55px 42px 56px 25px; }.visual-note { right: 15px; bottom: 15px; width: 190px; }.collections, .company { padding: 86px 0; }.split-head { gap: 20px; margin-bottom: 31px; }.sku-grid { grid-template-columns: 1fr; }.sku-card { grid-template-columns: 100px 1fr 34px; }.sku-art { height: 112px; }.workflow { padding: 80px 0; }.company-card { padding: 26px; }.site-footer { align-items: flex-start; flex-direction: column; }.modal-intro { padding: 30px 25px 3px; }.modal-intro h2 { font-size: 36px; }#inquiryForm { grid-template-columns: 1fr; padding: 18px 25px 25px; }.whatsapp-link { padding: 15px 25px; }.full { grid-column: auto; } }

/* Real catalogue */
.hero-products { display: grid; grid-template-columns: 1.25fr .75fr; grid-template-rows: 1fr 1fr; gap: 8px; padding: 8px; background: var(--ink); }
.hero-products img { width: 100%; height: 100%; min-height: 0; object-fit: cover; background: var(--paper-deep); }
.hero-products img:first-child { grid-row: 1 / 3; }
.hero-products:after { position: absolute; inset: 8px; border: 1px solid rgba(255,255,255,.35); pointer-events: none; content: ""; }
.hero-products .visual-note { z-index: 2; }

.collection-summary-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); }
.summary-card { min-height: 210px; padding: 24px 20px; border: 0; border-right: 1px solid var(--line); background: rgba(255,255,255,.28); color: var(--ink); text-align: left; cursor: pointer; transition: background .2s ease, color .2s ease, transform .2s ease; }
.summary-card:last-child { border-right: 0; }
.summary-card:hover { z-index: 1; transform: translateY(-4px); background: var(--ink); color: var(--paper); }
.summary-card span { display: block; margin-bottom: 54px; color: var(--clay); font: 500 11px var(--mono); }
.summary-card b { display: block; margin-bottom: 10px; font-size: 17px; line-height: 1.2; letter-spacing: -.02em; }
.summary-card small { display: block; opacity: .68; font-size: 11px; line-height: 1.45; }

.catalogue-heading { display: grid; grid-template-columns: 1fr 270px; gap: 70px; align-items: end; }
.catalogue-search { display: grid; gap: 8px; margin-bottom: 33px; color: #536265; font: 500 10px var(--mono); letter-spacing: .08em; text-transform: uppercase; }
.catalogue-search input { width: 100%; min-height: 46px; border: 1px solid var(--line); padding: 0 14px; background: rgba(255,255,255,.45); color: var(--ink); font: 500 13px var(--sans); text-transform: none; outline-color: var(--clay); }
.catalogue-result { margin: -8px 0 20px; color: #627072; font: 500 11px var(--mono); }
.catalogue-more { min-width: 220px; margin: 30px auto 0; }
.catalogue-more[hidden] { display: none; }

.real-product-grid { grid-template-columns: repeat(3, 1fr); gap: 18px; }
.real-product-card { position: relative; display: grid; grid-template-columns: 1fr 36px; grid-template-rows: auto auto; gap: 0 12px; min-height: 0; padding: 0 0 18px; overflow: hidden; background: rgba(255,255,255,.45); }
.real-product-card:hover { transform: translateY(-4px); box-shadow: 0 14px 32px rgba(25,35,37,.1); }
.product-image-button { grid-column: 1 / -1; width: 100%; aspect-ratio: 1 / 1; margin: 0 0 17px; padding: 0; overflow: hidden; border: 0; border-bottom: 1px solid var(--line); background: var(--paper-deep); cursor: pointer; }
.product-image-button img { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.real-product-card:hover .product-image-button img { transform: scale(1.025); }
.real-product-card .sku-meta { padding-left: 18px; }
.real-product-card .sku-meta span { font-size: 10px; }
.real-product-card .sku-meta b { font-size: 15px; line-height: 1.35; }
.real-product-card .sku-meta small { margin-top: 4px; }
.real-product-card .sku-add { align-self: end; margin-right: 12px; }

.product-modal { width: min(980px, calc(100% - 32px)); max-height: min(820px, calc(100vh - 32px)); padding: 0; border: 0; background: var(--paper); box-shadow: 0 24px 60px rgba(0,0,0,.28); }
.product-modal::backdrop { background: rgba(25,35,37,.78); backdrop-filter: blur(5px); }
.product-modal-grid { display: grid; grid-template-columns: 1fr 1fr; min-height: 620px; }
.product-modal-image { min-height: 620px; background: var(--paper-deep); }
.product-modal-image img { display: block; width: 100%; height: 100%; object-fit: cover; }
.product-modal-copy { display: flex; flex-direction: column; padding: 58px 48px 42px; }
.product-modal-copy h2 { margin-bottom: 18px; font-size: clamp(34px, 4vw, 50px); }
.product-modal-copy > p:not(.eyebrow) { color: #596669; font-size: 13px; line-height: 1.65; }
.product-modal-copy dl { margin: 22px 0; }
.product-modal-copy dl div { display: grid; grid-template-columns: 120px 1fr; gap: 18px; padding: 11px 0; border-top: 1px solid var(--line); }
.product-modal-copy dl div:last-child { border-bottom: 1px solid var(--line); }
.product-modal-copy dt { color: #637072; font: 500 9px var(--mono); letter-spacing: .06em; text-transform: uppercase; }
.product-modal-copy dd { margin: 0; font-size: 12px; font-weight: 700; }
.private-price { margin-top: auto; padding: 13px; background: var(--mint); color: var(--ink) !important; font-size: 11px !important; }
.product-modal-copy .button { margin-top: 14px; }

@media (max-width: 1000px) {
  .collection-summary-grid { grid-template-columns: repeat(3, 1fr); }
  .summary-card { border-bottom: 1px solid var(--line); }
  .summary-card:nth-child(3) { border-right: 0; }
  .summary-card:nth-child(4), .summary-card:nth-child(5) { border-bottom: 0; }
}
@media (max-width: 900px) {
  .catalogue-heading { grid-template-columns: 1fr; gap: 0; }
  .catalogue-search { width: min(420px, 100%); }
  .real-product-grid { grid-template-columns: 1fr 1fr; }
  .product-modal-grid { grid-template-columns: 1fr; }
  .product-modal-image { min-height: 380px; max-height: 52vh; }
  .product-modal-copy { padding: 38px 32px; }
}
@media (max-width: 620px) {
  .collection-summary-grid { grid-template-columns: 1fr 1fr; }
  .summary-card, .summary-card:nth-child(3), .summary-card:nth-child(4), .summary-card:nth-child(5) { min-height: 180px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .summary-card:nth-child(even) { border-right: 0; }
  .summary-card:last-child { border-bottom: 0; }
  .summary-card span { margin-bottom: 34px; }
  .real-product-grid { grid-template-columns: 1fr; }
  .real-product-card { grid-template-columns: 1fr 38px; }
  .product-modal { max-height: calc(100vh - 18px); }
  .product-modal-image { min-height: 300px; }
  .product-modal-copy { padding: 30px 22px; }
  .product-modal-copy dl div { grid-template-columns: 100px 1fr; }
}
