:root {
  --ow-black: #0b0b0b;
  --ow-ink: #161616;
  --ow-paper: #f6f4f0;
  --ow-card: #ece8e2;
  --ow-muted: #6b6762;
  --ow-sale: #2f5d3a;
  --ow-line: rgba(255, 255, 255, 0.18);
  --ow-serif: "Prata", "PT Serif", serif;
  --ow-sans: "Manrope", "Golos Text", sans-serif;
  --woocommerce: 11, 11, 11;
  --wc-primary: #0b0b0b;
  --wc-primary-text: #fff;
  accent-color: var(--ow-ink);
}

*,
*::before,
*::after { box-sizing: border-box; }

*:focus { outline: none; }
*:focus-visible {
  outline: 1px solid var(--ow-ink);
  outline-offset: 3px;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: none;
  border-color: var(--ow-ink);
  box-shadow: none;
}

body.ow-body {
  margin: 0;
  color: var(--ow-ink);
  background: #fff;
  font-family: var(--ow-sans);
  font-weight: 400;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}

a { color: inherit; text-decoration: none; }
img { max-width: 100%; height: auto; display: block; }
.ow-hero-media img,
.ow-cat-photo img,
.ow-item-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ow-arrow { width: 28px; height: 10px; flex: 0 0 auto; }
.ow-link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-size: 11px;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.ow-link:hover { opacity: 0.62; }

.ow-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.ow-logo-img {
  display: block;
  width: auto;
  height: 16px;
}

.ow-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 64px;
  padding: 0 48px;
  background: transparent;
  color: #f3f3f3;
  mix-blend-mode: difference;
  z-index: 100;
}
/* Когда открыто мобильное меню — без инверсии, тёмная панель */
.ow-header:has(.ow-nav-check:checked) {
  mix-blend-mode: normal;
  isolation: isolate;
  background: var(--ow-black);
  color: #fff;
}
.ow-header:has(.ow-nav-check:checked) .ow-logo .ow-logo-img {
  filter: none;
}
.ow-header:has(.ow-nav-check:checked) .ow-nav a,
.ow-header:has(.ow-nav-check:checked) .ow-tools a,
.ow-header:has(.ow-nav-check:checked) .ow-cart-count {
  color: #fff;
  opacity: 1;
}
body.ow-body:not(.home):not(.page-template-homepage):not(.ow-about-template) {
  padding-top: 64px;
}
.ow-nav,
.ow-tools {
  display: flex;
  align-items: center;
  gap: 32px;
  font-size: 13px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}
.ow-nav a,
.ow-tools a { opacity: 1; }
.ow-nav a:hover,
.ow-tools a:hover { opacity: 0.55; }
.ow-tools { justify-content: flex-end; }
.ow-cart-count { opacity: 0.8; }
.ow-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
}
.ow-logo .ow-logo-img {
  height: 28px;
  filter: none;
}
.ow-burger,
.ow-nav-check { display: none; }
.ow-icon { width: 18px; height: 18px; display: block; }

.ow-top {
  position: relative;
  background: #ece8e2;
  color: var(--ow-ink);
}
.ow-hero {
  position: relative;
  height: 100vh;
  height: 100svh;
  max-height: 100vh;
  max-height: 100svh;
  overflow: hidden;
}
.ow-hero-media {
  position: absolute;
  inset: 0;
  margin: 0;
}
.ow-hero-media img {
  object-position: 50% 28%;
}
.ow-hero-copy {
  position: absolute;
  left: 48px;
  bottom: 56px;
  z-index: 2;
  max-width: none;
}
.ow-hero-title {
  margin: 0;
  display: flex;
  flex-direction: column;
  font-family: var(--ow-serif);
  font-size: clamp(28px, 3.2vw, 44px);
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: -0.025em;
}
.ow-hero-line { white-space: nowrap; }
.ow-hero-cta {
  margin-top: 22px;
}
.ow-hero-promo {
  position: absolute;
  right: 48px;
  bottom: 56px;
  z-index: 2;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
  padding-top: 14px;
  border-top: 1px solid rgba(22, 22, 22, 0.18);
  text-align: right;
}
.ow-hero-promo-sum {
  font-family: var(--ow-serif);
  font-size: clamp(26px, 2.6vw, 36px);
  line-height: 1;
  letter-spacing: -0.03em;
}
.ow-hero-promo-text {
  max-width: 16ch;
  font-size: 12px;
  letter-spacing: 0.06em;
  line-height: 1.45;
  color: var(--ow-muted);
}

.ow-section { padding: 88px 48px; }
.ow-section-title {
  margin: 0 0 48px;
  text-align: center;
  font-family: var(--ow-serif);
  font-size: 42px;
  font-weight: 400;
}

.ow-cats-block {
  padding: 8px;
  background: var(--ow-paper);
}
.ow-cats {
  display: grid;
  grid-template-columns: 1.18fr 0.92fr 0.9fr;
  grid-template-rows: minmax(260px, 34vh) minmax(380px, 48vh);
  gap: 8px;
  min-height: 0;
}
.ow-cat {
  position: relative;
  display: block;
  height: 100%;
  min-height: 0;
  overflow: hidden;
  color: #fff;
  background: var(--ow-card);
}
.ow-cat:focus-visible {
  outline: 2px solid var(--ow-ink);
  outline-offset: 3px;
}
.ow-cat--lead { grid-column: 1; grid-row: 1 / span 2; }
.ow-cat--suits { grid-column: 2 / span 2; grid-row: 1; }
.ow-cat--acc { grid-column: 2; grid-row: 2; }
.ow-cat--gift { grid-column: 3; grid-row: 2; }
.ow-cat figure {
  position: relative;
  margin: 0;
  height: 100%;
  min-height: inherit;
}
.ow-cat-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
  background: var(--ow-card);
}
.ow-cat-photo img {
  transform: scale(1.01);
  transition: transform 0.7s ease;
}
.ow-cat--lead .ow-cat-photo img { object-position: 50% 18%; }
.ow-cat--suits .ow-cat-photo img { object-position: 50% 22%; }
.ow-cat--acc .ow-cat-photo img { object-position: 50% 35%; }
.ow-cat--gift .ow-cat-photo img { object-position: 50% 50%; }
.ow-cat:hover .ow-cat-photo img,
.ow-cat:focus-visible .ow-cat-photo img {
  transform: scale(1.06);
}
.ow-cat figcaption {
  position: absolute;
  z-index: 2;
  margin: 0;
  background: none;
  text-shadow: none;
}
.ow-cat-name {
  display: block;
  font-family: var(--ow-serif);
  font-weight: 400;
  letter-spacing: -0.04em;
  line-height: 0.92;
}
.ow-cat--lead figcaption {
  left: 28px;
  right: 28px;
  bottom: 28px;
}
.ow-cat--lead .ow-cat-name {
  max-width: 7ch;
  font-size: clamp(44px, 5.4vw, 86px);
  color: #f3f3f3;
  mix-blend-mode: difference;
}
.ow-cat--suits figcaption {
  left: 28px;
  top: 24px;
  right: 28px;
}
.ow-cat--suits .ow-cat-name {
  font-size: clamp(32px, 3.6vw, 56px);
  color: #f3f3f3;
  mix-blend-mode: difference;
}
.ow-cat--acc,
.ow-cat--gift {
  color: var(--ow-ink);
  background: var(--ow-paper);
  overflow: hidden;
}
.ow-cat--acc figure,
.ow-cat--gift figure {
  display: flex;
  flex-direction: column;
}
.ow-cat--acc .ow-cat-photo,
.ow-cat--gift .ow-cat-photo {
  position: relative;
  inset: auto;
  flex: 1;
  min-height: 0;
}
.ow-cat--acc figcaption,
.ow-cat--gift figcaption {
  position: relative;
  left: auto;
  right: auto;
  bottom: auto;
  padding: 16px 8px 10px;
}
.ow-cat--acc .ow-cat-name,
.ow-cat--gift .ow-cat-name {
  font-size: clamp(22px, 2.2vw, 34px);
  color: var(--ow-ink);
  mix-blend-mode: normal;
}
@media (prefers-reduced-motion: reduce) {
  .ow-cat-photo img { transition: none; }
  .ow-cat:hover .ow-cat-photo img,
  .ow-cat:focus-visible .ow-cat-photo img { transform: none; }
}

.ow-home-brand {
  color: var(--ow-ink);
  background: #fff;
}
.ow-home-brand .ow-ab-hero {
  min-height: 0;
  padding: 72px 48px 88px;
}
.ow-home-brand .ow-ab-title {
  font-size: clamp(56px, 8vw, 104px);
}
.ow-home-brand .ow-ab-hero-copy .ow-link {
  margin-top: 28px;
}
.ow-home-brand .ow-ab-hero-look {
  height: min(70vh, 680px);
  min-height: 480px;
}
.ow-kicker {
  margin: 0 0 22px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ow-muted);
}

.ow-new {
  display: grid;
  grid-template-columns: 0.7fr 1.3fr;
  gap: 48px;
  align-items: center;
  padding: 32px 48px 108px;
}
.ow-new-title {
  margin: 0 0 18px;
  font-family: var(--ow-serif);
  font-size: clamp(40px, 4.4vw, 62px);
  font-weight: 400;
  line-height: 1.05;
}
.ow-new p { margin: 0 0 28px; max-width: 320px; color: #3c3a37; }
.ow-new-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.ow-item-photo { aspect-ratio: 3 / 4; background: var(--ow-card); }
.ow-item figcaption { padding: 14px 2px 0; }
.ow-item-name { margin: 0 0 4px; font-size: 13px; }
.ow-item-price { margin: 0; font-size: 12px; color: var(--ow-muted); }
.ow-pcard-price del,
.ow-pinfo-price del,
.ow-item-price del,
.ow-pcard-price del .amount,
.ow-pinfo-price del .amount,
.ow-item-price del .amount {
  margin-right: 8px;
  color: var(--ow-muted);
  opacity: 1;
  text-decoration: line-through;
}
.ow-pcard-price ins,
.ow-pinfo-price ins,
.ow-item-price ins {
  padding: 0;
  background: none;
  text-decoration: none;
}
.ow-pcard-price ins,
.ow-pcard-price ins .amount,
.ow-pinfo-price ins,
.ow-pinfo-price ins .amount,
.ow-item-price ins,
.ow-item-price ins .amount {
  color: var(--ow-sale);
  font-weight: 500;
}

.ow-footer {
  position: relative;
  overflow: visible;
  background: var(--ow-black);
  color: #fff;
  padding: 64px 48px 28px;
}
.ow-footer-grid,
.ow-footer-col,
.ow-footer-label,
.ow-copy {
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.ow-footer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 40px 48px;
  position: relative;
  z-index: 2;
  padding-bottom: 8px;
}
.ow-footer-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}
.ow-footer-label {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.34);
}
.ow-footer a {
  color: rgba(255, 255, 255, 0.82);
}
.ow-footer a:hover { opacity: 0.55; }
.ow-footer-mail {
  text-transform: uppercase;
  letter-spacing: 0.18em;
}
.ow-footer-logo {
  display: block;
  width: calc(100% + 96px);
  margin: 56px -48px 0;
  padding: 0 0 28px;
  line-height: 0;
  overflow: visible;
}
.ow-footer-logo .ow-logo-img {
  display: block;
  width: 100%;
  max-width: none;
  height: auto;
  margin: 0;
}
.ow-copy {
  position: relative;
  z-index: 1;
  margin: 0;
  color: rgba(255, 255, 255, 0.34);
}
.ow-copy a { color: inherit; }

body.ow-about-template .ow-ab {
  color: var(--ow-ink);
  background: #fff;
}
.ow-ab-hero {
  display: grid;
  grid-template-columns: 0.92fr 1.08fr;
  gap: 48px;
  align-items: center;
  min-height: 100svh;
  padding: 108px 48px 56px;
  background: var(--ow-paper);
}
.ow-ab-title {
  margin: 0 0 28px;
  font-family: var(--ow-serif);
  font-size: clamp(64px, 10vw, 128px);
  font-weight: 400;
  line-height: 0.88;
  letter-spacing: -0.05em;
}
.ow-ab-lead {
  margin: 0 0 18px;
  max-width: 34ch;
  font-size: 18px;
  line-height: 1.5;
}
.ow-ab-hero-copy p:not(.ow-ab-lead):not(.ow-kicker) {
  margin: 0;
  max-width: 42ch;
  color: #3c3a37;
  line-height: 1.65;
}
.ow-ab-hero-visual {
  position: relative;
  min-height: 0;
}
.ow-ab-hero-look {
  margin: 0;
  height: min(78vh, 760px);
  min-height: 520px;
  background: var(--ow-card);
  overflow: hidden;
}
.ow-ab-hero-look img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 18%;
}
.ow-ab-hero-atelier {
  position: absolute;
  left: -48px;
  bottom: 36px;
  z-index: 2;
  margin: 0;
  width: min(280px, 42%);
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: #111;
  box-shadow: 0 18px 40px rgba(11, 11, 11, 0.18);
}
.ow-ab-hero-atelier img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ow-ab-mission {
  padding: 88px 48px;
  background: var(--ow-black);
  color: #fff;
}
.ow-ab-mission .ow-kicker { color: rgba(255, 255, 255, 0.42); }
.ow-ab-mission-title {
  margin: 0;
  max-width: 18ch;
  font-family: var(--ow-serif);
  font-size: clamp(32px, 4.6vw, 64px);
  font-weight: 400;
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.ow-ab-values,
.ow-ab-places {
  padding: 88px 48px 96px;
}
.ow-ab-head { margin-bottom: 36px; }
.ow-ab-section-title {
  margin: 0;
  font-family: var(--ow-serif);
  font-size: clamp(36px, 4.4vw, 58px);
  font-weight: 400;
  line-height: 1.05;
  letter-spacing: -0.035em;
}
.ow-ab-values-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}
.ow-ab-value-photo {
  margin: 0 0 18px;
  aspect-ratio: 3 / 4;
  overflow: hidden;
  background: var(--ow-card);
}
.ow-ab-value-photo img,
.ow-ab-uniq-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ow-ab-value-index {
  margin: 0 0 8px;
  font-family: var(--ow-serif);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ow-muted);
}
.ow-ab-value h3,
.ow-ab-list h3,
.ow-ab-places h3 {
  margin: 0 0 10px;
  font-family: var(--ow-serif);
  font-size: 24px;
  font-weight: 400;
  letter-spacing: -0.02em;
}
.ow-ab-value p {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
  color: #3c3a37;
}
.ow-ab-uniq {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 72px;
  align-items: center;
  padding: 24px 48px 96px;
}
.ow-ab-uniq-visual {
  min-height: 640px;
  background: var(--ow-card);
}
.ow-ab-uniq-visual figure {
  margin: 0;
  height: 100%;
  min-height: 640px;
}
.ow-ab-list {
  list-style: none;
  margin: 28px 0 0;
  padding: 0;
}
.ow-ab-list li {
  display: grid;
  grid-template-columns: 48px 1fr;
  gap: 16px;
  padding: 18px 0;
  border-top: 1px solid rgba(22, 22, 22, 0.12);
}
.ow-ab-list li:last-child { border-bottom: 1px solid rgba(22, 22, 22, 0.12); }
.ow-ab-list span {
  font-family: var(--ow-serif);
  font-size: 13px;
  letter-spacing: 0.08em;
  color: var(--ow-muted);
  padding-top: 6px;
}
.ow-ab-list p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #3c3a37;
}
.ow-ab-who {
  padding: 72px 48px;
  background: var(--ow-paper);
}
.ow-ab-who p {
  margin: 0;
  max-width: 22ch;
  font-family: var(--ow-serif);
  font-size: clamp(32px, 5vw, 64px);
  line-height: 1.12;
  letter-spacing: -0.03em;
}
.ow-ab-places-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 36px;
}
.ow-ab-places article {
  padding: 32px 28px 36px;
  background: var(--ow-paper);
}
.ow-ab-places article p:last-child {
  margin: 0;
  max-width: 24ch;
  font-size: 16px;
  line-height: 1.5;
  color: #3c3a37;
}
.ow-ab-cta { margin-top: 8px; }

.ow-page {
  width: min(920px, calc(100% - 48px));
  margin: 56px auto 96px;
}
.ow-shop { width: min(1180px, calc(100% - 48px)); }
.ow-page-title {
  margin: 0 0 28px;
  font-family: var(--ow-serif);
  font-size: clamp(36px, 5vw, 56px);
  font-weight: 400;
}
.ow-content p,
.ow-excerpt p { margin: 0 0 16px; line-height: 1.7; }
.ow-post-card { margin: 0 0 32px; padding-bottom: 24px; border-bottom: 1px solid rgba(22, 22, 22, 0.1); }
.ow-post-card h2 {
  margin: 0 0 8px;
  font-family: var(--ow-serif);
  font-size: 28px;
  font-weight: 400;
}

.ow-shop .button,
.ow-shop button.button,
.ow-shop a.button,
.woocommerce a.button,
.woocommerce a.button.alt,
.woocommerce button.button,
.woocommerce button.button.alt,
.woocommerce input.button,
.woocommerce input.button.alt,
.woocommerce #respond input#submit,
.woocommerce #respond input#submit.alt,
.woocommerce .widget_shopping_cart a.button,
.woocommerce .added_to_cart,
.woocommerce a.added_to_cart {
  background: var(--ow-black);
  background-color: var(--ow-black);
  color: #fff;
  border: 0;
  border-radius: 0;
  font-family: var(--ow-sans);
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 12px 18px;
}
.ow-shop .button:hover,
.woocommerce a.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button:hover,
.woocommerce button.button.alt:hover,
.woocommerce input.button:hover,
.woocommerce input.button.alt:hover,
.woocommerce #respond input#submit:hover,
.woocommerce #respond input#submit.alt:hover,
.woocommerce .added_to_cart:hover,
.woocommerce a.added_to_cart:hover {
  background: #2a2a2a;
  background-color: #2a2a2a;
  color: #fff;
}
.woocommerce del {
  opacity: 0.55;
  text-decoration: line-through;
}
.woocommerce ins {
  background: none;
  text-decoration: none;
  color: var(--ow-sale);
}
.woocommerce ins .amount { color: inherit; }
.woocommerce-message,
.woocommerce-info {
  border-top-color: var(--ow-ink);
  background: var(--ow-paper);
}
.woocommerce-message::before,
.woocommerce-info::before {
  color: var(--ow-ink);
}
.woocommerce ul.products {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}
.woocommerce ul.products li.product { width: auto; float: none; margin: 0; }
.woocommerce ul.products li.product img { width: 100%; }
.woocommerce ul.products li.product .woocommerce-loop-product__title {
  font-family: var(--ow-serif);
  font-size: 18px;
  font-weight: 400;
}
.woocommerce div.product .product_title {
  font-family: var(--ow-serif);
  font-weight: 400;
}

@media (max-width: 980px) {
  .ow-header { padding: 0 18px; min-height: 64px; flex-wrap: nowrap; }
  .ow-header:has(.ow-nav-check:checked) {
    flex-wrap: nowrap;
    align-items: center;
  }
  .ow-nav { display: none; }
  .ow-burger {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
    width: 24px;
    height: 24px;
    color: inherit;
    cursor: pointer;
  }
  .ow-nav-check:checked + .ow-burger svg { opacity: 0; }
  .ow-nav-check:checked + .ow-burger::before,
  .ow-nav-check:checked + .ow-burger::after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 16px;
    height: 1.2px;
    background: currentColor;
  }
  .ow-nav-check:checked + .ow-burger::before { transform: translate(-50%, -50%) rotate(45deg); }
  .ow-nav-check:checked + .ow-burger::after { transform: translate(-50%, -50%) rotate(-45deg); }
  .ow-tools {
    z-index: 3;
    gap: 0;
    font-size: 11px;
    letter-spacing: 0.1em;
  }
  .ow-logo .ow-logo-img { height: 16px; }
  .ow-nav-check:checked ~ .ow-nav {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    margin: 0;
    padding: 4px 18px 24px;
    background: var(--ow-black);
    border: 0;
    color: #fff;
  }
  .ow-nav-check:checked ~ .ow-nav a {
    color: #fff;
    opacity: 1;
    font-size: 14px;
    letter-spacing: 0.16em;
    padding: 14px 0;
  }
  .ow-new,
  .ow-new-grid,
  .woocommerce ul.products {
    grid-template-columns: 1fr;
  }
  .ow-cats-block { padding: 8px; }
  .ow-cats {
    height: auto;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: minmax(420px, 88vw) minmax(220px, 52vw) auto;
    min-height: 0;
    gap: 8px;
  }
  .ow-cat--lead { grid-column: 1 / -1; grid-row: 1; }
  .ow-cat--suits { grid-column: 1 / -1; grid-row: 2; }
  .ow-cat--acc { grid-column: 1; grid-row: 3; }
  .ow-cat--gift { grid-column: 2; grid-row: 3; }
  .ow-cat--lead figcaption { left: 18px; right: 18px; bottom: 18px; }
  .ow-cat--lead .ow-cat-name { font-size: clamp(40px, 12vw, 64px); }
  .ow-cat--suits figcaption { left: 18px; top: 16px; right: 18px; }
  .ow-cat--suits .ow-cat-name { font-size: clamp(28px, 8vw, 40px); }
  .ow-cat--acc .ow-cat-name,
  .ow-cat--gift .ow-cat-name { font-size: clamp(20px, 5.4vw, 26px); }
  .ow-cat--acc figcaption,
  .ow-cat--gift figcaption { padding: 12px 4px 8px; }
  .ow-hero {
    height: 100vh;
    height: 100svh;
    max-height: 100vh;
    max-height: 100svh;
  }
  .ow-hero-copy {
    left: 20px;
    right: 20px;
    bottom: 112px;
    max-width: calc(100% - 40px);
  }
  .ow-hero-title { font-size: clamp(26px, 7.4vw, 34px); }
  .ow-hero-line { white-space: normal; }
  .ow-hero-promo {
    left: 20px;
    right: 20px;
    bottom: 28px;
    align-items: flex-start;
    text-align: left;
  }
  .ow-section,
  .ow-new,
  .ow-footer { padding-left: 20px; padding-right: 20px; }
  .ow-home-brand .ow-ab-hero {
    padding: 48px 20px 56px;
  }
  .ow-home-brand .ow-ab-hero-look {
    height: auto;
    min-height: 68vw;
  }
  .ow-new { gap: 28px; }
  .ow-footer-grid {
    grid-template-columns: 1fr;
    gap: 32px;
  }
  .ow-footer-logo {
    width: calc(100% + 40px);
    margin: 40px -20px 0;
    padding-bottom: 24px;
  }
  .ow-footer-logo .ow-logo-img {
    width: 100%;
    margin: 0;
  }
  .ow-ab-hero,
  .ow-ab-uniq,
  .ow-ab-values-grid,
  .ow-ab-places-grid {
    grid-template-columns: 1fr;
  }
  .ow-ab-hero,
  .ow-ab-mission,
  .ow-ab-values,
  .ow-ab-places,
  .ow-ab-uniq,
  .ow-ab-who {
    padding-left: 20px;
    padding-right: 20px;
  }
  .ow-ab-hero {
    min-height: 0;
    gap: 28px;
    padding-top: 96px;
    padding-bottom: 36px;
  }
  .ow-ab-title { font-size: clamp(56px, 18vw, 80px); }
  .ow-ab-hero-visual,
  .ow-ab-hero-look { min-height: 68vw; }
  .ow-ab-hero-atelier {
    left: 16px;
    bottom: 16px;
    width: 42%;
  }
  .ow-ab-uniq { gap: 28px; padding-top: 20px; }
  .ow-ab-uniq-visual,
  .ow-ab-uniq-visual figure { min-height: 420px; }
  .ow-ab-who p { max-width: none; }
}
