@import url("https://fonts.googleapis.com/css2?family=League+Spartan:wght@400;500;600;700&family=Quicksand:wght@300;400;500;600;700&display=swap");

:root {
  --ink: #1f1c1b;
  --muted: #6b6461;
  --cream: #f7f3f0;
  --rose: #bfa57a;
  --plum: #bfa57a;
  --sage: #b8c1b1;
  --gold: #d7b89c;
  --white: #ffffff;
  --shadow: 0 24px 60px rgba(49, 33, 41, 0.15);
  --radius: 22px;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  scroll-behavior: smooth;
  font-family: "Quicksand", "Segoe UI", sans-serif;
  color: #3a2f2a;
  background: #e3dcd3;
  line-height: 1.6;
}

body.no-scroll {
  overflow: hidden;
}

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

.brand {
  color: #3a2f2a;
  font-weight: 700;
}

.section {
  padding: 0;
}

.homepage-shell {
  padding: 0;
}

.home-card {
  width: 100%;
  background: #f6f2ee;
  overflow: hidden;
}

.card-nav {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 1.6rem;
  padding: 1.05rem 2.4rem;
  background: #261f1d;
  color: #d7cbc0;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 0.92rem;
}

.card-nav-left {
  display: flex;
  align-items: center;
  gap: 1.35rem;
  justify-self: start;
}

.card-nav a {
  transition: opacity 0.2s ease;
}

.card-nav a:hover {
  opacity: 0.8;
}

.card-nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.card-nav a.active {
  text-decoration: underline;
  text-underline-offset: 0.3em;
}

.card-logo {
  justify-self: center;
  display: inline-flex;
  align-items: center;
}

.card-logo img {
  display: block;
  width: clamp(145px, 15vw, 215px);
  height: auto;
}

.card-nav-right {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 0.55rem;
  justify-self: end;
}

.card-nav-toggle {
  display: none;
  border: 1px solid rgba(234, 223, 206, 0.55);
  background: transparent;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  gap: 4px;
  flex-direction: column;
  cursor: pointer;
}

.card-nav-toggle span {
  width: 18px;
  height: 2px;
  background: #eadfce;
  display: block;
}

.book-btn {
  color: #261f1d;
  background: #d5c3ae;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.28rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.contact-btn {
  color: #eadfce;
  background: transparent;
  border: 1px solid rgba(234, 223, 206, 0.65);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.68rem 1.15rem;
  font-size: 0.9rem;
  font-weight: 700;
  line-height: 1;
}

.contact-btn:hover {
  background: rgba(234, 223, 206, 0.14);
}

.hero-image {
  height: min(56vw, 560px);
  min-height: 360px;
  background-image: linear-gradient(120deg, rgba(30, 24, 20, 0.58), rgba(30, 24, 20, 0.2)),
    url("https://images.unsplash.com/photo-1522335789203-aabd1fc54bc9?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
  position: relative;
}

.hero-overlay {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: min(560px, calc(100% - 2.5rem));
  text-align: center;
  color: #f6efe8;
}

.hero-overlay h1 {
  font-family: "League Spartan", serif;
  font-size: clamp(2rem, 3.7vw, 2.9rem);
  line-height: 1.1;
  margin: 0.45rem 0 0.9rem;
  text-transform: uppercase;
}

.eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.26em;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--rose);
}

.hero-overlay .eyebrow {
  color: #e2d6cb;
}

.lead {
  font-size: 1rem;
  color: rgba(246, 239, 232, 0.93);
  max-width: 440px;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.3rem;
  border-radius: 0;
  font-weight: 600;
  border: 1px solid transparent;
  transition: all 0.25s ease;
  margin-top: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-size: 0.8rem;
}

.btn.primary {
  background: #e8d9cc;
  color: #2c221e;
}

.btn.primary:hover {
  background: #d2b89d;
}

.btn.ghost {
  border-color: #3a2f2a;
  color: #3a2f2a;
  background: transparent;
}

.btn.ghost:hover {
  background: rgba(191, 165, 122, 0.17);
}

.service-strip {
  text-align: center;
  background: #efe6de;
  padding: 0.55rem 1rem;
  border-top: 1px solid rgba(58, 47, 42, 0.14);
  border-bottom: 1px solid rgba(58, 47, 42, 0.14);
}

.service-strip p {
  font-family: "League Spartan", serif;
  text-transform: uppercase;
  letter-spacing: 0.09em;
  font-size: clamp(0.72rem, 1.8vw, 1rem);
}

.welcome-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2.2rem;
  padding: 3.7rem clamp(1.4rem, 9vw, 10.5rem);
  background: #f9f8f6;
  align-items: start;
}

.welcome-grid h2,
.philosophy-row h2,
.founder-copy h3,
.section-heading h2 {
  font-family: "League Spartan", serif;
  text-transform: uppercase;
  line-height: 1.15;
}

.welcome-grid h2 {
  font-size: clamp(1.7rem, 2.7vw, 2.35rem);
  margin-top: 0.7rem;
}

.welcome-grid p {
  color: var(--muted);
}

.philosophy-row {
  display: grid;
  grid-template-columns: minmax(220px, 1fr) minmax(300px, 1.5fr);
  gap: 2.2rem;
  padding: 3.7rem clamp(1.4rem, 9vw, 10.5rem);
  background: #231d1a;
  color: #ece1d8;
  align-items: start;
}

.philosophy-row h2 {
  font-size: clamp(1.8rem, 2.8vw, 2.4rem);
  color: #f3e7db;
}

.philosophy-row p {
  color: #cec2b6;
}

.founder-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  min-height: 440px;
}

.founder-copy {
  padding: 4.1rem clamp(1.4rem, 9vw, 10.5rem);
  background: #e8ded3;
}

.founder-copy h3 {
  margin: 0.65rem 0 0.95rem;
  font-size: clamp(1.45rem, 2.2vw, 1.95rem);
}

.founder-copy p {
  color: var(--muted);
}

.founder-actions {
  display: flex;
  gap: 0.7rem;
  flex-wrap: wrap;
  margin-top: 1rem;
}

.founder-actions .btn {
  margin-top: 0;
}

.founder-actions .btn.primary {
  background: #3a2f2a;
  color: #f3e8de;
}

.founder-actions .btn.primary:hover {
  background: #bfa57a;
  color: #2f2723;
}

.welcome-grid > :last-child p,
.philosophy-row p,
.founder-copy p {
  max-width: 48ch;
}

.founder-photo {
  min-height: 440px;
  background-image: linear-gradient(130deg, rgba(58, 47, 42, 0.14), rgba(58, 47, 42, 0.05)),
    url("images/lashes.webp");
  background-size: cover;
  background-position: center;
}

.services-page {
  background: linear-gradient(180deg, #5b4336 0%, #2b2320 34%, #1f1a18 100%);
}

.services-shell {
  width: 100%;
  padding: 0;
}

.services-card {
  width: 100%;
  background: #221d1b;
  color: #efe8df;
  overflow: hidden;
}

.services-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.services-hero {
  position: relative;
  min-height: 280px;
  background-image: url("https://images.unsplash.com/photo-1512496015851-a90fb38ba796?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center 30%;
}

.services-hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(140deg, rgba(15, 11, 10, 0.72), rgba(15, 11, 10, 0.35));
}

.services-hero-content {
  position: relative;
  z-index: 1;
  text-align: center;
  padding: 6.2rem clamp(1rem, 4vw, 2.2rem) 5.2rem;
}

.services-hero-content h1 {
  font-family: "League Spartan", serif;
  font-size: clamp(2rem, 3.7vw, 2.9rem);
  margin-bottom: 0.6rem;
  text-transform: uppercase;
  line-height: 1.1;
}

.services-hero-content p {
  max-width: 58ch;
  margin: 0 auto;
  color: #d8cec3;
}

.services-grid-wrap {
  background: #221d1b;
  padding: 4.2rem 0 4.5rem;
}

.services-grid-inner {
  position: relative;
  padding: 0 clamp(1rem, 4vw, 2.3rem);
}

.price-badge {
  position: absolute;
  right: clamp(0.8rem, 2.5vw, 2rem);
  top: -1.9rem;
  width: 130px;
  height: 130px;
  border-radius: 50%;
  background: #f0ebe5;
  color: #2f2723;
  display: grid;
  place-content: center;
  text-align: center;
  border: 1px solid rgba(47, 39, 35, 0.2);
}

.price-badge span {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}

.price-badge strong {
  font-family: "League Spartan", serif;
  font-size: 1.9rem;
}

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

.service-tile {
  background: rgba(255, 255, 255, 0.02);
}

.service-photo {
  aspect-ratio: 3 / 4;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(255, 255, 255, 0.09);
  transition: transform 0.35s ease, filter 0.35s ease;
  transform-origin: center;
}

.service-tile:hover .service-photo {
  transform: scale(1.025);
  filter: brightness(1.04);
}

.service-photo.lashes {
  background-image: linear-gradient(120deg, rgba(34, 29, 27, 0.35), rgba(34, 29, 27, 0.1)), url("images/lashes.webp");
}

.service-photo.brows {
  background-image: linear-gradient(120deg, rgba(34, 29, 27, 0.35), rgba(34, 29, 27, 0.1)),
    url("https://images.unsplash.com/photo-1519415943484-9fa1873496d4?q=80&w=1000&auto=format&fit=crop");
}

.service-photo.nails {
  background-image: linear-gradient(120deg, rgba(34, 29, 27, 0.35), rgba(34, 29, 27, 0.1)),
    url("https://images.unsplash.com/photo-1604902396830-aca29e19b067?q=80&w=1000&auto=format&fit=crop");
}

.service-tile h3 {
  font-family: "League Spartan", serif;
  font-size: 1.65rem;
  margin: 0.8rem 0 0.2rem;
  padding: 0 0.9rem;
}

.service-tile p {
  color: #c8bcb0;
  padding: 0 0.9rem 0.9rem;
}

.services-cta {
  margin-top: 1.4rem;
  border-color: transparent;
  color: #2f2723;
  background: #d7b89c;
  font-weight: 700;
}

.services-cta:hover {
  background: #caa27d;
  color: #2f2723;
}

.testimonials-band {
  background: #f3efe9;
  color: #2f2723;
  padding: 5rem 0 5.2rem;
}

.testimonials-inner {
  text-align: center;
  padding: 0 clamp(1.2rem, 5vw, 3rem);
}

.testimonials-band h2 {
  font-family: "League Spartan", serif;
  font-size: clamp(2rem, 4vw, 3rem);
  margin-bottom: 0.4rem;
}

.stars {
  letter-spacing: 0.25em;
  color: #bfa57a;
  margin-bottom: 1.3rem;
}

.testimonial-grid {
  display: grid;
  gap: 1.3rem;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.testimonial-grid blockquote {
  font-size: 0.95rem;
  color: #5f544f;
}

.testimonial-grid cite {
  display: block;
  margin-top: 0.7rem;
  font-style: normal;
  font-weight: 700;
  color: #2f2723;
}

.gallery-band {
  padding: 4.5rem 0 4.8rem;
  background: #1d1918;
}

.gallery-inner {
  padding: 0 clamp(1rem, 4vw, 2.3rem);
}

.gallery-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.gallery-head h2 {
  font-family: "League Spartan", serif;
  font-size: clamp(2rem, 4vw, 3rem);
}

.gallery-controls {
  display: flex;
  gap: 0.7rem;
}

.gallery-arrow {
  width: 42px;
  height: 42px;
  border: 1px solid rgba(240, 232, 223, 0.5);
  background: transparent;
  color: #f0e8df;
  font-size: 1.6rem;
  cursor: pointer;
}

.gallery-carousel {
  overflow: hidden;
}

.gallery-track {
  display: flex;
  gap: 0.9rem;
  transition: transform 0.35s ease;
}

.gallery-slide {
  flex: 0 0 calc(33.333% - 0.6rem);
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
}

.gallery-slide img {
  width: 100%;
  aspect-ratio: 5 / 4;
  object-fit: cover;
  border: 1px solid rgba(240, 232, 223, 0.2);
  display: block;
}

.services-expert {
  background: #f3efe9;
  color: #2d2622;
}

.services-expert-inner {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.services-expert-inner > div:first-child {
  padding: 5rem clamp(1.2rem, 5vw, 3rem);
}

.services-expert h2 {
  font-family: "League Spartan", serif;
  font-size: clamp(1.9rem, 3.2vw, 2.6rem);
  margin: 0.5rem 0 0.8rem;
  line-height: 1.02;
}

.services-expert p {
  max-width: 50ch;
  color: #5f544f;
}

.expert-photo {
  min-height: 320px;
  background-image: linear-gradient(120deg, rgba(34, 29, 27, 0.2), rgba(34, 29, 27, 0.08)),
    url("https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?q=80&w=1400&auto=format&fit=crop");
  background-size: cover;
  background-position: center;
}

.services-lightbox {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.services-lightbox.open {
  display: flex;
}

.services-lightbox-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(10, 8, 7, 0.82);
}

.services-lightbox-dialog {
  position: relative;
  z-index: 1;
  width: min(92vw, 1020px);
  background: #f8f4ef;
  border: 1px solid rgba(47, 39, 35, 0.2);
  padding: 2.1rem 2.3rem 1.2rem;
  display: grid;
  grid-template-columns: 48px 1fr 48px;
  gap: 0.8rem;
  align-items: center;
}

.services-lightbox-image {
  width: 100%;
  max-height: 72vh;
  object-fit: cover;
  display: block;
}

.services-lightbox-arrow {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(47, 39, 35, 0.35);
  background: rgba(255, 255, 255, 0.75);
  color: #2f2723;
  font-size: 1.7rem;
  cursor: pointer;
}

.services-lightbox-close {
  position: absolute;
  top: 0.5rem;
  right: 0.7rem;
  width: 36px;
  height: 36px;
  border: 0;
  background: transparent;
  font-size: 1.8rem;
  color: #2f2723;
  cursor: pointer;
}

.services-lightbox-caption {
  grid-column: 1 / -1;
  margin-top: 0.6rem;
  text-align: center;
  color: #5f544f;
}

.contact-page {
  background: linear-gradient(180deg, #e3dcd3 0%, #d8cdc0 100%);
}

.contact-shell {
  width: 100%;
  padding: 0;
}

.contact-card {
  width: 100%;
  background: #f6f2ee;
  overflow: hidden;
}

.contact-inner {
  width: min(1240px, 100%);
  margin: 0 auto;
}

.contact-hero {
  background: linear-gradient(130deg, rgba(58, 47, 42, 0.94), rgba(58, 47, 42, 0.78)),
    url("https://images.unsplash.com/photo-1487412720507-e7ab37603c6f?q=80&w=1600&auto=format&fit=crop");
  background-size: cover;
  background-position: center 22%;
}

.contact-hero-content {
  text-align: center;
  color: #efe8df;
  padding: 5.2rem clamp(1rem, 4vw, 2.2rem) 4.7rem;
}

.contact-hero-content h1 {
  font-family: "League Spartan", serif;
  font-size: clamp(2rem, 3.7vw, 2.9rem);
  line-height: 1.1;
  text-transform: uppercase;
  margin: 0.4rem 0 0.75rem;
}

.contact-hero-content p {
  max-width: 56ch;
  margin: 0 auto;
  color: #ddd1c4;
}

.contact-main {
  background: #f6f2ee;
  padding: 4.6rem 0;
}

.contact-split {
  display: grid;
  grid-template-columns: 7fr 3fr;
  gap: 1.2rem;
  align-items: start;
  padding: 0 clamp(1rem, 4vw, 2.3rem);
}

.contact-form-wrap,
.contact-details {
  border: 1px solid rgba(58, 47, 42, 0.15);
}

.contact-form-wrap {
  background: #faf7f3;
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

.contact-form-wrap h2,
.contact-map h2,
.contact-details h3 {
  font-family: "League Spartan", serif;
  text-transform: uppercase;
}

.contact-form-wrap h2 {
  font-size: clamp(1.8rem, 3vw, 2.4rem);
}

.contact-form-wrap > p {
  color: var(--muted);
  margin: 0.55rem 0 1.2rem;
}

.contact-form {
  display: grid;
  gap: 0.9rem;
}

.contact-form label {
  display: grid;
  gap: 0.35rem;
  font-size: 0.9rem;
  color: #4b3f39;
}

.contact-form input,
.contact-form select,
.contact-form textarea {
  width: 100%;
  border: 1px solid rgba(58, 47, 42, 0.25);
  background: #ffffff;
  color: #2f2723;
  padding: 0.78rem 0.84rem;
  font-family: inherit;
}

.contact-form textarea {
  resize: vertical;
}

.contact-submit {
  margin-top: 0.35rem;
  background: #d7b89c;
  color: #2f2723;
  border-color: transparent;
  font-weight: 700;
}

.contact-submit:hover {
  background: #caa27d;
}

.contact-details {
  background: #2c2522;
  color: #e8ddd0;
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

.contact-details-wrap {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}

.contact-details h3 {
  font-size: 1.45rem;
  margin-bottom: 1rem;
}

.contact-details p {
  margin-bottom: 1rem;
  color: #d4c6b8;
}

.contact-details strong {
  color: #f2e7da;
}

.contact-side-btn {
  margin: 0;
  background: #d7b89c;
  color: #2f2723;
  border-color: transparent;
  font-weight: 700;
  align-self: stretch;
  width: 100%;
}

.contact-side-btn:hover {
  background: #caa27d;
}

.contact-map {
  background: #231d1a;
  padding: 4.2rem 0 5rem;
}

.contact-map h2 {
  color: #efe4d9;
  font-size: clamp(1.8rem, 3vw, 2.4rem);
  margin-bottom: 1rem;
  padding: 0 clamp(1rem, 4vw, 2.3rem);
}

.map-frame {
  margin: 0 clamp(1rem, 4vw, 2.3rem);
  border: 1px solid rgba(240, 232, 223, 0.25);
  overflow: hidden;
  background: #181413;
}

.map-frame iframe {
  display: block;
  width: 100%;
  height: 420px;
  border: 0;
}

.section-heading {
  margin-bottom: 2.2rem;
}

.section-heading.centered {
  text-align: center;
}

.section-heading h2 {
  font-size: clamp(1.7rem, 2.9vw, 2.5rem);
  margin: 0.4rem 0 0.6rem;
  color: #3a2f2a;
}

.section-heading .sub {
  color: var(--muted);
}

.intro {
  padding-top: 0.5rem;
}

.intro-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.2rem;
  max-width: 980px;
  margin: 0 auto;
}

.intro-card {
  background: #f9f6f2;
  padding: 1.8rem;
  border: 1px solid rgba(58, 47, 42, 0.13);
  min-height: 170px;
}

.intro-card h3 {
  font-family: "League Spartan", serif;
  text-transform: uppercase;
  margin-bottom: 0.35rem;
}

.footer {
  background: #3a2f2a;
  color: #e6dcd9;
  padding: 3.5rem 5vw 2rem;
}

.footer-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
  margin-bottom: 2rem;
}

.footer h3,
.footer h4 {
  font-family: "League Spartan", serif;
  margin-bottom: 0.6rem;
}

.footer-logo {
  display: block;
  width: min(190px, 100%);
  height: auto;
  margin-bottom: 0.9rem;
}

.fine {
  text-align: center;
  font-size: 0.85rem;
  color: rgba(230, 220, 217, 0.6);
}

.reveal {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 900px) {
  .welcome-grid,
  .philosophy-row,
  .founder-grid {
    grid-template-columns: 1fr;
  }

  .founder-photo {
    min-height: 360px;
  }

  .services-grid,
  .testimonial-grid,
  .services-expert-inner,
  .contact-split {
    grid-template-columns: 1fr;
  }

  .services-card {
    width: 100%;
  }

  .contact-details {
    min-height: 0;
  }

  .price-badge {
    position: static;
    margin: 0 auto 1.2rem;
  }

  .gallery-slide {
    flex: 0 0 calc(50% - 0.5rem);
  }
}

@media (max-width: 720px) {
  .card-nav {
    grid-template-columns: 1fr auto;
    align-items: center;
    gap: 0.8rem;
    padding: 0.9rem 1rem;
  }

  .card-nav-left {
    display: flex;
    order: 3;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: center;
    gap: 0.75rem;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.3s ease;
    padding-top: 0.4rem;
  }

  .card-logo {
    order: 1;
    justify-self: start;
  }

  .card-logo img {
    width: clamp(122px, 32vw, 162px);
  }

  .card-nav-right {
    display: flex;
    order: 3;
    grid-column: 1 / -1;
    justify-self: center;
    flex-wrap: wrap;
    justify-content: center;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transform: translateY(-8px);
    pointer-events: none;
    transition: max-height 0.35s ease, opacity 0.25s ease, transform 0.3s ease;
    padding-bottom: 0.35rem;
  }

  .card-nav-toggle {
    display: inline-flex;
    order: 2;
    justify-self: end;
  }

  .card-nav.open .card-nav-left,
  .card-nav.open .card-nav-right {
    max-height: 220px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .hero-image {
    min-height: 400px;
    height: 400px;
  }

  .hero-overlay {
    width: calc(100% - 2rem);
  }

  .hero-overlay h1 {
    font-size: 2rem;
  }

  .welcome-grid,
  .philosophy-row,
  .founder-copy {
    padding: 2.3rem 1.4rem;
  }

  .services-shell {
    padding: 0;
  }

  .services-hero {
    min-height: 230px;
  }

  .services-hero-content {
    padding: 4.4rem 1rem 3.8rem;
  }

  .gallery-head {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.6rem;
  }

  .gallery-slide {
    flex: 0 0 100%;
  }

  .services-lightbox-dialog {
    width: min(96vw, 1020px);
    padding: 1.6rem 0.8rem 0.9rem;
    grid-template-columns: 42px 1fr 42px;
  }

  .services-lightbox-arrow {
    width: 38px;
    height: 38px;
    font-size: 1.45rem;
  }

  .contact-hero-content {
    padding: 4.5rem 1rem 4rem;
  }

  .contact-main {
    padding: 3rem 0;
  }

  .contact-map {
    padding: 3rem 0 3.3rem;
  }

  .map-frame iframe {
    height: 340px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .reveal {
    transition: none;
  }
}
