@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Manrope:wght@400;500;600;700&display=swap');

:root {
  --ink: #171717;
  --ink-soft: #656565;
  --paper: #f5f5f3;
  --white: #ffffff;
  --line: #d9d9d6;
  --accent: #c51f32;
  --accent-dark: #991628;
  --charcoal: #202020;
  --shadow: 0 20px 60px rgba(17, 17, 17, .13);
  --radius: 4px;
  --max: 1240px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: 'DM Sans', Arial, sans-serif;
  line-height: 1.55;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select { font: inherit; }
button { cursor: pointer; }

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  background: rgba(255, 255, 255, .94);
  border-bottom: 1px solid rgba(23, 23, 23, .1);
  backdrop-filter: blur(12px);
}
.nav-wrap {
  width: min(calc(100% - 48px), var(--max));
  min-height: 80px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
.brand { display: inline-flex; align-items: center; min-width: 168px; }
.brand-mark {
  width: 154px; height: 72px; display: block; overflow: hidden;
  border: 0; color: transparent; font-size: 0;
  background: url('assets/brand/logo.png') center/contain no-repeat;
}
.brand-copy { display: none; }
.brand-copy strong { font: 700 16px/1.1 'Manrope', sans-serif; letter-spacing: .08em; }
.brand-copy span { font-size: 10px; letter-spacing: .14em; color: var(--ink-soft); text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.8vw, 38px); }
.main-nav a { font-size: 13px; color: var(--ink-soft); transition: color .2s ease; }
.main-nav a:hover, .main-nav a[aria-current='page'] { color: var(--accent); }
.nav-cta { padding: 11px 17px; border: 1px solid var(--ink); color: var(--ink) !important; text-transform: uppercase; font-size: 11px !important; letter-spacing: .08em; }
.menu-toggle { display: none; border: 0; background: transparent; color: var(--ink); padding: 6px; }

.container { width: min(calc(100% - 48px), var(--max)); margin: 0 auto; }
.eyebrow { margin: 0 0 16px; color: var(--accent); font-size: 11px; letter-spacing: .16em; text-transform: uppercase; font-weight: 600; }
h1, h2, h3 { margin: 0; font-family: 'Manrope', sans-serif; font-weight: 500; line-height: 1.13; letter-spacing: 0; }
h1 { font-size: clamp(44px, 6.4vw, 84px); }
h2 { font-size: clamp(34px, 4.2vw, 58px); }
h3 { font-size: 22px; }
.lead { color: var(--ink-soft); font-size: 17px; max-width: 570px; }
.text-link { display: inline-flex; align-items: center; gap: 12px; margin-top: 22px; font-size: 12px; text-transform: uppercase; letter-spacing: .1em; color: var(--accent-dark); }
.text-link::after { content: '\2192'; font-size: 18px; transition: transform .2s ease; }
.text-link:hover::after { transform: translateX(5px); }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 46px; padding: 0 20px; border: 1px solid var(--ink); background: var(--ink); color: var(--white); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; transition: all .2s ease; }
.button:hover { background: var(--accent); border-color: var(--accent); }
.button.button-light { background: transparent; color: var(--ink); }
.button.button-light:hover { color: var(--white); }

.hero { min-height: 690px; position: relative; display: flex; flex-direction: column; align-items: stretch; overflow: hidden; color: var(--white); background: var(--charcoal); }
.hero::before { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(12, 12, 12, .8) 0%, rgba(12, 12, 12, .32) 56%, rgba(12, 12, 12, .12) 100%), url('assets/gallery/SAG_SWO2.jpg') center/cover; transform: scale(1.01); }
.hero .container { position: relative; z-index: 1; padding: 112px 0 92px; }
.hero .eyebrow { color: #f07884; }
.hero h1 { max-width: 770px; }
.hero .lead { margin: 26px 0 34px; color: rgba(255, 253, 249, .84); max-width: 510px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.hero .button { border-color: var(--white); background: var(--white); color: var(--ink); }
.hero .button:hover { border-color: var(--accent); background: var(--accent); color: var(--white); }
.hero .button.button-light { border-color: rgba(255, 253, 249, .6); background: transparent; color: var(--white); }
.hero .button.button-light:hover { background: rgba(255, 253, 249, .16); }
.hero-note { position: absolute; z-index: 1; right: 0; bottom: 36px; color: rgba(255,255,255,.64); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; }

.section { padding: 118px 0; }
.section-tight { padding: 76px 0; }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 32px; margin-bottom: 48px; }
.section-head p { max-width: 400px; margin: 0; color: var(--ink-soft); }
.collections-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 22px; }
.collection-card { display: flex; flex-direction: column; min-width: 0; background: var(--white); border: 1px solid var(--line); }
.collection-card-media { aspect-ratio: 4 / 3; overflow: hidden; background: #d9d7d0; }
.collection-card-media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.collection-card:hover .collection-card-media img { transform: scale(1.04); }
.collection-card-body { min-height: 226px; padding: 26px 28px 30px; display: flex; flex-direction: column; }
.collection-card-body p { margin: 10px 0 0; color: var(--ink-soft); font-size: 14px; }
.collection-card-body .text-link { margin-top: auto; }
.collection-color-row { display: flex; align-items: center; gap: 6px; margin-top: 18px; }
.swatch { width: 16px; height: 16px; border-radius: 50%; border: 1px solid rgba(28,37,37,.2); }
.swatch-more { color: var(--ink-soft); font-size: 12px; margin-left: 4px; }

.split-band { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); min-height: 550px; background: #292929; color: var(--white); }
.split-band-media { min-height: 420px; background: url('assets/gallery/DSG3.jpg') center/cover; }
.split-band-copy { display: flex; align-items: center; padding: 76px clamp(32px, 7vw, 120px); }
.split-band-copy .eyebrow { color: #f07884; }
.split-band-copy p { margin: 22px 0 0; color: rgba(255,255,255,.76); max-width: 460px; }
.split-band-copy .button { margin-top: 30px; border-color: rgba(255,255,255,.6); background: transparent; }
.split-band-copy .button:hover { background: var(--white); color: var(--ink); }

.gallery-preview { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 160px; gap: 12px; }
.gallery-tile { position: relative; overflow: hidden; background: #d7d4cb; }
.gallery-tile:nth-child(1), .gallery-tile:nth-child(6) { grid-row: span 2; }
.gallery-tile:nth-child(3), .gallery-tile:nth-child(7) { grid-column: span 2; }
.gallery-tile img { width: 100%; height: 100%; object-fit: cover; transition: transform .4s ease; }
.gallery-tile::after { content: ''; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 48%, rgba(16, 23, 22, .58)); opacity: .8; }
.gallery-tile span { position: absolute; z-index: 1; left: 18px; bottom: 15px; color: var(--white); font-size: 12px; letter-spacing: .06em; }
.gallery-tile:hover img { transform: scale(1.05); }
.gallery-actions { margin-top: 28px; display: flex; justify-content: center; }

.service-strip { background: #ebebea; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.service-item { padding: 34px 28px; border-right: 1px solid var(--line); }
.service-item:last-child { border-right: 0; }
.service-number { color: var(--accent); font-size: 11px; letter-spacing: .12em; }
.service-item h3 { margin-top: 24px; font-size: 18px; }
.service-item p { margin: 8px 0 0; color: var(--ink-soft); font-size: 14px; }

.page-hero { padding: 92px 0 76px; background: #ededeb; border-bottom: 1px solid var(--line); }
.page-hero .lead { margin: 20px 0 0; }
.spec-book-hero-inner { display: flex; align-items: end; justify-content: space-between; gap: 32px; }
.spec-book-hero-inner .button { flex-shrink: 0; margin-bottom: 4px; }
.spec-book-section { padding-top: 64px; }
.spec-book-viewer { border: 1px solid var(--line); background: #dededc; box-shadow: var(--shadow); }
.spec-book-toolbar { min-height: 52px; padding: 0 20px; display: flex; align-items: center; justify-content: space-between; gap: 18px; background: var(--charcoal); color: rgba(255,255,255,.78); font-size: 11px; letter-spacing: .1em; text-transform: uppercase; }
.spec-book-frame { position: relative; height: min(78vh, 900px); min-height: 580px; display: grid; grid-template-rows: minmax(0, 1fr) 154px; background: #d7d7d5; }
.pdf-stage { min-height: 0; overflow: auto; display: grid; place-items: center; padding: 24px; background: linear-gradient(135deg, #e7e7e5, #d1d1cf); }
.pdf-stage canvas { display: block; max-width: none; background: var(--white); box-shadow: 0 12px 34px rgba(17,17,17,.22); }
.pdf-loading { position: absolute; color: var(--ink-soft); font-size: 13px; }
.pdf-loading[hidden] { display: none; }
.pdf-thumbnails { min-width: 0; overflow-x: auto; overflow-y: hidden; display: flex; align-items: center; gap: 12px; padding: 15px 20px 13px; border-top: 1px solid rgba(23,23,23,.16); background: #efefed; scroll-behavior: smooth; }
.pdf-thumb { position: relative; flex: 0 0 96px; width: 96px; height: 124px; display: grid; place-items: center; padding: 5px 5px 22px; border: 1px solid var(--line); background: var(--white); color: var(--ink-soft); transition: border-color .2s ease, box-shadow .2s ease; }
.pdf-thumb:hover { border-color: var(--ink); }
.pdf-thumb.is-active { border: 2px solid #4b9f5a; box-shadow: 0 0 0 1px rgba(75,159,90,.2); }
.pdf-thumb canvas { display: block; max-width: 100%; max-height: 94px; object-fit: contain; }
.pdf-thumb span { position: absolute; right: 0; bottom: 3px; left: 0; text-align: center; color: var(--ink-soft); font-size: 10px; }
.thumbnails-collapsed { grid-template-rows: minmax(0, 1fr) 0; }
.thumbnails-collapsed .pdf-thumbnails { display: none; }
.pdf-tool { width: 30px; height: 30px; padding: 0; border: 1px solid rgba(255,255,255,.28); background: transparent; color: var(--white); font-size: 19px; line-height: 1; }
.pdf-tool:hover:not(:disabled) { background: rgba(255,255,255,.14); }
.pdf-tool:disabled { cursor: default; opacity: .36; }
.spec-book-toolbar-group { display: flex; align-items: center; gap: 6px; }
.spec-book-toolbar-title { flex: 1; text-align: center; }
.pdf-page-count { display: inline-flex; align-items: center; gap: 5px; color: rgba(255,255,255,.78); font-size: 12px; }
.pdf-page-count input { width: 42px; height: 30px; border: 1px solid rgba(255,255,255,.28); background: rgba(255,255,255,.08); color: var(--white); text-align: center; }
.pdf-page-count input:focus { border-color: #8ac493; outline: none; }
.pdf-zoom-value { min-width: 44px; color: rgba(255,255,255,.78); font-size: 11px; text-align: center; }
.spec-book-viewer:fullscreen { width: 100vw; height: 100vh; border: 0; }
.spec-book-viewer:fullscreen .spec-book-frame { height: calc(100vh - 52px); }
.spec-book-note { margin: 16px 0 0; color: var(--ink-soft); font-size: 12px; text-align: center; }
body[data-page="spec-book"] .page-hero { padding: 54px 0 42px; }
body[data-page="spec-book"] .page-hero h1 { font-size: clamp(42px, 5.2vw, 70px); }
.filter-panel { display: flex; flex-wrap: wrap; gap: 10px; align-items: center; margin-bottom: 34px; }
.filter-label { color: var(--ink-soft); font-size: 11px; letter-spacing: .12em; text-transform: uppercase; margin-right: 8px; }
.filter-button { border: 1px solid var(--line); background: var(--white); color: var(--ink-soft); min-height: 37px; padding: 0 14px; font-size: 12px; transition: all .2s ease; }
.filter-button:hover, .filter-button.is-active { border-color: var(--ink); background: var(--ink); color: var(--white); }
.filter-divider { width: 1px; height: 22px; background: var(--line); margin: 0 10px; }
.gallery-grid { columns: 3 280px; column-gap: 14px; }
.gallery-item { break-inside: avoid; margin: 0 0 14px; position: relative; background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.gallery-item img { width: 100%; aspect-ratio: 4 / 3; object-fit: cover; transition: transform .35s ease; }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-item-info { padding: 16px 17px 18px; }
.gallery-item-info h3 { font-size: 17px; }
.gallery-meta { display: flex; flex-wrap: wrap; gap: 6px 12px; margin-top: 7px; color: var(--ink-soft); font-size: 12px; }
.gallery-meta span + span::before { content: '·'; margin-right: 12px; color: var(--accent); }
.gallery-item-info p { margin: 9px 0 0; color: var(--ink-soft); font-size: 13px; }
.gallery-item.is-hidden { display: none; }

.collection-list { display: grid; gap: 18px; }
.collection-row { display: grid; grid-template-columns: minmax(260px, 37%) 1fr; background: var(--white); border: 1px solid var(--line); }
.collection-row-media { min-height: 260px; overflow: hidden; }
.collection-row-media img { width: 100%; height: 100%; object-fit: cover; }
.collection-row-body { padding: 34px 38px; display: flex; flex-direction: column; justify-content: center; }
.collection-row-body p { color: var(--ink-soft); max-width: 560px; }
.collection-row-body .text-link { margin-top: 8px; }
.color-list { display: flex; flex-wrap: wrap; gap: 8px 15px; margin-top: 16px; color: var(--ink-soft); font-size: 12px; }

.detail-intro { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 1fr); gap: 70px; align-items: center; }
.detail-visual { background: #d9d5ca; min-height: 540px; }
.detail-visual img { width: 100%; height: 100%; min-height: 540px; object-fit: cover; }
.detail-copy p { color: var(--ink-soft); max-width: 530px; }
.detail-copy .button { margin-top: 18px; }
.detail-specs { margin-top: 58px; display: grid; grid-template-columns: repeat(3, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.detail-spec { padding: 20px 18px; border-right: 1px solid var(--line); }
.detail-spec:last-child { border-right: 0; }
.detail-spec strong { display: block; font: 500 22px/1.1 'Manrope', sans-serif; }
.detail-spec span { color: var(--ink-soft); font-size: 12px; }

.style-options { padding: 96px 0 24px; }
.style-option-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; }
.style-option { min-width: 0; border: 1px solid var(--line); background: var(--white); overflow: hidden; }
.style-option-image { aspect-ratio: 3 / 4; background: #e9e9e7; overflow: hidden; }
.style-option-image img { width: 100%; height: 100%; object-fit: cover; }
.style-option-copy { min-height: 102px; padding: 15px 16px 17px; }
.style-option-number { color: var(--accent); font-size: 10px; letter-spacing: .12em; }
.style-option h3 { margin-top: 10px; font-size: 15px; line-height: 1.25; }
.style-option-note { display: block; margin-top: 6px; color: var(--ink-soft); font-size: 10px; }

.contact-grid { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(280px, .9fr); gap: 80px; align-items: start; }
.contact-form { display: grid; gap: 15px; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
.contact-form label { display: grid; gap: 7px; color: var(--ink-soft); font-size: 12px; }
.contact-form input, .contact-form textarea, .contact-form select { width: 100%; border: 1px solid var(--line); background: var(--white); color: var(--ink); padding: 13px 14px; outline: 0; border-radius: 0; }
.contact-form textarea { min-height: 150px; resize: vertical; }
.contact-form input:focus, .contact-form textarea:focus, .contact-form select:focus { border-color: var(--accent); }
.contact-side { border-left: 1px solid var(--line); padding-left: 38px; }
.contact-side h3 { font-size: 18px; }
.contact-side p { color: var(--ink-soft); font-size: 14px; }
.contact-detail { display: grid; gap: 3px; margin-top: 24px; }
.contact-detail span { color: var(--ink-soft); font-size: 12px; }
.contact-detail a { color: var(--accent-dark); }

.contact-direct { max-width: 900px; }
.contact-direct .contact-side { border-left: 0; padding-left: 0; }
.contact-direct .contact-side h3 { font-size: clamp(30px, 4vw, 48px); }
.contact-direct .contact-side > p:not(.eyebrow) { max-width: 680px; font-size: 18px; line-height: 1.7; }
.contact-direct .contact-detail span { font-size: 14px; }
.contact-direct .contact-detail a, .contact-direct .contact-detail > span:last-child { font-size: 18px; }

.site-footer { padding: 68px 0 26px; background: var(--charcoal); color: var(--white); }
.site-footer .brand-mark { background-image: url('assets/brand/logo-trans.png'); background-color: transparent; }
.footer-grid { display: grid; grid-template-columns: 1.3fr .8fr .9fr; gap: 48px; padding-bottom: 56px; }
.site-footer .brand-copy span, .site-footer p, .site-footer a { color: rgba(255,255,255,.62); }
.site-footer .brand-copy strong { color: var(--white); }
.footer-heading { margin: 0 0 14px; color: #f07884; font-size: 11px; letter-spacing: .15em; text-transform: uppercase; }
.footer-links { display: grid; gap: 8px; font-size: 13px; }
.footer-links a:hover { color: var(--white); }
.footer-bottom { padding-top: 18px; border-top: 1px solid rgba(255,255,255,.15); display: flex; justify-content: space-between; gap: 20px; color: rgba(255,255,255,.44); font-size: 11px; }

.lightbox { position: fixed; z-index: 40; inset: 0; display: none; place-items: center; padding: 26px; background: rgba(20, 26, 25, .88); }
.lightbox.is-open { display: grid; }
.lightbox-inner { width: min(1050px, 100%); max-height: calc(100vh - 52px); display: grid; grid-template-rows: auto 1fr; background: var(--paper); box-shadow: var(--shadow); }
.lightbox-top { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 15px 18px; border-bottom: 1px solid var(--line); }
.lightbox-top strong { font: 500 18px/1.2 'Manrope', sans-serif; }
.lightbox-close { width: 34px; height: 34px; border: 1px solid var(--line); background: transparent; color: var(--ink); font-size: 20px; }
.lightbox-body { display: grid; grid-template-columns: 1fr 260px; min-height: 0; }
.lightbox-image { min-height: 420px; background: #1f2827; display: grid; place-items: center; }
.lightbox-image img { width: 100%; height: 100%; max-height: calc(100vh - 150px); object-fit: contain; }
.lightbox-copy { padding: 26px; overflow: auto; }
.lightbox-copy p { color: var(--ink-soft); font-size: 14px; }
.lightbox-nav { display: flex; gap: 8px; margin-top: 24px; }
.lightbox-nav button { flex: 1; min-height: 38px; border: 1px solid var(--line); background: transparent; color: var(--ink); }
.lightbox-nav button:hover { border-color: var(--ink); }

@media (max-width: 900px) {
  .main-nav { gap: 18px; }
  .nav-cta { display: none; }
  .collections-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
  .collection-card-media { aspect-ratio: 4 / 3; }
  .collection-card-body { min-height: 220px; padding: 22px 20px 24px; }
  .style-option-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .split-band { grid-template-columns: 1fr; }
  .split-band-media { min-height: 360px; }
  .detail-intro, .contact-grid { gap: 42px; }
  .lightbox-body { grid-template-columns: 1fr; grid-template-rows: minmax(300px, 1fr) auto; }
  .lightbox-copy { max-height: 210px; }
  .spec-book-frame { height: 72vh; min-height: 500px; grid-template-rows: minmax(0, 1fr) 136px; }
  .pdf-thumb { flex-basis: 82px; width: 82px; height: 106px; }
  .pdf-thumb canvas { max-height: 78px; }
}

@media (max-width: 680px) {
  .container, .nav-wrap { width: min(calc(100% - 32px), var(--max)); }
  .nav-wrap { min-height: 68px; }
  .brand { min-width: 0; }
  .brand-mark { width: 122px; height: 58px; }
  .menu-toggle { display: block; }
  .main-nav { position: absolute; top: 68px; left: 16px; right: 16px; display: none; padding: 15px; flex-direction: column; align-items: stretch; gap: 0; background: var(--white); border: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 11px 8px; border-bottom: 1px solid var(--line); }
  .main-nav a:last-child { border-bottom: 0; }
  .hero { min-height: 650px; }
  .hero .container { padding: 100px 0 70px; }
  .hero h1 { font-size: clamp(40px, 12vw, 60px); }
  .hero-note { display: none; }
  .section { padding: 78px 0; }
  .section-head { display: block; margin-bottom: 30px; }
  .section-head p { margin-top: 15px; }
  .collection-card, .collection-card:nth-child(n) { grid-column: auto; }
  .gallery-preview { grid-template-columns: repeat(2, 1fr); grid-auto-rows: 145px; }
  .gallery-tile:nth-child(3), .gallery-tile:nth-child(7) { grid-column: span 1; }
  .service-grid { grid-template-columns: 1fr; }
  .service-item { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-item:last-child { border-bottom: 0; }
  .page-hero { padding: 68px 0 55px; }
  .spec-book-section { padding-top: 46px; }
  body[data-page="spec-book"] .page-hero { padding: 50px 0 38px; }
  .spec-book-hero-inner { display: block; }
  .spec-book-hero-inner .button { margin-top: 24px; }
  .spec-book-toolbar { min-height: 46px; padding: 0 14px; font-size: 9px; }
  .spec-book-frame { height: 72vh; min-height: 430px; grid-template-rows: minmax(0, 1fr) 116px; }
  .spec-book-toolbar-title { display: none; }
  .spec-book-toolbar { gap: 8px; padding: 0 10px; }
  .spec-book-toolbar-group:last-child { gap: 3px; }
  .spec-book-toolbar-group:last-child button[data-pdf-fit],
  .spec-book-toolbar-group:last-child button[data-pdf-fullscreen] { display: none; }
  .pdf-tool { width: 28px; height: 28px; }
  .pdf-thumb { flex-basis: 70px; width: 70px; height: 92px; padding-bottom: 18px; }
  .pdf-thumb canvas { max-height: 68px; }
  .filter-divider { display: none; }
  .filter-label { width: 100%; margin-bottom: 2px; }
  .collection-row { grid-template-columns: 1fr; }
  .collection-row-media { min-height: 230px; }
  .collection-row-body { padding: 26px; }
  .detail-intro, .contact-grid { grid-template-columns: 1fr; }
  .detail-visual, .detail-visual img { min-height: 360px; }
  .detail-specs { grid-template-columns: 1fr; }
  .detail-spec { border-right: 0; border-bottom: 1px solid var(--line); }
  .detail-spec:last-child { border-bottom: 0; }
  .form-row { grid-template-columns: 1fr; }
  .collections-grid { grid-template-columns: 1fr; }
  .style-option-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; }
  .contact-side { border-left: 0; border-top: 1px solid var(--line); padding: 28px 0 0; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; padding-bottom: 34px; }
  .footer-bottom { display: block; }
  .footer-bottom span { display: block; margin-top: 6px; }
}
