@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/manrope-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

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

@font-face {
  font-family: "Manrope";
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url("fonts/manrope-latin.woff2") format("woff2");
  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: "Prata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/prata-cyrillic-ext.woff2") format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

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

@font-face {
  font-family: "Prata";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("fonts/prata-latin.woff2") format("woff2");
  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;
}

:root {
  --ink: #17120f;
  --ink-soft: #2a211b;
  --coffee: #5d4435;
  --coffee-light: #9b7861;
  --cream: #f2eadf;
  --ivory: #fbf8f3;
  --paper: #f7f2eb;
  --gold: #c8a46a;
  --gold-bright: #e0bd80;
  --line: rgba(36, 27, 22, .14);
  --white-line: rgba(255, 255, 255, .14);
  --serif: "Prata", Georgia, serif;
  --sans: "Manrope", Arial, sans-serif;
  --shadow: 0 30px 80px rgba(41, 28, 19, .12);
  --container: min(1240px, calc(100% - 64px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 88px;
  scrollbar-color: rgba(23, 18, 15, .48) transparent;
  scrollbar-width: thin;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
}

::-webkit-scrollbar-track {
  background: transparent;
}

::-webkit-scrollbar-thumb {
  background: rgba(23, 18, 15, .48);
  border-radius: 999px;
}

::-webkit-scrollbar-thumb:hover {
  background: rgba(23, 18, 15, .68);
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  user-select: none;
}

body.menu-open {
  overflow: hidden;
}

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

button,
input,
select {
  color: inherit;
  font: inherit;
}

input,
textarea,
select,
[contenteditable]:not([contenteditable="false"]),
[role="textbox"] {
  -webkit-touch-callout: default;
  -webkit-user-select: text;
  user-select: text;
}

button {
  cursor: pointer;
}

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

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

.section {
  padding: 102px 0;
}

.skip-link {
  position: fixed;
  top: -80px;
  left: 20px;
  z-index: 2000;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--gold-bright);
  transition: top .2s ease;
}

.skip-link:focus {
  top: 20px;
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 19px;
  color: var(--gold-bright);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 1px;
  background: currentColor;
  content: "";
}

.eyebrow.dark {
  color: #8c6d45;
}

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

h1,
h2 {
  margin-bottom: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: 1.08;
  letter-spacing: -.035em;
}

h1 em,
h2 em {
  color: var(--gold-bright);
  font-style: normal;
}

h2 {
  font-size: clamp(46px, 5vw, 74px);
}

.section-head {
  margin-bottom: 50px;
}

.section-head.two-col,
.projects-head,
.collection-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 9vw;
  align-items: end;
}

.section-head > p {
  max-width: 480px;
  margin-bottom: 6px;
  color: #6e625a;
  font-size: 17px;
}

.btn {
  display: inline-flex;
  min-height: 55px;
  padding: 0 28px;
  border: 1px solid transparent;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  transition: color .25s ease, background .25s ease, border-color .25s ease, transform .25s ease;
}

.btn:hover {
  transform: translateY(-2px);
}

.btn-gold {
  color: #1f1813;
  background: linear-gradient(135deg, #e5c98d 0%, #b98d50 100%);
  box-shadow: 0 14px 35px rgba(179, 131, 68, .19);
}

.btn-gold:hover {
  background: linear-gradient(135deg, #f0d9a6 0%, #c79b5c 100%);
}

.btn-ghost {
  color: #fff;
  border-color: rgba(255,255,255,.4);
  background: rgba(255,255,255,.04);
  backdrop-filter: blur(10px);
}

.btn-ghost:hover {
  border-color: var(--gold-bright);
  color: var(--gold-bright);
}

.btn-line {
  width: 100%;
  border-color: var(--ink);
  background: transparent;
}

.btn-line:hover {
  color: var(--ivory);
  background: var(--ink);
}

.btn-line.light {
  color: var(--cream);
  border-color: rgba(255,255,255,.42);
}

.btn-line.light:hover {
  color: var(--ink);
  background: var(--cream);
}

.btn-full {
  width: 100%;
}

.btn-large {
  min-height: 64px;
  padding-inline: 35px;
}

.text-link {
  display: inline-flex;
  padding: 0 0 7px;
  border: 0;
  border-bottom: 1px solid currentColor;
  align-items: center;
  gap: 36px;
  color: inherit;
  background: none;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.text-link i {
  font-size: 17px;
  font-style: normal;
  transition: transform .2s ease;
}

.text-link:hover i {
  transform: translateX(5px);
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1000;
  color: #fff;
  border-bottom: 1px solid rgba(255,255,255,.12);
  transition: color .25s ease, background .25s ease, box-shadow .25s ease, transform .25s ease;
}

.site-header.scrolled {
  color: #fff;
  background: rgba(14,11,9,.48);
  box-shadow: 0 8px 30px rgba(0,0,0,.14);
  -webkit-backdrop-filter: blur(14px);
  backdrop-filter: blur(14px);
}

.header-inner {
  display: grid;
  min-height: 86px;
  grid-template-columns: 210px 1fr 310px;
  gap: 30px;
  align-items: center;
}

.brand {
  display: inline-flex;
  width: max-content;
  align-items: center;
}

.brand-logo {
  display: block;
  width: 190px;
  height: auto;
}

.site-header .brand {
  padding: 4px 8px;
  border: 1px solid rgba(225,190,126,.2);
  background: rgba(8,7,6,.82);
}

.desktop-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(18px, 2vw, 36px);
}

.desktop-nav a {
  position: relative;
  padding: 34px 0 31px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: .05em;
}

.desktop-nav a::after {
  position: absolute;
  right: 0;
  bottom: 23px;
  left: 0;
  height: 1px;
  background: var(--gold-bright);
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.desktop-nav a:hover::after {
  transform: scaleX(1);
}

.header-phone {
  display: flex;
  min-width: 300px;
  align-items: flex-end;
  flex-direction: column;
  justify-self: end;
  color: #fff;
  line-height: 1.1;
  text-shadow: 0 2px 10px rgba(0,0,0,.72);
}

.header-phone > span {
  font-size: 17px;
  font-weight: 700;
}

.header-phone small {
  margin-top: 5px;
  color: var(--gold-bright);
  font-size: 9px;
  letter-spacing: .06em;
}

.header-hours {
  display: grid;
  gap: 4px;
  text-align: right;
}

.header-hours span {
  color: #e7c176;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.site-header.scrolled .header-phone {
  color: #fff;
  text-shadow: 0 2px 10px rgba(0,0,0,.62);
}

.site-header.scrolled .header-hours span {
  color: #e7c176;
}

.menu-toggle,
.mobile-menu {
  display: none;
}

/* Hero */
.hero {
  position: relative;
  min-height: 820px;
  height: 100svh;
  color: #fff;
  background: #211915;
  overflow: hidden;
}

.hero-media,
.hero-shade {
  position: absolute;
  inset: 0;
}

.hero-media {
  z-index: 0;
  overflow: hidden;
  background: #211915;
}

.hero-media,
.project-card,
[data-protected-image] {
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
}

.media-watermark {
  position: absolute;
  right: 28px;
  bottom: 24px;
  z-index: 3;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.26);
  color: rgba(255,255,255,.5);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .18em;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 8px rgba(0,0,0,.5);
  text-transform: uppercase;
  user-select: none;
}

.hero-slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  opacity: 0;
  transform: scale(1.045);
  transition: opacity 1.15s ease, transform 5.2s linear;
}

.hero-slide.active {
  z-index: 1;
  opacity: 1;
  transform: scale(1.015);
}

.hero-shade {
  z-index: 1;
  background:
    linear-gradient(90deg, rgba(10,8,7,.97) 0%, rgba(10,8,7,.9) 34%, rgba(10,8,7,.66) 61%, rgba(10,8,7,.4) 100%),
    linear-gradient(0deg, rgba(10,8,7,.82) 0%, rgba(10,8,7,.18) 62%);
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  padding-top: 145px;
  padding-bottom: 54px;
  justify-content: center;
  flex-direction: column;
}

.hero h1 {
  max-width: 820px;
  font-size: clamp(58px, 6vw, 91px);
  text-shadow: 0 4px 35px rgba(0,0,0,.25);
}

.hero-lead {
  max-width: 570px;
  margin: 30px 0 36px;
  color: rgba(255,255,255,.8);
  font-size: 17px;
}

.hero-actions {
  display: flex;
  gap: 12px;
}

.hero-meta {
  display: grid;
  width: min(460px, 48%);
  margin-top: 48px;
  grid-template-columns: repeat(2, 1fr);
  border-top: 1px solid rgba(255,255,255,.2);
}

.hero-meta > div {
  display: flex;
  min-height: 86px;
  padding: 16px 22px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  border-right: 1px solid rgba(255,255,255,.16);
  text-align: center;
}

.hero-meta strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 23px;
  font-weight: 400;
}

.hero-meta span {
  color: rgba(255,255,255,.82);
  font-size: 10px;
}

/* Trust */
.trust-strip {
  color: var(--cream);
  background: var(--ink);
}

.trust-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

.trust-grid > div {
  display: flex;
  min-height: 110px;
  padding: 23px 27px;
  align-items: center;
  gap: 17px;
  border-right: 1px solid var(--white-line);
}

.trust-grid > div:first-child {
  border-left: 1px solid var(--white-line);
}

.icon-seal {
  display: grid;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(224,189,128,.55);
  flex: 0 0 auto;
  place-items: center;
  color: var(--gold-bright);
  border-radius: 50%;
  font-family: var(--serif);
  font-size: 10px;
}

.trust-grid p {
  margin: 0;
  color: rgba(255,255,255,.52);
  font-size: 10px;
  line-height: 1.55;
}

.trust-grid b {
  color: var(--cream);
  font-size: 12px;
  font-weight: 600;
}

/* Solutions */
.solutions {
  background: var(--paper);
}

.solution-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.solution-card {
  position: relative;
  min-height: 360px;
  padding: 40px 42px;
  overflow: hidden;
}

.solution-card::after {
  position: absolute;
  right: -130px;
  bottom: -170px;
  width: 330px;
  height: 330px;
  border: 1px solid currentColor;
  border-radius: 50%;
  content: "";
  opacity: .12;
}

.solution-card.tone-coffee {
  color: #fff;
  background: #765842;
}

.solution-card.tone-cream {
  background: #e9ddcc;
}

.solution-card.tone-gold {
  background: #c9a876;
}

.solution-card.tone-dark {
  color: #fff;
  background: #221b17;
}

.solution-icon {
  display: grid;
  width: 68px;
  height: 68px;
  margin-bottom: 32px;
  border: 1px solid currentColor;
  place-items: center;
  opacity: .78;
}

.solution-icon svg {
  width: 40px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.25;
}

.solution-card > span {
  display: block;
  margin-bottom: 12px;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  opacity: .65;
  text-transform: uppercase;
}

.solution-card h3 {
  max-width: 420px;
  margin-bottom: 16px;
  font-family: var(--serif);
  font-size: 27px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: -.015em;
}

.solution-card p {
  max-width: 445px;
  margin-bottom: 24px;
  font-size: 12px;
  line-height: 1.65;
  opacity: .68;
}

/* Opening systems */
.systems-section {
  color: #fff;
  background:
    radial-gradient(circle at 85% 8%, rgba(200,164,106,.12), transparent 27%),
    #17120f;
}

.systems-head {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(300px, .7fr);
  gap: 9vw;
  align-items: end;
}

.systems-head p {
  max-width: 480px;
  margin: 0 0 7px;
  color: rgba(255,255,255,.58);
  font-size: 15px;
}

.system-tabs {
  display: flex;
  margin-bottom: 34px;
  border-bottom: 1px solid rgba(255,255,255,.13);
  gap: 42px;
}

.system-tabs button {
  position: relative;
  display: flex;
  padding: 0 0 16px;
  border: 0;
  color: rgba(255,255,255,.47);
  background: transparent;
  align-items: center;
  gap: 10px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.system-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--gold-bright);
  content: "";
  transform: scaleX(0);
  transition: transform .25s ease;
}

.system-tabs button span {
  display: grid;
  width: 25px;
  height: 25px;
  border: 1px solid currentColor;
  border-radius: 50%;
  place-items: center;
  font-size: 8px;
}

.system-tabs button.active {
  color: var(--gold-bright);
}

.system-tabs button.active::after {
  transform: scaleX(1);
}

.system-panel[hidden] {
  display: none;
}

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

.system-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.1);
  background: #211a16;
  transition: border-color .3s ease, box-shadow .3s ease, transform .3s ease;
}

.system-card:hover {
  z-index: 2;
  border-color: rgba(224,189,128,.45);
  box-shadow: 0 24px 65px rgba(0,0,0,.28);
  transform: translateY(-5px);
}

.system-card.featured {
  border-color: rgba(224,189,128,.65);
  background: linear-gradient(145deg, rgba(200,164,106,.09), transparent 55%), #211a16;
}

.system-card.featured::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 2px;
  background: var(--gold-bright);
  content: "";
}

.system-visual {
  position: relative;
  aspect-ratio: 16 / 10.7;
  outline: 0;
  overflow: hidden;
  background: #b79d7d;
  cursor: pointer;
  isolation: isolate;
  touch-action: manipulation;
}

.system-visual::after {
  position: absolute;
  right: 14px;
  bottom: 13px;
  z-index: 3;
  padding: 5px 8px;
  border: 1px solid rgba(224,189,128,.34);
  color: rgba(255,255,255,.78);
  background: rgba(20,15,12,.54);
  content: attr(data-action-label);
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .13em;
  line-height: 1;
  pointer-events: none;
  backdrop-filter: blur(8px);
  transition: border-color .35s ease, color .35s ease, background .35s ease;
}

.system-visual::before {
  position: absolute;
  top: 13px;
  left: 14px;
  z-index: 3;
  color: rgba(255,255,255,.44);
  content: "ALMATY STUDIO · ORIGINAL";
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .15em;
  pointer-events: none;
  text-shadow: 0 1px 7px rgba(0,0,0,.5);
}

.system-visual:focus-visible {
  box-shadow: inset 0 0 0 2px var(--gold-bright);
}

.system-visual svg {
  display: block;
  width: 100%;
  height: 100%;
}

.system-state {
  transition: opacity .68s cubic-bezier(.22,.61,.36,1);
}

.state-closed {
  opacity: 1;
}

.state-open {
  opacity: 0;
}

.system-visual.is-previewing:not(.is-open) .state-closed {
  animation: system-preview-closed 7.2s cubic-bezier(.22,.61,.36,1) infinite;
}

.system-visual.is-previewing:not(.is-open) .state-open {
  animation: system-preview-open 7.2s cubic-bezier(.22,.61,.36,1) infinite;
}

.system-visual.is-previewing:not(.is-open) .studio-background {
  animation: system-preview-camera 7.2s ease-in-out infinite;
  transform-box: fill-box;
  transform-origin: center;
}

.system-visual.is-open .system-state,
.system-visual:focus-visible .system-state {
  animation: none;
}

.system-visual.is-open .state-closed,
.system-visual:focus-visible .state-closed {
  opacity: 0;
}

.system-visual.is-open .state-open,
.system-visual:focus-visible .state-open {
  opacity: 1;
}

@media (hover: hover) {
  .system-visual:hover .system-state {
    animation: none;
  }

  .system-visual:hover .studio-background {
    animation-play-state: paused;
  }

  .system-visual:hover .state-closed {
    opacity: 0;
  }

  .system-visual:hover .state-open {
    opacity: 1;
  }
}

.system-preview-sheen,
.system-preview-timeline {
  position: absolute;
  z-index: 2;
  pointer-events: none;
}

.system-preview-sheen {
  top: -35%;
  bottom: -35%;
  left: -55%;
  width: 36%;
  background: linear-gradient(90deg, transparent, rgba(255,240,211,.13), transparent);
  filter: blur(2px);
  opacity: 0;
  transform: skewX(-16deg);
}

.system-visual.is-previewing:not(.is-open) .system-preview-sheen {
  animation: system-preview-sheen 7.2s ease-in-out infinite;
}

.system-preview-timeline {
  right: 0;
  bottom: 0;
  left: 0;
  height: 2px;
  overflow: hidden;
  background: rgba(255,255,255,.1);
}

.system-preview-timeline::after {
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #9d7740, var(--gold-bright), #f2d69f);
  box-shadow: 0 0 12px rgba(224,189,128,.55);
  content: "";
  transform: scaleX(0);
  transform-origin: left;
}

.system-visual.is-previewing:not(.is-open) .system-preview-timeline::after {
  animation: system-preview-timeline 7.2s linear infinite;
}

.system-visual.is-previewing::after {
  border-color: rgba(224,189,128,.58);
  color: #f1d6a3;
  background: rgba(20,15,12,.7);
}

.system-visual.is-previewing .motion-arrow {
  animation: system-preview-arrow 1.15s linear infinite;
}

@keyframes system-preview-closed {
  0%, 15%, 85%, 100% { opacity: 1; }
  31%, 69% { opacity: 0; }
}

@keyframes system-preview-open {
  0%, 15%, 85%, 100% { opacity: 0; }
  31%, 69% { opacity: 1; }
}

@keyframes system-preview-camera {
  0%, 100% { transform: scale(1); }
  34%, 66% { transform: scale(1.025) translate3d(-2px, -1px, 0); }
}

@keyframes system-preview-sheen {
  0%, 17% { left: -55%; opacity: 0; }
  26% { opacity: 1; }
  42% { left: 120%; opacity: 0; }
  100% { left: 120%; opacity: 0; }
}

@keyframes system-preview-timeline {
  from { transform: scaleX(0); }
  to { transform: scaleX(1); }
}

@keyframes system-preview-arrow {
  to { stroke-dashoffset: -16; }
}

.motion-guide {
  fill: none;
  pointer-events: none;
}

.motion-arrow {
  stroke: #d2ad71;
  stroke-dasharray: 4 4;
  stroke-width: 2;
}

.mechanic-badge circle {
  fill: rgba(23,18,15,.72);
  stroke: #d2ad71;
}

.mechanic-badge path {
  fill: none;
  stroke: #d2ad71;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

.system-card-copy {
  min-height: 188px;
  padding: 23px 25px 25px;
  hyphens: none;
  overflow-wrap: normal;
  word-break: normal;
}

.system-card-copy > span {
  display: block;
  margin-bottom: 11px;
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.system-card-copy h3 {
  margin-bottom: 10px;
  font-family: var(--serif);
  font-size: 22px;
  font-weight: 400;
  line-height: 1.25;
}

.system-card-copy p {
  min-height: 42px;
  margin-bottom: 15px;
  color: rgba(255,255,255,.55);
  font-size: 12px;
  line-height: 1.55;
}

.system-card-copy small {
  display: flex;
  align-items: center;
  gap: 9px;
  color: rgba(255,255,255,.78);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.system-card-copy small::before {
  width: 17px;
  height: 1px;
  background: var(--gold);
  content: "";
}

@media (min-width: 1101px) {
  .system-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
  }

  .system-card:hover {
    transform: translateY(-3px);
  }

  .system-visual::after {
    right: 7px;
    bottom: 7px;
    padding: 3px 5px;
    font-size: 5px;
    letter-spacing: .08em;
  }

  .system-visual::before {
    top: 7px;
    left: 7px;
    font-size: 5px;
    letter-spacing: .09em;
  }

  .system-card-copy {
    min-height: 246px;
    padding: 20px 18px 22px;
  }

  .system-card-copy > span {
    margin-bottom: 10px;
    font-size: 9px;
    letter-spacing: .08em;
  }

  .system-card-copy h3 {
    min-height: 72px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 1.25;
  }

  .system-card-copy p {
    min-height: 64px;
    margin-bottom: 14px;
    font-size: 12px;
    line-height: 1.5;
  }

  .system-card-copy small {
    min-height: 20px;
    gap: 8px;
    font-size: 8px;
    letter-spacing: .03em;
    line-height: 1.4;
  }

  .system-card-copy small::before {
    width: 13px;
    flex: 0 0 13px;
  }
}

.pivot-explainer {
  display: grid;
  margin-bottom: 28px;
  padding: 24px 28px;
  border: 1px solid rgba(224,189,128,.3);
  grid-template-columns: 190px 1fr;
  gap: 30px;
  background: rgba(200,164,106,.07);
}

.pivot-explainer strong {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 19px;
  font-weight: 400;
}

.pivot-explainer p {
  max-width: 780px;
  margin: 0;
  color: rgba(255,255,255,.58);
  font-size: 12px;
}

/* Collections */
.collection-section {
  background: var(--ivory);
}

.collection-note {
  display: flex;
  padding: 20px 0 0;
  align-items: flex-start;
  gap: 17px;
  border-top: 1px solid var(--line);
}

.collection-note span {
  padding: 4px 9px;
  color: #fff;
  background: var(--coffee);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.collection-note p {
  margin: 0;
  color: #6b5c52;
  font-size: 13px;
}

.tier-tabs {
  display: flex;
  margin-bottom: 32px;
  border-bottom: 1px solid var(--line);
  gap: 36px;
}

.tier-tabs button {
  position: relative;
  padding: 0 0 14px;
  border: 0;
  color: #6f655f;
  background: transparent;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.tier-tabs button::after {
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: var(--gold);
  content: "";
  transform: scaleX(0);
  transition: transform .2s ease;
}

.tier-tabs button.active {
  color: var(--ink);
}

.tier-tabs button.active::after {
  transform: scaleX(1);
}

.tier-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}

.tier-card {
  position: relative;
  display: flex;
  min-height: 510px;
  padding: 32px 30px 29px;
  border: 1px solid var(--line);
  background: #f6efe6;
  flex-direction: column;
  transition: transform .3s ease, box-shadow .3s ease, opacity .25s ease;
}

.tier-card:hover {
  z-index: 2;
  box-shadow: var(--shadow);
  transform: translateY(-7px);
}

.tier-card.hidden {
  display: none;
}

.tier-card.featured {
  border-color: #b88c52;
  background: #efe2cf;
}

.tier-card.dark-card {
  color: var(--cream);
  border-color: transparent;
  background: #29211c;
}

.tier-card.custom-card {
  color: var(--cream);
  border-color: #8c6a3f;
  background:
    linear-gradient(135deg, rgba(255,255,255,.025), rgba(197,153,89,.12)),
    #15110e;
}

.tier-number {
  align-self: flex-end;
  color: #a4968c;
  font-family: var(--serif);
  font-size: 12px;
}

.dark-card .tier-number,
.custom-card .tier-number {
  color: #8d7b6d;
}

.tier-label {
  margin: 35px 0 9px;
  color: #9b7546;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.tier-card h3 {
  margin-bottom: 12px;
  font-family: var(--serif);
  font-size: 39px;
  font-weight: 400;
  line-height: 1.1;
}

.tier-card h3 sup {
  position: relative;
  top: -.16em;
  margin-left: .04em;
  color: #8c642f;
  font-family: var(--sans);
  font-size: .62em;
  font-weight: 800;
  line-height: 1;
  vertical-align: baseline;
}

.tier-for {
  min-height: 48px;
  margin-bottom: 25px;
  color: #77695f;
  font-size: 12px;
}

.dark-card .tier-for,
.custom-card .tier-for {
  color: rgba(255,255,255,.5);
}

.tier-card ul {
  margin: 0 0 24px;
  padding: 18px 0 0;
  border-top: 1px solid currentColor;
  list-style: none;
  opacity: .75;
}

.tier-card li {
  position: relative;
  margin: 0 0 10px;
  padding-left: 18px;
  font-size: 11px;
}

.tier-card li::before {
  position: absolute;
  top: .62em;
  left: 0;
  width: 5px;
  height: 5px;
  border: 1px solid var(--gold);
  border-radius: 50%;
  content: "";
}

.tier-price {
  display: flex;
  margin-top: auto;
  align-items: baseline;
  gap: 7px;
}

.tier-price small {
  font-size: 9px;
  text-transform: uppercase;
}

.tier-price strong {
  font-family: var(--serif);
  font-size: 25px;
  font-weight: 400;
}

.tier-price span {
  color: #877a70;
  font-size: 10px;
}

.popular {
  position: absolute;
  top: 0;
  left: 34px;
  padding: 7px 11px;
  color: #fff;
  background: #a57b48;
  font-size: 7px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.simple-choice {
  display: grid;
  margin-top: 58px;
  padding-top: 39px;
  grid-template-columns: .7fr 1.3fr;
  gap: 8vw;
  border-top: 1px solid var(--line);
}

.choice-intro > span {
  color: #9d7849;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.choice-intro h3 {
  margin: 16px 0 0;
  font-family: var(--serif);
  font-size: 34px;
  font-weight: 400;
  line-height: 1.25;
}

.choice-scale {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 28px;
}

.choice-scale > div {
  display: grid;
  padding: 22px 0;
  grid-template-columns: 36px 1fr;
  gap: 13px;
  border-bottom: 1px solid var(--line);
}

.choice-scale span {
  color: var(--gold);
  font-family: var(--serif);
  font-size: 11px;
}

.choice-scale p {
  margin: 0;
  color: #80736a;
  font-size: 11px;
}

.choice-scale b {
  display: block;
  margin-bottom: 3px;
  color: var(--ink);
  font-size: 13px;
  font-weight: 600;
}

/* Calculator */
.calculator-section {
  position: relative;
  color: #fff;
  background:
    radial-gradient(circle at 18% 35%, rgba(146,93,57,.27), transparent 32%),
    linear-gradient(135deg, #1c1511, #100d0b);
  overflow: hidden;
}

.calculator-section::after {
  position: absolute;
  top: -240px;
  right: -170px;
  width: 600px;
  height: 600px;
  border: 1px solid rgba(205,167,104,.12);
  border-radius: 50%;
  content: "";
}

.calculator-wrap {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 6vw;
  align-items: center;
}

.calculator-copy h2 {
  font-size: clamp(42px, 4vw, 60px);
}

.calculator-copy > p {
  max-width: 470px;
  margin: 23px 0 27px;
  color: rgba(255,255,255,.55);
  font-size: 14px;
}

.calculator {
  padding: 40px;
  color: var(--ink);
  background: #f5ede3;
  box-shadow: 0 32px 80px rgba(0,0,0,.24);
}

.calc-step {
  display: flex;
  margin: 0 0 18px;
  align-items: center;
  gap: 12px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.calc-step:not(:first-child) {
  margin-top: 36px;
}

.calc-step span {
  color: #9f794a;
  font-family: var(--serif);
  font-size: 10px;
}

.select-wrap {
  position: relative;
}

.select-wrap label,
.calc-fields label > span,
.quantity-field > span:first-child {
  display: block;
  margin-bottom: 7px;
  color: #88796e;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: .06em;
  text-transform: uppercase;
}

.select-wrap select,
.calc-fields input {
  width: 100%;
  height: 54px;
  padding: 0 15px;
  border: 1px solid #cfc2b5;
  outline: none;
  background: rgba(255,255,255,.42);
  transition: border-color .2s ease, box-shadow .2s ease;
}

.select-wrap select:focus,
.calc-fields input:focus {
  border-color: #9f794a;
  box-shadow: 0 0 0 3px rgba(159,121,74,.1);
}

.calc-fields {
  display: grid;
  grid-template-columns: 1fr 28px 1fr;
  align-items: end;
}

.multiply {
  display: grid;
  height: 54px;
  place-items: center;
  color: #a6907e;
}

.quantity-field {
  display: flex;
  margin-top: 19px;
  align-items: center;
  justify-content: space-between;
}

.quantity-field > span:first-child {
  margin: 0;
}

.stepper {
  display: grid;
  grid-template-columns: 34px 45px 34px;
  border: 1px solid #cfc2b5;
}

.stepper button,
.stepper input {
  height: 34px;
  padding: 0;
  border: 0;
  background: transparent;
  text-align: center;
}

.stepper button:hover {
  background: rgba(156,116,69,.1);
}

.stepper input {
  width: 45px;
  border-right: 1px solid #d8ccc0;
  border-left: 1px solid #d8ccc0;
  -moz-appearance: textfield;
}

.calc-result {
  margin: 35px 0 24px;
  padding: 26px;
  color: #fff;
  background: var(--ink-soft);
}

.result-meta {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.result-meta p {
  margin: 0;
}

.result-meta p > span {
  display: block;
  color: rgba(255,255,255,.42);
  font-size: 9px;
}

.result-meta b {
  font-size: 13px;
  font-weight: 500;
  white-space: nowrap;
}

.result-meta b span {
  display: inline;
  color: inherit;
  font-size: inherit;
}

.total {
  margin-top: 24px;
  padding-top: 21px;
  border-top: 1px solid rgba(255,255,255,.12);
}

.total > span,
.total small {
  display: block;
  color: rgba(255,255,255,.46);
  font-size: 9px;
}

.total strong {
  display: block;
  margin: 4px 0;
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: clamp(28px, 3vw, 41px);
  font-weight: 400;
  line-height: 1.25;
}

.form-note {
  margin: 11px 0 0;
  color: #8f8177;
  font-size: 9px;
  text-align: center;
}

/* Projects */
.projects {
  background: #eee4d8;
}

.project-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}

.project-card {
  position: relative;
  margin: 0;
  overflow: hidden;
}

.project-card img {
  width: 100%;
  height: clamp(620px, 68vw, 850px);
  object-fit: cover;
  transition: transform .7s cubic-bezier(.2,.7,.2,1);
}

.project-card:hover img {
  transform: scale(1.025);
}

.project-card::after {
  position: absolute;
  inset: 50% 0 0;
  background: linear-gradient(transparent, rgba(15,11,9,.75));
  content: "";
}

.project-card::before {
  position: absolute;
  top: 22px;
  right: 22px;
  z-index: 3;
  padding: 7px 10px;
  border: 1px solid rgba(255,255,255,.24);
  color: rgba(255,255,255,.46);
  content: "ALMATY STUDIO · ORIGINAL";
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .16em;
  line-height: 1;
  pointer-events: none;
  text-shadow: 0 1px 8px rgba(0,0,0,.55);
}

.project-card figcaption {
  position: absolute;
  right: 32px;
  bottom: 30px;
  left: 32px;
  z-index: 1;
  display: flex;
  color: #fff;
  align-items: flex-end;
  justify-content: space-between;
}

.project-card figcaption span {
  color: var(--gold-bright);
  font-size: 8px;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.project-card figcaption h3 {
  max-width: 400px;
  margin: 8px 0 0;
  font-family: var(--serif);
  font-size: 28px;
  font-weight: 400;
  line-height: 1.25;
}

.project-card figcaption > p {
  margin: 0;
  padding: 7px 11px;
  border: 1px solid rgba(255,255,255,.35);
  font-size: 8px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

/* Process */
.process {
  background: var(--ivory);
}

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

.process-list li {
  display: grid;
  min-height: 150px;
  padding: 34px 0;
  grid-template-columns: 100px 1fr 170px;
  align-items: center;
  gap: 30px;
  border-bottom: 1px solid var(--line);
}

.process-list li > span {
  color: #a07b4a;
  font-family: var(--serif);
  font-size: 13px;
}

.process-list h3 {
  margin: 0 0 7px;
  font-family: var(--serif);
  font-size: 24px;
  font-weight: 400;
}

.process-list p {
  max-width: 600px;
  margin: 0;
  color: #786c64;
  font-size: 12px;
}

.process-list small {
  color: #a29185;
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-align: right;
  text-transform: uppercase;
}

/* Certainty */
.certainty {
  padding-top: 0;
  color: #fff;
  background: var(--ivory);
}

.certainty-grid {
  display: grid;
  grid-template-columns: 1.1fr .9fr;
}

.certainty-card,
.certainty-quote {
  min-height: 600px;
  padding: 70px;
}

.certainty-card {
  background: #251c17;
}

.certainty-card h2 {
  font-size: clamp(43px, 4.3vw, 62px);
}

.certainty-card ul {
  margin: 60px 0 0;
  padding: 0;
  list-style: none;
}

.certainty-card li {
  display: flex;
  padding: 17px 0;
  border-bottom: 1px solid rgba(255,255,255,.12);
  align-items: center;
  gap: 17px;
  color: rgba(255,255,255,.74);
  font-size: 12px;
}

.certainty-card li span {
  color: var(--gold-bright);
  font-family: var(--serif);
  font-size: 9px;
}

.certainty-quote {
  display: flex;
  padding-left: 85px;
  justify-content: center;
  flex-direction: column;
  background:
    linear-gradient(rgba(118,86,58,.25), rgba(54,37,27,.28)),
    #9b7a60;
}

.certainty-quote blockquote {
  position: relative;
  margin: 0;
  font-family: var(--serif);
  font-size: clamp(27px, 3vw, 40px);
  line-height: 1.42;
}

.certainty-quote blockquote::before {
  display: block;
  margin-bottom: 25px;
  color: var(--gold-bright);
  content: "“";
  font-family: Georgia, serif;
  font-size: 80px;
  line-height: .3;
}

.certainty-quote p {
  margin: 34px 0 0;
  color: rgba(255,255,255,.57);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .12em;
  text-transform: uppercase;
}

/* FAQ */
.faq {
  background: var(--paper);
}

.faq-wrap {
  display: grid;
  grid-template-columns: .7fr 1.3fr;
  gap: 9vw;
}

.faq-title {
  position: sticky;
  top: 130px;
  align-self: start;
}

.faq-title p {
  max-width: 330px;
  margin: 27px 0 30px;
  color: #776b63;
  font-size: 13px;
}

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

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

.accordion-item button {
  display: grid;
  width: 100%;
  padding: 26px 0;
  border: 0;
  grid-template-columns: 1fr 30px;
  gap: 20px;
  background: transparent;
  text-align: left;
}

.accordion-item button span {
  font-family: var(--serif);
  font-size: 20px;
  line-height: 1.35;
}

.accordion-item button i {
  position: relative;
  display: block;
  width: 28px;
  height: 28px;
  border: 1px solid #bcae9f;
  border-radius: 50%;
}

.accordion-item button i::before,
.accordion-item button i::after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  height: 1px;
  background: var(--ink);
  content: "";
  transform: translate(-50%, -50%);
  transition: transform .25s ease;
}

.accordion-item button i::after {
  transform: translate(-50%, -50%) rotate(90deg);
}

.accordion-item.open button i::after {
  transform: translate(-50%, -50%) rotate(0deg);
}

.accordion-content {
  display: grid;
  grid-template-rows: 0fr;
  opacity: 0;
  transition: grid-template-rows .3s ease, opacity .3s ease;
}

.accordion-content p {
  max-width: 650px;
  margin: 0;
  padding: 0 50px 0 0;
  color: #786c64;
  font-size: 13px;
  overflow: hidden;
}

.accordion-item.open .accordion-content {
  padding-bottom: 28px;
  grid-template-rows: 1fr;
  opacity: 1;
}

/* Contact */
.contact {
  padding: 88px 0;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(20,15,12,.94), rgba(20,15,12,.76)),
    url("images/hero.webp") center 58% / cover no-repeat;
}

.contact-inner {
  display: grid;
  grid-template-columns: 1.2fr .8fr;
  gap: 8vw;
  align-items: end;
}

.contact h2 {
  font-size: clamp(46px, 5vw, 70px);
}

.contact p {
  max-width: 560px;
  margin: 28px 0 0;
  color: rgba(255,255,255,.58);
  font-size: 14px;
}

.contact-actions {
  display: flex;
  align-items: stretch;
  flex-direction: column;
  gap: 22px;
}

.contact-phone {
  display: flex;
  padding: 18px 0;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,.3);
}

.contact-phone small {
  color: rgba(255,255,255,.5);
  font-size: 9px;
  font-weight: 700;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.contact-phone span {
  font-family: var(--serif);
  font-size: 21px;
}

/* Footer */
.site-footer {
  color: rgba(255,255,255,.56);
  background: #0e0b09;
}

.footer-top {
  display: grid;
  min-height: 180px;
  grid-template-columns: 240px 1fr auto;
  align-items: center;
  gap: 50px;
  border-bottom: 1px solid rgba(255,255,255,.1);
}

.footer-top > p {
  max-width: 350px;
  margin: 0;
  font-size: 11px;
}

.footer-top nav {
  display: flex;
  gap: 26px;
}

.footer-top nav a {
  color: rgba(255,255,255,.76);
  font-size: 10px;
}

.footer-bottom {
  display: flex;
  min-height: 78px;
  align-items: center;
  justify-content: space-between;
}

.footer-bottom p {
  margin: 0;
  font-size: 9px;
}

.footer-bottom a {
  color: var(--gold-bright);
}

.footer-bottom button {
  border: 0;
  color: rgba(255,255,255,.7);
  background: transparent;
  font-size: 9px;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.floating-whatsapp {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 800;
  display: grid;
  width: 58px;
  height: 58px;
  background: #2e9f5b;
  border-radius: 50%;
  place-items: center;
  box-shadow: 0 15px 35px rgba(23,80,45,.3);
  transition: transform .2s ease;
}

.floating-whatsapp:hover {
  transform: translateY(-4px) scale(1.03);
}

.floating-whatsapp svg {
  width: 29px;
  fill: #fff;
}

.toast {
  position: fixed;
  right: 24px;
  bottom: 96px;
  z-index: 1100;
  max-width: 330px;
  padding: 13px 18px;
  color: #fff;
  background: #302620;
  box-shadow: 0 12px 35px rgba(0,0,0,.2);
  font-size: 11px;
  opacity: 0;
  pointer-events: none;
  transform: translateY(8px);
  transition: opacity .2s ease, transform .2s ease;
}

.toast.visible {
  opacity: 1;
  transform: translateY(0);
}

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

.js .reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .7s ease, transform .7s ease;
}

.js .reveal.visible {
  opacity: 1;
  transform: none;
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition-duration: .01ms !important; }
  .reveal { opacity: 1; transform: none; }
}

@media print {
  body {
    display: none !important;
  }

  .hero-media,
  .system-visual,
  .project-card img {
    visibility: hidden !important;
  }

  .contact {
    background-image: none !important;
  }

  .floating-whatsapp {
    display: none !important;
  }
}

@media (max-width: 1100px) {
  :root {
    --container: min(100% - 44px, 960px);
  }

  .desktop-nav {
    display: none;
  }

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

  .menu-toggle {
    display: grid;
    width: 44px;
    height: 44px;
    padding: 11px;
    border: 0;
    place-content: center;
    gap: 7px;
    background: transparent;
  }

  .menu-toggle span {
    display: block;
    width: 23px;
    height: 1px;
    background: currentColor;
    transition: transform .2s ease;
  }

  .menu-toggle[aria-expanded="true"] span:first-child {
    transform: translateY(4px) rotate(45deg);
  }

  .menu-toggle[aria-expanded="true"] span:last-child {
    transform: translateY(-4px) rotate(-45deg);
  }

  .mobile-menu {
    position: fixed;
    top: 86px;
    right: 0;
    left: 0;
    display: block;
    padding: 30px 22px 34px;
    color: var(--ink);
    background: var(--ivory);
    box-shadow: 0 18px 35px rgba(24,17,13,.15);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity .2s ease, transform .2s ease;
  }

  .mobile-menu.open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .mobile-menu nav {
    display: grid;
    margin-bottom: 25px;
  }

  .mobile-menu nav a {
    padding: 14px 0;
    border-bottom: 1px solid var(--line);
    font-family: var(--serif);
    font-size: 20px;
  }

  .mobile-menu .btn {
    width: 100%;
  }

  .mobile-hours {
    display: grid;
    gap: 5px;
    margin-top: 16px;
    color: var(--coffee);
    font-size: 10px;
    font-weight: 600;
    letter-spacing: .04em;
    line-height: 1.35;
    text-align: center;
  }

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

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

  .calculator-wrap {
    gap: 5vw;
  }

  .calculator {
    padding: 36px;
  }

  .certainty-card,
  .certainty-quote {
    padding: 55px 46px;
  }

  .footer-top {
    grid-template-columns: 220px 1fr;
  }

  .footer-top nav {
    grid-column: 1 / -1;
    padding-bottom: 30px;
  }
}

@media (max-width: 760px) {
  :root {
    --container: calc(100% - 36px);
  }

  .section {
    padding: 68px 0;
  }

  h2 {
    font-size: clamp(39px, 12vw, 54px);
  }

  .header-inner {
    min-height: 72px;
    grid-template-columns: 1fr auto;
  }

  .header-phone {
    display: none;
  }

  .mobile-menu {
    top: 72px;
  }

  .brand-logo {
    width: 176px;
  }

  .hero {
    min-height: 760px;
    height: 100svh;
  }

  .hero-slide {
    object-position: 64% center;
  }

  .hero-shade {
    background:
      linear-gradient(90deg, rgba(13,10,8,.95), rgba(13,10,8,.58)),
      linear-gradient(0deg, rgba(12,9,7,.78) 0%, rgba(12,9,7,.12) 58%);
  }

  .hero-content {
    padding-top: 122px;
    padding-bottom: 32px;
    justify-content: flex-end;
  }

  .hero h1 {
    font-size: clamp(45px, 13vw, 61px);
    line-height: 1.07;
  }

  .hero-lead {
    margin: 22px 0 26px;
    font-size: 14px;
  }

  .hero-actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .hero-meta {
    width: 100%;
    margin-top: 31px;
    grid-template-columns: repeat(2, 1fr);
  }

  .hero-meta > div,
  .hero-meta > div:not(:first-child) {
    min-height: 70px;
    padding: 12px 7px;
  }

  .hero-meta strong {
    font-size: 15px;
  }

  .hero-meta span {
    font-size: 7px;
    line-height: 1.45;
  }

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

  .trust-grid > div {
    min-height: 105px;
    padding: 20px 14px;
    border-bottom: 1px solid var(--white-line);
  }

  .trust-grid > div:nth-child(odd) {
    border-left: 1px solid var(--white-line);
  }

  .icon-seal {
    width: 34px;
    height: 34px;
  }

  .section-head.two-col,
  .projects-head,
  .collection-head,
  .calculator-wrap,
  .simple-choice,
  .certainty-grid,
  .faq-wrap,
  .contact-inner {
    grid-template-columns: 1fr;
  }

  .section-head.two-col,
  .projects-head,
  .collection-head {
    gap: 28px;
  }

  .section-head {
    margin-bottom: 34px;
  }

  .section-head > p {
    font-size: 14px;
  }

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

  .systems-head {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .systems-head p {
    font-size: 13px;
  }

  .system-tabs {
    margin-right: -18px;
    overflow-x: auto;
    gap: 28px;
    scrollbar-width: none;
  }

  .system-tabs::-webkit-scrollbar {
    display: none;
  }

  .system-tabs button {
    flex: 0 0 auto;
  }

  .system-grid {
    display: flex;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .system-grid::-webkit-scrollbar {
    display: none;
  }

  .system-card {
    flex: 0 0 calc(100vw - 58px);
    scroll-snap-align: start;
  }

  .system-card-copy {
    min-height: auto;
    padding: 24px 22px 27px;
  }

  .system-card-copy p {
    min-height: auto;
  }

  .pivot-explainer {
    grid-template-columns: 1fr;
    gap: 9px;
  }

  .solution-card {
    min-height: 330px;
    padding: 30px 27px;
  }

  .solution-icon {
    margin-bottom: 27px;
  }

  .solution-card h3 {
    font-size: 25px;
  }

  .tier-tabs {
    margin-right: -18px;
    overflow-x: auto;
    gap: 24px;
    scrollbar-width: none;
  }

  .tier-tabs::-webkit-scrollbar {
    display: none;
  }

  .tier-tabs button {
    flex: 0 0 auto;
  }

  .tier-grid {
    display: flex;
    margin-right: -18px;
    padding-right: 18px;
    overflow-x: auto;
    gap: 14px;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }

  .tier-grid::-webkit-scrollbar {
    display: none;
  }

  .tier-card {
    min-height: 480px;
    padding: 30px 27px;
    flex: 0 0 calc(100vw - 58px);
    scroll-snap-align: start;
  }

  .tier-label {
    margin-top: 33px;
  }

  .simple-choice {
    margin-top: 45px;
    gap: 30px;
  }

  .choice-scale {
    grid-template-columns: 1fr;
  }

  .calculator-wrap {
    gap: 34px;
  }

  .calculator {
    margin-inline: -18px;
    padding: 29px 20px;
  }

  .calc-fields {
    grid-template-columns: 1fr 21px 1fr;
  }

  .result-meta {
    gap: 15px;
  }

  .total strong {
    font-size: 29px;
  }

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

  .project-card img {
    height: 510px;
  }

  .project-card figcaption {
    right: 20px;
    bottom: 22px;
    left: 20px;
  }

  .project-card figcaption h3 {
    font-size: 22px;
  }

  .project-card figcaption > p {
    display: none;
  }

  .process-list li {
    grid-template-columns: 45px 1fr;
    gap: 15px;
  }

  .process-list small {
    display: none;
  }

  .certainty {
    padding: 0;
  }

  .certainty {
    background: #251c17;
  }

  .certainty .container {
    width: 100%;
  }

  .certainty-card,
  .certainty-quote {
    min-height: auto;
    padding: 65px 27px;
  }

  .certainty-quote {
    min-height: 500px;
  }

  .faq-wrap {
    gap: 55px;
  }

  .faq-title {
    position: static;
  }

  .accordion-item button span {
    font-size: 17px;
  }

  .accordion-content p {
    padding-right: 0;
  }

  .contact {
    padding: 70px 0;
  }

  .contact-inner {
    gap: 45px;
  }

  .contact-phone {
    align-items: flex-start;
    flex-direction: column;
    gap: 5px;
  }

  .footer-top {
    padding: 52px 0 35px;
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .footer-top nav {
    grid-column: auto;
    display: grid;
    padding-bottom: 0;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer-bottom {
    padding: 24px 0 84px;
    align-items: flex-start;
    flex-direction: column;
    gap: 13px;
  }

  .floating-whatsapp {
    right: 16px;
    bottom: 16px;
    width: 54px;
    height: 54px;
  }

  .toast {
    right: 16px;
    bottom: 82px;
    left: 16px;
    max-width: none;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 42px;
  }

  .hero .eyebrow {
    margin-bottom: 17px;
  }

  .trust-grid p {
    font-size: 8px;
  }

  .trust-grid b {
    font-size: 10px;
  }

  .calc-result {
    padding: 20px 17px;
  }
}
