/* ========================================= */
/* ABOUT PAGE */
/* ========================================= */

:root {

  --bg: #040816;
  --bg-soft: #08172f;

  --gold: #dca85b;
  --gold-bright: #f3be69;

  --text: #f7f3ec;
  --muted: rgba(255,255,255,0.72);

  --line: rgba(255,255,255,0.08);
}

.about-container {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 42px;
}

.centered {

    text-align: center;
}

/* ========================================= */
/* TYPOGRAPHY */
/* ========================================= */

.section-label {

    color: var(--gold);

    font-size: 12px;

    letter-spacing: 0.24em;

    text-transform: uppercase;

    margin-bottom: 24px;
}

.section-title {

    font-family: 'Cormorant Garamond', serif;

    font-size: clamp(3rem, 5vw, 5.2rem);

    line-height: 0.95;

    font-weight: 500;

    max-width: 900px;

    margin:
        0 auto 34px;
}

.section-description {

    max-width: 760px;

    margin: auto;

    color: var(--muted);

    line-height: 1.9;

    font-size: 17px;
}

/* ========================================= */
/* HERO */
/* ========================================= */

.about-hero {

    position: relative;

    overflow: hidden;

    padding:
        180px 42px
        140px;

    background:
        radial-gradient(circle at 75% 50%,
            rgba(147,51,234,0.08),
            transparent 40%),
        radial-gradient(circle at 70% 30%,
            rgba(139,92,246,0.05),
            transparent 35%),
        radial-gradient(circle at 30% 70%,
            rgba(168,85,247,0.04),
            transparent 40%),
        linear-gradient(
            180deg,
            #0a0a12 0%,
            #05050a 50%,
            #020205 100%
        );
}

.about-hero-background {

    position: absolute;

    inset: 0;

    background-image: url('../images/about-hero.png');

    background-size: cover;

    background-position: center;

    mix-blend-mode: screen;

    pointer-events: none;

    z-index: 1;
}

.about-hero-grid {

    display: grid;

    grid-template-columns: 1fr;

    align-items: center;

    gap: 80px;

    max-width: 1200px;

    margin: 0 auto;

    position: relative;

    z-index: 2;
}

.about-title {

    font-family: 'Cormorant Garamond', serif;

    font-size: clamp(4rem, 6vw, 6.5rem);

    line-height: 0.92;

    font-weight: 500;

    margin-bottom: 34px;

    max-width: 700px;
}

.about-description {

    max-width: 560px;

    color: var(--muted);

    line-height: 1.9;

    font-size: 17px;
}

.about-hero-image {

    width: 100%;

    border-radius: 30px;

    display: block;
}

/* ========================================= */
/* PHILOSOPHY */
/* ========================================= */

.about-philosophy {

    padding:
        120px 40px;

    position: relative;
}

.about-philosophy::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.03;

    background-image:
        radial-gradient(circle, rgba(255,255,255,0.8) 1px, transparent 1px);

    background-size: 5px 5px;
}

/* ========================================= */
/* DIMENSIONS */
/* ========================================= */

.dimensions-framework {

    padding:
        120px 42px;

    position: relative;
}

.dimensions-framework::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.03;

    background-image:
        radial-gradient(circle, rgba(255,255,255,0.8) 1px, transparent 1px);

    background-size: 5px 5px;
}

.dimensions-grid {

    margin-top: 70px;

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 22px;

    max-width: 1200px;

    margin-left: auto;

    margin-right: auto;
}

.dimension-card {

    padding:
        28px 22px;

    border-radius: 18px;

    background:
        rgba(255,255,255,0.02);

    border:
        1px solid rgba(220,168,91,0.12);

    color:
        rgba(255,255,255,0.82);

    transition: 0.35s ease;

    font-size: 16px;

    font-weight: 500;
}

.dimension-card:hover {

    transform: translateY(-4px);

    border-color:
        rgba(220,168,91,0.32);

    background:
        rgba(255,255,255,0.04);

    color: var(--gold);
}

/* ========================================= */
/* FOUNDER */
/* ========================================= */

.founder-section {

    padding:
        160px 42px;

    position: relative;
}

.founder-section::before {

    content: "";

    position: absolute;

    inset: 0;

    pointer-events: none;

    opacity: 0.03;

    background-image:
        radial-gradient(circle, rgba(255,255,255,0.8) 1px, transparent 1px);

    background-size: 5px 5px;
}

.founder-grid {

    display: grid;

    grid-template-columns:
        0.9fr 1.1fr;

    gap: 90px;

    align-items: center;

    max-width: 1200px;

    margin: 0 auto;
}

.founder-title {

    font-family: 'Cormorant Garamond', serif;

    font-size: clamp(3rem, 5vw, 5rem);

    line-height: 0.95;

    margin-bottom: 34px;
}

.founder-description {

    color:
        var(--muted);

    line-height: 1.9;

    font-size: 17px;

    margin-bottom: 26px;
}

.founder-image {

    width: 100%;

    border-radius: 28px;

    display: block;
}

/* ========================================= */
/* FINAL CTA */
/* ========================================= */

.about-final-cta {

    position: relative;

    overflow: hidden;

    padding:
        220px 42px;

    background:
        url('../images/about-cta-bg.webp')
        center center / cover;
}

.about-final-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            rgba(5,8,22,0.65),
            rgba(5,8,22,0.92)
        );
}

.about-final-content {

    position: relative;

    z-index: 2;

    text-align: center;

    max-width: 1200px;

    margin: 0 auto;
}

.about-final-title {

    font-family: 'Cormorant Garamond', serif;

    font-size: clamp(4rem, 6vw, 6rem);

    line-height: 0.92;

    max-width: 850px;

    margin:
        0 auto 26px;
}

.about-final-description {

    color:
        var(--muted);

    margin-bottom: 50px;

    font-size: 18px;
}

/* ========================================= */
/* BUTTON */
/* ========================================= */

.primary-button {

    display: inline-flex;

    align-items: center;

    justify-content: center;

    text-decoration: none;

    padding:
        20px 42px;

    border-radius: 18px;

    background:
        linear-gradient(
            135deg,
            var(--gold-bright),
            var(--gold)
        );

    color: #1a1205;

    font-size: 18px;

    font-weight: 600;

    transition: 0.35s ease;
}

.primary-button:hover {

    transform: translateY(-3px);

    box-shadow:
        0 0 40px rgba(220,168,91,0.35);
}

/* ========================================= */
/* RESPONSIVE */
/* ========================================= */

@media (max-width: 1000px) {

    .about-hero-grid,
    .founder-grid {

        grid-template-columns: 1fr;

        gap: 60px;
    }

    .dimensions-grid {

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

    .about-hero {

        padding-top: 140px;

        padding-left: 24px;

        padding-right: 24px;
    }

    .about-philosophy,
    .dimensions-framework,
    .founder-section {

        padding-left: 24px;

        padding-right: 24px;
    }
}

@media (max-width: 768px) {

    .about-hero,
    .founder-section,
    .about-final-cta {

        padding-left: 24px;
        padding-right: 24px;
    }

    .about-philosophy,
    .dimensions-framework {

        padding:
            90px 24px;
    }

    .dimensions-grid {

        grid-template-columns: 1fr;
    }

    .section-title,
    .founder-title,
    .about-final-title {

        line-height: 1;
    }

    .about-title {

        line-height: 1;
    }

    .about-container {

        padding: 0 24px;
    }
}

/* ========================================= */
/* GLOBAL RESET */
/* ========================================= */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {

    background: var(--bg);

    color: var(--text);

    font-family: 'Inter', sans-serif;

    overflow-x: hidden;
}

/* ========================================= */
/* PAGE BACKGROUND TEXTURE */
/* ========================================= */

.noise {
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: 0.03;
  background-image:
    radial-gradient(circle, rgba(255,255,255,0.8) 1px, transparent 1px);
  background-size: 5px 5px;
  z-index: 999;
}

/* ========================================= */
/* NAVBAR */
/* ========================================= */

.navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  backdrop-filter: blur(14px);
  background: rgba(4,8,22,0.22);
  border-bottom: 1px solid rgba(255,255,255,0.03);
}

.navbar-inner {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 26px 42px;
}

.navbar-logo {
  display: flex;
  align-items: center;
  gap: 14px;
}

.navbar-logo img {
  width: 42px;
  height: auto;
}

.navbar-logo span {
  font-family: 'Cormorant Garamond', serif;
  font-size: 34px;
  letter-spacing: 4px;
}

.navbar-links {
  display: flex;
  align-items: center;
  gap: 42px;
}

.navbar-links a {
  color: rgba(255,255,255,0.82);
  text-decoration: none;
  transition: 0.3s ease;
  text-transform: uppercase;
  font-size: 13px;
  letter-spacing: 1px;
}

.navbar-links a:hover {
  color: var(--gold);
}

.navbar-dropdown {
  position: relative;
}

.navbar-dropdown > a {
  cursor: pointer;
}

.navbar-links > a,
.navbar-dropdown > a {
  display: flex;
  align-items: center;
  line-height: 1;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 220px;
  background: rgba(4, 8, 22, 0.95);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.navbar-dropdown:hover .dropdown-menu {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-menu a {
  display: block;
  padding: 10px 24px;
  color: rgba(255, 255, 255, 0.75);
  text-decoration: none;
  transition: 0.2s ease;
  font-size: 15px;
}

.dropdown-menu a:hover {
  color: var(--gold);
  background: rgba(220, 168, 91, 0.1);
}

.navbar-button {
  background: linear-gradient(135deg, var(--gold-bright), var(--gold));
  color: #1a1205;
  text-decoration: none;
  padding: 14px 26px;
  border-radius: 14px;
  font-weight: 600;
  transition: 0.35s ease;
}

.navbar-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 0 30px rgba(220,168,91,0.35);
}

@media (max-width: 768px) {
  .navbar-links {
    display: none;
  }

  .navbar-button {
    display: none;
  }
}

/* ========================================= */
/* FOOTER */
/* ========================================= */

.footer-section {

    position: relative;

    overflow: hidden;

    border-top:
        1px solid rgba(255,255,255,0.05);

    background:
        radial-gradient(
            circle at center,
            rgba(117,68,255,0.05),
            transparent 45%
        ),

        linear-gradient(
            180deg,
            #050816 0%,
            #02040d 100%
        );
}

.footer-container {

    max-width: 1200px;

    margin: 0 auto;

    padding:
        40px 42px 100px 42px;
}

/* ========================================= */
/* TOP */
/* ========================================= */

.footer-top {

    display: flex;

    justify-content: space-between;

    gap: 120px;
}

/* ========================================= */
/* BRAND */
/* ========================================= */

.footer-brand {

    max-width: 460px;
}

.footer-logo {

    display: flex;

    align-items: center;

    gap: 16px;
}

.footer-logo img {

    width: 42px;
    height: auto;
}

.footer-logo span {

    font-family: 'Cormorant Garamond', serif;

    font-size: 38px;

    letter-spacing: 4px;

    color: #f5efe5;
}

.footer-description {

    margin-top: 30px;

    line-height: 1.9;

    color: rgba(255,255,255,0.62);

    font-size: 17px;
}

/* ========================================= */
/* LINKS */
/* ========================================= */

.footer-links-wrapper {

    display: flex;

    gap: 90px;
}

.footer-column {

    display: flex;

    flex-direction: column;

    gap: 18px;
}

.footer-column h4 {

    margin-bottom: 10px;

    font-family: 'Cormorant Garamond', serif;

    font-size: 28px;

    font-weight: 500;

    color: #dca85b;
}

.footer-column a {

    text-decoration: none;

    color: rgba(255,255,255,0.62);

    transition: 0.3s ease;
}

.footer-column a:hover {

    color: #dca85b;
}

@media (max-width: 1000px) {
  .footer-top {
    flex-direction: column;
    gap: 60px;
  }

  .footer-links-wrapper {
    gap: 60px;
  }
}

@media (max-width: 768px) {
  .footer-links-wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .footer-container {
    padding: 40px 24px 80px 24px;
  }
}