:root {
  --warm-white: #f8f6f2;
  --soft-beige: #eae2d6;
  --sand: #dcc7aa;
  --brown: #8c6a52;
  --charcoal: #2b2b2b;
  --gold: #c6a769;
  --white-glass: rgba(248, 246, 242, 0.72);
  --line: rgba(43, 43, 43, 0.12);
  --shadow: 0 24px 70px rgba(103, 82, 62, 0.14);
  --serif: "Playfair Display", "Cormorant Garamond", serif;
  --sans: "Inter", "Manrope", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: auto;
  background: var(--warm-white);
}

body {
  margin: 0;
  color: var(--charcoal);
  font-family: var(--sans);
  font-size: 16px;
  background:
    radial-gradient(circle at 15% 5%, rgba(198, 167, 105, 0.16), transparent 24rem),
    linear-gradient(120deg, var(--warm-white), #fffdfa 42%, var(--soft-beige));
  cursor: none;
  overflow-x: hidden;
}

body.menu-open,
body.loading,
body.lightbox-open {
  overflow: hidden;
}

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

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

button,
input,
textarea,
select {
  font: inherit;
}

button {
  border: 0;
}

::selection {
  color: #fff;
  background: var(--brown);
}

.noise {
  position: fixed;
  inset: 0;
  z-index: 100;
  pointer-events: none;
  opacity: 0.045;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.loader {
  position: fixed;
  inset: 0;
  z-index: 200;
  display: grid;
  place-items: center;
  background: var(--warm-white);
  transition: opacity 0.8s ease, visibility 0.8s ease;
}

.loader.is-hidden {
  opacity: 0;
  visibility: hidden;
}

.loader-mark {
  display: grid;
  gap: 1rem;
  justify-items: center;
}

.loader-line {
  width: min(42vw, 280px);
  height: 1px;
  overflow: hidden;
  background: rgba(43, 43, 43, 0.14);
}

.loader-line::after {
  content: "";
  display: block;
  width: 45%;
  height: 100%;
  background: var(--gold);
  animation: loadline 1.2s ease-in-out infinite;
}

.loader-title,
.brand,
.nav-logo,
.footer-brand {
  font-family: var(--serif);
  letter-spacing: 0;
}

.loader-title {
  font-size: clamp(1.8rem, 5vw, 3.6rem);
  line-height: 1;
}

@keyframes loadline {
  0% { transform: translateX(-110%); }
  100% { transform: translateX(230%); }
}

.cursor,
.cursor-dot {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 250;
  pointer-events: none;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.cursor {
  width: 44px;
  height: 44px;
  border: 1px solid rgba(140, 106, 82, 0.56);
  display: grid;
  place-items: center;
  color: var(--brown);
  font-size: 0.58rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  transition: width 0.25s ease, height 0.25s ease, background 0.25s ease, color 0.25s ease;
}

.cursor-dot {
  width: 6px;
  height: 6px;
  background: var(--brown);
}

.cursor.is-active {
  width: 86px;
  height: 86px;
  background: rgba(248, 246, 242, 0.8);
  backdrop-filter: blur(12px);
}

.page-shell {
  min-height: 100vh;
}

.site-header {
  position: relative;
  width: 100%;
  z-index: 120;
  padding: 0.45rem clamp(1rem, 4vw, 3rem);
  color: #fff;
  background: #070707;
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  transition: background 0.4s ease, border-color 0.4s ease;
}

.site-header.is-scrolled {
  background: #070707;
}

.home-page .site-header:not(.is-scrolled) {
  color: #fff;
}

.home-page .site-header:not(.is-scrolled) .nav-links a::after {
  background: var(--gold);
}

.home-page .site-header:not(.is-scrolled) .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.home-page .site-header:not(.is-scrolled) .nav-actions .btn {
  display: inline-flex;
}

.site-header.is-hidden {
  transform: none;
}

.nav-wrap {
  position: relative;
  z-index: 130;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}

.nav-logo {
  display: inline-flex;
  align-items: center;
  font-size: clamp(1.05rem, 2vw, 1.55rem);
  font-weight: 700;
  width: auto;
  max-width: clamp(104px, 13vw, 168px);
  line-height: 1.05;
}

.home-page .nav-logo {
  max-width: clamp(104px, 13vw, 168px);
}

.nav-logo img {
  width: auto;
  height: clamp(42px, 5vw, 62px);
  max-width: 100%;
  border-radius: 2px;
  object-fit: contain;
  box-shadow: none;
}

.nav-links {
  display: flex;
  align-items: center;
  gap: clamp(1rem, 2.5vw, 2.3rem);
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.nav-item {
  position: relative;
  display: inline-flex;
  align-items: center;
}

.nav-links a {
  position: relative;
  padding: 0.5rem 0;
}

.submenu {
  position: absolute;
  top: calc(100% + 0.7rem);
  left: 50%;
  z-index: 20;
  min-width: 180px;
  padding: 0.55rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  background: rgba(9, 9, 9, 0.96);
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.32);
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 8px);
  transition: opacity 0.25s ease, transform 0.25s ease, visibility 0.25s ease;
}

.submenu a {
  display: block;
  padding: 0.65rem 0.75rem;
  color: #fff;
  white-space: nowrap;
}

.nav-item:hover .submenu,
.nav-item:focus-within .submenu {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.nav-links a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0.15rem;
  width: 100%;
  height: 1px;
  background: var(--gold);
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.35s ease;
}

.nav-links a:hover::after,
.nav-links a[aria-current="page"]::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.site-header .nav-actions .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.22);
  color: #fff;
}

.menu-toggle span {
  display: block;
  width: 18px;
  height: 1px;
  margin: 5px auto;
  background: currentColor;
  transition: transform 0.3s ease;
}

.btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3rem;
  padding: 0.9rem 1.25rem;
  border-radius: 999px;
  overflow: hidden;
  border: 1px solid rgba(140, 106, 82, 0.28);
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(16px);
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.13em;
  transition: transform 0.35s ease, color 0.35s ease, border-color 0.35s ease;
}

.btn::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, var(--brown), var(--gold));
  opacity: 0;
  transform: scaleX(0);
  transform-origin: left;
  transition: opacity 0.35s ease, transform 0.45s ease;
  z-index: -1;
}

.btn:hover {
  color: #fff;
  border-color: transparent;
  transform: translateY(-2px);
}

.btn:hover::before {
  opacity: 1;
  transform: scaleX(1);
}

.btn.solid {
  background: var(--charcoal);
  color: #fff;
  border-color: transparent;
}

.btn.light {
  background: rgba(248, 246, 242, 0.74);
}

.section {
  position: relative;
  padding: clamp(4rem, 7vw, 6.5rem) clamp(1rem, 5vw, 5rem);
  border-top: 1px solid var(--line);
}

.section:nth-of-type(even) {
  background: rgba(255, 255, 255, 0.34);
}

.section.tight {
  padding-top: clamp(3rem, 5vw, 4rem);
}

.section-header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(240px, 0.5fr);
  gap: clamp(1.5rem, 5vw, 4.5rem);
  align-items: end;
  margin-bottom: clamp(1.8rem, 4vw, 3.2rem);
  padding-bottom: clamp(1.1rem, 2vw, 1.6rem);
  border-bottom: 1px solid var(--line);
}

.kicker {
  margin: 0 0 1rem;
  color: var(--brown);
  font-size: 0.76rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.18em;
}

h1,
h2,
h3 {
  margin: 0;
  font-family: var(--serif);
  font-weight: 600;
  letter-spacing: 0;
}

h1 {
  font-size: clamp(3rem, 7vw, 6.6rem);
  line-height: 0.98;
}

h2 {
  font-size: clamp(2rem, 4.8vw, 4.2rem);
  line-height: 1.04;
}

h3 {
  font-size: clamp(1.25rem, 2.4vw, 2rem);
  line-height: 1.08;
}

p {
  margin: 0;
  line-height: 1.75;
}

.lede {
  font-size: clamp(1rem, 1.35vw, 1.16rem);
  color: rgba(43, 43, 43, 0.72);
}

.hero {
  position: relative;
  min-height: 92svh;
  padding: clamp(4rem, 8vh, 6rem) clamp(1rem, 4vw, 3rem) 2rem;
  display: grid;
  align-items: end;
  overflow: hidden;
}

.hero-cinema {
  min-height: 100svh;
  padding: clamp(4.8rem, 10vh, 7rem) clamp(1rem, 4vw, 5.5rem) clamp(5.2rem, 9vh, 7rem);
  align-items: end;
  color: #fff;
  background: #151515;
  border-radius: 0 0 22px 22px;
  isolation: isolate;
}

.hero-media {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.hero-slide {
  position: absolute;
  inset: -5%;
  opacity: 0;
  background:
    radial-gradient(circle at 48% 35%, rgba(255, 255, 255, 0.08), transparent 24rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.66), rgba(0, 0, 0, 0.12) 38%, rgba(0, 0, 0, 0.18) 62%, rgba(0, 0, 0, 0.72)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.04) 28%, rgba(0, 0, 0, 0.58)),
    var(--hero-image) center / cover;
  filter: saturate(0.78) contrast(1.04);
  transform: scale(1.03);
  transition: opacity 0.9s ease, transform 6s ease;
}

.hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.hero-bg {
  position: absolute;
  inset: -5%;
  background: linear-gradient(180deg, rgba(248, 246, 242, 0.08), rgba(248, 246, 242, 0.82)),
    var(--hero-image) center / cover;
  animation: slowZoom 18s ease-in-out infinite alternate;
}

.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(90deg, rgba(248, 246, 242, 0.94), rgba(248, 246, 242, 0.42) 45%, rgba(248, 246, 242, 0.78));
}

.hero-cinema::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 22%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.5), transparent 24%);
}

.hero-cinema::after {
  display: none;
}

@keyframes slowZoom {
  from { transform: scale(1); }
  to { transform: scale(1.08); }
}

.hero-content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(300px, 0.42fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  width: 100%;
}

.hero-cinema .hero-content {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}

.hero-title {
  max-width: 13ch;
}

.hero-cinema .hero-title {
  max-width: 11ch;
  font-size: clamp(3rem, 7vw, 7.4rem);
  text-wrap: balance;
  text-shadow: 0 18px 48px rgba(0, 0, 0, 0.42);
}

.hero-title .line {
  display: block;
  overflow: visible;
}

.hero-title span span {
  display: block;
}

.hero-copy {
  display: grid;
  gap: 1.4rem;
  max-width: 32rem;
}

.hero-cinema .kicker {
  color: rgba(255, 255, 255, 0.78);
}

.hero-cinema .lede {
  color: rgba(255, 255, 255, 0.82);
}

.hero-brand {
  display: none;
}

.hero-brand span {
  font-family: var(--serif);
  font-size: clamp(2.5rem, 5vw, 5.3rem);
  line-height: 0.82;
  font-weight: 500;
}

.hero-brand small {
  justify-self: end;
  margin-top: 0.3rem;
  font-family: var(--serif);
  font-size: clamp(1rem, 2vw, 2rem);
  font-style: italic;
}

.hero-arrow {
  position: absolute;
  top: 50%;
  z-index: 4;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  background: rgba(12, 12, 14, 0.62);
  font-size: 3rem;
  line-height: 1;
  cursor: none;
  transform: translateY(-50%);
  transition: background 0.25s ease, transform 0.25s ease;
}

.hero-arrow:hover {
  background: rgba(12, 12, 14, 0.86);
  transform: translateY(-50%) scale(1.05);
}

.hero-arrow-prev { left: 1.1rem; }
.hero-arrow-next { right: 1.1rem; }

.hero-social {
  position: absolute;
  left: clamp(1.25rem, 4vw, 5.5rem);
  bottom: clamp(1.8rem, 5vh, 4.8rem);
  z-index: 4;
  display: flex;
  align-items: center;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.18em;
}

.hero-social span {
  width: 18px;
  height: 1px;
  background: rgba(255, 255, 255, 0.7);
}

.hero-dots {
  position: absolute;
  left: 50%;
  bottom: clamp(2rem, 5vh, 4.8rem);
  z-index: 4;
  display: flex;
  gap: clamp(0.65rem, 1.4vw, 1.25rem);
  transform: translateX(-50%);
}

.hero-dots button {
  width: 18px;
  height: 18px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.92);
  background: transparent;
  cursor: none;
}

.hero-dots button.is-active {
  background: #fff;
}

.contact-float {
  position: fixed;
  right: clamp(1rem, 2.6vw, 2rem);
  bottom: clamp(1rem, 2.6vw, 2rem);
  z-index: 160;
  display: grid;
  gap: 0.75rem;
}

.contact-float-btn {
  width: clamp(58px, 5.2vw, 76px);
  height: clamp(58px, 5.2vw, 76px);
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.32);
  box-shadow: 0 18px 42px rgba(0, 0, 0, 0.28);
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.contact-float-btn:hover {
  transform: translateY(-4px);
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.34);
}

.contact-float-btn svg {
  width: 46%;
  height: 46%;
  fill: currentColor;
}

.contact-float-btn.phone {
  background: linear-gradient(135deg, #8c6a52, #c6a769);
}

.contact-float-btn.whatsapp {
  background: #25d366;
}

.hero-frame-slider {
  min-height: 100svh;
  padding: clamp(5rem, 10vh, 7.5rem) clamp(1rem, 6vw, 7rem) clamp(5.5rem, 8vh, 7rem);
  align-items: center;
  background:
    radial-gradient(circle at 82% 38%, rgba(198, 167, 105, 0.18), transparent 22rem),
    radial-gradient(circle at 16% 18%, rgba(255, 255, 255, 0.08), transparent 18rem),
    linear-gradient(135deg, #151515 0%, #222120 48%, #101112 100%);
}

.hero-frame-slider .hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: minmax(280px, 0.86fr) minmax(300px, 0.72fr);
  gap: clamp(2rem, 6vw, 6.5rem);
  align-items: center;
  overflow: visible;
  clip-path: none;
  white-space: normal;
}

.hero-copy-panel {
  max-width: 660px;
  display: grid;
  gap: clamp(1.1rem, 2vw, 1.55rem);
}

.hero-frame-slider .hero-title {
  max-width: 10ch;
  font-size: clamp(3.4rem, 7.2vw, 7.6rem);
  line-height: 1;
}

.hero-frame-slider .lede {
  max-width: 36rem;
  color: rgba(255, 255, 255, 0.76);
}

.hero-frame-slider .btn.light {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.32);
  background: rgba(255, 255, 255, 0.1);
}

.hero-slider-wrap {
  position: relative;
  z-index: 3;
  width: min(42vw, 540px);
  justify-self: center;
  padding: 1rem clamp(1.8rem, 4vw, 3.5rem) 4rem;
}

.hero-swiper {
  width: min(74vw, 430px);
  height: clamp(460px, 68vh, 660px);
  overflow: visible;
}

.photo-frame {
  position: relative;
  height: 100%;
  margin: 0;
  padding: clamp(0.8rem, 1.5vw, 1.1rem) clamp(0.8rem, 1.5vw, 1.1rem) clamp(4.8rem, 8vw, 6.4rem);
  border-radius: 6px;
  background: #fbf8f1;
  box-shadow:
    0 30px 80px rgba(0, 0, 0, 0.42),
    inset 0 0 0 1px rgba(255, 255, 255, 0.7);
  color: var(--charcoal);
  overflow: hidden;
}

.photo-frame::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.24), transparent 36%);
}

.photo-frame img {
  width: 100%;
  height: 100%;
  min-height: 0;
  object-fit: cover;
  object-position: center top;
  border-radius: 3px;
  filter: saturate(0.9) contrast(1.03);
}

.photo-frame figcaption {
  position: absolute;
  left: clamp(1rem, 2vw, 1.35rem);
  right: clamp(1rem, 2vw, 1.35rem);
  bottom: clamp(1.1rem, 2vw, 1.55rem);
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(43, 43, 43, 0.72);
}

.photo-frame strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.7rem);
  font-weight: 600;
  line-height: 1;
}

.photo-frame span {
  max-width: 14rem;
  font-size: 0.72rem;
  line-height: 1.35;
  text-align: right;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.hero-slider-wrap .hero-arrow {
  top: calc(50% - 1.5rem);
  z-index: 8;
  width: 48px;
  height: 48px;
  font-size: 2.5rem;
}

.hero-slider-wrap .hero-arrow-prev {
  left: 0;
}

.hero-slider-wrap .hero-arrow-next {
  right: 0;
}

.hero-slider-wrap .hero-dots {
  left: 50%;
  bottom: 0.85rem;
  width: auto;
  transform: translateX(-50%);
}

.hero-slider-wrap .swiper-pagination-bullet {
  width: 14px;
  height: 14px;
  margin: 0 0.35rem !important;
  border: 2px solid rgba(255, 255, 255, 0.88);
  background: transparent;
  opacity: 1;
}

.hero-slider-wrap .swiper-pagination-bullet-active {
  background: #fff;
}

.cta-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
}

.floating-frame {
  position: absolute;
  z-index: 2;
  width: clamp(110px, 12vw, 190px);
  aspect-ratio: 3 / 4;
  border: 8px solid rgba(248, 246, 242, 0.72);
  box-shadow: var(--shadow);
  overflow: hidden;
  will-change: transform;
}

.floating-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.frame-one { right: 9vw; top: 15vh; transform: rotate(4deg); }
.frame-two { left: 52vw; top: 36vh; width: clamp(100px, 11vw, 180px); transform: rotate(-7deg); }
.frame-three { right: 28vw; bottom: 10vh; width: clamp(130px, 13vw, 210px); transform: rotate(2deg); }

.scroll-indicator {
  position: absolute;
  left: clamp(1rem, 4vw, 3rem);
  bottom: 2rem;
  z-index: 3;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: rgba(43, 43, 43, 0.68);
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.15em;
}

.scroll-indicator i {
  display: block;
  width: 1px;
  height: 3rem;
  background: var(--brown);
  transform-origin: top;
  animation: scrollPulse 1.6s ease-in-out infinite;
}

@keyframes scrollPulse {
  0%, 100% { transform: scaleY(0.45); opacity: 0.55; }
  50% { transform: scaleY(1); opacity: 1; }
}

.marquee {
  display: flex;
  overflow: hidden;
  border-block: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.32);
}

.marquee-track {
  display: flex;
  min-width: 100%;
  animation: marquee 24s linear infinite;
}

.marquee span {
  flex: 0 0 auto;
  padding: 0.85rem 2rem;
  font-family: var(--serif);
  font-size: clamp(1rem, 1.5vw, 1.45rem);
  color: var(--brown);
}

@keyframes marquee {
  to { transform: translateX(-50%); }
}

.services-section {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5), rgba(248, 246, 242, 0.72));
}

.services-heading {
  width: min(920px, 100%);
  margin: 0 auto clamp(2rem, 4vw, 3.2rem);
  text-align: center;
}

.services-heading h2 {
  font-size: clamp(2.4rem, 5vw, 4.8rem);
  line-height: 1.02;
}

.services-heading p {
  margin: 1.2rem auto 0;
  max-width: 720px;
  color: rgba(43, 43, 43, 0.68);
  font-size: clamp(1.02rem, 1.5vw, 1.3rem);
  line-height: 1.55;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 2vw, 1.5rem);
  border: 0;
  background: transparent;
}

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

.service-card {
  min-width: 0;
  overflow: hidden;
  display: grid;
  grid-template-rows: auto 1fr;
  border: 1px solid rgba(43, 43, 43, 0.1);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.74);
  box-shadow: 0 18px 42px rgba(103, 82, 62, 0.12);
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 24px 60px rgba(103, 82, 62, 0.18);
}

.service-card img {
  width: 100%;
  height: auto;
  max-height: none;
  aspect-ratio: 1 / 1;
  object-fit: contain;
  object-position: center center;
  background: var(--warm-white);
  transition: transform 0.7s ease, filter 0.45s ease;
}

.service-card:hover img {
  filter: saturate(1.03);
  transform: scale(1.05);
}

.service-card-body {
  display: grid;
  align-content: start;
  gap: 0.85rem;
  min-height: 190px;
  padding: clamp(1.1rem, 1.8vw, 1.55rem);
}

.service-card h3 {
  margin: 0;
  color: var(--charcoal);
  font-size: clamp(1.22rem, 1.55vw, 1.65rem);
  line-height: 1.08;
}

.service-card p {
  margin: 0;
  color: rgba(43, 43, 43, 0.68);
  font-size: clamp(0.94rem, 1vw, 1.02rem);
  line-height: 1.58;
}

.service-link,
.service-status {
  align-self: end;
  display: inline-flex;
  width: fit-content;
  margin-top: 0.35rem;
  color: var(--brown);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.13em;
}

.service-link {
  padding-bottom: 0.18rem;
  border-bottom: 1px solid currentColor;
}

.service-status {
  color: rgba(43, 43, 43, 0.5);
}

.filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
}

.filter-btn {
  min-height: 2.6rem;
  padding: 0.7rem 1rem;
  border-radius: 999px;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.44);
  color: rgba(43, 43, 43, 0.72);
  cursor: none;
  transition: background 0.3s ease, color 0.3s ease, transform 0.3s ease;
}

.filter-btn:hover,
.filter-btn.is-active {
  color: #fff;
  background: var(--brown);
  transform: translateY(-2px);
}

.masonry {
  columns: 4 250px;
  column-gap: clamp(1rem, 2vw, 1.5rem);
}

.gallery-item {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 0 0 clamp(1rem, 2vw, 1.5rem);
  padding: 0;
  border: 0;
  overflow: hidden;
  background: var(--soft-beige);
  break-inside: avoid;
  color: inherit;
  cursor: none;
  font: inherit;
  text-align: left;
}

.gallery-item img {
  width: 100%;
  height: auto;
  filter: saturate(0.94);
  transform: scale(1.01);
  transform-origin: center top;
  transition: transform 0.9s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

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

.gallery-reveal {
  position: absolute;
  inset: auto 0 0;
  padding: 1.2rem;
  color: #fff;
  background: linear-gradient(transparent, rgba(43, 43, 43, 0.64));
  transform: translateY(18%);
  opacity: 0;
  transition: opacity 0.4s ease, transform 0.4s ease;
}

.gallery-item:hover .gallery-reveal {
  opacity: 1;
  transform: translateY(0);
}

.gallery-cta {
  display: flex;
  justify-content: center;
  margin-top: clamp(1rem, 3vw, 2rem);
}

.stats-grid,
.pricing-grid,
.feed-grid,
.award-grid,
.gear-grid,
.addons-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.stat,
.price-card,
.feed-tile,
.award,
.gear,
.addon {
  background: rgba(248, 246, 242, 0.76);
}

.stats-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.stat {
  padding: clamp(1.3rem, 3vw, 2.4rem);
}

.stat strong {
  display: block;
  font-family: var(--serif);
  font-size: clamp(2rem, 4.4vw, 4rem);
  font-weight: 500;
  line-height: 0.92;
}

.stat span {
  color: rgba(43, 43, 43, 0.62);
}

.gear-grid .gear {
  min-width: 0;
}

.gear-grid .stat {
  height: 100%;
  min-height: 190px;
  padding: clamp(1rem, 2vw, 1.5rem);
  display: grid;
  align-content: center;
  gap: 0.55rem;
}

.gear-grid .stat strong {
  font-size: clamp(2.4rem, 4vw, 3.4rem);
}

.gear-grid .stat span {
  display: block;
  max-width: 20rem;
  font-size: clamp(0.94rem, 1.2vw, 1.05rem);
  line-height: 1.38;
}

.horizontal-wrap {
  overflow: hidden;
}

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

.testimonial-header {
  align-items: start;
}

.testimonial-slider {
  width: 100%;
  overflow: visible;
}

.testimonial-slider .horizontal-track {
  display: flex;
  align-items: flex-start;
  gap: 0;
}

.testimonial {
  min-width: 0;
  height: auto !important;
  min-height: 0;
  padding: clamp(1.1rem, 2vw, 1.65rem);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  border: 1px solid var(--line);
  background: rgba(255, 255, 255, 0.46);
  backdrop-filter: blur(18px);
}

.testimonial p {
  font-family: var(--serif);
  font-size: clamp(1rem, 1.35vw, 1.22rem);
  line-height: 1.28;
}

.testimonial cite {
  display: block;
  margin-top: 0.85rem;
  font-style: normal;
  font-size: 0.95rem;
  font-weight: 700;
  color: var(--brown);
}

.testimonial-controls {
  margin-top: clamp(0.85rem, 1.7vw, 1.2rem);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  width: 100%;
}

.testimonial-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  color: var(--charcoal);
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid var(--line);
  font-size: 2rem;
  line-height: 1;
  cursor: none;
}

.feed-grid {
  grid-template-columns: repeat(6, 1fr);
}

.feed-tile {
  position: relative;
  aspect-ratio: 1;
  overflow: hidden;
}

.feed-tile:nth-child(2),
.feed-tile:nth-child(5) {
  grid-row: span 2;
  aspect-ratio: auto;
}

.feed-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  transition: transform 0.7s ease;
}

.feed-tile:hover img {
  transform: scale(1.08);
}

.final-cta {
  position: relative;
  overflow: hidden;
  min-height: 35vh;
  padding: clamp(2rem, 4vw, 3rem) clamp(1rem, 5vw, 5rem);
  display: grid;
  place-items: center;
  text-align: center;
  color: #fff;
  isolation: isolate;
}

.final-cta::before {
  content: "";
  position: absolute;
  inset: -8%;
  background:
    linear-gradient(rgba(12, 12, 12, 0.52), rgba(12, 12, 12, 0.66)),
    var(--cta-image) center / cover;
  z-index: -2;
  animation: slowZoom 16s ease-in-out infinite alternate;
}

.final-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 44%, rgba(0, 0, 0, 0.12), transparent 22rem),
    linear-gradient(135deg, rgba(66, 45, 32, 0.62), rgba(0, 0, 0, 0.3));
  z-index: -1;
}

.final-cta .inner {
  width: min(860px, 92vw);
  display: grid;
  gap: clamp(0.65rem, 1.4vw, 1rem);
  justify-items: center;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.48);
}

.final-cta .kicker {
  margin-bottom: 0;
  color: rgba(255, 232, 197, 0.92);
}

.final-cta h2 {
  max-width: 16ch;
  font-size: clamp(2rem, 4.5vw, 4.2rem);
  line-height: 0.98;
}

.final-cta .lede {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.9);
  font-size: clamp(0.95rem, 1.35vw, 1.12rem);
  line-height: 1.5;
}

.final-cta .btn {
  text-shadow: none;
  box-shadow: 0 18px 44px rgba(0, 0, 0, 0.22);
}

.page-hero {
  min-height: 56svh;
  padding: clamp(4.5rem, 9vh, 6rem) clamp(1rem, 5vw, 5rem) 3rem;
  display: grid;
  align-items: end;
}

.page-hero .inner {
  display: grid;
  grid-template-columns: minmax(0, 0.75fr) minmax(260px, 0.45fr);
  gap: clamp(1.5rem, 5vw, 4rem);
  align-items: end;
}

.editorial-split {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(300px, 0.75fr);
  gap: clamp(2rem, 5vw, 5rem);
  align-items: center;
}

.layered-photo {
  position: relative;
  min-height: min(58vh, 520px);
}

.layered-photo img {
  position: absolute;
  object-fit: cover;
  object-position: center center;
  box-shadow: var(--shadow);
}

.layered-photo img:first-child {
  inset: 0 auto auto 0;
  width: 76%;
  height: 82%;
}

.layered-photo img:last-child {
  right: 0;
  bottom: 0;
  width: 44%;
  height: 58%;
  border: 10px solid var(--warm-white);
  object-position: center center;
}

.timeline {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.timeline-item {
  display: grid;
  grid-template-columns: 160px 1fr;
  gap: 2rem;
  padding: clamp(1.2rem, 3vw, 2.2rem);
  background: rgba(248, 246, 242, 0.78);
}

.timeline-item time {
  color: var(--brown);
  font-family: var(--serif);
  font-size: 2rem;
}

.quote-band {
  padding: clamp(3.5rem, 7vw, 5.5rem) clamp(1rem, 5vw, 5rem);
  text-align: center;
  background: linear-gradient(120deg, rgba(234, 226, 214, 0.62), rgba(255, 255, 255, 0.4));
}

.quote-band blockquote {
  width: min(900px, 92vw);
  margin: auto;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 4.8vw, 4rem);
  line-height: 1.08;
}

.portfolio-hero {
  min-height: 76svh;
  display: grid;
  grid-template-columns: 0.7fr 1fr;
  gap: 1px;
  background: var(--line);
}

.portfolio-copy,
.portfolio-showcase {
  background: var(--warm-white);
}

.portfolio-copy {
  padding: clamp(4.5rem, 9vh, 6rem) clamp(1rem, 4vw, 4rem) 3rem;
  display: grid;
  align-content: end;
  gap: 1.4rem;
}

.portfolio-showcase {
  position: relative;
  overflow: hidden;
  min-height: 76svh;
}

.showcase-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  transition: opacity 0.8s ease;
}

.showcase-slide.is-active {
  opacity: 1;
}

.showcase-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.case-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
  background: var(--line);
}

.case-study {
  min-height: 390px;
  padding: 1.4rem;
  display: flex;
  align-items: end;
  background: linear-gradient(transparent, rgba(43, 43, 43, 0.6)), var(--case-image) center / cover;
  color: #fff;
  overflow: hidden;
}

.case-study div {
  transform: translateY(1rem);
  transition: transform 0.4s ease;
}

.case-study:hover div {
  transform: translateY(0);
}

.before-after {
  position: relative;
  height: min(62vh, 580px);
  overflow: hidden;
  background: var(--soft-beige);
}

.before-after img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.before-after .after {
  clip-path: inset(0 45% 0 0);
}

.ba-range {
  position: absolute;
  left: 50%;
  bottom: 1.3rem;
  transform: translateX(-50%);
  width: min(520px, 80vw);
  accent-color: var(--brown);
}

.price-card {
  position: relative;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  min-height: 390px;
  display: grid;
  align-content: space-between;
  overflow: hidden;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.price-card::before {
  content: "";
  position: absolute;
  inset: -1px;
  background: radial-gradient(circle at var(--mx, 50%) var(--my, 50%), rgba(198, 167, 105, 0.32), transparent 16rem);
  opacity: 0;
  transition: opacity 0.35s ease;
}

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

.price-card:hover::before {
  opacity: 1;
}

.price-card > * {
  position: relative;
}

.price {
  font-family: var(--serif);
  font-size: clamp(2rem, 4.2vw, 3.6rem);
  line-height: 1;
}

.price-card ul,
.comparison ul {
  padding: 0;
  margin: 1.4rem 0;
  list-style: none;
  display: grid;
  gap: 0.8rem;
}

.price-card li,
.comparison li {
  border-bottom: 1px solid var(--line);
  padding-bottom: 0.75rem;
}

.package-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1.8rem;
}

.maternity-packages {
  background: #eeeae4;
}

.newborn-package-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(198, 167, 105, 0.16), transparent 24rem),
    linear-gradient(120deg, #f8f6f2, #edf4f4 52%, #eae2d6);
}

.newborn-packages {
  background: #eef2f0;
}

.baby-package-hero {
  background:
    radial-gradient(circle at 78% 18%, rgba(198, 167, 105, 0.16), transparent 24rem),
    linear-gradient(120deg, #f8f6f2, #f3ede6 52%, #eadfd3);
}

.baby-packages {
  background: #f1e9df;
}

.pre-birthday-package-hero {
  background:
    radial-gradient(circle at 80% 12%, rgba(198, 167, 105, 0.18), transparent 24rem),
    linear-gradient(120deg, #f8f6f2, #f2ebe0 54%, #e8d3bb);
}

.pre-birthday-packages {
  background: #f0e4d7;
}

.maternity-pricing .price-card {
  min-height: 560px;
}

.newborn-pricing .price-card,
.baby-pricing .price-card {
  min-height: 600px;
}

.pre-birthday-pricing .price-card {
  min-height: 650px;
}

.maternity-pricing .price-card h3 {
  min-height: 2.2em;
}

.newborn-pricing .price-card h3,
.baby-pricing .price-card h3,
.pre-birthday-pricing .price-card h3 {
  min-height: 1.5em;
}

.maternity-pricing .price-card ul {
  font-size: 0.92rem;
  gap: 0.65rem;
}

.newborn-pricing .price-card ul,
.baby-pricing .price-card ul,
.pre-birthday-pricing .price-card ul {
  font-size: 0.92rem;
  gap: 0.65rem;
}

.terms-panel {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(260px, 0.75fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: start;
  background: #eeeae4;
}

.terms-panel h2,
.terms-panel h3 {
  font-family: var(--sans);
  font-weight: 800;
}

.terms-list,
.addon-list {
  margin: 1.2rem 0 0;
  padding-left: 1.2rem;
  font-size: clamp(1rem, 1.7vw, 1.35rem);
  line-height: 1.55;
}

.addon-list {
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.comparison {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.comparison > div,
.faq-item,
.process-step {
  background: rgba(248, 246, 242, 0.78);
  padding: clamp(1.2rem, 2.5vw, 2rem);
}

.faq {
  display: grid;
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  background: transparent;
  color: var(--charcoal);
  text-align: left;
  cursor: none;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  color: rgba(43, 43, 43, 0.68);
  transition: max-height 0.35s ease;
}

.faq-item.is-open .faq-answer {
  max-height: 180px;
  padding-top: 1rem;
}

.process {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.contact-layout {
  width: min(920px, 100%);
  margin-inline: auto;
}

.contact-panel {
  position: sticky;
  top: 7rem;
  min-height: 480px;
  padding: clamp(1.4rem, 3vw, 2.4rem);
  display: grid;
  align-content: end;
  color: #fff;
  background:
    linear-gradient(rgba(43, 43, 43, 0.1), rgba(43, 43, 43, 0.52)),
    url("https://images.unsplash.com/photo-1492684223066-81342ee5ff30?auto=format&fit=crop&w=1200&q=80") center / cover;
}

.contact-form {
  display: grid;
  gap: 1rem;
  width: 100%;
  padding: clamp(1.1rem, 3vw, 2.2rem);
  border: 1px solid rgba(43, 43, 43, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 22px 60px rgba(103, 82, 62, 0.12);
}

.field {
  position: relative;
}

.field input,
.field textarea,
.field select {
  width: 100%;
  border: 1px solid var(--line);
  border-radius: 14px;
  background: #fff;
  padding: 1.45rem 1rem 0.8rem;
  color: var(--charcoal);
  outline: 0;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

.field textarea {
  min-height: 160px;
  resize: vertical;
}

.field label {
  position: absolute;
  top: 1rem;
  left: 1rem;
  color: rgba(43, 43, 43, 0.58);
  pointer-events: none;
  transition: transform 0.25s ease, font-size 0.25s ease, color 0.25s ease;
}

.field input:focus,
.field textarea:focus,
.field select:focus {
  border-color: rgba(140, 106, 82, 0.54);
  box-shadow: 0 0 0 4px rgba(198, 167, 105, 0.12);
}

.field input:focus + label,
.field input:not(:placeholder-shown) + label,
.field textarea:focus + label,
.field textarea:not(:placeholder-shown) + label {
  transform: translateY(-0.58rem);
  font-size: 0.68rem;
  color: var(--brown);
}

.form-success,
.form-error {
  display: none;
  padding: 1rem;
  border: 1px solid rgba(198, 167, 105, 0.42);
  background: rgba(198, 167, 105, 0.12);
}

.form-error {
  border-color: rgba(155, 49, 49, 0.32);
  background: rgba(155, 49, 49, 0.1);
}

.form-success.is-visible,
.form-error.is-visible {
  display: block;
}

.map {
  height: 340px;
  background:
    linear-gradient(rgba(248, 246, 242, 0.65), rgba(248, 246, 242, 0.65)),
    url("https://images.unsplash.com/photo-1524661135-423995f22d0b?auto=format&fit=crop&w=1400&q=80") center / cover;
  display: grid;
  place-items: center;
  border: 1px solid var(--line);
}

.social-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
}

.site-footer {
  padding: clamp(3rem, 7vw, 5rem) clamp(1rem, 5vw, 5rem);
  color: rgba(255, 255, 255, 0.78);
  background: #070707;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-grid {
  display: grid;
  grid-template-columns: 1fr 0.7fr 0.7fr;
  gap: clamp(2rem, 5vw, 5rem);
}

.footer-brand {
  display: inline-flex;
  width: min(190px, 52vw);
}

.footer-brand img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-links {
  display: grid;
  gap: 0.7rem;
}

.site-footer .kicker {
  color: var(--gold);
}

.site-footer a {
  color: #fff;
}

.site-footer p {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer .btn {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.34);
  background: rgba(255, 255, 255, 0.08);
}

.footer-bottom {
  margin-top: 3rem;
  padding-top: 1.4rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  color: rgba(255, 255, 255, 0.58);
  font-size: 0.9rem;
}

.lightbox {
  position: fixed;
  inset: 0;
  z-index: 220;
  display: none;
  align-items: center;
  padding: clamp(4.5rem, 8vh, 7rem) 0 clamp(2rem, 5vh, 4rem);
  background: rgba(10, 10, 10, 0.9);
  backdrop-filter: blur(10px);
}

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

.lightbox-stage {
  width: 100%;
  overflow: hidden;
  touch-action: pan-x;
}

.lightbox-track {
  display: flex;
  align-items: center;
  gap: clamp(0.9rem, 2vw, 1.4rem);
  overflow-x: auto;
  padding: 0 clamp(4.5rem, 9vw, 8rem);
  scroll-behavior: smooth;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  overscroll-behavior: contain;
  touch-action: pan-x;
}

.lightbox-track::-webkit-scrollbar {
  display: none;
}

.lightbox-slide {
  flex: 0 0 auto;
  width: min(74vw, 560px);
  height: min(78vh, 760px);
  margin: 0;
  overflow: hidden;
  border-radius: 4px;
  opacity: 0.55;
  transform: scale(0.94);
  scroll-snap-align: center;
  transition: opacity 0.28s ease, transform 0.28s ease;
}

.lightbox-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.lightbox-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
}

.lightbox-close {
  position: absolute;
  top: clamp(1rem, 2vw, 1.6rem);
  right: clamp(1rem, 2vw, 1.6rem);
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--charcoal);
  font-size: 2.2rem;
  line-height: 1;
  cursor: none;
}

.lightbox-nav {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  color: var(--charcoal);
  font-size: 2.5rem;
  line-height: 1;
  cursor: none;
  transform: translateY(-50%);
}

.lightbox-prev {
  left: clamp(1rem, 2vw, 1.8rem);
}

.lightbox-next {
  right: clamp(1rem, 2vw, 1.8rem);
}

.reveal {
  opacity: 0;
  transform: translateY(40px);
}

@media (max-width: 1200px) {
  .nav-wrap {
    gap: 1rem;
  }

  .nav-links {
    gap: clamp(0.8rem, 1.8vw, 1.5rem);
    letter-spacing: 0.12em;
  }

  .hero-frame-slider .hero-content {
    grid-template-columns: minmax(0, 0.9fr) minmax(280px, 0.7fr);
  }

  .services-section .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .pricing-grid,
  .addons-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 980px) {
  body {
    cursor: auto;
  }

  .cursor,
  .cursor-dot {
    display: none;
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: auto;
    z-index: 110;
    display: grid;
    align-content: start;
    justify-items: stretch;
    gap: 0.25rem;
    max-height: 100svh;
    overflow-y: auto;
    padding: 6rem clamp(1rem, 5vw, 2rem) 2rem;
    background: rgba(7, 7, 7, 0.98);
    backdrop-filter: blur(18px);
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    font-family: var(--sans);
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-0.75rem);
    transition: opacity 0.35s ease, visibility 0.35s ease, transform 0.35s ease;
  }

  .nav-links a {
    display: flex;
    align-items: center;
    min-height: 3.2rem;
    padding: 0.85rem 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }

  .nav-links a::after {
    background: var(--gold);
  }

  .home-page .site-header:not(.is-scrolled) .nav-links {
    color: #fff;
  }

  .nav-links.is-open {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }

  .nav-item {
    display: grid;
    gap: 0;
  }

  .submenu {
    position: static;
    min-width: 0;
    padding: 0 0 0.45rem 1rem;
    border: 0;
    background: transparent;
    box-shadow: none;
    opacity: 1;
    visibility: visible;
    transform: none;
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.74);
  }

  .submenu a {
    min-height: 2.25rem;
    padding: 0.45rem 0;
    border-bottom: 0;
  }

  .menu-toggle {
    display: block;
    position: relative;
    z-index: 140;
  }

  .nav-actions .btn {
    display: none;
  }

  .section-header,
  .hero-content,
  .page-hero .inner,
  .editorial-split,
  .portfolio-hero,
  .contact-layout,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    min-height: 82svh;
  }

  .hero-cinema {
    min-height: 100svh;
    padding-top: 5rem;
    padding-bottom: 8rem;
  }

  .hero-cinema .hero-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }

  .hero-frame-slider {
    align-items: start;
    padding-top: 5rem;
  }

  .hero-frame-slider .hero-title {
    max-width: 12ch;
  }

  .hero-slider-wrap {
    width: min(92vw, 520px);
    padding-inline: 2.1rem;
  }

  .hero-swiper {
    width: min(74vw, 390px);
    height: clamp(390px, 58vh, 560px);
  }

  .hero-brand {
    top: 5.9rem;
  }

  .hero-arrow {
    width: 46px;
    height: 46px;
    font-size: 2.4rem;
    cursor: auto;
  }

  .hero-dots button,
  .hero-slider-wrap .swiper-pagination-bullet,
  .filter-btn,
  .gallery-item,
  .testimonial-arrow,
  .lightbox-nav,
  .faq-question,
  .lightbox-close {
    cursor: auto;
  }

  .floating-frame {
    opacity: 0.82;
  }

  .frame-two,
  .frame-three {
    display: none;
  }

  .portfolio-showcase {
    min-height: 54vh;
  }

  .portfolio-copy {
    padding-top: 4rem;
  }

  .stats-grid,
  .pricing-grid,
  .horizontal-track,
  .services-grid,
  .award-grid,
  .gear-grid,
  .addons-grid,
  .comparison,
  .process,
  .case-grid {
    grid-template-columns: 1fr 1fr;
  }

  .feed-grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .services-section .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .terms-panel {
    grid-template-columns: 1fr;
  }

  .contact-panel {
    position: relative;
    top: auto;
  }
}

@media (max-width: 640px) {
  .site-header {
    padding-inline: 0.85rem;
  }

  .nav-logo img {
    height: 46px;
  }

  h1 {
    font-size: clamp(2.55rem, 12vw, 4.2rem);
    line-height: 1.02;
  }

  h2 {
    font-size: clamp(1.85rem, 9vw, 3rem);
  }

  .page-hero {
    min-height: 48svh;
    padding-top: 4rem;
  }

  .section {
    padding-inline: 1rem;
  }

  .section-header {
    gap: 1rem;
  }

  .stats-grid,
  .pricing-grid,
  .horizontal-track,
  .services-grid,
  .award-grid,
  .gear-grid,
  .addons-grid,
  .comparison,
  .process,
  .case-grid {
    grid-template-columns: 1fr;
  }

  .feed-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .services-section .services-grid {
    grid-template-columns: 1fr;
  }

  .service-card-body {
    min-height: auto;
  }

  .lightbox {
    padding-block: 5rem 2rem;
  }

  .lightbox-track {
    padding-inline: 1rem;
  }

  .lightbox-slide {
    width: 86vw;
    height: min(72vh, 560px);
  }

  .lightbox-close,
  .lightbox-nav {
    width: 48px;
    height: 48px;
  }

  .final-cta {
    min-height: 35vh;
    padding-block: 2rem;
  }

  .final-cta h2 {
    font-size: clamp(1.9rem, 9vw, 3rem);
    max-width: 14ch;
  }

  .final-cta .lede {
    font-size: 0.95rem;
  }

  .timeline-item {
    grid-template-columns: 1fr;
    gap: 0.75rem;
  }

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

  .hero-copy {
    max-width: none;
  }

  .hero-cinema {
    padding-inline: 1rem;
  }

  .hero-frame-slider {
    padding-top: 4rem;
    padding-bottom: 8.5rem;
  }

  .hero-frame-slider .hero-content {
    gap: 1.6rem;
  }

  .hero-slide {
    background:
      radial-gradient(circle at 52% 34%, rgba(255, 255, 255, 0.08), transparent 18rem),
      linear-gradient(90deg, rgba(0, 0, 0, 0.58), rgba(0, 0, 0, 0.08) 48%, rgba(0, 0, 0, 0.56)),
      linear-gradient(180deg, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0.05) 32%, rgba(0, 0, 0, 0.72)),
      var(--hero-image) 52% center / cover;
  }

  .hero-brand span {
    font-size: clamp(2.2rem, 14vw, 3.5rem);
  }

  .hero-brand small {
    font-size: clamp(0.9rem, 5vw, 1.35rem);
  }

  .hero-cinema .hero-title {
    font-size: clamp(2.45rem, 13vw, 4rem);
    max-width: 10ch;
  }

  .hero-frame-slider .hero-title {
    max-width: 11ch;
  }

  .hero-cinema .hero-copy {
    max-width: 21rem;
  }

  .hero-copy-panel {
    gap: 0.95rem;
  }

  .hero-slider-wrap {
    width: 100%;
    padding: 0 1.7rem 3.4rem;
  }

  .hero-swiper {
    width: min(72vw, 300px);
    height: clamp(360px, 54vh, 460px);
  }

  .photo-frame {
    padding-bottom: 4.5rem;
  }

  .photo-frame figcaption {
    display: grid;
    gap: 0.3rem;
  }

  .photo-frame span {
    max-width: none;
    text-align: left;
    font-size: 0.64rem;
  }

  .hero-slider-wrap .hero-arrow {
    width: 42px;
    height: 42px;
    font-size: 2.2rem;
  }

  .hero-social {
    left: 1rem;
    bottom: 2.1rem;
    gap: 0.7rem;
    font-size: 0.68rem;
  }

  .hero-dots {
    bottom: 4.6rem;
    gap: 0.55rem;
  }

  .hero-dots button {
    width: 13px;
    height: 13px;
  }

  .contact-float {
    right: 0.85rem;
    bottom: 0.85rem;
    gap: 0.55rem;
  }

  .contact-float-btn {
    width: 56px;
    height: 56px;
  }
}

@media (max-width: 420px) {
  .btn {
    width: 100%;
    min-height: 2.8rem;
    padding-inline: 1rem;
  }

  .cta-row,
  .package-tabs,
  .social-row,
  .filter-row {
    align-items: stretch;
    flex-direction: column;
  }

  .nav-links {
    padding-inline: 1rem;
    font-size: 0.95rem;
  }

  .hero-frame-slider .hero-title {
    font-size: clamp(2.5rem, 15vw, 3.45rem);
  }

  .hero-swiper {
    width: min(78vw, 280px);
    height: clamp(330px, 56vh, 430px);
  }

  .photo-frame {
    padding: 0.75rem 0.75rem 4.25rem;
  }

  .masonry {
    columns: 1;
  }

  .lightbox-slide {
    width: 90vw;
    height: min(68vh, 520px);
  }
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
