:root {
  color-scheme: light;
  --bg: #f5f2ec;
  --ink: #151514;
  --muted: #67615a;
  --dark: #10100f;
  --dark-soft: #181716;
  --line: #d8d0c4;
  --gold: #c99a45;
  --gold-dark: #a6782c;
  --white: #ffffff;
  --max: 1200px;
  --header: 76px;
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  background: var(--bg);
  overflow-x: clip;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--bg);
  min-width: 320px;
  overflow-x: clip;
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-stretch: condensed;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

main > section {
  scroll-margin-top: 124px;
}

a {
  color: inherit;
  text-decoration: none;
}

.forma-back-link {
  position: fixed;
  z-index: 80;
  left: 24px;
  bottom: 24px;
  display: inline-flex;
  align-items: center;
  min-height: 46px;
  padding: 0 18px;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 999px;
  background: rgba(16, 16, 15, 0.88);
  color: var(--white);
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(14px);
  font-size: 13px;
  font-weight: 900;
  letter-spacing: .02em;
  text-transform: uppercase;
  transition: transform 220ms ease, background 220ms ease, color 220ms ease;
}

.forma-back-link:hover,
.forma-back-link:focus-visible {
  transform: translateY(-3px);
  background: var(--gold);
  color: var(--dark);
  outline: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

.site-header {
  position: fixed;
  z-index: 20;
  top: 24px;
  left: 50%;
  width: min(calc(100% - 48px), 1288px);
  min-height: var(--header);
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: auto 1fr auto auto;
  align-items: center;
  gap: 24px;
  padding: 0 18px;
  background: rgba(16, 16, 15, 0.82);
  color: var(--white);
  backdrop-filter: blur(16px);
  box-shadow: 0 18px 50px rgba(0, 0, 0, 0.28);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
}

.brand__mark {
  width: 34px;
  height: 34px;
  background: var(--gold);
}

.brand__text {
  font-weight: 900;
  font-size: 24px;
  letter-spacing: 0.02em;
}

.nav {
  display: flex;
  justify-content: center;
  gap: clamp(18px, 3vw, 42px);
  font-size: 14px;
  color: rgba(255, 255, 255, 0.84);
}

.nav a {
  position: relative;
  padding: 12px 0;
  transition: color 180ms ease;
}

.nav a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 6px;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.nav a:hover,
.nav a.is-active {
  color: var(--gold);
}

.nav a:hover::after,
.nav a.is-active::after {
  transform: scaleX(1);
}

.nav-toggle {
  display: none;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 0 28px;
  border: 1px solid var(--gold);
  border-radius: 3px;
  background: var(--gold);
  color: #15100a;
  cursor: pointer;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  transition: transform 180ms ease, background 180ms ease, border-color 180ms ease;
}

.button:hover {
  transform: translateY(-1px);
  background: #d4a64f;
}

.button:active {
  transform: translateY(1px);
}

.button--small {
  min-height: 38px;
  padding: 0 24px;
}

.button--ghost {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.38);
}

.button--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
  border-color: var(--white);
}

.hero {
  position: relative;
  min-height: 810px;
  display: grid;
  align-items: center;
  justify-items: center;
  overflow: hidden;
  color: var(--white);
  isolation: isolate;
  padding: 150px 24px 128px;
}

.hero__image,
.hero picture {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -2;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(circle at 50% 30%, rgba(255, 255, 255, 0.05), transparent 26%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.62), rgba(0, 0, 0, 0.78));
}

.hero__content {
  width: min(880px, 100%);
  text-align: center;
}

.eyebrow {
  margin: 0 0 22px;
  color: var(--gold);
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.section-label {
  display: block;
  color: var(--gold);
  text-align: left;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 20px;
  font-size: clamp(50px, 8vw, 92px);
  line-height: 0.98;
  font-family: "Russo One", "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: uppercase;
}

h2 {
  margin-bottom: 24px;
  font-size: clamp(34px, 5vw, 58px);
  line-height: 1.05;
  font-family: "Russo One", "Roboto Condensed", "Arial Narrow", Arial, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

h3 {
  margin-bottom: 12px;
  font-size: 22px;
  line-height: 1.18;
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
}

p {
  color: var(--muted);
  font-size: 18px;
  line-height: 1.65;
}

.hero__lead {
  width: min(720px, 100%);
  margin: 0 auto 32px;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.4vw, 22px);
  line-height: 1.42;
}

.hero__actions,
.contact__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 16px;
}

.hero-facts {
  position: absolute;
  left: 50%;
  bottom: 48px;
  transform: translateX(-50%);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: min(1200px, calc(100% - 48px));
  margin: 0;
  background: rgba(20, 20, 20, 0.72);
}

.hero-facts div {
  padding: 20px;
  text-align: center;
  border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.hero-facts div:last-child {
  border-right: 0;
}

.hero-facts dt {
  font-size: 20px;
  font-weight: 800;
}

.hero-facts dd {
  margin: 6px 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.section {
  width: min(var(--max), calc(100% - 48px));
  margin: 0 auto;
  padding: 88px 0;
}

.section--dark {
  width: 100%;
  max-width: none;
  padding: 88px max(24px, calc((100vw - var(--max)) / 2));
  background: var(--dark);
  color: var(--white);
}

.section--dark p {
  color: rgba(255, 255, 255, 0.68);
}

.section--dark .section-label {
  color: var(--gold);
}

.section__intro {
  max-width: 760px;
  margin-bottom: 44px;
}

.about,
.process {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  column-gap: clamp(36px, 7vw, 88px);
  row-gap: 30px;
  align-items: start;
}

.about {
  grid-template-columns: minmax(0, 1.16fr) minmax(0, 0.84fr);
  column-gap: clamp(38px, 5.4vw, 72px);
}

.about > .section-label,
.process > .section-label {
  grid-column: 1 / -1;
  order: -2;
  margin-bottom: -4px;
}

.media-pair {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  align-items: start;
}

.media-pair img,
.gallery__grid img,
.before-after img {
  width: 100%;
  object-fit: cover;
  background: var(--dark);
}

.media-pair img {
  aspect-ratio: 3 / 4;
}

.media-pair img:nth-child(2) {
  margin-top: 0;
}

.text-link {
  display: inline-flex;
  align-items: center;
  color: var(--ink);
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.text-link::after {
  content: "";
  width: 42px;
  height: 1px;
  margin-left: 14px;
  background: var(--gold);
}

.benefits {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  align-items: stretch;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.benefits article {
  display: grid;
  grid-template-rows: minmax(86px, auto) 1fr;
  align-content: start;
  gap: 20px;
  min-height: 214px;
  padding: 30px 24px 22px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.benefits article:last-child {
  border-right: 0;
}

.benefits span {
  display: block;
  margin: 0;
  color: var(--gold);
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  line-height: 1;
}

.benefits h3,
.services h3 {
  font-size: 24px;
}

.benefits h3 {
  margin: 0;
  max-width: 100%;
  overflow-wrap: break-word;
}

.benefits p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
}

.services {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.services article {
  display: grid;
  grid-template-rows: minmax(58px, auto) minmax(92px, auto) 1fr;
  align-content: start;
  min-height: 390px;
  padding: 28px;
  background: #fffcf6;
}

.services h3 {
  margin: 0 0 12px;
}

.services p {
  margin: 0;
  min-height: 80px;
  font-size: 15px;
}

.services ul,
.check-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.services li {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 0;
  border-top: 1px solid var(--line);
  color: var(--muted);
}

.services strong {
  color: var(--ink);
  text-align: right;
  white-space: nowrap;
}

.section--dark .section__intro h2,
#services .section__intro h2,
.faq .section__intro h2 {
  width: min(900px, 100%);
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.section--dark .section__intro,
#services .section__intro,
.faq .section__intro {
  max-width: none;
}

#services .section__intro > p:not(.eyebrow) {
  max-width: 760px;
}

.reveal-on-scroll {
  opacity: 0;
  filter: blur(1px);
  transform: translateY(18px);
  transition: opacity 520ms cubic-bezier(0.25, 0.8, 0.25, 1),
    transform 520ms cubic-bezier(0.25, 0.8, 0.25, 1),
    filter 520ms cubic-bezier(0.25, 0.8, 0.25, 1);
  transition-delay: var(--reveal-delay, 0ms);
  will-change: opacity, transform, filter;
}

.reveal-on-scroll.reveal-from-left {
  transform: translateX(-16px);
}

.reveal-on-scroll.reveal-from-right {
  transform: translateX(16px);
}

.reveal-on-scroll.reveal-scale {
  transform: translateY(14px) scale(0.995);
}

.reveal-on-scroll.is-visible {
  opacity: 1;
  filter: blur(0);
  transform: translate(0, 0) scale(1);
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .reveal-on-scroll {
    opacity: 1;
    transform: none;
    transition: none;
  }
}

.check-list {
  display: grid;
  gap: 14px;
}

.check-list li {
  position: relative;
  padding-left: 28px;
  color: var(--muted);
  font-size: 17px;
  line-height: 1.5;
}

.check-list li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 10px;
  height: 10px;
  background: var(--gold);
}

.before-after {
  display: grid;
  gap: 18px;
}

.before-after img {
  aspect-ratio: 16 / 9;
}

.before-after--single {
  align-self: center;
}

.before-after--single img {
  aspect-ratio: 960 / 819;
}

.gallery {
  padding: 88px 0;
  background: var(--dark);
  color: var(--white);
  overflow: hidden;
}

.gallery .section__intro {
  width: min(var(--max), calc(100% - 48px));
  max-width: none;
  margin: 0 auto 44px;
}

.gallery__grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(180px, 1fr));
  gap: 1px;
  max-width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior-x: contain;
  overscroll-behavior-y: none;
  scroll-snap-type: x proximity;
  scrollbar-width: thin;
  touch-action: pan-x;
}

.gallery__grid img {
  aspect-ratio: 4 / 5;
  scroll-snap-align: center;
}

.steps {
  text-align: center;
}

.steps .section__intro {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.steps .section__intro h2 {
  max-width: 760px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.steps ol {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  padding: 0;
  margin: 0 0 34px;
  list-style: none;
  background: var(--line);
  border: 1px solid var(--line);
  text-align: left;
}

.steps li {
  min-height: 160px;
  padding: 24px;
  background: #fffcf6;
  font-size: 18px;
  line-height: 1.35;
}

.steps span {
  display: block;
  margin-bottom: 36px;
  color: var(--gold);
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
}

.faq__items {
  display: grid;
  gap: 12px;
}

details {
  border-top: 1px solid var(--line);
  padding: 22px 0;
}

summary {
  cursor: pointer;
  list-style: none;
  font-size: 24px;
  font-weight: 650;
}

summary::-webkit-details-marker {
  display: none;
}

details p {
  margin: 18px 0 0;
  max-width: 760px;
}

.contact {
  position: relative;
  min-height: 680px;
  display: grid;
  align-items: center;
  color: var(--white);
  overflow: hidden;
  isolation: isolate;
  padding: 88px 24px;
}

.contact > img {
  position: absolute;
  inset: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.74));
}

.contact__content {
  width: min(780px, 100%);
  margin: 0 auto;
  text-align: center;
}

.contact > .section-label {
  position: absolute;
  z-index: 1;
  top: 88px;
  left: max(24px, calc((100vw - var(--max)) / 2));
  margin: 0;
  color: var(--gold);
}

.contact p {
  color: rgba(255, 255, 255, 0.76);
}

.contact dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1px;
  margin: 42px 0 0;
  text-align: left;
  background: rgba(255, 255, 255, 0.14);
}

.contact dl div {
  padding: 20px;
  background: rgba(16, 16, 15, 0.7);
}

.contact dt {
  margin-bottom: 8px;
  color: var(--gold);
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", Arial, sans-serif;
  font-weight: 900;
  font-size: 12px;
  text-transform: uppercase;
}

.contact dd {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  line-height: 1.45;
}

.booking {
  width: min(560px, calc(100% - 32px));
  padding: 0;
  border: 0;
  background: transparent;
}

.booking::backdrop {
  background: rgba(0, 0, 0, 0.72);
}

.booking__form {
  position: relative;
  display: grid;
  gap: 16px;
  padding: 32px;
  background: #fffcf6;
  color: var(--ink);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.36);
}

.booking__form h2 {
  margin-bottom: 4px;
  font-size: 34px;
}

.booking__close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 36px;
  height: 36px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
}

.booking__close::before,
.booking__close::after {
  content: "";
  position: absolute;
  top: 17px;
  left: 9px;
  width: 16px;
  height: 2px;
  background: var(--ink);
}

.booking__close::before {
  transform: rotate(45deg);
}

.booking__close::after {
  transform: rotate(-45deg);
}

label {
  display: grid;
  gap: 7px;
  color: var(--muted);
  font-size: 14px;
}

.booking__note {
  margin: 0;
  padding: 12px 14px;
  border-left: 3px solid var(--gold);
  background: #f4ead9;
  color: var(--ink);
  font-size: 14px;
  line-height: 1.45;
}

input,
select,
textarea {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 3px;
  background: var(--white);
  color: var(--ink);
  padding: 13px 14px;
}

textarea {
  resize: vertical;
}

:focus-visible {
  outline: 3px solid rgba(201, 154, 69, 0.45);
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .site-header {
    grid-template-columns: auto 1fr auto;
    width: calc(100% - 28px);
    top: 14px;
  }

  .site-header > .button {
    display: none;
  }

  .nav-toggle {
    display: inline-grid;
    place-items: center;
    width: 44px;
    height: 44px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    background: transparent;
    cursor: pointer;
  }

  .nav-toggle span {
    width: 20px;
    height: 2px;
    background: var(--white);
  }

  .nav-toggle span + span {
    margin-top: -12px;
  }

  .nav {
    position: fixed;
    inset: calc(var(--header) + 18px) 14px auto;
    display: none;
    grid-column: 1 / -1;
    padding: 18px;
    background: rgba(16, 16, 15, 0.96);
  }

  .menu-open .nav {
    display: grid;
    gap: 8px;
  }

  .hero {
    min-height: 760px;
    padding-top: 128px;
  }

  .hero-facts,
  .benefits,
  .services,
  .steps ol {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .benefits article:nth-child(2n),
  .hero-facts div:nth-child(2n) {
    border-right: 0;
  }

  .about,
  .process {
    grid-template-columns: 1fr;
  }

  .about {
    width: min(100% - 32px, var(--max));
  }

  .about > *,
  .process > * {
    min-width: 0;
  }

  .process .before-after {
    order: -1;
  }
}

@media (max-width: 640px) {
  :root {
    --header: 64px;
  }

  main > section {
    scroll-margin-top: 96px;
  }

  .site-header {
    padding: 0 12px;
  }

  .brand__mark {
    width: 28px;
    height: 28px;
  }

  .brand__text {
    font-size: 20px;
  }

  .hero {
    min-height: 760px;
    padding: 104px 16px 216px;
  }

  h1 {
    font-size: clamp(30px, 9.2vw, 38px);
    line-height: 1.06;
    margin-bottom: 14px;
  }

  h2 {
    font-size: clamp(32px, 11vw, 44px);
  }

  p {
    font-size: 16px;
  }

  .eyebrow {
    margin-bottom: 14px;
    font-size: 11px;
    line-height: 1.35;
  }

  .hero__content {
    align-self: start;
    padding-top: 10px;
  }

  .hero__lead {
    margin-bottom: 22px;
    font-size: 15px;
    line-height: 1.42;
  }

  .hero__actions,
  .contact__actions {
    display: grid;
  }

  .hero__actions {
    gap: 10px;
  }

  .hero__actions .button {
    width: 100%;
    min-height: 46px;
    padding: 0 18px;
    font-size: 11px;
    white-space: normal;
    text-align: center;
  }

  .hero-facts {
    bottom: 16px;
    width: calc(100% - 28px);
    grid-template-columns: 1fr 1fr;
  }

  .hero-facts div {
    padding: 12px 8px;
  }

  .hero-facts dt {
    margin-bottom: 5px;
    font-size: 17px;
    line-height: 1.05;
    overflow-wrap: anywhere;
  }

  .hero-facts dd {
    font-size: 11px;
    line-height: 1.3;
  }

  .section,
  .gallery .section__intro {
    width: min(100% - 32px, var(--max));
  }

  .section,
  .section--dark,
  .gallery {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section--dark {
    width: 100%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .media-pair {
    gap: 12px;
    align-items: stretch;
  }

  .media-pair img:nth-child(2) {
    margin-top: 0;
  }

  .benefits,
  .services,
  .steps ol,
  .contact dl {
    grid-template-columns: 1fr;
  }

  .benefits article,
  .hero-facts div {
    border-right: 0;
  }

  .services article {
    min-height: auto;
    padding: 24px;
  }

  .services p {
    min-height: 0;
  }

  .gallery__grid {
    grid-template-columns: repeat(6, 74vw);
    align-items: stretch;
  }

  .gallery__grid img.reveal-on-scroll {
    transform: none;
  }

  .steps li {
    min-height: 124px;
  }

  .contact {
    align-items: start;
    min-height: 760px;
    padding: 64px 16px;
  }

  .contact__content {
    padding-top: 72px;
  }

  .contact > .section-label {
    top: 64px;
    left: 16px;
  }

  .booking__form {
    padding: 28px 18px;
  }
}

