@font-face {
  font-family: 'Monument Extended';
  src: url('../fonts/MonumentExtended-Regular.otf') format('opentype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  
}
.container,
.images,
.hero-image,
.header,
.hero-container,
.wrapper-img {
  overflow-x: clip;
}
html,
body {
  width: 100%;
  min-height: 100%;
  background: #EDF7FF;
  overflow-x: hidden !important;
}
.ba-slider-wrap,
.ba-handle {
  touch-action: pan-y;
}
nav {
  width: 100%;
  height: 100px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  text-transform: uppercase;
  font-family: "Monument Extended";
  position: relative;
  z-index: 1000;
}
  .nav-logo {
    width: 60px;
    height: 60px;
  }
.menu-item {
  flex: 1;
}

.menu-left {
  text-align: left;
  margin-left: 4em;

  display: flex;
  align-items: center;
  gap: 18px;
}
.menu-center {
  text-align: center;
}
 
/* .nav-logo {
  width: 38px;
  height: 38px;
  object-fit: contain;
  display: block;
} */
.menu-right {
  text-align: right;
  margin-right: 4em;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 18px;
}

.menu-link {
  padding: 0 30px;
}

.menu-link.nav-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #000;
  cursor: pointer;
  z-index: 1001;
}

.menu-link.nav-link::after {
  content: "";
  position: absolute;
  left: 30px;
  right: 30px;
  bottom: -8px;
  height: 2px;
  background: #4da6ff;
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.3s ease;
}

.menu-link.nav-link:hover {
  color: #10b7b7;
}

.menu-link.nav-link:hover::after {
  transform: scaleX(1);
}
/* Search icon (desktop) */
.desktop-only {
  display: block;
}

.mobile-only {
  display: none;
}

/* Burger icon styles */
.burger-icon {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 5px;
  width: 24px;
  height: 24px;
  cursor: pointer;
  margin-left: 0;
  flex-shrink: 0;
}

.burger-icon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  border-radius: 999px;
}
.hero-image {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper-img {
  position: absolute;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
  width: 50%;
  height: 100vh;
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.box {
  background: #cfeded;
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 2;
}

.images {
  position: absolute;
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.img {
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 300px;
  height: 400px;
  background: black;
}

.left {
  background: url("../images/3.jpeg") no-repeat 50% 50%;
  background-size: cover;
}

.right {
  background: url("../images/2.jpeg") no-repeat 50% 50%;
  background-size: cover;
}
.mobile-menu {
  position: fixed;
  top: 70px;
  right: 0;
  width: 100%;
  height: calc(100vh - 70px);
  background: #EDF7FF;

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 40px;

  transform: translateY(-100%);
  opacity: 0;
  pointer-events: none;

  transition: all 0.4s ease;
  z-index: 999;
}
.burger-icon.active span:nth-child(1) {
  transform: rotate(45deg) translate(4px, 4px);
}

.burger-icon.active span:nth-child(2) {
  opacity: 0;
}

.burger-icon.active span:nth-child(3) {
  transform: rotate(-45deg) translate(4px, -4px);
}

.burger-icon span {
  transition: all 0.3s ease;
}
.mobile-menu a {
  font-family: "Monument Extended";
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: none;
  color: #000;
}

/* when active */
.mobile-menu.show {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}
.header .title {
  width: 100%;
  text-align: center;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #A4DDED;
  font-family: "Times New Roman";
  font-size: 300px;
  line-height: 1;
  white-space: nowrap;
  z-index: 2;
}
.service-arrow ion-icon {
  font-size: 14px;
  display: block;
}
.title .letter {
  display: inline-block;
  line-height: 1em;
}

/* 003 — desktop: top right; shared base styles */
.sidebar-text {
  font-family: "Monument Extended";
  position: absolute;
  font-size: 40px;
  color: transparent;
  -webkit-text-stroke: 1px rgb(117, 113, 113);

  /* Desktop position */
  top: 20%;
  right: 0.4em;
  transform: translate(-50%, -50%);
}
.whatsapp-btn img {
  filter: drop-shadow(0 6px 12px rgba(0,0,0,0.2));
}
.whatsapp-btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 50px;
  height: 50px;
  z-index: 999;
  opacity: 0;
  transform: translateY(20px) scale(0.9);
  pointer-events: none;
  cursor: pointer; /* 👈 fix pointer */
}
.ba-more-wrap {
  display: flex;
  justify-content: center;
  margin-top: 32px;
}

.ba-more-toggle {
  background: transparent;
  border: none;
  padding: 0;
  font-family: "Monument Extended", sans-serif;
  font-size: 11px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink);
  cursor: pointer;
  position: relative;
}

.ba-more-toggle::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 1px;
  background: rgba(26, 26, 26, 0.45);
  transition: background 0.3s ease, transform 0.3s ease;
}

.ba-more-toggle:hover::after {
  background: var(--ink);
  transform: scaleX(1.04);
}

.ba-more {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.55s ease, opacity 0.4s ease, margin-top 0.4s ease;
  margin-top: 0;
}

.ba-more.show {
  max-height: 3000px;
  opacity: 1;
  margin-top: 32px;
}
.whatsapp-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;

  pointer-events: none; /* 👈 makes parent handle hover */
}
#kids-friendly {
  background: var(--cream);
}

.kids-friendly-inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: clamp(28px, 5vw, 72px);
  align-items: center;
}

.kids-friendly-image {
  width: 100%;
  height: 520px;
  overflow: hidden;
  background: #d9d9d9;
}

.kids-friendly-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.kids-friendly-content {
  max-width: 520px;
}

.kids-friendly-title {
  font-size: clamp(34px, 5vw, 78px);
  line-height: 1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 22px;
  color: var(--ink);
}

.kids-friendly-text {
  position: static;
  transform: none;
  width: auto;
  text-align: left;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink);
  opacity: 0.75;
}


/* visible state */
.whatsapp-btn.show {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
  transition: all 0.4s ease;
}
.whatsapp-btn {
  transition: all 0.3s ease;
}
/* hover effect */
.whatsapp-btn:hover {
  width: 55px;
  height: 55px;
  transform: translateY(0) scale(1.05);
}
#faq {
  background: var(--sand);
}

.faq-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(36px, 5vw, 68px);
}

.faq-title {
  font-size: clamp(32px, 4.8vw, 76px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
  color: var(--ink);
}

.faq-note {
  position: static;
  transform: none;
  width: auto;
  max-width: 260px;
  text-align: right;
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.7;
  color: var(--stroke);
}

.faq-list {
  display: flex;
  flex-direction: column;
  border-top: 1px solid rgba(117,113,113,0.25);
}

.faq-item {
  border-bottom: 1px solid rgba(117,113,113,0.25);
}

.faq-question {
  width: 100%;
  background: transparent;
  border: none;
  padding: 24px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  cursor: pointer;
  text-align: left;
  color: var(--ink);
  font-family: "Monument Extended", sans-serif;
  font-size: clamp(11px, 1vw, 14px);
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.faq-icon {
  font-size: 18px;
  flex-shrink: 0;
  transition: transform 0.3s ease, opacity 0.3s ease;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.35s ease, padding-bottom 0.35s ease;
  padding-bottom: 0;
}

.faq-answer p {
  position: static;
  transform: none;
  width: auto;
  text-align: left;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.8;
  color: var(--ink);
  opacity: 0.78;
  max-width: 760px;
}

.faq-item.active .faq-answer {
  max-height: 220px;
  padding-bottom: 22px;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

@media (max-width: 768px) {
  .faq-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .faq-note {
    text-align: left;
    max-width: 100%;
  }

  .faq-question {
    padding: 20px 0;
    font-size: 11px;
    line-height: 1.6;
  }

  .faq-answer p {
    font-size: 14px;
  }
}
/* ===== MOBILE STYLES ===== */
@media (max-width: 768px) {
  html, body {
    min-height: 100%;
    overflow-x: hidden;
  }
  .kids-friendly-inner {
    grid-template-columns: 1fr;
    gap: 24px;
  }

  .kids-friendly-image {
    height: 320px;
  }

  .kids-friendly-title {
    font-size: clamp(28px, 11vw, 52px);
  }
 /* .hero-image {
    align-items: flex-start;  
    padding-top: 50px;         
  }

  .wrapper-img {
    height: auto;             
  } */
  .hero-image {
    align-items: flex-start;
    padding-top: 100px;   /* try 20, 30, 40 until it feels right */
  }
  .header .title {
    font-size: 20vw;
    top: 44%;
    white-space: nowrap;
  }

  nav {
    height: 70px;
  }

  .menu-left {
    margin-left: 1.2em;
  }

  .whatsapp-btn {
    bottom: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
  }

  .menu-right {
    margin-right: 1.2em;
  }

  .menu-link {
    padding: 0 10px;
    font-size: 0.55em;
  }

  .menu-link.nav-link::after {
    left: 10px;
    right: 10px;
    bottom: -5px;
  }

  .brand-logo {
    font-size: 0.65em;
  }

  .desktop-only {
    display: none;
  }

  .mobile-only {
    display: flex;
    justify-content: flex-end;
  }

  .wrapper-img {
    width: 55vw;
    height: 65vw;
    max-width: 220px;
    max-height: 290px;
  }

  .img {
    width: 160px;
    height: 210px;
    top: 42%;
  }

  .sidebar-text {
    font-size: 22px;
    top: auto;
    right: auto;
    bottom: 8%;
    left: 50%;
    transform: translateX(-50%);
  }
}

:root {
  --sand: #bbb8be;
  --cream: #EDF7FF;
  --ink: #1a1a1a;
  --stroke: rgb(117,113,113);
  --white: #ffffff;
  --gap: clamp(60px, 8vw, 120px);
}
.menu-link.nav-link::after {
  left: 10px;
  right: 10px;
  bottom: -5px;
}

 .menu-left {
    margin-left: 1.2em;
    gap: 12px;
  }

  .menu-left .menu-link {
    display: none; /* hide "about" text */
  }

  .menu-right .menu-link {
    display: none; /* hide "contact" text */
  }

  .menu-center {
    flex: 1;
    text-align: center;
  }

  
  .menu-right {
    margin-right: 1.2em;
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }

  .mobile-only {
    display: flex;
  }


.site-content {
  position: relative;
  z-index: 5;
  margin-top: 100vh;
  background: var(--sand);
}
@media (max-width: 768px) {
  .menu-left,
  .menu-right a.menu-link {
    display: none;
  }
}
.reveal {
  opacity: 0;
  transform: translateY(60px);
  transition: opacity 0.9s cubic-bezier(0.16,1,0.3,1),
  transform 0.9s cubic-bezier(0.16,1,0.3,1);
}

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

section {
  padding: var(--gap) clamp(24px, 6vw, 100px);
  position: relative;
  overflow: hidden;
  overflow-x: hidden !important;

}

.section-label {
  font-family: "Monument Extended", sans-serif;
  font-size: clamp(9px, 1vw, 11px);
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--stroke);
  margin-bottom: 2em;
  position: static;
  transform: none;
  text-align: left;
  width: auto;
}

.hairline {
  width: 100%;
  height: 1px;
  background: var(--stroke);
  opacity: 0.35;
}

/* ABOUT */
#about {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px, 6vw, 100px);
  align-items: end;
  padding-top: calc(var(--gap) * 1.5);
}

.about-headline {
  font-size: clamp(42px, 6vw, 96px);
  line-height: 1;
  letter-spacing: -0.02em;
  color: transparent;
  -webkit-text-stroke: 1px var(--ink);
  text-transform: uppercase;
}

.about-headline em {
  font-style: normal;
  color: var(--ink);
  -webkit-text-stroke: 0;
}

.about-body {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.3vw, 19px);
  line-height: 1.75;
  color: var(--ink);
  opacity: 0.85;
  max-width: 480px;
}

.about-body p {
  position: static;
  transform: none;
  text-align: left;
  width: auto;
  color: var(--ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(15px, 1.3vw, 19px);
}

.about-body p + p {
  margin-top: 1.2em;
}

.about-stat-row {
  display: flex;
  gap: 3em;
  margin-top: clamp(40px, 5vw, 80px);
  grid-column: 1 / -1;
  border-top: 1px solid rgba(117,113,113,0.35);
  padding-top: 2em;
}

.stat-item {
  flex: 1;
}

.stat-number {
  font-size: clamp(36px, 4vw, 64px);
  letter-spacing: -0.03em;
  color: transparent;
  -webkit-text-stroke: 1px var(--stroke);
  line-height: 1;
}

.stat-label {
  font-size: 10px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--stroke);
  margin-top: 0.6em;
}

/* SERVICES */
#services {
  background: var(--ink);
  color: var(--white);
  padding-bottom: calc(var(--gap) * 1.5);
}

#services .section-label {
  color: rgba(245,245,242,0.4);
}

.services-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(40px, 5vw, 72px);
}

.services-title {
  font-size: clamp(38px, 5vw, 80px);
  letter-spacing: -0.02em;
  text-transform: uppercase;
  line-height: 1;
  color: var(--white);
}

.services-note {
  font-family: Georgia, serif;
  font-size: 13px;
  color: rgba(245,245,242,0.5);
  max-width: 220px;
  text-align: right;
  line-height: 1.6;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(245,245,242,0.12);
}
.service-card {
  background: var(--ink);
  padding: clamp(28px, 3vw, 48px);
  position: relative;
  min-height: 260px;
}

.service-number {
  font-size: 11px;
  letter-spacing: 0.3em;
  color: rgba(245,245,242,0.3);
  margin-bottom: 2.4em;
}

.service-name {
  font-size: clamp(16px, 1.6vw, 22px);
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--white);
  margin-bottom: 1em;
}

.service-desc {
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.7;
  color: rgba(245,245,242,0.5);
}

.service-arrow {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 32px;
  height: 32px;
  border: 1px solid rgba(245,245,242,0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: rgba(245,245,242,0.4);
}

/* BEFORE AFTER */
#before-after {
  background: var(--cream);
}

.ba-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(40px, 5vw, 70px);
}

.ba-title {
  font-size: clamp(32px, 4.5vw, 72px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
}

.ba-subtitle {
  font-family: Georgia, serif;
  font-size: 13px;
  color: var(--stroke);
  max-width: 200px;
  text-align: right;
  line-height: 1.6;
}

.ba-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(16px, 2vw, 32px);
}

.ba-card {
  position: relative;
}

.ba-slider-wrap {
  position: relative;
  width: 100%;
  aspect-ratio: 4/5;
  overflow: hidden;
  background: var(--sand);
  --clip: 50%;
}

.ba-before,
.ba-after {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ba-after {
  clip-path: inset(0 calc(100% - var(--clip)) 0 0);
}

.ba-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: var(--clip);
  transform: translateX(-50%);
  width: 2px;
  background: var(--white);
  cursor: ew-resize;
  z-index: 4;
}

.ba-handle::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 36px;
  height: 36px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: var(--white);
  border: 1px solid var(--sand);
}

.ba-handle-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 5;
  transform: translate(-50%, -50%);
  color: var(--ink);
  font-size: 14px;
}

.ba-label-before,
.ba-label-after {
  position: absolute;
  bottom: 14px;
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--white);
  z-index: 6;
  mix-blend-mode: difference;
}

.ba-label-before { left: 14px; }
.ba-label-after { right: 14px; }

.ba-caption {
  padding-top: 14px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.ba-case-name {
  font-size: 12px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.ba-case-type {
  font-family: Georgia, serif;
  font-size: 12px;
  color: var(--stroke);
  font-style: italic;
}

/* PROCESS */
.process-header {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3em;
  align-items: end;
  margin-bottom: clamp(50px, 6vw, 90px);
}

.process-title {
  font-size: clamp(36px, 5vw, 80px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
}

.process-intro {
  font-family: Georgia, serif;
  font-size: clamp(14px, 1.2vw, 17px);
  line-height: 1.75;
  color: var(--ink);
  opacity: 0.7;
}

.process-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: rgba(117,113,113,0.25);
}

.step {
  background: var(--sand);
  padding: clamp(24px, 3vw, 44px) clamp(20px, 2.5vw, 36px);
}

.step-index {
  font-size: clamp(48px, 5vw, 80px);
  color: transparent;
  -webkit-text-stroke: 1px rgba(117,113,113,0.45);
  line-height: 1;
  margin-bottom: 1.2em;
}

.step-title {
  font-size: clamp(12px, 1.1vw, 15px);
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0.8em;
}

.step-body {
  font-family: Georgia, serif;
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink);
  opacity: 0.65;
}

/* TESTIMONIALS */
#testimonials {
  background: var(--ink);
  color: var(--white);
  text-align: center;
  padding-top: calc(var(--gap) * 1.5);
  padding-bottom: calc(var(--gap) * 1.5);
}

#testimonials .section-label {
  color: rgba(245,245,242,0.35);
  text-align: center;
}

.testi-quote {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 3.5vw, 52px);
  line-height: 1.4;
  max-width: 860px;
  margin: 0 auto;
  font-style: italic;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.9s ease, transform 0.9s ease;
}

.testi-quote.visible {
  opacity: 1;
  transform: translateY(0);
}

.testi-author {
  margin-top: 2.4em;
  font-size: 11px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245,245,242,0.4);
  opacity: 0;
  transition: opacity 0.9s ease 0.3s;
}

.testi-author.visible {
  opacity: 1;
}

.testi-dots {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 3em;
}

.testi-dot {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: rgba(245,245,242,0.25);
  cursor: pointer;
}

.testi-dot.active {
  background: var(--white);
}

/* GALLERY */
#gallery {
  background: var(--cream);
}

.gallery-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: clamp(32px, 4vw, 60px);
}

.gallery-title {
  font-size: clamp(28px, 4vw, 60px);
  text-transform: uppercase;
  letter-spacing: -0.02em;
  line-height: 1;
}

.gallery-note {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: var(--stroke);
}

.gallery-bento {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-rows: 220px;
  gap: clamp(8px, 1vw, 14px);
}
.g-cell {
  overflow: hidden;
  position: relative;
  background: var(--sand);
}

.g-cell:first-child {
  grid-row: span 2;
}
#smile-model {
  background: var(--cream);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}

.model-view-box {
  width: 100%;
  height: 500px;
  overflow: hidden;
  border: 1px solid rgba(0,0,0,0.1);
}

.model-view-box iframe {
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  #smile-model {
    grid-template-columns: 1fr;
  }

  .model-view-box {
    height: 350px;
  }
}
.g-cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.footer-credit {
  opacity: 0.6;
}

.footer-credit a {
  color: inherit;
  text-decoration: none;
  position: relative;
}

.footer-credit a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.4);
  transition: transform 0.3s ease;
}

.footer-credit a:hover::after {
  transform: scaleX(1.05);
}
/* BOOK */
#book {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(40px,6vw,100px);
  align-items: center;
  padding-top: calc(var(--gap) * 1.5);
  padding-bottom: calc(var(--gap) * 1.5);
}

.cta-headline {
  font-size: clamp(42px, 5.5vw, 90px);
  text-transform: uppercase;
  line-height: 1;
  color: transparent;
  -webkit-text-stroke: 1px var(--ink);
}

.cta-headline em {
  font-style: normal;
  color: var(--ink);
  -webkit-text-stroke: 0;
}

.book-right {
  display: flex;
  flex-direction: column;
  gap: 2em;
}

.book-right p {
  position: static;
  transform: none;
  text-align: left;
  width: auto;
  font-family: Georgia, serif;
  font-size: 15px;
  line-height: 1.75;
  color: var(--ink);
  opacity: 0.75;
}

.btn-book {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  font-family: "Monument Extended", sans-serif;
  font-size: 11px;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--white);
  background: var(--ink);
  border: none;
  padding: 18px 36px;
  cursor: pointer;
  align-self: flex-start;
}

.book-meta {
  font-size: 11px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--stroke);
}

/* FOOTER */
footer {
  background: var(--ink);
  color: rgba(245,245,242,0.45);
  padding: clamp(40px, 5vw, 80px) clamp(24px,6vw,100px);
  display: grid;
  grid-template-columns: 1.2fr 1.4fr 1fr;
  gap: 3em;
  align-items: start;
}
.footer-map {
  width: 100%;
  min-height: 220px;
  overflow: hidden; 
  border: 1px solid rgba(245,245,242,0.15);
}

.footer-map iframe {
  width: 100%;
  height: 220px;
  border: none;
  filter: grayscale(100%) contrast(1.05);
}


.footer-brand {
  font-size: clamp(20px, 2.5vw, 36px);
  color: var(--white);
  text-transform: uppercase;
  margin-bottom: 1em;
}

.footer-tagline {
  font-family: Georgia, serif;
  font-style: italic;
  font-size: 13px;
  color: rgba(245,245,242,0.35);
  line-height: 1.6;
  max-width: 220px;
}

.footer-col-title {
  font-size: 9px;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: rgba(245,245,242,0.3);
  margin-bottom: 1.4em;
}

.footer-links {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.8em;
}

.footer-links a {
  text-decoration: none;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(245,245,242,0.5);
}

.footer-bottom {
  grid-column: 1 / -1;
  border-top: 1px solid rgba(245,245,242,0.1);
  padding-top: 2em;
  display: flex;
  justify-content: space-between;
  font-size: 10px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(245,245,242,0.25);
}
@media (max-width: 1024px) {
  .services-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
/* MOBILE */
@media (max-width: 768px) {
  .site-content {
    margin-top: 100vh;
  }
.services-grid {
  grid-template-columns: 1fr;
}
  #about,
  #book,
  .process-header,
  .services-header,
  .gallery-header {
    grid-template-columns: 1fr;
    flex-direction: column;
    align-items: flex-start;
  }

  .about-stat-row {
    flex-wrap: wrap;
    gap: 2em;
  }

  .stat-item {
    flex: 0 0 40%;
  }

  .services-note,
  .ba-subtitle,
  .gallery-note {
    text-align: left;
    max-width: 100%;
  }

  .services-grid,
  .ba-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .gallery-bento {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }

  .g-cell:first-child {
    grid-row: auto;
  }

  footer {
    grid-template-columns: 1fr;
  }

  .footer-bottom {
    flex-direction: column;
    gap: 0.6em;
  }
}