/* =========================================================
   INNPOCKET EVENTS — OBSIDIAN CHAMPAGNE
   Premium / Classy / Dark Wedding Experience
   Clean rebuild — no legacy theme overrides
========================================================= */

:root {
  --bg: #07090d;
  --bg-2: #0a0d12;
  --surface: #0f1319;
  --surface-2: #141a22;
  --surface-3: #1a212a;

  --champagne: #d6b46a;
  --champagne-bright: #edcf8d;
  --champagne-soft: #b99a5d;
  --bronze: #8f7347;

  --ivory: #f8f4ea;
  --ivory-soft: #e5ded0;
  --muted: #9d978d;
  --muted-2: #77736d;

  --line: rgba(237, 207, 141, 0.14);
  --line-soft: rgba(255, 255, 255, 0.075);
  --glass: rgba(15, 19, 25, 0.72);

  --shadow-lg: 0 38px 100px rgba(0, 0, 0, 0.5);
  --shadow-md: 0 22px 55px rgba(0, 0, 0, 0.34);

  --radius-sm: 14px;
  --radius-md: 22px;
  --radius-lg: 32px;

  --container: 1240px;
}


/* =========================================================
   RESET
========================================================= */

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: 108px;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;

  font-family: "DM Sans", Arial, sans-serif;

  background:
    radial-gradient(circle at 85% 5%, rgba(214, 180, 106, 0.055), transparent 28%),
    radial-gradient(circle at 10% 88%, rgba(143, 115, 71, 0.045), transparent 28%),
    var(--bg);

  color: var(--ivory);

  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body.menu-open {
  overflow: hidden;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
select,
textarea {
  font: inherit;
}

button {
  border: 0;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

::selection {
  background: var(--champagne);
  color: #111217;
}


/* =========================================================
   GLOBAL
========================================================= */

.container {
  width: min(var(--container), calc(100% - 48px));
  margin-inline: auto;
}

.section {
  position: relative;
  padding: 112px 0;
}

.section::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0.16;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
  background-size: 72px 72px;
  -webkit-mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
  mask-image: linear-gradient(to bottom, transparent, #000 16%, #000 84%, transparent);
}

.section > .container {
  position: relative;
  z-index: 2;
}

.section-label {
  display: inline-flex;
  align-items: center;
  gap: 12px;

  margin-bottom: 21px;

  color: var(--champagne);

  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.section-label::before {
  content: "";
  width: 34px;
  height: 1px;
  background: linear-gradient(90deg, transparent, currentColor);
}

.display-title {
  max-width: 880px;
  margin: 0;

  color: var(--ivory);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5vw, 74px);
  font-weight: 600;
  line-height: 0.98;
  letter-spacing: -0.035em;
}

.display-title span {
  display: block;
  color: var(--champagne-bright);
  font-style: italic;
}

.section-intro {
  max-width: 430px;
  margin: 0;

  color: var(--muted);

  font-size: 14px;
  line-height: 1.8;
}

.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 52px;

  margin-bottom: 54px;
}

.button {
  min-height: 52px;

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;

  padding: 0 22px;

  border-radius: 999px;

  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: -0.01em;

  cursor: pointer;

  transition:
    transform 0.24s ease,
    background 0.24s ease,
    color 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.button:hover {
  transform: translateY(-2px);
}

.page-noise {
  position: fixed;
  inset: 0;
  z-index: 9998;

  opacity: 0.022;
  pointer-events: none;

  background-image:
    radial-gradient(circle at 20% 20%, #fff 0 0.55px, transparent 0.65px),
    radial-gradient(circle at 80% 60%, #fff 0 0.55px, transparent 0.65px);

  background-size: 20px 20px, 26px 26px;
}


/* =========================================================
   NAVBAR — FLOATING 3D BLACK / CHAMPAGNE GLASS
========================================================= */

.site-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;

  padding-top: 13px;

  transition:
    transform 0.34s ease,
    padding 0.28s ease;
}

.site-header.header-hidden {
  transform: translateY(-118%);
}

.site-header.scrolled {
  padding-top: 8px;
}

.nav-shell {
  position: relative;
  isolation: isolate;

  min-height: 74px;

  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 32px;

  padding: 0 16px;

  border: 1px solid rgba(237, 207, 141, 0.18);
  border-radius: 24px;

  background:
    linear-gradient(
      180deg,
      rgba(20, 24, 31, 0.92),
      rgba(8, 10, 14, 0.94)
    );

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.42),
    0 7px 18px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.09),
    inset 0 -1px 0 rgba(214, 180, 106, 0.045);

  -webkit-backdrop-filter: blur(24px) saturate(128%);
  backdrop-filter: blur(24px) saturate(128%);

  transform:
    perspective(1200px)
    rotateX(0.8deg);

  transition:
    min-height 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease,
    transform 0.28s ease;
}

.nav-shell::before {
  content: "";
  position: absolute;
  top: 0;
  left: 6%;
  right: 6%;

  height: 1px;

  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.16),
      rgba(237, 207, 141, 0.48),
      rgba(255, 255, 255, 0.13),
      transparent
    );
}

.nav-shell::after {
  content: "";
  position: absolute;
  left: 4%;
  right: 4%;
  bottom: -14px;
  z-index: -1;

  height: 23px;

  border-radius: 50%;

  background:
    radial-gradient(
      ellipse,
      rgba(0, 0, 0, 0.38),
      transparent 72%
    );

  filter: blur(6px);
}

.site-header.scrolled .nav-shell {
  min-height: 66px;

  border-color: rgba(237, 207, 141, 0.22);

  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transform: none;
}

.brand {
  width: max-content;

  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.brand-icon {
  width: 46px;
  height: 46px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(237, 207, 141, 0.42);
  border-radius: 15px;

  background:
    linear-gradient(
      145deg,
      #e9c77f 0%,
      #b88e47 50%,
      #7e6035 100%
    );

  color: #0b0d10;

  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 900;

  box-shadow:
    0 11px 28px rgba(214, 180, 106, 0.16),
    0 5px 15px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.48);

  transform:
    perspective(500px)
    rotateY(-7deg)
    rotateZ(-3deg);
}

.brand-copy {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.brand-copy strong {
  color: var(--ivory);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: -0.02em;
}

.brand-copy small {
  color: var(--muted-2);

  font-size: 6.7px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.desktop-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.desktop-nav a {
  position: relative;

  padding: 27px 0;

  color: #c9c3b9;

  font-family: "Manrope", sans-serif;
  font-size: 13px;
  font-weight: 700;

  transition:
    color 0.22s ease,
    transform 0.22s ease;
}

.desktop-nav a::after {
  content: "";

  position: absolute;
  left: 50%;
  bottom: 18px;

  width: 0;
  height: 2px;

  border-radius: 99px;

  background:
    linear-gradient(
      90deg,
      var(--champagne-soft),
      var(--champagne-bright)
    );

  box-shadow: 0 0 12px rgba(214, 180, 106, 0.34);

  transform: translateX(-50%);

  transition: width 0.22s ease;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: var(--ivory);
  transform: translateY(-1px);
}

.desktop-nav a:hover::after,
.desktop-nav a.active::after {
  width: 100%;
}

.header-cta {
  justify-self: end;

  min-height: 47px;

  display: inline-flex;
  align-items: center;
  gap: 10px;

  padding: 0 19px;

  border: 1px solid rgba(237, 207, 141, 0.24);
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      rgba(237, 207, 141, 0.08),
      rgba(255, 255, 255, 0.025)
    );

  color: var(--ivory);

  font-family: "Manrope", sans-serif;
  font-size: 12px;
  font-weight: 800;

  box-shadow:
    0 9px 20px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  transition:
    transform 0.22s ease,
    background 0.22s ease,
    color 0.22s ease,
    box-shadow 0.22s ease;
}

.header-cta:hover {
  background:
    linear-gradient(
      135deg,
      var(--champagne-bright),
      var(--champagne)
    );

  color: #0b0d10;

  box-shadow:
    0 14px 32px rgba(214, 180, 106, 0.18);

  transform: translateY(-2px);
}

.menu-button {
  display: none;

  width: 46px;
  height: 46px;

  padding: 11px;

  border: 1px solid rgba(237, 207, 141, 0.17);
  border-radius: 14px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.025)
    );

  cursor: pointer;
}

.menu-button span {
  width: 100%;
  height: 2px;

  display: block;

  margin: 5px 0;

  border-radius: 99px;

  background: var(--ivory);

  transition:
    transform 0.22s ease,
    opacity 0.22s ease;
}

.menu-button.active span:nth-child(1) {
  transform: translateY(7px) rotate(45deg);
}

.menu-button.active span:nth-child(2) {
  opacity: 0;
}

.menu-button.active span:nth-child(3) {
  transform: translateY(-7px) rotate(-45deg);
}

.mobile-menu {
  position: fixed;
  top: 96px;
  left: 16px;
  right: 16px;
  z-index: 999;

  display: none;
  flex-direction: column;
  gap: 4px;

  padding: 18px;

  border: 1px solid rgba(237, 207, 141, 0.15);
  border-radius: 22px;

  background:
    linear-gradient(
      180deg,
      rgba(19, 23, 30, 0.985),
      rgba(8, 10, 14, 0.99)
    );

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);

  opacity: 0;
  visibility: hidden;

  transform: translateY(-8px);

  -webkit-backdrop-filter: blur(22px);
  backdrop-filter: blur(22px);

  transition:
    opacity 0.22s ease,
    visibility 0.22s ease,
    transform 0.22s ease;
}

.mobile-menu.open {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.mobile-menu a {
  padding: 13px 14px;

  border-radius: 13px;

  color: #d3cec5;

  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 650;
}

.mobile-menu a:hover {
  background: rgba(214, 180, 106, 0.07);
  color: var(--ivory);
}

.mobile-menu .mobile-menu-cta {
  margin-top: 6px;

  background:
    linear-gradient(
      135deg,
      var(--champagne-bright),
      var(--champagne)
    );

  color: #0b0d10;
  text-align: center;
  font-weight: 800;
}


/* =========================================================
   HERO — CINEMATIC BLACK / CHAMPAGNE
========================================================= */

.hero {
  position: relative;

  min-height: 100svh;

  display: flex;
  align-items: center;

  overflow: hidden;

  padding: 132px 0 76px;

  background: #090b0f;
}

.hero-media,
.hero-overlay,
.hero-grid-bg {
  position: absolute;
  inset: 0;
}

.hero-media img {
  width: 100%;
  height: 100%;

  object-fit: cover;
  object-position: center;

  filter:
    saturate(0.72)
    contrast(1.08)
    brightness(0.82);
}

.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 7, 10, 0.96) 0%,
      rgba(7, 9, 12, 0.84) 39%,
      rgba(7, 9, 12, 0.46) 69%,
      rgba(6, 8, 11, 0.68) 100%
    ),
    linear-gradient(
      to top,
      rgba(6, 8, 11, 0.8),
      transparent 58%
    );
}

.hero-grid-bg {
  opacity: 0.11;

  background-image:
    linear-gradient(
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    ),
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.045) 1px,
      transparent 1px
    );

  background-size: 68px 68px;

  -webkit-mask-image: linear-gradient(to bottom, #000 8%, transparent 90%);
  mask-image: linear-gradient(to bottom, #000 8%, transparent 90%);
}

.hero-glow {
  position: absolute;

  border-radius: 50%;
  filter: blur(50px);

  pointer-events: none;
}

.hero-glow-a {
  width: 440px;
  height: 440px;
  top: -190px;
  right: 8%;

  background: rgba(214, 180, 106, 0.13);
}

.hero-glow-b {
  width: 360px;
  height: 360px;
  bottom: -115px;
  left: -150px;

  background: rgba(143, 115, 71, 0.11);
}

.hero-content {
  position: relative;
  z-index: 3;

  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  align-items: center;
  gap: clamp(48px, 7vw, 100px);
}

.hero-copy {
  max-width: 830px;
}

.hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;

  margin-bottom: 22px;

  color: var(--champagne-bright);

  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.4;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}

.pulse-dot {
  position: relative;

  width: 8px;
  height: 8px;

  flex: 0 0 8px;

  border-radius: 50%;

  background: var(--champagne-bright);

  box-shadow: 0 0 0 6px rgba(214, 180, 106, 0.1);
}

.pulse-dot::after {
  content: "";
  position: absolute;
  inset: -6px;

  border: 1px solid rgba(237, 207, 141, 0.44);
  border-radius: 50%;

  animation: pulse 2.2s ease-out infinite;
}

@keyframes pulse {
  0% {
    opacity: 0.9;
    transform: scale(0.65);
  }

  100% {
    opacity: 0;
    transform: scale(1.8);
  }
}

.hero h1 {
  max-width: 870px;
  margin: 0;

  color: var(--ivory);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(60px, 6.4vw, 96px);
  font-weight: 600;
  line-height: 0.92;
  letter-spacing: -0.047em;

  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}

.hero h1 span {
  display: block;

  margin-top: 6px;

  color: var(--champagne-bright);
  font-style: italic;
}

.hero-description {
  max-width: 680px;

  margin: 28px 0 0;

  color: #c6c0b6;

  font-size: 16px;
  line-height: 1.84;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;

  margin-top: 34px;
}

.button-primary {
  background:
    linear-gradient(
      135deg,
      var(--champagne-bright),
      var(--champagne)
    );

  color: #101216;

  box-shadow:
    0 16px 40px rgba(214, 180, 106, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.44);
}

.button-primary:hover {
  background:
    linear-gradient(
      135deg,
      #f5dda5,
      #d6b46a
    );

  box-shadow: 0 20px 48px rgba(214, 180, 106, 0.24);
}

.button-secondary {
  border: 1px solid rgba(237, 207, 141, 0.19);

  background: rgba(15, 19, 25, 0.46);
  color: var(--ivory);

  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
}

.button-secondary:hover {
  border-color: rgba(237, 207, 141, 0.34);
  background: rgba(214, 180, 106, 0.08);
}

.hero-detail-card {
  position: relative;

  padding: 24px;

  border: 1px solid rgba(237, 207, 141, 0.18);
  border-radius: 25px;

  background:
    linear-gradient(
      180deg,
      rgba(19, 24, 31, 0.77),
      rgba(9, 11, 15, 0.82)
    );

  color: var(--ivory);

  box-shadow:
    0 32px 78px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);

  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);

  transform:
    perspective(900px)
    rotateY(-4deg)
    rotateX(1.5deg);

  transition:
    transform 0.25s ease,
    border-color 0.25s ease,
    box-shadow 0.25s ease;
}

.hero-detail-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 14%;
  right: 14%;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(237, 207, 141, 0.52), transparent);
}

.hero-detail-card:hover {
  border-color: rgba(237, 207, 141, 0.32);

  box-shadow:
    0 38px 90px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.1);

  transform:
    perspective(900px)
    rotateY(0deg)
    rotateX(0deg)
    translateY(-4px);
}

.detail-kicker {
  display: block;

  color: var(--champagne);

  font-family: "Manrope", sans-serif;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.hero-detail-card > strong {
  display: block;

  margin-top: 14px;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 0.98;
}

.detail-points {
  display: grid;
  gap: 11px;

  margin-top: 22px;
}

.detail-points span {
  display: flex;
  align-items: center;
  gap: 9px;

  color: #b8b1a7;

  font-size: 11px;
}

.detail-points b {
  width: 23px;
  height: 23px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(237, 207, 141, 0.16);
  border-radius: 8px;

  background: rgba(214, 180, 106, 0.08);
  color: var(--champagne-bright);
}

.hero-marquee {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;

  overflow: hidden;

  border-top: 1px solid rgba(237, 207, 141, 0.12);

  background: rgba(7, 9, 13, 0.78);

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.marquee-track {
  width: max-content;

  display: flex;
  align-items: center;
  gap: 23px;

  padding: 14px 0;

  color: #8e8981;

  font-family: "Manrope", sans-serif;
  font-size: 8.5px;
  font-weight: 800;
  letter-spacing: 0.2em;

  animation: marquee 34s linear infinite;
}

.marquee-track b {
  color: var(--champagne);
}

@keyframes marquee {
  to {
    transform: translateX(-50%);
  }
}


/* =========================================================
   SERVICES — BLACK SATIN CARDS
========================================================= */

.services {
  background:
    radial-gradient(circle at 8% 10%, rgba(214, 180, 106, 0.045), transparent 24%),
    var(--bg-2);
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 17px;
}

.service-card {
  position: relative;

  overflow: hidden;

  border: 1px solid var(--line-soft);
  border-radius: 26px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    );

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);

  transform-style: preserve-3d;

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease,
    background 0.3s ease;
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;

  height: 1px;
  z-index: 3;

  background: linear-gradient(90deg, transparent, rgba(237, 207, 141, 0.26), transparent);
}

.service-card:hover {
  border-color: rgba(237, 207, 141, 0.22);

  background:
    linear-gradient(
      145deg,
      rgba(214, 180, 106, 0.07),
      rgba(255, 255, 255, 0.025)
    );

  box-shadow:
    0 30px 68px rgba(0, 0, 0, 0.45),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);

  transform:
    perspective(900px)
    translateY(-7px)
    rotateX(1deg);
}

.service-image {
  position: relative;
  margin: 0;
  overflow: hidden;
  background: #11151b;
}

.service-image::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(6, 8, 11, 0.28), transparent 55%);
  pointer-events: none;
}

.service-image img {
  width: 100%;
  aspect-ratio: 16 / 9;

  object-fit: cover;
  object-position: center;

  filter: saturate(0.72) contrast(1.04) brightness(0.92);

  transition:
    transform 0.5s ease,
    filter 0.5s ease;
}

.service-card:hover .service-image img {
  transform: scale(1.035);
  filter: saturate(0.92) contrast(1.04) brightness(0.97);
}

.service-number {
  position: absolute;
  top: 13px;
  left: 13px;
  z-index: 2;

  width: 38px;
  height: 38px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(237, 207, 141, 0.2);
  border-radius: 12px;

  background: rgba(8, 10, 14, 0.62);
  color: var(--champagne-bright);

  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 800;

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.service-copy {
  padding: 22px 22px 24px;
}

.service-copy h3 {
  margin: 0;

  color: var(--ivory);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 29px;
  font-weight: 600;
  line-height: 1;
  letter-spacing: -0.02em;
}

.service-copy p {
  margin: 11px 0 0;

  color: var(--muted);

  font-size: 13px;
  line-height: 1.7;
}

.section-action {
  margin-top: 34px;
}

.button-maroon {
  background:
    linear-gradient(
      135deg,
      var(--champagne-bright),
      var(--champagne)
    );

  color: #0d0f13;

  box-shadow: 0 14px 32px rgba(214, 180, 106, 0.16);
}


/* =========================================================
   TRUST / PORTFOLIO — DEEP GRAPHITE
========================================================= */

.trust-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 180, 106, 0.06), transparent 26%),
    radial-gradient(circle at 8% 85%, rgba(143, 115, 71, 0.055), transparent 28%),
    #0d1117;
}

.trust-grid {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(480px, 1.12fr);
  align-items: center;
  gap: clamp(50px, 7vw, 92px);
}

.trust-copy .display-title {
  max-width: 690px;
}

.trust-list {
  display: grid;
  gap: 15px;

  margin: 33px 0 32px;
  padding: 0;

  list-style: none;
}

.trust-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;

  color: #bbb4aa;

  font-size: 14px;
  line-height: 1.55;
}

.trust-list li span {
  width: 25px;
  height: 25px;

  display: grid;
  place-items: center;

  flex: 0 0 25px;

  border: 1px solid rgba(237, 207, 141, 0.16);
  border-radius: 8px;

  background: rgba(214, 180, 106, 0.06);
  color: var(--champagne-bright);

  font-size: 11px;
  font-weight: 800;
}

.button-outline-maroon {
  border: 1px solid rgba(237, 207, 141, 0.3);

  background: rgba(255, 255, 255, 0.025);
  color: var(--champagne-bright);

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.button-outline-maroon:hover {
  background:
    linear-gradient(
      135deg,
      var(--champagne-bright),
      var(--champagne)
    );

  color: #0c0e12;
}

.trust-gallery {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;

  perspective: 1200px;
}

.trust-photo {
  position: relative;

  margin: 0;

  overflow: hidden;

  border: 1px solid rgba(237, 207, 141, 0.12);
  border-radius: 22px;

  background: #11161d;

  box-shadow: var(--shadow-md);

  transition:
    transform 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.trust-photo::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: linear-gradient(to top, rgba(5, 7, 10, 0.18), transparent 50%);
}

.trust-photo:nth-child(1),
.trust-photo:nth-child(4) {
  transform:
    perspective(900px)
    rotateY(1.5deg)
    rotateZ(-0.45deg);
}

.trust-photo:nth-child(2),
.trust-photo:nth-child(3) {
  transform:
    perspective(900px)
    rotateY(-1.5deg)
    rotateZ(0.45deg);
}

.trust-photo:hover {
  z-index: 2;

  border-color: rgba(237, 207, 141, 0.23);

  box-shadow: 0 30px 72px rgba(0, 0, 0, 0.45);

  transform:
    perspective(900px)
    translateY(-6px)
    rotateY(0deg)
    rotateZ(0deg);
}

.trust-photo img {
  width: 100%;
  aspect-ratio: 1.18 / 1;

  object-fit: cover;
  object-position: center;

  filter: saturate(0.78) brightness(0.9);

  transition:
    transform 0.45s ease,
    filter 0.45s ease;
}

.trust-photo:hover img {
  transform: scale(1.04);
  filter: saturate(0.95) brightness(0.97);
}


/* =========================================================
   ROADMAP — JEWEL BOX CARDS
========================================================= */

.roadmap {
  background:
    radial-gradient(circle at 12% 8%, rgba(214, 180, 106, 0.04), transparent 26%),
    #090c10;
}

.roadmap-heading {
  max-width: 870px;
  margin-bottom: 49px;
}

.roadmap-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 16px;
}

.roadmap-card {
  position: relative;

  min-height: 245px;

  padding: 28px 24px;

  overflow: hidden;

  border: 1px solid rgba(237, 207, 141, 0.1);
  border-radius: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.017)
    );

  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.3),
    inset 0 1px 0 rgba(255, 255, 255, 0.052);

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.roadmap-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;

  height: 1px;

  background: linear-gradient(90deg, transparent, rgba(237, 207, 141, 0.28), transparent);
}

.roadmap-card::after {
  content: "";

  position: absolute;
  right: -45px;
  bottom: -55px;

  width: 145px;
  height: 145px;

  border-radius: 50%;

  background:
    radial-gradient(
      circle,
      rgba(214, 180, 106, 0.08),
      transparent 70%
    );
}

.roadmap-card:hover {
  border-color: rgba(237, 207, 141, 0.2);

  box-shadow:
    0 28px 64px rgba(0, 0, 0, 0.42);

  transform:
    perspective(800px)
    translateY(-6px)
    rotateX(1deg);
}

.roadmap-number {
  display: block;

  color: var(--champagne-bright);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 37px;
  font-weight: 600;
  line-height: 1;
}

.roadmap-card h3 {
  margin: 24px 0 0;

  color: var(--ivory);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 27px;
  font-weight: 600;
}

.roadmap-card p {
  margin: 10px 0 0;

  color: var(--muted);

  font-size: 13px;
  line-height: 1.68;
}


/* =========================================================
   TESTIMONIALS — PRIVATE SALON FEEL
========================================================= */

.testimonials {
  background:
    radial-gradient(circle at 86% 12%, rgba(214, 180, 106, 0.055), transparent 24%),
    #0d1117;
}

.testimonial-heading {
  margin-bottom: 43px;
}

.testimonial-title-row {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 28px;
}

.testimonial-controls {
  display: flex;
  gap: 8px;
}

.slider-button {
  width: 42px;
  height: 42px;

  display: grid;
  place-items: center;

  border: 1px solid rgba(237, 207, 141, 0.16);
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.025);
  color: var(--champagne-bright);

  cursor: pointer;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);

  transition:
    background 0.2s ease,
    color 0.2s ease,
    transform 0.2s ease,
    border-color 0.2s ease;
}

.slider-button:hover {
  border-color: rgba(237, 207, 141, 0.28);

  background:
    linear-gradient(
      135deg,
      var(--champagne-bright),
      var(--champagne)
    );

  color: #0b0d10;

  transform: translateY(-2px);
}

.testimonial-slider {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.testimonial-card {
  position: relative;

  min-height: 265px;

  display: flex;
  flex-direction: column;

  padding: 26px;

  border: 1px solid rgba(237, 207, 141, 0.1);
  border-radius: 24px;

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.018)
    );

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);

  transition:
    transform 0.28s ease,
    border-color 0.28s ease,
    box-shadow 0.28s ease;
}

.testimonial-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;

  height: 1px;

  background: linear-gradient(90deg, transparent, rgba(237, 207, 141, 0.24), transparent);
}

.testimonial-card:hover {
  border-color: rgba(237, 207, 141, 0.18);

  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.42);

  transform: translateY(-6px);
}

.stars {
  color: var(--champagne-bright);

  font-size: 17px;
  letter-spacing: 3px;
}

.testimonial-card blockquote {
  margin: 19px 0 24px;

  color: #d2ccc3;

  font-size: 14px;
  line-height: 1.68;
}

.testimonial-card footer {
  display: flex;
  flex-direction: column;
  gap: 4px;

  margin-top: auto;
}

.testimonial-card footer strong {
  color: var(--ivory);

  font-family: "Manrope", sans-serif;
  font-size: 12px;
}

.testimonial-card footer span {
  color: var(--muted-2);
  font-size: 10px;
}

.slider-dots {
  display: none;
}


/* =========================================================
   CONTACT CTA — CHAMPAGNE EDGE / OBSIDIAN CORE
========================================================= */

.contact-section {
  position: relative;
  overflow: hidden;

  padding: 94px 0;

  background:
    radial-gradient(circle at 50% 0%, rgba(214, 180, 106, 0.055), transparent 30%),
    var(--bg);
}

.contact-panel {
  position: relative;
  overflow: hidden;

  padding: 66px 44px;

  border: 1px solid rgba(237, 207, 141, 0.22);
  border-radius: 32px;

  background:
    radial-gradient(circle at 83% 10%, rgba(214, 180, 106, 0.13), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(143, 115, 71, 0.08), transparent 28%),
    linear-gradient(135deg, #12171e, #0b0e13 62%, #090b0f);

  color: var(--ivory);

  text-align: center;

  box-shadow:
    0 42px 100px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

.contact-panel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 12%;
  right: 12%;

  height: 1px;

  background: linear-gradient(90deg, transparent, rgba(237, 207, 141, 0.62), transparent);
}

.contact-glow {
  position: absolute;

  width: 390px;
  height: 390px;

  top: -235px;
  left: 50%;

  border-radius: 50%;

  background: rgba(214, 180, 106, 0.1);

  filter: blur(44px);

  transform: translateX(-50%);

  pointer-events: none;
}

.contact-kicker {
  position: relative;
  z-index: 2;

  color: var(--champagne-bright);

  font-family: "Manrope", sans-serif;
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.17em;
  text-transform: uppercase;
}

.contact-panel h2 {
  position: relative;
  z-index: 2;

  margin: 12px 0 0;

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: clamp(48px, 5vw, 72px);
  font-weight: 600;
  line-height: 0.98;
}

.contact-panel p {
  position: relative;
  z-index: 2;

  max-width: 680px;

  margin: 19px auto 0;

  color: #bcb5ab;

  font-size: 14px;
  line-height: 1.75;
}

.contact-actions {
  position: relative;
  z-index: 2;

  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;

  margin-top: 31px;
}

.contact-call {
  background:
    linear-gradient(
      135deg,
      var(--champagne-bright),
      var(--champagne)
    );

  color: #0d0f13;

  box-shadow: 0 16px 36px rgba(214, 180, 106, 0.15);
}

.contact-consult {
  border: 1px solid rgba(237, 207, 141, 0.23);

  background: rgba(255, 255, 255, 0.025);
  color: var(--ivory);

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.contact-consult:hover {
  background: rgba(214, 180, 106, 0.08);
  border-color: rgba(237, 207, 141, 0.35);
}


/* =========================================================
   FOOTER — BLACK TAILORED
========================================================= */

.footer {
  position: relative;

  background:
    radial-gradient(circle at 12% 0%, rgba(214, 180, 106, 0.035), transparent 24%),
    #05070a;

  color: var(--ivory);
}

.footer-accent {
  height: 2px;

  background:
    linear-gradient(
      90deg,
      transparent 0%,
      var(--bronze) 12%,
      var(--champagne-bright) 50%,
      var(--bronze) 88%,
      transparent 100%
    );
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.25fr 0.72fr 1.15fr 0.9fr;
  gap: 48px;

  padding: 57px 0 49px;
}

.footer-brand-column .brand-copy strong {
  color: var(--ivory);
}

.footer-brand-column .brand-copy small {
  color: var(--muted-2);
}

.footer-brand-column p {
  margin: 21px 0 0;

  color: var(--muted);

  font-size: 12px;
  line-height: 1.7;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 11px;
}

.footer-column h3 {
  margin: 4px 0 8px;

  color: var(--champagne-bright);

  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 20px;
  font-weight: 600;
}

.footer-column a,
.footer-column span {
  color: #8e8981;

  font-size: 11px;
  line-height: 1.5;
}

.footer-column a {
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-column a:hover {
  color: var(--champagne-bright);
  transform: translateX(3px);
}

.footer-bottom {
  min-height: 68px;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;

  border-top: 1px solid rgba(237, 207, 141, 0.08);

  color: #65625d;

  font-size: 9px;
}

.footer-bottom a {
  color: var(--champagne);
  font-weight: 700;
}


/* =========================================================
   REVEAL
========================================================= */

.reveal {
  opacity: 1;
  transform: none;
}

.js .reveal {
  opacity: 0;
  transform: translateY(22px);

  transition:
    opacity 0.68s ease,
    transform 0.68s ease;
}

.js .reveal.visible {
  opacity: 1;
  transform: translateY(0);
}


/* =========================================================
   CURSOR GLOW
========================================================= */

.cursor-glow {
  position: fixed;
  z-index: 9999;

  width: 34px;
  height: 34px;

  border-radius: 50%;

  opacity: 0;
  pointer-events: none;

  background:
    radial-gradient(
      circle,
      rgba(237, 207, 141, 0.34),
      rgba(237, 207, 141, 0) 70%
    );

  transform: translate(-50%, -50%);

  transition: opacity 0.18s ease;
}


/* =========================================================
   LARGE LAPTOP
========================================================= */

@media (max-width: 1180px) {
  .container {
    width: min(var(--container), calc(100% - 38px));
  }

  .nav-shell {
    gap: 22px;
  }

  .desktop-nav {
    gap: 25px;
  }

  .desktop-nav a {
    font-size: 12px;
  }

  .hero-content {
    grid-template-columns: minmax(0, 1fr) 285px;
    gap: 42px;
  }

  .hero h1 {
    font-size: clamp(55px, 6vw, 82px);
  }

  .services-grid {
    gap: 14px;
  }

  .trust-grid {
    grid-template-columns: minmax(0, 0.9fr) minmax(430px, 1.1fr);
    gap: 42px;
  }
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 960px) {
  .desktop-nav,
  .header-cta {
    display: none;
  }

  .nav-shell {
    grid-template-columns: 1fr auto;

    min-height: 67px;

    transform: none;
  }

  .menu-button {
    display: block;
  }

  .mobile-menu {
    display: flex;
  }

  .hero {
    min-height: auto;
    padding-top: 125px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    gap: 32px;

    padding-bottom: 48px;
  }

  .hero-copy {
    max-width: 800px;
  }

  .hero-detail-card {
    width: min(100%, 540px);
    transform: none;
  }

  .section-heading {
    flex-direction: column;
    align-items: flex-start;
    gap: 19px;
  }

  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .trust-copy {
    max-width: 760px;
  }

  .trust-gallery {
    width: min(100%, 760px);
  }

  .roadmap-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .testimonial-slider {
    grid-template-columns: 1fr 1fr;
  }

  .testimonial-card:nth-child(3) {
    grid-column: 1 / -1;
  }

  .footer-grid {
    grid-template-columns: 1fr 1fr;
    gap: 40px 60px;
  }
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 700px) {
  .container {
    width: calc(100% - 26px);
  }

  .section {
    padding: 82px 0;
  }

  html {
    scroll-padding-top: 90px;
  }

  .site-header {
    padding-top: 8px;
  }

  .nav-shell {
    width: calc(100% - 8px);

    min-height: 62px;

    padding: 0 10px;

    border-radius: 18px;
  }

  .brand {
    gap: 9px;
  }

  .brand-icon {
    width: 39px;
    height: 39px;

    border-radius: 12px;

    font-size: 11px;
  }

  .brand-copy strong {
    font-size: 19px;
  }

  .brand-copy small {
    max-width: 160px;
    font-size: 5.8px;
  }

  .menu-button {
    width: 42px;
    height: 42px;
    border-radius: 12px;
  }

  .mobile-menu {
    top: 78px;
    left: 10px;
    right: 10px;
    border-radius: 18px;
  }

  .hero {
    padding: 105px 0 65px;
  }

  .hero-media img {
    object-position: 58% center;
  }

  .hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(5, 7, 10, 0.96),
        rgba(7, 9, 12, 0.78)
      ),
      linear-gradient(
        to top,
        rgba(6, 8, 11, 0.82),
        transparent 60%
      );
  }

  .hero-eyebrow {
    font-size: 7.8px;
    letter-spacing: 0.15em;
  }

  .hero h1 {
    font-size: clamp(49px, 13.5vw, 67px);
    line-height: 0.94;
  }

  .hero-description {
    font-size: 14px;
  }

  .hero-actions {
    flex-direction: column;
  }

  .hero-actions .button {
    width: 100%;
  }

  .hero-detail-card {
    width: 100%;
    padding: 20px;
  }

  .hero-detail-card > strong {
    font-size: 26px;
  }

  .display-title {
    font-size: clamp(44px, 12vw, 60px);
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .service-copy h3 {
    font-size: 28px;
  }

  .trust-gallery {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
  }

  .trust-photo:nth-child(n) {
    transform: none;
  }

  .trust-photo img {
    aspect-ratio: 1 / 1;
  }

  .roadmap-grid {
    grid-template-columns: 1fr;
  }

  .roadmap-card {
    min-height: 215px;
  }

  .testimonial-title-row {
    align-items: flex-start;
    flex-direction: column;
  }

  .testimonial-slider {
    position: relative;
    display: block;
  }

  .testimonial-card {
    display: none;
    min-height: 285px;
  }

  .testimonial-card.active {
    display: flex;
  }

  .slider-dots {
    display: flex;
    gap: 7px;
    margin-top: 18px;
  }

  .slider-dot {
    width: 22px;
    height: 3px;

    padding: 0;

    border: 0;
    border-radius: 99px;

    background: rgba(237, 207, 141, 0.14);

    cursor: pointer;

    transition:
      width 0.22s ease,
      background 0.22s ease;
  }

  .slider-dot.active {
    width: 40px;
    background: var(--champagne-bright);
  }

  .contact-section {
    padding: 75px 0;
  }

  .contact-panel {
    padding: 50px 20px;
    border-radius: 25px;
  }

  .contact-actions {
    flex-direction: column;
  }

  .contact-actions .button {
    width: 100%;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    gap: 29px;

    padding: 44px 0 36px;
  }

  .footer-bottom {
    min-height: auto;

    align-items: flex-start;
    flex-direction: column;

    padding: 20px 0;
  }

  .cursor-glow {
    display: none;
  }
}


/* =========================================================
   SMALL PHONES
========================================================= */

@media (max-width: 390px) {
  .brand-copy small {
    display: none;
  }

  .hero h1 {
    font-size: 46px;
  }

  .trust-gallery {
    grid-template-columns: 1fr;
  }
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }

  .js .reveal {
    opacity: 1;
    transform: none;
  }

  .nav-shell,
  .hero-detail-card,
  .service-card,
  .trust-photo,
  .roadmap-card,
  .testimonial-card {
    transform: none !important;
  }
}


/* =========================================================
   FINAL LIGHT THEME — PEARL IVORY + CHAMPAGNE
   Premium / Classy / Elegant Wedding Experience
========================================================= */

:root {
  --bg: #f7f4ee;
  --bg-2: #f1ece4;
  --surface: #ffffff;
  --surface-2: #f7f2ea;
  --surface-3: #eee6db;

  --champagne: #b88945;
  --champagne-bright: #c99b55;
  --champagne-soft: #a87a3c;
  --bronze: #7e6039;

  --ivory: #2d2925;
  --ivory-soft: #4a433d;
  --muted: #7f776f;
  --muted-2: #9a9188;

  --line: rgba(126, 96, 57, 0.16);
  --line-soft: rgba(45, 41, 37, 0.08);
  --glass: rgba(255, 255, 255, 0.76);

  --shadow-lg: 0 30px 75px rgba(72, 52, 31, 0.14);
  --shadow-md: 0 18px 45px rgba(72, 52, 31, 0.10);
}


/* ---------------------------------------------------------
   BODY / GLOBAL
--------------------------------------------------------- */

body {
  background:
    radial-gradient(circle at 88% 4%, rgba(184, 137, 69, 0.08), transparent 28%),
    radial-gradient(circle at 8% 88%, rgba(126, 96, 57, 0.05), transparent 25%),
    var(--bg);

  color: var(--ivory);
}

.section::before {
  opacity: 0.12;

  background-image:
    linear-gradient(rgba(73, 59, 45, 0.035) 1px, transparent 1px),
    linear-gradient(90deg, rgba(73, 59, 45, 0.035) 1px, transparent 1px);
}

.section-label {
  color: var(--champagne-soft);
}

.display-title {
  color: #2b2622;
}

.display-title span {
  color: var(--champagne-soft);
}

.section-intro {
  color: #756d66;
}

.page-noise {
  opacity: 0.012;

  background-image:
    radial-gradient(circle at 20% 20%, #3b3026 0 0.55px, transparent 0.65px),
    radial-gradient(circle at 80% 60%, #3b3026 0 0.55px, transparent 0.65px);
}


/* ---------------------------------------------------------
   NAVBAR — LIGHT 3D GLASS
--------------------------------------------------------- */

.nav-shell {
  border-color: rgba(126, 96, 57, 0.18);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.93),
      rgba(248, 244, 237, 0.89)
    );

  box-shadow:
    0 20px 45px rgba(70, 50, 30, 0.13),
    0 7px 16px rgba(70, 50, 30, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.95),
    inset 0 -1px 0 rgba(126, 96, 57, 0.05);

  -webkit-backdrop-filter: blur(24px) saturate(120%);
  backdrop-filter: blur(24px) saturate(120%);
}

.nav-shell::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(255, 255, 255, 0.95),
      rgba(201, 155, 85, 0.55),
      rgba(255, 255, 255, 0.9),
      transparent
    );
}

.nav-shell::after {
  background:
    radial-gradient(
      ellipse,
      rgba(80, 58, 36, 0.16),
      transparent 72%
    );
}

.site-header.scrolled .nav-shell {
  border-color: rgba(126, 96, 57, 0.23);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.97),
      rgba(246, 241, 233, 0.95)
    );

  box-shadow:
    0 16px 38px rgba(70, 50, 30, 0.15),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.brand-icon {
  border-color: rgba(126, 96, 57, 0.28);

  background:
    linear-gradient(
      145deg,
      #ead09b 0%,
      #c79a51 52%,
      #a8793c 100%
    );

  color: #2c231a;

  box-shadow:
    0 10px 24px rgba(184, 137, 69, 0.18),
    0 5px 12px rgba(70, 50, 30, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.65);
}

.brand-copy strong {
  color: #292522;
}

.brand-copy small {
  color: #877f77;
}

.desktop-nav a {
  color: #5e5750;
}

.desktop-nav a:hover,
.desktop-nav a.active {
  color: #211e1b;
}

.header-cta {
  border-color: rgba(126, 96, 57, 0.20);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.92),
      rgba(242, 235, 226, 0.92)
    );

  color: #2b2622;

  box-shadow:
    0 8px 18px rgba(70, 50, 30, 0.10),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.header-cta:hover {
  background:
    linear-gradient(
      135deg,
      #d9b779,
      #bf9048
    );

  color: #221a12;
}

.menu-button {
  border-color: rgba(126, 96, 57, 0.18);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(241, 235, 227, 0.92)
    );

  box-shadow:
    0 8px 18px rgba(70, 50, 30, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.menu-button span {
  background: #292522;
}

.mobile-menu {
  border-color: rgba(126, 96, 57, 0.17);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.985),
      rgba(247, 242, 235, 0.985)
    );

  box-shadow: 0 28px 65px rgba(70, 50, 30, 0.16);
}

.mobile-menu a {
  color: #5f5851;
}

.mobile-menu a:hover {
  background: rgba(184, 137, 69, 0.08);
  color: #211e1b;
}

.mobile-menu .mobile-menu-cta {
  background:
    linear-gradient(
      135deg,
      #d7b575,
      #bd8d46
    );

  color: #251d15;
}


/* ---------------------------------------------------------
   HERO — LIGHT CINEMATIC
--------------------------------------------------------- */

.hero {
  background: #f5f0e8;
}

.hero-media img {
  filter:
    saturate(0.82)
    contrast(1.02)
    brightness(1.04);
}

.hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(249, 246, 240, 0.98) 0%,
      rgba(249, 246, 240, 0.93) 34%,
      rgba(249, 246, 240, 0.72) 56%,
      rgba(249, 246, 240, 0.22) 80%,
      rgba(249, 246, 240, 0.08) 100%
    ),
    linear-gradient(
      to top,
      rgba(247, 243, 236, 0.92),
      rgba(247, 243, 236, 0.04) 58%
    );
}

.hero-grid-bg {
  opacity: 0.09;

  background-image:
    linear-gradient(rgba(77, 61, 44, 0.06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(77, 61, 44, 0.06) 1px, transparent 1px);
}

.hero-glow-a {
  background: rgba(201, 155, 85, 0.13);
}

.hero-glow-b {
  background: rgba(168, 122, 60, 0.08);
}

.hero-eyebrow {
  color: var(--champagne-soft);
}

.pulse-dot {
  background: var(--champagne);
  box-shadow: 0 0 0 6px rgba(184, 137, 69, 0.11);
}

.pulse-dot::after {
  border-color: rgba(184, 137, 69, 0.35);
}

.hero h1 {
  color: #2b2622;

  text-shadow: 0 10px 28px rgba(80, 58, 36, 0.08);
}

.hero h1 span {
  color: #9b723d;
}

.hero-description {
  color: #625b54;
}

.button-primary {
  background:
    linear-gradient(
      135deg,
      #d7b575,
      #bd8d46
    );

  color: #241d16;

  box-shadow:
    0 15px 34px rgba(184, 137, 69, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.55);
}

.button-primary:hover {
  background:
    linear-gradient(
      135deg,
      #e4c892,
      #c79952
    );
}

.button-secondary {
  border-color: rgba(126, 96, 57, 0.18);

  background: rgba(255, 255, 255, 0.58);
  color: #332c27;

  box-shadow:
    0 10px 26px rgba(72, 52, 31, 0.07);

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.button-secondary:hover {
  border-color: rgba(126, 96, 57, 0.28);
  background: rgba(255, 255, 255, 0.78);
}

.hero-detail-card {
  border-color: rgba(126, 96, 57, 0.16);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.86),
      rgba(244, 238, 229, 0.82)
    );

  color: #302a26;

  box-shadow:
    0 28px 65px rgba(72, 52, 31, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.92);
}

.hero-detail-card::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(184, 137, 69, 0.46),
      transparent
    );
}

.hero-detail-card:hover {
  border-color: rgba(184, 137, 69, 0.30);

  box-shadow:
    0 34px 76px rgba(72, 52, 31, 0.17),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);
}

.detail-kicker {
  color: #9f733a;
}

.detail-points span {
  color: #655e57;
}

.detail-points b {
  border-color: rgba(126, 96, 57, 0.14);

  background: rgba(184, 137, 69, 0.09);
  color: #9c7138;
}

.hero-marquee {
  border-top-color: rgba(126, 96, 57, 0.12);

  background: rgba(248, 244, 237, 0.88);
}

.marquee-track {
  color: #817970;
}

.marquee-track b {
  color: #ad7f41;
}


/* ---------------------------------------------------------
   SERVICES — PEARL WHITE CARDS
--------------------------------------------------------- */

.services {
  background:
    radial-gradient(circle at 8% 10%, rgba(184, 137, 69, 0.07), transparent 24%),
    #f7f3ed;
}

.service-card {
  border-color: rgba(126, 96, 57, 0.12);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(247, 242, 234, 0.92)
    );

  box-shadow:
    0 18px 42px rgba(72, 52, 31, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.service-card::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(184, 137, 69, 0.35),
      transparent
    );
}

.service-card:hover {
  border-color: rgba(184, 137, 69, 0.26);

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #f7f0e6
    );

  box-shadow:
    0 28px 62px rgba(72, 52, 31, 0.14),
    inset 0 1px 0 rgba(255, 255, 255, 1);
}

.service-image {
  background: #eee7dd;
}

.service-image::after {
  background:
    linear-gradient(
      to top,
      rgba(52, 42, 32, 0.08),
      transparent 55%
    );
}

.service-image img {
  filter:
    saturate(0.88)
    contrast(1.01)
    brightness(1.02);
}

.service-card:hover .service-image img {
  filter:
    saturate(1)
    contrast(1.02)
    brightness(1.04);
}

.service-number {
  border-color: rgba(255, 255, 255, 0.65);

  background: rgba(255, 255, 255, 0.80);
  color: #8f6632;

  box-shadow: 0 8px 20px rgba(72, 52, 31, 0.10);
}

.service-copy h3 {
  color: #2d2824;
}

.service-copy p {
  color: #756d66;
}

.button-maroon {
  background:
    linear-gradient(
      135deg,
      #d7b575,
      #bd8d46
    );

  color: #241d16;

  box-shadow: 0 13px 28px rgba(184, 137, 69, 0.16);
}


/* ---------------------------------------------------------
   TRUST / PORTFOLIO
--------------------------------------------------------- */

.trust-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(184, 137, 69, 0.09), transparent 26%),
    radial-gradient(circle at 8% 85%, rgba(126, 96, 57, 0.055), transparent 28%),
    #efe8df;
}

.trust-list li {
  color: #5f5851;
}

.trust-list li span {
  border-color: rgba(126, 96, 57, 0.15);

  background: rgba(184, 137, 69, 0.10);
  color: #936a35;
}

.button-outline-maroon {
  border-color: rgba(126, 96, 57, 0.28);

  background: rgba(255, 255, 255, 0.40);
  color: #805c31;

  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8);
}

.button-outline-maroon:hover {
  background:
    linear-gradient(
      135deg,
      #d8b676,
      #bd8d46
    );

  color: #241d16;
}

.trust-photo {
  border-color: rgba(126, 96, 57, 0.13);

  background: #eee7de;

  box-shadow:
    0 18px 42px rgba(72, 52, 31, 0.10);
}

.trust-photo::after {
  background:
    linear-gradient(
      to top,
      rgba(52, 42, 32, 0.05),
      transparent 50%
    );
}

.trust-photo:hover {
  border-color: rgba(184, 137, 69, 0.24);

  box-shadow:
    0 28px 60px rgba(72, 52, 31, 0.15);
}

.trust-photo img {
  filter:
    saturate(0.9)
    brightness(1.02);
}

.trust-photo:hover img {
  filter:
    saturate(1)
    brightness(1.04);
}


/* ---------------------------------------------------------
   ROADMAP
--------------------------------------------------------- */

.roadmap {
  background:
    radial-gradient(circle at 12% 8%, rgba(184, 137, 69, 0.06), transparent 26%),
    #f8f4ee;
}

.roadmap-card {
  border-color: rgba(126, 96, 57, 0.12);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.97),
      rgba(246, 240, 232, 0.92)
    );

  box-shadow:
    0 16px 40px rgba(72, 52, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.roadmap-card::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(184, 137, 69, 0.32),
      transparent
    );
}

.roadmap-card::after {
  background:
    radial-gradient(
      circle,
      rgba(184, 137, 69, 0.10),
      transparent 70%
    );
}

.roadmap-card:hover {
  border-color: rgba(184, 137, 69, 0.25);

  box-shadow:
    0 25px 55px rgba(72, 52, 31, 0.13);
}

.roadmap-number {
  color: #a8783b;
}

.roadmap-card h3 {
  color: #2d2824;
}

.roadmap-card p {
  color: #746c64;
}


/* ---------------------------------------------------------
   TESTIMONIALS
--------------------------------------------------------- */

.testimonials {
  background:
    radial-gradient(circle at 86% 12%, rgba(184, 137, 69, 0.08), transparent 24%),
    #efe8df;
}

.slider-button {
  border-color: rgba(126, 96, 57, 0.17);

  background: rgba(255, 255, 255, 0.62);
  color: #916834;

  box-shadow:
    0 8px 18px rgba(72, 52, 31, 0.07),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.slider-button:hover {
  border-color: rgba(184, 137, 69, 0.28);

  background:
    linear-gradient(
      135deg,
      #d7b575,
      #bd8d46
    );

  color: #241d16;
}

.testimonial-card {
  border-color: rgba(126, 96, 57, 0.11);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.96),
      rgba(247, 242, 234, 0.92)
    );

  box-shadow:
    0 18px 42px rgba(72, 52, 31, 0.08),
    inset 0 1px 0 rgba(255, 255, 255, 0.98);
}

.testimonial-card::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(184, 137, 69, 0.28),
      transparent
    );
}

.testimonial-card:hover {
  border-color: rgba(184, 137, 69, 0.22);

  box-shadow:
    0 28px 58px rgba(72, 52, 31, 0.13);
}

.stars {
  color: #b68440;
}

.testimonial-card blockquote {
  color: #5e5750;
}

.testimonial-card footer strong {
  color: #2d2824;
}

.testimonial-card footer span {
  color: #8a8179;
}

.slider-dot {
  background: rgba(126, 96, 57, 0.15);
}

.slider-dot.active {
  background: #b68440;
}


/* ---------------------------------------------------------
   CONTACT CTA
--------------------------------------------------------- */

.contact-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(184, 137, 69, 0.08), transparent 30%),
    #f7f3ed;
}

.contact-panel {
  border-color: rgba(126, 96, 57, 0.17);

  background:
    radial-gradient(circle at 82% 8%, rgba(201, 155, 85, 0.16), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(126, 96, 57, 0.07), transparent 28%),
    linear-gradient(
      135deg,
      #fffdf9,
      #f5eee5 62%,
      #eee4d8
    );

  color: #2b2622;

  box-shadow:
    0 34px 75px rgba(72, 52, 31, 0.13),
    inset 0 1px 0 rgba(255, 255, 255, 0.95);
}

.contact-panel::before {
  background:
    linear-gradient(
      90deg,
      transparent,
      rgba(184, 137, 69, 0.48),
      transparent
    );
}

.contact-glow {
  background: rgba(184, 137, 69, 0.10);
}

.contact-kicker {
  color: #946a35;
}

.contact-panel p {
  color: #706860;
}

.contact-call {
  background:
    linear-gradient(
      135deg,
      #d7b575,
      #bd8d46
    );

  color: #241d16;

  box-shadow: 0 14px 30px rgba(184, 137, 69, 0.15);
}

.contact-consult {
  border-color: rgba(126, 96, 57, 0.20);

  background: rgba(255, 255, 255, 0.60);
  color: #2d2824;

  box-shadow:
    0 10px 22px rgba(72, 52, 31, 0.06);

  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}

.contact-consult:hover {
  border-color: rgba(184, 137, 69, 0.30);

  background: rgba(255, 255, 255, 0.86);
}


/* ---------------------------------------------------------
   FOOTER
--------------------------------------------------------- */

.footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(184, 137, 69, 0.08), transparent 24%),
    #ece5dc;

  color: #2d2824;
}

.footer-accent {
  background:
    linear-gradient(
      90deg,
      transparent 0%,
      #a8793c 12%,
      #c99b55 50%,
      #a8793c 88%,
      transparent 100%
    );
}

.footer-brand-column .brand-copy strong {
  color: #2d2824;
}

.footer-brand-column .brand-copy small {
  color: #847c74;
}

.footer-brand-column p {
  color: #716961;
}

.footer-column h3 {
  color: #7e5b31;
}

.footer-column a,
.footer-column span {
  color: #766f67;
}

.footer-column a:hover {
  color: #8d6330;
}

.footer-bottom {
  border-top-color: rgba(126, 96, 57, 0.11);
  color: #8b837b;
}

.footer-bottom a {
  color: #8b6230;
}


/* ---------------------------------------------------------
   CURSOR
--------------------------------------------------------- */

.cursor-glow {
  background:
    radial-gradient(
      circle,
      rgba(184, 137, 69, 0.30),
      rgba(184, 137, 69, 0) 70%
    );
}


/* ---------------------------------------------------------
   MOBILE LIGHT TUNING
--------------------------------------------------------- */

@media (max-width: 700px) {
  .hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(249, 246, 240, 0.96),
        rgba(249, 246, 240, 0.82)
      ),
      linear-gradient(
        to top,
        rgba(247, 243, 236, 0.94),
        rgba(247, 243, 236, 0.18) 62%
      );
  }

  .services,
  .roadmap,
  .contact-section {
    background-color: #f7f3ed;
  }

  .trust-section,
  .testimonials {
    background-color: #efe8df;
  }

  .footer {
    background: #ece5dc;
  }
}


/* =========================================================
   INNPOCKET EVENTS — REAL LOGO
   File path: assets/logo.jpg
========================================================= */

.brand-logo {
  width: 58px;
  height: 58px;

  display: grid;
  place-items: center;

  flex: 0 0 58px;

  overflow: hidden;

  border: 1px solid rgba(126, 96, 57, 0.16);
  border-radius: 16px;

  background: #ffffff;

  box-shadow:
    0 12px 28px rgba(72, 52, 31, 0.12),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  transform:
    perspective(520px)
    rotateY(-4deg);

  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    border-color 0.25s ease;
}

.brand-logo img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: contain;
  object-position: center;

  background: #ffffff;
}

.brand:hover .brand-logo {
  border-color: rgba(184, 137, 69, 0.28);

  box-shadow:
    0 15px 34px rgba(72, 52, 31, 0.15);

  transform:
    perspective(520px)
    rotateY(0deg)
    translateY(-1px);
}

.site-header .brand-copy strong {
  font-size: 24px;
}

.site-header .brand-copy small {
  margin-top: 2px;
}

.footer-brand .brand-logo {
  width: 64px;
  height: 64px;
  flex-basis: 64px;

  border-radius: 18px;
}

.brand .brand-icon {
  display: none !important;
}

@media (max-width: 1180px) {
  .brand-logo {
    width: 53px;
    height: 53px;
    flex-basis: 53px;
  }

  .site-header .brand-copy strong {
    font-size: 22px;
  }
}

@media (max-width: 960px) {
  .brand-logo {
    width: 48px;
    height: 48px;
    flex-basis: 48px;

    border-radius: 14px;
  }

  .site-header .brand-copy strong {
    font-size: 21px;
  }

  .footer-brand .brand-logo {
    width: 58px;
    height: 58px;
    flex-basis: 58px;
  }
}

@media (max-width: 700px) {
  .brand-logo {
    width: 44px;
    height: 44px;
    flex-basis: 44px;

    border-radius: 12px;

    transform: none;
  }

  .site-header .brand-copy strong {
    font-size: 18px;
  }

  .site-header .brand-copy small {
    font-size: 5.8px;
  }

  .footer-brand .brand-logo {
    width: 52px;
    height: 52px;
    flex-basis: 52px;
  }
}

@media (max-width: 390px) {
  .brand-logo {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  .site-header .brand-copy strong {
    font-size: 17px;
  }
}


/* =========================================================
   NAV ACTIVE UNDERLINE — SINGLE ACTIVE LINK FIX
========================================================= */

/* Default: every underline is hidden */
.desktop-nav a::after {
  width: 0 !important;
  opacity: 0;
}

/* Hover changes only the text; it does NOT show an underline */
.desktop-nav a:hover::after {
  width: 0 !important;
  opacity: 0;
}

/* Only the JavaScript-selected active link gets the underline */
.desktop-nav a.active::after {
  width: 100% !important;
  opacity: 1;
}

/* Keep hover elegant without making a second active-looking item */
.desktop-nav a:not(.active):hover {
  color: #8a6a3d;
}


/* =========================================================
   LIGHT / DARK THEME SWITCHER
   Default = Light
   Dark mode = html[data-theme="dark"]
========================================================= */

/* Smooth theme transitions */
html.theme-ready body,
html.theme-ready .nav-shell,
html.theme-ready .mobile-menu,
html.theme-ready .hero,
html.theme-ready .hero-overlay,
html.theme-ready .hero-detail-card,
html.theme-ready .services,
html.theme-ready .service-card,
html.theme-ready .trust-section,
html.theme-ready .trust-photo,
html.theme-ready .roadmap,
html.theme-ready .roadmap-card,
html.theme-ready .testimonials,
html.theme-ready .testimonial-card,
html.theme-ready .contact-section,
html.theme-ready .contact-panel,
html.theme-ready .footer,
html.theme-ready .header-cta,
html.theme-ready .button-secondary,
html.theme-ready .contact-consult {
  transition:
    background 0.35s ease,
    background-color 0.35s ease,
    color 0.35s ease,
    border-color 0.35s ease,
    box-shadow 0.35s ease;
}


/* =========================================================
   NAV ACTIONS
========================================================= */

.nav-actions {
  justify-self: end;

  display: flex;
  align-items: center;
  gap: 10px;
}


/* =========================================================
   DESKTOP THEME TOGGLE
========================================================= */

.theme-toggle {
  position: relative;

  width: 68px;
  height: 42px;

  display: grid;
  place-items: center;

  padding: 0;

  border: 1px solid rgba(126, 96, 57, 0.18);
  border-radius: 999px;

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.94),
      rgba(241, 235, 227, 0.92)
    );

  box-shadow:
    0 8px 18px rgba(70, 50, 30, 0.09),
    inset 0 1px 0 rgba(255, 255, 255, 0.96);

  cursor: pointer;

  transition:
    transform 0.22s ease,
    background 0.3s ease,
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.theme-toggle:hover {
  transform: translateY(-1px);
}

.theme-toggle-track {
  position: relative;

  width: 54px;
  height: 30px;

  display: block;

  border-radius: 999px;

  background:
    linear-gradient(
      90deg,
      rgba(214, 180, 106, 0.15),
      rgba(184, 137, 69, 0.08)
    );

  overflow: hidden;
}

.theme-toggle-icon {
  position: absolute;
  top: 50%;
  z-index: 2;

  color: #7c7063;

  font-size: 13px;
  line-height: 1;

  transform: translateY(-50%);

  pointer-events: none;
}

.theme-toggle-sun {
  left: 8px;
}

.theme-toggle-moon {
  right: 8px;
}

.theme-toggle-knob {
  position: absolute;
  top: 3px;
  left: 3px;
  z-index: 3;

  width: 24px;
  height: 24px;

  border-radius: 50%;

  background:
    linear-gradient(
      145deg,
      #ffffff,
      #ead8b8
    );

  box-shadow:
    0 4px 10px rgba(70, 50, 30, 0.18),
    inset 0 1px 0 rgba(255, 255, 255, 0.9);

  transition:
    left 0.3s ease,
    background 0.3s ease,
    box-shadow 0.3s ease;
}


/* =========================================================
   MOBILE THEME TOGGLE
========================================================= */

.mobile-theme-toggle {
  width: 100%;

  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;

  padding: 13px 14px;

  border: 1px solid rgba(126, 96, 57, 0.14);
  border-radius: 13px;

  background: rgba(184, 137, 69, 0.06);
  color: #4f4943;

  font-family: "Manrope", sans-serif;
  font-size: 14px;
  font-weight: 700;

  cursor: pointer;
}

.mobile-theme-icon {
  width: 30px;
  height: 30px;

  display: grid;
  place-items: center;

  border-radius: 10px;

  background: rgba(184, 137, 69, 0.1);
  color: #916834;

  font-size: 16px;
}

.mobile-theme-label {
  flex: 1;
  text-align: left;
}


/* =========================================================
   DARK THEME VARIABLES
========================================================= */

html[data-theme="dark"] {
  color-scheme: dark;

  --bg: #07090d;
  --bg-2: #0a0d12;
  --surface: #0f1319;
  --surface-2: #141a22;
  --surface-3: #1a212a;

  --champagne: #d6b46a;
  --champagne-bright: #edcf8d;
  --champagne-soft: #b99a5d;
  --bronze: #8f7347;

  --ivory: #f8f4ea;
  --ivory-soft: #e5ded0;
  --muted: #9d978d;
  --muted-2: #77736d;

  --line: rgba(237, 207, 141, 0.14);
  --line-soft: rgba(255, 255, 255, 0.075);
}


/* =========================================================
   DARK — BODY / GLOBAL
========================================================= */

html[data-theme="dark"] body {
  background:
    radial-gradient(circle at 85% 5%, rgba(214, 180, 106, 0.055), transparent 28%),
    radial-gradient(circle at 10% 88%, rgba(143, 115, 71, 0.045), transparent 28%),
    #07090d;

  color: #f8f4ea;
}

html[data-theme="dark"] .section::before {
  opacity: 0.16;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.025) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.025) 1px, transparent 1px);
}

html[data-theme="dark"] .section-label {
  color: #d6b46a;
}

html[data-theme="dark"] .display-title {
  color: #f8f4ea;
}

html[data-theme="dark"] .display-title span {
  color: #edcf8d;
}

html[data-theme="dark"] .section-intro {
  color: #9d978d;
}


/* =========================================================
   DARK — NAVBAR
========================================================= */

html[data-theme="dark"] .nav-shell {
  border-color: rgba(237, 207, 141, 0.18);

  background:
    linear-gradient(
      180deg,
      rgba(20, 24, 31, 0.93),
      rgba(8, 10, 14, 0.95)
    );

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.42),
    0 7px 18px rgba(0, 0, 0, 0.26),
    inset 0 1px 0 rgba(255, 255, 255, 0.09);
}

html[data-theme="dark"] .nav-shell::after {
  background:
    radial-gradient(
      ellipse,
      rgba(0, 0, 0, 0.38),
      transparent 72%
    );
}

html[data-theme="dark"] .site-header.scrolled .nav-shell {
  border-color: rgba(237, 207, 141, 0.22);

  background:
    linear-gradient(
      180deg,
      rgba(18, 22, 29, 0.97),
      rgba(7, 9, 13, 0.97)
    );

  box-shadow:
    0 16px 40px rgba(0, 0, 0, 0.48),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .brand-copy strong {
  color: #f8f4ea;
}

html[data-theme="dark"] .brand-copy small {
  color: #77736d;
}

html[data-theme="dark"] .desktop-nav a {
  color: #c9c3b9;
}

html[data-theme="dark"] .desktop-nav a:hover,
html[data-theme="dark"] .desktop-nav a.active {
  color: #f8f4ea;
}

html[data-theme="dark"] .desktop-nav a:not(.active):hover {
  color: #edcf8d;
}

html[data-theme="dark"] .header-cta {
  border-color: rgba(237, 207, 141, 0.24);

  background:
    linear-gradient(
      180deg,
      rgba(237, 207, 141, 0.08),
      rgba(255, 255, 255, 0.025)
    );

  color: #f8f4ea;

  box-shadow:
    0 9px 20px rgba(0, 0, 0, 0.22),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .header-cta:hover {
  background:
    linear-gradient(
      135deg,
      #edcf8d,
      #d6b46a
    );

  color: #0b0d10;
}

html[data-theme="dark"] .theme-toggle {
  border-color: rgba(237, 207, 141, 0.18);

  background:
    linear-gradient(
      180deg,
      rgba(22, 27, 35, 0.96),
      rgba(9, 11, 15, 0.96)
    );

  box-shadow:
    0 9px 20px rgba(0, 0, 0, 0.28),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

html[data-theme="dark"] .theme-toggle-track {
  background:
    linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.04),
      rgba(214, 180, 106, 0.10)
    );
}

html[data-theme="dark"] .theme-toggle-icon {
  color: #918a81;
}

html[data-theme="dark"] .theme-toggle-knob {
  left: 27px;

  background:
    linear-gradient(
      145deg,
      #edcf8d,
      #b88945
    );

  box-shadow:
    0 4px 12px rgba(0, 0, 0, 0.35),
    inset 0 1px 0 rgba(255, 255, 255, 0.32);
}

html[data-theme="dark"] .mobile-menu {
  border-color: rgba(237, 207, 141, 0.15);

  background:
    linear-gradient(
      180deg,
      rgba(19, 23, 30, 0.985),
      rgba(8, 10, 14, 0.99)
    );

  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.5);
}

html[data-theme="dark"] .mobile-menu a {
  color: #d3cec5;
}

html[data-theme="dark"] .mobile-menu a:hover {
  background: rgba(214, 180, 106, 0.07);
  color: #f8f4ea;
}

html[data-theme="dark"] .mobile-theme-toggle {
  border-color: rgba(237, 207, 141, 0.14);
  background: rgba(214, 180, 106, 0.06);
  color: #d3cec5;
}

html[data-theme="dark"] .mobile-theme-icon {
  background: rgba(214, 180, 106, 0.09);
  color: #edcf8d;
}

html[data-theme="dark"] .menu-button {
  border-color: rgba(237, 207, 141, 0.17);

  background:
    linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.06),
      rgba(255, 255, 255, 0.025)
    );
}

html[data-theme="dark"] .menu-button span {
  background: #f8f4ea;
}


/* =========================================================
   DARK — HERO
========================================================= */

html[data-theme="dark"] .hero {
  background: #090b0f;
}

html[data-theme="dark"] .hero-media img {
  filter:
    saturate(0.72)
    contrast(1.08)
    brightness(0.82);
}

html[data-theme="dark"] .hero-overlay {
  background:
    linear-gradient(
      90deg,
      rgba(5, 7, 10, 0.96) 0%,
      rgba(7, 9, 12, 0.84) 39%,
      rgba(7, 9, 12, 0.46) 69%,
      rgba(6, 8, 11, 0.68) 100%
    ),
    linear-gradient(
      to top,
      rgba(6, 8, 11, 0.80),
      transparent 58%
    );
}

html[data-theme="dark"] .hero-grid-bg {
  opacity: 0.11;

  background-image:
    linear-gradient(rgba(255, 255, 255, 0.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.045) 1px, transparent 1px);
}

html[data-theme="dark"] .hero-eyebrow {
  color: #edcf8d;
}

html[data-theme="dark"] .pulse-dot {
  background: #edcf8d;
  box-shadow: 0 0 0 6px rgba(214, 180, 106, 0.1);
}

html[data-theme="dark"] .pulse-dot::after {
  border-color: rgba(237, 207, 141, 0.44);
}

html[data-theme="dark"] .hero h1 {
  color: #f8f4ea;
  text-shadow: 0 14px 40px rgba(0, 0, 0, 0.4);
}

html[data-theme="dark"] .hero h1 span {
  color: #edcf8d;
}

html[data-theme="dark"] .hero-description {
  color: #c6c0b6;
}

html[data-theme="dark"] .button-secondary {
  border-color: rgba(237, 207, 141, 0.19);
  background: rgba(15, 19, 25, 0.46);
  color: #f8f4ea;
}

html[data-theme="dark"] .button-secondary:hover {
  border-color: rgba(237, 207, 141, 0.34);
  background: rgba(214, 180, 106, 0.08);
}

html[data-theme="dark"] .hero-detail-card {
  border-color: rgba(237, 207, 141, 0.18);

  background:
    linear-gradient(
      180deg,
      rgba(19, 24, 31, 0.77),
      rgba(9, 11, 15, 0.82)
    );

  color: #f8f4ea;

  box-shadow:
    0 32px 78px rgba(0, 0, 0, 0.42),
    inset 0 1px 0 rgba(255, 255, 255, 0.08);
}

html[data-theme="dark"] .detail-kicker {
  color: #d6b46a;
}

html[data-theme="dark"] .detail-points span {
  color: #b8b1a7;
}

html[data-theme="dark"] .detail-points b {
  border-color: rgba(237, 207, 141, 0.16);
  background: rgba(214, 180, 106, 0.08);
  color: #edcf8d;
}

html[data-theme="dark"] .hero-marquee {
  border-top-color: rgba(237, 207, 141, 0.12);
  background: rgba(7, 9, 13, 0.78);
}

html[data-theme="dark"] .marquee-track {
  color: #8e8981;
}


/* =========================================================
   DARK — SERVICES
========================================================= */

html[data-theme="dark"] .services {
  background:
    radial-gradient(circle at 8% 10%, rgba(214, 180, 106, 0.045), transparent 24%),
    #0a0d12;
}

html[data-theme="dark"] .service-card {
  border-color: rgba(255, 255, 255, 0.075);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.055),
      rgba(255, 255, 255, 0.018)
    );

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.34),
    inset 0 1px 0 rgba(255, 255, 255, 0.055);
}

html[data-theme="dark"] .service-card:hover {
  border-color: rgba(237, 207, 141, 0.22);

  background:
    linear-gradient(
      145deg,
      rgba(214, 180, 106, 0.07),
      rgba(255, 255, 255, 0.025)
    );

  box-shadow: 0 30px 68px rgba(0, 0, 0, 0.45);
}

html[data-theme="dark"] .service-image {
  background: #11151b;
}

html[data-theme="dark"] .service-image img {
  filter:
    saturate(0.72)
    contrast(1.04)
    brightness(0.92);
}

html[data-theme="dark"] .service-number {
  border-color: rgba(237, 207, 141, 0.2);
  background: rgba(8, 10, 14, 0.62);
  color: #edcf8d;
}

html[data-theme="dark"] .service-copy h3 {
  color: #f8f4ea;
}

html[data-theme="dark"] .service-copy p {
  color: #9d978d;
}


/* =========================================================
   DARK — TRUST / PORTFOLIO
========================================================= */

html[data-theme="dark"] .trust-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(214, 180, 106, 0.06), transparent 26%),
    radial-gradient(circle at 8% 85%, rgba(143, 115, 71, 0.055), transparent 28%),
    #0d1117;
}

html[data-theme="dark"] .trust-list li {
  color: #bbb4aa;
}

html[data-theme="dark"] .trust-list li span {
  border-color: rgba(237, 207, 141, 0.16);
  background: rgba(214, 180, 106, 0.06);
  color: #edcf8d;
}

html[data-theme="dark"] .button-outline-maroon {
  border-color: rgba(237, 207, 141, 0.30);
  background: rgba(255, 255, 255, 0.025);
  color: #edcf8d;
}

html[data-theme="dark"] .trust-photo {
  border-color: rgba(237, 207, 141, 0.12);
  background: #11161d;
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.34);
}

html[data-theme="dark"] .trust-photo img {
  filter:
    saturate(0.78)
    brightness(0.9);
}


/* =========================================================
   DARK — ROADMAP
========================================================= */

html[data-theme="dark"] .roadmap {
  background:
    radial-gradient(circle at 12% 8%, rgba(214, 180, 106, 0.04), transparent 26%),
    #090c10;
}

html[data-theme="dark"] .roadmap-card {
  border-color: rgba(237, 207, 141, 0.10);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.017)
    );

  box-shadow:
    0 18px 46px rgba(0, 0, 0, 0.30),
    inset 0 1px 0 rgba(255, 255, 255, 0.052);
}

html[data-theme="dark"] .roadmap-number {
  color: #edcf8d;
}

html[data-theme="dark"] .roadmap-card h3 {
  color: #f8f4ea;
}

html[data-theme="dark"] .roadmap-card p {
  color: #9d978d;
}


/* =========================================================
   DARK — TESTIMONIALS
========================================================= */

html[data-theme="dark"] .testimonials {
  background:
    radial-gradient(circle at 86% 12%, rgba(214, 180, 106, 0.055), transparent 24%),
    #0d1117;
}

html[data-theme="dark"] .slider-button {
  border-color: rgba(237, 207, 141, 0.16);
  background: rgba(255, 255, 255, 0.025);
  color: #edcf8d;
}

html[data-theme="dark"] .testimonial-card {
  border-color: rgba(237, 207, 141, 0.10);

  background:
    linear-gradient(
      145deg,
      rgba(255, 255, 255, 0.052),
      rgba(255, 255, 255, 0.018)
    );

  box-shadow:
    0 20px 50px rgba(0, 0, 0, 0.32),
    inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

html[data-theme="dark"] .stars {
  color: #edcf8d;
}

html[data-theme="dark"] .testimonial-card blockquote {
  color: #d2ccc3;
}

html[data-theme="dark"] .testimonial-card footer strong {
  color: #f8f4ea;
}

html[data-theme="dark"] .testimonial-card footer span {
  color: #77736d;
}


/* =========================================================
   DARK — CONTACT
========================================================= */

html[data-theme="dark"] .contact-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(214, 180, 106, 0.055), transparent 30%),
    #07090d;
}

html[data-theme="dark"] .contact-panel {
  border-color: rgba(237, 207, 141, 0.22);

  background:
    radial-gradient(circle at 83% 10%, rgba(214, 180, 106, 0.13), transparent 28%),
    radial-gradient(circle at 8% 92%, rgba(143, 115, 71, 0.08), transparent 28%),
    linear-gradient(135deg, #12171e, #0b0e13 62%, #090b0f);

  color: #f8f4ea;

  box-shadow:
    0 42px 100px rgba(0, 0, 0, 0.46),
    inset 0 1px 0 rgba(255, 255, 255, 0.07);
}

html[data-theme="dark"] .contact-kicker {
  color: #edcf8d;
}

html[data-theme="dark"] .contact-panel p {
  color: #bcb5ab;
}

html[data-theme="dark"] .contact-consult {
  border-color: rgba(237, 207, 141, 0.23);
  background: rgba(255, 255, 255, 0.025);
  color: #f8f4ea;
}


/* =========================================================
   DARK — FOOTER
========================================================= */

html[data-theme="dark"] .footer {
  background:
    radial-gradient(circle at 12% 0%, rgba(214, 180, 106, 0.035), transparent 24%),
    #05070a;

  color: #f8f4ea;
}

html[data-theme="dark"] .footer-brand-column .brand-copy strong {
  color: #f8f4ea;
}

html[data-theme="dark"] .footer-brand-column .brand-copy small {
  color: #77736d;
}

html[data-theme="dark"] .footer-brand-column p {
  color: #9d978d;
}

html[data-theme="dark"] .footer-column h3 {
  color: #edcf8d;
}

html[data-theme="dark"] .footer-column a,
html[data-theme="dark"] .footer-column span {
  color: #8e8981;
}

html[data-theme="dark"] .footer-column a:hover {
  color: #edcf8d;
}

html[data-theme="dark"] .footer-bottom {
  border-top-color: rgba(237, 207, 141, 0.08);
  color: #65625d;
}

html[data-theme="dark"] .footer-bottom a {
  color: #d6b46a;
}


/* =========================================================
   MOBILE THEME TUNING
========================================================= */

@media (max-width: 960px) {
  .nav-actions {
    display: none;
  }
}

@media (max-width: 700px) {
  html[data-theme="dark"] .hero-overlay {
    background:
      linear-gradient(
        90deg,
        rgba(5, 7, 10, 0.96),
        rgba(7, 9, 12, 0.78)
      ),
      linear-gradient(
        to top,
        rgba(6, 8, 11, 0.82),
        transparent 60%
      );
  }
}
