:root {
  --purple-950: #190033;
  --purple-900: #26004d;
  --purple-800: #3a066b;
  --purple-650: #6d13c8;
  --purple-500: #9b35ff;
  --violet-soft: #eadbff;
  --green: #13a34a;
  --gold: #f5b84b;
  --ink: #1d1727;
  --muted: #6e617d;
  --paper: #fffafd;
  --line: rgba(255, 255, 255, 0.2);
  --shadow: 0 24px 70px rgba(36, 0, 72, 0.22);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, Arial, Helvetica, sans-serif;
  color: var(--ink);
  background:
    radial-gradient(circle at 8% 12%, rgba(155, 53, 255, 0.22), transparent 28rem),
    radial-gradient(circle at 88% 4%, rgba(19, 163, 74, 0.12), transparent 22rem),
    linear-gradient(180deg, #fff 0%, var(--paper) 46%, #f7efff 100%);
}

body.menu-open {
  overflow: hidden;
}

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

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

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

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1rem clamp(1rem, 4vw, 3.5rem);
  color: #fff;
  transition: background 0.25s ease, box-shadow 0.25s ease, padding 0.25s ease;
}

.site-header.is-scrolled {
  background: rgba(25, 0, 51, 0.92);
  box-shadow: 0 14px 40px rgba(25, 0, 51, 0.22);
  backdrop-filter: blur(16px);
  padding-block: 0.72rem;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-width: max-content;
}

.brand-mark {
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border: 2px solid rgba(255, 255, 255, 0.76);
  border-radius: 50%;
  background: linear-gradient(145deg, var(--purple-500), var(--green));
  font-weight: 800;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand small {
  margin-top: 0.2rem;
  opacity: 0.8;
  font-size: 0.76rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.35rem;
  border: 1px solid var(--line);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(14px);
}

.site-nav a {
  padding: 0.72rem 0.92rem;
  border-radius: 999px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.92rem;
  font-weight: 700;
  transition: background 0.2s ease, color 0.2s ease;
}

.site-nav a:hover,
.site-nav a.is-active {
  background: #fff;
  color: var(--purple-800);
}

.menu-toggle {
  display: none;
  width: 44px;
  height: 44px;
  border: 1px solid var(--line);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.13);
  color: #fff;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
  border-radius: 10px;
}

.section {
  scroll-margin-top: 5.8rem;
  padding: clamp(4rem, 8vw, 7rem) clamp(1rem, 5vw, 5rem);
}

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  grid-template-columns: minmax(260px, 0.92fr) minmax(280px, 1.08fr);
  align-items: center;
  gap: clamp(2rem, 5vw, 5rem);
  overflow: hidden;
  color: #fff;
  background:
    linear-gradient(125deg, rgba(25, 0, 51, 0.97), rgba(58, 6, 107, 0.9) 48%, rgba(109, 19, 200, 0.7)),
    radial-gradient(circle at 75% 25%, rgba(255, 255, 255, 0.16), transparent 21rem);
}

.hero::before,
.hero::after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.12);
  pointer-events: none;
}

.hero::before {
  inset: 12% auto auto 7%;
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
}

.hero::after {
  right: 6%;
  bottom: 12%;
  width: 10rem;
  height: 10rem;
  transform: rotate(18deg);
}

.hero-media,
.hero-content {
  position: relative;
  z-index: 1;
}

.hero-media {
  align-self: end;
  max-width: 440px;
  margin-inline: auto;
  filter: drop-shadow(0 30px 45px rgba(0, 0, 0, 0.24));
}

.hero-media img {
  width: 100%;
  aspect-ratio: 5 / 6;
  object-fit: cover;
  object-position: center top;
  border: 8px solid rgba(255, 255, 255, 0.2);
  border-radius: 2rem;
}

.hero-badge {
  position: absolute;
  right: -1rem;
  bottom: 2rem;
  display: grid;
  gap: 0.1rem;
  min-width: 8.5rem;
  padding: 1rem 1.1rem;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 1.2rem;
  background: rgba(255, 255, 255, 0.16);
  backdrop-filter: blur(18px);
  box-shadow: var(--shadow);
}

.hero-badge span {
  font-weight: 700;
  opacity: 0.82;
}

.hero-badge strong {
  font-size: 1.8rem;
}

.eyebrow {
  margin: 0 0 0.8rem;
  color: var(--gold);
  font-size: 0.83rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

h1,
h2,
h3,
p {
  overflow-wrap: anywhere;
}

h1 {
  margin: 0;
  max-width: 11ch;
  font-size: clamp(3.4rem, 10vw, 7.4rem);
  line-height: 0.9;
  letter-spacing: 0;
}

h2 {
  margin: 0;
  font-size: clamp(2rem, 5vw, 4.5rem);
  line-height: 1;
  letter-spacing: 0;
}

h3 {
  margin: 0 0 0.8rem;
  font-size: 1.22rem;
}

.lead {
  max-width: 42rem;
  margin: 1.4rem 0 0;
  color: rgba(255, 255, 255, 0.82);
  font-size: clamp(1.08rem, 2vw, 1.35rem);
  line-height: 1.7;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 3.15rem;
  padding: 0.9rem 1.2rem;
  border-radius: 999px;
  font-weight: 800;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

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

.btn.primary {
  background: #fff;
  color: var(--purple-900);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.18);
}

.btn.secondary {
  border: 1px solid rgba(255, 255, 255, 0.32);
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
}

.section-heading {
  max-width: 760px;
  margin-bottom: 2rem;
}

.story-grid,
.values-layout {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.feature-block,
.value-panel,
.contact-card {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(58, 6, 107, 0.12);
  background: rgba(255, 255, 255, 0.82);
  box-shadow: 0 14px 40px rgba(58, 6, 107, 0.08);
}

.feature-block,
.value-panel {
  min-height: 17rem;
  padding: 1.4rem;
  border-radius: 1.2rem;
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
}

.feature-block::before,
.value-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(155, 53, 255, 0.12), transparent 54%);
  opacity: 0;
  transition: opacity 0.25s ease;
}

.feature-block:hover,
.value-panel:hover {
  transform: translateY(-8px);
  border-color: rgba(109, 19, 200, 0.35);
  box-shadow: var(--shadow);
}

.feature-block:hover::before,
.value-panel:hover::before {
  opacity: 1;
}

.feature-block > *,
.value-panel > * {
  position: relative;
}

.block-number {
  display: inline-flex;
  margin-bottom: 2rem;
  color: var(--purple-500);
  font-size: 0.85rem;
  font-weight: 900;
}

.feature-block p,
.value-panel p,
.timeline-item p,
.contact-card p,
.accordion-panel p {
  margin: 0;
  color: var(--muted);
  line-height: 1.7;
}

.values {
  color: #fff;
  background:
    linear-gradient(135deg, var(--purple-950), var(--purple-800) 58%, var(--purple-650));
}

.values .section-heading {
  margin-inline: auto;
  text-align: center;
}

.value-panel {
  min-height: 15rem;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.14);
}

.value-panel p {
  color: rgba(255, 255, 255, 0.76);
}

.proposal-list {
  max-width: 920px;
  margin-inline: auto;
}

.instagram-section {
  background:
    radial-gradient(circle at 18% 12%, rgba(245, 184, 75, 0.16), transparent 18rem),
    linear-gradient(180deg, #fff 0%, #f9f1ff 100%);
}

.instagram-section .section-heading {
  margin-inline: auto;
  text-align: center;
}

.instagram-embed {
  display: flex;
  justify-content: center;
  max-width: 640px;
  margin-inline: auto;
}

.instagram-embed .instagram-media {
  width: min(100%, 540px) !important;
  min-width: min(100%, 326px) !important;
  margin: 0 auto !important;
  border-radius: 1.2rem !important;
  box-shadow: var(--shadow) !important;
}

.accordion {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  min-height: 4.5rem;
  margin-top: 0.9rem;
  padding: 1rem 1.2rem;
  border: 1px solid rgba(58, 6, 107, 0.16);
  border-radius: 1rem;
  background: #fff;
  color: var(--ink);
  font: inherit;
  font-weight: 800;
  text-align: left;
  cursor: pointer;
  box-shadow: 0 12px 32px rgba(58, 6, 107, 0.08);
}

.accordion strong {
  display: grid;
  place-items: center;
  flex: 0 0 auto;
  width: 2.25rem;
  height: 2.25rem;
  border-radius: 50%;
  background: var(--violet-soft);
  color: var(--purple-800);
  font-size: 1.3rem;
}

.accordion-panel {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.25s ease;
}

.accordion-panel > p {
  overflow: hidden;
  padding-inline: 1.2rem;
}

.accordion.is-open + .accordion-panel {
  grid-template-rows: 1fr;
}

.accordion.is-open + .accordion-panel > p {
  padding-block: 0.95rem 0.5rem;
}

.timeline-list {
  max-width: 880px;
  margin-inline: auto;
}

.timeline-item {
  display: grid;
  grid-template-columns: 2rem 1fr;
  gap: 1rem;
  padding: 1.2rem 0;
}

.timeline-item span {
  position: relative;
  display: block;
  width: 1rem;
  height: 1rem;
  margin-top: 0.25rem;
  border: 4px solid var(--purple-500);
  border-radius: 50%;
  background: #fff;
}

.timeline-item span::after {
  content: "";
  position: absolute;
  top: 0.75rem;
  left: 50%;
  width: 2px;
  height: 5rem;
  background: rgba(109, 19, 200, 0.18);
  transform: translateX(-50%);
}

.timeline-item:last-child span::after {
  display: none;
}

.contact {
  padding-top: 2rem;
}

.contact-card {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 2rem;
  max-width: 1080px;
  margin-inline: auto;
  padding: clamp(1.4rem, 4vw, 3rem);
  border-radius: 1.4rem;
  background:
    linear-gradient(135deg, rgba(25, 0, 51, 0.95), rgba(58, 6, 107, 0.92)),
    var(--purple-950);
  color: #fff;
}

.contact-card p {
  max-width: 40rem;
  color: rgba(255, 255, 255, 0.76);
}

.social-links {
  display: grid;
  gap: 0.75rem;
  min-width: 13rem;
}

.social-links a {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 3.1rem;
  padding: 0.85rem 1rem;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  font-weight: 800;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.social-links a:hover {
  transform: translateY(-2px);
  background: #fff;
  color: var(--purple-900);
}

.site-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: 1.5rem clamp(1rem, 5vw, 5rem);
  color: #fff;
  background: var(--purple-950);
}

.site-footer p {
  margin: 0;
}

.site-footer a {
  font-weight: 800;
}

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

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

@media (max-width: 980px) {
  .menu-toggle {
    display: inline-block;
  }

  .site-nav {
    position: fixed;
    top: 5rem;
    right: 1rem;
    left: 1rem;
    display: grid;
    gap: 0.3rem;
    padding: 0.8rem;
    border-radius: 1.2rem;
    background: rgba(25, 0, 51, 0.96);
    box-shadow: var(--shadow);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-0.5rem);
    transition: opacity 0.2s ease, transform 0.2s ease;
  }

  .site-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .site-nav a {
    border-radius: 0.8rem;
  }

  .hero {
    grid-template-columns: 1fr;
    padding-top: 7rem;
  }

  .hero-media {
    order: 2;
    align-self: center;
    max-width: min(440px, 88vw);
  }

  .hero-content {
    order: 1;
  }

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

  .contact-card {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .site-header {
    padding-inline: 0.9rem;
  }

  .brand strong {
    font-size: 0.94rem;
  }

  .brand small {
    font-size: 0.68rem;
  }

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

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

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

  .hero-badge {
    right: 0.75rem;
    bottom: 1rem;
  }

  .story-grid,
  .values-layout {
    grid-template-columns: 1fr;
  }

  .feature-block,
  .value-panel {
    min-height: auto;
  }

  .accordion {
    align-items: flex-start;
  }

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

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
  }

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