:root {
  --ground: #F8F3EE;
  --plaster: #EEE6DC;
  --surface: #FFFCF8;
  --ink: #3D291D;
  --ink-soft: #6F5848;
  --brand: #7F4A2E;
  --brand-ink: #FFFCF8;
  --sage: #5A7428;          /* фисташка для текста: контраст 5:1 на фоне */
  --sage-tint: #E9F0D8;     /* фисташковая заливка разделов */
  --pista: #B9D08A;         /* фисташка логотипа: кнопки, плашки */
  --pista-ink: #2E3A14;
  --line: rgba(61, 41, 29, 0.15);
  --line-strong: rgba(61, 41, 29, 0.32);
  --review: #9A5C12;
  --review-tint: #F5E6CC;
  --shadow: 0 1px 0 rgba(61, 41, 29, 0.06), 0 18px 40px -24px rgba(61, 41, 29, 0.28);

  --f-display: "Prata", "Didot", "Bodoni 72", Georgia, serif;
  --f-body: "Jost", "Futura", "Avenir Next", "Helvetica Neue", Arial, sans-serif;
  --f-mono: "IBM Plex Mono", ui-monospace, "SF Mono", Menlo, monospace;

  --wrap: 1240px;
  --pad: clamp(20px, 4vw, 48px);
}
@media (prefers-color-scheme: dark) {
  :root:not([data-theme="light"]) {
    --ground: #1B1511;
    --plaster: #231B16;
    --surface: #2A211B;
    --ink: #F0E6DA;
    --ink-soft: #BFAB99;
    --brand: #D49C78;
    --brand-ink: #1B1511;
    --sage: #BCD394;
    --sage-tint: #252C19;
    --pista: #A9C57A;
    --pista-ink: #1B2209;
    --line: rgba(240, 230, 218, 0.13);
    --line-strong: rgba(240, 230, 218, 0.3);
    --review: #E4AA5E;
    --review-tint: #3A2B17;
    --shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 18px 40px -24px rgba(0, 0, 0, 0.7);
  }
}
:root[data-theme="dark"] {
  --ground: #1B1511;
  --plaster: #231B16;
  --surface: #2A211B;
  --ink: #F0E6DA;
  --ink-soft: #BFAB99;
  --brand: #D49C78;
  --brand-ink: #1B1511;
  --sage: #BCD394;
  --sage-tint: #252C19;
  --pista: #A9C57A;
  --pista-ink: #1B2209;
  --line: rgba(240, 230, 218, 0.13);
  --line-strong: rgba(240, 230, 218, 0.3);
  --review: #E4AA5E;
  --review-tint: #3A2B17;
  --shadow: 0 1px 0 rgba(0, 0, 0, 0.3), 0 18px 40px -24px rgba(0, 0, 0, 0.7);
}

:root:not([data-lang="ru"]) [data-l="ru"],
:root[data-lang="ru"] [data-l="en"] { display: none !important; }

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition: none !important; }
}

body {
  margin: 0;
  background: var(--ground);
  color: var(--ink);
  font-family: var(--f-body);
  font-size: 17px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}
img, video { display: block; max-width: 100%; height: auto; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--brand); outline-offset: 3px; border-radius: 2px; }

h1, h2, h3 { font-family: var(--f-display); font-weight: 400; margin: 0; text-wrap: balance; letter-spacing: -0.005em; }
h1 { font-size: clamp(34px, 3.5vw, 50px); line-height: 1.1; text-wrap: pretty; }
h2 { font-size: clamp(30px, 3.6vw, 44px); line-height: 1.12; }
h3 { font-size: 22px; line-height: 1.25; }
p { margin: 0; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 var(--pad); }
.eyebrow {
  font-family: var(--f-body); font-size: 13px; font-weight: 500;
  letter-spacing: 0.24em; text-transform: uppercase; color: var(--ink-soft);
}
.lede { font-size: 19px; color: var(--ink-soft); max-width: 58ch; }
.mono { font-family: var(--f-mono); font-size: 13px; letter-spacing: 0.01em; }

/* ── review markers ─────────────────────── */
.tbc {
  text-decoration: underline dotted var(--review);
  text-decoration-thickness: 2px;
  text-underline-offset: 4px;
}
.tbc.tbc-tailed::after { content: none; }
.tbc-tail { white-space: nowrap; }
.tbc::after, .tbc-tail::after {
  content: "?";
  display: inline-grid; place-items: center;
  width: 17px; height: 17px; margin-left: 5px;
  border-radius: 50%;
  background: var(--review); color: var(--ground);
  font: 600 11px/1 var(--f-body);
  vertical-align: 2px;
}
.draftbar { background: var(--review-tint); color: var(--ink); font-size: 14px; border-bottom: 1px solid var(--line); }
.draftbar .wrap { display: flex; flex-wrap: wrap; gap: 6px 22px; align-items: center; padding-top: 9px; padding-bottom: 9px; }
.draftbar strong { font-weight: 600; }

/* ── header ─────────────────────── */
.site-header { border-bottom: 1px solid var(--line); background: var(--ground); position: sticky; top: 0; z-index: 20; }
.site-header .wrap { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.lockup { text-decoration: none; display: grid; line-height: 1; gap: 6px; justify-items: start; }
.lockup b { font: 500 21px/1 var(--f-body); letter-spacing: 0.42em; color: var(--brand); }
.lockup small { font-size: 9.5px; letter-spacing: 0.3em; text-transform: uppercase; color: var(--sage); white-space: nowrap; }
.nav { display: flex; gap: 22px; margin-left: auto; font-size: 15px; }
.nav a { text-decoration: none; color: var(--ink-soft); }
.nav a:hover, .nav a[aria-current="page"] { color: var(--ink); }
.langs { display: flex; border: 1px solid var(--line-strong); border-radius: 999px; padding: 2px; }
.langs button {
  font: 500 12px/1 var(--f-body); letter-spacing: 0.12em;
  border: 0; background: transparent; color: var(--ink-soft);
  padding: 7px 10px; border-radius: 999px; cursor: pointer;
}
.langs button[aria-pressed="true"] { background: var(--pista); color: var(--pista-ink); }

.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: 10px;
  font: 500 16px/1 var(--f-body);
  padding: 16px 24px; border-radius: 2px; text-decoration: none; cursor: pointer;
  border: 1px solid transparent; transition: background-color .2s, color .2s, border-color .2s;
}
.btn-primary { background: var(--brand); color: var(--brand-ink); }
.btn-primary:hover { background: var(--ink); color: var(--ground); }
.btn-line { border-color: var(--line-strong); color: var(--ink); background: transparent; }
.btn-line:hover { border-color: var(--ink); }
.btn-sm { padding: 11px 16px; font-size: 14px; }
.btn-wa { background: var(--pista); color: var(--pista-ink); }
.btn-wa:hover { background: var(--ink); color: var(--ground); }
.ico { width: 1.25em; height: 1.25em; flex: none; }
.btn-sm .ico { width: 18px; height: 18px; }

/* ── hero ─────────────────────── */
.hero { padding: clamp(40px, 6vw, 80px) 0 clamp(40px, 5vw, 64px); }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(32px, 5vw, 72px); align-items: end; }
.hero-copy { display: grid; gap: 26px; align-content: end; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; }
.hero-mail { font-size: 15px; color: var(--ink-soft); margin-top: -12px; }
.hero-mail a { color: var(--ink); text-underline-offset: 4px; text-decoration-color: var(--sage); }
.figures { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); margin: 8px 0 0; }
.figures div { padding: 16px 16px 16px 0; }
.figures div:nth-child(even) { padding-left: 16px; border-left: 1px solid var(--line); }
.figures div:nth-child(n+3) { border-top: 1px solid var(--line); }
.figures dt { font-family: var(--f-display); font-size: clamp(24px, 2vw, 30px); line-height: 1.15; }
.figures dd { margin: 8px 0 0; font-size: 13px; color: var(--ink-soft); line-height: 1.35; }
.hero-photo { position: relative; margin: 0; }
.hero-photo::before { content: ""; position: absolute; inset: 28px -18px -18px 28px; background: var(--pista); z-index: -1; }
.hero .wrap { position: relative; z-index: 0; }
.hero-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 30%; }
.spec-tag {
  position: absolute; left: 16px; bottom: 16px; right: 16px; max-width: 380px;
  background: var(--surface); color: var(--ink); border: 1px solid var(--line);
  padding: 12px 14px; display: grid; gap: 2px;
  border-left: 4px solid var(--pista);
}
.spec-tag b { font-family: var(--f-display); font-weight: 400; font-size: 17px; }

/* ── sections ─────────────────────── */
.section { padding: clamp(64px, 8vw, 112px) 0; }
.section-plaster { background: var(--plaster); }
.section-pista { background: var(--sage-tint); }
.section-head { display: grid; gap: 14px; margin-bottom: clamp(32px, 4vw, 52px); max-width: 780px; }
.section-head.flush { margin-bottom: 0; }

/* two ways to work */
.ways { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); }
.way { padding: 32px 40px 0 0; display: flex; flex-direction: column; gap: 16px; }
.way .btn { align-self: flex-start; margin-top: auto; }
.way + .way { padding-left: 40px; border-left: 1px solid var(--line); }
.way .kicker { font-size: 12px; letter-spacing: 0.18em; text-transform: uppercase; font-weight: 500; color: var(--sage); }
.way .big { font-family: var(--f-display); font-size: clamp(44px, 4.4vw, 60px); line-height: 1; color: var(--brand); }
.way .big small { font-size: 0.4em; color: var(--ink-soft); margin-left: 8px; }
.way p { color: var(--ink-soft); max-width: 48ch; }
.ticks { list-style: none; padding: 0; margin: 0; display: grid; gap: 10px; }
.ticks li { padding-left: 24px; position: relative; }
.ticks li::before { content: ""; position: absolute; left: 0; top: 0.55em; width: 10px; height: 10px; border-radius: 50%; background: var(--pista); }

/* steps */
.steps { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); counter-reset: step; border-top: 1px solid var(--line-strong); }
.steps li { padding: 24px 20px 0 0; display: grid; gap: 10px; align-content: start; counter-increment: step; }
.steps li + li { padding-left: 20px; border-left: 1px solid var(--line); }
.steps li::before { content: counter(step); font-family: var(--f-display); font-size: 34px; line-height: 1; color: var(--brand); }
.steps h3 { font-size: 20px; }
.steps p { font-size: 15px; color: var(--ink-soft); }

/* collection */
.filters { display: flex; flex-wrap: wrap; gap: 8px; margin-bottom: 32px; }
.chip {
  font: 400 15px/1 var(--f-body); color: var(--ink);
  padding: 10px 14px; border: 1px solid var(--line-strong); border-radius: 999px;
  background: transparent; cursor: pointer; display: inline-flex; gap: 8px; align-items: baseline;
}
.chip .n { font-family: var(--f-mono); font-size: 12px; color: var(--ink-soft); }
.chip[aria-pressed="true"] { background: var(--pista); color: var(--pista-ink); border-color: var(--pista); }
.chip[aria-pressed="true"] .n { color: inherit; opacity: .7; }
.products { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 40px 24px; list-style: none; margin: 0; padding: 0; }
.product { display: grid; gap: 12px; align-content: start; }
.product figure { margin: 0; overflow: hidden; background: var(--surface); }
.product img { width: 100%; aspect-ratio: 3 / 4; object-fit: contain; transition: transform .6s ease; }
.product:hover img { transform: scale(1.03); }
.product .kind { font-size: 12px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--sage); font-weight: 500; }
.product h3 { font-size: 21px; }
.product .mono { color: var(--ink-soft); line-height: 1.5; }
.collection-foot {
  display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px 32px; align-items: center;
  margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--line); color: var(--ink-soft); font-size: 16px;
}

/* wholesale catalog */
.foot-btns { display: flex; flex-wrap: wrap; gap: 10px; }
.catalog-head { padding: clamp(40px, 6vw, 80px) 0 clamp(36px, 4vw, 56px); }
.catalog-head .wrap { display: grid; gap: 22px; }
.catalog-head h1 { font-size: clamp(34px, 4vw, 54px); max-width: 20ch; }
.catalog-terms { margin: 0; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); border-top: 1px solid var(--line-strong); }
.catalog-terms div { padding: 14px 16px 0 0; display: grid; gap: 4px; align-content: start; }
.catalog-terms div + div { padding-left: 16px; border-left: 1px solid var(--line); }
.catalog-terms dt { font-size: 12px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--sage); font-weight: 500; }
.catalog-terms dd { margin: 0; font-size: 15px; }
.items { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 56px 28px; }
.item { align-content: start; }
.item .btn { justify-self: start; margin-top: 4px; }
.item-photo img { transition: none; }
.product.item:hover img { transform: none; }
.thumbs { display: flex; gap: 6px; overflow-x: auto; scrollbar-width: thin; padding-bottom: 2px; }
.thumb { flex: none; width: 48px; height: 64px; padding: 0; border: 1px solid var(--line); background: var(--surface); cursor: pointer; }
.thumb img { width: 100%; height: 100%; object-fit: cover; aspect-ratio: auto; }
.thumb[aria-pressed="true"] { outline: 2px solid var(--pista); outline-offset: 1px; border-color: var(--pista); }
.price { font-size: 15px; color: var(--ink-soft); }
.price b { font-family: var(--f-display); font-weight: 400; font-size: 22px; color: var(--brand); }
.price-ask { font-style: italic; }
.item-desc { font-size: 15px; color: var(--ink-soft); }
.specs { margin: 0; border-top: 1px solid var(--line); }
.specs div { display: grid; grid-template-columns: 76px minmax(0, 1fr); gap: 10px; padding: 8px 0; border-bottom: 1px solid var(--line); font-size: 14px; }
.specs dt { color: var(--ink-soft); }
.specs dd { margin: 0; }

/* workshop & team */
.story { display: grid; grid-template-columns: minmax(0, 1.15fr) minmax(0, 0.85fr); gap: clamp(32px, 5vw, 64px); align-items: start; }
.video-box { margin: 0; display: grid; gap: 12px; }
.video-box video { width: 100%; aspect-ratio: 848 / 480; background: #120d0a; object-fit: cover; }
.video-box figcaption { font-size: 15px; color: var(--ink-soft); }
.story-text { display: grid; gap: 22px; }
.story-text blockquote { margin: 0; font-family: var(--f-display); font-size: clamp(24px, 2.4vw, 31px); line-height: 1.3; }
.story-text cite { font-style: normal; font-size: 14px; color: var(--ink-soft); display: block; margin-top: 10px; }
.story-text p { color: var(--ink-soft); }
.facts { margin: 0; display: grid; }
.facts div { display: flex; justify-content: space-between; gap: 16px; align-items: baseline; padding: 13px 0; border-bottom: 1px solid var(--line); }
.facts div:first-child { border-top: 1px solid var(--line-strong); }
.facts dt { color: var(--ink-soft); font-size: 15px; }
.facts dd { margin: 0; font-family: var(--f-display); font-size: 22px; text-align: right; }
.depts { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 24px; margin: 56px 0 0; padding: 0; list-style: none; }
.depts li { display: grid; gap: 10px; align-content: start; }
.depts figure { margin: 0; }
.depts img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; object-position: center 35%; }
.depts h3 { font-size: 20px; }
.depts p { font-size: 15px; color: var(--ink-soft); }
.equip { margin-top: 40px; padding-top: 20px; border-top: 1px solid var(--line); color: var(--ink-soft); max-width: 80ch; }
.equip b { color: var(--ink); font-weight: 500; }

/* ethics */
.ethics-grid { display: grid; grid-template-columns: minmax(0, 1fr); gap: clamp(28px, 4vw, 48px); }
.ethics { margin: 0; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0 32px; }
.ethics div { padding: 20px 0; border-top: 1px solid var(--line); display: grid; gap: 6px; align-content: start; }
.ethics dt { font-weight: 500; font-size: 17px; }
.ethics dd { margin: 0; font-size: 15px; color: var(--ink-soft); }
.ethics-note { margin-top: 24px; font-size: 15px; color: var(--ink-soft); max-width: 60ch; }

/* terms — the lifted object: a sewn-in label */
.terms-grid { display: grid; grid-template-columns: minmax(0, 0.75fr) minmax(0, 1.25fr); gap: clamp(32px, 5vw, 72px); align-items: start; }
.terms-grid > .section-head { position: sticky; top: 108px; }
.label {
  background: var(--surface); box-shadow: var(--shadow);
  padding: clamp(24px, 3vw, 40px); position: relative;
  outline: 1px dashed var(--line-strong); outline-offset: -10px;
}
.label-head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line-strong); }
.label-head .lockup b { font-size: 17px; }
.terms { margin: 0; }
.terms div { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 20px; padding: 15px 0; border-bottom: 1px solid var(--line); }
.terms dt { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); padding-top: 4px; }
.terms dd { margin: 0; display: grid; gap: 3px; }
.terms dd strong { font-family: var(--f-display); font-weight: 400; font-size: 21px; line-height: 1.25; }
.terms dd span { font-size: 15px; color: var(--ink-soft); }
.ruler { margin-top: 28px; display: grid; gap: 10px; }
.ruler-bar { display: grid; grid-template-columns: repeat(9, 1fr); border-top: 2px solid var(--ink); }
.ruler-bar span { position: relative; height: 22px; border-left: 1px solid var(--ink); }
.ruler-bar span:last-child { border-right: 1px solid var(--ink); }
.ruler-bar span::after { content: ""; position: absolute; left: 50%; top: 0; height: 9px; border-left: 1px solid var(--ink-soft); }
.ruler-scale { position: relative; height: 18px; font-family: var(--f-mono); font-size: 12px; color: var(--ink-soft); font-variant-numeric: tabular-nums; }
.ruler-scale > span { position: absolute; top: 0; transform: translateX(-50%); white-space: nowrap; }
.ruler-scale > span:first-child { transform: none; }
.ruler-scale > span:last-child { transform: translateX(-100%); }
.ruler-cap { font-size: 14px; color: var(--ink-soft); }

/* faq */
.faq { border-top: 1px solid var(--line-strong); max-width: 880px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; padding: 22px 40px 22px 0; position: relative; font-family: var(--f-display); font-size: 21px; line-height: 1.3; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: 4px; top: 18px; font-family: var(--f-body); font-size: 26px; color: var(--brand); }
.faq details[open] summary::after { content: "–"; }
.faq details > div { padding: 0 0 24px; color: var(--ink-soft); max-width: 68ch; display: grid; gap: 10px; }

/* journal cards (home + blog index) */
.posts { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px 28px; list-style: none; padding: 0; margin: 0; }
.post a { display: grid; gap: 14px; text-decoration: none; align-content: start; }
.post figure { margin: 0; overflow: hidden; background: var(--plaster); }
.post img { width: 100%; aspect-ratio: 3 / 2; object-fit: cover; transition: transform .6s ease; }
.post a:hover img { transform: scale(1.03); }
.post a:hover h3 { color: var(--brand); }
.post .meta { display: flex; gap: 12px; font-family: var(--f-mono); font-size: 12px; color: var(--ink-soft); }
.post .meta b { color: var(--sage); font-weight: 500; }
.post p { color: var(--ink-soft); font-size: 16px; }
.section-foot { margin-top: 44px; }

/* blog index */
.blog-head { padding: clamp(48px, 6vw, 88px) 0 clamp(32px, 4vw, 48px); border-bottom: 1px solid var(--line); margin-bottom: clamp(40px, 5vw, 64px); }
.blog-head .wrap { display: grid; gap: 14px; }

/* article */
.article-head { padding: clamp(40px, 5vw, 72px) 0 32px; }
.article-head .wrap, .article-body .wrap { max-width: 820px; }
.article-head .wrap { display: grid; gap: 18px; }
.back { font-size: 15px; color: var(--ink-soft); text-decoration: none; }
.back:hover { color: var(--ink); }
.article-cover { max-width: 1100px; margin: 0 auto; padding: 0 var(--pad); }
.article-cover img { width: 100%; aspect-ratio: 16 / 9; object-fit: cover; }
.article-body { padding: clamp(40px, 5vw, 64px) 0 clamp(64px, 8vw, 104px); }
.prose { font-size: 18px; line-height: 1.7; }
.prose > * + * { margin-top: 1.1em; }
.prose h2 { font-size: clamp(24px, 2.6vw, 30px); margin-top: 1.9em; }
.prose blockquote { margin: 1.6em 0; padding-left: 24px; border-left: 1px solid var(--brand); font-family: var(--f-display); font-size: 24px; line-height: 1.35; }
.prose a { color: var(--brand); text-underline-offset: 4px; }
.article-cta { margin-top: 48px; padding-top: 28px; border-top: 1px solid var(--line-strong); display: flex; flex-wrap: wrap; gap: 16px 24px; align-items: center; justify-content: space-between; }

/* contact */
.contact { display: grid; grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr); gap: clamp(32px, 6vw, 88px); align-items: start; }
.channels { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin-top: 28px; }
.channel {
  display: flex; gap: 14px; align-items: center; padding: 18px 20px; text-decoration: none;
  background: var(--surface); border: 1px solid var(--line-strong); transition: border-color .2s, background-color .2s;
}
.channel .ico { width: 30px; height: 30px; color: var(--brand); }
.channel b { display: block; font-weight: 500; font-size: 18px; }
.channel small { display: block; font-size: 14px; color: var(--ink-soft); overflow-wrap: anywhere; }
.channel:hover { border-color: var(--ink); }
.channel-wa { background: var(--pista); border-color: var(--pista); color: var(--pista-ink); }
.channel-wa .ico, .channel-wa small { color: var(--pista-ink); }
.form-intro { font-size: 15px; color: var(--ink-soft); }
form { display: grid; gap: 18px; margin-top: 36px; padding-top: 24px; border-top: 1px solid var(--line); }
.row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 18px; }
label { display: grid; gap: 8px; font-size: 14px; color: var(--ink-soft); }
input, select, textarea {
  font: 400 16px/1.4 var(--f-body); color: var(--ink);
  background: var(--surface); border: 1px solid var(--line-strong); border-radius: 2px;
  padding: 13px 14px; width: 100%;
}
textarea { min-height: 96px; resize: vertical; }
input:focus, select:focus, textarea:focus { outline: 2px solid var(--brand); outline-offset: 0; border-color: transparent; }
.form-foot { display: flex; flex-wrap: wrap; gap: 14px 20px; align-items: center; }
.form-note { font-size: 14px; color: var(--review); }
.direct { margin: 0; border-top: 1px solid var(--line-strong); }
.direct div { padding: 18px 0; border-bottom: 1px solid var(--line); display: grid; gap: 4px; }
.direct dt { font-size: 13px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); }
.direct dd { margin: 0; font-size: 18px; }
.direct dd.sub { font-size: 16px; color: var(--ink-soft); }
.direct dd a { text-decoration-color: var(--line-strong); text-underline-offset: 4px; }

/* review notes */
.review { background: var(--review-tint); }
.review .wrap { padding-top: 48px; padding-bottom: 48px; display: grid; gap: 20px; }
.review ol { margin: 0; padding-left: 22px; display: grid; gap: 8px; max-width: 84ch; }

.site-footer { padding: 40px 0 110px; border-top: 4px solid var(--pista); background: var(--sage-tint); color: var(--ink-soft); font-size: 14px; }
.site-footer .wrap { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 16px; align-items: center; }
.mobile-bar { display: none; }

@media (max-width: 1080px) {
  .nav { display: none; }
  .hero .wrap, .story, .ethics-grid, .terms-grid, .contact { grid-template-columns: minmax(0, 1fr); }
  .terms-grid > .section-head { position: static; }
  .figures { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .figures div:nth-child(n+2) { padding-left: 16px; border-left: 1px solid var(--line); }
  .figures div:nth-child(n+3) { border-top: 0; }
  .ethics { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .hero-photo { order: -1; }
  .hero-photo img { aspect-ratio: 4 / 3; object-position: center 20%; }
  .hero-photo::before { inset: 16px -10px -10px 16px; }
  .products { grid-template-columns: repeat(3, minmax(0, 1fr)); }
  .items { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-terms { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .catalog-terms div:nth-child(3) { padding-left: 0; border-left: 0; }
  .catalog-terms div:nth-child(n+3) { margin-top: 12px; }
  .depts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .steps { grid-template-columns: minmax(0, 1fr); border-top: 0; }
  .steps li, .steps li + li { padding: 20px 0; border-left: 0; border-top: 1px solid var(--line); grid-template-columns: 56px minmax(0, 1fr); column-gap: 12px; }
  .steps li::before { grid-row: span 2; }
  .posts { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .posts > .post:first-child { grid-column: 1 / -1; }
  .posts > .post:first-child img { aspect-ratio: 2 / 1; }
}
@media (max-width: 720px) {
  body { font-size: 16px; }
  .site-header .btn { display: none; }
  .langs { margin-left: auto; }
  .figures { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .figures div:nth-child(3) { padding-left: 0; border-left: 0; }
  .figures div:nth-child(n+3) { border-top: 1px solid var(--line); }
  .ways { grid-template-columns: minmax(0, 1fr); }
  .way { padding-right: 0; }
  .way + .way { padding-left: 0; border-left: 0; border-top: 1px solid var(--line); margin-top: 32px; }
  .products { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 28px 14px; }
  .product h3 { font-size: 18px; }
  .items { grid-template-columns: minmax(0, 1fr); gap: 48px; }
  .item h3 { font-size: 24px; }
  .ethics { grid-template-columns: minmax(0, 1fr); }
  .terms div { grid-template-columns: minmax(0, 1fr); gap: 6px; }
  .row { grid-template-columns: minmax(0, 1fr); }
  .posts { grid-template-columns: minmax(0, 1fr); }
  .posts > .post:first-child img { aspect-ratio: 3 / 2; }
  .hero-photo img { aspect-ratio: 4 / 5; object-position: center 20%; }
  .hero-photo::before { display: none; }
  .channels { grid-template-columns: minmax(0, 1fr); }
  .prose { font-size: 17px; }
  .hero-cta .btn { flex: 1 1 100%; }
  .spec-tag { position: static; max-width: none; background: transparent; border: 0; border-bottom: 1px solid var(--line); padding: 12px 0; }
  .ruler-scale > span:nth-child(even):not(:last-child), .ruler-scale > span:nth-child(9) { display: none; }
  .mobile-bar {
    display: grid; grid-template-columns: 1.3fr 1fr 1fr; gap: 8px;
    position: fixed; left: 0; right: 0; bottom: 0; z-index: 30;
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
    background: var(--ground); border-top: 1px solid var(--line-strong);
  }
  .mobile-bar .btn { padding: 14px 8px; font-size: 15px; gap: 7px; }
  .mobile-bar .ico { width: 18px; height: 18px; }
}
