:root {
  --ink: #11110f;
  --muted: #6b675f;
  --paper: #f6f1e8;
  --paper-2: #fffaf0;
  --line: rgba(17, 17, 15, 0.16);
  --acid: #f1d300;
  --tea: #d9efe5;
  --peach: #f5a463;
  --charcoal: #23221f;
  --white: #ffffff;
  --max: 1080px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  letter-spacing: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 68px;
  padding: 14px clamp(18px, 3vw, 36px);
  background: rgba(246, 241, 232, 0.84);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 38px;
  height: 38px;
  color: var(--paper);
  background: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
}

.brand-text,
.main-nav {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.main-nav {
  display: flex;
  gap: clamp(14px, 3vw, 32px);
}

.main-nav a {
  color: var(--muted);
  text-decoration: none;
}

.main-nav .lang-link {
  color: var(--ink);
  font-weight: 800;
}

.main-nav a:hover {
  color: var(--ink);
}

.hero {
  max-width: 1240px;
  min-height: 820px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(360px, 0.92fr);
  gap: clamp(24px, 4vw, 54px);
  align-items: center;
  padding: 104px clamp(18px, 3vw, 36px) 58px;
  border-bottom: 1px solid var(--line);
}

.hero-copy {
  max-width: 660px;
}

.eyebrow {
  margin: 0 0 18px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  max-width: 720px;
  margin-bottom: 24px;
  font-size: clamp(46px, 5.4vw, 76px);
  line-height: 0.98;
  letter-spacing: 0;
  text-transform: uppercase;
}

html[lang="ru"] h1 {
  max-width: 560px;
  font-size: clamp(40px, 4.05vw, 56px);
  line-height: 1;
}

.hero-lede {
  max-width: 560px;
  margin-bottom: 34px;
  color: #37342e;
  font-size: clamp(18px, 1.75vw, 23px);
  line-height: 1.32;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 38px;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 22px;
  border: 1px solid var(--ink);
  text-decoration: none;
  font-weight: 800;
  text-transform: uppercase;
  font-size: 13px;
}

.button.primary {
  color: var(--paper);
  background: var(--ink);
}

.button.secondary {
  background: transparent;
}

.hero-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  max-width: 620px;
  margin: 0;
  border: 1px solid var(--line);
}

.hero-facts div {
  padding: 18px 16px;
  border-right: 1px solid var(--line);
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts dt {
  margin-bottom: 8px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
}

.hero-facts dd {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
}

.hero-visual {
  position: relative;
  min-height: min(68vh, 720px);
  overflow: hidden;
  background: #d8d5ce;
  border: 1px solid rgba(17, 17, 15, 0.2);
}

.hero-visual img {
  width: 100%;
  height: 100%;
  min-height: min(68vh, 720px);
  object-fit: cover;
}

.statement {
  padding: clamp(64px, 9vw, 112px) clamp(18px, 3vw, 36px);
  background: var(--ink);
  color: var(--paper);
}

.statement p {
  max-width: 1060px;
  margin: 0 auto;
  font-size: clamp(31px, 4.25vw, 62px);
  line-height: 1.02;
  font-weight: 800;
  text-transform: uppercase;
}

.decision-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}

.decision-strip div {
  min-height: 230px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.decision-strip div:last-child {
  border-right: 0;
}

.decision-strip span,
.decision-strip strong {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.decision-strip span {
  margin-bottom: 52px;
  color: var(--muted);
}

.decision-strip strong {
  margin-bottom: 12px;
}

.decision-strip p {
  margin: 0;
  color: #403d37;
  font-size: 17px;
  line-height: 1.45;
}

.precision-section {
  max-width: none;
  background:
    linear-gradient(90deg, rgba(17, 17, 15, 0.055) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 17, 15, 0.045) 1px, transparent 1px),
    var(--paper);
  background-size: 36px 36px;
}

.precision-section .section-heading,
.precision-layout {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.precision-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(320px, 0.72fr);
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.can-lineup {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(12px, 2vw, 24px);
  align-items: end;
  padding: clamp(24px, 4vw, 44px);
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.62);
  overflow: hidden;
}

.system-can {
  display: grid;
  justify-items: center;
  gap: 14px;
  min-width: 0;
}

.system-can p {
  margin: 0;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
}

.can-body {
  position: relative;
  width: clamp(72px, 9vw, 112px);
  aspect-ratio: 58 / 146;
  overflow: hidden;
  border: 1px solid rgba(17, 17, 15, 0.28);
  border-radius: 17% / 5%;
  background:
    linear-gradient(90deg, rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0.62) 18%, rgba(246, 241, 232, 0.88) 52%, rgba(0, 0, 0, 0.1)),
    #ebe5da;
  box-shadow: inset 0 0 18px rgba(255, 255, 255, 0.7), 0 18px 34px rgba(17, 17, 15, 0.12);
}

.can-rim {
  position: absolute;
  inset: 2.5% 8% auto;
  height: 3.5%;
  border: 1px solid rgba(17, 17, 15, 0.26);
  border-radius: 50%;
  background: linear-gradient(90deg, #9f9b92, #f7f3ea, #9b968c);
}

.can-label {
  position: absolute;
  inset: 21% 11% auto;
  height: 51%;
  overflow: hidden;
  border: 1.5px solid var(--ink);
  background: rgba(246, 241, 232, 0.74);
}

.can-strip {
  display: grid;
  grid-template-columns: 1fr 22%;
  min-height: 15%;
  border-bottom: 1.5px solid var(--ink);
}

.can-strip span,
.can-strip b {
  display: grid;
  align-items: center;
  min-width: 0;
  overflow: hidden;
  padding: 4px;
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(4px, 0.5vw, 6px);
  font-weight: 800;
  white-space: nowrap;
}

.can-strip b {
  justify-content: center;
  border-left: 1.5px solid var(--ink);
  background: var(--sku-color, var(--acid));
}

.can-label strong {
  display: block;
  overflow: hidden;
  padding: 30% 7% 22%;
  font-size: clamp(10px, 1.08vw, 14px);
  line-height: 1.02;
  text-transform: uppercase;
  word-break: break-word;
}

.can-label em {
  display: block;
  position: absolute;
  inset: auto 0 0;
  padding: 8px;
  border-top: 1.5px solid var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(4px, 0.52vw, 6px);
  font-style: normal;
  font-weight: 800;
}

.lemon-can {
  --sku-color: var(--acid);
}

.apricot-can {
  --sku-color: #ee8f22;
}

.zero-can {
  --sku-color: #a9ca73;
}

.precision-copy {
  padding: clamp(26px, 4vw, 42px);
  color: var(--paper);
  background: var(--ink);
}

.precision-copy h3 {
  margin-bottom: 18px;
  font-size: clamp(29px, 3.25vw, 40px);
}

.precision-copy p {
  color: rgba(246, 241, 232, 0.78);
  font-size: 18px;
  line-height: 1.46;
}

.measurement-list {
  margin: 28px 0 0;
  border-top: 1px solid rgba(246, 241, 232, 0.2);
}

.measurement-list div {
  display: grid;
  grid-template-columns: 104px 1fr;
  gap: 16px;
  padding: 15px 0;
  border-bottom: 1px solid rgba(246, 241, 232, 0.2);
}

.measurement-list dt,
.measurement-list dd {
  margin: 0;
}

.measurement-list dt {
  color: rgba(246, 241, 232, 0.58);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.measurement-list dd {
  color: var(--paper);
  font-weight: 700;
}

.section {
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(74px, 10vw, 126px) clamp(18px, 4vw, 28px);
}

.section-heading {
  display: grid;
  grid-template-columns: 0.45fr 1fr;
  gap: clamp(24px, 5vw, 70px);
  align-items: start;
  margin-bottom: clamp(34px, 6vw, 68px);
}

.section-heading.compact {
  display: block;
  max-width: 760px;
}

h2 {
  margin-bottom: 0;
  font-size: clamp(38px, 6vw, 78px);
  line-height: 0.95;
  letter-spacing: 0;
  text-transform: uppercase;
}

h3 {
  margin-bottom: 14px;
  font-size: clamp(22px, 2.8vw, 36px);
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}

.product-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(340px, 0.8fr);
  gap: clamp(24px, 5vw, 70px);
}

.spec-panel,
.label-panel,
.market-grid article,
.variant,
.kit-grid article {
  border: 1px solid var(--line);
  background: rgba(255, 250, 240, 0.54);
}

.spec-panel {
  padding: clamp(26px, 4vw, 46px);
}

.spec-panel p,
.market-grid p,
.trade-copy p,
.trade-list p,
.kit-grid p,
.contact-section p,
.variant p {
  color: #403d37;
  font-size: 17px;
  line-height: 1.5;
}

.spec-list {
  padding: 0;
  margin: 36px 0 0;
  list-style: none;
  border-top: 1px solid var(--line);
}

.spec-list li {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 0;
  border-bottom: 1px solid var(--line);
}

.spec-list span {
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.spec-list strong {
  max-width: 55%;
  text-align: right;
  font-size: 15px;
}

.label-panel {
  display: grid;
  place-items: center;
  min-height: 560px;
  padding: 34px;
  overflow: hidden;
  background:
    linear-gradient(90deg, rgba(17, 17, 15, 0.06) 1px, transparent 1px),
    linear-gradient(0deg, rgba(17, 17, 15, 0.06) 1px, transparent 1px),
    var(--paper-2);
  background-size: 28px 28px;
}

.label-card {
  width: min(100%, 360px);
  max-width: 100%;
  overflow: hidden;
  border: 2px solid var(--ink);
  background: rgba(246, 241, 232, 0.78);
  font-family: "JetBrains Mono", monospace;
}

.label-top,
.label-bottom,
.label-code {
  display: grid;
  grid-template-columns: 1fr auto;
  border-bottom: 2px solid var(--ink);
}

.label-top span,
.label-top b,
.label-code span {
  padding: 14px 16px;
  font-size: 12px;
  font-weight: 800;
}

.label-top b {
  background: var(--acid);
  border-left: 2px solid var(--ink);
}

.label-main {
  padding: 62px 18px 54px;
  border-bottom: 2px solid var(--ink);
}

.label-main span {
  display: block;
  font-family: Inter, sans-serif;
  font-size: clamp(38px, 4vw, 52px);
  line-height: 0.92;
  font-weight: 900;
  text-transform: uppercase;
  overflow-wrap: anywhere;
}

.label-bottom {
  grid-template-columns: 1fr 1fr 96px;
}

.label-bottom p,
.label-bottom strong {
  margin: 0;
  padding: 16px;
  border-right: 2px solid var(--ink);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.45;
}

.label-bottom strong {
  display: grid;
  place-items: center;
  border-right: 0;
  font-family: Inter, sans-serif;
  font-size: 42px;
}

.label-bottom small {
  display: block;
  font-family: "JetBrains Mono", monospace;
  font-size: 10px;
}

.label-code {
  grid-template-columns: 1fr auto;
  border-bottom: 0;
}

.variant-row,
.market-grid,
.market-proof,
.system-grid,
.package-grid,
.kit-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.variant,
.market-grid article,
.market-proof article,
.system-grid article,
.package-grid article,
.kit-grid article {
  padding: 28px;
}

.variant span,
.metric {
  display: inline-flex;
  margin-bottom: 32px;
  font-family: "JetBrains Mono", monospace;
  font-size: 13px;
  font-weight: 800;
}

.market-proof .metric {
  color: var(--ink);
  font-family: Inter, sans-serif;
  font-size: clamp(34px, 4vw, 54px);
  line-height: 0.92;
}

.variant.lemon {
  background: linear-gradient(180deg, rgba(241, 211, 0, 0.22), rgba(255, 250, 240, 0.76));
}

.variant.tea {
  background: linear-gradient(180deg, rgba(98, 188, 160, 0.18), rgba(255, 250, 240, 0.76));
}

.variant.peach {
  background: linear-gradient(180deg, rgba(245, 164, 99, 0.22), rgba(255, 250, 240, 0.76));
}

.market-section {
  border-top: 1px solid var(--line);
}

.visual-system,
.package-section,
.producer-section {
  border-top: 1px solid var(--line);
}

.wide-visual {
  overflow: hidden;
  margin-bottom: 18px;
  border: 1px solid var(--line);
  background: var(--paper-2);
}

.wide-visual img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

.wide-visual.technical img {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background: #f7f1e7;
}

.system-grid,
.package-grid {
  margin-top: 16px;
}

.system-grid article,
.package-grid article {
  background: rgba(255, 250, 240, 0.54);
  border: 1px solid var(--line);
}

.system-grid h3,
.package-grid h3 {
  font-size: 21px;
}

.system-grid p,
.package-grid li,
.spec-note {
  color: #403d37;
  font-size: 16px;
  line-height: 1.5;
}

.package-grid ul {
  display: grid;
  gap: 10px;
  padding-left: 18px;
  margin: 0;
}

.spec-note {
  max-width: 920px;
  margin: 24px 0 0;
  padding-top: 18px;
  border-top: 1px solid var(--line);
}

.producer-section {
  max-width: none;
  color: var(--paper);
  background: var(--charcoal);
}

.producer-section .section-heading,
.producer-layout,
.architecture-band {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.producer-section .eyebrow {
  color: rgba(246, 241, 232, 0.58);
}

.producer-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.72fr) minmax(0, 1fr);
  gap: clamp(28px, 5vw, 70px);
}

.producer-copy {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.producer-copy h3 {
  font-size: clamp(28px, 3.4vw, 44px);
}

.producer-copy p {
  color: rgba(246, 241, 232, 0.72);
  font-size: 18px;
  line-height: 1.5;
}

.producer-copy a,
.architecture-band p {
  color: rgba(246, 241, 232, 0.72);
}

.producer-copy a {
  margin-top: auto;
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-underline-offset: 4px;
}

.credential-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.credential-grid article {
  min-height: 190px;
  padding: 22px;
  border: 1px solid rgba(246, 241, 232, 0.18);
}

.credential-grid span {
  display: block;
  margin-bottom: 40px;
  color: var(--paper);
  font-size: clamp(34px, 4vw, 56px);
  line-height: 0.9;
  font-weight: 900;
  text-transform: uppercase;
}

.credential-grid p {
  margin: 0;
  color: rgba(246, 241, 232, 0.72);
  font-size: 15px;
  line-height: 1.45;
}

.architecture-band {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0;
  margin-top: 44px;
  border: 1px solid rgba(246, 241, 232, 0.18);
}

.architecture-band div {
  padding: 24px;
  border-right: 1px solid rgba(246, 241, 232, 0.18);
}

.architecture-band div:last-child {
  border-right: 0;
}

.architecture-band strong {
  display: block;
  margin-bottom: 12px;
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.architecture-band p {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
}

.market-grid article,
.market-proof article {
  min-height: 320px;
}

.market-proof article {
  display: flex;
  flex-direction: column;
}

.market-proof p strong {
  color: var(--ink);
}

.market-proof a {
  margin-top: auto;
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

.trade-section {
  max-width: none;
  background: var(--charcoal);
  color: var(--paper);
}

.trade-section .section-heading,
.trade-layout {
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}

.trade-section .eyebrow,
.trade-section p {
  color: rgba(246, 241, 232, 0.72);
}

.trade-layout {
  display: grid;
  grid-template-columns: 0.72fr 1fr;
  gap: clamp(28px, 5vw, 70px);
}

.trade-copy p {
  font-size: clamp(22px, 3vw, 34px);
  line-height: 1.2;
  color: var(--paper);
}

.trade-list {
  border-top: 1px solid rgba(246, 241, 232, 0.2);
}

.trade-list div {
  display: grid;
  grid-template-columns: 52px 190px 1fr;
  gap: 18px;
  padding: 22px 0;
  border-bottom: 1px solid rgba(246, 241, 232, 0.2);
}

.trade-list span,
.trade-list strong {
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

.trade-list p {
  margin: 0;
  color: rgba(246, 241, 232, 0.72);
}

.intro-kit {
  border-bottom: 1px solid var(--line);
}

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

.kit-grid article {
  min-height: 250px;
}

.kit-grid h3 {
  font-size: 22px;
}

.contact-section {
  display: grid;
  grid-template-columns: 0.85fr 1fr;
  gap: clamp(28px, 6vw, 86px);
  max-width: var(--max);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 130px) clamp(18px, 4vw, 28px);
}

.contact-section h2 {
  margin-bottom: 24px;
}

.contact-form {
  display: grid;
  gap: 14px;
  padding: 22px;
  border: 1px solid var(--line);
  background: var(--paper-2);
}

label {
  display: grid;
  gap: 8px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

input,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 0;
  padding: 14px 13px;
  color: var(--ink);
  background: var(--white);
  font: 500 16px Inter, sans-serif;
}

input:focus,
textarea:focus {
  outline: 2px solid var(--acid);
  outline-offset: 0;
}

button {
  min-height: 52px;
  border: 1px solid var(--ink);
  color: var(--paper);
  background: var(--ink);
  font: 800 13px Inter, sans-serif;
  text-transform: uppercase;
  cursor: pointer;
}

.site-footer {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 22px clamp(18px, 4vw, 46px);
  color: var(--paper);
  background: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  text-transform: uppercase;
}

@media (max-width: 980px) {
  .hero,
  .product-grid,
  .section-heading,
  .precision-layout,
  .producer-layout,
  .trade-layout,
  .contact-section {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 96px;
  }

  .product-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.72fr);
    gap: clamp(20px, 3vw, 42px);
  }

  .label-panel {
    min-height: 460px;
    padding: 24px;
  }

  .label-card {
    width: min(100%, 300px);
  }

  .label-main {
    padding: 46px 16px 42px;
  }

  .label-main span {
    font-size: clamp(32px, 3vw, 42px);
  }

  .label-bottom {
    grid-template-columns: 1fr 1fr 76px;
  }

  .label-bottom p,
  .label-bottom strong {
    padding: 12px;
    font-size: 11px;
  }

  .label-bottom strong {
    font-size: 32px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 62vh;
  }

  .variant-row,
  .market-grid,
  .market-proof,
  .decision-strip,
  .system-grid,
  .package-grid,
  .credential-grid,
  .architecture-band,
  .kit-grid {
    grid-template-columns: 1fr 1fr;
  }

  .trade-list div {
    grid-template-columns: 44px 1fr;
  }

  .trade-list p {
    grid-column: 2;
  }
}

@media (max-width: 680px) {
  .site-header {
    align-items: center;
    min-height: 60px;
    padding: 10px 14px;
  }

  .main-nav {
    gap: 9px;
    font-size: 9px;
  }

  .brand-text {
    display: none;
  }

  .brand-mark {
    width: 38px;
    height: 38px;
  }

  .hero {
    min-height: auto;
    padding: 82px 18px 28px;
    gap: 22px;
  }

  h1 {
    margin-bottom: 18px;
    font-size: clamp(38px, 12vw, 54px);
    line-height: 1;
  }

  html[lang="ru"] h1 {
    max-width: 100%;
    font-size: clamp(34px, 9.9vw, 42px);
    line-height: 1;
  }

  html[lang="ru"] .hero-lede {
    font-size: 17px;
  }

  html[lang="ru"] .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  html[lang="ru"] .hero-actions .button {
    width: 100%;
  }

  .eyebrow {
    margin-bottom: 12px;
    font-size: 10px;
  }

  .hero-lede {
    margin-bottom: 22px;
    font-size: 17px;
  }

  .hero-actions {
    margin-bottom: 20px;
  }

  .hero-facts {
    margin-bottom: 8px;
  }

  .hero-facts div {
    padding: 12px 14px;
  }

  .hero-visual,
  .hero-visual img {
    min-height: 310px;
    max-height: 360px;
  }

  .statement {
    display: none;
  }

  .statement p {
    font-size: clamp(24px, 7vw, 31px);
    line-height: 1.08;
  }

  .section {
    padding: 44px 18px;
  }

  .section-heading {
    margin-bottom: 24px;
  }

  h2 {
    font-size: clamp(30px, 10vw, 42px);
    line-height: 1;
  }

  h3 {
    font-size: 22px;
  }

  .hero-facts,
  .can-lineup,
  .variant-row,
  .market-grid,
  .market-proof,
  .decision-strip,
  .system-grid,
  .package-grid,
  .credential-grid,
  .architecture-band,
  .kit-grid {
    grid-template-columns: 1fr;
  }

  .architecture-band div {
    border-right: 0;
    border-bottom: 1px solid rgba(246, 241, 232, 0.18);
  }

  .architecture-band div:last-child {
    border-bottom: 0;
  }

  .wide-visual img,
  .wide-visual.technical img {
    aspect-ratio: 1 / 1;
  }

  .hero-facts div {
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .hero-facts div:last-child {
    border-bottom: 0;
  }

  .decision-strip div {
    padding: 20px 18px;
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .decision-strip div:last-child {
    border-bottom: 0;
  }

  .decision-strip span {
    margin-bottom: 28px;
  }

  .decision-strip p {
    font-size: 15px;
  }

  .market-proof article {
    min-height: 0;
    padding: 20px 0;
    border-width: 0 0 1px;
    background: transparent;
  }

  .market-proof article:nth-child(n + 4) {
    display: none;
  }

  .market-proof .metric {
    margin-bottom: 12px;
    font-size: 36px;
  }

  .market-proof p {
    display: none;
  }

  .market-proof a {
    margin-top: 10px;
  }

  .product-grid {
    gap: 18px;
  }

  .spec-panel,
  .label-panel {
    padding: 20px;
  }

  .label-panel {
    display: none;
  }

  .label-card {
    transform: scale(0.92);
    transform-origin: center;
  }

  .variant,
  .system-grid article,
  .package-grid article,
  .kit-grid article {
    padding: 20px;
  }

  .visual-system .system-grid {
    display: none;
  }

  .variant span,
  .metric {
    margin-bottom: 20px;
  }

  .variant p {
    display: none;
  }

  .wide-visual {
    margin-left: -18px;
    margin-right: -18px;
    border-left: 0;
    border-right: 0;
  }

  .producer-section,
  .trade-section {
    padding-top: 0;
  }

  .producer-layout {
    gap: 24px;
  }

  .producer-copy p {
    font-size: 16px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .credential-grid {
    grid-template-columns: 1fr 1fr;
  }

  .credential-grid article {
    min-height: 0;
    padding: 18px;
  }

  .credential-grid span {
    margin-bottom: 20px;
    font-size: 34px;
  }

  .credential-grid article:nth-child(n + 5) {
    display: none;
  }

  .architecture-band {
    display: none;
  }

  .producer-copy a {
    margin-top: 12px;
  }

  .detail-heavy {
    display: none;
  }

  .trade-copy p {
    font-size: 20px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .trade-list div {
    padding: 16px 0;
  }

  .trade-list {
    display: none;
  }

  .intro-kit {
    display: none;
  }

  .kit-grid {
    gap: 10px;
  }

  .kit-grid article {
    min-height: 0;
  }

  .contact-section {
    padding: 44px 18px;
  }

  .contact-form {
    padding: 18px;
  }

  .can-lineup {
    justify-items: center;
  }

  .can-body {
    width: min(38vw, 128px);
  }

  .measurement-list div {
    grid-template-columns: 1fr;
    gap: 6px;
  }

  .label-bottom {
    grid-template-columns: 1fr;
  }

  .label-bottom p,
  .label-bottom strong {
    border-right: 0;
    border-bottom: 2px solid var(--ink);
  }

  .label-bottom strong {
    border-bottom: 0;
  }

  .spec-list li {
    display: grid;
  }

  .spec-list strong {
    max-width: none;
    text-align: left;
  }

  .site-footer {
    display: grid;
  }
}

@media (min-width: 681px) {
  :root {
    --max: 1040px;
  }

  .site-header {
    min-height: 58px;
    padding: 10px clamp(18px, 3vw, 34px);
  }

  .brand-mark {
    width: 34px;
    height: 34px;
  }

  .brand-text,
  .main-nav {
    font-size: 11px;
  }

  .hero {
    max-width: 1120px;
    min-height: 640px;
    grid-template-columns: minmax(0, 0.9fr) minmax(340px, 0.86fr);
    gap: clamp(24px, 3.2vw, 44px);
    padding: 78px clamp(18px, 3vw, 32px) 40px;
  }

  h1 {
    font-size: clamp(38px, 4vw, 56px);
    line-height: 1.04;
  }

  html[lang="ru"] h1 {
    max-width: 520px;
    font-size: clamp(32px, 3.05vw, 43px);
    line-height: 1.05;
  }

  .hero-lede {
    max-width: 500px;
    font-size: clamp(16px, 1.25vw, 18px);
    line-height: 1.45;
  }

  .hero-visual,
  .hero-visual img {
    min-height: min(54vh, 520px);
  }

  .statement {
    padding: clamp(42px, 5vw, 64px) clamp(18px, 3vw, 36px);
  }

  .statement p {
    max-width: 940px;
    font-size: clamp(24px, 2.6vw, 36px);
    line-height: 1.12;
  }

  .decision-strip div {
    min-height: 150px;
    padding: clamp(16px, 2vw, 24px);
  }

  .decision-strip span {
    margin-bottom: 22px;
  }

  .decision-strip p,
  .spec-panel p,
  .market-grid p,
  .trade-list p,
  .kit-grid p,
  .contact-section p,
  .variant p,
  .system-grid p,
  .package-grid li,
  .spec-note,
  .producer-copy p,
  .credential-grid p,
  .architecture-band p {
    font-size: 15px;
  }

  .section {
    padding: clamp(48px, 6vw, 76px) clamp(18px, 3vw, 24px);
  }

  .section-heading {
    gap: clamp(22px, 3.4vw, 44px);
    margin-bottom: clamp(24px, 3.2vw, 36px);
  }

  h2 {
    font-size: clamp(29px, 3.35vw, 44px);
    line-height: 1.06;
  }

  h3 {
    font-size: clamp(19px, 1.8vw, 24px);
    line-height: 1.08;
  }

  .variant,
  .market-grid article,
  .market-proof article,
  .system-grid article,
  .package-grid article,
  .kit-grid article {
    padding: 20px;
  }

  .variant span,
  .metric {
    margin-bottom: 18px;
  }

  .market-proof .metric {
    font-size: clamp(27px, 2.8vw, 38px);
  }

  .market-grid article,
  .market-proof article {
    min-height: 220px;
  }

  .producer-copy h3 {
    font-size: clamp(23px, 2.4vw, 30px);
  }

  .credential-grid article {
    min-height: 135px;
    padding: 16px;
  }

  .credential-grid span {
    margin-bottom: 20px;
    font-size: clamp(26px, 2.8vw, 36px);
  }

  .trade-copy p {
    font-size: clamp(18px, 1.9vw, 23px);
    line-height: 1.34;
  }

  .kit-grid article {
    min-height: 170px;
  }
}

/* Franzese Lab vodka concept page */
.vodka-page {
  --ink: #12110e;
  --muted: #8a8377;
  --paper: #e9e2d5;
  --paper-2: #f5efe4;
  --line: rgba(18, 17, 14, 0.18);
  --charcoal: #181713;
  background: var(--paper);
}

.vodka-page .vodka-header {
  background: rgba(233, 226, 213, 0.9);
}

.vodka-hero {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(420px, 1fr);
  gap: clamp(22px, 3.4vw, 54px);
  max-width: 1180px;
  min-height: 720px;
  margin: 0 auto;
  padding: 94px clamp(18px, 3vw, 30px) 42px;
  align-items: center;
}

.vodka-hero-copy {
  max-width: 520px;
}

.vodka-page h1 {
  max-width: 540px;
  margin-bottom: 8px;
  font-size: clamp(38px, 5.2vw, 72px);
  line-height: 0.96;
}

.vodka-subtitle {
  margin-bottom: 28px;
  color: var(--charcoal);
  font-family: "JetBrains Mono", monospace;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 700;
  text-transform: uppercase;
}

.vodka-lede {
  max-width: 500px;
  margin-bottom: 28px;
  color: #343028;
  font-size: clamp(18px, 1.6vw, 22px);
  line-height: 1.4;
  font-weight: 600;
}

.vodka-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 28px;
}

.vodka-facts {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0;
  border: 1px solid var(--line);
}

.vodka-facts div {
  padding: 15px;
  border-right: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
}

.vodka-facts div:nth-child(2n) {
  border-right: 0;
}

.vodka-facts div:nth-last-child(-n + 2) {
  border-bottom: 0;
}

.vodka-facts dt {
  margin-bottom: 7px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.vodka-facts dd {
  margin: 0;
  font-weight: 800;
}

.vodka-hero-visual {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #211f1a;
}

.vodka-hero-visual img {
  width: 100%;
  height: min(74vh, 720px);
  object-fit: cover;
  object-position: 50% 6%;
}

.vodka-thesis {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  border-top: 1px solid var(--line);
  border-bottom: 1px solid var(--line);
  background: var(--paper-2);
}

.vodka-thesis div {
  min-height: 250px;
  padding: clamp(22px, 3vw, 34px);
  border-right: 1px solid var(--line);
}

.vodka-thesis div:last-child {
  border-right: 0;
}

.vodka-thesis span,
.vodka-proof-grid span,
.packaging-points span {
  display: inline-block;
  margin-bottom: 20px;
  color: var(--muted);
  font-family: "JetBrains Mono", monospace;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.vodka-thesis h2 {
  max-width: 360px;
  margin-bottom: 18px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.02;
}

.vodka-thesis p,
.vodka-proof-grid p,
.vodka-product-grid p,
.packaging-points p,
.launch-grid p,
.concept-gallery figcaption {
  color: #3f3a32;
  font-size: 15px;
  line-height: 1.5;
}

.vodka-section {
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(48px, 6vw, 82px) clamp(18px, 3vw, 30px);
}

.vodka-section-head {
  display: grid;
  grid-template-columns: minmax(180px, 0.36fr) minmax(0, 1fr);
  gap: clamp(18px, 4vw, 56px);
  margin-bottom: clamp(24px, 3.5vw, 44px);
}

.vodka-section-head h2 {
  max-width: 760px;
  font-size: clamp(29px, 3.5vw, 48px);
  line-height: 1.05;
}

.vodka-proof-grid,
.vodka-product-grid,
.launch-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
}

.vodka-proof-grid article,
.vodka-card,
.launch-grid article {
  min-height: 235px;
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(245, 239, 228, 0.66);
}

.vodka-proof-grid h3,
.vodka-card h3,
.packaging-points h3,
.launch-grid h3 {
  margin-bottom: 14px;
  font-size: 21px;
  line-height: 1.12;
}

.vodka-proof-grid a {
  color: var(--ink);
  font-family: "JetBrains Mono", monospace;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.vodka-product-grid {
  grid-template-columns: 1.25fr 1fr 1fr;
}

.vodka-card.dark {
  color: var(--paper-2);
  background: var(--charcoal);
}

.vodka-card.dark p {
  color: rgba(245, 239, 228, 0.82);
}

.packaging-layout {
  display: grid;
  grid-template-columns: minmax(430px, 1fr) minmax(320px, 0.72fr);
  gap: 16px;
}

.packaging-layout figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #191814;
}

.packaging-layout img {
  width: 100%;
  height: 720px;
  object-fit: cover;
  object-position: 50% 0;
}

.packaging-points {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}

.packaging-points article {
  padding: 22px;
  border: 1px solid var(--line);
  background: rgba(245, 239, 228, 0.72);
}

.concept-gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.concept-gallery figure {
  margin: 0;
  overflow: hidden;
  border: 1px solid var(--line);
  background: #1a1915;
}

.concept-gallery img {
  width: 100%;
  aspect-ratio: 4 / 5;
  object-fit: cover;
  object-position: 50% 0;
}

.concept-gallery figcaption {
  min-height: 64px;
  padding: 14px 16px;
  color: var(--paper-2);
  background: #1a1915;
}

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

.launch-grid article {
  min-height: 185px;
}

.vodka-close {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 22px;
  align-items: center;
  padding: clamp(34px, 5vw, 58px) clamp(18px, 3vw, 36px);
  color: var(--paper-2);
  background: var(--charcoal);
}

.vodka-close p {
  max-width: 920px;
  margin: 0;
  font-size: clamp(22px, 2.6vw, 38px);
  line-height: 1.15;
  font-weight: 800;
  text-transform: uppercase;
}

.vodka-close .button.primary {
  border-color: var(--paper-2);
  color: var(--ink);
  background: var(--paper-2);
}

@media (max-width: 900px) {
  .vodka-hero,
  .vodka-section-head,
  .packaging-layout,
  .vodka-close {
    grid-template-columns: 1fr;
  }

  .vodka-hero {
    min-height: 0;
    padding-top: 90px;
  }

  .vodka-hero-visual img {
    height: 520px;
  }

  .vodka-thesis,
  .vodka-proof-grid,
  .vodka-product-grid,
  .concept-gallery-grid,
  .launch-grid {
    grid-template-columns: 1fr;
  }

  .vodka-thesis div {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid var(--line);
  }

  .vodka-thesis div:last-child {
    border-bottom: 0;
  }

  .vodka-proof-grid article,
  .vodka-card,
  .launch-grid article {
    min-height: 0;
  }

  .packaging-layout img {
    height: 520px;
  }
}

@media (max-width: 680px) {
  .vodka-page .site-header {
    position: sticky;
    align-items: flex-start;
    gap: 10px;
    min-height: 0;
  }

  .vodka-page .main-nav {
    max-width: 220px;
    justify-content: flex-end;
    gap: 10px 14px;
  }

  .vodka-hero {
    padding: 30px 14px 22px;
  }

  .vodka-page h1 {
    font-size: clamp(36px, 11vw, 48px);
  }

  .vodka-subtitle {
    margin-bottom: 18px;
    font-size: 13px;
  }

  .vodka-lede {
    margin-bottom: 20px;
    font-size: 17px;
    line-height: 1.42;
  }

  .vodka-actions {
    margin-bottom: 18px;
  }

  .vodka-actions .button {
    width: 100%;
    min-height: 44px;
    padding: 0 14px;
    font-size: 12px;
  }

  .vodka-facts {
    grid-template-columns: 1fr 1fr;
  }

  .vodka-facts div {
    padding: 12px;
  }

  .vodka-hero-visual img {
    height: 430px;
  }

  .vodka-thesis h2 {
    font-size: 25px;
  }

  .vodka-section {
    padding: 40px 14px;
  }

  .vodka-section-head {
    margin-bottom: 20px;
  }

  .vodka-section-head h2 {
    font-size: 28px;
  }

  .vodka-proof-grid,
  .vodka-product-grid,
  .packaging-points,
  .concept-gallery-grid,
  .launch-grid {
    gap: 10px;
  }

  .vodka-proof-grid article,
  .vodka-card,
  .packaging-points article,
  .launch-grid article {
    padding: 18px;
  }

  .packaging-layout img {
    height: 440px;
  }

  .packaging-points {
    grid-template-columns: 1fr;
  }

  .concept-gallery img {
    aspect-ratio: 1 / 1.08;
  }

  .concept-gallery-grid {
    display: flex;
    overflow-x: auto;
    padding-bottom: 8px;
    scroll-snap-type: x mandatory;
  }

  .concept-gallery figure {
    flex: 0 0 84%;
    scroll-snap-align: start;
  }

  .vodka-close {
    padding: 34px 14px;
  }

  .vodka-close p {
    font-size: 24px;
  }
}
