:root {
  --navy-950: #030916;
  --navy-900: #071226;
  --navy-800: #0b1d3c;
  --royal: #163e92;
  --saffron: #ff9d1c;
  --gold: #ffd37a;
  --gold-deep: #c78a24;
  --ivory: #fff8e8;
  --paper: #f7f3ea;
  --ink: #111827;
  --muted: #697386;
  --glass-dark: rgba(8, 20, 43, 0.72);
  --glass-light: rgba(255, 255, 255, 0.82);
  --line-gold: rgba(255, 211, 122, 0.34);
  --line-blue: rgba(139, 176, 255, 0.18);
  --shadow-royal: 0 32px 90px rgba(3, 9, 22, 0.36);
  --shadow-soft: 0 24px 70px rgba(7, 18, 38, 0.14);
  --radius: 8px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  min-width: 320px;
  overflow-x: hidden;
  color: var(--ink);
  background:
    radial-gradient(circle at 12% 0%, rgba(255, 157, 28, 0.16), transparent 28rem),
    radial-gradient(circle at 90% 18%, rgba(22, 62, 146, 0.2), transparent 30rem),
    linear-gradient(180deg, #061022 0%, #f7f3ea 22%, #f7f3ea 100%);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.65;
}

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

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

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

.container {
  width: min(1180px, calc(100% - 36px));
  margin: 0 auto;
}

.site-header {
  position: fixed;
  z-index: 50;
  top: 16px;
  left: 50%;
  display: flex;
  width: min(1180px, calc(100% - 24px));
  min-height: 68px;
  transform: translateX(-50%);
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 12px;
  border: 1px solid rgba(255, 211, 122, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(135deg, rgba(3, 9, 22, 0.84), rgba(10, 28, 60, 0.7));
  color: #fff;
  backdrop-filter: blur(22px);
  box-shadow: 0 18px 50px rgba(3, 9, 22, 0.36);
}

.site-header::before {
  position: absolute;
  inset: 0;
  z-index: -1;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(255, 157, 28, 0.18), transparent 38%, rgba(255, 211, 122, 0.12));
  content: "";
}

.brand,
.site-header nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.brand {
  font-family: Cinzel, Georgia, serif;
  font-weight: 800;
}

.brand-mark {
  display: grid;
  width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 20%, #fff3c6, var(--saffron) 48%, #9d5b00 100%);
  color: var(--navy-950);
  box-shadow: 0 0 0 5px rgba(255, 157, 28, 0.1), 0 14px 30px rgba(255, 157, 28, 0.32);
}

.site-header nav a {
  position: relative;
  padding: 8px 10px;
  border-radius: var(--radius);
  color: rgba(255, 255, 255, 0.78);
  font-size: 0.92rem;
  font-weight: 700;
}

.site-header nav a::after {
  position: absolute;
  right: 10px;
  bottom: 5px;
  left: 10px;
  height: 2px;
  transform: scaleX(0);
  transform-origin: left;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  content: "";
  transition: transform 0.25s ease;
}

.site-header nav a:hover {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.site-header nav a:hover::after {
  transform: scaleX(1);
}

.section-band,
.section-block {
  position: relative;
  overflow: hidden;
}

section[id] {
  scroll-margin-top: 104px;
}

.hero {
  min-height: 100svh;
  padding: 128px 0 82px;
  color: #fff;
  background:
    linear-gradient(90deg, rgba(3, 9, 22, 0.96), rgba(7, 18, 38, 0.86) 46%, rgba(7, 18, 38, 0.58)),
    radial-gradient(circle at 76% 20%, rgba(255, 157, 28, 0.34), transparent 24rem),
    radial-gradient(circle at 18% 28%, rgba(22, 62, 146, 0.72), transparent 28rem),
    linear-gradient(135deg, #030916 0%, #0a1a38 58%, #421c04 125%);
  isolation: isolate;
}

.hero::before,
.hero::after {
  position: absolute;
  pointer-events: none;
  content: "";
}

.hero::before {
  inset: 0;
  z-index: -2;
  background:
    linear-gradient(115deg, transparent 0 42%, rgba(255, 157, 28, 0.12) 42% 43%, transparent 43% 100%),
    radial-gradient(circle at 50% 100%, rgba(255, 211, 122, 0.12), transparent 34rem);
}

.hero::after {
  right: -13vw;
  bottom: -16vw;
  z-index: -1;
  width: 52vw;
  height: 52vw;
  min-width: 440px;
  min-height: 440px;
  border: 1px solid rgba(255, 211, 122, 0.18);
  border-radius: 50%;
  box-shadow: inset 0 0 80px rgba(255, 157, 28, 0.08), 0 0 90px rgba(255, 157, 28, 0.1);
}

.hero-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.02fr) minmax(330px, 0.72fr);
  gap: clamp(34px, 5vw, 64px);
  align-items: center;
}

.eyebrow {
  display: inline-flex;
  width: fit-content;
  margin: 0 0 16px;
  align-items: center;
  gap: 10px;
  color: var(--gold);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.eyebrow::before {
  display: inline-block;
  width: 34px;
  height: 2px;
  background: linear-gradient(90deg, var(--saffron), var(--gold));
  content: "";
}

.section-heading.centered .eyebrow {
  margin-right: auto;
  margin-left: auto;
}

.hero h1,
.hero h2,
.section-heading h2,
.connect-panel h2,
.seo-copy h2,
.insta-card h2 {
  margin: 0;
  line-height: 1.02;
}

.hero h1,
.section-heading h2,
.connect-panel h2,
.seo-copy h2,
.insta-card h2 {
  font-family: Cinzel, Georgia, serif;
}

.hero h1 {
  max-width: 840px;
  background: linear-gradient(100deg, #fff 0%, #fff0c6 36%, var(--saffron) 72%, #fff 100%);
  background-size: 180% auto;
  color: transparent;
  font-size: clamp(3.45rem, 7.7vw, 7rem);
  font-weight: 900;
  text-shadow: 0 0 38px rgba(255, 211, 122, 0.14);
  -webkit-background-clip: text;
  background-clip: text;
  animation: textShine 9s ease-in-out infinite;
}

.hero h2 {
  margin-top: 14px;
  color: #ffe4a7;
  font-size: clamp(1.32rem, 2.8vw, 2.55rem);
  font-weight: 900;
}

.hero-text {
  max-width: 680px;
  margin: 26px 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.02rem, 1.55vw, 1.2rem);
}

.hero-actions,
.connect-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 32px;
}

.btn {
  position: relative;
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid transparent;
  border-radius: var(--radius);
  padding: 13px 22px;
  font-weight: 900;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.btn::before {
  position: absolute;
  inset: 0;
  transform: translateX(-105%);
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.34), transparent);
  content: "";
  transition: transform 0.6s ease;
}

.btn:hover {
  transform: translateY(-3px);
}

.btn:hover::before {
  transform: translateX(105%);
}

.btn.primary {
  background: linear-gradient(135deg, var(--saffron), var(--gold) 52%, #fff0bd);
  color: var(--navy-950);
  box-shadow: 0 18px 42px rgba(255, 157, 28, 0.34), 0 0 0 1px rgba(255, 255, 255, 0.18) inset;
}

.btn.secondary {
  border-color: rgba(255, 211, 122, 0.38);
  background: rgba(255, 255, 255, 0.08);
  color: inherit;
  box-shadow: 0 18px 40px rgba(3, 9, 22, 0.18);
  backdrop-filter: blur(18px);
}

.hero-stats {
  display: grid;
  max-width: 700px;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 36px;
}

.hero-stats span {
  position: relative;
  min-height: 96px;
  overflow: hidden;
  padding: 16px;
  border: 1px solid rgba(255, 211, 122, 0.22);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.05));
  color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 22px 48px rgba(3, 9, 22, 0.16);
  backdrop-filter: blur(16px);
}

.hero-stats span::after {
  position: absolute;
  inset: auto 14px 0;
  height: 3px;
  background: linear-gradient(90deg, var(--saffron), transparent);
  content: "";
}

.hero-stats strong {
  display: block;
  color: #fff;
  font-size: 1.12rem;
}

.hero-portrait {
  position: relative;
  margin: 0;
  animation: float 6s ease-in-out infinite;
}

.portrait-halo {
  position: absolute;
  inset: -18px;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 211, 122, 0.38), transparent 16rem),
    linear-gradient(135deg, rgba(255, 157, 28, 0.34), rgba(22, 62, 146, 0.16));
  filter: blur(8px);
  opacity: 0.72;
}

.hero-portrait img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-height: 720px;
  border: 1px solid rgba(255, 211, 122, 0.4);
  border-radius: var(--radius);
  object-fit: contain;
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.04));
  box-shadow: var(--shadow-royal), 0 0 42px rgba(255, 157, 28, 0.14);
  backdrop-filter: blur(10px);
}

.hero-portrait figcaption,
.floating-card {
  position: absolute;
  z-index: 2;
  border: 1px solid rgba(255, 211, 122, 0.32);
  border-radius: var(--radius);
  background: rgba(3, 9, 22, 0.72);
  color: #fff;
  font-weight: 900;
  backdrop-filter: blur(18px);
  box-shadow: 0 18px 44px rgba(3, 9, 22, 0.26);
}

.hero-portrait figcaption {
  right: 18px;
  bottom: 18px;
  padding: 10px 14px;
}

.floating-card {
  padding: 12px 14px;
  color: var(--gold);
  animation: softPulse 4.5s ease-in-out infinite;
}

.card-top {
  top: 34px;
  left: -28px;
}

.card-bottom {
  right: -22px;
  bottom: 92px;
  animation-delay: 1.1s;
}

.particle {
  position: absolute;
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: rgba(255, 211, 122, 0.8);
  box-shadow: 0 0 22px rgba(255, 157, 28, 0.8);
  animation: drift 9s ease-in-out infinite;
}

.p1 { top: 22%; left: 9%; }
.p2 { top: 64%; left: 47%; animation-delay: 1.3s; }
.p3 { top: 30%; right: 13%; animation-delay: 2.2s; }

.section-block {
  padding: 104px 0;
}

.section-block::before {
  position: absolute;
  top: 0;
  left: 50%;
  width: min(920px, 72vw);
  height: 1px;
  transform: translateX(-50%);
  background: linear-gradient(90deg, transparent, rgba(255, 157, 28, 0.44), transparent);
  content: "";
}

.two-column {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: clamp(28px, 5vw, 58px);
  align-items: center;
}

.section-heading h2,
.connect-panel h2,
.seo-copy h2,
.insta-card h2 {
  color: var(--navy-900);
  font-size: clamp(2.05rem, 4.2vw, 3.65rem);
  font-weight: 900;
}

.section-heading.centered {
  max-width: 800px;
  margin: 0 auto 48px;
  text-align: center;
}

.about-layout {
  align-items: stretch;
}

.about-image {
  position: relative;
  margin: 28px 0 0;
  overflow: hidden;
  border: 1px solid rgba(255, 211, 122, 0.28);
  border-radius: var(--radius);
  background: var(--navy-900);
  box-shadow: var(--shadow-soft);
}

.about-image::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, transparent 54%, rgba(3, 9, 22, 0.48));
  content: "";
}

.about-image img {
  width: 100%;
  height: 420px;
  object-fit: contain;
  background: linear-gradient(145deg, #071226, #112b5a);
}

.about-panel,
.identity-card,
.timeline-card,
.insta-card,
.seo-copy,
.connect-panel {
  border: 1px solid rgba(255, 211, 122, 0.2);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.86), rgba(255, 255, 255, 0.66));
  box-shadow: var(--shadow-soft);
  backdrop-filter: blur(20px);
}

.about-panel {
  position: relative;
  overflow: hidden;
  padding: clamp(26px, 4.5vw, 48px);
  color: var(--muted);
  font-size: 1.1rem;
}

.about-panel::before {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 100% 0%, rgba(255, 157, 28, 0.18), transparent 16rem),
    linear-gradient(90deg, rgba(22, 62, 146, 0.08), transparent);
  content: "";
  pointer-events: none;
}

.about-panel p,
.about-highlights {
  position: relative;
}

.about-panel p:first-child::first-letter {
  color: var(--saffron);
  font-family: Cinzel, Georgia, serif;
  font-size: 3.6rem;
  font-weight: 900;
  line-height: 0.85;
}

.about-highlights {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 28px;
}

.about-highlights span {
  border: 1px solid rgba(255, 157, 28, 0.28);
  border-radius: 999px;
  padding: 9px 12px;
  background: rgba(255, 157, 28, 0.1);
  color: var(--navy-900);
  font-size: 0.9rem;
  font-weight: 900;
}

.identity-section,
.instagram-section {
  background:
    radial-gradient(circle at 8% 18%, rgba(255, 157, 28, 0.18), transparent 24rem),
    radial-gradient(circle at 92% 4%, rgba(22, 62, 146, 0.18), transparent 26rem),
    linear-gradient(180deg, #fffaf0 0%, #eef3ff 100%);
}

.identity-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}

.identity-card {
  position: relative;
  min-height: 268px;
  overflow: hidden;
  padding: 26px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.identity-card::before {
  position: absolute;
  inset: 0;
  opacity: 0;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 211, 122, 0.32), transparent 12rem),
    linear-gradient(145deg, rgba(7, 18, 38, 0.92), rgba(13, 37, 78, 0.86));
  content: "";
  transition: opacity 0.3s ease;
}

.identity-card > * {
  position: relative;
  z-index: 1;
}

.identity-card:hover {
  transform: translateY(-10px);
  border-color: rgba(255, 211, 122, 0.48);
  box-shadow: 0 34px 82px rgba(7, 18, 38, 0.24), 0 0 0 1px rgba(255, 211, 122, 0.12) inset;
}

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

.identity-card:hover h3,
.identity-card:hover p {
  color: #fff;
}

.icon {
  display: grid;
  width: 58px;
  height: 58px;
  place-items: center;
  border: 1px solid rgba(255, 211, 122, 0.38);
  border-radius: 50%;
  background: radial-gradient(circle at 35% 24%, #fff1bf, var(--saffron) 46%, #904d00);
  color: var(--navy-950);
  font-size: 1.55rem;
  font-weight: 900;
  box-shadow: 0 16px 34px rgba(255, 157, 28, 0.26);
}

.identity-card h3,
.timeline-card h3 {
  margin: 24px 0 8px;
  color: var(--navy-900);
}

.identity-card p,
.timeline-card p,
.connect-panel p,
.seo-copy p,
.insta-card p {
  color: var(--muted);
}

.gallery-section {
  background:
    linear-gradient(180deg, #071226 0%, #0b1d3c 48%, #071226 100%);
  color: #fff;
}

.gallery-section .section-heading h2 {
  color: #fff;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-flow: dense;
  gap: 18px;
}

.gallery-item {
  position: relative;
  grid-column: span 4;
  margin: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 211, 122, 0.26);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
  box-shadow: 0 26px 70px rgba(0, 0, 0, 0.24);
}

.gallery-item:nth-child(2),
.gallery-item:nth-child(4) {
  grid-row: span 2;
}

.gallery-item button {
  position: relative;
  display: grid;
  width: 100%;
  height: 390px;
  place-items: center;
  overflow: hidden;
  border: 0;
  background:
    radial-gradient(circle at 50% 12%, rgba(255, 211, 122, 0.16), transparent 15rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.07), rgba(255, 255, 255, 0.02));
  cursor: zoom-in;
}

.gallery-item:nth-child(2) button,
.gallery-item:nth-child(4) button {
  height: 520px;
}

.gallery-item img {
  width: 100%;
  height: 100%;
  padding: 14px;
  object-fit: contain;
  transition: transform 0.4s ease, filter 0.4s ease;
}

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

.gallery-overlay {
  position: absolute;
  inset: 14px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 211, 122, 0.4);
  border-radius: var(--radius);
  background: rgba(3, 9, 22, 0.56);
  color: #fff;
  font-weight: 900;
  opacity: 0;
  backdrop-filter: blur(3px);
  transition: opacity 0.3s ease;
}

.gallery-item:hover .gallery-overlay {
  opacity: 1;
}

.gallery-item figcaption {
  min-height: 62px;
  padding: 15px 17px;
  color: #fff1bf;
  font-weight: 900;
}

.recognition-section {
  background:
    radial-gradient(circle at 92% 12%, rgba(255, 157, 28, 0.18), transparent 28rem),
    linear-gradient(180deg, #f8f4eb 0%, #fff 100%);
}

.timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 16px;
  margin-top: 42px;
}

.timeline::before {
  position: absolute;
  top: 40px;
  right: 7%;
  left: 7%;
  height: 3px;
  background: linear-gradient(90deg, var(--saffron), var(--royal), var(--saffron));
  content: "";
}

.timeline-card {
  position: relative;
  min-height: 260px;
  overflow: hidden;
  padding: 24px;
  transition: transform 0.28s ease, box-shadow 0.28s ease;
}

.timeline-card::before {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 85% 14%, rgba(255, 157, 28, 0.18), transparent 12rem);
  content: "";
}

.timeline-card > * {
  position: relative;
  z-index: 1;
}

.timeline-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 76px rgba(7, 18, 38, 0.18);
}

.timeline-card span {
  color: var(--gold-deep);
  font-size: 0.82rem;
  font-weight: 900;
}

.timeline-card i {
  display: grid;
  width: 54px;
  height: 54px;
  margin-top: 14px;
  place-items: center;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--navy-900), var(--royal));
  color: var(--gold);
  font-style: normal;
  font-weight: 900;
  box-shadow: 0 14px 32px rgba(7, 18, 38, 0.2);
}

.instagram-grid {
  display: grid;
  grid-template-columns: 1.08fr 0.92fr;
  gap: 24px;
  align-items: stretch;
}

.insta-card {
  position: relative;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 26px;
  align-items: center;
  overflow: hidden;
  padding: 24px;
}

.insta-card::before {
  position: absolute;
  inset: 0;
  padding: 2px;
  border-radius: inherit;
  background: linear-gradient(135deg, #feda75, #fa7e1e, #d62976, #962fbf, #4f5bd5);
  content: "";
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask-composite: exclude;
}

.insta-card img {
  position: relative;
  z-index: 1;
  width: 220px;
  height: 290px;
  border-radius: var(--radius);
  object-fit: contain;
  background: linear-gradient(145deg, #071226, #fffaf0);
}

.insta-card > div {
  position: relative;
  z-index: 1;
}

.insta-card p:not(.eyebrow) {
  color: var(--navy-900);
  font-size: 1.1rem;
  font-weight: 900;
}

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

.insta-strip img {
  width: 100%;
  height: 100%;
  min-height: 338px;
  border: 1px solid rgba(255, 211, 122, 0.22);
  border-radius: var(--radius);
  object-fit: contain;
  background: linear-gradient(145deg, #071226, #fff);
  box-shadow: var(--shadow-soft);
  transition: transform 0.28s ease;
}

.insta-strip img:hover {
  transform: translateY(-8px) rotate(1deg);
}

.seo-section {
  padding: 76px 0;
  background: #fffaf0;
}

.seo-copy,
.connect-panel {
  padding: clamp(26px, 4.6vw, 50px);
}

.seo-copy {
  position: relative;
  overflow: hidden;
}

.seo-copy::after {
  position: absolute;
  right: -80px;
  bottom: -80px;
  width: 220px;
  height: 220px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 157, 28, 0.16), transparent 70%);
  content: "";
}

.connect-section {
  background:
    radial-gradient(circle at 15% 18%, rgba(255, 157, 28, 0.28), transparent 28rem),
    radial-gradient(circle at 84% 24%, rgba(22, 62, 146, 0.34), transparent 30rem),
    linear-gradient(135deg, #030916, #0a1a38 58%, #241002);
}

.connect-panel {
  position: relative;
  max-width: 920px;
  margin: 0 auto;
  overflow: hidden;
  border-color: rgba(255, 211, 122, 0.32);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.05));
  color: #fff;
  text-align: center;
  box-shadow: var(--shadow-royal);
}

.connect-panel::before {
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(255, 157, 28, 0.18), transparent 42%, rgba(255, 211, 122, 0.12));
  content: "";
}

.connect-panel > * {
  position: relative;
  z-index: 1;
}

.connect-panel h2 {
  color: #fff;
}

.connect-panel p {
  color: rgba(255, 255, 255, 0.78);
}

.contact-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 28px;
}

.contact-cards span {
  min-height: 78px;
  display: grid;
  place-items: center;
  border: 1px solid rgba(255, 211, 122, 0.24);
  border-radius: var(--radius);
  background: rgba(255, 255, 255, 0.08);
  color: #fff1bf;
  font-weight: 900;
}

.connect-actions {
  justify-content: center;
}

.site-footer {
  padding: 30px 16px;
  background: #020712;
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
}

.lightbox {
  position: fixed;
  z-index: 100;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(3, 9, 22, 0.9);
  backdrop-filter: blur(12px);
}

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

.lightbox img {
  max-width: min(960px, 92vw);
  max-height: 86vh;
  border: 1px solid rgba(255, 211, 122, 0.32);
  border-radius: var(--radius);
  object-fit: contain;
  background: #fff;
  box-shadow: 0 32px 100px rgba(0, 0, 0, 0.56);
}

.lightbox-close {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 211, 122, 0.34);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  cursor: pointer;
  font-size: 2rem;
}

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

.reveal.in-view {
  transform: translateY(0);
  opacity: 1;
}

.delay-1 { transition-delay: 0.12s; }
.delay-2 { transition-delay: 0.22s; }
.delay-3 { transition-delay: 0.32s; }

@keyframes float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-16px); }
}

@keyframes drift {
  0%, 100% { transform: translate3d(0, 0, 0); opacity: 0.45; }
  50% { transform: translate3d(22px, -26px, 0); opacity: 1; }
}

@keyframes textShine {
  0%, 100% { background-position: 0% center; }
  50% { background-position: 100% center; }
}

@keyframes softPulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 18px 44px rgba(3, 9, 22, 0.26); }
  50% { transform: translateY(-8px); box-shadow: 0 22px 54px rgba(255, 157, 28, 0.2); }
}

@media (max-width: 1040px) {
  .site-header {
    position: absolute;
    top: 10px;
    flex-wrap: wrap;
  }

  .site-header nav {
    width: 100%;
    justify-content: space-between;
  }

  .site-header nav a {
    padding: 7px 6px;
    font-size: 0.84rem;
  }

  .hero-grid,
  .two-column,
  .instagram-grid {
    grid-template-columns: 1fr;
  }

  .hero {
    padding-top: 152px;
  }

  .hero-portrait {
    max-width: 500px;
    margin: 0 auto;
  }

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

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

  .timeline::before {
    display: none;
  }

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(4) {
    grid-column: span 6;
    grid-row: auto;
  }
}

@media (max-width: 680px) {
  .container {
    width: min(100% - 24px, 1180px);
  }

  .site-header {
    min-height: 0;
    padding: 9px;
  }

  .brand {
    gap: 9px;
  }

  .brand span:last-child {
    max-width: 132px;
    line-height: 1.1;
  }

  .brand-mark {
    width: 40px;
    height: 40px;
  }

  .hero {
    min-height: auto;
    padding: 150px 0 64px;
  }

  .hero h1 {
    font-size: clamp(2.72rem, 16vw, 4.45rem);
  }

  .hero h2 {
    font-size: 1.28rem;
  }

  .hero-text {
    font-size: 1rem;
  }

  .hero-stats,
  .identity-grid,
  .timeline,
  .insta-card,
  .insta-strip,
  .contact-cards {
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    min-height: 82px;
  }

  .floating-card {
    display: none;
  }

  .hero-portrait img {
    max-height: 560px;
  }

  .section-block {
    padding: 76px 0;
  }

  .section-heading.centered {
    margin-bottom: 34px;
  }

  .about-image img {
    height: 340px;
  }

  .gallery-grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .gallery-item,
  .gallery-item:nth-child(2),
  .gallery-item:nth-child(4) {
    grid-column: auto;
  }

  .gallery-item button,
  .gallery-item:nth-child(2) button,
  .gallery-item:nth-child(4) button {
    height: 370px;
  }

  .insta-card img {
    width: 100%;
    height: 360px;
  }

  .insta-strip img {
    min-height: 280px;
  }

  .btn {
    width: 100%;
  }

  .connect-actions {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .container {
    width: min(100% - 18px, 1180px);
  }

  .site-header nav a {
    font-size: 0.78rem;
  }

  .hero {
    padding-top: 146px;
  }

  .hero h1 {
    font-size: 2.58rem;
  }

  .gallery-item button,
  .gallery-item:nth-child(2) button,
  .gallery-item:nth-child(4) button {
    height: 330px;
  }
}

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

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

/* World-class premium refinement layer */
body {
  background:
    radial-gradient(circle at 14% 8%, rgba(255, 157, 28, 0.2), transparent 24rem),
    radial-gradient(circle at 86% 0%, rgba(48, 99, 205, 0.22), transparent 28rem),
    linear-gradient(180deg, #020712 0%, #071226 38%, #050b18 100%);
}

body::after {
  position: fixed;
  inset: 0;
  z-index: -1;
  pointer-events: none;
  background:
    radial-gradient(circle at 50% 20%, transparent 0 14%, rgba(255, 211, 122, 0.045) 14.2% 14.4%, transparent 14.6%),
    linear-gradient(115deg, transparent 0 62%, rgba(255, 157, 28, 0.055) 62% 62.4%, transparent 62.8%),
    linear-gradient(245deg, transparent 0 58%, rgba(255, 255, 255, 0.035) 58% 58.3%, transparent 58.7%);
  content: "";
}

.site-header {
  border-color: rgba(255, 211, 122, 0.3);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
    rgba(2, 7, 18, 0.82);
  box-shadow: 0 22px 70px rgba(0, 0, 0, 0.42), 0 0 0 1px rgba(255, 255, 255, 0.05) inset;
}

.hero {
  display: grid;
  align-items: center;
  min-height: 100svh;
  background:
    radial-gradient(circle at 74% 26%, rgba(255, 157, 28, 0.44), transparent 20rem),
    radial-gradient(circle at 72% 62%, rgba(255, 255, 255, 0.08), transparent 18rem),
    radial-gradient(circle at 18% 10%, rgba(48, 99, 205, 0.52), transparent 30rem),
    linear-gradient(130deg, #020712 0%, #071226 46%, #0c1f42 74%, #361703 132%);
}

.hero::before {
  background:
    linear-gradient(115deg, transparent 0 38%, rgba(255, 211, 122, 0.08) 38% 38.5%, transparent 39% 100%),
    linear-gradient(65deg, transparent 0 58%, rgba(255, 255, 255, 0.045) 58% 58.3%, transparent 58.7% 100%),
    radial-gradient(circle at 50% 92%, rgba(255, 157, 28, 0.16), transparent 34rem);
  animation: ambientSweep 12s ease-in-out infinite;
}

.hero-copy {
  position: relative;
  padding: clamp(22px, 4vw, 42px);
  border: 1px solid rgba(255, 211, 122, 0.14);
  border-radius: var(--radius);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.075), rgba(255, 255, 255, 0.02));
  box-shadow: 0 34px 100px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(16px);
}

.hero-copy::before {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 8% 8%, rgba(255, 211, 122, 0.16), transparent 16rem),
    linear-gradient(90deg, rgba(255, 157, 28, 0.1), transparent 46%);
  content: "";
  pointer-events: none;
}

.hero-copy > * {
  position: relative;
  z-index: 1;
}

.hero h1 {
  letter-spacing: 0;
  filter: drop-shadow(0 22px 28px rgba(0, 0, 0, 0.28));
}

.hero h2 {
  width: fit-content;
  border-bottom: 1px solid rgba(255, 211, 122, 0.28);
  padding-bottom: 10px;
}

.hero-text {
  color: rgba(255, 255, 255, 0.9);
}

.btn.primary {
  box-shadow:
    0 18px 42px rgba(255, 157, 28, 0.38),
    0 0 28px rgba(255, 211, 122, 0.18),
    0 0 0 1px rgba(255, 255, 255, 0.22) inset;
}

.btn.secondary {
  border-color: rgba(255, 211, 122, 0.46);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04));
}

.hero-portrait {
  padding: 14px;
  border: 1px solid rgba(255, 211, 122, 0.2);
  border-radius: var(--radius);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 34px 120px rgba(0, 0, 0, 0.38);
  backdrop-filter: blur(16px);
}

.hero-portrait::before {
  position: absolute;
  inset: 8px;
  border: 1px solid rgba(255, 211, 122, 0.18);
  border-radius: var(--radius);
  content: "";
  pointer-events: none;
  z-index: 2;
}

.hero-portrait img {
  max-height: min(72vh, 760px);
  background:
    radial-gradient(circle at 50% 10%, rgba(255, 211, 122, 0.18), transparent 16rem),
    linear-gradient(160deg, #08152d, #020712);
}

.section-block {
  background:
    radial-gradient(circle at 8% 12%, rgba(255, 157, 28, 0.12), transparent 24rem),
    radial-gradient(circle at 90% 18%, rgba(48, 99, 205, 0.12), transparent 24rem),
    linear-gradient(180deg, #071226 0%, #091a36 100%);
  color: #fff;
}

.section-heading h2,
.connect-panel h2,
.seo-copy h2,
.insta-card h2 {
  color: #fff4cf;
  text-shadow: 0 18px 44px rgba(0, 0, 0, 0.28);
}

.about-panel,
.identity-card,
.timeline-card,
.insta-card,
.seo-copy,
.connect-panel {
  border-color: rgba(255, 211, 122, 0.22);
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055)),
    rgba(7, 18, 38, 0.72);
  color: #fff;
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.3);
}

.about-panel p,
.identity-card p,
.timeline-card p,
.seo-copy p,
.insta-card p,
.connect-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.about-panel p:first-child::first-letter {
  text-shadow: 0 0 28px rgba(255, 157, 28, 0.35);
}

.about-highlights span,
.contact-cards span {
  border-color: rgba(255, 211, 122, 0.34);
  background: linear-gradient(135deg, rgba(255, 157, 28, 0.16), rgba(255, 255, 255, 0.06));
  color: #fff4cf;
}

.about-image {
  box-shadow: 0 30px 90px rgba(0, 0, 0, 0.32), 0 0 0 1px rgba(255, 211, 122, 0.08) inset;
}

.identity-section,
.instagram-section,
.recognition-section,
.seo-section {
  background:
    radial-gradient(circle at 12% 12%, rgba(255, 157, 28, 0.12), transparent 25rem),
    radial-gradient(circle at 86% 8%, rgba(48, 99, 205, 0.14), transparent 28rem),
    linear-gradient(180deg, #071226 0%, #050b18 100%);
}

.identity-card {
  min-height: 290px;
}

.identity-card::after,
.timeline-card::after,
.insta-card::after,
.seo-copy::before,
.connect-panel::after {
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(120deg, rgba(255, 211, 122, 0.16), transparent 36%, rgba(255, 255, 255, 0.08));
  content: "";
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.identity-card:hover::after,
.timeline-card:hover::after,
.insta-card:hover::after,
.seo-copy:hover::before,
.connect-panel:hover::after {
  opacity: 1;
}

.identity-card h3,
.timeline-card h3 {
  color: #fff4cf;
}

.gallery-section {
  background:
    radial-gradient(circle at 52% 0%, rgba(255, 157, 28, 0.16), transparent 30rem),
    linear-gradient(180deg, #020712 0%, #08152d 48%, #020712 100%);
}

.gallery-grid {
  align-items: start;
}

.gallery-item {
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.035)),
    rgba(255, 255, 255, 0.02);
  box-shadow: 0 32px 95px rgba(0, 0, 0, 0.42);
}

.gallery-item button {
  background:
    radial-gradient(circle at 50% 8%, rgba(255, 211, 122, 0.2), transparent 16rem),
    linear-gradient(145deg, #08152d, #020712);
}

.gallery-item figcaption {
  background: rgba(2, 7, 18, 0.68);
}

.timeline-card {
  min-height: 278px;
}

.timeline-card span {
  color: var(--gold);
}

.insta-card p:not(.eyebrow) {
  color: #fff4cf;
}

.connect-section {
  background:
    radial-gradient(circle at 50% 0%, rgba(255, 157, 28, 0.24), transparent 30rem),
    radial-gradient(circle at 18% 35%, rgba(48, 99, 205, 0.2), transparent 25rem),
    linear-gradient(135deg, #020712, #071226 52%, #241002);
}

.connect-actions .btn {
  min-width: min(100%, 320px);
}

@keyframes ambientSweep {
  0%, 100% { opacity: 0.74; transform: translate3d(0, 0, 0); }
  50% { opacity: 1; transform: translate3d(0, -10px, 0); }
}

@media (min-width: 1041px) {
  .hero-grid {
    grid-template-columns: minmax(0, 0.95fr) minmax(360px, 0.68fr);
  }
}

@media (max-width: 680px) {
  .site-header {
    top: 8px;
    width: calc(100% - 18px);
    gap: 8px;
    padding: 8px;
    background:
      linear-gradient(145deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.04)),
      rgba(2, 7, 18, 0.76);
  }

  .site-header nav {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 4px;
  }

  .site-header nav a {
    min-height: 34px;
    display: grid;
    place-items: center;
    padding: 5px 4px;
    border: 1px solid rgba(255, 211, 122, 0.12);
    background: rgba(255, 255, 255, 0.045);
    font-size: 0.76rem;
  }

  .hero {
    min-height: 100svh;
    padding-top: 126px;
    padding-bottom: 36px;
  }

  .hero-grid {
    position: relative;
    gap: 20px;
  }

  .hero-copy {
    padding: 18px;
  }

  .eyebrow {
    font-size: 0.66rem;
    line-height: 1.35;
  }

  .eyebrow::before {
    width: 24px;
  }

  .hero h1 {
    max-width: 100%;
    font-size: clamp(2.28rem, 12.4vw, 3.5rem);
    line-height: 1.01;
  }

  .hero h2 {
    margin-top: 10px;
    padding-bottom: 8px;
    font-size: 1.1rem;
  }

  .hero-text {
    margin-top: 16px;
    font-size: 0.95rem;
    line-height: 1.58;
  }

  .hero-actions {
    margin-top: 20px;
    gap: 10px;
  }

  .btn {
    min-height: 48px;
  }

  .hero-stats {
    grid-template-columns: repeat(3, 1fr);
    gap: 8px;
    margin-top: 16px;
  }

  .hero-stats span {
    min-height: 74px;
    padding: 10px 8px;
    font-size: 0.74rem;
  }

  .hero-stats strong {
    font-size: 0.82rem;
  }

  .hero-portrait {
    position: relative;
    top: auto;
    right: auto;
    z-index: 1;
    width: min(86vw, 340px);
    margin: -4px auto 0;
    padding: 9px;
    animation: float 6s ease-in-out infinite;
  }

  .hero-portrait img {
    max-height: 430px;
    min-height: 0;
  }

  .hero-portrait figcaption {
    right: 10px;
    bottom: 10px;
    padding: 7px 9px;
    font-size: 0.78rem;
  }

  .section-block {
    padding: 72px 0;
  }

  .about-panel,
  .identity-card,
  .timeline-card,
  .insta-card,
  .seo-copy,
  .connect-panel {
    box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
  }

  .gallery-item button,
  .gallery-item:nth-child(2) button,
  .gallery-item:nth-child(4) button {
    height: 355px;
  }
}

@media (max-width: 420px) {
  .brand span:last-child {
    max-width: 124px;
    font-size: 0.88rem;
  }

  .hero {
    padding-top: 124px;
  }

  .hero h1 {
    font-size: 2.28rem;
  }

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

  .hero-stats span {
    min-height: 64px;
    font-size: 0.66rem;
  }

  .hero-stats strong {
    font-size: 0.72rem;
  }

  .hero-portrait {
    right: auto;
    width: min(88vw, 310px);
  }

  .hero-portrait img {
    max-height: 400px;
    min-height: 0;
  }
}
