.cs-req {
  color: var(--gold);
  font-size: 1rem;
}

body {
  background: var(--white);
}

/* ═══ HERO ═══ */
.hero {
  position: relative;
  height: 100vh;
  min-height: 700px;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.hero-bg {
  position: absolute;
  inset: 0;
  background-image: url("../images/club-activations/hero-01-the-give-event-setup.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 820px;
  padding: 0 4rem;
}

.hero-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 0.68rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 2.2rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.3s forwards;
}

.hero-tag::before {
  content: "";
  width: 40px;
  height: 1px;
  background: var(--gold);
}

.hero h1 {
  font-family: var(--serif);
  font-size: clamp(3.2rem, 6.5vw, 5.5rem);
  font-weight: 300;
  line-height: 1.04;
  color: #fff;
  margin-bottom: 1.8rem;
  opacity: 0;
  animation: fadeUp 0.9s ease 0.5s forwards;
}

.hero h1 em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 400;
}

.hero-sub {
  font-size: 1.05rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.8;
  max-width: 520px;
  margin-bottom: 2.8rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.7s forwards;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  opacity: 0;
  animation: fadeUp 0.8s ease 0.9s forwards;
}

.btn-gold {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 2.6rem;
  background: var(--gold);
  color: var(--deep);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  text-decoration: none;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
  text-align: center;
}

.btn-gold:hover {
  background: var(--gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(184, 148, 62, 0.25);
}

.hero-text-link {
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  letter-spacing: 0.08em;
  transition: color 0.3s;
}

.hero-text-link:hover {
  color: var(--gold-light);
}

.hero-scroll-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1px;
  height: 80px;
  background: linear-gradient(to bottom, var(--gold), transparent);
  opacity: 0.3;
  animation: scrollPulse 2.5s ease-in-out infinite;
}

/* ═══ SECTIONS ═══ */
section {
  padding: 7rem 4rem;
}

.section-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.section-tag {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-size: 0.65rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1.2rem;
}

.section-tag::before {
  content: "";
  width: 28px;
  height: 1px;
  background: var(--gold);
}

h2 {
  font-family: var(--serif);
  font-size: clamp(2rem, 3.5vw, 3.2rem);
  font-weight: 300;
  line-height: 1.12;
  color: var(--ink);
  margin-bottom: 1.2rem;
}

h2 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.section-desc {
  font-size: 1rem;
  color: var(--text-gray);
  line-height: 1.8;
  font-weight: 300;
  max-width: 540px;
}

/* ═══ PHILOSOPHY ═══ */
.philosophy {
  background: var(--white);
}

.philosophy-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 2.5rem;
  align-items: start;
}

.philosophy-statement {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 300;
  line-height: 1.6;
  color: var(--soft-black);
}

.philosophy-statement em {
  font-style: italic;
  color: var(--gold);
}

.philosophy .stagger {
  margin-top: 0.85rem;
}

.phil-point {
  padding: 1.2rem 0;
  border-bottom: 1px solid var(--warm-gray);
}

.phil-point:first-child {
  border-top: 1px solid var(--warm-gray);
}

.phil-point h4 {
  font-family: var(--serif);
  font-size: 1.1rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 0.3rem;
}

.phil-point p {
  font-size: 0.85rem;
  color: var(--text-gray);
  line-height: 1.6;
  font-weight: 300;
}

/* ═══ ACTIVATIONS (DARK) ═══ */
.activations {
  background: var(--deep);
  padding: 7rem 4rem;
  position: relative;
  overflow: hidden;
}

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

.act-inner {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

.act-header {
  margin-bottom: 3.5rem;
}

.act-header .section-tag {
  color: var(--gold);
}

.act-header .section-tag::before {
  background: var(--gold);
}

.act-header h2 {
  color: #fff;
}

.act-header h2 em {
  color: var(--gold-light);
}

.act-header p {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  font-weight: 300;
  max-width: 480px;
}

.act-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1px;
}

.act-card {
  position: relative;
  aspect-ratio: 1 / 1.15;
  overflow: hidden;
  cursor: default;
  border: 1px solid rgba(255, 255, 255, 0.06);
  transition: border-color 0.4s;
}

.act-card:hover {
  border-color: rgba(184, 148, 62, 0.3);
}

.act-card-bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0.02) 0%,
    rgba(0, 0, 0, 0.4) 100%
  );
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.6s;
}

.act-card:nth-child(1) .act-card-bg {
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("../images/club-activations/act-card-01-tournament.webp");
}

.act-card:nth-child(2) .act-card-bg {
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("../images/club-activations/act-card-02-gala.webp");
}

.act-card:nth-child(3) .act-card-bg {
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("../images/club-activations/act-card-03-heritage.webp");
}

.act-card:nth-child(4) .act-card-bg {
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("../images/club-activations/act-card-04-membership.webp");
}

.act-card:nth-child(5) .act-card-bg,
.act-card:nth-child(6) .act-card-bg {
  background-image: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0.02) 0%,
      rgba(0, 0, 0, 0.4) 100%
    ),
    url("../images/club-activations/act-card-05-seasonal.webp");
}

.act-card:hover .act-card-bg {
  background: linear-gradient(
    180deg,
    rgba(184, 148, 62, 0.04) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
}

.act-card-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 1.8rem;
  z-index: 2;
}

.act-card-num {
  font-family: var(--serif);
  font-size: 0.85rem;
  color: var(--gold);
  margin-bottom: 0.4rem;
  font-weight: 400;
}

.act-card-title {
  font-family: var(--serif);
  font-size: clamp(1.1rem, 1.6vw, 1.4rem);
  font-weight: 400;
  color: #fff;
  margin-bottom: 0.5rem;
  line-height: 1.2;
}

.act-card-desc {
  font-size: 0.78rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.55;
  font-weight: 300;
  opacity: 0;
  transform: translateY(8px);
  transition: all 0.5s;
}

.act-card:hover .act-card-desc {
  opacity: 1;
  transform: translateY(0);
}

.act-card-placeholder {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: var(--serif);
  font-size: 0.7rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.05);
}

/* ═══ EXPERIENCE LAYER ═══ */
.experience {
  background: var(--off-white);
}

.exp-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.5rem;
  margin-top: 3rem;
}

.exp-card {
  position: relative;
  padding-top: 2.5rem;
}

.exp-card::before {
  content: "";
  position: absolute;
  top: 1rem;
  left: 0;
  right: 0;
  height: 1px;
  background: var(--warm-gray);
}

.exp-icon {
  position: relative;
  width: 28px;
  height: 28px;
  border: 1px solid var(--warm-gray);
  transform: rotate(45deg);
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--off-white);
  z-index: 2;
  margin-bottom: 1.3rem;
  transition: all 0.4s;
}

.exp-icon .icon-inner {
  width: 6px;
  height: 6px;
  border: 1px solid var(--gold);
  transition: all 0.4s;
}

.exp-card:hover .exp-icon {
  border-color: var(--gold);
  background: var(--gold-muted);
}

.exp-card:hover .exp-icon .icon-inner {
  background: var(--gold);
}

.exp-card.featured .exp-icon {
  border-color: var(--gold);
  background: var(--gold);
}

.exp-card.featured .exp-icon .icon-inner {
  border-color: var(--white);
  background: var(--white);
}

.exp-card h4 {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 0.5rem;
}

.exp-card.featured h4 {
  color: var(--gold);
}

.exp-card p {
  font-size: 0.86rem;
  color: var(--text-gray);
  line-height: 1.65;
  font-weight: 300;
}

/* ═══ APPROACH ═══ */
.approach {
  background: var(--white);
}

.approach-steps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.step {
  position: relative;
  padding-top: 2.5rem;
}

.step::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--warm-gray);
}

.step-num {
  font-family: var(--serif);
  font-size: 2.2rem;
  font-weight: 300;
  color: var(--gold);
  margin-bottom: 0.8rem;
  line-height: 1;
}

.step h3 {
  font-family: var(--sans);
  font-size: 0.68rem;
  font-weight: 500;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--ink);
  margin-bottom: 0.65rem;
}

.step p {
  font-size: 0.85rem;
  color: var(--text-gray);
  line-height: 1.65;
  font-weight: 300;
}

/* ═══ DEEP DIVE ═══ */
.deep-dive {
  background: var(--off-white);
}

.dd-grid {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  margin-top: 3rem;
}

.dd-card {
  display: grid;
  grid-template-columns: 0.45fr 0.55fr;
  gap: 0;
  border: 1px solid var(--warm-gray);
  overflow: hidden;
  background: var(--white);
  transition: all 0.5s;
}

.dd-card:nth-child(even) {
  direction: rtl;
}

.dd-card:nth-child(even) > * {
  direction: ltr;
}

.dd-card:hover {
  border-color: var(--gold);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.dd-image {
  position: relative;
  overflow: hidden;
}

.dd-img-inner {
  height: 100%;
  min-height: 360px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.bg-tournament {
  background-image: linear-gradient(
      180deg,
      rgba(14, 16, 15, 0.28) 0%,
      rgba(14, 16, 15, 0.5) 100%
    ),
    url("../images/club-activations/deep-dive-01-tournament.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-gala {
  background-image: linear-gradient(
      180deg,
      rgba(14, 16, 15, 0.28) 0%,
      rgba(14, 16, 15, 0.5) 100%
    ),
    url("../images/club-activations/deep-dive-02-gala.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-milestone {
  background-image: linear-gradient(
      180deg,
      rgba(14, 16, 15, 0.28) 0%,
      rgba(14, 16, 15, 0.5) 100%
    ),
    url("../images/club-activations/deep-dive-03-heritage.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-sponsor {
  background-image: linear-gradient(
      180deg,
      rgba(14, 16, 15, 0.28) 0%,
      rgba(14, 16, 15, 0.5) 100%
    ),
    url("../images/club-activations/deep-dive-06-sponsor-tent.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-seasonal {
  background-image: linear-gradient(
      180deg,
      rgba(14, 16, 15, 0.28) 0%,
      rgba(14, 16, 15, 0.5) 100%
    ),
    url("../images/club-activations/deep-dive-05-seasonal.webp");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.dd-placeholder {
  font-family: var(--serif);
  font-size: 0.75rem;
  font-style: italic;
  color: rgba(255, 255, 255, 0.08);
}

.dd-num {
  position: absolute;
  top: 1.5rem;
  left: 1.5rem;
  font-family: var(--serif);
  font-size: 3rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.06);
  line-height: 1;
}

.dd-content {
  padding: 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.dd-type {
  font-size: 0.58rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.dd-content h3 {
  font-family: var(--serif);
  font-size: clamp(1.4rem, 2.2vw, 1.8rem);
  font-weight: 300;
  color: var(--ink);
  line-height: 1.2;
  margin-bottom: 1rem;
}

.dd-content h3 em {
  font-style: italic;
  color: var(--gold);
  font-weight: 400;
}

.dd-content p {
  font-size: 0.9rem;
  color: var(--text-gray);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 1.2rem;
}

.dd-touchpoints {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

.dd-touchpoints span {
  font-size: 0.68rem;
  letter-spacing: 0.06em;
  color: var(--text-gray);
  padding: 0.35rem 0.8rem;
  border: 1px solid var(--warm-gray);
  font-weight: 300;
  transition: all 0.3s;
}

.dd-touchpoints span:hover {
  border-color: var(--gold);
  color: var(--gold);
}

/* ═══ OMAKASE ═══ */
.omakase {
  background: var(--white);
}

.omakase-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.omakase-text p {
  font-size: 0.95rem;
  color: var(--text-gray);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1rem;
}

.omakase-text p strong {
  color: var(--ink);
  font-weight: 500;
}

.omakase-card {
  background: var(--forest);
  padding: 3rem;
  position: relative;
}

.omakase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.om-mark {
  color: var(--gold);
  font-size: 1.2rem;
  margin-bottom: 1.2rem;
  position: relative;
}

.omakase-card blockquote {
  font-family: var(--serif);
  font-size: 1.2rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 1.5rem;
  position: relative;
}

.omakase-card blockquote strong {
  color: #fff;
  font-weight: 500;
}

.om-sig {
  position: relative;
}

.om-sig span {
  font-family: var(--serif);
  font-size: 1rem;
  font-style: italic;
  color: var(--gold-light);
  display: block;
}

.om-sig small {
  font-size: 0.65rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.3);
}

/* ═══ BRIDGE ═══ */
.bridge {
  background: var(--off-white);
  padding: 4rem 4rem 7rem;
}

.bridge-inner {
  max-width: 1100px;
  margin: 0 auto;
}

.bridge-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  border: 1px solid var(--warm-gray);
  overflow: hidden;
  transition: all 0.5s;
}

.bridge-card:hover {
  border-color: var(--gold);
  box-shadow: 0 16px 60px rgba(0, 0, 0, 0.04);
}

.bridge-visual {
  background: linear-gradient(135deg, #0d1f10, #1a2e1c, #2c3a2e);
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.bridge-visual::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
}

.bridge-visual .bv-tag {
  font-size: 0.58rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  font-weight: 500;
  margin-bottom: 1rem;
  position: relative;
}

.bridge-visual h3 {
  font-family: var(--serif);
  font-size: 1.8rem;
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  position: relative;
}

.bridge-visual h3 em {
  font-style: italic;
  color: var(--gold-light);
}

.bridge-content {
  padding: 3.5rem 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  background: var(--white);
}

.bridge-content p {
  font-size: 0.92rem;
  color: var(--text-gray);
  line-height: 1.75;
  font-weight: 300;
  margin-bottom: 1rem;
}

.bridge-link {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--gold);
  text-decoration: none;
  font-weight: 500;
  transition: gap 0.3s;
  margin-top: 0.5rem;
}

.bridge-link:hover {
  gap: 1rem;
}

/* ═══ WHY ═══ */
.why {
  background: var(--white);
}

.why-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
  margin-top: 3rem;
}

.why-card {
  border: 1px solid var(--warm-gray);
  padding: 2.5rem;
  transition: all 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.why-card:hover {
  border-color: var(--gold);
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.04);
}

.why-card h4 {
  font-size: 0.6rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 0.8rem;
  font-weight: 500;
}

.why-card h3 {
  font-family: var(--serif);
  font-size: 1.3rem;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 0.8rem;
  line-height: 1.2;
}

.why-card p {
  font-size: 0.86rem;
  color: var(--text-gray);
  line-height: 1.65;
  font-weight: 300;
}

/* ═══ STRATEGIST ═══ */
.strategist {
  background: var(--off-white);
}

.strategist-layout {
  display: grid;
  grid-template-columns: 0.4fr 0.6fr;
  gap: 4rem;
  align-items: center;
}

.strategist-photo {
  aspect-ratio: 3/4;
  background: linear-gradient(135deg, var(--warm-gray), var(--pearl));
  border: 1px solid var(--warm-gray);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  transition: border-color 0.4s ease;
}

.strategist-photo:hover {
  border-color: var(--gold);
}

.strategist-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.sp-label {
  font-family: var(--serif);
  font-size: 0.75rem;
  font-style: italic;
  color: var(--mid-gray);
  text-align: center;
  padding: 2rem;
}

.strategist-text .strat-role {
  font-size: 0.65rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--text-gray);
  margin-bottom: 1.5rem;
}

.strategist-text p {
  font-size: 0.95rem;
  color: var(--text-gray);
  line-height: 1.8;
  font-weight: 300;
  margin-bottom: 1rem;
}

.strategist-text p strong {
  color: var(--ink);
  font-weight: 500;
}

.strat-stats {
  display: flex;
  gap: 3rem;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid var(--warm-gray);
}

.strat-stat .ss-num {
  font-family: var(--serif);
  font-size: 2rem;
  font-weight: 300;
  color: var(--gold);
  line-height: 1;
}

.strat-stat .ss-label {
  font-size: 0.6rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--text-gray);
  margin-top: 0.3rem;
}

/* ═══ LEAD CAPTURE CTA ═══ */
.lead-cta {
  background: var(--deep);
  padding: 3.5rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

.lead-cta::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.lead-cta-inner {
  max-width: 680px;
  margin: 0 auto;
  position: relative;
}

.lead-cta-tag {
  font-size: 0.6rem;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  color: var(--gold);
  margin-bottom: 1rem;
}

.lead-cta h3 {
  font-family: var(--serif);
  font-size: clamp(1.6rem, 3vw, 2.2rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 0.8rem;
}

.lead-cta h3 em {
  font-style: italic;
  color: var(--gold-light);
  font-weight: 400;
}

.lead-cta p {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  font-weight: 300;
  margin-bottom: 1.8rem;
}

.lead-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.9rem 2.4rem;
  background: transparent;
  border: 1px solid var(--gold);
  color: var(--gold);
  font-family: var(--sans);
  font-size: 0.7rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.35s, color 0.35s, transform 0.35s, box-shadow 0.35s;
}

.lead-cta-btn:hover {
  background: var(--gold);
  color: var(--deep);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(184, 148, 62, 0.2);
}

.lead-cta-btn:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 3px;
}

.lead-cta-btn svg {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  transition: transform 0.3s;
}

.lead-cta-btn:hover svg {
  transform: translateX(3px);
}

body.lead-modal-open {
  overflow: hidden;
}

/* ═══ LEAD MODAL ═══ */
.lead-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  background: rgba(14, 16, 15, 0.72);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    visibility 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  padding: 2rem;
}

.lead-overlay.open {
  opacity: 1;
  visibility: visible;
}

.lead-modal {
  background: var(--white);
  max-width: 520px;
  width: 100%;
  position: relative;
  transform: translateY(20px) scale(0.97);
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  max-height: min(92vh, 900px);
  overflow-y: auto;
}

.lead-overlay.open .lead-modal {
  transform: translateY(0) scale(1);
}

.lead-modal-header {
  background: var(--deep);
  padding: 2.2rem 2.5rem 2rem;
  position: relative;
  overflow: hidden;
}

.lead-modal-header::before {
  content: "";
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
  pointer-events: none;
}

.lead-modal-tag {
  font-size: 0.58rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--gold);
  margin: 0 0 0.75rem;
  position: relative;
  font-weight: 500;
  line-height: 1.4;
}

.lead-modal-title {
  font-family: var(--serif);
  font-size: clamp(1.35rem, 3.2vw, 1.65rem);
  font-weight: 300;
  color: #fff;
  line-height: 1.25;
  position: relative;
  margin: 0;
}

.lead-modal-sub {
  font-size: 0.84rem;
  color: rgba(255, 255, 255, 0.52);
  line-height: 1.65;
  font-weight: 300;
  margin: 0.75rem 0 0;
  position: relative;
}

.lead-modal-meta {
  font-size: 0.72rem;
  letter-spacing: 0.06em;
  color: var(--gold-light);
  font-weight: 400;
  margin: 1rem 0 0;
  position: relative;
  line-height: 1.5;
}

.lead-modal-close {
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.35);
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.3s;
  z-index: 2;
}

.lead-modal-close:hover {
  color: var(--gold);
}

.lead-modal-close:focus-visible {
  outline: 2px solid var(--gold-light);
  outline-offset: 2px;
}

.lead-modal-close svg {
  width: 18px;
  height: 18px;
  display: block;
}

.lead-modal-body {
  padding: 2rem 2.5rem 2.5rem;
}

.lead-form {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.lead-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.lead-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.lead-form-field label {
  font-size: 0.58rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--soft-black);
  font-weight: 500;
}

.lead-form-optional {
  text-transform: none;
  letter-spacing: 0.04em;
  font-size: 0.65rem;
  font-weight: 400;
  color: var(--text-gray);
}

.lead-form input,
.lead-form select {
  width: 100%;
  padding: 0.88rem 1.05rem;
  background: var(--white);
  border: 1px solid rgba(28, 28, 28, 0.32);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 0.84rem;
  font-weight: 400;
  outline: none;
  transition: border-color 0.25s, box-shadow 0.25s, background-color 0.25s;
  box-shadow: 0 1px 2px rgba(14, 16, 15, 0.05);
  border-radius: 0;
  -webkit-border-radius: 0;
}

.lead-form input::placeholder {
  color: var(--mid-gray);
}

.lead-form input:hover,
.lead-form select:hover {
  border-color: rgba(28, 28, 28, 0.48);
  box-shadow: 0 2px 10px rgba(14, 16, 15, 0.07);
}

.lead-form input:focus,
.lead-form select:focus {
  border-color: var(--gold);
  box-shadow: 0 0 0 3px var(--gold-muted), 0 2px 12px rgba(14, 16, 15, 0.08);
  background: var(--off-white);
}

.lead-form select {
  /* Match input placeholder tone when showing the empty option */
  color: var(--mid-gray);
  appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
  padding-right: 2.5rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23b0ada6' stroke-width='2'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.lead-form select:has(option:checked:not([value=""])) {
  color: var(--ink);
}

.lead-form select option {
  background: var(--white);
  color: var(--ink);
}

.lead-form .lead-form-field input.lead-input-error,
.lead-form .lead-form-field select.lead-input-error {
  border-color: #8b1a1a;
  box-shadow: 0 0 0 2px rgba(139, 26, 26, 0.12);
}

.lead-form button[type="submit"] {
  padding: 1rem 2rem;
  background: var(--gold);
  color: var(--deep);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: background 0.35s, transform 0.35s;
  margin-top: 0.35rem;
}

.lead-form button[type="submit"]:hover {
  background: var(--gold-hover);
  transform: translateY(-2px);
}

.lead-form button[type="submit"]:focus-visible {
  outline: 2px solid var(--gold);
  outline-offset: 3px;
}

.lead-form-note {
  font-size: 0.74rem;
  color: var(--text-gray);
  text-align: center;
  line-height: 1.55;
  margin: 0.5rem 0 0;
  font-weight: 400;
}

.lead-success {
  text-align: center;
  padding: 1.5rem 0 0.5rem;
}

.lead-success[hidden] {
  display: none;
}

.lead-success-icon {
  width: 48px;
  height: 48px;
  border: 2px solid var(--gold);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.2rem;
}

.lead-success-icon svg {
  width: 22px;
  height: 22px;
  color: var(--gold);
}

.lead-success-title {
  font-family: var(--serif);
  font-size: 1.35rem;
  font-weight: 400;
  color: var(--ink);
  margin: 0 0 0.5rem;
}

.lead-success p {
  font-size: 0.88rem;
  color: var(--text-gray);
  font-weight: 300;
  line-height: 1.65;
  margin: 0;
}

/* ═══ CONSULTATION ═══ */
.consultation {
  background: var(--deep);
  padding: 7rem 4rem;
  text-align: center;
  position: relative;
  overflow: hidden;
}

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

.consultation .section-tag {
  color: var(--gold);
  justify-content: center;
  position: relative;
}

.consultation .section-tag::before {
  background: var(--gold);
}

.consultation h2 {
  color: #fff;
  position: relative;
}

.consultation h2 em {
  color: var(--gold-light);
}

.consultation-sub {
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.7;
  font-weight: 300;
  max-width: 460px;
  margin: 0 auto 3rem;
  position: relative;
}

.consult-card {
  max-width: 600px;
  margin: 0 auto;
  position: relative;
}

.consult-meta {
  display: flex;
  justify-content: center;
  gap: 3rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.consult-meta-group {
  text-align: center;
}

.consult-meta-label {
  font-size: 0.55rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  margin-bottom: 0.3rem;
}

.consult-meta-value {
  font-size: 0.82rem;
  color: rgba(255, 255, 255, 0.55);
  font-weight: 300;
  line-height: 1.5;
}

.consult-meta-value a {
  color: var(--gold);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.1em;
  transition: color 0.3s;
}

.consult-form {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.consult-form-field {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.consult-form-field label {
  font-size: 0.58rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.25);
  font-weight: 400;
  text-align: left;
}

.consult-form-field input,
.consult-form-field select {
  width: 100%;
  padding: 1rem 1.2rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-family: var(--sans);
  font-size: 0.82rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  outline: none;
  transition: border-color 0.3s;
}

.consult-form-field input::placeholder {
  color: rgba(255, 255, 255, 0.25);
}

.consult-form-field input:focus,
.consult-form-field select:focus {
  border-color: var(--gold);
}

.consult-form-field select {
  color: rgba(255, 255, 255, 0.25);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 0;
  cursor: pointer;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='rgba(255,255,255,0.2)' fill='none' stroke-width='1.5'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

.consult-form-field select:has(option:checked:not([value=""])) {
  color: #fff;
}

.consult-form-field select option {
  background: var(--deep);
  color: #fff;
}

.consult-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}

.consult-form button {
  padding: 1.1rem 2rem;
  background: var(--gold);
  color: var(--deep);
  font-family: var(--sans);
  font-size: 0.72rem;
  font-weight: 500;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  border: none;
  cursor: pointer;
  transition: all 0.4s;
  margin-top: 0.5rem;
}

.consult-form button:hover {
  background: var(--gold-hover);
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(184, 148, 62, 0.25);
}
/* ═══ ANIMATIONS ═══ */
@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(24px);
  }

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

@keyframes scrollPulse {
  0%,
  100% {
    opacity: 0.3;
    height: 80px;
  }

  50% {
    opacity: 0.6;
    height: 100px;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal-right {
  opacity: 0;
  transform: translateX(30px);
  transition: opacity 0.8s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.8s cubic-bezier(0.16, 1, 0.3, 1);
}

.reveal.visible,
.reveal-left.visible,
.reveal-right.visible {
  opacity: 1;
  transform: translate(0);
}

.stagger .reveal:nth-child(1) {
  transition-delay: 0s;
}

.stagger .reveal:nth-child(2) {
  transition-delay: 0.1s;
}

.stagger .reveal:nth-child(3) {
  transition-delay: 0.2s;
}

.stagger .reveal:nth-child(4) {
  transition-delay: 0.3s;
}

.stagger .reveal:nth-child(5) {
  transition-delay: 0.4s;
}

/* ═══ RESPONSIVE ═══ */
@media (max-width: 1200px) {
  .mobile-toggle {
    display: block;
  }

  nav,
  nav.scrolled {
    padding-right: 3rem;
  }

  .nav-overlay {
    display: block;
  }

  .nav-links {
    display: none;
  }

  .nav-links.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.15rem 3rem 1.15rem 3.5rem;
    border-bottom: 1px solid var(--warm-gray);
    gap: 1.15rem;
    z-index: 101;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  }

  nav.scrolled .nav-links.mobile-open {
    padding-top: 0.65rem;
  }

  .mobile-nav-header {
    display: none;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    flex-shrink: 0;
    box-sizing: border-box;
  }

  .nav-links.mobile-open .mobile-nav-header {
    display: flex;
  }

  .mobile-nav-header .nav-logo {
    border: none !important;
    padding: 0;
  }

  .mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 44px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--ink);
    transition: color 0.2s, transform 0.2s;
  }

  .mobile-close:hover {
    color: var(--gold);
  }

  .mobile-close svg {
    width: 26px;
    height: 26px;
  }

  .nav-links.mobile-open
    a:not(.nav-logo):not(.nav-cta):not(.repertoire-menu a) {
    color: var(--text-gray);
    font-size: 0.9rem;
    padding: 0.5rem 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .nav-links.mobile-open .repertoire-toggle {
    font-size: 0.9rem;
    padding: 0.5rem 0;
    color: var(--text-gray);
    justify-content: center;
    width: 100%;
  }

  .nav-links.mobile-open .repertoire-menu a {
    font-size: 0.85rem;
    padding: 1rem 1.4rem;
  }

  .nav-links.mobile-open .repertoire {
    width: 100%;
  }

  .nav-links.mobile-open .repertoire-menu {
    position: static;
    top: auto;
    right: auto;
    min-width: auto;
    width: 100%;
    transform: none;
    box-shadow: none;
    border: none;
    margin: 0.5rem 0 0.5rem 0;
    padding: 0.25rem 0 0.5rem 0;
    background: rgba(0, 0, 0, 0.04);
    display: none;
    overflow: hidden;
    text-align: center;
  }

  .nav-links.mobile-open .repertoire.open .repertoire-menu {
    display: block;
  }
}

@media (max-width: 1024px) {
  .hero {
    height: auto;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  section {
    padding: 5rem 3.5rem;
  }

  .activations {
    padding: 7rem 3.5rem !important;
  }

  .bridge {
    padding: 4rem 3.5rem 7rem;
  }

  .hero-content {
    padding: 0;
  }

  .philosophy-layout,
  .omakase-layout,
  .strategist-layout,
  .bridge-card,
  .dd-card,
  .dd-card:nth-child(even) {
    grid-template-columns: 1fr;
    direction: ltr;
  }

  .philosophy .stagger {
    margin-top: 0;
  }

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

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

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

  .why-grid {
    grid-template-columns: 1fr;
  }

  .consult-meta {
    flex-direction: column;
    gap: 1.5rem;
  }

  .lead-cta {
    padding: 3.25rem 3.5rem;
  }
}

@media (max-width: 768px) {
  .mobile-toggle {
    display: block;
  }

  .mobile-close {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 44px;
    padding: 0;
    background: none;
    border: none;
    cursor: pointer;
    color: var(--ink);
    transition: color 0.2s, transform 0.2s;
  }

  .mobile-close:hover {
    color: var(--gold);
  }

  .mobile-close svg {
    width: 26px;
    height: 26px;
  }

  .nav-links.mobile-open {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.98);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    padding: 1.15rem 3rem 1.15rem 3.5rem;
    border-bottom: 1px solid var(--warm-gray);
    gap: 1.15rem;
    z-index: 101;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.12);
  }

  .nav-links.mobile-open
    a:not(.nav-logo):not(.nav-cta):not(.repertoire-menu a) {
    color: var(--text-gray);
    font-size: 0.9rem;
    padding: 0.5rem 0;
    display: block;
    width: 100%;
    text-align: center;
  }

  .nav-links.mobile-open .nav-cta {
    border-color: var(--text-gray) !important;
    color: var(--text-gray) !important;
    text-align: center;
  }

  .activations {
    padding: 7rem 1.5rem !important;
  }

  .bridge {
    padding: 4rem 1.5rem 7rem;
  }

  .consultation {
    padding: 7rem 1.5rem;
  }
}

@media (max-width: 640px) {
  .nav-links.mobile-open {
    padding-left: 1.5rem;
    padding-right: 1rem;
    padding-top: 0.76rem;
  }

  nav.scrolled .nav-links.mobile-open {
    padding-top: 0.77rem;
  }

  nav {
    padding: 1rem 1.5rem !important;
  }

  section {
    padding: 4rem 1.5rem;
  }

  .act-grid {
    grid-template-columns: 1fr;
  }

  .dd-content,
  .omakase-card,
  .bridge-visual,
  .bridge-content,
  .why-card,
  .act-card-content {
    padding: 2rem 1.5rem;
  }

  .approach-steps {
    grid-template-columns: 1fr;
  }

  .exp-grid {
    grid-template-columns: 1fr;
  }

  .consult-form-row {
    grid-template-columns: 1fr;
  }

  footer {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
    text-align: center;
    padding: 1.5rem;
  }

  .hero-actions {
    flex-direction: column;
    align-items: flex-start;
    gap: 1rem;
  }

  .lead-cta {
    padding: 3rem 1.5rem;
  }

  .lead-form-row {
    grid-template-columns: 1fr;
  }

  .lead-modal-body {
    padding: 1.5rem;
  }

  .lead-modal-header {
    padding: 1.65rem 1.5rem 1.5rem;
  }
}
