/* PIKO — an editorial Memphis collection. Fonts and product photography are original. */
@font-face {
  font-family: "Cormorant Garamond";
  src: url("../fonts/CormorantGaramond-wght.ttf") format("truetype");
  font-weight: 500 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-wght.ttf") format("truetype");
  font-weight: 400 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-wght.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
:root {
  --paper: #f6f3ee;
  --ink: #292820;
  --muted: #655f56;
  --line: #d3cdbf;
  --pink: #c15f7f;
  --yellow: #e2a62f;
  --blue: #7fa6c3;
  --lilac: #b6a0c7;
  --lime: #9a9b48;
  --page-width: min(1280px, calc(100% - 96px));
  --dots: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12'%3E%3Ccircle cx='2' cy='2' r='1.3' fill='%23292820'/%3E%3C/svg%3E");
  --wave: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 180 40' fill='none'%3E%3Cpath d='M2 20C17-2 32-2 47 20S77 42 92 20 122-2 137 20s30 22 41 0' stroke='%23e2a62f' stroke-width='5'/%3E%3C/svg%3E");
}
* { box-sizing: border-box; }
html { scroll-padding-top: 110px; scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: "Manrope", Arial, sans-serif; -webkit-font-smoothing: antialiased; }
h1, h2, h3 { font-family: "Cormorant Garamond", Georgia, serif; font-weight: 500; letter-spacing: -.035em; line-height: 1.03; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; cursor: pointer; }
a { color: inherit; text-underline-offset: .25em; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--ink); outline-offset: 5px; }
[hidden] { display: none !important; }
::selection { color: var(--ink); background: var(--lilac); }
.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; }

/* Quiet navigation, with a single colour register along the bottom. */
.site-header { position: sticky; top: 0; z-index: 20; background: var(--paper); border-bottom: 1px solid var(--line); }
.site-header::after { content: ""; position: absolute; bottom: -2px; left: 50%; width: 48px; height: 3px; background: var(--pink); box-shadow: -48px 0 var(--blue), 48px 0 var(--yellow); pointer-events: none; }
.site-header__inner { width: var(--page-width); min-height: 88px; margin: auto; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 28px; }
.brand { display: flex; align-items: center; gap: 14px; text-decoration: none; }
.brand__logo-text { font-family: "Montserrat", Arial, sans-serif; font-size: 36px; line-height: 1; font-weight: 700; letter-spacing: -.065em; }
.brand__text { border-left: 1px solid var(--line); padding-left: 14px; font-size: 10px; line-height: 1.5; letter-spacing: .025em; color: var(--muted); }
.menu { display: flex; align-items: center; justify-content: center; gap: 25px; }
.menu__link { display: inline-flex; min-height: 44px; align-items: center; font-size: 12px; font-weight: 500; text-decoration: none; transition: color .2s; }
.menu__link:hover { color: #8c3552; }
.header-cta { display: inline-flex; align-items: center; justify-content: center; min-height: 44px; padding: 0 18px; background: transparent; border: 1px solid var(--ink); border-radius: 4px; font-size: 11px; font-weight: 600; text-decoration: none; white-space: nowrap; transition: background .2s; }
.header-cta:hover { background: var(--yellow); }
.header-toggle { display: none; width: 44px; height: 44px; padding: 0; border: 1px solid var(--ink); border-radius: 4px; background: var(--paper); flex-direction: column; justify-content: center; align-items: center; gap: 5px; }
.header-toggle__bar { width: 18px; height: 1.5px; background: var(--ink); transition: transform .2s, opacity .2s; }
.site-header.is-open .header-toggle__bar:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
.site-header.is-open .header-toggle__bar:nth-child(2) { opacity: 0; }
.site-header.is-open .header-toggle__bar:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }

/* The hero is a composed spread: type on paper, a clean photograph in a frame. */
.hero { padding: 84px 0 64px; overflow: clip; }
.hero__inner { width: var(--page-width); margin: auto; display: grid; grid-template-columns: .85fr 1.15fr; align-items: center; gap: 56px; position: relative; }
.hero__content { position: relative; z-index: 2; padding: 12px 0 14px; }
.hero__eyebrow { display: flex; align-items: center; gap: 14px; margin: 0 0 28px; font-size: 10px; font-weight: 600; letter-spacing: .23em; text-transform: uppercase; }
.hero__eyebrow::before { content: ""; display: inline-block; width: 24px; height: 12px; background: var(--pink); border-radius: 24px 24px 0 0; }
.hero__title { margin: 0 0 25px; font-size: clamp(70px, 7.35vw, 106px); line-height: .92; letter-spacing: -.045em; }
.hero__title-plate { position: relative; display: table; padding: 0 20px 8px 10px; margin: 7px 0 -6px -10px; isolation: isolate; }
.hero__title-plate::before { content: ""; position: absolute; z-index: -1; inset: 5px -5px 2px 0; background: var(--blue); transform: rotate(-2deg); }
.hero__title-plate::after { content: ""; position: absolute; right: -27px; bottom: -6px; width: 37px; height: 37px; background: var(--yellow); clip-path: polygon(0 0,100% 0,100% 100%); transform: rotate(9deg); }
.hero__title br { display: none; }
.hero__subtitle { margin: 0 0 16px; font-family: "Cormorant Garamond", Georgia, serif; font-size: 28px; line-height: 1.15; letter-spacing: -.025em; }
.hero__text { max-width: 430px; margin: 0; font-size: 13px; line-height: 1.8; color: var(--muted); }
.hero__actions { display: flex; align-items: center; flex-wrap: wrap; gap: 12px; margin-top: 28px; }
.hero__btn { min-height: 50px; display: inline-flex; justify-content: center; align-items: center; padding: 12px 20px; border: 1px solid var(--ink); border-radius: 4px; background: var(--paper); color: var(--ink); font-size: 12px; font-weight: 600; line-height: 1.4; text-decoration: none; transition: background .2s, transform .2s; }
.hero__btn--dark { background: #564628; border-color: #564628; color: var(--paper); }
.hero__btn:hover { background: var(--yellow); color: var(--ink); transform: translateY(-2px); }
.hero__visual { display: block; position: relative; height: auto; margin: 10px 14px 0 0; border: 1px solid var(--ink); padding: 12px; background: var(--lilac); isolation: isolate; }
.hero__visual::before { content: ""; position: absolute; width: 146px; height: 73px; background: var(--pink); border: 1px solid var(--ink); border-radius: 146px 146px 0 0; left: 30px; top: -74px; z-index: -1; }
.hero__visual::after { content: ""; position: absolute; z-index: -1; right: -28px; top: 25px; width: 72px; height: 138px; background: var(--dots); pointer-events: none; }
.hero__photo { display: block; width: 100%; height: auto; aspect-ratio: 1600 / 893; background: url("../images/detskaya-mebel-tyumen-hero-16x9.webp") center / contain no-repeat; border: 1px solid var(--ink); }
.hero__orbit { position: absolute; width: 120px; height: 120px; bottom: -29px; right: -27px; border: 1px solid var(--ink); border-radius: 50%; background: var(--paper); }
.hero__orbit::before { content: ""; position: absolute; inset: 14px; border: 1px solid var(--ink); border-radius: 50%; }
.hero__orbit::after { content: ""; position: absolute; inset: 29px; border: 1px solid var(--ink); border-radius: 50%; background: var(--yellow); }

/* Catalogue: unfiltered photographs and restrained geometric overlaps. */
.categories { position: relative; padding: 82px 0 96px; border-top: 1px solid var(--line); }
.categories__inner, .palette__inner { width: var(--page-width); margin: auto; }
.categories__head, .palette__head { display: flex; align-items: center; gap: 40px; margin-bottom: 46px; }
.categories__head::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.categories__title, .palette__title { margin: 0; font-size: clamp(42px, 4.4vw, 64px); }
.categories__grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 44px; }
.categories__grid--one { grid-template-columns: minmax(0, 580px); }
.category-card { min-width: 0; position: relative; --card-accent: var(--pink); }
.category-card:nth-child(even) { --card-accent: var(--blue); }
.category-card__media { position: relative; overflow: hidden; border: 2px solid var(--card-accent); touch-action: pan-y; }
.category-card__photo-link { display: block; line-height: 0; }
.category-card > .category-card__photo-link { border: 2px solid var(--card-accent); }
.category-card__image { display: block; width: 100%; height: auto; aspect-ratio: 1 / 1; object-fit: contain; background: #e8dfd5; }
.categories .category-card::before { content: ""; position: absolute; z-index: 1; width: 84px; height: 42px; background: var(--card-accent); border-radius: 84px 84px 0 0; right: 24px; top: -22px; pointer-events: none; }
.categories .category-card:nth-child(even)::before { width: 65px; height: 65px; right: auto; left: -16px; top: -16px; border-radius: 50%; background: var(--yellow) var(--dots); }
.category-card__nav { position: absolute; top: 50%; z-index: 3; display: grid; place-items: center; width: 46px; height: 46px; padding: 0 0 4px; transform: translateY(-50%); background: var(--paper); border: 1px solid var(--ink); border-radius: 50%; color: var(--ink); font-family: Georgia, serif; font-size: 31px; line-height: 1; transition: background .2s; }
.category-card__nav--prev { left: 16px; }
.category-card__nav--next { right: 16px; }
.category-card__nav:hover { background: var(--yellow); }
.category-card--single .category-card__nav { display: none; }
.category-card__body { display: block; position: relative; padding: 23px 46px 21px 0; border-bottom: 1px solid var(--ink); text-decoration: none; }
.category-card__body::after { content: "↗"; position: absolute; right: 0; top: 24px; font-size: 28px; line-height: 1; transition: transform .2s; }
.category-card__body:hover::after { transform: translate(3px,-3px); }
.category-card__title { margin: 0 0 10px; font-size: clamp(26px, 2.4vw, 36px); }
.category-card__more { margin: 0; font-size: 10px; text-transform: uppercase; letter-spacing: .14em; color: var(--muted); }

/* Colour samples are arranged like plates in a printed collection. */
.palette { padding: 88px 0 98px; background: #eee9e2; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.palette__head { justify-content: space-between; }
.palette__head::after { content: ""; display: block; flex: 0 0 150px; height: 34px; background: var(--wave) center / contain no-repeat; }
.palette__grid { display: grid; grid-template-columns: repeat(6, minmax(0,1fr)); gap: 20px; }
.palette__grid--two { grid-template-columns: repeat(2, minmax(0, 320px)); }
.palette-card { min-width: 0; position: relative; transition: transform .3s cubic-bezier(.22,1,.36,1); }
.palette-card:hover { transform: translateY(-5px); }
.palette-card__swatch { position: relative; aspect-ratio: 1; border: 1px solid var(--ink); }
.palette-card__swatch::after { content: ""; position: absolute; inset: 10px; border: 1px solid rgba(41,40,32,.3); transition: border-radius .25s; }
.palette-card:nth-child(3) .palette-card__swatch::after { background: var(--dots); border: 0; clip-path: circle(36%); }
.palette-card:hover .palette-card__swatch::after { border-radius: 50%; }
.palette-card__name { margin: 15px 0 0; font-family: "Manrope", Arial, sans-serif; font-size: 11px; font-weight: 500; letter-spacing: 0; line-height: 1.5; }
.palette-card__photo { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border: 1px solid var(--line); }
.palette-card a { text-decoration: none; }

/* The same system extends to the existing product and service pages. */
.crumbs { width: var(--page-width); display: flex; flex-wrap: wrap; gap: 10px; margin: 26px auto 0; color: var(--muted); font-size: 11px; line-height: 1.6; }
.crumbs__home { text-decoration: none; }
.crumbs__home:hover { text-decoration: underline; }
.page-hero { padding: 40px 0 80px; }
.page-hero__inner { width: var(--page-width); margin: auto; display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.page-hero__title { margin: 0 0 26px; font-size: clamp(48px,5.4vw,78px); }
.page-hero__lead { max-width: 46ch; margin: 0; font-size: 15px; line-height: 1.8; color: var(--muted); }
.page-hero__visual { position: relative; min-width: 0; border: 12px solid var(--lilac); outline: 1px solid var(--ink); }
.page-hero__visual .category-card__media { border: 1px solid var(--ink); }
.page-hero__photo { display: block; width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; }
.page-hero--wide .page-hero__photo { aspect-ratio: 1; object-fit: cover; object-position: 75% center; }
.page-copy { width: var(--page-width); margin: 0 auto; padding: 70px 0; }
.page-copy__head { margin-bottom: 32px; }
.page-copy p, .page-copy__list { max-width: 70ch; margin: 0 0 16px; color: var(--muted); font-size: 16px; line-height: 1.85; }
.page-copy__list { padding-left: 20px; }
.page-copy a { color: var(--ink); }

@media (max-width: 1150px) {
  :root { --page-width: calc(100% - 64px); }
  .site-header__inner { gap: 18px; }
  .brand__text { display: none; }
  .menu { gap: 18px; }
  .hero__inner { gap: 36px; }
  .hero__title { font-size: 86px; }

  .hero__actions { gap: 10px; }
  .hero__btn { font-size: 11px; padding-inline: 16px; }
}
@media (max-width: 980px) {
  .site-header__inner { min-height: 74px; grid-template-columns: 1fr auto auto; }
  .brand { order: 1; }
  .header-cta { order: 2; }
  .header-toggle { display: flex; order: 3; }
  .site-header .menu { display: none; order: 4; grid-column: 1 / -1; flex-direction: column; align-items: stretch; gap: 0; padding-bottom: 16px; }
  .site-header.is-open .menu { display: flex; }
  .site-header .menu__link { min-height: 48px; font-size: 16px; border-top: 1px solid var(--line); }
  .hero__title { font-size: 72px; }
  .hero__subtitle { font-size: 25px; }

  .hero__btn { font-size: 12px; }
  .hero__orbit { width: 90px; height: 90px; right: -18px; bottom: -20px; }
  .hero__orbit::before { inset: 10px; }
  .hero__orbit::after { inset: 23px; }
  .categories__grid { gap: 30px; }
  .palette__grid { grid-template-columns: repeat(3,minmax(0,1fr)); gap: 28px 20px; }
  .palette__grid--two { grid-template-columns: repeat(2,minmax(0,1fr)); }
  .palette-card__name { font-size: 12px; }
  .page-hero__inner { grid-template-columns: minmax(0,1fr); gap: 36px; }
  .page-hero__visual { width: min(100%,560px); margin-inline: auto; }
  .page-hero__title { font-size: 54px; }
}
@media (max-width: 700px) {
  :root { --page-width: calc(100% - 40px); }
  html { scroll-padding-top: 90px; }
  .site-header__inner { min-height: 70px; gap: 10px; }
  .brand__logo-text { font-size: 29px; }
  .header-cta { font-size: 10px; padding: 0 10px; }
  .hero { padding: 38px 0 60px; }
  .hero__inner { grid-template-columns: 1fr; gap: 58px; }
  .hero__content { padding: 0; }
  .hero__eyebrow { justify-content: center; font-size: 9px; margin-bottom: 23px; }
  .hero__title { font-size: clamp(64px,15.8vw,96px); text-align: center; margin-bottom: 25px; }
  .hero__title-plate { margin: 7px auto -6px; padding: 0 15px 7px 10px; }
  .hero__title-plate::after { width: 27px; height: 27px; right: -18px; }
  .hero__subtitle { text-align: center; font-size: 27px; margin-bottom: 16px; }
  .hero__text { margin: auto; font-size: 12px; line-height: 1.8; text-align: center; max-width: 38ch; }
  .hero__actions { justify-content: center; gap: 10px; margin-top: 25px; }
  .hero__btn { min-height: 48px; font-size: 11px; padding-inline: 15px; }
  .hero__visual { margin: 0 10px 0 0; height: auto; padding: 8px; }
  .hero__visual::before { width: 88px; height: 44px; border-radius: 88px 88px 0 0; top: -45px; left: 22px; }
  .hero__visual::after { right: -18px; width: 32px; height: 90px; }

  .hero__orbit { width: 74px; height: 74px; right: -18px; bottom: -18px; }
  .hero__orbit::before { inset: 10px; }
  .hero__orbit::after { inset: 21px; }
  .categories { padding: 56px 0 60px; }
  .categories__head, .palette__head { margin-bottom: 35px; gap: 24px; }
  .categories__title, .palette__title { font-size: 43px; }
  .categories__grid, .categories__grid--one { grid-template-columns: 1fr; gap: 46px; }
  .categories .category-card::before { width: 64px; height: 32px; top: -16px; }
  .categories .category-card:nth-child(even)::before { width: 48px; height: 48px; top: -10px; left: -8px; }
  .category-card__title { font-size: 29px; }
  .category-card__body { padding-top: 20px; }
  .category-card__more { font-size: 9px; }
  .category-card__nav { width: 44px; height: 44px; }
  .category-card__nav--prev { left: 12px; }
  .category-card__nav--next { right: 12px; }
  .palette { padding: 54px 0 58px; }
  .palette__head { align-items: flex-end; }
  .palette__title { max-width: 9ch; }
  .palette__head::after { flex-basis: 76px; height: 28px; margin-bottom: 8px; }
  .palette__grid { gap: 24px 12px; }
  .palette-card__name { font-size: 10px; margin-top: 11px; }
  .palette-card__swatch::after { inset: 6px; }
  .crumbs { font-size: 10px; margin-top: 22px; }
  .page-hero { padding: 30px 0 58px; }
  .page-hero__inner { grid-template-columns: 1fr; gap: 36px; }
  .page-hero__title { font-size: clamp(44px,11vw,64px); margin-bottom: 20px; }
  .page-hero__lead { font-size: 14px; }
  .page-hero .hero__actions { justify-content: flex-start; }
  .page-hero__visual { border-width: 8px; }
  .page-copy { padding: 50px 0; }
  .page-copy p, .page-copy__list { font-size: 14px; }
}
@media (max-width: 370px) {
  :root { --page-width: calc(100% - 32px); }
  .site-header__inner { gap: 7px; }
  .brand__logo-text { font-size: 26px; }
  .header-cta { font-size: 9px; padding-inline: 7px; }
  .hero__title { font-size: 64px; }
  .hero__subtitle { font-size: 25px; }
  .hero__actions { flex-direction: column; align-items: stretch; }
  .hero__btn { font-size: 12px; }
  .palette__grid { gap: 22px 10px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; }
}

/* PIKO — editorial Memphis, lower sections. Uses the shared colour tokens. */
.why,
.reviews,
.faq {
  padding: 104px 0;
  color: var(--ink);
  background: var(--paper);
}

.why__inner,
.reviews__inner,
.faq__inner,
.bottom-cta__inner,
.site-footer__inner,
.site-footer__legal-inner {
  width: var(--page-width);
  margin-inline: auto;
}

.why__head,
.reviews__head {
  position: relative;
  margin-bottom: 54px;
}

.why__title,
.reviews__title,
.faq__title {
  margin: 0;
  font-size: clamp(44px, 4.5vw, 64px);
  font-weight: 500;
  line-height: 1.02;
  letter-spacing: -.035em;
  text-wrap: balance;
}

/* Calm, spacious counterpoint to the colour collection above. */
.why {
  border-bottom: 1px solid var(--line);
}

.why__head {
  padding-right: 92px;
}

.why__head::after {
  content: "";
  position: absolute;
  right: 0;
  top: 4px;
  width: 60px;
  height: 60px;
  border: 1px solid var(--ink);
  border-radius: 50%;
  background: var(--yellow);
  pointer-events: none;
}

.why__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  border-top: 1px solid var(--line);
}

.why__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.why__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.why__grid--1 { grid-template-columns: 1fr; }

.why-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 29px;
  min-width: 0;
  padding: 38px 30px 8px;
  margin-top: 22px;
  color: var(--ink);
  text-decoration: none;
}

.why-item:first-child { padding-left: 0; }
.why-item:last-child { padding-right: 0; }
.why-item + .why-item { border-left: 1px solid var(--line); }

.why-item__icon {
  display: block;
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.why-item__text {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.75;
}

.why-item__text a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.why-item--link .why-item__text {
  text-decoration: underline;
  text-decoration-color: var(--line);
  text-underline-offset: 5px;
  transition: text-decoration-color .18s ease;
}

.why-item--link:hover .why-item__text { text-decoration-color: var(--ink); }
.why__grid--1 .why-item { max-width: 720px; }
.why__grid--1 .why-item__text { font-size: 18px; }

/* Reviews read like a set of short letters in a design journal. */
.reviews__head {
  display: flex;
  align-items: flex-end;
  gap: 40px;
}

.reviews__head::after {
  content: "";
  flex: 1;
  min-width: 48px;
  height: 1px;
  margin-bottom: 9px;
  background: var(--line);
}

.reviews__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.reviews__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }

.review-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding: 32px 28px 27px;
  border: 1px solid var(--ink);
  background: transparent;
  color: var(--ink);
}

.review-card:first-child { background: var(--lilac); }
.review-card:nth-child(2) { border-top: 5px solid var(--yellow); padding-top: 28px; }
.review-card:nth-child(3) { border-top: 5px solid var(--blue); padding-top: 28px; }

.review-card__rating {
  order: -2;
  margin: 0 0 25px;
  color: var(--ink);
  font-size: 12px;
  letter-spacing: .2em;
  line-height: 1;
}

.review-card__text {
  order: -1;
  margin: 0 0 38px;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(27px, 2.35vw, 34px);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: -.018em;
}

.review-card__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid var(--ink);
}

.review-card__avatar {
  display: grid;
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  place-items: center;
  border: 1px solid currentColor;
  border-radius: 50%;
  font-size: 12px;
  font-weight: 600;
}

.review-card__meta { min-width: 0; }

.review-card__name {
  margin: 0;
  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.6;
  letter-spacing: 0;
}

.reviews__grid--2 .review-card:only-child {
  grid-column: 1 / -1;
  max-width: 780px;
}

/* A simple question index beside a quieter typographic cover. */
.faq {
  border-top: 1px solid var(--line);
}

.faq__inner {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(0, 1.5fr);
  gap: clamp(48px, 7vw, 104px);
  align-items: start;
}

.faq__head {
  position: relative;
  padding-top: 8px;
}

.faq__head::after {
  content: "";
  display: block;
  width: 108px;
  height: 54px;
  margin-top: 46px;
  background: var(--blue);
  border: 1px solid var(--ink);
  border-radius: 0 0 108px 108px;
  transform: rotate(-18deg);
  pointer-events: none;
}

.faq__grid {
  min-width: 0;
  border-top: 1px solid var(--ink);
}

.faq-item {
  margin: 0;
  border-bottom: 1px solid var(--line);
}

.faq-item__question {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  min-height: 88px;
  padding: 21px 0;
  color: var(--ink);
  cursor: pointer;
  list-style: none;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.6;
}

.faq-item__question::-webkit-details-marker { display: none; }
.faq-item__question::marker { content: ""; }

.faq-item__question::after {
  content: "+";
  display: grid;
  flex: 0 0 32px;
  width: 32px;
  height: 32px;
  place-items: center;
  border: 1px solid var(--ink);
  background: transparent;
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}

.faq-item[open] .faq-item__question::after {
  content: "−";
  background: var(--yellow);
}

.faq-item__answer {
  max-width: 650px;
  margin: -2px 54px 26px 0;
  color: var(--muted);
  font-size: 14px;
  line-height: 1.85;
}

.faq-item__answer a {
  color: var(--ink);
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

/* The closing dark tableau is the single solid-colour finale. */
.bottom-cta {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding: 108px 0 112px;
  border-top: 5px solid var(--pink);
  background: var(--ink);
  color: var(--paper);
}

.bottom-cta::before,
.bottom-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.bottom-cta::before {
  left: -60px;
  bottom: -1px;
  width: 240px;
  height: 120px;
  border-radius: 240px 240px 0 0;
  background: var(--yellow);
}

.bottom-cta::after {
  top: 44px;
  right: -38px;
  width: 150px;
  height: 150px;
  border: 1px solid var(--paper);
  background: var(--pink);
  transform: rotate(18deg);
}

.bottom-cta__inner { position: relative; }

.bottom-cta__content {
  position: relative;
  max-width: 930px;
  margin-inline: auto;
  text-align: center;
}

.bottom-cta__title {
  margin: 0 auto 28px;
  color: var(--paper);
  font-size: clamp(48px, 5.8vw, 82px);
  font-weight: 500;
  line-height: 1.01;
  letter-spacing: -.04em;
  text-wrap: balance;
}

.bottom-cta__text {
  max-width: 560px;
  margin: 0 auto 35px;
  color: #ddd8cf;
  font-size: 14px;
  line-height: 1.8;
}

.bottom-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 22px;
  min-height: 56px;
  max-width: 100%;
  padding: 15px 27px;
  border: 1px solid var(--paper);
  border-radius: 4px;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .18s ease, border-color .18s ease;
}

.bottom-cta__button::after {
  content: "↗";
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}

.bottom-cta__button:hover {
  border-color: var(--yellow);
  background: var(--yellow);
}

/* The footer returns to paper, with a precise small-print hierarchy. */
.site-footer {
  padding-top: 68px;
  background: var(--paper);
  color: var(--ink);
}

.site-footer__inner {
  display: grid;
  grid-template-columns: 1.25fr .7fr 1fr .85fr;
  gap: 38px;
  align-items: start;
  padding-bottom: 54px;
}

.site-footer__brand,
.site-footer__contacts,
.site-footer__aside { min-width: 0; }

.site-footer__logo {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--ink);
  font-family: "Montserrat", sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -.07em;
  text-decoration: none;
}

.site-footer__tagline,
.site-footer__note {
  margin: 17px 0 0;
  color: var(--muted);
  font-size: 12px;
  line-height: 1.8;
}

.site-footer__tagline { max-width: 230px; }
.site-footer__note { margin-top: 0; }

.site-footer__nav,
.site-footer__contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.site-footer__link,
.site-footer__contact {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  margin: 0;
  padding-block: 9px;
  color: var(--ink);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.6;
  text-decoration: none;
}

.site-footer__contact { gap: 10px; }

.site-footer__icon {
  display: block;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.site-footer__social {
  display: inline-grid;
  width: 44px;
  height: 44px;
  margin-top: 21px;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 50%;
  color: var(--ink);
  text-decoration: none;
}

.site-footer__social:hover { background: var(--blue); }

.site-footer__link:hover,
.site-footer__contact--telegram:hover,
.site-footer__doc:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

.site-footer__legal { border-top: 1px solid var(--line); }

.site-footer__legal-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding-block: 16px;
}

.site-footer__copy {
  margin: 0;
  color: var(--muted);
  font-size: 10px;
  line-height: 1.7;
}

.site-footer__docs {
  display: flex;
  flex-wrap: wrap;
  column-gap: 24px;
}

.site-footer__doc {
  min-height: 44px;
  padding: 10px 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--muted);
  font-family: "Manrope", sans-serif;
  font-size: 10px;
  line-height: 1.6;
  text-align: left;
  cursor: pointer;
}

/* Existing JavaScript owns the modal's hidden state. */
body.legal-modal-open { overflow: hidden; }

.legal-modal {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: grid;
  align-items: center;
  justify-items: center;
  padding: 24px;
  color: var(--ink);
}

.legal-modal[hidden] { display: none; }

.legal-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(41 40 32 / 70%);
}

.legal-modal__panel {
  position: relative;
  display: flex;
  flex-direction: column;
  width: min(100%, 760px);
  max-height: calc(100dvh - 48px);
  border: 1px solid var(--ink);
  border-top: 5px solid var(--pink);
  background: var(--paper);
}

.legal-modal__head {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 25px 28px;
  border-bottom: 1px solid var(--line);
}

.legal-modal__title {
  min-width: 0;
  margin: 0;
  font-size: 34px;
  font-weight: 500;
  line-height: 1.1;
  overflow-wrap: anywhere;
}

.legal-modal__close {
  display: grid;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  padding: 0;
  place-items: center;
  border: 1px solid var(--ink);
  border-radius: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: "Manrope", sans-serif;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.legal-modal__close:hover { background: var(--yellow); }

.legal-modal__body {
  min-height: 0;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: 26px 28px 32px;
  font-size: 14px;
  line-height: 1.8;
}

.legal-modal__body p { margin: 0 0 18px; }
.legal-modal__body p:last-child { margin-bottom: 0; }

.why-item--link:focus-visible,
.faq-item__question:focus-visible,
.bottom-cta__button:focus-visible,
.site-footer a:focus-visible,
.site-footer__doc:focus-visible,
.legal-modal__close:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 5px;
}

.bottom-cta__button:focus-visible { outline-color: var(--paper); }

@media (max-width: 1080px) {
  .why-item { padding-inline: 21px; }
  .why-item__text { font-size: 14px; }
  .review-card { padding-inline: 22px; }
  .review-card__text { font-size: 28px; }
  .site-footer__inner { grid-template-columns: 1.2fr 1fr; gap: 32px 56px; }
  .site-footer__legal-inner { align-items: flex-start; }
  .site-footer__docs { justify-content: flex-end; column-gap: 20px; }
  .site-footer__copy { padding-top: 12px; }
}

@media (max-width: 800px) {
  .why,
  .reviews,
  .faq { padding-block: 74px; }
  .why__head,
  .reviews__head { margin-bottom: 36px; }
  .why__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .why__grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .why__grid--1 { grid-template-columns: 1fr; }
  .why-item { padding-top: 25px; padding-bottom: 24px; }
  .why__grid:not(.why__grid--3) .why-item:nth-child(odd) { border-left: 0; padding-left: 0; }
  .why__grid:not(.why__grid--3) .why-item:nth-child(even) { padding-right: 0; }
  .why__grid:not(.why__grid--3) .why-item:nth-child(n+3) { border-top: 1px solid var(--line); }
  .reviews__grid { grid-template-columns: 1fr; gap: 18px; }
  .review-card { padding: 30px; }
  .review-card:nth-child(n+2) { padding-top: 26px; }
  .review-card__text { font-size: 32px; margin-bottom: 28px; }
  .review-card__rating { margin-bottom: 22px; }
  .reviews__grid--2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .reviews__grid--2 .review-card { padding-inline: 23px; }
  .reviews__grid--2 .review-card__text { font-size: 27px; }
  .faq__inner { grid-template-columns: 1fr; gap: 38px; }
  .faq__head { padding-top: 0; padding-right: 90px; }
  .faq__head::after { position: absolute; top: 12px; right: 0; width: 65px; height: 33px; margin: 0; }
  .bottom-cta { padding-block: 84px; }
  .bottom-cta::after { top: 25px; right: -50px; width: 104px; height: 104px; }
  .bottom-cta::before { left: -45px; width: 160px; height: 80px; }
  .bottom-cta__content { max-width: 640px; }
}

@media (max-width: 600px) {
  .why,
  .reviews,
  .faq { padding-block: 60px; }
  .why__inner,
  .reviews__inner,
  .faq__inner,
  .bottom-cta__inner,
  .site-footer__inner,
  .site-footer__legal-inner { width: calc(100% - 40px); }
  .why__title,
  .reviews__title,
  .faq__title { font-size: 42px; }
  .why__head { padding-right: 54px; }
  .why__head::after { top: 6px; width: 34px; height: 34px; }
  .why__grid--3,
  .why__grid--2,
  .why__grid--1 { grid-template-columns: 1fr; }
  .why-item { gap: 22px; padding: 23px 18px 20px; margin-top: 12px; }
  .why-item__icon { width: 46px; height: 46px; }
  .why-item__text { font-size: 12px; line-height: 1.8; }
  .why__grid--3 .why-item,
  .why__grid--2 .why-item,
  .why__grid--1 .why-item { flex-direction: row; align-items: center; padding-inline: 0; border-left: 0; }
  .why__grid--3 .why-item + .why-item,
  .why__grid--2 .why-item + .why-item { border-top: 1px solid var(--line); }
  .why__grid--3 .why-item__icon,
  .why__grid--2 .why-item__icon,
  .why__grid--1 .why-item__icon { flex: 0 0 46px; }
  .why__grid--3 .why-item__text,
  .why__grid--2 .why-item__text,
  .why__grid--1 .why-item__text { font-size: 14px; }
  .reviews__head { gap: 20px; }
  .reviews__head::after { display: none; }
  .reviews__grid--2 { grid-template-columns: 1fr; }
  .review-card,
  .reviews__grid--2 .review-card { padding-inline: 24px; }
  .review-card__text,
  .reviews__grid--2 .review-card__text { font-size: 29px; }
  .faq__head { padding-right: 60px; }
  .faq__head::after { width: 48px; height: 24px; }
  .faq-item__question { min-height: 84px; gap: 16px; font-size: 13px; }
  .faq-item__question::after { flex-basis: 28px; width: 28px; height: 28px; font-size: 20px; }
  .faq-item__answer { margin-right: 0; font-size: 13px; }
  .bottom-cta { padding-block: 73px 87px; }
  .bottom-cta__title { margin-bottom: 24px; font-size: clamp(38px, 10vw, 52px); line-height: 1.03; }
  .bottom-cta__text { max-width: 360px; font-size: 12px; line-height: 1.8; }
  .bottom-cta__button { min-height: 54px; padding-inline: 21px; font-size: 12px; }
  .bottom-cta::after { top: 17px; right: -27px; width: 54px; height: 54px; }
  .bottom-cta::before { left: -25px; width: 115px; height: 58px; }
  .site-footer { padding-top: 45px; }
  .site-footer__inner { grid-template-columns: 1fr 1fr; gap: 31px 22px; padding-bottom: 38px; }
  .site-footer__brand { grid-column: 1 / -1; display: flex; gap: 28px; align-items: center; }
  .site-footer__logo { font-size: 40px; }
  .site-footer__tagline { margin: 0; max-width: 220px; font-size: 11px; }
  .site-footer__contacts { grid-column: 2; grid-row: 2; }
  .site-footer__aside { grid-column: 1 / -1; display: flex; align-items: center; justify-content: space-between; gap: 20px; padding-top: 20px; border-top: 1px solid var(--line); }
  .site-footer__note { max-width: 210px; font-size: 11px; }
  .site-footer__social { flex: 0 0 44px; margin-top: 0; }
  .site-footer__link,
  .site-footer__contact { font-size: 11px; }
  .site-footer__contact { gap: 8px; }
  .site-footer__icon { flex-basis: 16px; width: 16px; height: 16px; }
  .site-footer__legal-inner { flex-direction: column; gap: 7px; padding-block: 22px; }
  .site-footer__copy { padding-top: 0; font-size: 9px; }
  .site-footer__docs { justify-content: flex-start; gap: 0 20px; }
  .site-footer__doc { font-size: 9px; }
  .legal-modal { padding: 12px; }
  .legal-modal__panel { max-height: calc(100dvh - 24px); }
  .legal-modal__head { gap: 12px; padding: 20px; }
  .legal-modal__title { font-size: 28px; }
  .legal-modal__body { padding: 20px; font-size: 13px; }
}

@media (prefers-reduced-motion: reduce) {
  .why-item--link .why-item__text,
  .bottom-cta__button { transition: none; }
}

/* The home offer keeps the complete original interior, without a colour wash.
   Its text sits in the empty arch; smaller screens use a separate paper panel. */
.bottom-cta--interior {
  overflow: visible;
  padding: 28px 0 84px;
  border: 0;
  background: var(--paper);
  color: var(--ink);
}

.bottom-cta--interior::before,
.bottom-cta--interior::after { content: none; }

.bottom-cta--interior .bottom-cta__inner {
  display: grid;
  padding: 10px;
  border: 1px solid var(--ink);
  background: var(--blue);
}

.bottom-cta--interior .bottom-cta__inner::before {
  content: "";
  position: absolute;
  top: -43px;
  left: 42px;
  width: 84px;
  height: 42px;
  border: 1px solid var(--ink);
  border-bottom: 0;
  border-radius: 84px 84px 0 0;
  background: var(--pink);
  pointer-events: none;
}

.bottom-cta__photo {
  display: block;
  grid-area: 1 / 1;
  width: 100%;
  height: auto;
  border: 1px solid var(--ink);
}

.bottom-cta--interior .bottom-cta__content {
  grid-area: 1 / 1;
  align-self: end;
  width: 50%;
  max-width: none;
  margin: 0 8% 7% auto;
}

.bottom-cta--interior .bottom-cta__title {
  margin-bottom: 20px;
  color: var(--ink);
  font-size: clamp(38px, 3.7vw, 56px);
  line-height: 1.03;
}

.bottom-cta--interior .bottom-cta__text {
  max-width: 47ch;
  margin-bottom: 24px;
  color: var(--ink);
  font-size: 13px;
  line-height: 1.7;
}

.bottom-cta--interior .bottom-cta__button {
  min-height: 52px;
  border-color: #564628;
  background: #564628;
  color: var(--paper);
}

.bottom-cta--interior .bottom-cta__button:hover {
  border-color: var(--ink);
  background: var(--paper);
  color: var(--ink);
}

.bottom-cta--interior .bottom-cta__button:focus-visible { outline-color: var(--ink); }

@media (max-width: 1080px) {
  .bottom-cta--interior { padding: 24px 0 64px; }
  .bottom-cta--interior .bottom-cta__inner { display: block; }
  .bottom-cta--interior .bottom-cta__content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 42px 30px;
    border: 1px solid var(--ink);
    border-top: 0;
    background: var(--paper);
  }
  .bottom-cta--interior .bottom-cta__title { max-width: 18ch; font-size: 48px; }
  .bottom-cta--interior .bottom-cta__text { max-width: 48ch; }
}

@media (max-width: 600px) {
  .bottom-cta--interior { padding: 18px 0 42px; }
  .bottom-cta--interior .bottom-cta__inner { padding: 7px; }
  .bottom-cta--interior .bottom-cta__inner::before { left: 26px; top: -31px; width: 60px; height: 30px; }
  .bottom-cta--interior .bottom-cta__content { padding: 32px 18px 35px; }
  .bottom-cta--interior .bottom-cta__title { font-size: clamp(32px, 8.8vw, 44px); margin-bottom: 18px; }
  .bottom-cta--interior .bottom-cta__text { font-size: 12px; margin-bottom: 24px; }
  .bottom-cta--interior .bottom-cta__button { gap: 15px; padding-inline: 16px; font-size: 11px; }
}

/* Upcoming collection: indicative prices and enquiries without payment. */
.product-price { display: grid; justify-items: start; gap: 6px; margin: 26px 0 0; }
.product-price__label { font-size: 10px; line-height: 1.5; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); }
.product-price__value { color: var(--ink); font-family: "Manrope", sans-serif; font-size: clamp(28px, 3vw, 40px); font-weight: 500; line-height: 1.25; letter-spacing: -.05em; white-space: nowrap; }
.product-price__note { max-width: 38ch; color: var(--muted); font-size: 12px; line-height: 1.65; }
.category-card__body .product-price { margin: 18px 0 16px; }
.category-card__body .product-price__value { font-size: 28px; }
.launch-note { max-width: 50ch; margin: 22px 0 0; padding-left: 16px; border-left: 3px solid var(--blue); color: var(--muted); font-size: 12px; line-height: 1.7; }
.categories__intro { max-width: 34ch; margin: 0; color: var(--muted); font-size: 13px; line-height: 1.7; }
.site-footer__launch { max-width: 27ch; margin: 16px 0 0; color: var(--muted); font-size: 12px; line-height: 1.7; }
@media (max-width: 600px) {
  .categories__head { flex-wrap: wrap; }
  .categories__intro { max-width: 100%; }
  .product-price { margin-top: 22px; }
  .product-price__note { font-size: 11px; }
}
