:root {
  --ink: #161512;
  --muted: #6c6962;
  --cream: #f4f0e8;
  --paper: #fbfaf6;
  --gold: #a88b54;
  --blue: #8aa9c9;
  --line: rgba(22, 21, 18, .16);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  line-height: 1.55;
}
body.modal-open { overflow: hidden; }
h1, h2, h3, p, a, span, dd { overflow-wrap: break-word; }
h1, h2, h3, blockquote { overflow-wrap: normal; word-break: normal; text-wrap: balance; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
button { color: inherit; font: inherit; }

.announcement {
  padding: 8px 24px;
  background: var(--ink);
  color: #fff;
  text-align: center;
  font-size: 11px;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-header {
  position: sticky;
  z-index: 20;
  top: 0;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  min-height: 78px;
  padding: 0 4vw;
  background: rgba(251,250,246,.94);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(14px);
}
.brand { display: flex; align-items: center; gap: 12px; font-size: 13px; letter-spacing: .18em; }
.brand img { width: 40px; height: 40px; border-radius: 50%; object-fit: cover; }
.main-nav { display: flex; align-items: center; gap: 32px; font-size: 12px; }
.brand, .brand span, .main-nav a, .header-order, .menu-toggle { white-space: nowrap; overflow-wrap: normal; }
.main-nav a, .footer-links a { transition: opacity .2s; }
.main-nav a:hover, .footer-links a:hover { opacity: .55; }
.header-order { justify-self: end; padding-bottom: 3px; border-bottom: 1px solid; font-size: 12px; }
.menu-toggle { display: none; border: 0; background: none; }

.hero { position: relative; min-height: calc(100vh - 111px); overflow: hidden; color: white; }
.hero-image { position: absolute; width: 100%; height: 100%; object-fit: cover; object-position: 50% 60%; }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, rgba(8,10,11,.72) 0%, rgba(8,10,11,.24) 55%, rgba(8,10,11,.08) 100%); }
.hero-content { position: relative; z-index: 1; width: min(960px, 84vw); padding: clamp(90px, 16vh, 170px) 0 80px 8vw; }
.eyebrow, .section-kicker { margin: 0 0 24px; color: var(--gold); font-size: 10px; font-weight: 600; letter-spacing: .24em; text-transform: uppercase; }
.hero h1, h2, blockquote, .footer-brand {
  font-family: "Cormorant Garamond", serif;
  font-weight: 500;
  line-height: .94;
}
.hero h1 { margin: 0; font-size: clamp(54px, 6.7vw, 104px); letter-spacing: -.035em; }
.hero-copy { max-width: 400px; margin: 30px 0 36px; color: rgba(255,255,255,.82); }
.hero-actions { display: flex; align-items: center; gap: 28px; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 51px; padding: 0 26px; border: 1px solid transparent; font-size: 11px; letter-spacing: .11em; text-transform: uppercase; transition: background .25s, color .25s, border-color .25s; }
.button-light { color: var(--ink); background: #fff; }
.button-light:hover { color: #fff; background: transparent; border-color: rgba(255,255,255,.7); }
.button-dark { color: #fff; background: var(--ink); }
.button-dark:hover { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline { color: var(--ink); background: transparent; border-color: var(--ink); }
.button-outline:hover { color: #fff; background: var(--ink); }
.text-link { font-size: 12px; border-bottom: 1px solid; }
.text-link-light { color: #fff; }
.hero-index { position: absolute; z-index: 1; right: 4vw; bottom: 38px; font-size: 9px; letter-spacing: .2em; writing-mode: vertical-rl; }

.intro, .collection, .service { padding: clamp(64px, 8vw, 112px) 8vw; }
.intro { background: var(--cream); }
.intro-grid { display: grid; grid-template-columns: 1.3fr .7fr; gap: 8vw; align-items: end; }
.intro h2, .section-heading h2, .contacts h2 { margin: 0; font-size: clamp(50px, 7vw, 102px); letter-spacing: -.035em; }
.intro h2 em { color: var(--gold); font-weight: 400; }
.intro-copy { max-width: 500px; padding-bottom: 8px; color: var(--muted); }
.intro-copy p { margin: 0 0 18px; }

.section-heading { display: flex; justify-content: space-between; align-items: end; gap: 40px; }
.section-heading > p { max-width: 360px; margin: 0 0 9px; color: var(--muted); font-size: 13px; }
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin: 40px 0 14px; }
.filter { padding: 10px 18px; border: 1px solid var(--line); border-radius: 30px; background: transparent; cursor: pointer; font-size: 11px; }
.filter.is-active { color: white; background: var(--ink); border-color: var(--ink); }
.catalog-count { margin: 0 0 32px; color: var(--muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 50px 18px; }
.product-card { min-width: 0; cursor: pointer; }
.product-visual { position: relative; display: block; overflow: hidden; width: 100%; aspect-ratio: 3 / 4; padding: 0; border: 0; background: #e8e4dc; color: inherit; cursor: pointer; text-align: left; text-decoration: none; touch-action: pan-y; }
.card-media-slot { display: block; width: 100%; height: 100%; }
.product-visual img, .product-visual video { display: block; width: 100%; height: 100%; object-fit: cover; transition: transform .55s ease, opacity .2s ease; }
.product-visual.media-changed .card-media-slot { animation: card-media-in .24s ease; }
@keyframes card-media-in { from { opacity: .45; transform: translateX(8px); } to { opacity: 1; transform: translateX(0); } }
.product-card:hover .product-visual img, .product-card:hover .product-visual video { transform: scale(1.025); }
.product-badge { position: absolute; top: 14px; left: 14px; padding: 7px 9px; background: rgba(251,250,246,.92); font-size: 9px; letter-spacing: .11em; text-transform: uppercase; }
.media-count, .video-label { position: absolute; top: 14px; right: 14px; padding: 7px 9px; background: rgba(22,21,18,.76); color: #fff; font-size: 9px; letter-spacing: .1em; text-transform: uppercase; }
.video-label { top: auto; right: auto; bottom: 14px; left: 14px; }
.quick-view { position: absolute; right: 0; bottom: 0; left: 0; padding: 14px; transform: translateY(100%); border: 0; background: rgba(22,21,18,.93); color: white; cursor: pointer; font-size: 10px; letter-spacing: .12em; text-transform: uppercase; transition: transform .3s; }
.product-card:hover .quick-view, .quick-view:focus-visible { transform: translateY(0); }
.product-meta { display: grid; grid-template-columns: 1fr auto; gap: 8px 16px; padding-top: 17px; }
.product-meta h3 { display: -webkit-box; min-height: 2.16em; margin: 0; overflow: hidden; font-family: "Cormorant Garamond", serif; font-size: 25px; font-weight: 500; line-height: 1.08; -webkit-box-orient: vertical; -webkit-line-clamp: 2; }
.product-meta strong { font-size: 13px; font-weight: 500; }
.product-price { display: flex; align-items: baseline; justify-content: flex-end; gap: 7px; white-space: nowrap; }
.product-price del { color: var(--muted); font-size: 9px; }
.product-card.is-unavailable .product-visual { filter: saturate(.45); }
.product-meta p { grid-column: 1 / -1; margin: 0; color: var(--muted); font-size: 11px; }

.manifesto { display: grid; grid-template-columns: 1fr 1fr; min-height: 760px; background: #d9d1c3; }
.manifesto-photo img { width: 100%; height: 100%; object-fit: cover; }
.manifesto-copy { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; padding: clamp(64px, 7vw, 100px); }
.manifesto-copy blockquote { margin: 0 0 38px; font-size: clamp(48px, 6vw, 90px); letter-spacing: -.03em; }
.manifesto-copy > p:not(.section-kicker) { max-width: 480px; margin: 0 0 38px; color: #514d46; }

.service { display: grid; grid-template-columns: repeat(3, 1fr); gap: 6vw; }
.service-item { border-top: 1px solid var(--line); padding-top: 24px; }
.service-item span { color: var(--gold); font-size: 10px; }
.service-item h3 { margin: 38px 0 16px; font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 500; }
.service-item p { margin: 0; color: var(--muted); font-size: 13px; }

.contacts { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: end; padding: clamp(64px, 8vw, 112px) 8vw; background: var(--ink); color: white; }
.contacts address { margin-top: 44px; color: rgba(255,255,255,.7); font-style: normal; }
.contacts-hours > div { display: flex; justify-content: space-between; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.2); }
.contacts-hours span { color: rgba(255,255,255,.55); font-size: 12px; }
.contacts-hours strong { font-size: 13px; font-weight: 500; }
.contacts-hours .button { margin-top: 36px; }

footer { display: grid; grid-template-columns: 1fr auto auto; gap: 28px; align-items: center; padding: 52px 8vw 68px; background: var(--cream); }
.footer-brand { font-size: 42px; letter-spacing: .04em; }
footer > p { margin: 0; color: var(--muted); font-size: 12px; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 14px 24px; max-width: 680px; font-size: 12px; }
footer small { grid-column: 1 / -1; padding-top: 35px; border-top: 1px solid var(--line); color: var(--muted); font-size: 9px; letter-spacing: .14em; }
.footer-link-button { padding: 0; border: 0; color: inherit; background: none; cursor: pointer; font: inherit; }
.order-dock { display: none; }

.cookie-banner { position: fixed; z-index: 80; right: 24px; bottom: 24px; display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 28px; align-items: end; width: min(720px, calc(100vw - 48px)); padding: 26px; border: 1px solid rgba(255,255,255,.14); background: rgba(18,17,14,.97); color: #fff; box-shadow: 0 20px 70px rgba(0,0,0,.28); }
.cookie-banner[hidden] { display: none; }
.cookie-copy h2 { margin: 0 0 10px; color: #fff; font-family: "Cormorant Garamond", serif; font-size: 32px; font-weight: 500; }
.cookie-copy p { max-width: 520px; margin: 0 0 10px; color: rgba(255,255,255,.72); font-size: 12px; }
.cookie-copy a { border-bottom: 1px solid rgba(255,255,255,.5); font-size: 11px; }
.cookie-actions { display: flex; flex-direction: column; gap: 8px; min-width: 190px; }
.cookie-button { min-height: 42px; padding: 11px 16px; border: 1px solid rgba(255,255,255,.3); cursor: pointer; font: 600 10px/1.3 "Manrope", sans-serif; letter-spacing: .05em; text-transform: uppercase; }
.cookie-button-primary { border-color: var(--gold); background: var(--gold); color: #111; }
.cookie-button-secondary { background: transparent; color: #fff; }

.legal-page { min-width: 0; background: var(--paper); }
.legal-header { display: flex; justify-content: space-between; align-items: center; min-height: 86px; padding: 14px 8vw; border-bottom: 1px solid var(--line); background: var(--paper); }
.legal-back { padding-bottom: 3px; border-bottom: 1px solid; font-size: 12px; }
.legal-document { width: min(860px, 88vw); margin: 0 auto; padding: 90px 0 110px; }
.legal-document h1 { max-width: 760px; margin: 0 0 70px; font-family: "Cormorant Garamond", serif; font-size: clamp(46px, 7vw, 82px); font-weight: 500; line-height: .98; }
.legal-document section { padding: 34px 0; border-top: 1px solid var(--line); }
.legal-document h2 { margin: 0 0 18px; font-size: clamp(26px, 3vw, 36px); line-height: 1.1; }
.legal-document p { margin: 0 0 14px; color: var(--muted); }
.legal-document a { color: var(--ink); border-bottom: 1px solid; }
.legal-footer { grid-template-columns: 1fr auto; }

.modal { position: fixed; z-index: 50; inset: 0; visibility: hidden; opacity: 0; transition: opacity .25s, visibility .25s; }
.modal.is-open { visibility: visible; opacity: 1; }
.modal-backdrop { position: absolute; inset: 0; width: 100%; border: 0; background: rgba(11,10,8,.68); backdrop-filter: blur(8px); cursor: default; }
.modal-panel { position: absolute; top: 0; right: 0; display: grid; grid-template-columns: minmax(0, 1.08fr) minmax(320px, .82fr); width: min(1080px, 94vw); height: 100%; background: var(--paper); transform: translateX(100%); transition: transform .4s ease; }
.modal.is-open .modal-panel { transform: translateX(0); }
.modal-close { position: absolute; z-index: 1; top: 18px; right: 22px; width: 38px; height: 38px; border: 0; border-radius: 50%; background: var(--cream); cursor: pointer; font-family: Arial, sans-serif; font-size: 26px; line-height: 1; }
.modal-media { position: relative; display: grid; grid-template-rows: minmax(0, 1fr) auto; min-width: 0; min-height: 0; background: #ded9d0; }
.modal-stage { min-width: 0; min-height: 0; overflow: hidden; }
.modal-stage img, .modal-stage video { display: block; width: 100%; height: 100%; object-fit: cover; background: #151515; }
.gallery-arrow { position: absolute; z-index: 2; top: 50%; display: grid; place-items: center; width: 42px; height: 42px; padding: 0; transform: translateY(-50%); border: 0; border-radius: 50%; background: rgba(251,250,246,.88); cursor: pointer; }
.gallery-arrow:disabled { display: none; }
.gallery-prev { left: 18px; }
.gallery-next { right: 18px; }
.modal-thumbs { display: flex; gap: 7px; min-width: 0; padding: 10px; overflow-x: auto; background: #ede8df; scrollbar-width: thin; }
.modal-thumbs button { flex: 0 0 56px; width: 56px; height: 70px; padding: 0; overflow: hidden; border: 1px solid transparent; background: #d6d0c7; cursor: pointer; opacity: .6; }
.modal-thumbs button.is-active { border-color: var(--ink); opacity: 1; }
.modal-thumbs img { width: 100%; height: 100%; object-fit: cover; }
.thumb-video { display: grid; place-items: center; width: 100%; height: 100%; color: #fff; background: var(--ink); font-size: 13px; }
.modal-content { display: flex; flex-direction: column; justify-content: center; align-items: flex-start; min-width: 0; overflow-y: auto; padding: 80px clamp(28px, 4vw, 64px) 56px; }
.modal-content h2 { margin: 0 0 28px; font-size: clamp(46px, 5vw, 72px); }
.modal-description { color: var(--muted); }
.modal-content dl { width: 100%; margin: 25px 0 34px; }
.modal-content dl div { display: flex; justify-content: space-between; gap: 20px; padding: 14px 0; border-top: 1px solid var(--line); }
.modal-content dt { color: var(--muted); font-size: 12px; }
.modal-content dd { margin: 0; font-size: 12px; font-weight: 600; text-align: right; }
.source-link { margin-top: 18px; font-size: 11px; border-bottom: 1px solid; }
.modal-actions { display: flex; flex-wrap: wrap; gap: 10px; width: 100%; }
.modal-actions .button { flex: 1 1 190px; padding-right: 18px; padding-left: 18px; cursor: pointer; }

.order-modal { z-index: 60; }
.order-panel { position: absolute; top: 0; right: 0; width: min(720px, 100vw); height: 100%; padding: 72px clamp(24px, 6vw, 72px) 48px; overflow-y: auto; background: var(--paper); transform: translateX(100%); transition: transform .4s ease; }
.order-modal.is-open .order-panel { transform: translateX(0); }
.order-heading { margin-bottom: 34px; }
.order-heading h2 { margin: 8px 0 14px; font-size: clamp(46px, 6vw, 68px); }
.order-heading > p:last-child { max-width: 540px; margin: 0; color: var(--muted); }
.order-form { display: grid; gap: 18px; }
.order-form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.order-form label:not(.order-consent):not(.order-honeypot) { display: grid; gap: 7px; }
.order-form label > span:first-child { color: var(--muted); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.order-form input:not([type="checkbox"]), .order-form textarea { width: 100%; min-width: 0; padding: 13px 0; border: 0; border-bottom: 1px solid var(--line); border-radius: 0; outline: none; background: transparent; color: var(--ink); font: 13px/1.5 "Manrope", sans-serif; }
.order-form input:focus, .order-form textarea:focus { border-color: var(--ink); }
.order-product-value { display: block; padding: 10px 0 13px; border-bottom: 1px solid var(--line); color: var(--ink) !important; font-family: "Cormorant Garamond", serif; font-size: 22px !important; line-height: 1.15; letter-spacing: 0 !important; text-transform: none !important; }
.order-form textarea { resize: vertical; }
.order-consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 10px; align-items: start; cursor: pointer; }
.order-consent input { width: 16px; height: 16px; margin: 2px 0 0; accent-color: var(--ink); }
.order-consent span { color: var(--muted); font-size: 10px; line-height: 1.55; }
.order-consent a, .order-telegram { border-bottom: 1px solid; }
.order-honeypot { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.order-submit { width: 100%; margin-top: 4px; cursor: pointer; }
.order-submit:disabled { cursor: wait; opacity: .55; }
.order-status { min-height: 20px; margin: -4px 0 0; font-size: 11px; }
.order-status.is-success { color: #37623e; }
.order-status.is-error { color: #9a3028; }
.order-telegram { justify-self: start; color: var(--muted); font-size: 11px; }

.success-modal { z-index: 70; }
.success-panel { position: absolute; top: 50%; left: 50%; width: min(580px, calc(100vw - 32px)); padding: clamp(50px, 7vw, 78px) clamp(28px, 6vw, 64px) clamp(34px, 5vw, 52px); background: var(--paper); text-align: center; transform: translate(-50%, -46%) scale(.97); transition: transform .3s ease; }
.success-modal.is-open .success-panel { transform: translate(-50%, -50%) scale(1); }
.success-panel .section-kicker { margin-bottom: 20px; }
.success-panel h2 { margin: 0 0 24px; font-size: clamp(42px, 7vw, 68px); line-height: .95; }
.success-message { max-width: 450px; margin: 0 auto 36px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.success-actions { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
.success-actions .button { justify-content: center; padding-right: 18px; padding-left: 18px; text-align: center; }

@media (max-width: 900px) {
  .site-header { grid-template-columns: 1fr auto; min-height: 68px; }
  .main-nav { position: absolute; top: 68px; right: 0; left: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 12px 4vw 24px; background: var(--paper); border-bottom: 1px solid var(--line); }
  .main-nav.is-open { display: flex; }
  .main-nav a { padding: 14px 0; border-bottom: 1px solid var(--line); }
  .menu-toggle { display: block; justify-self: end; cursor: pointer; font-size: 11px; }
  .header-order { display: none; }
  .intro-grid { grid-template-columns: 1fr; }
  .product-grid { grid-template-columns: repeat(2, 1fr); }
  .manifesto { grid-template-columns: 1fr; }
  .manifesto-photo { max-height: 760px; }
  .manifesto-copy { padding: 72px 8vw; }
  .modal-panel { grid-template-columns: minmax(0, 1fr) minmax(300px, .9fr); width: 100%; }
}

@media (max-width: 560px) {
  .success-panel { padding: 58px 22px 28px; }
  .success-panel h2 { font-size: clamp(40px, 13vw, 54px); }
  .success-message { margin-bottom: 28px; font-size: 13px; }
  .success-actions { grid-template-columns: 1fr; }
  .success-actions .button { width: 100%; }
}

@media (max-width: 640px) {
  body { padding-bottom: 64px; }
  .announcement { font-size: 9px; }
  .brand span { font-size: 11px; }
  .hero { min-height: 76svh; }
  .hero-image { object-position: 58% 50%; }
  .hero-shade { background: linear-gradient(0deg, rgba(8,10,11,.76) 0%, rgba(8,10,11,.08) 70%); }
  .hero-content { position: absolute; bottom: 0; width: 100%; padding: 50px 6vw 56px; }
  .hero h1 { font-size: clamp(48px, 15vw, 72px); }
  .hero-copy { margin: 20px 0 26px; font-size: 13px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 18px; }
  .hero-index { display: none; }
  .intro, .collection, .service { padding: 48px 6vw; }
  .intro h2, .section-heading h2, .contacts h2 { font-size: 54px; }
  .section-heading { align-items: flex-start; flex-direction: column; gap: 16px; }
  .filters { margin-top: 24px; overflow-x: auto; flex-wrap: nowrap; padding-bottom: 4px; }
  .filter { white-space: nowrap; }
  .product-grid { grid-template-columns: 1fr 1fr; gap: 34px 10px; }
  .product-meta { display: grid; grid-template-columns: 1fr; grid-template-rows: auto auto auto; gap: 5px; padding-top: 12px; }
  .product-meta h3 { font-size: 20px; }
  .product-price { min-height: 20px; justify-content: flex-start; }
  .product-meta strong { display: block; margin: 0; }
  .product-meta p { min-height: 1.55em; margin: 0; font-size: 9px; }
  .quick-view { display: none; }
  .manifesto { min-height: 0; }
  .manifesto-photo { height: 620px; }
  .manifesto-copy { padding: 52px 6vw; }
  .manifesto-copy blockquote { font-size: 52px; }
  .service { grid-template-columns: 1fr; gap: 28px; }
  .service-item { padding-top: 16px; }
  .service-item h3 { margin: 16px 0 10px; font-size: 30px; }
  .contacts { grid-template-columns: 1fr; align-items: start; padding: 52px 6vw; }
  footer { grid-template-columns: 1fr; padding: 52px 6vw 64px; }
  footer small { grid-column: 1; }
  .footer-links { flex-wrap: wrap; }
  .cookie-banner { right: 12px; bottom: 76px; grid-template-columns: 1fr; gap: 18px; width: calc(100vw - 24px); padding: 20px; }
  .cookie-actions { min-width: 0; }
  .legal-header { min-height: 68px; padding: 12px 6vw; }
  .legal-document { width: 88vw; padding: 64px 0 90px; }
  .legal-document h1 { margin-bottom: 48px; }
  .legal-footer { grid-template-columns: 1fr; }
  .order-dock { position: fixed; z-index: 30; right: 0; bottom: 0; left: 0; display: flex; justify-content: space-between; align-items: center; gap: 12px; min-height: 64px; padding: 10px 5vw; background: var(--ink); color: #fff; box-shadow: 0 -8px 30px rgba(0,0,0,.15); }
  .order-dock span { color: rgba(255,255,255,.62); font-size: 9px; }
  .order-dock a { font-size: 10px; border-bottom: 1px solid; white-space: nowrap; }
  .modal-panel { display: block; width: 100%; overflow-y: auto; }
  .modal-media { display: grid; grid-template-rows: minmax(0, 56svh) auto; height: auto; }
  .modal-stage { height: 56svh; }
  .modal-content { padding: 55px 6vw 90px; }
  .modal-content h2 { font-size: clamp(42px, 14vw, 58px); }
  .gallery-arrow { width: 38px; height: 38px; }
  .modal-actions { display: grid; grid-template-columns: 1fr; }
  .modal-actions .button { width: 100%; }
  .order-panel { padding: 62px 6vw 92px; }
  .order-heading h2 { font-size: 48px; }
  .order-form-row { grid-template-columns: 1fr; gap: 18px; }
}

@media (max-width: 360px) {
  .brand { gap: 8px; }
  .brand img { width: 34px; height: 34px; }
  .brand span { letter-spacing: .12em; }
  .site-header { padding-right: 16px; padding-left: 16px; }
  .hero h1 { font-size: 44px; }
  .hero-content { padding-right: 18px; padding-left: 18px; }
  .intro, .collection, .service, .manifesto-copy, .contacts { padding-right: 18px; padding-left: 18px; }
  .intro h2, .section-heading h2, .contacts h2 { font-size: 46px; }
  .product-grid { grid-template-columns: 1fr; gap: 42px; }
  .product-meta h3 { font-size: 24px; }
  .order-dock span { display: none; }
  .order-dock { justify-content: center; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; }
}
