:root {
  --ink: #171513;
  --soft-ink: #534b45;
  --ivory: #fffdf8;
  --porcelain: #f8f3ea;
  --champagne: #eee3d2;
  --taupe: #b6a795;
  --rose: #d8b8af;
  --plum: #4a343b;
  --gold: #a9822f;
  --line: rgba(23, 21, 19, .12);
  --shadow: 0 24px 60px rgba(37, 29, 21, .12);
  --radius: 8px;
  --container: min(1160px, calc(100vw - 40px));
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--ivory);
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
}

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

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

p {
  color: var(--soft-ink);
  margin: 0 0 1rem;
}

h1,
.hero-title,
h2,
h3 {
  margin: 0;
  font-weight: 400;
  line-height: 1;
}

h1,
.hero-title,
h2 {
  font-family: Italiana, Georgia, serif;
}

h1,
.hero-title {
  max-width: 820px;
  font-size: clamp(3.6rem, 9vw, 8.6rem);
}

.sub-hero-title-compact {
  max-width: 840px;
  font-size: clamp(2.35rem, 5vw, 4.6rem);
}

h2 {
  font-size: clamp(2.4rem, 5vw, 4.6rem);
}

h3 {
  font-size: 1rem;
  font-weight: 650;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.skip-link {
  position: fixed;
  top: 10px;
  left: 10px;
  z-index: 100;
  transform: translateY(-160%);
  background: var(--ink);
  color: var(--ivory);
  padding: .7rem 1rem;
}

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

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(255, 253, 248, .9);
  border-bottom: 1px solid var(--line);
  backdrop-filter: blur(18px);
}

.header-inner {
  width: var(--container);
  min-height: 84px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: 24px;
  align-items: center;
}

.brand img {
  width: 176px;
  aspect-ratio: 900 / 390;
  object-fit: contain;
}

.site-nav {
  justify-self: center;
  display: flex;
  gap: clamp(18px, 4vw, 42px);
  align-items: center;
  color: var(--soft-ink);
  font-size: .78rem;
  font-weight: 700;
  letter-spacing: .14em;
  text-transform: uppercase;
}

.site-nav a {
  position: relative;
  padding: 8px 0;
}

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

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

.header-cta,
.button,
.button-light {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--ink);
  border-radius: 999px;
  padding: .85rem 1.25rem;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  line-height: 1.1;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease, border-color .2s ease;
}

.header-cta,
.button {
  background: var(--ink);
  color: var(--ivory);
}

.button-light {
  background: rgba(255, 253, 248, .84);
  color: var(--ink);
}

.header-cta:hover,
.button:hover,
.button-light:hover {
  transform: translateY(-2px);
}

.menu-toggle {
  display: none;
}

.hero {
  min-height: calc(100svh - 140px);
  display: grid;
  align-items: end;
  background:
    linear-gradient(90deg, rgba(15, 13, 12, .74), rgba(15, 13, 12, .42) 46%, rgba(15, 13, 12, .06)),
    url("../img/gallery-blonde-clean.jpeg") center 42% / cover no-repeat;
  color: var(--ivory);
}

.hero-content {
  width: var(--container);
  margin: 0 auto;
  padding: clamp(80px, 13vh, 150px) 0 clamp(54px, 8vh, 90px);
}

.eyebrow {
  display: inline-flex;
  gap: 12px;
  align-items: center;
  margin-bottom: 18px;
  color: rgba(255, 253, 248, .86);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 44px;
  height: 1px;
  content: "";
  background: var(--gold);
}

.hero p {
  max-width: 630px;
  margin: 24px 0 0;
  color: rgba(255, 253, 248, .84);
  font-size: clamp(1.05rem, 2vw, 1.25rem);
}

.hero-actions,
.section-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 32px;
}

.section {
  padding: clamp(72px, 10vw, 120px) 0;
}

.seo-intro {
  padding: clamp(58px, 8vw, 92px) 0;
  background: var(--ivory);
  border-bottom: 1px solid var(--line);
}

.seo-intro h1 {
  max-width: 980px;
  font-size: clamp(2.7rem, 6vw, 5.4rem);
}

.seo-intro .lead {
  max-width: 790px;
  margin-top: 22px;
}

.section-soft {
  background: var(--porcelain);
}

.section-marble {
  position: relative;
  overflow: hidden;
  background: var(--champagne);
}

.section-marble::before {
  position: absolute;
  inset: 0;
  content: "";
  background: url("../img/marble.png") center / cover no-repeat;
  opacity: .34;
}

.section > *,
.section-marble > * {
  position: relative;
}

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

.section-heading {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .62fr);
  gap: clamp(28px, 6vw, 80px);
  align-items: end;
  margin-bottom: clamp(34px, 6vw, 64px);
}

.kicker {
  display: block;
  margin-bottom: 13px;
  color: var(--gold);
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .18em;
  text-transform: uppercase;
}

.intro-grid {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(300px, .68fr);
  gap: clamp(30px, 7vw, 88px);
  align-items: center;
}

.intro-copy {
  max-width: 690px;
}

.lead {
  color: var(--ink);
  font-size: clamp(1.2rem, 2vw, 1.48rem);
  line-height: 1.58;
}

.signature {
  display: block;
  margin-top: 28px;
  color: var(--gold);
  font-family: Allura, "Segoe Script", cursive;
  font-size: 3.3rem;
  line-height: .9;
}

.image-stack {
  position: relative;
  min-height: 560px;
}

.image-stack img {
  position: absolute;
  object-fit: cover;
  box-shadow: var(--shadow);
}

.image-stack .image-main {
  right: 0;
  bottom: 0;
  width: 76%;
  height: 78%;
}

.image-stack .image-small {
  top: 0;
  left: 0;
  width: 52%;
  height: 48%;
  border: 12px solid var(--ivory);
}

.stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  margin-top: 34px;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--line);
}

.stat {
  min-height: 104px;
  padding: 22px;
  background: var(--ivory);
}

.stat strong {
  display: block;
  color: var(--plum);
  font-family: Italiana, Georgia, serif;
  font-size: 2.25rem;
  line-height: 1;
}

.stat span {
  color: var(--soft-ink);
  font-size: .82rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.service-card {
  min-height: 310px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 253, 248, .82);
  transition: transform .2s ease, box-shadow .2s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--shadow);
}

.service-number {
  color: var(--gold);
  font-family: Italiana, Georgia, serif;
  font-size: 2.3rem;
}

.service-card p {
  margin: 16px 0 0;
}

.gallery-grid {
  display: grid;
  grid-template-columns: 1.15fr .85fr 1fr;
  grid-auto-rows: 220px;
  gap: 14px;
}

.gallery-item {
  position: relative;
  overflow: hidden;
  border-radius: var(--radius);
  background: var(--champagne);
}

.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .35s ease;
}

.gallery-item:hover img {
  transform: scale(1.04);
}

.gallery-item.tall {
  grid-row: span 2;
}

.gallery-item.wide {
  grid-column: span 2;
}

.gallery-caption {
  position: absolute;
  right: 14px;
  bottom: 14px;
  left: 14px;
  padding: 12px 14px;
  background: rgba(255, 253, 248, .86);
  color: var(--ink);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.price-preview {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(320px, .55fr);
  gap: clamp(30px, 6vw, 72px);
  align-items: center;
}

.price-list {
  border: 1px solid rgba(169, 130, 47, .34);
  border-radius: var(--radius);
  background: rgba(255, 253, 248, .8);
  box-shadow: var(--shadow);
}

.price-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 18px;
  padding: 20px 24px;
  border-bottom: 1px solid var(--line);
}

.price-row:last-child {
  border-bottom: 0;
}

.price-row span {
  color: var(--soft-ink);
}

.price-row strong {
  color: var(--ink);
}

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

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

.faq-item {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 28px;
  background: rgba(255, 253, 248, .86);
}

.faq-item p {
  margin-top: 14px;
}

.process-step {
  border-top: 1px solid var(--line);
  padding-top: 28px;
}

.process-step span {
  display: block;
  margin-bottom: 12px;
  color: var(--gold);
  font-family: Italiana, Georgia, serif;
  font-size: 2rem;
}

.cta-band {
  padding: clamp(70px, 10vw, 110px) 0;
  background:
    linear-gradient(90deg, rgba(23, 21, 19, .84), rgba(74, 52, 59, .68)),
    url("../img/gallery-copper-length.jpeg") center / cover no-repeat;
  color: var(--ivory);
}

.cta-band p {
  max-width: 680px;
  color: rgba(255, 253, 248, .84);
}

.sub-hero {
  padding: clamp(74px, 12vw, 128px) 0 clamp(52px, 8vw, 86px);
  background:
    linear-gradient(135deg, rgba(255, 253, 248, .9), rgba(238, 227, 210, .66)),
    url("../img/marble.png") center / cover no-repeat;
}

.sub-hero .container {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(280px, .46fr);
  gap: clamp(28px, 7vw, 84px);
  align-items: end;
}

.sub-hero p {
  max-width: 550px;
}

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

.detail-panel {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: clamp(26px, 4vw, 38px);
  background: var(--ivory);
}

.detail-panel p:last-child {
  margin-bottom: 0;
}

.price-table {
  width: 100%;
  border-collapse: collapse;
  overflow: hidden;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ivory);
}

.price-table caption {
  padding: 18px 20px;
  color: var(--gold);
  font-weight: 850;
  letter-spacing: .16em;
  text-align: left;
  text-transform: uppercase;
}

.price-table th,
.price-table td {
  padding: 16px 20px;
  border-top: 1px solid var(--line);
  text-align: left;
}

.price-table th {
  color: var(--soft-ink);
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.price-table td:last-child,
.price-table th:last-child {
  text-align: right;
}

.contact-layout {
  display: grid;
  grid-template-columns: minmax(0, .82fr) minmax(320px, .54fr);
  gap: clamp(30px, 7vw, 84px);
  align-items: start;
}

.contact-methods {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
  margin-top: 34px;
}

.contact-method {
  min-height: 156px;
  display: flex;
  gap: 18px;
  align-items: center;
  border: 1px solid var(--line);
  border-radius: var(--radius);
  padding: 24px;
  background: var(--ivory);
  box-shadow: var(--shadow);
  transition: transform .2s ease, border-color .2s ease;
}

.contact-method:hover {
  transform: translateY(-3px);
  border-color: rgba(169, 130, 47, .42);
}

.contact-icon {
  width: 54px;
  height: 54px;
  flex: 0 0 54px;
  display: grid;
  place-items: center;
  border-radius: 999px;
  background: var(--ink);
  color: var(--ivory);
}

.contact-icon svg {
  width: 26px;
  height: 26px;
  fill: currentColor;
}

.whatsapp-method .contact-icon {
  background: #1f8f5f;
}

.contact-method strong,
.contact-method small {
  display: block;
}

.contact-method strong {
  font-size: 1.04rem;
  letter-spacing: .02em;
}

.contact-method small {
  margin-top: 6px;
  color: var(--soft-ink);
  font-size: .9rem;
}

.contact-note {
  border-left: 2px solid var(--gold);
  padding-left: 20px;
}

.legal-content {
  max-width: 860px;
}

.legal-content h2 {
  margin: 44px 0 16px;
  font-family: Inter, Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.site-footer {
  position: relative;
  overflow: hidden;
  background: #151311;
  color: var(--ivory);
}

.footer-marble {
  position: absolute;
  inset: 0;
  background: url("../img/marble.png") center / cover no-repeat;
  opacity: .08;
}

.footer-inner,
.footer-bottom {
  position: relative;
  width: var(--container);
  margin: 0 auto;
}

.footer-inner {
  display: grid;
  grid-template-columns: 1.2fr .45fr .55fr;
  gap: clamp(28px, 7vw, 90px);
  padding: 60px 0;
}

.footer-brand img {
  width: 190px;
  margin-bottom: 20px;
}

.site-footer p,
.site-footer span {
  color: rgba(255, 253, 248, .68);
}

.site-footer h2 {
  margin-bottom: 18px;
  color: var(--gold);
  font-family: Inter, Arial, sans-serif;
  font-size: .78rem;
  font-weight: 850;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.site-footer a,
.site-footer span {
  display: block;
  margin-bottom: 10px;
  font-size: .94rem;
}

.site-footer .footer-social {
  display: inline-flex;
  width: fit-content;
  align-items: center;
  gap: 10px;
  margin: 4px 0 14px;
  border: 1px solid rgba(255, 253, 248, .16);
  border-radius: 999px;
  padding: 8px 13px 8px 9px;
  background: rgba(255, 253, 248, .06);
  color: var(--ivory);
  font-weight: 700;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}

.site-footer .footer-social:hover {
  transform: translateY(-2px);
  border-color: rgba(255, 253, 248, .3);
  background: rgba(255, 253, 248, .1);
}

.footer-social-icon {
  width: 30px;
  height: 30px;
  display: grid;
  place-items: center;
  margin: 0;
  border-radius: 999px;
  background: #1877f2;
  color: #fff;
}

.footer-social-icon svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  border-top: 1px solid rgba(255, 253, 248, .14);
  padding: 20px 0 28px;
}

.footer-credit {
  color: rgba(255, 253, 248, .68);
  text-decoration: none;
}

.footer-credit:hover,
.footer-credit:focus-visible {
  color: #fffdf8;
  text-decoration: underline;
}

@media (max-width: 980px) {
  :root {
    --container: min(100% - 30px, 760px);
  }

  .header-inner {
    grid-template-columns: auto auto;
    justify-content: space-between;
  }

  .site-nav {
    position: absolute;
    top: 100%;
    right: 15px;
    left: 15px;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    border: 1px solid var(--line);
    border-radius: var(--radius);
    padding: 14px;
    background: var(--ivory);
    box-shadow: var(--shadow);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav a {
    padding: 14px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    display: inline-flex;
    width: 46px;
    height: 46px;
    flex-direction: column;
    gap: 6px;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--line);
    border-radius: 999px;
    background: transparent;
  }

  .menu-toggle span {
    display: block;
    width: 20px;
    height: 1px;
    background: var(--ink);
  }

  .menu-toggle span + span {
    margin-top: 0;
  }

  .section-heading,
  .intro-grid,
  .price-preview,
  .sub-hero .container,
  .contact-layout,
  .footer-inner {
    grid-template-columns: 1fr;
  }

  .services-grid,
  .process-grid,
  .faq-grid,
  .service-detail-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .image-stack {
    min-height: 500px;
  }

  .gallery-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-auto-rows: 260px;
  }

  .gallery-item.wide {
    grid-column: span 1;
  }
}

@media (max-width: 640px) {
  h1,
  .hero-title {
    font-size: clamp(3rem, 18vw, 4.8rem);
  }

  .sub-hero-title-compact {
    font-size: clamp(2.2rem, 10vw, 3.4rem);
  }

  .seo-intro h1 {
    font-size: clamp(2.4rem, 13vw, 4rem);
  }

  .hero {
    min-height: 74svh;
    background-position: center center;
  }

  .hero-content {
    padding-top: 90px;
  }

  .services-grid,
  .process-grid,
  .faq-grid,
  .service-detail-grid,
  .contact-methods,
  .stats,
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  .gallery-grid {
    grid-auto-rows: 360px;
  }

  .gallery-item.tall {
    grid-row: span 1;
  }

  .image-stack {
    min-height: auto;
    display: grid;
    gap: 14px;
  }

  .image-stack img,
  .image-stack .image-main,
  .image-stack .image-small {
    position: static;
    width: 100%;
    height: auto;
    aspect-ratio: 4 / 5;
    border: 0;
  }

  .footer-bottom {
    flex-direction: column;
  }
}
