:root {
  color-scheme: dark;
  --bg: #030405;
  --ink: #f7f7f2;
  --muted: #bdbdb8;
  --dim: #7f807b;
  --line: rgba(255, 255, 255, 0.16);
  --panel: rgba(37, 38, 35, 0.82);
  --panel-strong: rgba(18, 19, 18, 0.92);
  --red: #b20f1a;
  --red-deep: #76070e;
  --red-soft: rgba(178, 15, 26, 0.48);
  --gold: #d7a846;
  --gold-soft: rgba(215, 168, 70, 0.35);
  --silver: #d8d8d2;
  --shadow: 0 26px 80px rgba(0, 0, 0, 0.58);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  background: #000;
  color: var(--ink);
  font-family: Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  overflow-x: hidden;
}

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

body::after {
  position: fixed;
  inset: 0;
  z-index: -2;
  pointer-events: none;
  content: "";
  display: none;
  opacity: 0.13;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 220 220' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='3' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='220' height='220' filter='url(%23n)' opacity='0.65'/%3E%3C/svg%3E");
}

body.texture-fabric {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.2), #030405 54%, #020202 100%),
    url("assets/texture-black-fabric.png") center top / 980px auto repeat,
    #030405;
}

body.texture-paper {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.32), rgba(3, 4, 5, 0.92) 68%, #020202 100%),
    url("assets/texture-charcoal-paper.png") center top / 1040px auto repeat,
    #050505;
}

body.texture-warm {
  background:
    linear-gradient(180deg, rgba(3, 4, 5, 0.16), rgba(3, 4, 5, 0.84) 40%, #f0ede3 40%, #f0ede3 70%, #030405 70%),
    url("assets/texture-warm-light.png") center top / 1180px auto repeat,
    #050505;
}

body.texture-warm .content-section:nth-of-type(even),
body.texture-warm .story-section {
  color: #10100f;
}

body.texture-warm .content-section:nth-of-type(even) h2,
body.texture-warm .content-section:nth-of-type(even) p,
body.texture-warm .content-section:nth-of-type(even) li,
body.texture-warm .story-section h2,
body.texture-warm .story-section p,
body.texture-warm .story-section span {
  color: rgba(10, 10, 9, 0.82);
  text-shadow: none;
}

body.texture-warm .content-section:nth-of-type(even) .eyebrow,
body.texture-warm .story-section .eyebrow {
  color: var(--red);
}

body.texture-solid {
  background: #000;
}

body.texture-solid::before,
body.texture-solid::after {
  display: none;
}

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

.site-header {
  position: fixed;
  top: 18px;
  left: 50%;
  z-index: 20;
  display: flex;
  width: min(calc(100% - 48px), 820px);
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
}

.brand-mark {
  position: absolute;
  left: 0;
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 999px;
  background: rgba(24, 25, 23, 0.72);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  color: #fff;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.3rem;
  font-weight: 900;
  letter-spacing: 0;
  backdrop-filter: blur(16px);
}

.nav-pill {
  display: flex;
  gap: 0.18rem;
  align-items: center;
  padding: 0.42rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  background: rgba(37, 38, 35, 0.78);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.13),
    0 16px 50px rgba(0, 0, 0, 0.32);
  backdrop-filter: blur(18px);
}

.nav-pill a {
  padding: 0.62rem 1.08rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.78);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  transition: background 180ms ease, color 180ms ease;
}

.nav-pill a:hover,
.nav-pill a:focus-visible {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  outline: none;
}

.hero {
  position: relative;
  display: grid;
  min-height: 820px;
  place-items: center;
  padding: 7.5rem 1.5rem 7rem;
  isolation: isolate;
}

.hero::before {
  position: absolute;
  inset: 0;
  z-index: -3;
  content: "";
  background:
    radial-gradient(circle at 50% 24%, transparent 0 16rem, rgba(0, 0, 0, 0.42) 30rem),
    linear-gradient(90deg, rgba(0, 0, 0, 0.86), transparent 28%, transparent 72%, rgba(0, 0, 0, 0.86)),
    linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.94) 82%, #020202 100%);
}

.hero::after {
  position: absolute;
  right: 0;
  bottom: -6.5rem;
  left: 0;
  z-index: -2;
  height: 360px;
  content: "";
  background:
    radial-gradient(ellipse at 50% 42%, rgba(178, 15, 26, 0.22), rgba(178, 15, 26, 0.08) 46%, transparent 74%);
  filter: blur(28px);
  pointer-events: none;
}

.hero-media {
  position: absolute;
  top: 4.2rem;
  left: 50%;
  z-index: -1;
  width: min(520px, 44vw);
  height: min(635px, 76vh);
  transform: translateX(-50%);
  opacity: 0.98;
  filter: contrast(1.05) brightness(0.88) saturate(0.9);
  mask-image:
    linear-gradient(90deg, transparent 0%, #000 7%, #000 93%, transparent 100%),
    linear-gradient(180deg, #000 0%, #000 78%, transparent 100%);
  mask-composite: intersect;
}

.hero-media::before {
  position: absolute;
  inset: -10% -8% -18%;
  content: "";
  background: radial-gradient(closest-side, rgba(255, 255, 255, 0.26), transparent 76%);
  opacity: 0.82;
}

.hero-media::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    radial-gradient(circle at 50% 18%, transparent 0 8rem, rgba(0, 0, 0, 0.04) 15rem, rgba(0, 0, 0, 0.34) 28rem),
    linear-gradient(180deg, rgba(3, 4, 5, 0.02), transparent 46%, rgba(3, 4, 5, 0.68) 82%, #030405 100%),
    linear-gradient(90deg, #030405 0%, transparent 14%, transparent 86%, #030405 100%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 14%;
  border-radius: 0;
  box-shadow: none;
}

.hero-copy {
  width: min(100%, 1180px);
  min-height: 660px;
  margin-top: 0;
  position: relative;
  text-align: center;
}

.eyebrow {
  margin: 0 0 0.85rem;
  color: var(--silver);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(1rem, 2.6vw, 1.26rem);
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
  text-shadow: 0 2px 16px rgba(0, 0, 0, 0.52);
}

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

h1 {
  position: absolute;
  top: 7.4rem;
  left: 50%;
  width: min(100%, 1180px);
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(250px, 0.31fr) minmax(0, 1fr);
  align-items: center;
  column-gap: 0;
  margin-bottom: 0.2rem;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(5.6rem, 11.2vw, 9.9rem);
  font-weight: 900;
  line-height: 0.78;
  letter-spacing: 0;
  text-transform: uppercase;
  transform: translateX(-50%);
  text-shadow:
    0 4px 0 rgba(0, 0, 0, 0.86),
    0 18px 38px rgba(0, 0, 0, 0.64);
}

h1 .name-left {
  grid-column: 1;
  justify-self: end;
  transform: translateX(-0.08em);
}

h1 .name-right {
  grid-column: 3;
  justify-self: start;
}

.page-title {
  position: static;
  display: block;
  width: min(100%, 980px);
  margin: 0 0 1.2rem;
  font-size: clamp(4.6rem, 11vw, 9rem);
  line-height: 0.86;
  transform: none;
}

.page-intro {
  max-width: 760px;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  font-weight: 700;
  line-height: 1.55;
}

.hero-kicker {
  margin-bottom: 0.18rem;
  color: var(--silver);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.55rem, 5.9vw, 4.4rem);
  font-weight: 800;
  line-height: 0.9;
  text-transform: uppercase;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.9);
}

.hero-lower {
  position: absolute;
  top: 452px;
  left: 50%;
  width: min(100%, 760px);
  transform: translateX(-50%);
}

.hero-role {
  margin-bottom: 0.66rem;
  color: var(--gold);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2rem, 4.5vw, 3.2rem);
  font-weight: 800;
  line-height: 0.95;
  text-transform: uppercase;
  text-shadow: 0 3px 22px rgba(0, 0, 0, 0.9);
}

.hero-subtitle {
  width: min(100%, 735px);
  margin: 0 auto 1.15rem;
  color: rgba(255, 255, 255, 0.78);
  font-size: clamp(0.95rem, 1.35vw, 1.08rem);
  line-height: 1.38;
  text-shadow: 0 2px 18px rgba(0, 0, 0, 0.78);
  text-wrap: balance;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  justify-content: center;
}

.button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  font-weight: 800;
  line-height: 1;
  text-transform: uppercase;
}

.button.primary {
  padding: 0.95rem 1.4rem;
  background: linear-gradient(180deg, #cf1826 0%, var(--red) 55%, var(--red-deep) 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.24),
    0 16px 35px var(--red-soft);
  color: #fff;
}

.button.secondary {
  padding: 0.9rem 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: rgba(255, 255, 255, 0.06);
  color: rgba(255, 255, 255, 0.84);
}

h2 {
  margin-bottom: 0;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3rem, 6vw, 4.8rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.story-copy h2 {
  color: var(--gold);
  text-shadow:
    0 0 22px rgba(215, 168, 70, 0.16),
    0 8px 34px rgba(0, 0, 0, 0.62);
}

.story-section,
.content-section,
.contact-section {
  width: min(100% - 3rem, 1120px);
  margin: 0 auto;
}

.story-section {
  position: relative;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2.25rem;
  align-items: start;
  padding: 4.5rem 0 6rem;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.story-section .principle-list {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.story-section::before {
  position: absolute;
  top: -9rem;
  left: 50%;
  z-index: -1;
  width: min(1050px, 96vw);
  height: 320px;
  content: "";
  background: radial-gradient(closest-side, rgba(178, 15, 26, 0.24), rgba(178, 15, 26, 0.08) 56%, transparent 82%);
  filter: blur(30px);
  transform: translateX(-50%);
}

.story-copy p:not(.eyebrow) {
  max-width: 100%;
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  line-height: 1.75;
}

.principle-list {
  display: grid;
  gap: 0.75rem;
}

.principle-list div {
  border: 1px solid rgba(215, 168, 70, 0.34);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(215, 168, 70, 0.1), transparent 42%),
    var(--panel-strong);
  box-shadow:
    0 0 32px rgba(215, 168, 70, 0.11),
    var(--shadow);
}

.principle-list div {
  padding: 1.1rem;
}

.principle-list strong {
  display: block;
  margin-bottom: 0.35rem;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.55rem;
  text-transform: uppercase;
  color: var(--gold);
}

.principle-list span,
.contact-section p,
.section-intro,
.prose-block p,
.feature-card p,
.testimonial-card p,
.testimonial-card span,
.pricing-card p,
.pricing-card li {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.6;
}

.content-section {
  position: relative;
  padding: 5.8rem 0;
  border-top: 1px solid rgba(215, 168, 70, 0.12);
}

.content-section::before,
.contact-section::before {
  position: absolute;
  top: -8rem;
  left: 50%;
  z-index: -1;
  width: min(920px, 92vw);
  height: 260px;
  content: "";
  background: radial-gradient(closest-side, rgba(178, 15, 26, 0.24), rgba(178, 15, 26, 0.08) 56%, transparent 82%);
  filter: blur(26px);
  transform: translateX(-50%);
}

.content-section h2 {
  max-width: 880px;
  margin-bottom: 1.35rem;
}

.testimonials-section h2 {
  max-width: 830px;
  color: var(--gold);
  text-shadow:
    0 0 22px rgba(215, 168, 70, 0.16),
    0 8px 34px rgba(0, 0, 0, 0.62);
}

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

.testimonial-card {
  min-height: 250px;
  padding: 1.7rem;
  border: 1px solid rgba(215, 168, 70, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% 0%, rgba(178, 15, 26, 0.18), transparent 62%),
    linear-gradient(145deg, rgba(215, 168, 70, 0.08), transparent 42%),
    rgba(24, 25, 23, 0.94);
  box-shadow:
    0 0 44px rgba(178, 15, 26, 0.18),
    var(--shadow);
}

.testimonial-card p {
  margin-bottom: 1.25rem;
  color: rgba(255, 255, 255, 0.84);
  font-size: clamp(1.05rem, 1.5vw, 1.22rem);
  font-weight: 800;
}

.testimonial-card span {
  color: var(--gold);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  text-transform: uppercase;
}

.conversation-section .eyebrow {
  color: var(--red);
  font-size: clamp(1.05rem, 2vw, 1.3rem);
}

.conversation-section h2 {
  max-width: 760px;
  color: var(--ink);
}

.prose-block {
  max-width: 1010px;
}

.prose-block p {
  margin-bottom: 1.2rem;
  font-size: clamp(0.98rem, 1.4vw, 1.18rem);
  font-weight: 600;
}

.prose-list {
  margin: 0 0 1.4rem;
  padding: 0 0 0 1.4rem;
  color: rgba(255, 255, 255, 0.74);
  font-size: clamp(0.98rem, 1.4vw, 1.18rem);
  font-weight: 600;
  line-height: 1.8;
}

.prose-list li {
  margin-bottom: 0.4rem;
  padding-left: 0.3rem;
}

.prose-block strong,
.feature-card h3,
.pricing-card .price {
  color: var(--gold);
}

.section-intro {
  margin-bottom: 2.6rem;
  font-size: clamp(1.15rem, 2vw, 1.55rem);
  font-weight: 700;
}

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

.feature-card,
.pricing-card {
  position: relative;
  border: 1px solid rgba(215, 168, 70, 0.28);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(215, 168, 70, 0.08), transparent 42%),
    rgba(24, 25, 23, 0.94);
  box-shadow:
    inset 4px 0 0 rgba(215, 168, 70, 0.82),
    0 0 36px rgba(178, 15, 26, 0.08),
    var(--shadow);
}

.feature-card {
  min-height: 230px;
  padding: 2.3rem;
}

.feature-card h3 {
  margin-bottom: 1rem;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: clamp(1.65rem, 3vw, 2.2rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.feature-card p {
  margin-bottom: 0;
  font-size: clamp(1rem, 1.7vw, 1.18rem);
  font-weight: 700;
}

.offers-section h2 {
  max-width: 520px;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1.35rem;
  align-items: stretch;
}

.pricing-card {
  display: flex;
  min-height: 720px;
  flex-direction: column;
  padding: 2.4rem;
  border-color: rgba(178, 15, 26, 0.46);
  background:
    radial-gradient(circle at 50% -10%, rgba(178, 15, 26, 0.2), transparent 58%),
    linear-gradient(145deg, rgba(215, 168, 70, 0.06), transparent 42%),
    rgba(24, 25, 23, 0.95);
  box-shadow:
    0 0 0 1px rgba(178, 15, 26, 0.18),
    0 0 34px rgba(178, 15, 26, 0.28),
    0 0 92px rgba(178, 15, 26, 0.18),
    0 24px 90px rgba(0, 0, 0, 0.62);
}

.pricing-card.featured {
  border-color: rgba(178, 15, 26, 0.54);
  background:
    radial-gradient(circle at 50% -10%, rgba(178, 15, 26, 0.2), transparent 58%),
    linear-gradient(145deg, rgba(178, 15, 26, 0.1), transparent 42%),
    rgba(24, 25, 23, 0.96);
  box-shadow:
    0 0 0 1px rgba(178, 15, 26, 0.18),
    0 0 34px rgba(178, 15, 26, 0.28),
    0 0 92px rgba(178, 15, 26, 0.18),
    0 24px 90px rgba(0, 0, 0, 0.62);
}

.pricing-card.premium {
  border-color: rgba(178, 15, 26, 0.54);
  box-shadow:
    0 0 0 1px rgba(178, 15, 26, 0.22),
    0 0 38px rgba(178, 15, 26, 0.32),
    0 0 98px rgba(178, 15, 26, 0.2),
    0 24px 90px rgba(0, 0, 0, 0.62);
}

.badge {
  align-self: flex-start;
  margin-bottom: 1.2rem;
  padding: 0.6rem 0.8rem;
  background: var(--gold);
  color: #080808;
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.pricing-card .price {
  margin-bottom: 1rem;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(4rem, 6vw, 5.2rem);
  font-weight: 900;
  line-height: 0.85;
}

.pricing-card h3 {
  margin-bottom: 1rem;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.05rem, 3.4vw, 2.7rem);
  font-weight: 900;
  line-height: 0.98;
  text-transform: uppercase;
}

.pricing-card p {
  font-size: 1.02rem;
  font-weight: 700;
}

.pricing-card ul {
  display: grid;
  gap: 0;
  margin: 1rem 0 2rem;
  padding: 0;
  list-style: none;
}

.pricing-card li {
  padding: 0.85rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 0.98rem;
  font-weight: 700;
}

.pricing-card li::before {
  content: "->";
  margin-right: 0.7rem;
  color: var(--gold);
}

.offer-button {
  display: inline-flex;
  min-height: 58px;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  padding: 1rem;
  border-radius: 8px;
  background: var(--gold);
  color: #050505;
  font-weight: 900;
  letter-spacing: 0.12em;
  text-align: center;
  text-transform: uppercase;
}

.contact-section {
  position: relative;
  padding: 1.65rem 0 3.5rem;
  text-align: center;
}

.contact-section p {
  max-width: 640px;
  margin: 0 auto 1.4rem;
  font-size: 1.1rem;
}

.contact-section .contact-copy {
  max-width: 980px;
  font-size: clamp(1.02rem, 1.7vw, 1.22rem);
  font-weight: 700;
  text-wrap: balance;
}

.contact-actions,
.social-links {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  justify-content: center;
}

.contact-actions {
  margin-bottom: 1.6rem;
}

.social-links {
  margin: 0 auto 1.1rem;
}

.social-link {
  display: inline-flex;
  min-width: 132px;
  align-items: center;
  gap: 0.55rem;
  justify-content: center;
  padding: 0.62rem 0.95rem;
  border: 1px solid rgba(215, 168, 70, 0.28);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.045);
  color: rgba(255, 255, 255, 0.82);
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1rem;
  font-weight: 800;
  text-transform: uppercase;
}

.social-icon {
  display: inline-grid;
  width: 28px;
  height: 28px;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.32);
}

.social-icon svg {
  width: 21px;
  height: 21px;
}

.social-icon rect,
.social-icon circle {
  fill: none;
  stroke: #fff;
  stroke-width: 1.8;
}

.social-icon path {
  fill: #fff;
}

.social-link.instagram .social-icon {
  background:
    radial-gradient(circle at 28% 102%, #feda75 0 18%, #fa7e1e 34%, transparent 35%),
    radial-gradient(circle at 20% 20%, #d62976 0 35%, transparent 36%),
    linear-gradient(135deg, #515bd4 0%, #8134af 35%, #dd2a7b 68%, #f58529 100%);
}

.social-link.tiktok .social-icon {
  background:
    linear-gradient(135deg, rgba(37, 244, 238, 0.86), transparent 35%),
    linear-gradient(315deg, rgba(254, 44, 85, 0.86), transparent 35%),
    #050505;
}

.social-link.linkedin .social-icon {
  background: #0a66c2;
}

.social-link.linkedin .social-icon rect {
  fill: #0a66c2;
  stroke: #0a66c2;
}

.social-link.linkedin .social-icon path {
  fill: #fff;
}

.social-link:hover,
.social-link:focus-visible {
  border-color: rgba(178, 15, 26, 0.72);
  background: rgba(178, 15, 26, 0.18);
  color: #fff;
  outline: none;
}

.contact-section .contact-email {
  margin-bottom: 0;
  color: #050505;
  font-family: "Barlow Condensed", Inter, sans-serif;
  font-size: 1.18rem;
  font-weight: 800;
  text-transform: uppercase;
  display: inline-flex;
  padding: 0.82rem 1.1rem;
  border-radius: 8px;
  background: var(--gold);
}

.events-hero {
  padding-top: 9rem;
}

.events-section h2 {
  max-width: 640px;
}

.events-grid {
  display: grid;
  gap: 1.35rem;
}

.event-card {
  display: grid;
  grid-template-columns: 170px minmax(0, 1fr);
  gap: 2rem;
  align-items: stretch;
  padding: 2rem;
  border: 1px solid rgba(215, 168, 70, 0.3);
  border-radius: 8px;
  background:
    radial-gradient(circle at 50% -10%, rgba(178, 15, 26, 0.18), transparent 58%),
    linear-gradient(145deg, rgba(215, 168, 70, 0.08), transparent 42%),
    rgba(24, 25, 23, 0.95);
  box-shadow:
    0 0 34px rgba(178, 15, 26, 0.18),
    var(--shadow);
}

.featured-event {
  border-color: rgba(178, 15, 26, 0.52);
  box-shadow:
    0 0 0 1px rgba(178, 15, 26, 0.18),
    0 0 70px rgba(178, 15, 26, 0.2),
    var(--shadow);
}

.event-date {
  display: grid;
  min-height: 180px;
  place-items: center;
  align-content: center;
  border: 1px solid rgba(215, 168, 70, 0.36);
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.34);
  text-align: center;
}

.event-date span,
.event-date small {
  color: var(--gold);
  font-weight: 900;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.event-date strong {
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(3.2rem, 7vw, 5rem);
  font-weight: 900;
  line-height: 0.92;
  text-transform: uppercase;
}

.event-copy h3 {
  margin-bottom: 0.85rem;
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.3rem);
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
}

.event-copy p,
.event-copy li {
  color: rgba(255, 255, 255, 0.74);
  font-weight: 700;
  line-height: 1.6;
}

.event-copy ul {
  display: grid;
  gap: 0.4rem;
  margin: 1rem 0 1.4rem;
  padding: 0;
  list-style: none;
}

.event-copy li::before {
  content: "->";
  margin-right: 0.7rem;
  color: var(--gold);
}

.speaking-hero,
.social-hero {
  padding-top: 9rem;
}

.speaking-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.65fr);
  gap: 2rem;
  align-items: stretch;
}

.speaking-copy,
.social-card {
  padding: 2.2rem;
  border: 1px solid rgba(215, 168, 70, 0.28);
  border-radius: 8px;
  background:
    radial-gradient(circle at 12% 0%, rgba(178, 15, 26, 0.2), transparent 42%),
    rgba(24, 25, 23, 0.92);
  box-shadow:
    0 0 50px rgba(178, 15, 26, 0.13),
    var(--shadow);
}

.speaking-image {
  position: relative;
  min-height: 480px;
  overflow: hidden;
  border: 1px solid rgba(178, 15, 26, 0.38);
  border-radius: 8px;
  background: #050505;
  box-shadow:
    0 0 0 1px rgba(178, 15, 26, 0.16),
    0 0 76px rgba(178, 15, 26, 0.2),
    var(--shadow);
}

.speaking-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center top;
  filter: contrast(1.08) brightness(0.8) saturate(0.9);
}

.speaking-image::after {
  position: absolute;
  inset: 0;
  content: "";
  background:
    linear-gradient(180deg, transparent 42%, rgba(3, 4, 5, 0.9) 100%),
    radial-gradient(circle at 50% 25%, transparent 0 7rem, rgba(0, 0, 0, 0.32) 22rem);
}

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

.speaking-card {
  min-height: 430px;
  padding: 2rem;
  border: 1px solid rgba(215, 168, 70, 0.24);
  border-radius: 8px;
  background:
    linear-gradient(145deg, rgba(215, 168, 70, 0.07), transparent 44%),
    rgba(24, 25, 23, 0.92);
  box-shadow:
    inset 0 3px 0 rgba(178, 15, 26, 0.72),
    var(--shadow);
}

.speaking-number {
  display: block;
  margin-bottom: 1.7rem;
  color: rgba(215, 168, 70, 0.18);
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(4.8rem, 8vw, 7rem);
  font-weight: 900;
  line-height: 0.75;
}

.speaking-card h3,
.social-card h3 {
  color: #fff;
  font-family: "Barlow Condensed", Impact, sans-serif;
  font-size: clamp(2rem, 3.2vw, 2.8rem);
  font-weight: 900;
  line-height: 0.96;
  text-transform: uppercase;
}

.speaking-card p,
.speaking-copy p,
.social-card p {
  color: rgba(255, 255, 255, 0.72);
  font-weight: 700;
  line-height: 1.65;
}

.speaking-cta {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.4rem;
  align-items: center;
  margin-top: 2.2rem;
}

.speaking-cta p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-style: italic;
  font-weight: 700;
}

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

@media (max-width: 1180px) {
  .site-header {
    width: min(calc(100% - 24px), 600px);
  }

  .brand-mark {
    display: none;
  }

  .nav-pill a {
    padding: 0.56rem 0.86rem;
    font-size: 0.95rem;
  }

  .hero {
    min-height: 790px;
    padding-top: 7rem;
  }

  .hero-media {
    top: 4.6rem;
    width: min(410px, 49vw);
    height: 590px;
  }

  h1 {
    top: 7.85rem;
    grid-template-columns: minmax(0, 1fr) minmax(260px, 0.33fr) minmax(0, 1fr);
    font-size: clamp(4.8rem, 9.8vw, 7.2rem);
  }

  .hero-lower {
    top: 460px;
    width: min(100%, 690px);
  }

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

  .pricing-card.premium {
    grid-column: auto;
    min-height: auto;
  }
}

@media (max-width: 940px) {
  .story-section,
  .content-section,
  .contact-section {
    width: min(100% - 2.5rem, 1120px);
  }

  .story-section {
    padding: 3rem 0 4rem;
  }

  .content-section {
    padding: 3.9rem 0;
  }

  .contact-section {
    padding: 1.1rem 0 2.35rem;
  }

  .hero-media {
    width: min(380px, 50vw);
  }

  h1 {
    width: min(88%, 720px);
    grid-template-columns: minmax(0, 1fr) minmax(270px, 0.38fr) minmax(0, 1fr);
    font-size: clamp(4.35rem, 8.1vw, 5.4rem);
  }

  .story-section,
  .testimonial-grid,
  .framework-grid,
  .pricing-grid,
  .event-card,
  .speaking-layout,
  .speaking-topics,
  .social-grid {
    grid-template-columns: 1fr;
  }

  .story-section .principle-list {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    min-height: auto;
    padding: 1.2rem 1.4rem;
  }

  .framework-section {
    padding-bottom: 2rem;
  }

  .framework-grid {
    gap: 0.85rem;
  }

  .feature-card {
    min-height: auto;
    padding: 1.55rem;
  }

  .feature-card h3 {
    margin-bottom: 0.7rem;
  }

  .feature-card p {
    line-height: 1.45;
  }

  .pricing-card.premium {
    grid-column: auto;
  }

  .pricing-card {
    min-height: auto;
  }
}

@media (max-width: 700px) {
  .site-header {
    top: 12px;
    width: calc(100% - 20px);
  }

  .brand-mark {
    display: none;
  }

  .nav-pill {
    width: 100%;
    justify-content: flex-start;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .nav-pill::-webkit-scrollbar {
    display: none;
  }

  .nav-pill a {
    flex: 0 0 auto;
    padding: 0.56rem 0.78rem;
    font-size: 0.92rem;
  }

  .hero {
    display: flex;
    min-height: auto;
    flex-direction: column;
    padding: 5.35rem 1rem 3rem;
  }

  .hero-media {
    position: relative;
    top: auto;
    left: auto;
    z-index: 0;
    width: min(350px, 92vw);
    height: 420px;
    margin: 0 auto -1.2rem;
    transform: none;
    opacity: 0.92;
    mask-image:
      linear-gradient(90deg, transparent 0%, #000 5%, #000 95%, transparent 100%),
      linear-gradient(180deg, #000 0%, #000 82%, transparent 100%);
  }

  .hero-copy {
    min-height: auto;
  }

  h1 {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    width: min(100%, 370px);
    margin: 0 auto 0.85rem;
    font-size: clamp(4.45rem, 19vw, 5.45rem);
    line-height: 0.78;
    text-align: left;
    transform: none;
  }

  h1 span {
    display: block;
  }

  h1 .name-left,
  h1 .name-right {
    grid-column: auto;
    justify-self: auto;
  }

  h1 .name-left {
    transform: none;
  }

  h1 .name-right {
    transform: none;
  }

  .hero-kicker {
    font-size: clamp(2.35rem, 10vw, 3rem);
  }

  .hero-lower {
    position: relative;
    top: auto;
    left: auto;
    width: min(100%, 380px);
    margin: 0 auto;
    transform: none;
  }

  .hero-role {
    margin-bottom: 0.5rem;
    font-size: clamp(1.8rem, 8.8vw, 2.45rem);
  }

  .hero-subtitle {
    width: min(100%, 350px);
    margin-bottom: 0.95rem;
    font-size: 0.94rem;
    line-height: 1.32;
  }

  .hero-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .story-section,
  .content-section,
  .contact-section {
    width: min(100% - 2rem, 1120px);
  }

  .content-section {
    padding: 2.7rem 0;
  }

  h2 {
    font-size: clamp(2.85rem, 16vw, 4.2rem);
  }

  .page-title {
    font-size: clamp(4rem, 17vw, 5.8rem);
  }

  .story-section {
    padding: 2.7rem 0;
  }

  .prose-block p {
    font-size: 1.18rem;
  }

  .feature-card,
  .pricing-card {
    padding: 1.1rem;
  }

  .pricing-card .price {
    font-size: 4.3rem;
  }

  .offer-button {
    letter-spacing: 0.08em;
  }

  .events-hero {
    padding-top: 7.8rem;
  }

  .speaking-hero,
  .social-hero {
    padding-top: 7.8rem;
  }

  .event-card {
    padding: 1rem;
  }

  .speaking-copy,
  .social-card {
    padding: 1.1rem;
  }

  .speaking-image {
    min-height: 400px;
  }

  .speaking-card {
    min-height: auto;
    padding: 1.1rem;
  }

  .event-date {
    min-height: 140px;
  }
}

@media (max-width: 420px) {
  .nav-pill a {
    padding: 0.5rem 0.68rem;
    font-size: 0.86rem;
  }

  .hero {
    min-height: auto;
    padding-top: 5.25rem;
  }

  .hero-media {
    width: min(330px, 94vw);
    height: 405px;
  }

  h1 {
    font-size: clamp(4.05rem, 18.5vw, 4.95rem);
    width: min(100%, 330px);
  }

  .hero-actions {
    gap: 0.62rem;
  }
}
