:root {
  --bg: #090807;
  --bg-deep: #030303;
  --surface: rgba(23, 21, 18, 0.72);
  --surface-strong: #16130f;
  --line: rgba(255, 255, 255, 0.13);
  --text: #f8f2e9;
  --muted: #c9beb1;
  --soft: #9d9388;
  --gold: #c6a86b;
  --gold-light: #f3deaa;
  --gold-soft: rgba(198, 168, 107, 0.18);
  --vp-black: #080706;
  --vp-cream: #f5efe7;
  --wine: #9b4f48;
  --olive: #737b67;
  --black: #050505;
  --max: 1180px;
  --serif: "DM Serif Display", Georgia, serif;
  --sans: "Manrope", sans-serif;
  --font-hero: clamp(2.8rem, 5vw, 4.8rem);
  --font-section-title: clamp(2.05rem, 3.25vw, 3.35rem);
  --font-card-title: clamp(1.45rem, 2.4vw, 2.2rem);
  --font-body: 0.96rem;
  --font-small: 0.82rem;
  --font-size-hero: var(--font-hero);
  --font-size-section-title: var(--font-section-title);
  --font-size-card-title: var(--font-card-title);
  --font-size-body: var(--font-body);
  --font-size-small: var(--font-small);
  --font-size-eyebrow: 0.68rem;
  --font-size-button: clamp(0.76rem, 0.8vw, 0.84rem);
  --line-height-title: 1;
  --line-height-body: 1.6;
  --letter-title: -0.035em;
  --nav-height: 88px;
  --section-safe-height: calc(100vh - var(--nav-height) - 48px);
  --section-max-height: 820px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-height: 100vh;
  background:
    linear-gradient(115deg, rgba(155, 79, 72, 0.2), transparent 32%),
    linear-gradient(245deg, rgba(115, 123, 103, 0.16), transparent 38%),
    linear-gradient(180deg, var(--bg), var(--bg-deep) 58%, var(--black));
  color: var(--text);
  font-family: var(--sans);
  -webkit-font-smoothing: antialiased;
  text-rendering: geometricPrecision;
}

body.has-v-cursor,
body.has-v-cursor a,
body.has-v-cursor button,
body.has-v-cursor [role="button"],
body.has-v-cursor .button,
body.has-v-cursor .testimonial-card,
body.has-v-cursor .signature-card,
body.has-v-cursor .wedding-experience-card {
  cursor: url("./assets/cursor-v-gold-32.png") 4 31, auto;
}

body.has-v-cursor input,
body.has-v-cursor textarea {
  cursor: text;
}

.custom-v-cursor {
  display: none;
}

body::before {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  content: "";
  opacity: 0.22;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
  background-size: 72px 72px;
  mask-image: linear-gradient(180deg, transparent, #000 16%, #000 72%, transparent);
}

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

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

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

a,
button,
[role="button"],
input,
select,
textarea {
  touch-action: manipulation;
}

.intro-logo-animation {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.15rem;
  width: 100vw;
  height: 100vh;
  padding: 2rem;
  background: #000;
  opacity: 1;
}

.intro-logo-animation img {
  width: clamp(150px, 16vw, 220px);
  height: auto;
  filter: brightness(0) invert(1);
  opacity: 0;
  transform: scale(0.96);
  animation: fadeLogo 1.15s ease 0.18s forwards;
}

.intro-logo-animation p {
  max-width: 34rem;
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.72rem, 1.1vw, 0.9rem);
  font-weight: 400;
  letter-spacing: 0.16em;
  line-height: 1.7;
  text-align: center;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(10px);
  animation: fadeText 1s ease 0.72s forwards;
}

.intro-logo-animation.is-exiting {
  animation: introExit 0.72s ease forwards;
}

.e26-intro-animation {
  gap: 1.7rem;
  background:
    radial-gradient(circle at 50% 44%, rgba(215, 182, 109, 0.14), transparent 30%),
    linear-gradient(145deg, #03101f, #02060b 72%);
}

.e26-intro-animation img {
  width: clamp(72px, 8vw, 104px);
  filter: none;
  animation: vcMarkEnter 0.8s ease 0.1s forwards;
}

.e26-intro-mark {
  display: grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1rem;
  opacity: 0;
  transform: translateY(12px) scale(0.98);
  animation: vcIntroGroup 0.9s ease 0.12s forwards;
}

.e26-intro-mark div {
  display: grid;
}

.e26-intro-mark strong,
.e26-intro-mark span {
  font-family: "Bodoni Moda", Didot, "Times New Roman", serif;
  font-size: clamp(2.1rem, 4.8vw, 4rem);
  letter-spacing: -0.03em;
  line-height: 0.82;
}

.e26-intro-mark strong {
  color: #f8f2e9;
  font-weight: 700;
}

.e26-intro-mark span {
  color: #d7b66d;
  font-style: italic;
  font-weight: 800;
}

.e26-intro-animation p {
  max-width: min(620px, calc(100% - 2rem));
  color: rgba(248, 242, 233, 0.78);
  font-family: "Montserrat", var(--sans);
  font-size: clamp(0.76rem, 1.1vw, 0.98rem);
  letter-spacing: 0.16em;
  line-height: 1.7;
  animation: vcIntroText 0.8s ease 0.62s forwards;
}

.intro-seen .intro-logo-animation {
  display: none;
}

.intro-playing .site-header,
.intro-playing main {
  opacity: 0;
  transform: translateY(10px);
}

.intro-ready .site-header,
.intro-ready main {
  animation: homeEnter 0.9s ease both;
}

body.memory-intro-active .site-header {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.skip-link {
  position: fixed;
  left: 1rem;
  top: 1rem;
  z-index: 20;
  padding: 0.7rem 0.9rem;
  background: var(--text);
  color: var(--black);
  transform: translateY(-180%);
}

.skip-link:focus {
  transform: translateY(0);
}

.visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 10;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 1rem;
  width: min(calc(100% - 2rem), var(--max));
  margin: 1rem auto 0;
  padding: 0.55rem 0.65rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(6, 6, 6, 0.64);
  backdrop-filter: blur(18px);
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  min-height: 3.15rem;
  padding: 0 0.35rem;
  min-width: 0;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand img {
  width: 2.4rem;
  height: 2.4rem;
  object-fit: contain;
}

.nav-links {
  display: flex;
  justify-content: center;
  gap: clamp(0.8rem, 2vw, 1.7rem);
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 700;
}

.nav-links a,
.text-link {
  display: inline-flex;
  align-items: center;
  min-height: 2.85rem;
  padding: 0 0.45rem;
  transition: color 0.2s ease;
}

.nav-links a:hover,
.text-link:hover {
  color: var(--gold);
}

.nav-cta,
.button {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.45rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font-size: var(--font-size-button);
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.nav-cta {
  padding: 0 1.35rem;
  background: var(--text);
  color: var(--black);
}

.button {
  padding: 1.08rem 1.55rem;
}

.button:hover,
.nav-cta:hover,
.portfolio-item:hover,
.video-poster:hover {
  transform: translateY(-2px);
}

.button-primary {
  background: linear-gradient(135deg, #fff2d8, var(--gold));
  color: #17110a;
  box-shadow: 0 20px 50px rgba(217, 189, 130, 0.18);
}

.button-ghost {
  border-color: var(--line);
  background: rgba(255, 255, 255, 0.04);
  color: var(--text);
}

.memory-time-section {
  position: relative;
  min-height: 100vh;
  min-height: 100svh;
  padding: 2.4rem 0 2rem;
  overflow: hidden;
  isolation: isolate;
  --memory-rotate: 0deg;
  --memory-shift-x: 0px;
  --memory-shift-y: 0px;
  --memory-sheet-width: min(58vw, 720px, calc((100svh - 8rem) * 0.76));
}

.memory-time-background,
.memory-time-background::before,
.memory-time-background::after {
  position: absolute;
  inset: 0;
}

.memory-time-background {
  z-index: 0;
  background:
    radial-gradient(circle at 50% 26%, rgba(243, 222, 170, 0.12), transparent 23%),
    radial-gradient(circle at 20% 70%, rgba(155, 79, 72, 0.08), transparent 28%),
    radial-gradient(circle at 78% 68%, rgba(115, 123, 103, 0.08), transparent 24%),
    linear-gradient(180deg, rgba(12, 10, 9, 0.92), rgba(5, 5, 5, 1));
}

.memory-time-background::before,
.memory-time-background::after {
  pointer-events: none;
  content: "";
}

.memory-time-background::before {
  background:
    linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 64px 64px;
  opacity: 0.36;
  mask-image: linear-gradient(180deg, transparent, #000 12%, #000 82%, transparent);
}

.memory-time-background::after {
  background: radial-gradient(circle at 50% 20%, rgba(243, 222, 170, 0.1), transparent 34%);
  filter: blur(34px);
  opacity: 0.74;
}

.memory-rings,
.memory-haze {
  position: absolute;
  inset: auto 50% 15% auto;
  pointer-events: none;
}

.memory-rings {
  width: min(52vw, 680px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(243, 222, 170, 0.07);
  transform: translateX(50%);
  box-shadow:
    0 0 0 64px rgba(243, 222, 170, 0.03),
    0 0 0 128px rgba(243, 222, 170, 0.018);
  opacity: 0.48;
}

.memory-haze {
  inset: 14% auto auto 50%;
  width: min(46vw, 560px);
  height: min(52vw, 620px);
  transform: translateX(-50%);
  background: radial-gradient(circle at 50% 50%, rgba(198, 168, 107, 0.14), transparent 68%);
  filter: blur(34px);
  opacity: 0.58;
}

.memory-particles {
  z-index: 1;
  opacity: 0.78;
}

.memory-time-shell {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(220px, 0.34fr) minmax(0, 1fr);
  align-items: stretch;
  gap: clamp(0.8rem, 2vw, 2.2rem);
  width: min(calc(100% - 2rem), 1340px);
  min-height: calc(100svh - 4rem);
  margin: 0 auto;
  padding-top: clamp(1.2rem, 3vw, 2.2rem);
}

.memory-time-copy {
  max-width: 320px;
  padding-top: 3.5rem;
}

.memory-time-copy h1 {
  max-width: 8ch;
  margin-bottom: 0.75rem;
  font-size: clamp(2rem, 3vw, 3.4rem);
  line-height: 0.98;
}

.memory-time-copy > p:not(.eyebrow) {
  max-width: 290px;
  color: rgba(245, 239, 231, 0.62);
  font-size: 0.88rem;
  line-height: 1.58;
}

.memory-time-stage {
  position: relative;
  display: grid;
  align-items: center;
  justify-items: center;
  min-height: calc(100svh - 8rem);
}

.memory-time-stage::before {
  position: absolute;
  top: clamp(2.2rem, 7vh, 5rem);
  left: -4vw;
  right: -3vw;
  height: 1px;
  content: "";
  background: linear-gradient(90deg, transparent, rgba(243, 222, 170, 0.14) 12%, rgba(243, 222, 170, 0.48) 52%, rgba(243, 222, 170, 0.12) 88%, transparent);
  box-shadow: 0 0 18px rgba(198, 168, 107, 0.08);
  transform: rotate(-1.2deg);
}

.memory-photo-assembly {
  position: relative;
  width: var(--memory-sheet-width);
  max-width: 100%;
  justify-self: center;
  padding-top: 0.72rem;
  cursor: grab;
  touch-action: none;
  user-select: none;
}

.memory-pin {
  position: absolute;
  left: 50%;
  top: -0.18rem;
  z-index: 3;
  width: 32px;
  height: 22px;
  border: 1px solid rgba(243, 222, 170, 0.48);
  border-radius: 9px 9px 7px 7px;
  background:
    linear-gradient(90deg, transparent 47%, rgba(65, 45, 16, 0.54) 47% 53%, transparent 53%),
    linear-gradient(180deg, #f1d998, #9f7833);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.24), 0 0 18px rgba(198, 168, 107, 0.16);
  transform: translateX(-50%) rotate(-1.2deg);
}

.memory-thread {
  position: absolute;
  left: 50%;
  top: 0.58rem;
  z-index: 2;
  width: 58%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 245, 220, 0.5), transparent);
  transform: translateX(-50%) rotate(-1.2deg);
}

.memory-photo-sheet {
  position: relative;
  width: 100%;
  max-width: 100%;
  transform:
    translate3d(var(--memory-shift-x), var(--memory-shift-y), 0)
    rotate(var(--memory-rotate));
  transform-origin: 50% 0%;
  transition: clip-path 0.08s linear, transform 0.08s linear;
  clip-path: polygon(
    0% calc(0% + var(--cloth-top-left, 0px)),
    32% calc(0% + var(--cloth-top-mid, 0px)),
    68% calc(0% + var(--cloth-top-right-mid, 0px)),
    100% calc(0% + var(--cloth-top-right, 0px)),
    100% calc(100% + var(--cloth-bottom-right, 0px)),
    68% calc(100% + var(--cloth-bottom-right-mid, 0px)),
    32% calc(100% + var(--cloth-bottom-mid, 0px)),
    0% calc(100% + var(--cloth-bottom-left, 0px))
  );
}

.memory-photo-canvas {
  display: block;
  width: 100%;
  aspect-ratio: 9 / 11.8;
  border-radius: 0.08rem;
  background: rgba(255, 255, 255, 0.04);
  box-shadow:
    0 48px 90px rgba(0, 0, 0, 0.34),
    0 8px 22px rgba(0, 0, 0, 0.26);
}

.memory-photo-gloss {
  position: absolute;
  inset: 1.2rem 0 0;
  height: 34%;
  border-radius: 0.22rem 0.22rem 40% 40% / 0.22rem 0.22rem 16% 16%;
  pointer-events: none;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.16), transparent 30%, transparent 72%, rgba(255, 255, 255, 0.05));
  mix-blend-mode: screen;
  opacity: 0.36;
}

.memory-time-controls {
  position: absolute;
  right: clamp(0.4rem, 2vw, 1.4rem);
  bottom: clamp(0.8rem, 4vh, 2.6rem);
  display: grid;
  justify-items: center;
  gap: 1rem;
  width: 88px;
  z-index: 3;
  padding: 1rem 0.75rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(16, 14, 13, 0.76);
  box-shadow: 0 24px 48px rgba(0, 0, 0, 0.18);
  backdrop-filter: blur(16px);
}

.memory-time-meter {
  display: grid;
  justify-items: center;
  gap: 0.45rem;
}

.memory-time-label,
.memory-time-meter span:last-child {
  display: block;
  color: rgba(245, 239, 231, 0.56);
  font-size: 0.62rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  line-height: 1.35;
  text-align: center;
  text-transform: uppercase;
}

.memory-time-slider {
  width: 8px;
  height: 320px;
  margin: 0;
  appearance: none;
  -webkit-appearance: slider-vertical;
  writing-mode: bt-lr;
  background: transparent;
  cursor: ns-resize;
  pointer-events: auto;
}

.memory-time-slider::-webkit-slider-runnable-track {
  width: 8px;
  height: 100%;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(198, 168, 107, 0.9));
}

.memory-time-slider::-webkit-slider-thumb {
  width: 18px;
  height: 18px;
  margin-left: -5px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff5dc, #c6a86b 60%, #6d5024 100%);
  box-shadow: 0 0 0 5px rgba(198, 168, 107, 0.14);
  -webkit-appearance: none;
}

.memory-time-slider::-moz-range-track {
  width: 8px;
  height: 100%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.16), rgba(198, 168, 107, 0.9));
}

.memory-time-slider::-moz-range-thumb {
  width: 18px;
  height: 18px;
  border: 0;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 30%, #fff5dc, #c6a86b 60%, #6d5024 100%);
  box-shadow: 0 0 0 5px rgba(198, 168, 107, 0.14);
}

.memory-impact-quote {
  position: absolute;
  left: clamp(-5rem, -4vw, -2rem);
  bottom: clamp(4.2rem, 10vh, 7rem);
  z-index: 4;
  max-width: min(430px, 34vw);
  min-height: 84px;
  padding: 1.1rem 1.2rem 1.1rem 1.35rem;
  border-left: 1px solid rgba(198, 168, 107, 0.72);
  background: linear-gradient(90deg, rgba(8, 7, 6, 0.72), rgba(8, 7, 6, 0.18));
  backdrop-filter: blur(10px);
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.memory-impact-quote p {
  margin: 0;
  color: rgba(248, 242, 233, 0.94);
  font-family: var(--serif);
  font-size: clamp(1.35rem, 2.2vw, 2.15rem);
  line-height: 1.08;
  text-align: left;
}

.memory-impact-quote.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.memory-grab-dot {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 22px;
  height: 22px;
  border: 1px solid rgba(255, 255, 255, 0.38);
  border-radius: 50%;
  background: rgba(243, 222, 170, 0.22);
  box-shadow: 0 0 0 18px rgba(243, 222, 170, 0.05);
  opacity: 0;
  pointer-events: none;
  transform: translate(-50%, -50%) scale(0.88);
  transition: opacity 0.18s ease, transform 0.18s ease;
}

.memory-photo-assembly.is-grabbing {
  cursor: grabbing;
}

.memory-photo-assembly.is-grabbing .memory-grab-dot {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.memory-grab-hint {
  position: absolute;
  left: 50%;
  bottom: clamp(1rem, 4vh, 2.4rem);
  margin: 0;
  color: rgba(245, 239, 231, 0.5);
  font-size: 0.66rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.memory-time-actions {
  position: relative;
  z-index: 8;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.75rem;
  margin-top: 0.35rem;
  padding-bottom: 1.1rem;
}

.memory-time-actions .button {
  position: relative;
  z-index: 9;
  min-width: 0;
  min-height: 3.45rem;
  padding: 1.08rem 1.55rem;
}

.memory-time-actions .button::before {
  position: absolute;
  inset: -12px -14px -22px;
  border-radius: inherit;
  content: "";
  pointer-events: none;
}

.hero-section {
  position: relative;
  display: block;
  min-height: 100vh;
  height: 100vh;
  min-height: 100svh;
  height: 100svh;
  isolation: isolate;
  overflow: hidden;
  padding: 0;
  --reveal-x: 68%;
  --reveal-y: 50%;
  --reveal-size: 260px;
  --hero-zoom: 1.035;
  --hero-text-y: 0px;
}

.golden-particles {
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
}

.golden-particles span {
  position: absolute;
  left: var(--x);
  top: var(--y);
  width: var(--size);
  height: var(--size);
  border-radius: 50%;
  background: rgba(243, 222, 170, 0.72);
  box-shadow: 0 0 14px rgba(198, 168, 107, 0.28);
  opacity: 0;
  transform: translate3d(0, 18px, 0);
  animation: particleFloat var(--duration) ease-in-out var(--delay) infinite;
}

.motion-paused .golden-particles span,
.motion-paused .golden-flow-lines path {
  animation-play-state: paused;
}

.hero-particles {
  z-index: 4;
}

.section-particles {
  opacity: 0.72;
}

.golden-flow-lines {
  position: absolute;
  inset: auto 0 0;
  z-index: 4;
  height: 120px;
  overflow: hidden;
  pointer-events: none;
  opacity: 0.78;
}

.golden-flow-lines svg {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.golden-flow-lines path {
  fill: none;
  stroke-linecap: round;
  vector-effect: non-scaling-stroke;
}

.flow-primary {
  stroke: rgba(198, 168, 107, 0.45);
  stroke-width: 1;
  stroke-dasharray: 150 420;
  animation: flowLine 18s ease-in-out infinite;
  filter: drop-shadow(0 0 16px rgba(198, 168, 107, 0.12));
}

.flow-secondary {
  stroke: rgba(243, 222, 170, 0.22);
  stroke-width: 1;
  stroke-dasharray: 90 360;
  animation: flowLine 24s ease-in-out -6s infinite reverse;
}

.section-flow-divider {
  position: relative;
  width: min(calc(100% - 2rem), var(--max));
  height: 96px;
  margin: 0 auto;
}

.section-flow-divider .golden-flow-lines {
  inset: 0;
  height: 100%;
  opacity: 0.54;
}

.v-watermark {
  position: absolute;
  z-index: 0;
  right: max(1rem, calc((100vw - var(--max)) / 2));
  top: 50%;
  color: rgba(198, 168, 107, 0.025);
  font-family: var(--serif);
  font-size: 28vw;
  line-height: 0.7;
  pointer-events: none;
  transform: translateY(-50%);
}

.hero-background,
.hero-overlay {
  position: absolute;
  inset: 0;
}

.hero-background {
  background: #030303;
}

.hero-background img,
.hero-reveal-layer,
.hero-reveal-glow {
  position: absolute;
  inset: 0;
}

.hero-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% 48%;
  transform: scale(var(--hero-zoom));
}

.hero-image-base {
  z-index: 0;
  filter: grayscale(0.72) saturate(0.48) contrast(1.24) brightness(0.38);
  animation: slowCinema 18s ease-in-out infinite alternate;
}

.hero-reveal-layer {
  z-index: 3;
  filter: saturate(1.12) contrast(1.05) brightness(1.08);
  opacity: 0.98;
  pointer-events: none;
  -webkit-mask-image: radial-gradient(
    circle var(--reveal-size) at var(--reveal-x) var(--reveal-y),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 45%,
    rgba(0, 0, 0, 0.42) 65%,
    rgba(0, 0, 0, 0) 100%
  );
  mask-image: radial-gradient(
    circle var(--reveal-size) at var(--reveal-x) var(--reveal-y),
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 1) 45%,
    rgba(0, 0, 0, 0.42) 65%,
    rgba(0, 0, 0, 0) 100%
  );
}

.hero-reveal-glow {
  z-index: 4;
  pointer-events: none;
  background: radial-gradient(
    circle calc(var(--reveal-size) + 48px) at var(--reveal-x) var(--reveal-y),
    rgba(198, 168, 107, 0.14),
    rgba(198, 168, 107, 0.05) 36%,
    transparent 72%
  );
  mix-blend-mode: screen;
  opacity: 0.82;
}

.hero-overlay {
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(to right, rgba(0, 0, 0, 0.74), rgba(0, 0, 0, 0.36)),
    linear-gradient(0deg, var(--bg) 0%, transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.48), transparent 26%);
}

.hero-container {
  position: relative;
  z-index: 5;
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(280px, 1fr);
  align-items: center;
  gap: clamp(2rem, 6vw, 5rem);
  width: min(100%, 1280px);
  height: 100%;
  min-height: auto;
  margin: 0 auto;
  padding: calc(var(--nav-height) + 24px) 32px 24px;
}

.hero-content {
  display: flex;
  flex-direction: column;
  gap: 18px;
  max-width: 520px;
  padding-top: 72px;
  transform: translateY(var(--hero-text-y));
  transition: transform 0.18s linear;
}

.hero-content .eyebrow {
  margin: 0;
  color: rgba(245, 239, 231, 0.62);
  font-size: 0.7rem;
  letter-spacing: 0.22em;
}

.hero-content h1 {
  max-width: 11.5ch;
  margin: 0;
  font-size: var(--font-hero);
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.hero-copy {
  max-width: 420px;
  margin: 0;
  color: rgba(245, 239, 231, 0.72);
  font-size: 1rem;
  line-height: 1.62;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 10px;
}

.hero-actions .button {
  min-height: 3.45rem;
  padding: 1.08rem 1.55rem;
  font-size: 0.82rem;
}

.hero-actions .button-primary {
  background: #c6a86b;
  color: #000;
}

.hero-actions .button-ghost {
  border-color: rgba(255, 255, 255, 0.2);
  background: transparent;
}

.hero-content .eyebrow,
.hero-content h1,
.hero-copy,
.hero-actions,
.hero-hint {
  opacity: 0;
  transform: translateY(20px);
}

.hero-content.is-visible .eyebrow,
.hero-content.is-visible h1,
.hero-content.is-visible .hero-copy,
.hero-content.is-visible .hero-actions,
.hero-content.is-visible .hero-hint {
  animation: heroEditorialEnter 0.8s ease forwards;
}

.hero-content.is-visible h1 {
  animation-delay: 0.04s;
}

.hero-content.is-visible .hero-copy {
  animation-delay: 0.14s;
}

.hero-content.is-visible .hero-actions {
  animation-delay: 0.24s;
}

.eyebrow,
.section-label {
  margin: 0 0 0.85rem;
  color: var(--gold);
  font-size: var(--font-size-eyebrow);
  font-weight: 800;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: var(--letter-title);
  line-height: var(--line-height-title);
  text-wrap: balance;
}

h1 {
  max-width: 12ch;
  margin-bottom: 1.15rem;
  font-size: var(--font-size-hero);
}

h2 {
  margin-bottom: 0;
  font-size: var(--font-size-section-title);
}

h3 {
  font-family: var(--serif);
  font-size: var(--font-size-card-title);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1.08;
}

p {
  color: var(--muted);
  font-size: var(--font-size-body);
  line-height: var(--line-height-body);
}

.hero-hint {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  width: fit-content;
  margin: 0.15rem 0 0;
  color: rgba(248, 242, 233, 0.58);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.hero-hint::before {
  display: block;
  width: 2.2rem;
  height: 1px;
  background: linear-gradient(90deg, rgba(198, 168, 107, 0.2), rgba(243, 222, 170, 0.64));
  content: "";
  animation: hintLine 3.8s ease-in-out infinite;
}

.scroll-note {
  position: absolute;
  right: max(1.2rem, calc((100vw - var(--max)) / 2));
  bottom: 36px;
  z-index: 5;
  display: flex;
  align-items: center;
  gap: 0.7rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.interactive-hero.has-interacted .hero-hint {
  opacity: 0;
  transform: translateY(8px);
}

@supports not ((mask-image: radial-gradient(circle at center, #000, transparent)) or (-webkit-mask-image: radial-gradient(circle at center, #000, transparent))) {
  .hero-reveal-layer {
    opacity: 0.3;
    -webkit-mask-image: none;
    mask-image: none;
  }

  .hero-reveal-glow {
    display: none;
  }
}

.scroll-note span {
  display: block;
  width: 4.8rem;
  height: 1px;
  background: var(--gold);
}

.section-pad {
  width: min(calc(100% - 2rem), var(--max));
  margin: 0 auto;
  padding: clamp(24px, 4vh, 48px) 0;
  scroll-margin-top: calc(var(--nav-height) + 24px);
}

.section-screen {
  min-height: auto;
  height: var(--section-safe-height);
  max-height: var(--section-max-height);
  overflow: hidden;
}

.hero-section.section-screen {
  min-height: 100vh;
  height: 100vh;
  min-height: 100svh;
  height: 100svh;
  max-height: none;
  overflow: hidden;
}

.section-container {
  display: grid;
  align-items: center;
  height: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
}

.portfolio-section,
.video-section,
.sales-section,
.wedding-experience-section,
.services-section,
.testimonials-section,
.faq,
.final-conversion-section {
  content-visibility: visible;
}

.section-top,
.sales-section {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.76fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: start;
}

.studio-signature-section {
  position: relative;
  width: min(calc(100% - 2rem), 1280px);
  min-height: auto;
  height: auto;
  overflow: visible;
}

.signature-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(360px, 0.9fr) minmax(420px, 1fr);
  align-items: stretch;
  gap: 0;
  min-height: 560px;
  height: auto;
  overflow: visible;
  padding: clamp(1rem, 2vw, 1.35rem);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 34px;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.065), rgba(255, 255, 255, 0.018)),
    #12100e;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.signature-media {
  position: relative;
  min-height: 560px;
  height: 100%;
  overflow: hidden;
  border-radius: 26px;
  background: #0b0a09;
}

.signature-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 46%, rgba(0, 0, 0, 0.68)),
    linear-gradient(90deg, rgba(0, 0, 0, 0.18), transparent 44%);
  pointer-events: none;
}

.signature-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.92) contrast(1.08) brightness(0.84);
  transform: scale(1);
  transition: transform 0.8s ease, filter 0.8s ease;
}

.signature-card:hover .signature-media img {
  filter: saturate(1.02) contrast(1.08) brightness(0.92);
  transform: scale(1.04);
}

.signature-media span {
  position: absolute;
  left: 1.35rem;
  bottom: 1.35rem;
  z-index: 1;
  max-width: calc(100% - 2.7rem);
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 7, 6, 0.58);
  color: #f5efe7;
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  backdrop-filter: blur(16px);
}

.signature-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 18px;
  min-width: 0;
  overflow: visible;
  padding: clamp(28px, 3.2vw, 44px);
}

.signature-content h2 {
  max-width: 720px;
  margin: 0;
  color: #f5efe7;
  font-size: clamp(2rem, 2.85vw, 3.1rem);
  line-height: 1.02;
}

.signature-copy {
  display: grid;
  gap: 0.65rem;
  max-width: 620px;
  margin-top: 0;
}

.signature-copy p {
  margin: 0;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.92rem;
  line-height: 1.48;
}

.signature-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 4px;
}

.signature-stats {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}

.signature-stats article {
  min-height: 92px;
  padding: 14px 16px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.035);
  transition: transform 0.22s ease, border-color 0.22s ease, background 0.22s ease;
}

.signature-stats article:hover {
  border-color: rgba(198, 168, 107, 0.42);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-2px);
}

.signature-stats strong {
  display: block;
  margin-bottom: 6px;
  color: #c6a86b;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 2.4vw, 2.8rem);
  font-weight: 400;
  line-height: 1;
}

.signature-stats .signature-word-stat {
  font-size: clamp(1.55rem, 2vw, 2.25rem);
  letter-spacing: -0.02em;
}

.signature-stats span {
  display: block;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.78rem;
  line-height: 1.25;
}

.section-top {
  margin-bottom: 2rem;
  align-items: end;
}

.section-top h2 {
  max-width: min(780px, 100%);
  line-height: 1.02;
}

.section-top > p {
  max-width: 520px;
  font-size: 0.98rem;
  line-height: 1.62;
}

.portfolio-category-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.85rem;
  margin-bottom: clamp(2rem, 5vw, 3.25rem);
}

.portfolio-category-card {
  position: relative;
  min-height: min(280px, 34vh);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: #12100e;
  cursor: pointer;
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.portfolio-category-card img,
.portfolio-item img,
.video-poster img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.portfolio-category-card img,
.portfolio-item img {
  position: absolute;
  inset: 0;
  filter: saturate(0.9) contrast(1.06) brightness(0.76);
  pointer-events: none;
  transition: scale 0.7s ease, filter 0.7s ease;
}

.portfolio-category-card::after,
.portfolio-item::after {
  position: absolute;
  inset: 0;
  pointer-events: none;
  content: "";
  background: linear-gradient(180deg, transparent 22%, rgba(0, 0, 0, 0.88));
}

.portfolio-category-card:hover,
.portfolio-category-card.active,
.portfolio-item:hover {
  border-color: rgba(198, 168, 107, 0.42);
  transform: translateY(-3px);
}

.portfolio-category-card:hover img,
.portfolio-item:hover img {
  scale: 1.045;
  filter: saturate(1.02) contrast(1.08) brightness(0.86);
}

.portfolio-category-card > div,
.portfolio-item-content {
  position: absolute;
  z-index: 2;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
}

.portfolio-category-card span,
.portfolio-item-content span {
  display: inline-flex;
  margin-bottom: 0.5rem;
  color: #c6a86b;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-category-card h3,
.portfolio-item-content strong {
  display: block;
  margin: 0;
  color: #f5efe7;
  font-family: var(--serif);
  font-size: clamp(1.45rem, 2.45vw, 2rem);
  font-weight: 600;
  line-height: 1.04;
  text-wrap: balance;
}

.portfolio-category-card p,
.portfolio-item-content p {
  max-width: 36rem;
  margin: 0.55rem 0 0.85rem;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.86rem;
  line-height: 1.5;
}

.portfolio-category-card button,
.portfolio-item-content button,
.portfolio-reset {
  position: relative;
  z-index: 3;
  min-height: 3.1rem;
  padding: 0 1.08rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #f5efe7;
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.portfolio-category-card button:hover,
.portfolio-item-content button:hover,
.portfolio-reset:hover {
  border-color: rgba(198, 168, 107, 0.48);
  background: rgba(198, 168, 107, 0.14);
}

.portfolio-library {
  padding-top: 0.5rem;
}

.portfolio-library-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
}

.portfolio-library-head h3 {
  margin: 0;
}

.portfolio-toolbar {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 0.65rem 0.75rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 0.8rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background: rgba(8, 7, 6, 0.78);
  backdrop-filter: blur(18px);
}

.portfolio-search {
  display: grid;
  grid-column: 1 / -1;
  gap: 0.35rem;
}

.portfolio-search span {
  color: rgba(245, 239, 231, 0.68);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.portfolio-search input {
  min-height: 3.05rem;
  border-radius: 999px;
}

.filter-bar,
.type-filter {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 0.5rem;
  min-width: 0;
  min-height: 3.4rem;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.1rem 0.1rem 0.25rem;
  scrollbar-width: thin;
}

.filter-bar {
  justify-content: flex-start;
}

.type-filter {
  justify-content: flex-end;
}

.filter-bar button,
.type-filter button {
  position: relative;
  z-index: 3;
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0 1.22rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: var(--muted);
  cursor: pointer;
  font-size: 0.74rem;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}

.filter-bar button::before,
.type-filter button::before {
  position: absolute;
  inset: -12px -10px;
  border-radius: inherit;
  content: "";
}

.filter-bar button.active,
.type-filter button.active {
  border-color: rgba(198, 168, 107, 0.7);
  background: rgba(198, 168, 107, 0.14);
  color: var(--text);
}

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

.portfolio-item {
  position: relative;
  min-height: 330px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  background: var(--surface-strong);
  color: var(--text);
  text-align: left;
  transition: transform 0.25s ease, border-color 0.25s ease;
}

.portfolio-item-content strong {
  font-size: clamp(1.45rem, 2.4vw, 1.95rem);
}

.portfolio-empty {
  grid-column: 1 / -1;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.portfolio-item:has(iframe)::before,
.portfolio-item[data-index="4"]::before,
.portfolio-item[data-index="5"]::before,
.portfolio-item[data-index="7"]::before {
  position: absolute;
  z-index: 1;
  pointer-events: none;
  top: 1.25rem;
  right: 1.25rem;
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.36);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.38);
  content: "▶";
  font-size: 0.9rem;
  backdrop-filter: blur(10px);
}

.video-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  gap: 1rem;
}

.video-card h3 {
  max-width: 720px;
  margin: 1rem 0 0;
}

.video-poster {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  overflow: hidden;
  border: 1px solid var(--line);
  background: var(--surface-strong);
  color: var(--text);
  cursor: pointer;
}

.video-poster::after {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.26);
}

.video-poster span {
  position: absolute;
  inset: 50% auto auto 50%;
  z-index: 1;
  display: grid;
  width: 7rem;
  height: 7rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.32);
  color: var(--text);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transform: translate(-50%, -50%);
  backdrop-filter: blur(10px);
}

.video-embed {
  display: block;
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--line);
  background: var(--surface-strong);
}

.wedding-experience-section {
  width: min(calc(100% - 2rem), 1180px);
  min-height: auto;
  height: auto;
  overflow: visible;
}

.wedding-experience-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  height: auto;
  overflow: visible;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: #12100e;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.34);
}

.wedding-experience-media {
  position: relative;
  min-height: 520px;
  height: 100%;
  overflow: hidden;
  border-radius: 28px 0 0 28px;
  background: #080706;
}

.wedding-experience-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(to right, rgba(0, 0, 0, 0.05), rgba(0, 0, 0, 0.35));
  pointer-events: none;
}

.wedding-experience-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: saturate(0.96) contrast(1.06) brightness(0.86);
  transform: scale(1.04);
  transition: transform 1.15s ease, filter 0.8s ease;
}

.wedding-experience-card.is-visible .wedding-experience-media img {
  filter: saturate(1.02) contrast(1.08) brightness(0.9);
  transform: scale(1);
}

.wedding-experience-media span {
  position: absolute;
  left: 28px;
  bottom: 28px;
  z-index: 1;
  padding: 0.72rem 0.92rem;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 999px;
  background: rgba(8, 7, 6, 0.58);
  color: #f5efe7;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  backdrop-filter: blur(14px);
}

.wedding-experience-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
  padding: clamp(28px, 3.5vw, 44px);
}

.wedding-experience-content .eyebrow {
  color: #c6a86b;
  font-size: 0.72rem;
  letter-spacing: 0.22em;
}

.wedding-experience-content h2 {
  max-width: 680px;
  color: #f5efe7;
  font-size: clamp(2rem, 2.8vw, 3rem);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.wedding-experience-content h2 span {
  display: block;
  white-space: nowrap;
}

.wedding-experience-content p {
  max-width: 520px;
  margin-bottom: 0.58rem;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.94rem;
  line-height: 1.52;
}

.wedding-feature-list {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0.28rem 0 0.78rem;
  padding: 0;
  color: rgba(245, 239, 231, 0.74);
  font-size: 0.85rem;
  line-height: 1.4;
  list-style: none;
}

.wedding-feature-list li {
  display: flex;
  gap: 0.58rem;
  align-items: flex-start;
}

.wedding-feature-list li::before {
  flex: 0 0 auto;
  width: 0.36rem;
  height: 0.36rem;
  margin-top: 0.52rem;
  border-radius: 50%;
  background: #c6a86b;
  content: "";
}

.wedding-union {
  display: grid;
  gap: 0.42rem;
  margin: 8px 0 0.9rem;
  opacity: 0.78;
}

.wedding-union p {
  margin: 0;
  color: rgba(245, 239, 231, 0.58);
  font-size: 0.9rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.45;
}

.wedding-union-mark {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  width: min(260px, 100%);
  height: 18px;
}

.wedding-union-mark span {
  display: block;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(198, 168, 107, 0.74));
  transform: scaleX(0);
}

.wedding-union-mark span:first-child {
  transform-origin: right;
}

.wedding-union-mark span:last-child {
  background: linear-gradient(90deg, rgba(198, 168, 107, 0.74), transparent);
  transform-origin: left;
}

.wedding-union-mark i {
  width: 0.44rem;
  height: 0.44rem;
  margin: 0 0.55rem;
  border-radius: 50%;
  background: #c6a86b;
  box-shadow: 0 0 1.4rem rgba(198, 168, 107, 0.42);
  opacity: 0;
  transform: scale(0.4);
}

.wedding-experience-card.is-visible .wedding-union-mark span {
  animation: weddingLineMeet 0.8s ease 0.28s forwards;
}

.wedding-experience-card.is-visible .wedding-union-mark i {
  animation: weddingPointGlow 0.55s ease 0.95s forwards;
}

.wedding-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 12px;
}

.wedding-actions .button {
  min-height: 44px;
  padding: 0.72rem 0.95rem;
  font-size: 0.78rem;
}

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

.services-section {
  position: relative;
  overflow: hidden;
}

details,
.budget-form {
  border: 1px solid var(--line);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.018));
}

.services-head {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(2rem, 6vw, 5rem);
  align-items: end;
  margin-bottom: 1rem;
}

.services-head h2 {
  max-width: 780px;
  color: #f5efe7;
  font-size: var(--font-section-title);
  line-height: 1.03;
}

.services-head > p {
  max-width: 520px;
  margin: 0;
  color: rgba(245, 239, 231, 0.68);
  font-size: 0.96rem;
  line-height: 1.6;
}

.services-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.services-flow {
  inset: 6% 0 auto;
  height: 140px;
  opacity: 0.42;
}

.services-watermark {
  right: 3vw;
  top: 18%;
}

.service-card {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: #12100e;
  color: #f5efe7;
  cursor: pointer;
  transition: border-color 0.35s ease, transform 0.35s ease;
}

.service-card.large {
  grid-column: span 2;
}

.service-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(15%) brightness(0.65);
  transform: scale(1.03);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.service-card::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(to top, rgba(0, 0, 0, 0.86), rgba(0, 0, 0, 0.18)),
    linear-gradient(135deg, rgba(198, 168, 107, 0.14), transparent 45%);
}

.service-card-content {
  position: relative;
  z-index: 2;
  display: flex;
  height: 100%;
  min-height: 280px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 26px;
}

.service-number {
  position: absolute;
  left: 26px;
  top: 22px;
  color: #c6a86b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.18em;
}

.service-card h3 {
  margin: 0 0 10px;
  color: #f5efe7;
  font-size: clamp(1.5rem, 2.3vw, 2.15rem);
  line-height: 1.04;
  text-wrap: balance;
}

.service-card p {
  max-width: 360px;
  margin: 0;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.94rem;
  line-height: 1.5;
}

.service-action {
  margin-top: 18px;
  color: #f5efe7;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s ease, transform 0.35s ease;
}

.service-action::after {
  display: inline-block;
  margin-left: 0.45rem;
  content: "→";
  transition: transform 0.35s ease;
}

.service-card:hover {
  border-color: rgba(198, 168, 107, 0.28);
  transform: translateY(-2px);
}

.service-card:hover img {
  filter: grayscale(0%) brightness(0.82);
  transform: scale(1.09);
}

.service-card:hover .service-action {
  opacity: 1;
  transform: translateY(0);
}

.service-card:hover .service-action::after {
  transform: translateX(4px);
}

.testimonials-section {
  width: min(calc(100% - 2rem), 1180px);
}

.testimonials-head {
  display: grid;
  grid-template-columns: 55% 45%;
  gap: clamp(2rem, 5vw, 4rem);
  align-items: end;
  margin-bottom: clamp(1.5rem, 4vh, 2.4rem);
}

.testimonials-head h2 {
  max-width: 720px;
  color: #f5efe7;
  font-size: var(--font-section-title);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.testimonials-intro {
  display: grid;
  gap: 1rem;
}

.testimonials-intro p {
  max-width: 520px;
  margin: 0;
  color: rgba(245, 239, 231, 0.68);
  font-size: 0.98rem;
  line-height: 1.65;
}

.testimonials-intro span {
  width: fit-content;
  padding: 0.68rem 0.88rem;
  border: 1px solid rgba(198, 168, 107, 0.22);
  border-radius: 999px;
  background: rgba(198, 168, 107, 0.08);
  color: #c6a86b;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.testimonial-grid {
  grid-template-columns: minmax(0, 1.35fr) minmax(320px, 0.75fr);
  gap: 1rem;
}

.testimonial-card {
  position: relative;
  display: flex;
  min-height: 220px;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 28px;
  background: rgba(255, 255, 255, 0.025);
  transition: transform 0.28s ease, border-color 0.28s ease, background 0.28s ease;
}

.testimonial-photo {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  opacity: 0.34;
  pointer-events: none;
}

.testimonial-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(90deg, rgba(8, 7, 6, 0.9) 0%, rgba(8, 7, 6, 0.72) 42%, rgba(8, 7, 6, 0.42) 100%),
    linear-gradient(0deg, rgba(8, 7, 6, 0.88) 0%, rgba(8, 7, 6, 0.2) 58%, rgba(8, 7, 6, 0.58) 100%);
}

.testimonial-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(22%) brightness(0.82);
  transform: scale(1.04);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.testimonial-card:not(.testimonial-card-featured) .testimonial-photo {
  left: auto;
  width: 48%;
  opacity: 0.42;
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
  mask-image: linear-gradient(90deg, transparent 0%, #000 34%, #000 100%);
}

.testimonial-card:hover {
  border-color: rgba(198, 168, 107, 0.28);
  background: rgba(255, 255, 255, 0.055);
  transform: translateY(-4px);
}

.testimonial-card:hover .testimonial-photo img {
  filter: grayscale(6%) brightness(0.92);
  transform: scale(1.09);
}

.testimonial-card-featured {
  grid-row: span 2;
  min-height: 470px;
  padding: 42px;
  background: rgba(255, 255, 255, 0.045);
}

.testimonial-card-featured .testimonial-photo {
  top: auto;
  height: 66%;
  opacity: 0.48;
  -webkit-mask-image: linear-gradient(0deg, #000 0%, #000 54%, transparent 100%);
  mask-image: linear-gradient(0deg, #000 0%, #000 54%, transparent 100%);
}

.testimonial-card-featured .testimonial-photo::after {
  background:
    linear-gradient(0deg, rgba(8, 7, 6, 0.76) 0%, rgba(8, 7, 6, 0.42) 45%, rgba(8, 7, 6, 0.92) 100%),
    linear-gradient(90deg, rgba(8, 7, 6, 0.78), rgba(8, 7, 6, 0.16));
}

.testimonial-quote-mark {
  position: absolute;
  z-index: 2;
  right: 1.8rem;
  top: 1rem;
  color: rgba(198, 168, 107, 0.18);
  font-family: var(--serif);
  font-size: 7rem;
  line-height: 1;
  pointer-events: none;
}

.testimonial-card p {
  position: relative;
  z-index: 2;
  max-width: 760px;
  margin: 0;
  color: #f5efe7;
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.5vw, 1.45rem);
  line-height: 1.25;
}

.testimonial-card-featured p {
  font-size: clamp(1.55rem, 2.2vw, 2.2rem);
  line-height: 1.15;
}

.testimonial-person {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  margin-top: 2rem;
}

.testimonial-avatar {
  display: grid;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  border: 1px solid rgba(198, 168, 107, 0.3);
  border-radius: 50%;
  background: rgba(198, 168, 107, 0.1);
  color: #f5efe7;
  font-size: 0.74rem;
  font-weight: 800;
  letter-spacing: 0.08em;
}

.testimonial-person strong,
.testimonial-person small {
  display: block;
}

.testimonial-person strong {
  color: #c6a86b;
  font-size: 0.9rem;
  font-weight: 600;
}

.testimonial-person small {
  margin-top: 0.18rem;
  color: rgba(245, 239, 231, 0.52);
  font-size: 0.78rem;
}

.testimonial-closing {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1rem;
  padding: 1.05rem 1.15rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.025);
}

.testimonial-closing p {
  margin: 0;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.92rem;
  line-height: 1.45;
}

.testimonial-closing .button {
  min-height: 2.75rem;
  white-space: nowrap;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
  max-width: 880px;
}

details {
  padding: 1.15rem 1.25rem;
}

summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 800;
}

details p {
  margin: 0.9rem 0 0;
}

.final-conversion-section {
  position: relative;
  width: min(calc(100% - 2rem), 1180px);
  margin: 0 auto;
  padding: clamp(40px, 6vh, 72px) 0 32px;
  scroll-margin-top: calc(var(--nav-height) + 24px);
}

.final-conversion-card {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr 0.9fr;
  gap: 40px;
  padding: clamp(28px, 4vw, 48px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 32px;
  background: rgba(255, 255, 255, 0.035);
}

.final-conversion-copy {
  align-self: center;
}

.final-conversion-copy h2 {
  max-width: 680px;
  color: #f5efe7;
  font-size: clamp(2.1rem, 3.25vw, 3.35rem);
  line-height: 1.03;
  letter-spacing: -0.025em;
}

.final-conversion-copy p {
  max-width: 560px;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.98rem;
  line-height: 1.65;
}

.final-conversion-copy ul {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  margin: 1.2rem 0 1.5rem;
  padding: 0;
  list-style: none;
}

.final-conversion-copy li {
  padding: 0.58rem 0.72rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.78rem;
}

.budget-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0.78rem;
  padding: 0;
  border: 0;
  background: transparent;
}

.budget-form label {
  display: grid;
  gap: 0.38rem;
  color: var(--muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.budget-form .full {
  grid-column: 1 / -1;
}

input,
select,
textarea {
  width: 100%;
  height: 44px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.25);
  color: #f5efe7;
  outline: none;
  padding: 0 14px;
  font-size: 0.9rem;
}

textarea {
  min-height: 92px;
  padding-top: 12px;
  line-height: 1.45;
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  border-color: rgba(198, 168, 107, 0.74);
  box-shadow: 0 0 0 3px rgba(198, 168, 107, 0.08);
}

.budget-form .button {
  min-height: 48px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.site-footer {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  margin-top: 36px;
  padding: 28px 0 12px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  color: var(--muted);
}

.footer-brand {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.footer-logo-wrap {
  display: flex;
  align-items: center;
  width: 120px;
  height: 48px;
  overflow: hidden;
}

.footer-logo-wrap img {
  width: 150px;
  height: auto;
  object-fit: contain;
  margin-left: -14px;
  transform: scale(1.18);
  transform-origin: left center;
}

.site-footer p {
  max-width: 300px;
  margin: 0;
  color: rgba(245, 239, 231, 0.62);
  font-size: 0.86rem;
  line-height: 1.45;
}

.site-footer nav {
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 0.5rem 1.4rem;
}

.site-footer a {
  display: inline-flex;
  align-items: center;
  min-height: 2.75rem;
  padding: 0.25rem 0.4rem;
  color: rgba(245, 239, 231, 0.62);
  font-size: 0.86rem;
  transition: color 0.2s ease;
}

.site-footer a:hover {
  color: #f5efe7;
}

.modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: none;
  place-items: center;
  padding: clamp(0.75rem, 1.8vw, 1.4rem);
  background:
    radial-gradient(circle at 50% 12%, rgba(198, 168, 107, 0.12), transparent 30%),
    linear-gradient(180deg, rgba(0, 0, 0, 0.94), rgba(4, 4, 4, 0.98));
  backdrop-filter: blur(16px);
}

.modal[aria-hidden="false"] {
  display: grid;
}

.modal-shell {
  display: grid;
  grid-template-rows: minmax(0, 1fr) auto;
  gap: 0.8rem;
  width: min(1560px, 100%);
  height: min(920px, calc(100vh - 2rem));
  margin: auto;
}

.modal-stage {
  position: relative;
  display: grid;
  min-height: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  background:
    linear-gradient(90deg, rgba(255, 255, 255, 0.025), transparent 18%, transparent 82%, rgba(255, 255, 255, 0.025)),
    #020202;
  box-shadow: 0 34px 90px rgba(0, 0, 0, 0.52);
}

.modal-media {
  display: grid;
  min-height: 0;
  place-items: center;
  padding: clamp(0.5rem, 1.2vw, 1rem) clamp(3.7rem, 6vw, 6rem);
}

.modal img,
.modal iframe {
  display: block;
  max-height: min(760px, calc(100vh - 11.5rem));
  border: 0;
  object-fit: contain;
}

.modal-media img {
  width: auto;
  max-width: 100%;
  height: auto;
}

.modal-media iframe {
  width: min(100%, 1180px);
  background: #000;
}

.modal iframe {
  aspect-ratio: 16 / 9;
}

.modal-info {
  display: grid;
  grid-template-columns: minmax(240px, 0.46fr) minmax(0, 1fr) auto;
  align-items: center;
  gap: 0.9rem;
  min-height: 0;
  padding: 0.75rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 16px;
  background: rgba(11, 10, 9, 0.86);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.04);
  backdrop-filter: blur(20px);
  overflow: hidden;
}

.modal-copy {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 0.8rem;
  min-width: 0;
}

.modal-copy > span {
  display: grid;
  width: 3.4rem;
  height: 3.4rem;
  place-items: center;
  border: 1px solid rgba(198, 168, 107, 0.26);
  border-radius: 50%;
  background: rgba(198, 168, 107, 0.08);
  color: rgba(245, 239, 231, 0.54);
  font-size: 0.58rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.modal-caption,
.modal-description,
.modal-link {
  margin-top: 0;
  color: var(--text);
  font-weight: 800;
}

.modal-caption {
  overflow: hidden;
  font-size: clamp(0.92rem, 1.2vw, 1.08rem);
  line-height: 1.15;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-description {
  overflow: hidden;
  max-width: 100%;
  margin-top: 0.25rem;
  color: var(--muted);
  font-size: 0.78rem;
  font-weight: 500;
  line-height: 1.45;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.modal-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.05rem;
  padding: 0 1.2rem;
  border: 1px solid rgba(198, 168, 107, 0.46);
  border-radius: 999px;
  background: linear-gradient(135deg, #fff2cf, #c6a86b);
  color: #15110b;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  white-space: nowrap;
  text-transform: uppercase;
}

.modal-thumbs {
  display: flex;
  gap: 0.48rem;
  min-width: 0;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 0.12rem 0.08rem 0.3rem;
  scrollbar-width: thin;
}

.modal-thumbs button {
  flex: 0 0 clamp(54px, 5vw, 74px);
  aspect-ratio: 4 / 3;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  background: #0b0a09;
  cursor: pointer;
  opacity: 0.58;
  transition: border-color 0.2s ease, opacity 0.2s ease, transform 0.2s ease;
}

.modal-thumbs button.active {
  border-color: rgba(198, 168, 107, 0.72);
  opacity: 1;
  transform: translateY(-2px);
}

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

.modal-nav {
  position: absolute;
  top: 50%;
  z-index: 6;
  display: grid;
  width: clamp(54px, 4.6vw, 66px);
  height: clamp(54px, 4.6vw, 66px);
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  background: rgba(5, 5, 5, 0.66);
  color: var(--text);
  cursor: pointer;
  font-size: clamp(2.1rem, 3vw, 2.8rem);
  line-height: 1;
  transform: translateY(-50%);
  backdrop-filter: blur(12px);
  transition: background 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}

.modal-nav:hover {
  border-color: rgba(198, 168, 107, 0.5);
  background: rgba(198, 168, 107, 0.16);
  transform: translateY(-50%) scale(1.04);
}

.modal-prev {
  left: clamp(0.6rem, 1.6vw, 1.2rem);
}

.modal-next {
  right: clamp(0.6rem, 1.6vw, 1.2rem);
}

.modal-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 5;
  width: 3.45rem;
  height: 3.45rem;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
  cursor: pointer;
  font-size: 1.35rem;
}

.modal-open {
  overflow: hidden;
}

.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 80;
  display: grid;
  place-items: center;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.72);
  backdrop-filter: blur(8px);
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  transition: opacity 0.24s ease, visibility 0.24s ease;
}

.exit-popup[hidden] {
  display: none !important;
}

.exit-popup[aria-hidden="false"] {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}

.exit-popup-panel {
  position: relative;
  width: min(480px, 100%);
  padding: 36px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 28px;
  background: #11100e;
  box-shadow: 0 30px 100px rgba(0, 0, 0, 0.45);
  opacity: 0;
  transform: translateY(18px) scale(0.98);
  transition: opacity 0.32s ease, transform 0.32s ease;
}

.exit-popup[aria-hidden="false"] .exit-popup-panel {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.exit-popup.is-closing {
  opacity: 0;
}

.exit-popup-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.04);
  color: rgba(245, 239, 231, 0.72);
  cursor: pointer;
  font-size: 1.15rem;
  pointer-events: auto;
}

.exit-popup-panel h2 {
  max-width: 10ch;
  margin: 0 0 0.85rem;
  color: #f5efe7;
  font-family: var(--serif);
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 400;
  letter-spacing: -0.035em;
  line-height: 1;
}

.exit-popup-panel p:not(.eyebrow) {
  margin: 0;
  color: rgba(245, 239, 231, 0.72);
  font-size: 0.96rem;
  line-height: 1.6;
}

.exit-popup-panel small {
  display: block;
  margin-top: 1rem;
  color: rgba(245, 239, 231, 0.56);
  font-size: 0.82rem;
  line-height: 1.5;
}

.exit-popup-actions {
  display: grid;
  gap: 0.75rem;
  margin-top: 1.5rem;
}

.exit-popup-actions .button {
  width: 100%;
  min-height: 54px;
  padding: 0 22px;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.exit-popup-actions .button-ghost {
  min-height: 44px;
  border-color: rgba(255, 255, 255, 0.12);
  background: transparent;
  color: #f5efe7;
}

.exit-popup-open {
  overflow: hidden;
}

.depois-do-sim-page {
  --ds-velvet: #050302;
  --ds-ink: #0b0705;
  --ds-wine: #421b19;
  --ds-wine-soft: rgba(66, 27, 25, 0.34);
  --ds-champagne: #d7b66e;
  --ds-champagne-light: #fff4df;
  --ds-antique: #8f6c35;
  --ds-porcelain: #fff7ec;
  --ds-mist: rgba(255, 247, 236, 0.68);
  background:
    linear-gradient(135deg, rgba(215, 182, 110, 0.1), transparent 26%),
    linear-gradient(225deg, rgba(66, 27, 25, 0.34), transparent 38%),
    linear-gradient(180deg, var(--ds-velvet), var(--ds-ink) 44%, #030303);
}

.depois-do-sim-page .site-header {
  border-color: rgba(215, 182, 110, 0.16);
  background: rgba(5, 3, 2, 0.76);
}

.depois-do-sim-page .button-primary,
.depois-do-sim-page .nav-cta {
  background: linear-gradient(135deg, var(--ds-champagne-light), var(--ds-champagne) 62%, var(--ds-antique));
  color: #160f09;
}

.depois-do-sim-page .button-primary {
  box-shadow: 0 24px 70px rgba(215, 182, 110, 0.22);
}

.ds-brand {
  gap: 0.82rem;
}

.ds-brand img {
  width: clamp(7.2rem, 10vw, 9.4rem);
  height: 3rem;
  object-fit: contain;
}

.ds-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.ds-hero::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  content: "";
  background:
    radial-gradient(circle at 50% 42%, transparent 0, rgba(0, 0, 0, 0.16) 34%, rgba(0, 0, 0, 0.74) 82%),
    linear-gradient(90deg, rgba(0, 0, 0, 0.78), rgba(0, 0, 0, 0.18), rgba(0, 0, 0, 0.7)),
    linear-gradient(0deg, var(--ds-velvet) 0, transparent 28%);
}

.ds-hero-media,
.ds-hero-media img {
  position: absolute;
  inset: 0;
}

.ds-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 48%;
  filter: saturate(0.68) contrast(1.1) brightness(0.58);
  transform: translate3d(0, var(--ds-parallax, 0px), 0) scale(1.06);
  transform-origin: center;
  animation: slowCinema 22s ease-in-out infinite alternate;
}

.ds-hero-media::after {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background:
    linear-gradient(180deg, rgba(0, 0, 0, 0.28), transparent 42%),
    linear-gradient(115deg, rgba(215, 182, 110, 0.2), transparent 36%),
    linear-gradient(245deg, rgba(66, 27, 25, 0.18), transparent 45%);
  mix-blend-mode: screen;
  opacity: 0.72;
}

.ds-hero-particles {
  z-index: 3;
}

.ds-hero-content {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: center;
  width: min(calc(100% - 2rem), 880px);
  padding: calc(var(--nav-height) + 42px) 0 64px;
  text-align: center;
}

.ds-project-logo {
  width: clamp(360px, 42vw, 680px);
  height: auto;
  margin-bottom: 2rem;
  filter: drop-shadow(0 22px 48px rgba(0, 0, 0, 0.44));
}

.ds-hero-content .eyebrow {
  color: rgba(255, 244, 223, 0.82);
}

.ds-hero-content h1 {
  max-width: none;
  margin: 0;
  color: var(--ds-porcelain);
  font-size: clamp(4rem, 10vw, 9.8rem);
  letter-spacing: 0;
  line-height: 0.88;
  text-shadow: 0 24px 90px rgba(0, 0, 0, 0.72);
}

.ds-hero-content p:not(.eyebrow) {
  max-width: 620px;
  margin: 1.1rem 0 2rem;
  color: rgba(248, 242, 233, 0.8);
  font-family: var(--serif);
  font-size: clamp(1.3rem, 2.3vw, 2.2rem);
  line-height: 1.2;
}

.ds-hero-scroll {
  position: absolute;
  bottom: 34px;
  left: 50%;
  z-index: 4;
  display: grid;
  justify-items: center;
  gap: 0.7rem;
  color: rgba(245, 239, 231, 0.58);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  transform: translateX(-50%);
}

.ds-hero-scroll span {
  display: block;
  width: 1px;
  height: 58px;
  background: linear-gradient(180deg, rgba(243, 222, 170, 0.86), transparent);
}

.ds-identity-strip {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1px;
  margin-bottom: clamp(2.5rem, 6vw, 5rem);
  border: 1px solid rgba(215, 182, 110, 0.16);
  background: rgba(215, 182, 110, 0.16);
}

.ds-identity-strip span {
  min-height: 4.2rem;
  padding: 1rem;
  color: rgba(255, 247, 236, 0.72);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ds-identity-strip span:nth-child(1) {
  background: var(--ds-velvet);
}

.ds-identity-strip span:nth-child(2) {
  background: var(--ds-champagne);
  color: #170f08;
}

.ds-identity-strip span:nth-child(3) {
  background: var(--ds-wine);
}

.ds-identity-strip span:nth-child(4) {
  background: var(--ds-porcelain);
  color: #170f08;
}

.ds-section {
  position: relative;
  padding-top: clamp(72px, 10vw, 130px);
  padding-bottom: clamp(72px, 10vw, 130px);
}

.ds-section-kicker {
  width: fit-content;
  margin-bottom: 1.4rem;
  padding: 0.62rem 0.8rem;
  border: 1px solid rgba(198, 168, 107, 0.24);
  border-radius: 999px;
  background: rgba(215, 182, 110, 0.07);
  color: var(--ds-champagne-light);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.ds-concept-grid,
.ds-experience,
.ds-proof {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: clamp(2.5rem, 7vw, 7rem);
  align-items: center;
}

.ds-concept h2,
.ds-experience h2,
.ds-section-top h2,
.ds-proof h2,
.ds-positioning h2,
.ds-final-card h2 {
  color: var(--ds-porcelain);
  letter-spacing: 0;
}

.ds-concept h2 {
  max-width: 12ch;
  font-size: clamp(2.8rem, 6vw, 6.2rem);
  line-height: 0.94;
}

.ds-rich-copy {
  display: grid;
  gap: 1rem;
}

.ds-rich-copy p,
.ds-experience-copy p,
.ds-proof-copy p,
.ds-positioning-card p {
  margin: 0;
  color: var(--ds-mist);
  font-size: clamp(1rem, 1.2vw, 1.12rem);
  line-height: 1.72;
}

.ds-experience-media {
  position: relative;
  min-height: 620px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 0;
  background: #0d0b09;
}

.ds-experience-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(0, 0, 0, 0.72)),
    linear-gradient(135deg, rgba(215, 182, 110, 0.2), transparent 44%),
    linear-gradient(245deg, rgba(66, 27, 25, 0.2), transparent 54%);
  pointer-events: none;
}

.ds-experience-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.74) contrast(1.08) brightness(0.72);
  transform: scale(1.04);
  transition: transform 1.2s ease, filter 1.2s ease;
}

.ds-experience-media.is-visible img {
  filter: saturate(0.9) contrast(1.08) brightness(0.82);
  transform: scale(1);
}

.ds-experience-copy {
  display: grid;
  gap: 1rem;
}

.ds-experience-copy h2,
.ds-proof h2 {
  max-width: 10ch;
  font-size: clamp(2.5rem, 5vw, 5.2rem);
  line-height: 0.96;
}

.ds-section-top {
  max-width: 760px;
  margin-bottom: clamp(2rem, 5vw, 4rem);
}

.ds-delivery-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid rgba(215, 182, 110, 0.24);
}

.ds-delivery-grid article {
  display: grid;
  align-content: start;
  min-height: 320px;
  padding: clamp(1.2rem, 2.4vw, 2rem);
  border-right: 1px solid rgba(255, 255, 255, 0.09);
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.035), transparent),
    rgba(255, 255, 255, 0.012);
  transition: background 0.35s ease, transform 0.35s ease;
}

.ds-delivery-grid article:last-child {
  border-right: 0;
}

.ds-delivery-grid article:hover {
  background: linear-gradient(180deg, rgba(215, 182, 110, 0.08), rgba(66, 27, 25, 0.08));
  transform: translateY(-4px);
}

.ds-delivery-grid span {
  margin-bottom: 4.8rem;
  color: rgba(255, 244, 223, 0.76);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
}

.ds-delivery-grid h3 {
  margin: 0 0 0.9rem;
  color: #fff7ec;
  letter-spacing: 0;
}

.ds-delivery-grid p {
  margin: 0;
  color: rgba(245, 239, 231, 0.64);
  font-size: 0.94rem;
  line-height: 1.62;
}

.ds-proof {
  align-items: stretch;
}

.ds-proof-copy {
  align-self: center;
}

.ds-video-placeholder {
  position: relative;
  display: grid;
  min-height: 520px;
  place-items: center;
  overflow: hidden;
  border: 1px solid rgba(215, 182, 110, 0.24);
  background:
    linear-gradient(145deg, rgba(215, 182, 110, 0.2), transparent 42%),
    linear-gradient(245deg, rgba(66, 27, 25, 0.24), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.06), rgba(255, 255, 255, 0.018)),
    #0e0c09;
}

.ds-video-placeholder::before {
  position: absolute;
  inset: 1.2rem;
  border: 1px solid rgba(255, 255, 255, 0.08);
  content: "";
}

.ds-video-placeholder span {
  display: grid;
  width: 6.8rem;
  height: 6.8rem;
  place-items: center;
  border: 1px solid rgba(243, 222, 170, 0.44);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.26);
  color: var(--ds-champagne-light);
  font-size: 1.1rem;
  backdrop-filter: blur(12px);
}

.ds-video-placeholder strong,
.ds-video-placeholder small {
  position: absolute;
  left: 2rem;
  right: 2rem;
  display: block;
  text-align: center;
}

.ds-video-placeholder strong {
  bottom: 4.4rem;
  color: #fff7ec;
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.8rem);
  font-weight: 400;
}

.ds-video-placeholder small {
  bottom: 2.4rem;
  color: rgba(245, 239, 231, 0.55);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ds-impact {
  position: relative;
  display: grid;
  min-height: 68vh;
  place-items: center;
  padding: 6rem 1rem;
  overflow: hidden;
  background:
    linear-gradient(180deg, rgba(5, 3, 2, 0.2), var(--ds-velvet)),
    url("https://images.pexels.com/photos/36989806/pexels-photo-36989806.jpeg?auto=compress&cs=tinysrgb&w=1800") center / cover fixed;
}

.ds-impact::before {
  position: absolute;
  inset: 0;
  content: "";
  background: rgba(0, 0, 0, 0.58);
}

.ds-impact p {
  position: relative;
  max-width: 970px;
  margin: 0;
  color: var(--ds-porcelain);
  font-family: var(--serif);
  font-size: clamp(2.8rem, 7vw, 7rem);
  letter-spacing: 0;
  line-height: 0.95;
  text-align: center;
}

.ds-positioning {
  display: grid;
  place-items: center;
}

.ds-positioning-card {
  max-width: 820px;
  padding: clamp(2rem, 5vw, 5rem);
  border: 1px solid rgba(215, 182, 110, 0.18);
  background:
    linear-gradient(135deg, rgba(215, 182, 110, 0.1), transparent 42%),
    linear-gradient(245deg, rgba(66, 27, 25, 0.16), transparent 54%),
    rgba(255, 255, 255, 0.028);
  text-align: center;
}

.ds-positioning-card h2 {
  max-width: 12ch;
  margin-inline: auto;
  font-size: clamp(2.4rem, 5vw, 5.2rem);
  line-height: 0.96;
}

.ds-positioning-card p {
  max-width: 640px;
  margin: 1rem auto 0;
}

.ds-final-cta {
  position: relative;
  width: min(calc(100% - 2rem), 1180px);
  margin: 0 auto;
  padding: clamp(72px, 10vw, 128px) 0 32px;
}

.ds-final-card {
  position: relative;
  z-index: 1;
  display: grid;
  min-height: 420px;
  place-items: center;
  padding: clamp(2rem, 6vw, 5.5rem);
  border: 1px solid rgba(215, 182, 110, 0.24);
  background:
    radial-gradient(circle at 50% 0, rgba(215, 182, 110, 0.16), transparent 42%),
    linear-gradient(135deg, rgba(66, 27, 25, 0.2), transparent 46%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.045), rgba(255, 255, 255, 0.016));
  text-align: center;
}

.ds-final-logo {
  width: min(300px, 74vw);
  height: auto;
  margin-bottom: 1.6rem;
}

.ds-final-card h2 {
  max-width: 780px;
  margin-bottom: 2rem;
  font-size: clamp(2.4rem, 5.5vw, 5.8rem);
  line-height: 0.95;
}

.eleicoes-page {
  --vc-navy: #03101f;
  --vc-navy-2: #071a2f;
  --vc-blue: #0e355c;
  --vc-gold: #d7b66d;
  --vc-gold-light: #f4ddb0;
  --vc-ivory: #f8f2e9;
  --vc-ink: #02060b;
  background:
    linear-gradient(135deg, rgba(14, 53, 92, 0.72), transparent 34%),
    linear-gradient(230deg, rgba(215, 182, 109, 0.12), transparent 38%),
    linear-gradient(180deg, var(--vc-navy), var(--vc-navy-2) 46%, var(--vc-ink));
}

.eleicoes-page .site-header {
  border-color: rgba(215, 182, 109, 0.16);
  background: rgba(2, 6, 11, 0.72);
}

.e26-nav-brand img {
  border-radius: 12px;
  box-shadow: 0 0 0 1px rgba(215, 182, 109, 0.22), 0 10px 28px rgba(0, 0, 0, 0.28);
}

.e26-nav-brand span {
  color: var(--vc-ivory);
  letter-spacing: 0.12em;
}

.eleicoes-page .button-primary {
  background:
    linear-gradient(135deg, rgba(255, 246, 226, 0.96), rgba(215, 182, 109, 0.96)),
    var(--vc-gold);
  color: #07101b;
  box-shadow: 0 20px 55px rgba(215, 182, 109, 0.18);
}

.e26-hero {
  position: relative;
  display: grid;
  min-height: 100svh;
  place-items: center;
  overflow: hidden;
  isolation: isolate;
}

.e26-hero::after {
  position: absolute;
  inset: 0;
  z-index: 2;
  content: "";
  background:
    linear-gradient(90deg, rgba(2, 6, 11, 0.9), rgba(3, 16, 31, 0.56), rgba(2, 6, 11, 0.86)),
    linear-gradient(0deg, var(--vc-navy) 0, transparent 28%),
    radial-gradient(circle at 50% 38%, rgba(215, 182, 109, 0.13), transparent 44%);
  pointer-events: none;
}

.e26-hero-media,
.e26-hero-media img {
  position: absolute;
  inset: 0;
}

.e26-hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: grayscale(0.45) saturate(0.72) contrast(1.12) brightness(0.42);
  transform: scale(1.06);
  animation: slowCinema 24s ease-in-out infinite alternate;
}

.e26-hero-media::before {
  position: absolute;
  inset: 0;
  z-index: 1;
  content: "";
  background-image:
    linear-gradient(rgba(215, 182, 109, 0.09) 1px, transparent 1px),
    linear-gradient(90deg, rgba(215, 182, 109, 0.06) 1px, transparent 1px);
  background-size: 96px 96px;
  mask-image: radial-gradient(circle at center, #000 0, transparent 72%);
  opacity: 0.44;
}

.e26-particles {
  z-index: 3;
}

.e26-hero-content {
  position: relative;
  z-index: 4;
  display: grid;
  justify-items: center;
  width: min(calc(100% - 2rem), 920px);
  padding: calc(var(--nav-height) + 48px) 0 72px;
  text-align: center;
}

.e26-wordmark {
  display: inline-grid;
  grid-template-columns: auto auto;
  align-items: center;
  gap: 1rem;
  color: var(--vc-ivory);
}

.e26-wordmark img {
  width: clamp(72px, 8vw, 104px);
  height: auto;
  border-radius: 24px;
  filter: drop-shadow(0 20px 46px rgba(0, 0, 0, 0.42));
}

.e26-wordmark div {
  display: grid;
  justify-items: start;
}

.e26-wordmark span,
.e26-wordmark strong {
  font-family: "Bodoni Moda", Didot, "Times New Roman", serif;
  font-size: clamp(2.25rem, 4.2vw, 4.5rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 0.82;
}

.e26-wordmark span {
  color: var(--vc-ivory);
}

.e26-wordmark strong {
  color: var(--vc-gold);
  font-style: italic;
  font-weight: 800;
}

.e26-wordmark small {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 0.72rem;
  padding-top: 0.5rem;
  border-top: 2px solid rgba(215, 182, 109, 0.82);
  color: var(--vc-ivory);
  font-family: "Montserrat", var(--sans);
  font-size: clamp(0.52rem, 0.72vw, 0.72rem);
  font-weight: 800;
  letter-spacing: 0.42em;
  line-height: 1;
  text-transform: uppercase;
}

.e26-hero-logo {
  margin-bottom: clamp(1.2rem, 3vw, 2rem);
  filter: drop-shadow(0 24px 64px rgba(0, 0, 0, 0.44));
}

.e26-hero-content h1 {
  max-width: none;
  margin: 0;
  color: #fff7ec;
  font-size: clamp(4.2rem, 10vw, 9.6rem);
  letter-spacing: 0;
  line-height: 0.88;
  text-shadow: 0 28px 90px rgba(0, 0, 0, 0.7);
}

.e26-hero-content strong {
  display: block;
  margin-top: 0.7rem;
  color: var(--vc-gold-light);
  font-family: var(--serif);
  font-size: clamp(1.65rem, 3.2vw, 3.2rem);
  font-weight: 400;
  line-height: 1;
}

.e26-brand-band {
  position: relative;
  z-index: 2;
  width: min(calc(100% - 2rem), 1180px);
  margin: clamp(-58px, -5vw, -28px) auto 0;
  padding: 0 0 clamp(2.5rem, 6vw, 4.5rem);
}

.e26-brand-band-inner {
  display: grid;
  grid-template-columns: 1fr auto 1fr auto 1fr;
  align-items: center;
  gap: clamp(0.8rem, 2vw, 1.4rem);
  padding: 1rem clamp(1rem, 2.5vw, 1.4rem);
  border: 1px solid rgba(215, 182, 109, 0.2);
  border-radius: 999px;
  background:
    linear-gradient(135deg, rgba(215, 182, 109, 0.1), rgba(255, 255, 255, 0.018)),
    rgba(3, 16, 31, 0.78);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  backdrop-filter: blur(18px);
}

.e26-brand-band-inner span {
  color: rgba(248, 242, 233, 0.76);
  font-size: 0.7rem;
  font-weight: 800;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
}

.e26-brand-band-inner i {
  display: block;
  width: 0.42rem;
  height: 0.42rem;
  border-radius: 50%;
  background: var(--vc-gold);
  box-shadow: 0 0 22px rgba(215, 182, 109, 0.42);
}

.e26-hero-content p:not(.eyebrow) {
  max-width: 620px;
  margin: 1.15rem 0 2rem;
  color: rgba(248, 242, 233, 0.78);
  font-size: clamp(1rem, 1.5vw, 1.22rem);
  line-height: 1.6;
}

.e26-directory,
.e26-profile,
.e26-final {
  width: min(calc(100% - 2rem), 1180px);
}

.e26-section-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 0.72fr);
  gap: clamp(2rem, 5vw, 4.5rem);
  align-items: end;
  margin-bottom: 1.2rem;
}

.e26-section-head h2 {
  max-width: 760px;
  color: #fff7ec;
  font-size: clamp(2.35rem, 4.4vw, 4.8rem);
  letter-spacing: 0;
  line-height: 0.98;
}

.e26-section-head .eyebrow,
.e26-profile-intro .eyebrow,
.e26-video-copy .eyebrow,
.e26-final-card .eyebrow {
  color: var(--vc-gold);
}

.e26-section-head p {
  max-width: 430px;
  margin: 0;
  color: rgba(245, 239, 231, 0.66);
}

.e26-toolbar {
  position: sticky;
  top: 5.6rem;
  z-index: 6;
  display: grid;
  grid-template-columns: minmax(240px, 1fr) auto auto;
  gap: 0.75rem;
  align-items: end;
  margin-bottom: 1rem;
  padding: 0.75rem;
  border: 1px solid rgba(215, 182, 109, 0.14);
  border-radius: 22px;
  background: rgba(3, 16, 31, 0.84);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(20px);
}

.e26-search {
  display: grid;
  gap: 0.38rem;
}

.e26-search label {
  color: rgba(245, 239, 231, 0.62);
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.e26-search input {
  min-height: 2.8rem;
  border-radius: 999px;
}

.e26-filter-group {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}

.e26-filter-group button,
.e26-sort {
  min-height: 2.8rem;
  padding: 0 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.035);
  color: rgba(245, 239, 231, 0.72);
  cursor: pointer;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  transition: background 0.22s ease, border-color 0.22s ease, color 0.22s ease;
}

.e26-filter-group button.active,
.e26-filter-group button:hover,
.e26-sort:hover {
  border-color: rgba(215, 182, 109, 0.62);
  background: rgba(215, 182, 109, 0.14);
  color: #fff7ec;
}

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

.e26-candidate-card {
  position: relative;
  min-height: 430px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 22px;
  background: var(--vc-navy-2);
  box-shadow: 0 20px 54px rgba(0, 0, 0, 0.24);
  transition: transform 0.28s ease, border-color 0.28s ease, box-shadow 0.28s ease;
}

.e26-candidate-card::before {
  position: absolute;
  inset: 0 auto 0 0;
  z-index: 2;
  width: 3px;
  content: "";
  background: linear-gradient(180deg, transparent, var(--vc-gold), transparent);
  opacity: 0;
  transition: opacity 0.28s ease;
}

.e26-candidate-card a,
.e26-card-photo,
.e26-card-photo img {
  display: block;
  height: 100%;
}

.e26-card-photo {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.e26-card-photo img {
  width: 100%;
  object-fit: cover;
  filter: saturate(0.82) contrast(1.06) brightness(0.72);
  transform: scale(1.01);
  transition: transform 0.7s ease, filter 0.7s ease;
}

.e26-card-photo::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, rgba(3, 7, 13, 0.04), rgba(3, 7, 13, 0.92) 76%),
    linear-gradient(135deg, rgba(215, 182, 109, 0.18), transparent 48%),
    linear-gradient(225deg, rgba(14, 53, 92, 0.28), transparent 56%);
}

.e26-card-body {
  position: absolute;
  z-index: 3;
  left: 1.1rem;
  right: 1.1rem;
  bottom: 1.1rem;
  display: grid;
}

.e26-card-body small,
.e26-card-body em {
  color: var(--vc-gold-light);
  font-style: normal;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.e26-card-body strong {
  margin: 0.48rem 0 0.36rem;
  color: #fff7ec;
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.45rem);
  font-weight: 400;
  line-height: 0.98;
}

.e26-card-body em {
  color: rgba(245, 239, 231, 0.58);
}

.e26-card-body span {
  width: fit-content;
  margin-top: 0.9rem;
  padding: 0.72rem 0.9rem;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.06);
  color: #fff7ec;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: background 0.22s ease, border-color 0.22s ease;
}

.e26-candidate-card:hover,
.e26-candidate-card.active {
  border-color: rgba(215, 182, 109, 0.56);
  box-shadow: 0 26px 80px rgba(0, 0, 0, 0.34);
  transform: translateY(-4px);
}

.e26-candidate-card:hover::before,
.e26-candidate-card.active::before {
  opacity: 1;
}

.e26-candidate-card:hover img {
  filter: saturate(0.96) contrast(1.08) brightness(0.84);
  transform: scale(1.06);
}

.e26-candidate-card:hover .e26-card-body span {
  border-color: rgba(215, 182, 109, 0.56);
  background: rgba(215, 182, 109, 0.16);
}

.e26-empty {
  grid-column: 1 / -1;
  padding: 2rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.035);
}

.e26-profile {
  scroll-margin-top: calc(var(--nav-height) + 110px);
}

.e26-profile-shell {
  display: grid;
  gap: clamp(2rem, 5vw, 3.5rem);
}

.e26-profile-intro {
  display: grid;
  grid-template-columns: minmax(240px, 0.58fr) minmax(0, 1fr);
  gap: clamp(1.4rem, 4vw, 3rem);
  align-items: center;
  padding: clamp(1rem, 2.4vw, 1.5rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 28px;
  background:
    linear-gradient(135deg, rgba(215, 182, 109, 0.1), transparent 46%),
    linear-gradient(225deg, rgba(14, 53, 92, 0.2), transparent 56%),
    rgba(255, 255, 255, 0.028);
}

.e26-profile-intro img {
  width: 100%;
  min-height: 420px;
  border-radius: 22px;
  object-fit: cover;
  filter: saturate(0.9) contrast(1.06) brightness(0.82);
}

.e26-profile-intro h2 {
  max-width: 780px;
  margin: 0;
  color: #fff7ec;
  font-size: clamp(2.7rem, 6vw, 6rem);
  letter-spacing: 0;
  line-height: 0.92;
}

.e26-profile-intro span {
  display: block;
  margin: 1rem 0;
  color: var(--vc-gold-light);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.e26-profile-intro p:not(.eyebrow) {
  max-width: 650px;
  margin: 0;
  color: rgba(245, 239, 231, 0.7);
  font-size: 1rem;
}

.e26-video-feature {
  display: grid;
  grid-template-columns: minmax(250px, 0.48fr) minmax(0, 1fr);
  gap: 1rem;
  align-items: stretch;
}

.e26-video-copy {
  display: grid;
  align-content: center;
  padding: clamp(1.3rem, 3vw, 2.4rem);
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.03);
}

.e26-video-copy h3,
.e26-block-head h3,
.e26-final-card h2 {
  margin: 0;
  color: #fff7ec;
  font-family: var(--serif);
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1;
}

.e26-video-copy h3 {
  font-size: clamp(1.9rem, 3.6vw, 3.8rem);
}

.e26-video-feature iframe {
  width: 100%;
  aspect-ratio: 16 / 9;
  border: 1px solid rgba(215, 182, 109, 0.2);
  border-radius: 24px;
  background: #000;
}

.e26-block-head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1rem;
}

.e26-block-head h3 {
  font-size: clamp(1.7rem, 3vw, 3rem);
}

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

.e26-cut-card {
  position: relative;
  min-height: 230px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background: #0b111a;
  color: #fff7ec;
  cursor: pointer;
  text-align: left;
  transition: transform 0.24s ease, border-color 0.24s ease;
}

.e26-cut-card img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(0.82) brightness(0.64);
  transition: transform 0.6s ease, filter 0.6s ease;
}

.e26-cut-card::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.06), rgba(0, 0, 0, 0.78));
}

.e26-cut-card span {
  position: absolute;
  z-index: 1;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  border: 1px solid rgba(243, 222, 170, 0.42);
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.28);
  color: var(--gold-light);
  backdrop-filter: blur(10px);
}

.e26-cut-card strong {
  position: absolute;
  z-index: 1;
  left: 1rem;
  right: 1rem;
  bottom: 1rem;
  color: #fff7ec;
  font-family: var(--serif);
  font-size: 1.45rem;
  font-weight: 400;
  line-height: 1;
}

.e26-cut-card:hover {
  border-color: rgba(198, 168, 107, 0.5);
  transform: translateY(-3px);
}

.e26-cut-card:hover img {
  filter: saturate(0.98) brightness(0.78);
  transform: scale(1.06);
}

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

.e26-quotes blockquote {
  min-height: 220px;
  margin: 0;
  padding: 1.5rem;
  border: 1px solid rgba(255, 255, 255, 0.09);
  border-radius: 20px;
  background:
    linear-gradient(135deg, rgba(198, 168, 107, 0.1), transparent 44%),
    rgba(255, 255, 255, 0.03);
  color: #fff7ec;
  font-family: var(--serif);
  font-size: clamp(1.28rem, 2vw, 1.75rem);
  line-height: 1.18;
}

.e26-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
  padding-top: 0.5rem;
}

.e26-final-card {
  display: grid;
  min-height: 360px;
  place-items: center;
  padding: clamp(2rem, 5vw, 4rem);
  border: 1px solid rgba(215, 182, 109, 0.22);
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 0, rgba(215, 182, 109, 0.16), transparent 46%),
    linear-gradient(135deg, rgba(14, 53, 92, 0.24), transparent 52%),
    rgba(255, 255, 255, 0.028);
  text-align: center;
}

.e26-final-logo {
  margin-bottom: 1.4rem;
}

.e26-final-card h2 {
  max-width: 760px;
  margin-bottom: 1.6rem;
  font-size: clamp(2.35rem, 5vw, 5.2rem);
}

.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}

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

@keyframes slowCinema {
  from {
    object-position: 47% 47%;
  }
  to {
    object-position: 53% 52%;
  }
}

@keyframes fadeLogo {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes fadeText {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes introExit {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
    visibility: hidden;
  }
}

@keyframes vcIntroGroup {
  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

@keyframes vcMarkEnter {
  from {
    opacity: 0;
    transform: rotate(-8deg) scale(0.9);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

@keyframes vcIntroText {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes homeEnter {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes heroEditorialEnter {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes particleFloat {
  0%,
  100% {
    opacity: 0;
    transform: translate3d(0, 18px, 0);
  }
  18%,
  72% {
    opacity: 0.42;
  }
  50% {
    transform: translate3d(var(--drift), -34px, 0);
  }
}

@keyframes flowLine {
  from {
    stroke-dashoffset: 0;
  }
  to {
    stroke-dashoffset: -560;
  }
}

@keyframes hintLine {
  0%,
  100% {
    opacity: 0.38;
    transform: scaleX(0.72);
    transform-origin: left;
  }
  50% {
    opacity: 0.9;
    transform: scaleX(1);
  }
}

@keyframes weddingLineMeet {
  to {
    transform: scaleX(1);
  }
}

@keyframes weddingPointGlow {
  to {
    opacity: 1;
    transform: scale(1);
  }
}

@keyframes weddingYes {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (prefers-reduced-motion: reduce) {
  .intro-logo-animation img,
  .intro-logo-animation p,
  .intro-logo-animation.is-exiting {
    animation-duration: 0.01ms !important;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .custom-v-cursor,
  .golden-particles {
    display: none !important;
  }

  .ds-hero-media img {
    transform: scale(1.04) !important;
  }

  .ds-impact {
    background-attachment: scroll;
  }

  .golden-flow-lines path {
    animation: none !important;
    stroke-dashoffset: 0 !important;
  }
}

@media (max-height: 820px) and (min-width: 900px) {
  .memory-time-shell {
    grid-template-columns: minmax(180px, 0.32fr) minmax(0, 1fr);
    gap: 2rem;
  }

  .memory-photo-assembly {
    width: var(--memory-sheet-width);
  }

  .memory-impact-quote {
    width: min(100%, 360px);
  }

  .memory-time-controls {
    height: 344px;
  }

  .memory-time-copy h1 {
    font-size: clamp(1.9rem, 3.3vw, 2.8rem);
  }

  .wedding-experience-card {
    grid-template-columns: 0.9fr 1fr;
  }

  .wedding-experience-content h2 {
    font-size: 2.4rem;
  }

  .wedding-experience-content p {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .wedding-feature-list li {
    font-size: 0.8rem;
  }

  .wedding-experience-media {
    min-height: 480px;
  }
}

@media (max-height: 780px) and (min-width: 900px) {
  .signature-card {
    min-height: 500px;
  }

  .signature-media {
    min-height: 500px;
  }

  .signature-content {
    gap: 12px;
    padding: 28px 36px;
  }

  .signature-content h2 {
    font-size: clamp(2rem, 3vw, 3.1rem);
  }

  .signature-copy p {
    font-size: 0.88rem;
    line-height: 1.42;
  }

  .signature-stats article {
    min-height: 80px;
    padding: 12px 14px;
  }

  .signature-stats strong {
    font-size: 2rem;
  }
}

@media (max-width: 980px) {
  :root {
    --font-hero: clamp(2.7rem, 7vw, 4.6rem);
    --font-section-title: clamp(2.1rem, 5.2vw, 3.5rem);
    --font-body: 0.96rem;
  }

  .memory-time-shell {
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 1.2rem;
    padding-top: 0.5rem;
    text-align: center;
  }

  .memory-time-copy,
  .memory-photo-assembly,
  .memory-impact-quote {
    max-width: 560px;
  }

  .memory-time-section {
    --memory-sheet-width: min(86vw, 560px, calc((100svh - 16rem) * 0.76));
  }

  .memory-time-stage {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .memory-time-controls {
    right: 50%;
    bottom: clamp(1rem, 3vh, 1.6rem);
    width: min(calc(100% - 1.2rem), 420px);
    height: auto;
    grid-auto-flow: column;
    align-items: center;
    justify-content: center;
    border-radius: 22px;
    padding: 1rem;
    transform: translateX(50%);
  }

  .memory-time-slider {
    width: min(100%, 280px);
    height: 8px;
    -webkit-appearance: none;
    writing-mode: initial;
    cursor: ew-resize;
  }

  .memory-time-slider::-webkit-slider-runnable-track,
  .memory-time-slider::-moz-range-track {
    width: 100%;
    height: 8px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.16), rgba(198, 168, 107, 0.9));
  }

  .memory-time-slider::-webkit-slider-thumb {
    margin-top: -5px;
    margin-left: 0;
  }

  .memory-time-copy h1,
  .memory-time-copy > p:not(.eyebrow) {
    max-width: none;
  }

  .site-header {
    grid-template-columns: 1fr auto;
  }

  .nav-links {
    display: none;
  }

  .hero-container {
    grid-template-columns: 1fr;
    gap: 32px;
    align-content: center;
  }

  .hero-content {
    max-width: 560px;
  }

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

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

  .services-head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .testimonials-head,
  .final-conversion-card {
    grid-template-columns: 1fr;
  }

  .testimonial-card-featured {
    grid-row: auto;
  }

  .signature-card {
    padding: 1rem;
  }

  .signature-media {
    min-height: clamp(360px, 62vw, 620px);
  }

  .signature-content {
    padding: clamp(1rem, 4vw, 2rem);
  }

  .signature-content h2 {
    max-width: min(760px, 100%);
    font-size: clamp(2.15rem, 5vw, 3.35rem);
    line-height: 1.04;
  }

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

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

  .portfolio-toolbar {
    grid-template-columns: 1fr;
  }

  .ds-concept-grid,
  .ds-experience,
  .ds-proof,
  .e26-section-head,
  .e26-profile-intro,
  .e26-video-feature {
    grid-template-columns: 1fr;
  }

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

  .ds-delivery-grid article:nth-child(2) {
    border-right: 0;
  }

  .e26-toolbar {
    grid-template-columns: 1fr;
    top: 4.8rem;
  }

  .e26-brand-band-inner {
    grid-template-columns: 1fr;
    border-radius: 24px;
  }

  .e26-brand-band-inner i {
    width: 42px;
    height: 1px;
    justify-self: center;
    border-radius: 999px;
  }

  .e26-candidate-grid,
  .e26-cuts-grid,
  .e26-quotes {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (min-width: 769px) and (max-width: 980px) {
  .signature-card {
    grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1fr);
    align-items: stretch;
  }

  .signature-media {
    min-height: 560px;
  }

  .signature-content {
    padding: clamp(1.4rem, 3vw, 2rem);
  }

  .signature-content h2 {
    font-size: clamp(2rem, 3.65vw, 2.55rem);
    line-height: 1.04;
  }

  .signature-copy p {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .signature-stats {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .memory-time-section {
    min-height: auto;
    padding: calc(var(--nav-height) + 10px) 0 2.6rem;
  }

  .memory-time-shell {
    width: min(calc(100% - 1.2rem), 1240px);
    min-height: auto;
    gap: 0.8rem;
  }

  .memory-photo-assembly,
  .memory-impact-quote {
    width: 100%;
    max-width: 420px;
  }

  .memory-impact-quote {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: min(100%, 420px);
    margin: 0 auto;
    padding: 1rem 1.05rem;
    border-left: 0;
    border-top: 1px solid rgba(198, 168, 107, 0.58);
    background: rgba(8, 7, 6, 0.42);
  }

  .memory-time-copy {
    max-width: 360px;
    padding-top: 1.1rem;
  }

  .memory-time-stage::before {
    top: clamp(1rem, 3vh, 1.8rem);
  }

  .memory-time-copy h1 {
    font-size: clamp(2rem, 9vw, 3.15rem);
  }

  .memory-time-copy > p:not(.eyebrow) {
    font-size: 0.9rem;
    line-height: 1.52;
  }

  .memory-impact-quote p {
    font-size: clamp(1.2rem, 6vw, 1.75rem);
    text-align: center;
  }

  .memory-time-actions,
  .memory-time-actions .button {
    width: 100%;
  }

  .memory-time-actions {
    grid-column: auto;
    justify-content: center;
    margin-top: 0.2rem;
  }

  .section-screen {
    height: auto;
    max-height: none;
    overflow: visible;
  }

  .hero-section.section-screen {
    min-height: 100svh;
    height: 100svh;
    max-height: none;
    overflow: hidden;
  }

  .section-container {
    height: auto;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .hero-container {
    height: 100%;
    min-height: auto;
  }

  .signature-card,
  .wedding-experience-card {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
  }

  .wedding-experience-media {
    height: 360px;
    min-height: 340px;
    border-radius: 28px 28px 0 0;
  }

  .wedding-experience-content {
    padding: 28px;
  }

  .wedding-actions,
  .wedding-actions .button {
    width: 100%;
  }
}

@media (max-width: 680px) {
  :root {
    --font-hero: clamp(2.3rem, 12vw, 3.6rem);
    --font-section-title: clamp(2rem, 10vw, 3rem);
    --font-card-title: clamp(1.4rem, 7vw, 2rem);
    --font-body: 0.98rem;
    --font-small: 0.84rem;
    --font-size-button: 0.76rem;
    --font-size-eyebrow: 0.68rem;
  }

  .site-header {
    width: calc(100% - 1rem);
    margin-top: 0.5rem;
  }

  .brand span {
    max-width: 10.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .nav-cta {
    min-height: 3.15rem;
    padding: 0 1rem;
  }

  .hero-section {
    min-height: 100svh;
    height: 100svh;
    padding: 0;
  }

  .hero-container {
    padding: 6.4rem 1rem 4rem;
  }

  h1 {
    max-width: 11ch;
  }

  h2 {
    line-height: 1.06;
  }

  .section-top h2,
  .services-head h2,
  .testimonials-head h2,
  .final-conversion-copy h2,
  .signature-content h2 {
    max-width: 100%;
    font-size: clamp(2rem, 8.8vw, 2.75rem);
    line-height: 1.06;
    letter-spacing: -0.028em;
  }

  .section-top > p,
  .services-head > p,
  .testimonials-intro p,
  .final-conversion-copy p,
  .signature-copy p {
    max-width: 100%;
    font-size: 0.96rem;
    line-height: 1.58;
  }

  .hero-content {
    width: 100%;
    max-width: 520px;
  }

  .hero-actions,
  .hero-actions .button {
    width: 100%;
  }

  .scroll-note {
    display: none;
  }

  .hero-hint {
    font-size: 0.66rem;
  }

  .section-pad {
    width: min(calc(100% - 1.2rem), var(--max));
    padding: 4rem 0;
  }

  .services-grid,
  .testimonial-grid,
  .video-grid,
  .budget-form,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .testimonials-section,
  .final-conversion-section {
    width: min(calc(100% - 1.2rem), 1180px);
  }

  .testimonials-head {
    grid-template-columns: 1fr;
  }

  .testimonial-card,
  .testimonial-card-featured {
    min-height: auto;
    padding: 24px;
  }

  .testimonial-card:not(.testimonial-card-featured) .testimonial-photo,
  .testimonial-card-featured .testimonial-photo {
    inset: auto 0 0;
    width: 100%;
    height: 58%;
    opacity: 0.38;
    -webkit-mask-image: linear-gradient(0deg, #000 0%, #000 42%, transparent 100%);
    mask-image: linear-gradient(0deg, #000 0%, #000 42%, transparent 100%);
  }

  .testimonial-closing {
    align-items: stretch;
    flex-direction: column;
    border-radius: 24px;
  }

  .testimonial-closing .button {
    width: 100%;
  }

  .final-conversion-section {
    padding-top: 4rem;
  }

  .final-conversion-card {
    grid-template-columns: 1fr;
    gap: 28px;
    padding: 24px;
    border-radius: 28px;
  }

  .final-conversion-copy .button,
  .budget-form .button {
    width: 100%;
  }

  .site-footer {
    align-items: start;
  }

  .footer-brand {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer nav {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .service-card,
  .service-card.large {
    grid-column: auto;
    min-height: 260px;
  }

  .service-card-content {
    min-height: 260px;
    padding: 22px;
  }

  .service-action {
    opacity: 1;
    transform: translateY(0);
  }

  .studio-signature-section {
    width: min(calc(100% - 1.2rem), 1280px);
  }

  .signature-card {
    height: auto;
    max-height: none;
    grid-template-columns: 1fr;
    border-radius: 28px;
    padding: 0.7rem;
  }

  .signature-media {
    height: auto;
    min-height: 390px;
    border-radius: 22px;
  }

  .wedding-experience-section {
    width: min(calc(100% - 1.2rem), 1180px);
  }

  .wedding-experience-card {
    border-radius: 28px;
  }

  .wedding-experience-content h2 {
    max-width: 100%;
    font-size: clamp(2rem, 8.8vw, 2.75rem);
    line-height: 1.06;
  }

  .wedding-experience-content h2 span {
    white-space: normal;
  }

  .signature-content {
    padding: 1.2rem 0.6rem 0.8rem;
  }

  .signature-actions,
  .signature-actions .button {
    width: 100%;
  }

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

  .signature-stats article {
    min-height: auto;
  }

  .portfolio-category-grid,
  .portfolio-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .portfolio-category-card,
  .portfolio-item {
    grid-column: auto;
    min-height: 310px;
  }

  .portfolio-category-card {
    min-height: 270px;
  }

  .portfolio-library-head {
    align-items: start;
    flex-direction: column;
  }

  .portfolio-toolbar {
    grid-template-columns: 1fr;
    top: 4.4rem;
    margin-inline: -0.2rem;
    border-radius: 20px;
  }

  .filter-bar,
  .type-filter {
    justify-content: flex-start;
    min-height: 3.35rem;
  }

  .filter-bar button,
  .type-filter button {
    min-height: 3rem;
    padding: 0 1.05rem;
  }

  .site-footer {
    gap: 1.4rem;
  }

  .exit-popup-panel {
    padding: 28px 24px 24px;
    border-radius: 24px;
  }

  .modal-shell {
    grid-template-columns: none;
    grid-template-rows: minmax(0, 1fr) auto;
    height: calc(100svh - 1.4rem);
  }

  .modal-stage {
    min-height: 0;
    border-radius: 16px;
  }

  .modal-media {
    padding: 0.6rem 3rem;
  }

  .modal img,
  .modal iframe {
    max-height: calc(100svh - 12.5rem);
  }

  .modal-info {
    grid-template-columns: 1fr;
    gap: 0.7rem;
    border-radius: 16px;
  }

  .modal-copy {
    grid-template-columns: auto minmax(0, 1fr);
  }

  .modal-description {
    display: none;
  }

  .modal-link {
    width: 100%;
  }

  .modal-nav {
    width: 50px;
    height: 50px;
  }

  .ds-hero-content {
    align-content: end;
    min-height: 100svh;
    padding: 7rem 1rem 5rem;
  }

  .ds-hero-content h1 {
    font-size: clamp(3.3rem, 18vw, 5.8rem);
  }

  .ds-project-logo {
    width: min(88vw, 430px);
    margin-bottom: 1.5rem;
  }

  .ds-hero-content p:not(.eyebrow) {
    font-size: 1.25rem;
  }

  .ds-hero-content .button {
    width: 100%;
  }

  .ds-hero-scroll {
    display: none;
  }

  .ds-section {
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .ds-concept h2,
  .ds-experience-copy h2,
  .ds-proof h2,
  .ds-positioning-card h2,
  .ds-final-card h2 {
    max-width: 100%;
    font-size: clamp(2.4rem, 12vw, 4rem);
  }

  .ds-experience-media,
  .ds-video-placeholder {
    min-height: 420px;
  }

  .ds-delivery-grid {
    grid-template-columns: 1fr;
  }

  .ds-delivery-grid article,
  .ds-delivery-grid article:nth-child(2) {
    min-height: 250px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.09);
  }

  .ds-delivery-grid article:last-child {
    border-bottom: 0;
  }

  .ds-delivery-grid span {
    margin-bottom: 2.4rem;
  }

  .ds-impact {
    min-height: 58vh;
    background-attachment: scroll;
  }

  .ds-impact p {
    font-size: clamp(2.4rem, 12vw, 4.8rem);
  }

  .ds-positioning-card,
  .ds-final-card {
    padding: 2rem 1.2rem;
  }

  .e26-hero-content {
    align-content: end;
    min-height: 100svh;
    padding: 7rem 1rem 5rem;
  }

  .e26-hero-content h1 {
    font-size: clamp(3.1rem, 17vw, 5.8rem);
  }

  .e26-hero-logo {
    margin-bottom: 1rem;
  }

  .e26-wordmark {
    grid-template-columns: auto 1fr;
    gap: 0.8rem;
  }

  .e26-wordmark img {
    width: clamp(66px, 20vw, 86px);
    border-radius: 20px;
  }

  .e26-wordmark span,
  .e26-wordmark strong {
    font-size: clamp(2rem, 11vw, 3rem);
  }

  .e26-wordmark small {
    letter-spacing: 0.32em;
  }

  .e26-hero-content strong {
    font-size: clamp(1.45rem, 8vw, 2.35rem);
  }

  .e26-brand-band {
    width: min(calc(100% - 1.2rem), 1180px);
    margin-top: -32px;
    padding-bottom: 3.2rem;
  }

  .e26-hero-content .button,
  .e26-actions .button {
    width: 100%;
  }

  .e26-directory,
  .e26-profile,
  .e26-final {
    width: min(calc(100% - 1.2rem), 1180px);
  }

  .e26-section-head {
    grid-template-columns: 1fr;
    gap: 1rem;
  }

  .e26-toolbar {
    top: 4.4rem;
    margin-inline: -0.2rem;
    border-radius: 20px;
  }

  .e26-filter-group {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 0.3rem;
  }

  .e26-filter-group button {
    flex: 0 0 auto;
  }

  .e26-candidate-grid,
  .e26-cuts-grid,
  .e26-quotes {
    grid-template-columns: 1fr;
  }

  .e26-candidate-card {
    min-height: 390px;
  }

  .e26-profile-intro {
    grid-template-columns: 1fr;
    border-radius: 24px;
    padding: 0.75rem;
  }

  .e26-profile-intro img {
    min-height: 360px;
    border-radius: 18px;
  }

  .e26-profile-intro > div {
    padding: 0.4rem 0.4rem 0.8rem;
  }

  .e26-video-feature {
    grid-template-columns: 1fr;
  }

  .e26-video-copy,
  .e26-video-feature iframe,
  .e26-cut-card,
  .e26-quotes blockquote {
    border-radius: 18px;
  }

  .e26-block-head {
    align-items: start;
    flex-direction: column;
  }

  .e26-cut-card {
    min-height: 215px;
  }

  .e26-quotes blockquote {
    min-height: auto;
  }

  .e26-final-card {
    min-height: 320px;
    padding: 2rem 1.2rem;
  }
}
