@font-face {
  font-family: "Manrope Local";
  src: url("/fonts/manrope-cyrillic.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Manrope Local";
  src: url("/fonts/manrope-latin.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "IBM Plex Mono Local";
  src: url("/fonts/ibm-plex-mono-cyrillic-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "IBM Plex Mono Local";
  src: url("/fonts/ibm-plex-mono-latin-400.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Phosphor";
  src: url("/fonts/phosphor.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: block;
}

:root {
  color-scheme: light;
  --ink: #0a100e;
  --ink-soft: #434844;
  --night: #07110f;
  --night-soft: #111a17;
  --paper: #f2efe7;
  --paper-bright: #f8f6f0;
  --lime: #d9ef1f;
  --lime-press: #c8dc18;
  --viber: #7361bd;
  --line-dark: rgba(242, 239, 231, 0.34);
  --line-light: rgba(10, 16, 14, 0.25);
  --mono: "IBM Plex Mono Local", "Courier New", monospace;
  --sans: "Manrope Local", Arial, sans-serif;
  --shell: min(100% - 2.25rem, 76rem);
}

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

html {
  scroll-behavior: smooth;
  scroll-padding-top: 1rem;
  background: var(--night);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: var(--sans);
  font-size: 1rem;
  line-height: 1.5;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body,
button,
a {
  -webkit-tap-highlight-color: transparent;
}

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

a {
  color: inherit;
  text-decoration: none;
}

button,
summary {
  font: inherit;
}

h1,
h2,
h3,
p,
figure {
  margin: 0;
}

h1,
h2,
h3 {
  text-wrap: balance;
}

.ph {
  font-family: "Phosphor" !important;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  font-feature-settings: "liga" 1;
  font-variant-ligatures: discretionary-ligatures;
  line-height: 1;
  speak: never;
  text-transform: none;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

.page-shell {
  width: var(--shell);
  margin-inline: auto;
}

.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0.75rem;
  left: 0.75rem;
  padding: 0.7rem 1rem;
  color: var(--night);
  background: var(--lime);
  transform: translateY(-150%);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow,
.mono-label,
.section-number,
.coordinates,
.product-index > li > span,
.pickup-steps li > span {
  font-family: var(--mono);
}

.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-transform: uppercase;
}

.button {
  min-height: 3.6rem;
  padding: 0.85rem 1.15rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px solid currentColor;
  font-size: 0.95rem;
  font-weight: 650;
  line-height: 1.1;
  cursor: pointer;
  transition: background-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.button .ph {
  font-size: 1.35rem;
}

.button:active {
  transform: translateY(1px);
}

.button-lime {
  border-color: var(--lime);
  color: var(--night);
  background: var(--lime);
}

.button-lime:hover {
  border-color: var(--lime-press);
  background: var(--lime-press);
}

.button-outline {
  color: var(--paper-bright);
  background: transparent;
}

.button-outline:hover {
  color: var(--night);
  background: var(--paper-bright);
}

:focus-visible {
  outline: 3px solid #8e78ff;
  outline-offset: 3px;
}

.hero {
  position: relative;
  min-height: 36.5rem;
  overflow: hidden;
  color: var(--paper-bright);
  background: var(--night);
  isolation: isolate;
}

.hero::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(2, 10, 8, 0.39);
  pointer-events: none;
}

.hero-picture {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.hero-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 60% 48%;
}

.site-header {
  position: relative;
  z-index: 2;
  width: var(--shell);
  min-height: 5.25rem;
  margin-inline: auto;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  border-bottom: 1px solid rgba(242, 239, 231, 0.15);
}

.wordmark,
.footer-wordmark {
  font-size: 0.79rem;
  font-weight: 780;
  letter-spacing: 0.095em;
  white-space: nowrap;
}

.desktop-nav {
  display: none;
}

.language-switch {
  padding: 0.55rem 0;
  font-family: var(--mono);
  font-size: 0.79rem;
  letter-spacing: 0.08em;
}

.hero-inner {
  width: var(--shell);
  min-height: calc(36.5rem - 5.25rem);
  margin-inline: auto;
  padding: 2.15rem 0 2.4rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}

.coordinates {
  margin-bottom: 2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: rgba(248, 246, 240, 0.68);
  font-size: 0.62rem;
  letter-spacing: 0.06em;
  line-height: 1.65;
}

.coordinates .ph {
  position: relative;
  width: 2.7rem;
  height: 2.7rem;
  display: grid;
  place-items: center;
  color: rgba(248, 246, 240, 0.78);
  font-size: 2.5rem;
}

.hero-eyebrow {
  margin-bottom: 0.85rem;
  color: rgba(248, 246, 240, 0.74);
}

.hero h1 {
  max-width: 20ch;
  font-size: clamp(2.8rem, 12.7vw, 4.1rem);
  font-weight: 720;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.hero-description {
  max-width: 36rem;
  margin-top: 1rem;
  color: rgba(248, 246, 240, 0.82);
  font-size: 0.95rem;
  line-height: 1.45;
}

.pickup-label {
  margin-top: 0.85rem;
  padding: 0.38rem 0.62rem;
  border: 1px solid rgba(248, 246, 240, 0.58);
  font-family: var(--mono);
  font-size: 0.66rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.hero-actions {
  width: 100%;
  margin-top: 1.5rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.6rem;
}

.hero-actions .button {
  min-width: 0;
  padding-inline: 0.65rem;
  font-size: 0.82rem;
}

.light-section {
  color: var(--ink);
  background: var(--paper);
}

.locality {
  padding-block: 3.5rem;
  border-bottom: 1px solid var(--line-light);
}

.locality-grid {
  display: grid;
  grid-template-columns: 4.6rem 1fr;
  column-gap: 1.1rem;
  row-gap: 1.6rem;
  align-items: start;
}

.locality-grid > div:first-child {
  display: flex;
  flex-direction: column;
  gap: 1.8rem;
}

.section-number {
  color: var(--ink-soft);
  font-size: 1.25rem;
  letter-spacing: 0.1em;
}

.locality-copy {
  padding-top: 2.2rem;
  border-top: 1px solid var(--line-light);
}

.locality h2 {
  max-width: 24ch;
  font-size: clamp(1.9rem, 8vw, 3.25rem);
  font-weight: 680;
  letter-spacing: -0.045em;
  line-height: 1.04;
}

.mono-label {
  margin-top: 1rem;
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.locality-copy > p:last-child {
  max-width: 38rem;
  margin-top: 1rem;
  color: var(--ink-soft);
  font-size: 0.92rem;
}

.locality-icon {
  grid-column: 2;
  justify-self: end;
  color: var(--ink);
  font-size: 2rem;
}

.dark-section {
  color: var(--paper-bright);
  background: var(--night);
}

.products {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--night);
}

.products-copy {
  min-width: 0;
  padding: 2.75rem max(1.1rem, calc((100vw - 76rem) / 2));
  align-self: stretch;
}

.products-copy h2 {
  margin-top: 0.55rem;
  font-size: clamp(2.25rem, 10vw, 3.5rem);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1;
}

.price-table-head {
  margin-top: 1.55rem;
  padding: 0.68rem 0 0.62rem;
  display: grid;
  grid-template-columns: 1.55rem minmax(0, 1fr) 4.25rem 4.25rem 1rem;
  gap: 0.45rem;
  align-items: end;
  border-top: 1px solid var(--line-dark);
  border-bottom: 1px solid var(--line-dark);
  color: rgba(248, 246, 240, 0.62);
  font-family: var(--mono);
  font-size: 0.55rem;
  letter-spacing: 0.05em;
  line-height: 1.15;
  text-align: right;
  text-transform: uppercase;
}

.price-table-head > span:first-child {
  grid-column: 3;
}

.price-table-head > span:last-child {
  grid-column: 4;
}

.price-table-head small {
  display: block;
  margin-top: 0.18rem;
  color: rgba(248, 246, 240, 0.42);
  font-size: 0.48rem;
  letter-spacing: 0.03em;
}

.product-index {
  margin: 0;
  padding: 0;
  list-style: none;
}

.product-index li {
  border-bottom: 1px solid var(--line-dark);
}

.product-row {
  min-height: 5rem;
  padding-block: 0.72rem;
  display: grid;
  grid-template-columns: 1.55rem minmax(0, 1fr) 4.25rem 4.25rem 1rem;
  align-items: center;
  gap: 0.45rem;
  transition: background-color 150ms ease;
}

.product-row:hover {
  background: rgba(248, 246, 240, 0.045);
}

.product-number {
  color: rgba(248, 246, 240, 0.67);
  font-family: var(--mono);
  font-size: 0.62rem;
  letter-spacing: 0.08em;
}

.product-identity {
  min-width: 0;
  overflow-wrap: anywhere;
}

.product-identity strong {
  display: block;
  font-size: 0.78rem;
  font-weight: 620;
  line-height: 1.22;
}

.product-identity small {
  display: block;
  margin-top: 0.28rem;
  color: rgba(248, 246, 240, 0.62);
  font-family: var(--mono);
  font-size: 0.49rem;
  letter-spacing: 0.04em;
  line-height: 1.2;
  text-transform: uppercase;
}

.product-price {
  min-width: 0;
  text-align: right;
}

.product-price strong {
  display: block;
  font-family: var(--mono);
  font-size: 0.73rem;
  font-weight: 400;
  letter-spacing: -0.03em;
  line-height: 1;
  white-space: nowrap;
}

.product-price small {
  display: none;
}

.product-row .ph {
  justify-self: end;
  font-size: 0.9rem;
  transition: transform 150ms ease;
}

.product-row:hover .ph {
  transform: translateX(2px);
}

.products-meta {
  margin-top: 1.15rem;
  display: grid;
  gap: 0.58rem;
}

.products-note {
  color: rgba(248, 246, 240, 0.61);
  font-size: 0.68rem;
  line-height: 1.45;
}

.products-hint {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  color: rgba(248, 246, 240, 0.8);
  font-size: 0.68rem;
}

.products-hint .ph {
  color: var(--lime);
  font-size: 1rem;
}

.price-updated {
  color: rgba(248, 246, 240, 0.44);
  font-family: var(--mono);
  font-size: 0.56rem;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.products-media {
  min-width: 0;
  height: 16rem;
  overflow: hidden;
  background: #d8d2c8;
}

.products-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% center;
}

.products-media picture,
.pickup-map picture {
  display: block;
  width: 100%;
  height: 100%;
}

.viber-section,
.final-cta {
  position: relative;
  overflow: hidden;
  color: var(--paper-bright);
  background: var(--night-soft);
  isolation: isolate;
}

.viber-section::after,
.final-cta::after {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: rgba(4, 10, 8, 0.31);
}

.soil-picture {
  position: absolute;
  z-index: -2;
  inset: 0;
}

.soil-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.viber-inner {
  min-height: 22rem;
  padding-block: 3.35rem;
  display: grid;
  grid-template-columns: 5.1rem 1fr;
  gap: 1.25rem;
  align-items: center;
}

.viber-mark {
  color: var(--viber);
  font-size: 4.8rem;
}

.viber-inner h2 {
  max-width: 18ch;
  margin-top: 0.55rem;
  font-size: clamp(1.85rem, 8vw, 3.5rem);
  font-weight: 700;
  letter-spacing: -0.05em;
  line-height: 1.02;
}

.viber-inner p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: 0.8rem;
  color: rgba(248, 246, 240, 0.77);
  font-size: 0.9rem;
}

.viber-inner .button {
  margin-top: 1.35rem;
}

.pickup-section {
  display: grid;
  grid-template-columns: 1fr;
  background: var(--paper);
}

.pickup-steps {
  padding: 2.65rem 1rem 2.65rem max(1.1rem, calc((100vw - 76rem) / 2));
}

.pickup-steps > ol {
  margin: 1rem 0 0;
  padding: 0;
  list-style: none;
  border-top: 1px solid var(--line-light);
}

.pickup-steps li {
  min-height: 6rem;
  display: grid;
  grid-template-columns: 2rem 2.7rem minmax(0, 1fr);
  align-items: center;
  gap: 0.7rem;
  border-bottom: 1px solid var(--line-light);
}

.pickup-steps li > span {
  font-size: 0.88rem;
  letter-spacing: 0.08em;
}

.pickup-steps li > .ph {
  font-size: 1.8rem;
}

.pickup-steps h3 {
  font-size: 0.9rem;
  font-weight: 650;
  line-height: 1.25;
}

.pickup-steps li p {
  margin-top: 0.2rem;
  color: var(--ink-soft);
  font-size: 0.73rem;
  line-height: 1.4;
}

.pickup-map {
  position: relative;
  min-height: 19rem;
  overflow: hidden;
  background: #182119;
}

.pickup-map img {
  width: 100%;
  height: 100%;
  min-height: 19rem;
  object-fit: cover;
}

.pickup-map figcaption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.8rem 0.9rem;
  display: flex;
  flex-direction: column;
  color: var(--paper-bright);
  background: rgba(7, 17, 15, 0.78);
  font-family: var(--mono);
  font-size: 0.6rem;
  letter-spacing: 0.07em;
  text-transform: uppercase;
}

.pickup-map figcaption span {
  color: var(--lime);
}

.proof-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  color: var(--paper-bright);
  background: var(--night);
}

.proof-item {
  min-width: 0;
  min-height: 8.4rem;
  padding: 1.05rem 0.45rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.65rem;
  text-align: center;
}

.proof-item + .proof-item {
  border-left: 1px solid var(--line-dark);
}

.proof-item .ph {
  color: var(--lime);
  font-size: 1.9rem;
}

.proof-item span {
  font-size: 0.59rem;
  line-height: 1.35;
}

.faq {
  padding-block: 3.2rem;
}

.faq-grid {
  display: grid;
  gap: 2rem;
}

.faq-heading h2 {
  margin-top: 0.5rem;
  font-size: clamp(2rem, 9vw, 3.75rem);
  font-weight: 680;
  letter-spacing: -0.05em;
  line-height: 1;
}

.faq-list {
  border-top: 1px solid var(--line-light);
}

.faq-list details {
  border-bottom: 1px solid var(--line-light);
}

.faq-answer {
  overflow: hidden;
}

.faq-list summary {
  min-height: 3.7rem;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 1rem;
  list-style: none;
  font-size: 0.93rem;
  cursor: pointer;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list summary .ph {
  font-size: 1rem;
  transition: transform 180ms ease;
}

.faq-list details[open] summary .ph,
.faq-list details[data-state="opening"] summary .ph {
  transform: rotate(45deg);
}

.faq-list details[data-state="closing"] summary .ph {
  transform: rotate(0);
}

.faq-answer p {
  max-width: 42rem;
  padding: 0 2rem 1.15rem 0;
  color: var(--ink-soft);
  font-size: 0.85rem;
}

.final-grid {
  min-height: 23rem;
  padding-block: 3.5rem;
  display: grid;
  gap: 2rem;
  align-items: center;
}

.final-grid h2 {
  max-width: 18ch;
  margin-top: 0.55rem;
  font-size: clamp(2.1rem, 9vw, 4.2rem);
  font-weight: 700;
  letter-spacing: -0.055em;
  line-height: 0.98;
}

.final-grid p:not(.eyebrow) {
  max-width: 34rem;
  margin-top: 0.9rem;
  color: rgba(248, 246, 240, 0.72);
}

.final-actions {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 1rem;
}

.phone-number {
  min-height: 3.6rem;
  padding: 0.8rem 1rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  border: 1px solid rgba(248, 246, 240, 0.78);
  font-family: var(--mono);
  font-size: 0.84rem;
}

.phone-number .ph {
  font-size: 1.3rem;
}

.site-footer {
  padding: 2.7rem 0 7rem;
  color: rgba(248, 246, 240, 0.74);
  background: var(--night);
}

.footer-grid {
  display: grid;
  gap: 2rem;
}

.footer-grid > div:first-child p {
  max-width: 26rem;
  margin-top: 0.65rem;
  font-size: 0.76rem;
}

.site-footer nav,
.footer-contacts {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.55rem;
  font-size: 0.76rem;
}

.site-footer a:hover {
  color: var(--lime);
}

.footer-bottom {
  margin-top: 2.4rem;
  padding-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  border-top: 1px solid var(--line-dark);
  font-family: var(--mono);
  font-size: 0.58rem;
  letter-spacing: 0.04em;
}

.mobile-actions {
  position: fixed;
  z-index: 100;
  right: 0;
  bottom: 0;
  left: 0;
  min-height: calc(4.15rem + env(safe-area-inset-bottom));
  padding: 0.28rem 0.28rem calc(0.28rem + env(safe-area-inset-bottom));
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.22rem;
  background: var(--night);
  border-top: 1px solid rgba(248, 246, 240, 0.16);
}

.mobile-actions a {
  min-width: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-size: 0.86rem;
  font-weight: 680;
}

.mobile-actions .ph {
  font-size: 1.35rem;
}

.mobile-viber {
  color: #fff;
  background: var(--viber);
}

.mobile-call {
  color: var(--night);
  background: var(--lime);
}

.consent-banner {
  position: fixed;
  z-index: 220;
  right: 0.65rem;
  bottom: calc(4.9rem + env(safe-area-inset-bottom));
  left: 0.65rem;
  padding: 1rem;
  color: var(--paper-bright);
  background: rgba(7, 17, 15, 0.97);
  border: 1px solid rgba(248, 246, 240, 0.28);
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.28);
}

.consent-banner[hidden] {
  display: none;
}

.consent-banner strong {
  display: block;
  font-size: 0.92rem;
}

.consent-banner p {
  margin-top: 0.35rem;
  color: rgba(248, 246, 240, 0.72);
  font-size: 0.72rem;
  line-height: 1.45;
}

.consent-banner p a {
  color: var(--lime);
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.consent-actions {
  margin-top: 0.85rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0.45rem;
}

.consent-button,
.privacy-reset {
  min-height: 2.75rem;
  padding: 0.65rem 0.8rem;
  border: 1px solid transparent;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 700;
}

.consent-button-primary,
.privacy-reset {
  color: var(--night);
  background: var(--lime);
}

.consent-button-secondary {
  color: var(--paper-bright);
  background: transparent;
  border-color: rgba(248, 246, 240, 0.48);
}

.privacy-body {
  min-height: 100vh;
  background: var(--paper);
}

.privacy-header {
  color: var(--paper-bright);
  background: var(--night);
  border-bottom: 1px solid var(--line-dark);
}

.privacy-header-inner {
  min-height: 4.75rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.privacy-main {
  width: min(var(--shell), 52rem);
  padding-block: 3.3rem 5rem;
}

.privacy-back {
  display: inline-block;
  margin-bottom: 2.25rem;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.68rem;
  text-transform: uppercase;
}

.privacy-main h1 {
  max-width: 44rem;
  margin-top: 0.5rem;
  font-size: clamp(2.25rem, 10vw, 5rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
}

.privacy-updated {
  margin-top: 1rem;
  color: var(--ink-soft);
  font-family: var(--mono);
  font-size: 0.65rem;
  text-transform: uppercase;
}

.privacy-lead {
  max-width: 44rem;
  margin-top: 2rem;
  font-size: 1.05rem;
}

.privacy-main section {
  margin-top: 3rem;
  padding-top: 1.5rem;
  border-top: 1px solid var(--line-light);
}

.privacy-main h2 {
  font-size: clamp(1.35rem, 5vw, 2rem);
  letter-spacing: -0.035em;
}

.privacy-main section p,
.privacy-main li {
  color: var(--ink-soft);
  font-size: 0.9rem;
}

.privacy-main section p {
  margin-top: 0.8rem;
}

.privacy-main ul {
  margin: 1rem 0 0;
  padding-left: 1.25rem;
}

.privacy-main li + li {
  margin-top: 0.45rem;
}

.privacy-main section a {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.privacy-reset {
  margin-top: 1rem;
}

.privacy-footer {
  padding: 1.5rem 0;
  color: rgba(248, 246, 240, 0.7);
  background: var(--night);
  font-family: var(--mono);
  font-size: 0.65rem;
}

.privacy-body .consent-banner {
  bottom: calc(0.65rem + env(safe-area-inset-bottom));
}

.toast {
  position: fixed;
  z-index: 150;
  right: 0.75rem;
  bottom: calc(5rem + env(safe-area-inset-bottom));
  left: 0.75rem;
  padding: 0.9rem 1rem;
  color: #fff;
  background: #46387d;
  font-size: 0.75rem;
  line-height: 1.4;
}

.toast[hidden] {
  display: none;
}

.will-reveal {
  opacity: 0;
  transform: translateY(1rem);
}

.will-reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 420ms ease, transform 520ms cubic-bezier(0.2, 0.75, 0.25, 1);
}

@media (min-width: 38rem) {
  :root {
    --shell: min(100% - 4rem, 76rem);
  }

  .site-header {
    grid-template-columns: auto 1fr auto;
  }

  .desktop-nav {
    display: flex;
    justify-content: center;
    gap: 1.7rem;
    font-family: var(--mono);
    font-size: 0.66rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
  }

  .consent-banner {
    right: 1rem;
    bottom: 1rem;
    left: auto;
    width: min(36rem, calc(100vw - 2rem));
    padding: 1.15rem;
  }

  .consent-actions {
    display: flex;
    justify-content: flex-end;
  }

  .consent-button {
    min-width: 10rem;
  }

  .hero {
    min-height: 48rem;
  }

  .hero-inner {
    min-height: calc(48rem - 5.25rem);
    padding: 3.1rem 0 5rem;
    justify-content: flex-end;
  }

  .coordinates {
    margin-bottom: auto;
  }

  .hero h1 {
    max-width: 18ch;
    font-size: clamp(4.25rem, 8vw, 7.2rem);
  }

  .hero-description {
    font-size: 1.08rem;
  }

  .hero-actions {
    width: auto;
    grid-template-columns: auto auto;
  }

  .hero-actions .button {
    min-width: 12.5rem;
    padding-inline: 1.25rem;
    font-size: 0.95rem;
  }

  .locality-grid {
    grid-template-columns: 8rem minmax(0, 1fr) auto;
    column-gap: 3rem;
  }

  .locality-copy {
    padding-top: 0;
    border-top: 0;
  }

  .locality-icon {
    grid-column: 3;
    align-self: center;
    font-size: 3rem;
  }

  .price-table-head,
  .product-row {
    grid-template-columns: 2rem minmax(0, 1fr) 4.8rem 4.8rem 1.2rem;
    gap: 0.7rem;
  }

  .product-identity strong {
    font-size: 0.92rem;
  }

  .product-price strong {
    font-size: 0.8rem;
  }

  .products-copy {
    padding-right: 3rem;
  }

  .viber-inner {
    grid-template-columns: 9rem 1fr;
    gap: 3rem;
  }

  .viber-mark {
    font-size: 8rem;
  }

  .pickup-steps {
    padding-right: 3rem;
  }

  .pickup-steps li {
    grid-template-columns: 2.5rem 3.5rem minmax(0, 1fr);
  }

  .pickup-steps h3 {
    font-size: 0.95rem;
  }

  .pickup-steps li p {
    font-size: 0.75rem;
  }

  .proof-item {
    min-height: 10rem;
  }

  .proof-item span {
    max-width: 12rem;
    font-size: 0.78rem;
  }

  .faq-grid {
    grid-template-columns: 0.7fr 1.3fr;
    gap: 5rem;
  }

  .final-grid {
    grid-template-columns: 1.35fr 0.65fr;
    gap: 4rem;
  }

  .footer-grid {
    grid-template-columns: 1.5fr 0.6fr 0.9fr;
  }

  .footer-bottom {
    flex-direction: row;
    justify-content: space-between;
  }

  .site-footer {
    padding-bottom: 2.7rem;
  }

  .mobile-actions {
    display: none;
  }

  .toast {
    right: 1rem;
    bottom: 1rem;
    left: auto;
    width: min(27rem, calc(100vw - 2rem));
  }
}

@media (min-width: 56rem) {
  .products {
    min-height: 38rem;
    grid-template-columns: 1.08fr 0.92fr;
  }

  .products-copy {
    padding-right: 2.5rem;
  }

  .products-media {
    height: 100%;
  }

  .pickup-section {
    grid-template-columns: 1.03fr 0.97fr;
  }

  .pickup-map,
  .pickup-map img {
    min-height: 25rem;
  }
}

@media (min-width: 72rem) {
  .products-copy,
  .pickup-steps {
    padding-left: calc((100vw - 76rem) / 2);
  }

  .price-table-head,
  .product-row {
    grid-template-columns: 2.3rem minmax(0, 1fr) 5rem 5rem 1.2rem;
    gap: 1rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }

  .will-reveal {
    opacity: 1;
    transform: none;
  }
}

@media (prefers-reduced-transparency: reduce) {
  .hero::after,
  .viber-section::after,
  .final-cta::after {
    background: rgba(4, 10, 8, 0.72);
  }

  .pickup-map figcaption {
    background: var(--night);
  }
}

@media (prefers-contrast: more) {
  :root {
    --line-dark: rgba(248, 246, 240, 0.7);
    --line-light: rgba(10, 16, 14, 0.65);
    --ink-soft: #202622;
  }
}
