* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  padding: 0;
  min-height: 100vh;
  font-family: "Montserrat", Arial, sans-serif;
  color: #2d1a43;
  background-image: url("/assets/backgrounds/soc-desktop-bg.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  overflow-x: hidden;
}

/* HEADER */

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px 5vw;
  background: rgba(70, 54, 104, 0.42);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

.brand {
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
  color: #ffffff;
}

.brand img {
  width: 54px;
  height: 54px;
  object-fit: contain;
}

.brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.35rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.brand span {
  display: block;
  margin-top: 4px;
  font-size: 0.66rem;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: #d8fff8;
}

.main-nav {
  display: flex;
  align-items: center;
  gap: 34px;
}

.main-nav a {
  position: relative;
  color: #ffffff;
  text-decoration: none;
  font-size: 0.8rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.main-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -9px;
  width: 0;
  height: 1px;
  background: #9de2da;
  transition: width 0.3s ease;
}

.main-nav a:hover::after {
  width: 100%;
}

/* GLOBAL STRUCTURE */

.page-shell {
  min-height: 100vh;
}

/* HOME HERO */

.hero {
  position: relative;
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 150px 24px 105px;
  overflow: hidden;
  background: transparent;
}

.hero::before,
.hero::after {
  content: none;
}

.hero-orb {
  display: none;
}

.stars {
  position: absolute;
  inset: 0;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.62) 1px, transparent 1px),
    radial-gradient(circle, rgba(255,255,255,0.32) 1px, transparent 1px);
  background-size: 120px 120px, 180px 180px;
  background-position: 20px 40px, 80px 120px;
  opacity: 0.22;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 860px;
  text-align: center;
}

.eyebrow {
  margin-bottom: 14px;
  font-size: 0.78rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #44305d;
  font-weight: 700;
}

.hero-logo {
  width: 82px;
  height: auto;
  margin-bottom: 12px;
  filter: drop-shadow(0 0 22px rgba(157, 226, 218, 0.75));
}

h1 {
  margin-bottom: 8px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  font-size: clamp(2.45rem, 5vw, 4.9rem);
  line-height: 1.04;
  letter-spacing: 0.035em;
  text-transform: uppercase;
  color: #2a1a43;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.68);
}

.divider {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 22px auto;
  color: #704e9b;
}

.divider span {
  width: 78px;
  height: 1px;
  background: rgba(72, 44, 104, 0.34);
}

h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1rem, 1.65vw, 1.28rem);
  font-weight: 400;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #36244f;
}

.hero-text {
  max-width: 620px;
  margin: 24px auto 0;
  font-size: 1.02rem;
  line-height: 1.8;
  color: rgba(63, 49, 90, 0.88);
}

.hero-button {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin-top: 30px;
  padding: 14px 30px;
  border-radius: 999px;
  background: rgba(130, 100, 170, 0.72);
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.74rem;
  border: 1px solid rgba(255, 255, 255, 0.42);
  box-shadow: 0 16px 34px rgba(69, 41, 99, 0.18);
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease;
}

.hero-button:hover {
  transform: translateY(-3px);
  background: rgba(110, 86, 150, 0.82);
  box-shadow: 0 20px 44px rgba(69, 41, 99, 0.24);
}

/* INNER PAGE HERO */

.inner-page {
  background: transparent;
}

.page-hero {
  position: relative;
  min-height: 55vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 155px 5vw 72px;
  overflow: hidden;
  text-align: center;
  background: transparent;
}

.page-hero h1 {
  max-width: 900px;
  margin: 0 auto 20px;
  font-size: clamp(2.05rem, 3.6vw, 3.55rem);
  line-height: 1.14;
  letter-spacing: 0.025em;
  color: #2a1a43;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.64);
}

.page-hero p {
  max-width: 760px;
  margin: 0 auto;
  color: rgba(42, 26, 67, 0.84);
  font-size: 1.02rem;
  line-height: 1.75;
}

/* CONTENT SECTIONS */

.soft-intro,
.split-section,
.path-list-section,
.soft-quote {
  position: relative;
  padding: 78px 6vw;
  color: #2a1a43;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
  border-top: 1px solid rgba(255, 255, 255, 0.16);
}

.split-section {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 52px;
  align-items: center;
}

.soft-inner {
  width: min(880px, 100%);
  margin: 0 auto;
  text-align: center;
}

.section-kicker {
  margin-bottom: 16px;
  font-size: 0.72rem;
  letter-spacing: 0.26em;
  text-transform: uppercase;
  color: #4f7f7a;
  font-weight: 700;
}

.soft-intro h2,
.split-section h2,
.path-list-section h2 {
  max-width: 760px;
  margin: 0 auto 24px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.7rem, 2.55vw, 2.65rem);
  font-weight: 400;
  line-height: 1.2;
  letter-spacing: 0.015em;
  color: #2a1a43;
  text-transform: none;
}

.soft-intro p,
.split-copy p {
  font-size: 1.02rem;
  line-height: 1.85;
  color: rgba(42, 26, 67, 0.84);
}

.soft-intro p + p,
.split-copy p + p {
  margin-top: 16px;
}

.split-text,
.split-copy {
  width: min(620px, 100%);
}

.split-text {
  justify-self: end;
}

.split-copy {
  justify-self: start;
}

/* LINK LIST */

.path-list {
  margin-top: 34px;
  display: grid;
  gap: 16px;
  border-top: none;
}

.path-list a {
  display: grid;
  grid-template-columns: 54px 0.7fr 1.3fr;
  gap: 22px;
  align-items: center;
  padding: 22px 24px;
  color: #2a1a43;
  text-decoration: none;
  border: 1px solid rgba(42, 26, 67, 0.12);
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.28);
  box-shadow: 0 18px 44px rgba(42, 26, 67, 0.06);
  transition: transform 0.3s ease, border-color 0.3s ease, background 0.3s ease;
}

.path-list a:hover {
  transform: translateY(-3px);
  border-color: rgba(79, 127, 122, 0.32);
  background: rgba(255, 255, 255, 0.38);
  color: #2a1a43;
}

.path-list span {
  font-size: 0.7rem;
  letter-spacing: 0.22em;
  color: #6d5a9b;
}

.path-list strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.25rem;
  font-weight: 400;
}

.path-list em {
  font-style: normal;
  line-height: 1.55;
  font-size: 0.96rem;
  color: rgba(42, 26, 67, 0.74);
}

.soft-quote p {
  max-width: 820px;
  margin: 0 auto;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(1.35rem, 2.25vw, 2.1rem);
  line-height: 1.45;
  color: #2a1a43;
}

/* LEGAL PAGES */

.legal-page {
  position: relative;
  z-index: 2;
  background: transparent;
}

.legal-hero {
  padding: 145px 30px 80px;
  position: relative;
  overflow: hidden;
  background: transparent;
}

.legal-hero-inner {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 2;
}

.legal-kicker {
  font-size: 0.76rem;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: #2a1a43;
  margin-bottom: 18px;
  font-weight: 700;
}

.legal-hero h1 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(2rem, 3.4vw, 3.3rem);
  line-height: 1.14;
  color: #2a1a43;
  margin-bottom: 24px;
  text-shadow: 0 0 30px rgba(255, 255, 255, 0.58);
}

.legal-intro {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1rem;
  line-height: 1.85;
  color: rgba(42, 26, 67, 0.84);
}

.legal-content {
  max-width: 980px;
  margin: 0 auto;
  padding: 54px 30px 110px;
  color: #2a1a43;
  background: rgba(255, 255, 255, 0.22);
  backdrop-filter: blur(3px);
  -webkit-backdrop-filter: blur(3px);
}

.legal-block {
  margin-bottom: 46px;
}

.legal-block h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.75rem;
  color: #2a1a43;
  margin-bottom: 18px;
}

.legal-block p,
.legal-block li {
  color: rgba(42, 26, 67, 0.82);
  line-height: 1.9;
  font-size: 1rem;
}

.legal-block ul {
  padding-left: 22px;
  margin-top: 16px;
}

.legal-footer-note {
  padding-top: 20px;
  border-top: 1px solid rgba(42, 26, 67, 0.18);
}

.legal-footer-note p {
  color: rgba(42, 26, 67, 0.65);
  font-size: 0.92rem;
}

/* FOOTER */

.site-footer {
  position: relative;
  z-index: 5;
  background: rgba(45, 27, 70, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  padding: 48px 5vw 24px;
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(280px, 1.1fr) minmax(300px, 0.9fr);
  align-items: start;
  gap: 70px;
  max-width: 1180px;
  margin: 0 auto;
}

.footer-brand {
  display: flex;
  gap: 18px;
  max-width: 520px;
}

.footer-brand img {
  width: 72px;
  height: 72px;
  object-fit: contain;
}

.footer-brand strong {
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.2rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: #ffffff;
}

.footer-brand span {
  display: block;
  margin: 6px 0 14px;
  font-size: 0.68rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #9de2da;
}

.footer-brand p {
  color: rgba(255, 255, 255, 0.74);
  line-height: 1.7;
}

.footer-nav {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  gap: 14px 48px;
  justify-content: end;
  align-content: start;
}

.footer-nav a {
  color: rgba(255, 255, 255, 0.9);
  text-decoration: none;
  font-size: 0.72rem;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  white-space: nowrap;
  transition: color 0.3s ease, opacity 0.3s ease;
}

.footer-nav a:hover {
  color: #9de2da;
}

.footer-bottom {
  max-width: 1180px;
  margin: 34px auto 0;
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.82rem;
  text-align: center;
}

/* MOBILE HAMBURGER MENU */

.mobile-menu-toggle {
  display: none;
}

.mobile-dropdown {
  display: none;
}

.mobile-dropdown-divider {
  width: 100%;
  height: 1px;
  background: rgba(45, 32, 73, 0.12);
  margin: 6px 0 2px;
}

.mobile-instagram-link {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  color: #ffffff !important;
  opacity: 0.92;
  transition: 0.3s ease;
}

.mobile-instagram-link:hover {
  opacity: 0.65;
}

/* CONTENT PROTECTION POPUP */

.protection-lock {
  overflow: hidden;
  touch-action: none;
}

.protection-popup {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
  background: rgba(20, 12, 36, 0.58);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.protection-popup.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.protection-box {
  width: min(520px, 100%);
  padding: 42px 34px;
  text-align: center;
  border-radius: 28px;
  background: rgba(238, 232, 255, 0.92);
  border: 1px solid rgba(255, 255, 255, 0.62);
  box-shadow:
    0 28px 80px rgba(20, 12, 36, 0.34),
    inset 0 0 40px rgba(255, 255, 255, 0.18);
}

.protection-box img {
  width: 76px;
  height: auto;
  margin-bottom: 18px;
  filter: drop-shadow(0 0 18px rgba(157, 226, 218, 0.68));
}

.protection-box h2 {
  margin-bottom: 16px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 1.8rem;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #2a1a43;
}

.protection-box p {
  margin-bottom: 14px;
  font-size: 0.96rem;
  line-height: 1.75;
  color: rgba(42, 26, 67, 0.82);
}

.protection-close {
  margin-top: 16px;
  padding: 13px 34px;
  border: 1px solid rgba(112, 78, 155, 0.42);
  border-radius: 999px;
  background: rgba(130, 100, 170, 0.86);
  color: #ffffff;
  font-size: 0.76rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  cursor: pointer;
  box-shadow: 0 16px 34px rgba(69, 41, 99, 0.22);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.protection-close:hover {
  transform: translateY(-2px);
  box-shadow: 0 20px 44px rgba(69, 41, 99, 0.3);
}

.protected-logo,
.protection-box img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  pointer-events: none;
  touch-action: none;
}

.protection-popup,
.protection-popup *,
.protection-box,
.protection-box *,
.protected-logo {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
  touch-action: manipulation;
}

/* STRICT IMAGE / LOGO PROTECTION */

.brand,
.brand *,
.footer-brand,
.footer-brand *,
.hero-logo,
.protected-logo,
.protection-box img {
  -webkit-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-user-drag: none;
}

.brand img,
.footer-brand img,
.hero-logo,
.protected-logo,
.protection-box img {
  pointer-events: none;
}

/* MOBILE */

@media (max-width: 900px) {
  body {
    background-image: url("/assets/backgrounds/soc-mobile-bg.jpg");
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    background-attachment: scroll;
  }

  .site-header {
    position: relative;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding: 24px 20px;
  }

  .brand {
    flex-direction: column;
    text-align: center;
    padding-right: 60px;
  }

  .brand img {
    width: 64px;
    height: 64px;
  }

  .brand strong {
    font-size: 1.15rem;
  }

  .brand span {
    font-size: 0.6rem;
    letter-spacing: 0.16em;
  }

  .main-nav {
    display: none;
  }

  .mobile-menu-toggle {
    display: flex;
    position: absolute;
    top: 26px;
    right: 20px;
    background: transparent;
    border: none;
    color: #ffffff;
    font-size: 1.9rem;
    cursor: pointer;
    z-index: 2000;
  }

  .mobile-dropdown {
    position: absolute;
    top: 88px;
    right: 18px;
    width: 240px;
    background: rgba(235, 229, 255, 0.94);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border: 1px solid rgba(255,255,255,0.32);
    border-radius: 22px;
    padding: 24px 18px 20px;
    flex-direction: column;
    gap: 14px;
    box-shadow: 0 20px 50px rgba(20,20,40,0.18);
    z-index: 1999;
  }

  .mobile-dropdown.active {
    display: flex;
  }

  .mobile-dropdown a {
    text-decoration: none;
    color: #2e2049;
    font-size: 0.92rem;
    letter-spacing: 0.08em;
    transition: 0.3s ease;
  }

  .mobile-dropdown a:hover {
    opacity: 0.7;
  }

  .hero {
    min-height: auto;
    padding: 70px 20px 86px;
  }

  .eyebrow {
    color: #44305d;
    text-shadow: none;
  }

  .hero-logo {
    width: 76px;
  }

  h1 {
    font-size: clamp(2.25rem, 10vw, 3.8rem);
    line-height: 1.06;
  }

  h2 {
    color: #2f2147;
    line-height: 1.55;
    letter-spacing: 0.1em;
  }

  .hero-text {
    font-size: 0.98rem;
  }

  .page-hero {
    min-height: auto;
    padding: 78px 22px 64px;
  }

  .page-hero h1 {
    font-size: clamp(1.95rem, 8vw, 3rem);
  }

  .soft-intro,
  .split-section,
  .path-list-section,
  .soft-quote {
    padding: 64px 24px;
  }

  .soft-intro h2,
  .split-section h2,
  .path-list-section h2 {
    font-size: clamp(1.65rem, 7vw, 2.35rem);
  }

  .split-section {
    grid-template-columns: 1fr;
    gap: 28px;
    text-align: center;
  }

  .split-text,
  .split-copy {
    justify-self: center;
  }

  .path-list a {
    grid-template-columns: 1fr;
    gap: 8px;
    text-align: center;
    padding: 24px 20px;
  }

  .path-list strong {
    font-size: 1.25rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: center;
  }

  .footer-brand {
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
  }

  .footer-nav {
    grid-template-columns: 1fr;
    justify-content: center;
    gap: 14px;
  }

  .footer-bottom {
    text-align: center;
  }

  .legal-hero {
    padding: 90px 22px 70px;
  }

  .legal-content {
    padding: 50px 24px 90px;
  }

  .protection-box {
    padding: 34px 24px;
    border-radius: 24px;
  }

  .protection-box h2 {
    font-size: 1.45rem;
  }

  .protection-box p {
    font-size: 0.94rem;
  }
}