:root {
  --ink: #f4efe6;
  --ink-dim: rgba(244, 239, 230, 0.68);
  --paper: #0b0c0d;
  --copper: #c9854a;
  --line: rgba(244, 239, 230, 0.16);
  --font: "Barlow", Arial, sans-serif;
  --display: "Oswald", Arial, sans-serif;
}

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

html,
body {
  margin: 0;
  min-height: 100%;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--font);
}

body {
  overflow-x: hidden;
}

body.is-compare-drag,
body.is-compare-drag * {
  -webkit-user-select: none;
  user-select: none;
  cursor: ew-resize;
}

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

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

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.hero {
  position: relative;
  isolation: isolate;
  min-height: 100svh;
  color: var(--ink);
  overflow: hidden;
  cursor: none;
}

.hero.is-ui {
  cursor: auto;
}

.hero.is-ui a,
.hero.is-ui .btn {
  cursor: pointer;
}

.hero-layer--site {
  z-index: 2;
  opacity: 0;
  filter: saturate(0.92) contrast(1.06);
  transition: opacity 0.75s ease;
}

.hero.is-cta .hero-layer--site {
  opacity: 1;
}

.hero.is-cta .hero-layer--build {
  opacity: 0;
}

.hero-visual {
  --mx: 52%;
  --my: 40%;
  --d: 0px;
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
}

.hero-layer {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 58% 45%;
  user-select: none;
  pointer-events: none;
}

.hero-layer--done {
  z-index: 1;
}

.hero-shade {
  position: absolute;
  inset: 0;
  z-index: 3;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(8, 8, 9, 0.62) 0%, rgba(8, 8, 9, 0.22) 38%, transparent 58%),
    linear-gradient(180deg, rgba(8, 8, 9, 0.38) 0%, transparent 22%, transparent 58%, rgba(8, 8, 9, 0.55) 100%);
}

.hero-layer--build {
  z-index: 4;
  filter: saturate(0.92) contrast(1.06);
  transition: opacity 0.75s ease;
  -webkit-mask-image: url("../img/brush-mask.svg");
  mask-image: url("../img/brush-mask.svg");
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: var(--d) var(--d);
  mask-size: var(--d) var(--d);
  -webkit-mask-position: calc(var(--mx) - var(--d) / 2) calc(var(--my) - var(--d) / 2);
  mask-position: calc(var(--mx) - var(--d) / 2) calc(var(--my) - var(--d) / 2);
}

.hero-lens {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 4;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  --d: 0px;
  transition: opacity 0.25s ease;
}

.hero-lens.is-on {
  opacity: 1;
}

.hero-lens-label {
  position: absolute;
  left: calc(var(--d) * 0.18);
  top: calc(var(--d) * -0.22);
  padding: 0.35rem 0.55rem 0.3rem;
  border: 1px solid rgba(244, 239, 230, 0.28);
  background: rgba(12, 12, 13, 0.55);
  backdrop-filter: blur(10px);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nav {
  position: relative;
  z-index: 30;
  pointer-events: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding: calc(1.45rem - 12px) 2.25rem;
  background: #fff;
  color: #161311;
  border-bottom: 1px solid #e8e4dc;
}

.nav-mark {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.nav-mark img {
  display: block;
  height: 88px;
  width: auto;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: 2.15rem;
  font-size: 1.12rem;
  font-weight: 600;
}

.nav-links a {
  position: relative;
  padding: 0.35rem 0;
  color: #2a2724;
}

.nav-links a:hover {
  color: #161311;
}

.nav-cta {
  padding: 0.72rem 1.15rem;
  background: #161311;
  color: #fff;
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.nav-cta:hover {
  background: #2c2824;
}

.nav-panel {
  display: contents;
}

.nav-backdrop {
  display: none;
}

.nav-toggle {
  display: none;
  position: relative;
  z-index: 2;
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 0;
  background: transparent;
  cursor: pointer;
  touch-action: manipulation;
  -webkit-tap-highlight-color: transparent;
  pointer-events: auto;
}

.nav-toggle span:not(.visually-hidden) {
  display: block;
  width: 1.35rem;
  height: 2px;
  margin: 0 auto 5px;
  background: #161311;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.nav-toggle span:nth-child(3) {
  margin-bottom: 0;
}

.nav.is-open .nav-toggle span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.nav.is-open .nav-toggle span:nth-child(2) {
  opacity: 0;
}

.nav.is-open .nav-toggle span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.hero-copy {
  position: relative;
  z-index: 6;
  max-width: 68rem;
  padding: min(14vh, 7rem) 2.25rem 0 clamp(5.5rem, 11vw, 10rem);
  pointer-events: none;
}

.hero-title {
  display: flex;
  flex-direction: column;
  margin: 0;
  font-family: var(--display);
  font-size: clamp(3.2rem, 8.2vw, 6.8rem);
  font-weight: 600;
  line-height: 1.02;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.hero-title span {
  white-space: nowrap;
}

.hero-title span:last-child {
  font-weight: 700;
  color: #fff;
}

.hero-lead {
  max-width: 38rem;
  margin: 1.7rem 0 0;
  color: var(--ink-dim);
  font-size: clamp(1.15rem, 1.6vw, 1.4rem);
  line-height: 1.55;
}

.hero-actions {
  position: relative;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  margin-top: 2.2rem;
  pointer-events: auto;
}

.hero-actions .btn {
  min-height: 3.8rem;
  padding: 0 1.7rem;
  font-size: 1.05rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.15rem;
  font-size: 0.84rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  transition: transform 0.2s ease, background 0.2s ease, border-color 0.2s ease;
}

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

.btn--solid {
  background: var(--ink);
  color: #161311;
}

.btn--ghost {
  border: 1px solid var(--line);
  color: var(--ink);
}

.about {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  align-items: center;
  gap: 2rem;
  min-height: 88vh;
  padding: 4.5rem 0 4.5rem clamp(5.5rem, 11vw, 10rem);
  background: #fff;
  color: #161311;
}

.about-copy {
  max-width: 34rem;
  padding-right: 1rem;
}

.about-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.about-lead {
  max-width: 28rem;
  margin: 1.1rem 0 0;
  color: #5c5752;
  font-size: 1.05rem;
  line-height: 1.6;
}

.about-stats {
  list-style: none;
  margin: 2.2rem 0 0;
  padding: 0;
  border-top: 1px solid #e8e4dc;
}

.about-stats li {
  display: grid;
  grid-template-columns: 8.5rem 1fr;
  gap: 1rem;
  align-items: baseline;
  padding: 1.05rem 0;
  border-bottom: 1px solid #e8e4dc;
}

.about-stat-num {
  font-family: var(--display);
  font-size: clamp(1.7rem, 2.4vw, 2.15rem);
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #161311;
}

.about-stat-label {
  color: #5c5752;
  font-size: 1rem;
  font-weight: 600;
}

.about-media {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  min-height: 100%;
  overflow: hidden;
}

.about-media img {
  width: 118%;
  max-width: none;
  height: auto;
  object-fit: contain;
  transform: translateX(6%);
}

.services {
  position: relative;
  isolation: isolate;
  min-height: 98vh;
  padding: 6.5rem clamp(5.5rem, 11vw, 10rem) 6.5rem;
  background-color: #ececec;
  color: #161311;
  overflow: hidden;
}

.services::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background-image: url("../img/zeriav.png");
  background-repeat: no-repeat;
  background-position: 60% 55%;
  background-size: cover;
  pointer-events: none;
}

.services-head,
.services-carousel,
.services-grid {
  position: relative;
  z-index: 1;
}

.services-carousel-ui {
  display: none;
}

.services-head {
  max-width: 38rem;
  margin: 0 0 2.8rem auto;
  text-align: right;
}

.services-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.services-lead {
  max-width: 28rem;
  margin: 1.1rem 0 0 auto;
  color: #5c5752;
  font-size: 1.05rem;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.15rem;
  list-style: none;
  margin: 13.5rem 0 0;
  padding: 0;
}

.service {
  padding: 1.45rem 1.35rem 1.5rem;
  background: #fff;
  border: 1px solid #e8e4dc;
}

.service-num {
  display: block;
  margin-bottom: 1.15rem;
  color: #c9854a;
  font-family: var(--display);
  font-size: 0.95rem;
  font-weight: 600;
  letter-spacing: 0.12em;
}

.service h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.service p {
  margin: 0.65rem 0 0;
  color: #5c5752;
  font-size: 0.98rem;
  line-height: 1.5;
}

.works {
  padding: 5.5rem clamp(5.5rem, 11vw, 10rem);
  background: #f4efe6;
  color: #161311;
}

.works-head {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 0.8fr);
  gap: 2rem;
  align-items: end;
  margin-bottom: 2.6rem;
}

.works-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.works-intro {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  text-align: right;
}

.works-intro p {
  margin: 0 0 1.2rem;
  color: #5c5752;
  font-size: 1.02rem;
  line-height: 1.6;
}

.works-more {
  display: inline-flex;
  align-self: flex-end;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0 1.4rem;
  border-radius: 999px;
  background: #c9854a;
  color: #fff;
  font-size: 0.86rem;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.works-more:hover {
  background: #b3743d;
}

.works-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.25rem;
  margin: 0;
  padding: 0;
  list-style: none;
}

.work {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  background: #fff;
  border-radius: 18px;
}

.work-copy {
  padding: 1.4rem 1.35rem 1.6rem;
}

.work-copy h3 {
  margin: 0;
  font-family: var(--display);
  font-size: 1.45rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.work-copy p {
  margin: 0.55rem 0 0;
  color: #5c5752;
  font-size: 0.98rem;
  line-height: 1.5;
}

.work-media {
  position: relative;
  margin-top: auto;
}

.work-media img {
  width: 100%;
  height: 17.5rem;
  object-fit: cover;
}

.work-icon {
  position: absolute;
  left: 1.1rem;
  top: -1.35rem;
  display: grid;
  place-items: center;
  width: 3.1rem;
  height: 3.1rem;
  background: #fff;
  border-radius: 10px;
  color: #c9854a;
  box-shadow: 0 8px 20px rgba(22, 19, 17, 0.08);
}

.work-icon svg {
  width: 1.35rem;
  height: 1.35rem;
}

.work-go {
  position: absolute;
  right: 0.85rem;
  bottom: 0.85rem;
  width: 3rem;
  height: 3rem;
  border-radius: 50%;
  background: #c9854a url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'><path d='M5 12h14M13 6l6 6-6 6'/></svg>") center / 1.15rem no-repeat;
}

.work-go:hover {
  background-color: #b3743d;
}

.story {
  background: #121314;
}

.process {
  position: relative;
  padding: 4.5rem clamp(5.5rem, 11vw, 10rem) 4.5rem;
  background: transparent;
  color: var(--ink);
}

.process-layout {
  display: grid;
  grid-template-columns: minmax(22rem, 0.78fr) minmax(0, 1.35fr);
  grid-template-areas:
    "head visual"
    "line visual";
  gap: 2rem 2.5rem;
  align-items: center;
}

.process-visual,
.process-visual * {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -webkit-touch-callout: none;
}

.process-visual {
  --split: 50%;
  grid-area: visual;
  position: relative;
  isolation: isolate;
  align-self: stretch;
  min-height: min(125vh, 94rem);
  margin-top: 3rem;
  overflow: visible;
  cursor: ew-resize;
  touch-action: none;
}

.process-layer {
  position: absolute;
  top: 0;
  right: auto;
  bottom: 0;
  left: 50%;
  width: 158%;
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}

.process-after,
.process-before {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.process-after {
  z-index: 1;
  clip-path: inset(0 0 0 var(--split));
}

.process-before {
  z-index: 2;
  clip-path: inset(0 calc(100% - var(--split)) 0 0);
}

.process-layer--build {
  z-index: 2;
}

.process-compare {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}

.process-compare-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--split);
  display: flex;
  align-items: center;
  gap: 0.55rem;
  transform: translateX(-50%);
}

.process-compare-handle::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: #f4efe6;
  transform: translateX(-50%);
  box-shadow: 0 0 0 1px rgba(12, 12, 13, 0.25);
}

.process-compare-knob {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border: 2px solid #f4efe6;
  border-radius: 50%;
  background: #121314;
  color: #f4efe6;
}

.process-compare-knob svg {
  width: 1.35rem;
  height: 0.85rem;
}

.process-compare-label {
  position: relative;
  z-index: 1;
  padding: 0.28rem 0.5rem 0.22rem;
  border: 1px solid rgba(244, 239, 230, 0.28);
  background: rgba(12, 12, 13, 0.72);
  color: var(--ink);
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  white-space: nowrap;
}

.process-head {
  grid-area: head;
  max-width: 38rem;
}

.process-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5vw, 4.2rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.process-lead {
  max-width: 28rem;
  margin: 1.1rem 0 0;
  color: var(--ink-dim);
  font-size: 1.05rem;
  line-height: 1.6;
}

.process-carousel {
  display: contents;
}

.process-carousel-ui {
  display: none;
}

.process-line {
  grid-area: line;
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.35rem;
  margin: -8.5rem 0 0;
  padding: 0;
  list-style: none;
}

.process-line::before {
  content: "";
  position: absolute;
  top: 0.7rem;
  bottom: 0.35rem;
  left: 0.35rem;
  width: 1px;
  background: rgba(201, 133, 74, 0.4);
}

.process-step {
  position: relative;
  padding-left: 1.1rem;
}

.process-step span {
  position: relative;
  z-index: 1;
  display: inline-block;
  padding-right: 0.4rem;
  background: #121314;
  color: var(--copper);
  font-family: var(--display);
  font-size: 1.05rem;
  font-weight: 600;
  letter-spacing: 0.14em;
}

.process-step h3 {
  margin: 1.15rem 0 0;
  font-family: var(--display);
  font-size: clamp(1.45rem, 2vw, 1.9rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-step p {
  margin: 0.5rem 0 0;
  color: var(--ink-dim);
  font-size: 0.95rem;
  line-height: 1.5;
}

.cta {
  position: relative;
  isolation: isolate;
  display: grid;
  align-items: start;
  justify-items: center;
  min-height: 108svh;
  padding: 22vh 1.5rem 28vh;
  color: var(--ink);
  text-align: center;
  overflow: hidden;
}

.cta-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center 42%;
}

.cta-shade {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    180deg,
    rgba(18, 19, 20, 0.16) 0%,
    rgba(18, 19, 20, 0.28) 32%,
    rgba(18, 19, 20, 0.48) 52%,
    rgba(18, 19, 20, 0.72) 68%,
    rgba(18, 19, 20, 0.92) 82%,
    #121314 94%,
    #121314 100%
  );
}

.cta-content {
  position: relative;
  z-index: 2;
  max-width: 40rem;
}

.cta-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.5rem, 5.4vw, 4.4rem);
  font-weight: 600;
  line-height: 1.06;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.cta-lead {
  max-width: 28rem;
  margin: 1.15rem auto 0;
  color: var(--ink-dim);
  font-size: 1.05rem;
  line-height: 1.6;
}

.cta .btn {
  margin-top: 1.8rem;
}

.faq {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.2fr);
  gap: 3rem 4rem;
  align-items: start;
  padding: 8.5rem clamp(5.5rem, 11vw, 10rem);
  background: #fff;
  color: #161311;
}

.faq-title {
  margin: 0;
  font-family: var(--display);
  font-size: clamp(2.4rem, 4.6vw, 4rem);
  font-weight: 600;
  line-height: 1.05;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.faq-list {
  border-top: 1px solid #e8e4dc;
}

.faq details {
  border-bottom: 1px solid #e8e4dc;
}

.faq summary {
  cursor: pointer;
  list-style: none;
  padding: 1.2rem 2rem 1.2rem 0;
  font-family: var(--display);
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

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

.faq summary::after {
  content: "+";
  position: absolute;
  right: 0;
  color: #c9854a;
  font-family: var(--font);
  font-size: 1.3rem;
  font-weight: 500;
}

.faq details {
  position: relative;
}

.faq details[open] summary::after {
  content: "–";
}

.faq details p {
  margin: 0;
  padding: 0 2.5rem 1.25rem 0;
  color: #5c5752;
  font-size: 1.02rem;
  line-height: 1.6;
}

.footer {
  padding: 2.4rem clamp(5.5rem, 11vw, 10rem) 2rem;
  background: #161311;
  color: #f4efe6;
  border-top: 1px solid rgba(244, 239, 230, 0.1);
}

.footer-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem 2rem;
}

.footer-mark {
  display: flex;
  flex-shrink: 0;
}

.footer-mark img {
  display: block;
  height: 52px;
  width: auto;
  filter: invert(1);
}

.footer-links {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1.4rem 1.85rem;
  font-size: 0.95rem;
  font-weight: 600;
}

.footer-links a {
  color: rgba(244, 239, 230, 0.78);
}

.footer-links a:hover,
.footer-mail:hover {
  color: #fff;
}

.footer-mail {
  flex-shrink: 0;
  color: var(--copper);
  font-size: 0.95rem;
  font-weight: 700;
  letter-spacing: 0.04em;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.6rem;
  padding-top: 1.2rem;
  border-top: 1px solid rgba(244, 239, 230, 0.08);
  color: rgba(244, 239, 230, 0.55);
  font-size: 0.86rem;
}

.footer-bottom p {
  margin: 0;
}

.footer-sep {
  margin: 0 0.4rem;
}

.footer-bottom a:hover {
  color: #f4efe6;
}

@media (max-width: 820px) {
  .hero {
    display: flex;
    flex-direction: column;
    min-height: 100svh;
    cursor: auto;
  }

  .hero-visual {
    cursor: auto;
  }

  .hero-layer {
    object-position: 68% 42%;
  }

  .hero-shade {
    background:
      linear-gradient(180deg, rgba(8, 8, 9, 0.28) 0%, transparent 18%, transparent 42%, rgba(8, 8, 9, 0.72) 78%, rgba(8, 8, 9, 0.9) 100%);
  }

  .nav {
    z-index: 20;
    flex-wrap: nowrap;
    gap: 0.75rem;
    padding: 0.95rem 1.15rem;
    min-height: 5.25rem;
  }

  .nav-mark img {
    height: 64px;
  }

  .nav-toggle {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 3rem;
    height: 3rem;
    margin-left: auto;
    border-radius: 8px;
  }

  .nav-panel {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    right: 0;
    gap: 0.85rem;
    padding: 0.35rem 1.15rem 1.15rem;
    background: #fff;
    border-bottom: 1px solid #e8e4dc;
    box-shadow: 0 18px 40px rgba(22, 19, 17, 0.14);
    visibility: hidden;
    opacity: 0;
    transform: translateY(-10px);
    pointer-events: none;
    transition: opacity 0.22s ease, transform 0.22s ease, visibility 0.22s ease;
  }

  .nav.is-open .nav-panel {
    visibility: visible;
    opacity: 1;
    transform: none;
    pointer-events: auto;
  }

  .nav-links {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 100%;
    gap: 0;
    font-size: 1.12rem;
  }

  .nav-links a {
    padding: 0.95rem 0;
    border-top: 1px solid #ece8e0;
  }

  .nav-cta {
    display: flex;
    width: 100%;
    justify-content: center;
    padding: 0.9rem 1rem;
    font-size: 0.82rem;
  }

  .nav-backdrop {
    display: block;
    position: fixed;
    inset: 0;
    z-index: 16;
    background: rgba(12, 12, 13, 0.42);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: opacity 0.22s ease, visibility 0.22s ease;
  }

  .nav-backdrop:not([hidden]) {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  body.is-nav-open {
    overflow: hidden;
  }

  .hero-copy {
    margin-top: auto;
    padding: 0 1.2rem 5.8rem;
    max-width: none;
  }

  .hero-title {
    font-size: clamp(2rem, 8.6vw, 2.85rem);
  }

  .hero-title span {
    white-space: normal;
  }

  .hero-lead {
    max-width: 28rem;
    margin-top: 1.1rem;
    font-size: 1rem;
  }

  .hero-actions {
    flex-direction: column;
    gap: 0.7rem;
    margin-top: 1.4rem;
  }

  .hero-actions .btn {
    width: 100%;
    min-height: 3.15rem;
    font-size: 0.95rem;
  }

  .hero-lens {
    display: none;
  }

  .about {
    grid-template-columns: 1fr;
    min-height: 0;
    gap: 2.5rem;
    padding: 3.5rem 1.25rem 0;
    justify-items: center;
    text-align: center;
  }

  .about-copy {
    max-width: 34rem;
    padding-right: 0;
  }

  .about-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .about-stats li {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 0.25rem;
    text-align: center;
  }

  .about-media img {
    width: 100%;
    transform: none;
  }

  .cta {
    min-height: 100svh;
    padding: 16vh 1.5rem 22vh;
  }

  .services {
    min-height: 0;
    padding: 4.2rem 0 6.2rem;
    overflow: hidden;
  }

  .services-head {
    padding: 0 1.5rem;
    margin-bottom: 15.5rem;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .services-lead {
    margin-left: 0;
    margin-right: 0;
  }

  .services-grid {
    display: flex;
    gap: 0.85rem;
    margin: 0;
    padding: 0 1.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: 1.5rem;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

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

  .service {
    flex: 0 0 min(82vw, 20.5rem);
    scroll-snap-align: start;
    min-height: 14.5rem;
  }

  .services-carousel-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    margin-top: 1.25rem;
    padding: 0 1.5rem;
  }

  .services-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    border: 1px solid #d8d2c8;
    background: #fff;
    color: #161311;
    cursor: pointer;
  }

  .services-arrow svg {
    width: 1.15rem;
    height: 1.15rem;
  }

  .services-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 6.5rem;
  }

  .services-dots button {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: #c4bdb3;
    cursor: pointer;
  }

  .services-dots button.is-on {
    width: 1.25rem;
    border-radius: 999px;
    background: #c9854a;
  }

  .process {
    padding: 0 1.5rem 3.5rem;
    overflow-x: hidden;
  }

  .process-layout {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas:
      "head"
      "visual"
      "line";
    gap: 2rem;
    justify-items: stretch;
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .process-head {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }

  .process-lead {
    margin-left: auto;
    margin-right: auto;
  }

  .process-visual {
    width: min(100%, 22rem);
    max-width: 100%;
    min-width: 0;
    min-height: 28rem;
    margin: 0 auto;
    overflow: hidden;
    justify-self: center;
  }

  .process-layer {
    left: 0;
    width: 100%;
    transform: none;
    object-position: center center;
  }

  .process-carousel {
    display: flex;
    flex-direction: column;
    align-items: center;
    grid-area: line;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
  }

  .process-line {
    display: flex;
    gap: 0.85rem;
    width: 100%;
    max-width: 100%;
    min-width: 0;
    margin: 0;
    padding: 0;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-inline: 0;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }

  .process-line::-webkit-scrollbar {
    display: none;
  }

  .process-line::before {
    display: none;
  }

  .process-step {
    flex: 0 0 min(82vw, 20.5rem);
    scroll-snap-align: center;
    padding: 1.25rem 1.2rem 1.3rem;
    border-left: 0;
    background: rgba(244, 239, 230, 0.04);
    border: 1px solid rgba(244, 239, 230, 0.12);
  }

  .process-step span {
    background: transparent;
  }

  .process-step h3 {
    margin-top: 0.55rem;
  }

  .process-carousel-ui {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    align-self: center;
    width: 100%;
    max-width: 100%;
    margin-top: 1.15rem;
    padding: 0;
  }

  .process-arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 2.7rem;
    height: 2.7rem;
    padding: 0;
    border: 1px solid rgba(244, 239, 230, 0.22);
    background: transparent;
    color: #f4efe6;
    cursor: pointer;
  }

  .process-arrow svg {
    width: 1.15rem;
    height: 1.15rem;
  }

  .process-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    min-width: 5.5rem;
  }

  .process-dots button {
    width: 0.55rem;
    height: 0.55rem;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(244, 239, 230, 0.38);
    cursor: pointer;
  }

  .process-dots button.is-on {
    width: 1.25rem;
    border-radius: 999px;
    background: #c9854a;
  }

  .faq {
    grid-template-columns: 1fr;
    gap: 2rem;
    padding: 5.5rem 1.5rem;
  }

  .footer {
    padding: 2rem 1.5rem 1.6rem;
  }

  .footer-top,
  .footer-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-links {
    justify-content: flex-start;
  }

  .works {
    padding: 4rem 1.5rem;
  }

  .works-head,
  .works-grid {
    grid-template-columns: 1fr;
  }

  .works-head {
    gap: 1.15rem;
    margin-bottom: 2rem;
    justify-items: center;
    text-align: center;
  }

  .works-title {
    font-size: clamp(2rem, 8.4vw, 2.7rem);
  }

  .works-intro {
    align-items: center;
    text-align: center;
    max-width: 28rem;
  }

  .works-intro p {
    margin-bottom: 1.05rem;
    font-size: 1rem;
  }

  .works-more {
    align-self: center;
    min-height: 3.15rem;
    width: 100%;
    max-width: 18rem;
  }
}

@media (max-width: 1100px) and (min-width: 821px) {
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (hover: none) {
  .hero,
  .hero-visual {
    cursor: auto;
  }

  .hero-lens {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero,
  .hero-visual {
    cursor: auto;
  }

  .hero-lens {
    display: none;
  }

  .hero-layer--build {
    -webkit-mask-image: none;
    mask-image: none;
    opacity: 0;
  }
}
