:root {
  --ink: #211922;
  --ink-soft: #3d303b;
  --charcoal: #54464f;
  --paper: #fff9fc;
  --paper-blue: #f5fbff;
  --blush: #f8c5d7;
  --blush-soft: #fde9f1;
  --rose: #c45c8e;
  --rose-deep: #8c3d68;
  --blue: #b9def2;
  --blue-deep: #6ca9ca;
  --peach: #d9957e;
  --sage: #8eb3a8;
  --white: #fff;
  --line: rgba(54, 39, 50, .14);
  --shadow: 0 28px 80px rgba(48, 26, 43, .16);
  --ease: cubic-bezier(.22, 1, .36, 1);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  color: var(--ink);
  background: var(--paper);
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
img { display: block; max-width: 100%; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 400;
  line-height: .98;
}
p { color: var(--charcoal); }
::selection { color: var(--ink); background: var(--blue); }

.skip-link {
  position: fixed;
  z-index: 9999;
  top: 1rem;
  left: 1rem;
  padding: .75rem 1rem;
  color: var(--white);
  background: var(--ink);
  transform: translateY(-150%);
}
.skip-link:focus { transform: translateY(0); }
.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 78px;
  padding: .75rem clamp(1.25rem, 4vw, 4.5rem);
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  transition: background .35s ease, box-shadow .35s ease;
}
.site-header.scrolled {
  background: rgba(33, 25, 34, .94);
  box-shadow: 0 12px 35px rgba(15, 10, 15, .15);
  backdrop-filter: blur(18px);
}
.brand { display: flex; align-items: center; gap: .75rem; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; }
.brand strong {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1;
}
.brand small {
  margin-top: .3rem;
  color: rgba(255, 255, 255, .55);
  font-size: .48rem;
  letter-spacing: .22em;
  text-transform: uppercase;
}
.site-nav { display: flex; align-items: center; gap: clamp(1rem, 2.2vw, 2.3rem); }
.site-nav a {
  color: rgba(255, 255, 255, .72);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  transition: color .25s ease;
}
.site-nav a:hover, .site-nav a:focus-visible { color: var(--blush); }
.site-nav .nav-cta {
  padding: .75rem 1.1rem;
  color: var(--ink);
  background: var(--blush);
  border: 1px solid var(--blush);
}
.site-nav .nav-cta:hover { color: var(--ink); background: var(--blue); border-color: var(--blue); }
.menu-toggle { display: none; width: 42px; height: 42px; padding: 0; border: 0; background: transparent; }
.menu-toggle span { display: block; width: 24px; height: 1px; margin: 7px auto; background: var(--white); }

.hero {
  position: relative;
  min-height: 100svh;
  overflow: hidden;
  color: var(--white);
  background:
    radial-gradient(circle at 72% 35%, rgba(196, 92, 142, .15), transparent 27%),
    linear-gradient(135deg, #191319 0%, var(--ink) 55%, #2b1d29 100%);
}
.depth-scene {
  --mx: 0;
  --my: 0;
  position: absolute;
  inset: 0;
  overflow: hidden;
  perspective: 1100px;
  transform-style: preserve-3d;
  pointer-events: none;
}
.depth-orb, .depth-ring, .depth-plane { position: absolute; display: block; will-change: transform; }
.depth-orb { border-radius: 50%; filter: blur(3px); opacity: .58; }
.orb-pink {
  top: 4%;
  right: 8%;
  width: min(44vw, 650px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 32% 28%, rgba(255,255,255,.66), var(--blush) 25%, rgba(196,92,142,.24) 66%, transparent 70%);
  transform: translate3d(calc(var(--mx) * 12px), calc(var(--my) * 8px), -120px);
  animation: depthFloat 12s ease-in-out infinite alternate;
}
.orb-blue {
  left: -8%;
  bottom: -30%;
  width: min(48vw, 700px);
  aspect-ratio: 1;
  background: radial-gradient(circle at 55% 45%, rgba(185,222,242,.46), rgba(108,169,202,.08) 58%, transparent 70%);
  transform: translate3d(calc(var(--mx) * -9px), calc(var(--my) * -6px), -240px);
}
.orb-rose {
  top: 57%;
  right: 38%;
  width: 180px;
  aspect-ratio: 1;
  background: radial-gradient(circle at 40% 35%, rgba(255,255,255,.36), rgba(217,149,126,.28) 45%, transparent 72%);
  transform: translate3d(calc(var(--mx) * 18px), calc(var(--my) * 12px), 30px);
}
.depth-ring {
  border: 1px solid rgba(248, 197, 215, .28);
  border-radius: 50%;
  box-shadow: inset 0 0 45px rgba(185, 222, 242, .07), 0 0 42px rgba(196, 92, 142, .08);
}
.ring-one {
  top: -18%;
  right: -5%;
  width: min(72vw, 1050px);
  aspect-ratio: 1;
  transform: translate3d(calc(var(--mx) * 22px), calc(var(--my) * 13px), -40px) rotateX(64deg) rotateZ(-18deg);
}
.ring-two {
  bottom: -36%;
  left: 13%;
  width: min(62vw, 900px);
  aspect-ratio: 1;
  border-color: rgba(185, 222, 242, .18);
  transform: translate3d(calc(var(--mx) * -17px), calc(var(--my) * -11px), -180px) rotateX(68deg) rotateZ(12deg);
}
.depth-plane {
  width: 44vw;
  height: 44vw;
  min-width: 500px;
  min-height: 500px;
  border: 1px solid rgba(255,255,255,.055);
  background: linear-gradient(145deg, rgba(255,255,255,.025), transparent 52%);
}
.plane-one {
  top: 5%;
  left: 46%;
  transform: translate3d(calc(var(--mx) * 8px), calc(var(--my) * 6px), -300px) rotate(21deg);
}
.plane-two {
  top: 26%;
  left: 51%;
  border-color: rgba(248,197,215,.08);
  transform: translate3d(calc(var(--mx) * 14px), calc(var(--my) * 10px), -100px) rotate(36deg);
}
@keyframes depthFloat {
  from { margin-top: -10px; }
  to { margin-top: 18px; }
}
.hero-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, .88fr) minmax(420px, 1.12fr);
  gap: clamp(3rem, 7vw, 8rem);
  align-items: center;
  width: min(1500px, 100%);
  min-height: 100svh;
  margin: 0 auto;
  padding: 9.5rem clamp(1.5rem, 6vw, 7rem) 5rem;
}
.hero-copy { max-width: 690px; }
.eyebrow, .section-label {
  margin-bottom: 1.3rem;
  color: var(--blue);
  font-size: .62rem;
  font-weight: 600;
  letter-spacing: .28em;
  text-transform: uppercase;
}
.hero h1 {
  margin-bottom: 1.8rem;
  font-size: clamp(4.5rem, 7.6vw, 8rem);
  letter-spacing: -.045em;
  line-height: .83;
}
.hero h1 em { color: var(--blush); font-weight: 400; }
.hero-lede {
  max-width: 620px;
  margin-bottom: 2rem;
  color: rgba(255,255,255,.64);
  font-size: 1rem;
  line-height: 1.9;
}
.hero-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: .82rem 1.4rem;
  border: 1px solid transparent;
  border-radius: 0;
  font-size: .61rem;
  font-weight: 600;
  letter-spacing: .16em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s var(--ease), background .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); }
.button-primary { color: var(--ink); background: var(--blush); border-color: var(--blush); }
.button-primary:hover { background: var(--blue); border-color: var(--blue); }
.button-secondary { color: var(--white); background: transparent; border-color: rgba(255,255,255,.28); }
.button-secondary:hover { border-color: var(--blue); }
.button-secondary.dark { color: var(--ink); border-color: rgba(33,25,34,.32); }
.button-secondary.dark:hover { border-color: var(--rose); }
.hero-proof {
  display: flex;
  flex-wrap: wrap;
  gap: 0;
  margin-top: 2.2rem;
  color: rgba(255,255,255,.45);
  font-size: .56rem;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.hero-proof span { display: flex; align-items: center; }
.hero-proof span:not(:last-child)::after { content: ""; width: 1px; height: 17px; margin: 0 .9rem; background: rgba(255,255,255,.16); }
.hero-proof strong { margin-right: .4rem; color: var(--blue); font-weight: 600; }
.hero-visual { position: relative; min-height: 700px; }
.visual-halo {
  position: absolute;
  inset: 6% -3% 10% 9%;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(248,197,215,.25), rgba(185,222,242,.08) 49%, transparent 70%);
  filter: blur(12px);
}
.hero-image {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  width: 76%;
  height: 88%;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(248,197,215,.42);
  box-shadow: var(--shadow);
  transform: translate3d(0, calc(var(--hero-scroll, 0) * -18px), 0);
}
.hero-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(20,13,19,.45), transparent 40%);
  pointer-events: none;
}
.hero-image img, .hero-image-small img { width: 100%; height: 100%; object-fit: cover; }
.hero-image img { object-position: 50% center; filter: saturate(.9) contrast(1.02); }
.hero-image-small {
  position: absolute;
  z-index: 5;
  left: 0;
  bottom: 0;
  width: 39%;
  height: 44%;
  margin: 0;
  padding: .5rem;
  overflow: hidden;
  background: var(--ink);
  border: 1px solid rgba(185,222,242,.54);
  box-shadow: 0 28px 65px rgba(11,8,11,.4);
  transform: translate3d(calc(var(--mx, 0) * -6px), calc(var(--my, 0) * -4px), 40px);
}
.hero-image-small img { filter: saturate(.9); }
.visual-signature {
  position: absolute;
  z-index: 6;
  top: 4%;
  left: 20%;
  display: grid;
  place-items: center;
  width: 118px;
  height: 118px;
  overflow: hidden;
  border-radius: 50%;
  background: rgba(255,249,252,.96);
  box-shadow: 0 18px 45px rgba(20,12,18,.24);
}
.visual-signature img { width: 100px; height: 100px; object-fit: contain; }
.visual-note {
  position: absolute;
  z-index: 4;
  right: -1rem;
  bottom: 3%;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255,255,255,.5);
  font-size: .5rem;
  letter-spacing: .18em;
  text-transform: uppercase;
  writing-mode: vertical-rl;
}
.visual-note strong { color: var(--blush); font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 400; }

.trust-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(1rem, 3vw, 3rem);
  min-height: 58px;
  padding: 1rem 1.5rem;
  overflow: hidden;
  color: var(--ink-soft);
  background: var(--blue);
  font-size: .56rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
  white-space: nowrap;
}
.trust-strip i { width: 5px; height: 5px; border-radius: 50%; background: var(--rose); }

.section { padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 6vw, 7rem); }
.section > * { width: min(1380px, 100%); margin-left: auto; margin-right: auto; }
.section-label { color: var(--rose-deep); }
.section h2 {
  margin-bottom: 0;
  color: var(--ink);
  font-size: clamp(3.1rem, 5.6vw, 6rem);
  letter-spacing: -.035em;
}
.section-heading {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(280px, .75fr);
  gap: 3rem;
  align-items: end;
  margin-bottom: 4rem;
}
.section-heading > p { max-width: 520px; margin: 0 0 .4rem auto; line-height: 1.85; }
.intro { background: var(--paper); }
.intro-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); }
.intro-grid h2 { max-width: 760px; }
.intro-copy { max-width: 630px; padding-top: .35rem; }
.intro-copy p { margin-bottom: 1.35rem; line-height: 1.95; }
.text-link {
  display: inline-flex;
  gap: .75rem;
  align-items: center;
  padding-bottom: .25rem;
  color: var(--ink);
  border-bottom: 1px solid var(--rose);
  font-size: .66rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
}
.text-link span { color: var(--rose); font-size: 1rem; }

.services-section { background: var(--blush-soft); }
.service-grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1rem; }
.service-card {
  position: relative;
  grid-column: span 2;
  min-height: 520px;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 3; min-height: 430px; }
.service-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(24,16,22,.94), rgba(24,16,22,.08) 63%);
  transition: background .45s ease;
}
.service-card:hover::after { background: linear-gradient(to top, rgba(24,16,22,.9), rgba(24,16,22,.02) 70%); }
.service-card img { width: 100%; height: 100%; object-fit: cover; transition: transform 1s var(--ease); }
.service-card:hover img { transform: scale(1.035); }
.service-card > div {
  position: absolute;
  z-index: 2;
  left: 1.5rem;
  right: 1.5rem;
  bottom: 1.6rem;
}
.service-card p {
  margin-bottom: .35rem;
  color: var(--blue);
  font-size: .53rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.service-card h3 { margin-bottom: .7rem; color: var(--white); font-size: 2.3rem; }
.service-card > div > span { color: rgba(255,255,255,.6); font-size: .76rem; line-height: 1.55; }
.service-number {
  position: absolute;
  z-index: 3;
  top: 1.2rem;
  right: 1.3rem;
  color: rgba(255,255,255,.7);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.4rem;
}

.project-section { background: var(--paper); }
.project-list { display: grid; gap: 7rem; }
.project { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.project-reverse .project-photo { order: 2; }
.project-photo { position: relative; min-height: 610px; overflow: hidden; background: var(--blush-soft); }
.project-photo::before {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 1rem;
  border: 1px solid rgba(255,255,255,.55);
  pointer-events: none;
}
.project-photo img { width: 100%; height: 100%; min-height: 610px; object-fit: cover; }
.project-copy > span {
  display: block;
  margin-bottom: 1rem;
  color: var(--rose-deep);
  font-size: .57rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.project-copy h3 { margin-bottom: 1.5rem; font-size: clamp(2.7rem, 4.4vw, 4.8rem); letter-spacing: -.025em; }
.project-copy p { margin-bottom: 2rem; max-width: 560px; line-height: 1.9; }
.project-copy dl { margin: 0; border-top: 1px solid var(--line); }
.project-copy dl div { display: grid; grid-template-columns: 130px 1fr; gap: 1rem; padding: 1rem 0; border-bottom: 1px solid var(--line); }
.project-copy dt { color: var(--charcoal); font-size: .56rem; letter-spacing: .14em; text-transform: uppercase; }
.project-copy dd { margin: 0; color: var(--ink); font-family: "Cormorant Garamond", serif; font-size: 1.15rem; }

.process-section {
  display: grid;
  grid-template-columns: .8fr 1.2fr;
  gap: clamp(4rem, 10vw, 10rem);
  color: var(--white);
  background: var(--ink);
}
.process-section h2 { color: var(--white); }
.process-intro { position: sticky; top: 130px; align-self: start; }
.process-intro > p:last-child { max-width: 530px; margin-top: 1.5rem; color: rgba(255,255,255,.55); line-height: 1.9; }
.process-list { margin: 0; padding: 0; list-style: none; }
.process-list li {
  display: grid;
  grid-template-columns: 80px 1fr;
  gap: 1.5rem;
  padding: 2rem 0 2.4rem;
  border-top: 1px solid rgba(255,255,255,.14);
}
.process-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.process-list > li > span { color: var(--blue); font-family: "Cormorant Garamond", serif; font-size: 2.2rem; }
.process-list h3 { margin-bottom: .7rem; color: var(--blush); font-size: 2rem; }
.process-list p { max-width: 560px; margin-bottom: 0; color: rgba(255,255,255,.55); }

.gallery-section { background: var(--paper-blue); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 260px; gap: .8rem; }
.gallery-item { padding: 0; overflow: hidden; border: 0; background: var(--blush-soft); cursor: zoom-in; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .7s var(--ease); }
.gallery-item:hover img { transform: scale(1.035); }
.gallery-tall { grid-row: span 2; }
.gallery-wide { grid-column: span 2; }

.reputation {
  display: grid;
  grid-template-columns: .75fr 1.25fr;
  gap: clamp(4rem, 10vw, 11rem);
  align-items: center;
  background: var(--blush);
}
.rating-mark {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 390px;
  border: 1px solid rgba(33,25,34,.2);
  border-radius: 50%;
}
.rating-mark strong { font-family: "Cormorant Garamond", serif; font-size: clamp(5rem, 10vw, 9rem); font-weight: 400; line-height: .8; }
.rating-mark span { margin: 1.2rem 0 .65rem; color: var(--rose-deep); letter-spacing: .28em; }
.rating-mark small { color: var(--ink-soft); font-size: .56rem; letter-spacing: .16em; text-transform: uppercase; }
.reputation-copy { max-width: 700px; }
.reputation-copy h2 { margin-bottom: 1.5rem; }
.reputation-copy > p:not(.section-label) { max-width: 600px; margin-bottom: 2rem; line-height: 1.9; }

.areas-section { background: var(--paper); }
.area-list { display: flex; flex-wrap: wrap; gap: .7rem; }
.area-list span { padding: .8rem 1.05rem; border: 1px solid var(--line); color: var(--ink-soft); font-size: .66rem; letter-spacing: .1em; text-transform: uppercase; }
.area-list span:nth-child(3n+1) { background: var(--blush-soft); }
.area-list span:nth-child(3n+2) { background: var(--paper-blue); }

.faq-section {
  display: grid;
  grid-template-columns: .82fr 1.18fr;
  gap: clamp(4rem, 10vw, 10rem);
  background: var(--paper-blue);
}
.faq-intro > p:last-child { max-width: 480px; margin-top: 1.5rem; line-height: 1.85; }
.faq-list details { border-top: 1px solid var(--line); }
.faq-list details:last-child { border-bottom: 1px solid var(--line); }
.faq-list summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding: 1.5rem 0;
  color: var(--ink);
  font-family: "Cormorant Garamond", serif;
  font-size: 1.55rem;
  line-height: 1.25;
  cursor: pointer;
  list-style: none;
}
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--rose); font-family: "Montserrat", sans-serif; font-size: 1.3rem; font-weight: 400; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 720px; padding: 0 2.5rem 1.5rem 0; line-height: 1.85; }

.contact-section {
  display: grid;
  grid-template-columns: .78fr 1.22fr;
  gap: clamp(3rem, 8vw, 8rem);
  padding: clamp(6rem, 10vw, 10rem) clamp(1.5rem, 6vw, 7rem);
  color: var(--white);
  background:
    radial-gradient(circle at 8% 90%, rgba(185,222,242,.16), transparent 27%),
    linear-gradient(135deg, var(--ink), #2d1d2b);
}
.contact-copy { max-width: 600px; }
.contact-copy h2 { margin-bottom: 1.5rem; color: var(--white); font-size: clamp(3.4rem, 5.8vw, 6rem); }
.contact-copy > p:not(.section-label) { color: rgba(255,255,255,.58); line-height: 1.9; }
.contact-links { margin-top: 2.5rem; border-top: 1px solid rgba(255,255,255,.14); }
.contact-links a { display: block; padding: 1rem 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.contact-links small { display: block; color: var(--blue); font-size: .51rem; letter-spacing: .18em; text-transform: uppercase; }
.contact-links strong { display: block; margin-top: .2rem; color: rgba(255,255,255,.82); font-family: "Cormorant Garamond", serif; font-size: 1.25rem; font-weight: 400; }
.proposal-form { padding: clamp(1.5rem, 4vw, 3.2rem); background: var(--paper); color: var(--ink); box-shadow: 0 30px 80px rgba(10,7,10,.22); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem 1rem; }
.field { display: flex; flex-direction: column; gap: .5rem; }
.field-full { grid-column: 1 / -1; }
.field > span { color: var(--ink-soft); font-size: .55rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
.field > span b { color: var(--rose-deep); }
.field > span em { margin-left: .35rem; color: var(--charcoal); font-size: .5rem; font-style: normal; font-weight: 400; letter-spacing: .08em; }
.field input, .field select, .field textarea {
  width: 100%;
  min-height: 48px;
  padding: .78rem .85rem;
  color: var(--ink);
  background: var(--white);
  border: 1px solid rgba(33,25,34,.18);
  border-radius: 0;
  outline: none;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.field textarea { resize: vertical; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--rose); box-shadow: 0 0 0 3px rgba(196,92,142,.1); }
.field input[aria-invalid="true"] { border-color: #a33252; }
.field-error { min-height: 1em; color: #a33252; font-size: .7rem; }
.form-submit { width: 100%; margin-top: 1.4rem; border: 0; }
.form-submit span { margin-left: .7rem; }
.form-note { margin: .8rem 0 0; color: var(--charcoal); font-size: .7rem; text-align: center; }

.site-footer {
  position: relative;
  display: grid;
  grid-template-columns: 1.4fr repeat(3, .7fr);
  gap: 3rem;
  padding: 5rem clamp(1.5rem, 6vw, 7rem) 6.5rem;
  color: var(--white);
  background: #151015;
}
.footer-brand img { width: 105px; height: 105px; object-fit: contain; }
.footer-brand p { max-width: 330px; color: rgba(255,255,255,.48); font-size: .8rem; }
.site-footer h2 { margin-bottom: 1rem; color: var(--blush); font-family: "Montserrat", sans-serif; font-size: .55rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
.site-footer > div:not(.footer-brand) { display: flex; flex-direction: column; align-items: flex-start; gap: .55rem; }
.site-footer a { color: rgba(255,255,255,.56); font-size: .74rem; }
.site-footer a:hover { color: var(--blue); }
.copyright { position: absolute; left: clamp(1.5rem, 6vw, 7rem); bottom: 1.8rem; margin: 0; color: rgba(255,255,255,.28); font-size: .55rem; letter-spacing: .1em; text-transform: uppercase; }

.lightbox {
  position: fixed;
  width: min(900px, calc(100% - 2rem));
  max-width: 900px;
  padding: 0;
  overflow: visible;
  border: 0;
  background: transparent;
}
.lightbox::backdrop { background: rgba(18,12,17,.88); backdrop-filter: blur(10px); }
.lightbox img { width: 100%; max-height: 84vh; object-fit: contain; }
.lightbox button { position: absolute; top: -44px; right: 0; width: 38px; height: 38px; color: var(--white); border: 1px solid rgba(255,255,255,.4); background: transparent; font-size: 1.5rem; cursor: pointer; }

.reveal { opacity: 1; transform: none; }
.js .reveal { opacity: 0; transform: translateY(28px); transition: opacity .8s var(--ease), transform .8s var(--ease); }
.js .reveal.visible { opacity: 1; transform: translateY(0); }
.delay-1 { transition-delay: .12s; }
.delay-2 { transition-delay: .22s; }

/* Detail pages */
.detail-hero {
  position: relative;
  display: grid;
  grid-template-columns: .95fr 1.05fr;
  gap: clamp(3rem, 8vw, 8rem);
  align-items: center;
  min-height: 88svh;
  padding: 9rem clamp(1.5rem, 6vw, 7rem) 5rem;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}
.detail-hero::before {
  content: "";
  position: absolute;
  width: 720px;
  height: 720px;
  right: -220px;
  top: -240px;
  border: 1px solid rgba(248,197,215,.22);
  border-radius: 50%;
  transform: rotateX(66deg);
  box-shadow: 0 0 120px rgba(196,92,142,.12);
}
.detail-copy, .detail-media { position: relative; z-index: 2; }
.breadcrumbs { margin-bottom: 1.5rem; color: rgba(255,255,255,.45); font-size: .55rem; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumbs a { color: var(--blue); }
.detail-hero h1 { margin-bottom: 1.4rem; font-size: clamp(4rem, 7vw, 7.2rem); letter-spacing: -.04em; }
.detail-hero h1 em { color: var(--blush); font-weight: 400; }
.detail-hero p { max-width: 630px; color: rgba(255,255,255,.6); line-height: 1.9; }
.detail-media { height: min(68vh, 720px); }
.detail-media img { width: 100%; height: 100%; object-fit: cover; border: 1px solid rgba(248,197,215,.36); }
.detail-overview { display: grid; grid-template-columns: .8fr 1.2fr; gap: clamp(3rem, 9vw, 9rem); }
.detail-overview h2, .content-section h2 { font-size: clamp(3rem, 5vw, 5rem); }
.detail-overview .rich-copy p { line-height: 1.95; }
.detail-overview ul, .content-section ul { padding-left: 1.1rem; color: var(--charcoal); line-height: 2; }
.content-section { background: var(--blush-soft); }
.content-columns { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(3rem, 8vw, 8rem); }
.content-card { padding: 2rem; background: rgba(255,255,255,.7); border: 1px solid rgba(33,25,34,.1); }
.content-card h3 { font-size: 2rem; }
.service-gallery { display: grid; grid-template-columns: 1.2fr .8fr .8fr; gap: .8rem; }
.service-gallery img { width: 100%; height: 420px; object-fit: cover; }
.detail-cta {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 2rem;
  align-items: center;
  padding: 4rem clamp(1.5rem, 6vw, 7rem);
  color: var(--white);
  background: var(--rose-deep);
}
.detail-cta h2 { margin: 0; color: var(--white); font-size: clamp(2.7rem, 5vw, 4.8rem); }

@media (max-width: 1100px) {
  .site-nav { gap: 1rem; }
  .site-nav a { font-size: .56rem; }
  .hero-grid { grid-template-columns: .9fr 1.1fr; gap: 3rem; padding-left: 3rem; padding-right: 3rem; }
  .hero-visual { min-height: 600px; }
  .service-card { grid-column: span 3; }
  .service-card:nth-child(5) { grid-column: span 6; }
}

@media (max-width: 900px) {
  .site-header { min-height: 70px; padding: .65rem 1.25rem; }
  .menu-toggle { position: relative; z-index: 3; display: block; }
  .site-nav {
    position: fixed;
    inset: 0;
    z-index: 2;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.3rem;
    padding: 6rem 2rem;
    background: rgba(33,25,34,.98);
    transform: translateX(100%);
    transition: transform .45s var(--ease);
  }
  .site-nav.open { transform: translateX(0); }
  .site-nav a { font-family: "Cormorant Garamond", serif; font-size: 2rem; font-weight: 400; letter-spacing: 0; text-transform: none; }
  .site-nav .nav-cta { font-family: "Montserrat", sans-serif; font-size: .62rem; letter-spacing: .15em; text-transform: uppercase; }
  .hero-grid { grid-template-columns: 1fr; min-height: auto; padding: 8.5rem 2rem 4rem; }
  .hero-copy { max-width: 760px; }
  .hero-visual { width: min(680px, 100%); min-height: 640px; margin: 0 auto; }
  .trust-strip { justify-content: flex-start; overflow-x: auto; }
  .intro-grid, .section-heading, .process-section, .faq-section, .reputation, .contact-section, .detail-overview, .content-columns { grid-template-columns: 1fr; }
  .section-heading > p { margin-left: 0; }
  .project { gap: 3rem; }
  .project-photo, .project-photo img { min-height: 500px; }
  .process-intro { position: static; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .rating-mark { width: min(430px, 90vw); margin: 0 auto; }
  .site-footer { grid-template-columns: 1.2fr 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .detail-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 8.5rem; }
  .detail-media { height: 620px; }
}

@media (max-width: 720px) {
  .brand strong { font-size: 1.05rem; }
  .brand small { font-size: .42rem; }
  .hero-grid { padding-left: 1.25rem; padding-right: 1.25rem; gap: 3rem; }
  .hero h1 { font-size: clamp(3.7rem, 17vw, 5.4rem); }
  .hero-visual { min-height: 540px; }
  .hero-image { width: 86%; height: 88%; }
  .hero-image-small { width: 40%; height: 38%; }
  .visual-signature { left: 8%; width: 88px; height: 88px; }
  .visual-signature img { width: 76px; height: 76px; }
  .visual-note { display: none; }
  .orb-pink { width: 110vw; right: -46%; }
  .ring-one { width: 145vw; right: -65%; }
  .section { padding: 6rem 1.25rem; }
  .section h2 { font-size: clamp(3rem, 14vw, 4.4rem); }
  .section-heading { gap: 1.5rem; margin-bottom: 2.7rem; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card, .service-card:nth-child(4), .service-card:nth-child(5) { grid-column: span 1; min-height: 430px; }
  .project-list { gap: 5rem; }
  .project, .project-reverse { grid-template-columns: 1fr; gap: 2rem; }
  .project-reverse .project-photo { order: 0; }
  .project-photo, .project-photo img { min-height: 430px; }
  .project-copy h3 { font-size: 2.8rem; }
  .process-section { padding: 6rem 1.25rem; }
  .process-list li { grid-template-columns: 55px 1fr; }
  .gallery-grid { grid-auto-rows: 210px; }
  .gallery-wide { grid-column: span 2; }
  .reputation { padding: 6rem 1.25rem; }
  .rating-mark { min-height: 330px; }
  .faq-section { padding: 6rem 1.25rem; }
  .contact-section { padding: 6rem 1.25rem; }
  .form-grid { grid-template-columns: 1fr; }
  .field-full { grid-column: auto; }
  .site-footer { grid-template-columns: 1fr 1fr; padding: 4rem 1.25rem 7rem; }
  .footer-brand { grid-column: 1 / -1; }
  .copyright { left: 1.25rem; }
  .detail-hero { padding: 8rem 1.25rem 3rem; }
  .detail-hero h1 { font-size: 4rem; }
  .detail-media { height: 480px; }
  .service-gallery { grid-template-columns: 1fr 1fr; }
  .service-gallery img { height: 300px; }
  .service-gallery img:first-child { grid-column: 1 / -1; }
  .detail-cta { grid-template-columns: 1fr; padding: 3.5rem 1.25rem; }
}

@media (max-width: 480px) {
  .hero-actions { flex-direction: column; }
  .hero-actions .button { width: 100%; }
  .hero-proof { row-gap: .6rem; }
  .hero-proof span:not(:last-child)::after { margin: 0 .55rem; }
  .hero-visual { min-height: 430px; }
  .hero-image-small { width: 43%; height: 38%; }
  .project-photo, .project-photo img { min-height: 360px; }
  .project-copy dl div { grid-template-columns: 1fr; gap: .15rem; }
  .gallery-grid { grid-template-columns: 1fr; grid-auto-rows: 320px; }
  .gallery-tall, .gallery-wide { grid-row: span 1; grid-column: span 1; }
  .site-footer { grid-template-columns: 1fr; }
  .service-gallery { grid-template-columns: 1fr; }
  .service-gallery img, .service-gallery img:first-child { grid-column: auto; height: 330px; }
}

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