:root {
  --bg: oklch(0.97 0.012 75);
  --text: oklch(0.24 0.02 55);
  --accent: oklch(0.68 0.13 75);
  --cream: oklch(0.99 0.004 80);
  --dark: oklch(0.18 0.015 55);
  --dark2: oklch(0.16 0.015 55);
  --muted: oklch(0.42 0.02 55);
  --border: oklch(0.85 0.015 70);
  --section-alt: oklch(0.94 0.014 70);
  --footer-bg: oklch(0.2 0.018 55);
  --footer-muted: oklch(0.7 0.015 70);
  --footer-border: oklch(0.32 0.018 55);
  --footer-copyright: oklch(0.6 0.015 70);
  --form-bg: oklch(0.28 0.02 55);
  --social-border: oklch(0.45 0.02 55);
  --pad-x: clamp(20px, 5vw, 72px);
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: 'Work Sans', sans-serif;
  overflow-x: hidden;
}

h1, h2, h3 { font-family: 'Playfair Display', serif; margin: 0; }

a { color: inherit; text-decoration: none; }
input, select, textarea, button { font-family: 'Work Sans', sans-serif; }
::selection { background: oklch(0.56 0.12 40 / 0.25); }
img { max-width: 100%; display: block; }

.accent { color: var(--accent); }

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 18px;
}
.eyebrow--pill {
  font-size: 12.5px;
  letter-spacing: 2px;
  gap: 9px;
  background: oklch(0.99 0.004 80 / 0.12);
  border: 1px solid oklch(0.99 0.004 80 / 0.3);
  padding: 9px 18px;
  border-radius: 2px;
  color: var(--cream);
  margin-bottom: 28px;
}
.eyebrow--pill .dot { width: 6px; height: 6px; border-radius: 50%; background: var(--accent); }
.eyebrow .rule { width: 22px; height: 1px; background: var(--accent); }

.section-heading--center { text-align: center; margin: 0 auto 56px; }
.section-heading--center .eyebrow { margin-bottom: 16px; }
.section-sub { font-size: 16px; color: var(--muted); max-width: 520px; margin: 14px auto 0; }

/* Buttons */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 16px 30px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  border: none;
  cursor: pointer;
}
.btn--accent { background: var(--accent); color: var(--dark2); }
.btn--accent:hover { opacity: 0.88; }
.btn--arrow { padding: 16px 8px 16px 28px; }
.btn--outline {
  border: 1px solid oklch(0.99 0.004 80 / 0.5);
  color: var(--cream);
  padding: 16px 30px;
}
.btn--outline:hover { background: oklch(0.99 0.004 80 / 0.12); }

.arrow-circle {
  width: 34px; height: 34px;
  border-radius: 50%;
  background: var(--dark2);
  color: var(--cream);
  display: flex; align-items: center; justify-content: center;
  font-size: 15px;
  flex-shrink: 0;
}
.arrow-circle--sm { width: 32px; height: 32px; font-size: 14px; }

/* ===== HERO ===== */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  color: var(--cream);
}
.hero__bg {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
  z-index: 0;
}
.hero__overlay {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, oklch(0.18 0.015 55 / 0.88) 0%, oklch(0.18 0.015 55 / 0.55) 45%, oklch(0.18 0.015 55 / 0.25) 100%);
  z-index: 1;
}

.nav {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px var(--pad-x);
}
.logo {
  font-family: 'Playfair Display', serif;
  font-weight: 600;
  font-size: 24px;
  letter-spacing: 0.3px;
}
.nav__links { display: flex; gap: 34px; align-items: center; }
.nav__links a:not(.nav__cta) { font-size: 14.5px; }
.nav__links a:not(.nav__cta):hover { color: var(--accent); }
.nav__cta { font-size: 14px; }
.nav__toggle {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  flex-direction: column;
  gap: 5px;
  padding: 6px;
  z-index: 3;
}
.nav__toggle span {
  width: 24px; height: 2px;
  background: var(--cream);
  display: block;
}

.hero__content {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  align-items: center;
  padding: 0 var(--pad-x);
  max-width: 1440px;
  margin: 0 auto;
  width: 100%;
}
.hero__copy { max-width: 680px; }
.hero__title {
  font-weight: 600;
  font-size: clamp(42px, 6vw, 74px);
  line-height: 1.06;
  margin: 0 0 26px;
}
.hero__desc {
  font-size: 17px;
  line-height: 1.7;
  color: oklch(0.9 0.008 75);
  max-width: 460px;
  margin: 0 0 34px;
}
.hero__actions { display: flex; gap: 16px; flex-wrap: wrap; }

.compare-card {
  position: relative;
  z-index: 3;
  align-self: flex-end;
  width: min(400px, 86vw);
  margin: 0 var(--pad-x) clamp(28px, 5vw, 56px);
  background: oklch(0.16 0.015 55 / 0.82);
  backdrop-filter: blur(6px);
  border-radius: 4px;
  padding: 18px;
  box-shadow: 0 24px 50px -20px oklch(0.1 0.02 55 / 0.6);
}
.compare-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 14px 4px 4px;
  font-size: 13.5px;
  letter-spacing: 0.5px;
}
.compare-card__label {
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--accent);
}

/* Before/after compare widget */
.compare {
  position: relative;
  aspect-ratio: 16/10;
  border-radius: 3px;
  overflow: hidden;
}
.gallery-item .compare { aspect-ratio: 4/3; border-radius: 4px; box-shadow: 0 16px 40px -18px oklch(0.24 0.02 55 / 0.3); }
.compare__after, .compare__before {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  object-fit: cover;
}
.compare__before { clip-path: inset(0 50% 0 0); }
.compare__divider {
  position: absolute;
  top: 0; bottom: 0; left: 50%;
  width: 2px;
  background: var(--cream);
  transform: translateX(-1px);
  pointer-events: none;
}
.compare__handle {
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  width: 36px; height: 36px;
  border-radius: 50%;
  background: var(--cream);
  display: flex; align-items: center; justify-content: center;
  font-size: 13px;
  color: var(--text);
  pointer-events: none;
  box-shadow: 0 4px 14px oklch(0.24 0.02 55 / 0.25);
}
.gallery-item .compare__handle { width: 38px; height: 38px; font-size: 12px; }
.compare__range {
  position: absolute; inset: 0;
  width: 100%; height: 100%;
  opacity: 0;
  cursor: col-resize;
  margin: 0;
}
.compare__tag {
  position: absolute;
  top: 14px;
  background: oklch(0.24 0.02 55 / 0.55);
  color: var(--cream);
  font-size: 11px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 2px;
}
.compare__tag--left { left: 14px; }
.compare__tag--right { right: 14px; }

/* ===== INTRO ===== */
.intro { padding: 96px var(--pad-x); max-width: 1300px; margin: 0 auto; }
.intro__top {
  display: flex;
  flex-wrap: wrap;
  gap: 56px;
  align-items: flex-start;
  margin-bottom: 64px;
}
.intro__heading, .intro__text { flex: 1 1 380px; }
.intro__heading h2 { font-weight: 600; font-size: clamp(30px, 3.6vw, 44px); line-height: 1.2; }
.intro__text p { font-size: 16.5px; line-height: 1.8; color: var(--muted); margin: 0; }

.feature-row {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid var(--border);
}
.feature-col {
  flex: 1 1 200px;
  padding: 32px 24px;
  border-right: 1px solid var(--border);
}
.feature-col:first-child { padding-left: 0; }
.feature-col:last-child { border-right: none; padding-right: 0; }
.feature-col h3 { font-size: 16.5px; font-weight: 500; margin: 0 0 8px; font-family: 'Work Sans', sans-serif; }
.feature-col p { font-size: 14px; line-height: 1.6; color: var(--muted); margin: 0; }
.feature-icon { width: 44px; height: 44px; margin-bottom: 20px; border: 1.5px solid var(--accent); }
.feature-icon--circle { border-radius: 50%; }
.feature-icon--diamond { transform: rotate(45deg); }

/* ===== DARK FEATURE BAND ===== */
.feature-band {
  position: relative;
  background: var(--dark);
  color: var(--cream);
  display: flex;
  flex-wrap: wrap;
}
.feature-band__copy {
  flex: 1 1 420px;
  padding: 88px var(--pad-x);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.feature-band__copy h2 { font-weight: 600; font-size: clamp(28px, 3.4vw, 40px); line-height: 1.2; margin: 0 0 24px; max-width: 440px; }
.checklist { list-style: none; padding: 0; margin: 0 0 32px; display: flex; flex-direction: column; gap: 16px; }
.checklist li { display: flex; align-items: center; gap: 12px; font-size: 15px; }
.checklist .bullet { width: 8px; height: 8px; background: var(--accent); flex-shrink: 0; }
.feature-band__image { flex: 1 1 420px; min-height: 420px; position: relative; }
.feature-band__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }

/* ===== SERVICES ===== */
.services { padding: 96px var(--pad-x); max-width: 1300px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 56px; }
.services__image {
  flex: 1 1 420px; min-width: 300px;
  position: relative;
  aspect-ratio: 4/5;
  border-radius: 4px;
  overflow: hidden;
}
.services__image img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.services__content { flex: 1 1 420px; min-width: 300px; }
.services__content h2 { font-weight: 600; font-size: clamp(28px, 3.2vw, 38px); line-height: 1.2; margin: 0 0 32px; }
.service-list { display: flex; flex-direction: column; }
.service-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  padding: 22px 0;
  border-top: 1px solid var(--border);
}
.service-row--last { border-bottom: 1px solid var(--border); }
.service-row h3 { font-size: 19px; font-weight: 500; margin: 0 0 6px; }
.service-row p { font-size: 14.5px; color: var(--muted); margin: 0; max-width: 400px; }
.service-row .arrow { font-size: 20px; color: var(--accent); flex-shrink: 0; }

/* ===== PROCESS ===== */
.process { padding: 88px var(--pad-x); background: var(--section-alt); }
.process__inner { max-width: 1200px; margin: 0 auto; }
.process h2 { font-weight: 600; font-size: clamp(28px, 3.2vw, 38px); }
.process-grid { display: flex; flex-wrap: wrap; gap: 24px; }
.process-step { flex: 1 1 220px; min-width: 200px; text-align: center; position: relative; }
.process-step__number {
  width: 54px; height: 54px;
  border-radius: 50%;
  border: 1px solid var(--accent);
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 18px;
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  color: var(--accent);
  background: var(--cream);
}
.process-step h3 { font-weight: 500; font-size: 19px; margin: 0 0 10px; }
.process-step p { font-size: 14.5px; line-height: 1.65; color: var(--muted); margin: 0; }

/* ===== GALLERY ===== */
.gallery { padding: 96px var(--pad-x); max-width: 1300px; margin: 0 auto; }
.gallery h2 { font-weight: 600; font-size: clamp(28px, 3.2vw, 40px); margin: 0 0 14px; }
.gallery-grid { display: flex; flex-wrap: wrap; gap: 32px; }
.gallery-item { flex: 1 1 340px; min-width: 300px; }
.gallery-item__label { margin-top: 16px; font-family: 'Playfair Display', serif; font-size: 19px; }
.gallery-item__service { font-size: 14px; color: var(--muted); margin-top: 4px; }

/* ===== TESTIMONIALS ===== */
.testimonials { padding: 96px var(--pad-x); background: var(--section-alt); }
.testimonials h2 { font-weight: 600; font-size: clamp(28px, 3.2vw, 40px); }
.testimonial-grid { max-width: 1200px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 28px; }
.testimonial-card { flex: 1 1 300px; background: var(--cream); padding: 38px 32px; border-radius: 4px; }
.testimonial-card__quote-mark { font-family: 'Playfair Display', serif; font-size: 40px; line-height: 1; color: var(--accent); margin-bottom: 8px; }
.testimonial-card__quote { font-family: 'Playfair Display', serif; font-style: italic; font-size: 17px; line-height: 1.65; margin: 0 0 22px; }
.testimonial-card__person { display: flex; align-items: center; gap: 12px; }
.testimonial-card__avatar {
  width: 38px; height: 38px;
  border-radius: 50%;
  background: var(--section-alt);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Playfair Display', serif;
  font-size: 14px;
  color: var(--accent);
  flex-shrink: 0;
}
.testimonial-card__name { font-size: 14.5px; font-weight: 500; }
.testimonial-card__area { font-size: 13.5px; color: var(--muted); }

/* ===== CTA BAND ===== */
.cta-band {
  position: relative;
  min-height: 380px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--cream);
}
.cta-band__bg { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.cta-band__overlay { position: absolute; inset: 0; background: oklch(0.16 0.015 55 / 0.62); z-index: 1; }
.cta-band__content { position: relative; z-index: 2; padding: 40px; }
.cta-band h2 { font-weight: 600; font-size: clamp(30px, 4.2vw, 50px); margin: 0 0 28px; }

/* ===== CONTACT ===== */
.contact { padding: 96px var(--pad-x); background: var(--text); color: var(--bg); }
.contact__inner { max-width: 1100px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: 56px; }
.contact__info { flex: 1 1 360px; min-width: 300px; }
.contact__info h2 { font-weight: 600; font-size: clamp(28px, 3.2vw, 36px); margin: 0 0 20px; }
.contact__info > p { font-size: 16px; line-height: 1.75; color: var(--footer-muted); max-width: 400px; margin: 0 0 32px; }
.contact__details { display: flex; flex-direction: column; gap: 14px; font-size: 15.5px; }
.contact__details span { color: var(--footer-muted); }
.contact__form-wrap { flex: 1 1 380px; min-width: 300px; }
.contact__form { display: flex; flex-direction: column; gap: 16px; }
.contact__form input,
.contact__form select,
.contact__form textarea {
  padding: 14px 16px;
  border-radius: 2px;
  border: 1px solid var(--muted);
  background: var(--form-bg);
  color: var(--bg);
  font-size: 15px;
}
.contact__form textarea { resize: vertical; }
.contact__form input::placeholder,
.contact__form textarea::placeholder { color: oklch(0.7 0.015 70); }
.contact__form button {
  background: var(--accent);
  color: var(--dark2);
  border: none;
  padding: 15px 30px;
  border-radius: 2px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.contact__form button:hover { opacity: 0.88; }

/* ===== FOOTER ===== */
.footer { background: var(--footer-bg); color: var(--footer-muted); }
.footer__inner {
  max-width: 1200px;
  margin: 0 auto;
  padding: 72px var(--pad-x) 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 48px;
}
.footer__brand { flex: 1 1 260px; min-width: 220px; }
.footer__logo { font-family: 'Playfair Display', serif; font-weight: 600; font-size: 22px; color: var(--bg); margin-bottom: 14px; }
.footer__brand p { font-size: 14.5px; line-height: 1.7; color: var(--footer-muted); max-width: 280px; margin: 0; }
.footer__col { flex: 1 1 160px; min-width: 160px; }
.footer__col > div { font-size: 14.5px; margin-bottom: 12px; }
.footer__heading { font-size: 13px; letter-spacing: 1.5px; text-transform: uppercase; color: var(--bg); margin-bottom: 20px; }
.footer__col a { display: block; font-size: 14.5px; color: var(--footer-muted); margin-bottom: 12px; }
.footer__col a:hover { color: var(--accent); }
.social-row { display: flex; gap: 12px; }
.social-icon {
  width: 42px; height: 42px;
  border-radius: 50%;
  border: 1px solid var(--social-border);
  display: flex; align-items: center; justify-content: center;
  font-size: 12.5px;
  letter-spacing: 0.5px;
  color: var(--footer-muted);
}
.social-icon:hover { background: var(--accent); border-color: var(--accent); color: var(--dark2); }
.footer__bottom {
  border-top: 1px solid var(--footer-border);
  padding: 24px var(--pad-x);
  text-align: center;
  font-size: 13px;
  color: var(--footer-copyright);
}

/* ===== RESPONSIVE ===== */
@media (max-width: 860px) {
  .nav__toggle { display: flex; }
  .nav__links {
    position: absolute;
    top: 100%; left: 0; right: 0;
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    background: oklch(0.16 0.015 55 / 0.97);
    backdrop-filter: blur(6px);
    padding: 8px var(--pad-x) 20px;
    transform: translateY(-8px);
    opacity: 0;
    pointer-events: none;
    transition:
      opacity var(--dur-2) var(--ease-out),
      transform var(--dur-2) var(--ease-out);
  }
  .nav__links.is-open {
    transform: translateY(0);
    opacity: 1;
    pointer-events: auto;
  }
  .nav__links a:not(.nav__cta) { padding: 12px 0; width: 100%; }
  .nav__cta { margin-top: 12px; }
}

@media (max-width: 640px) {
  .feature-col { flex: 1 1 100%; border-right: none; border-bottom: 1px solid var(--border); padding: 24px 0; }
  .feature-col:last-child { border-bottom: none; }
  .compare-card { align-self: center; margin-left: auto; margin-right: auto; }
}
