  :root {
    --bg: #0a0606;
    --bg-warm: #1a0a0a;
    --bg-glow: #2a0a10;
    --ink: #f5e8e3;
    --ink-mute: #c9b6ad;
    --ink-dim: #9a8a82;
    --ink-low: #6a5a52;
    --accent: #d11440;
    --accent-soft: #cc4444;
    --line: rgba(255, 255, 255, 0.08);
    --max: 1200px;
  }
  * { margin: 0; padding: 0; box-sizing: border-box; }
  html { scroll-behavior: smooth; }
  body {
    background: var(--bg);
    color: var(--ink);
    font-family: 'Cormorant Garamond', serif;
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
    position: relative;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* —— BG DRESSES LAYER —— */
  .bg-dresses {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    pointer-events: none;
    overflow: hidden;
  }
  .bg-dress {
    position: absolute;
    width: 260px;
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center;
    opacity: 0.07;
    filter: saturate(1.15) contrast(1.05);
    mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 30%, transparent 75%);
  }
  a { color: inherit; text-decoration: none; }
  img { display: block; max-width: 100%; }
  ::selection { background: var(--accent); color: var(--ink); }

  /* —— ATOMS —— */
  .overline {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 8px;
    text-transform: uppercase;
    color: var(--accent);
    font-weight: 500;
  }
  .meta {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ink-low);
    font-weight: 500;
  }
  .cta {
    display: inline-block;
    padding: 18px 56px;
    border: 1px solid var(--accent);
    color: var(--ink);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    transition: background 0.4s ease, color 0.4s ease;
    cursor: pointer;
  }
  .cta:hover { background: var(--accent); }
  .cta.solid { background: var(--accent); }
  .cta.solid:hover { background: transparent; }
  .container { max-width: var(--max); margin: 0 auto; padding: 0 60px; }

  /* —— NAV —— */
  .nav {
    position: fixed;
    top: 0; left: 0; right: 0;
    z-index: 50;
    padding: 18px 40px;
    display: block;
    background: rgba(10, 6, 6, 0.6);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid var(--line);
  }
  .nav-inner {
    max-width: 1600px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .nav-brand {
    font-style: italic;
    font-size: 20px;
    color: var(--ink);
  }
  .nav-brand em { color: var(--accent); }
  .nav-meta { font-family: 'Inter', sans-serif; font-size: 11px; letter-spacing: 3px; color: var(--ink-dim); text-transform: uppercase; }

  /* —— HERO —— */
  .hero {
    min-height: 92vh;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 120px 40px 80px;
    overflow: hidden;
    background: radial-gradient(ellipse at center, var(--bg-glow) 0%, var(--bg) 65%);
  }
  .hero::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 18% 50%, rgba(209, 20, 64, 0.28), transparent 50%),
      radial-gradient(circle at 82% 32%, rgba(209, 20, 64, 0.14), transparent 50%);
    pointer-events: none;
  }
  .hero-portrait {
    position: absolute;
    right: -60px;
    top: 8%;
    width: 38%;
    max-width: 540px;
    aspect-ratio: 3/4;
    background: url('images/hero-portrait.jpg') center/cover no-repeat;
    opacity: 0.42;
    filter: contrast(1.05) saturate(0.92) brightness(0.85);
    mask-image: radial-gradient(ellipse at center, black 45%, transparent 80%);
    -webkit-mask-image: radial-gradient(ellipse at center, black 45%, transparent 80%);
    pointer-events: none;
  }
  .hero-inner { position: relative; z-index: 2; max-width: 980px; }
  .hero-overline { margin-bottom: 36px; }
  .hero-title {
    font-style: italic;
    font-weight: 400;
    font-size: clamp(72px, 14vw, 220px);
    line-height: 0.95;
    letter-spacing: -1px;
    margin-bottom: 28px;
  }
  .hero-title em { color: var(--accent); font-style: italic; }
  .hero-tagline {
    font-style: italic;
    font-size: clamp(20px, 2.4vw, 32px);
    line-height: 1.35;
    color: var(--ink-mute);
    max-width: 640px;
    margin: 0 auto 48px;
  }

  /* —— SECTION BASE —— */
  section { position: relative; }
  .section { padding: 140px 0; }
  .section h2 {
    font-style: italic;
    font-weight: 300;
    font-size: clamp(40px, 6vw, 80px);
    line-height: 1.05;
    margin-bottom: 40px;
    letter-spacing: -0.3px;
  }
  .section h2 span { color: var(--accent); }
  .section p.lede {
    font-size: 22px;
    line-height: 1.7;
    color: var(--ink-mute);
    max-width: 720px;
  }

  /* —— IMAGE QUOTE —— */
  .image-quote {
    padding: 60px 0;
    position: relative;
  }
  .image-quote-frame {
    max-width: 600px;
    margin: 0 auto;
    aspect-ratio: 4/5;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6), 0 0 120px -40px rgba(209, 20, 64, 0.18);
  }
  .image-quote-frame::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 120px 20px rgba(10, 6, 6, 0.45);
    pointer-events: none;
  }

  /* —— CARDS —— */
  .cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-top: 64px;
  }
  .card {
    aspect-ratio: 3/4;
    background: linear-gradient(180deg, var(--bg-glow) 0%, var(--bg) 100%);
    border: 1px solid rgba(209, 20, 64, 0.3);
    padding: 32px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    transition: transform 0.4s ease, border-color 0.4s ease;
  }
  .card:hover {
    transform: translateY(-8px);
    border-color: var(--accent);
  }
  .card-num {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--accent);
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 500;
  }
  .card h3 {
    font-style: italic;
    font-weight: 500;
    font-size: 32px;
    margin-bottom: 12px;
    line-height: 1.1;
  }
  .card p {
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-dim);
    font-family: 'Inter', sans-serif;
    font-weight: 300;
  }
  /* equal-height cards: drop the fixed portrait ratio so the grid stretches them to match */
  .cards-balanced .card { aspect-ratio: auto; min-height: 380px; }

  /* —— TIMELINE —— */
  .timeline {
    margin-top: 64px;
    max-width: 760px;
    border-left: 1px solid var(--line);
    padding-left: 40px;
    position: relative;
  }
  .tl-row {
    position: relative;
    padding: 28px 0;
    border-bottom: 1px solid var(--line);
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 24px;
    align-items: baseline;
  }
  .tl-row:last-child { border-bottom: none; }
  .tl-row::before {
    content: '';
    position: absolute;
    left: -45px;
    top: 38px;
    width: 9px;
    height: 9px;
    background: var(--accent);
    border-radius: 50%;
  }
  .tl-time {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--accent);
    text-transform: uppercase;
    font-weight: 500;
  }
  .tl-row h4 {
    font-style: italic;
    font-weight: 500;
    font-size: 26px;
    color: var(--ink);
    margin-bottom: 8px;
  }
  .tl-row p {
    font-family: 'Inter', sans-serif;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.6;
    color: var(--ink-dim);
  }

  /* —— PRINCIPLES —— */
  .principles {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 0;
    margin-top: 64px;
    border-top: 1px solid var(--line);
    border-left: 1px solid var(--line);
  }
  .principle {
    padding: 40px 28px;
    border-right: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    aspect-ratio: 1/1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 14px;
    transition: background 0.3s ease;
  }
  .principle:hover { background: rgba(209, 20, 64, 0.06); }
  .principle .num {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--accent);
    text-transform: uppercase;
    font-weight: 500;
  }
  .principle h4 {
    font-style: italic;
    font-weight: 400;
    font-size: 28px;
    line-height: 1.15;
    color: var(--ink);
  }

  /* —— INVITATION (long-form body) —— */
  .invitation { padding: 100px 0 120px; }
  .invitation-grid {
    display: grid;
    grid-template-columns: 1fr 2.4fr;
    gap: 80px;
    align-items: start;
  }
  .invitation-aside .overline { display: inline-block; padding-top: 12px; }
  .invitation-body p {
    font-size: 22px;
    line-height: 1.65;
    color: var(--ink-mute);
    margin-bottom: 28px;
    max-width: 720px;
  }
  .invitation-body p:last-child { margin-bottom: 0; }
  .invitation-body p em {
    font-style: italic;
    color: var(--ink);
  }
  .invitation-body strong {
    font-weight: 400;
    font-style: italic;
    color: var(--accent);
  }

  /* —— CLOSING CALL —— */
  .closing {
    text-align: center;
    padding: 100px 24px 60px;
  }
  .closing-line {
    font-style: italic;
    font-weight: 400;
    font-size: clamp(28px, 4.2vw, 52px);
    line-height: 1.2;
    color: var(--ink);
    max-width: 880px;
    margin: 0 auto;
  }
  .closing-line em { color: var(--accent); font-style: italic; }
  .closing-sub {
    font-style: italic;
    font-size: clamp(20px, 2.4vw, 28px);
    color: var(--ink-mute);
    margin: 16px auto 44px;
  }

  /* —— GALLERY —— */
  .gallery {
    padding: 80px 60px;
    max-width: 1400px;
    margin: 0 auto;
  }
  .gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
  }
  .gallery-tile {
    aspect-ratio: 3/4;
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 60px -20px rgba(0, 0, 0, 0.5), 0 0 100px -40px rgba(209, 20, 64, 0.15);
    transition: transform 0.6s ease, box-shadow 0.6s ease;
  }
  .gallery-tile:hover {
    transform: translateY(-6px);
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6), 0 0 100px -30px rgba(209, 20, 64, 0.25);
  }

  /* —— CAPSULE SPLIT —— */
  .capsule {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 80px;
    align-items: center;
    padding: 140px 60px;
    max-width: var(--max);
    margin: 0 auto;
  }
  .capsule-text h2 { margin-bottom: 28px; }
  .capsule-text p {
    font-size: 20px;
    line-height: 1.7;
    color: var(--ink-mute);
    margin-bottom: 36px;
  }
  .capsule-img {
    aspect-ratio: 3/4;
    background: url('images/kulieva-studio.jpg') center top/cover no-repeat;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.6), 0 0 120px -40px rgba(209, 20, 64, 0.18);
  }

  /* —— CENTRED QUOTE —— */
  .quote {
    text-align: center;
    padding: 160px 60px;
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-warm) 50%, var(--bg) 100%);
    position: relative;
  }
  .quote::before {
    content: '«';
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 180px;
    line-height: 1;
    color: rgba(209, 20, 64, 0.18);
    font-style: italic;
  }
  .quote blockquote {
    font-style: italic;
    font-weight: 300;
    font-size: clamp(28px, 4vw, 56px);
    line-height: 1.25;
    max-width: 1000px;
    margin: 0 auto;
    color: var(--ink);
    position: relative;
  }

  /* —— TEAM —— */
  .team {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    margin-top: 64px;
  }
  .team-card {
    display: grid;
    grid-template-columns: 234px 1fr;
    gap: 36px;
    align-items: center;
    padding: 36px;
    border: 1px solid var(--line);
    transition: border-color 0.4s ease, transform 0.4s ease;
  }
  .team-card:hover {
    border-color: rgba(209, 20, 64, 0.5);
    transform: translateY(-4px);
  }
  .team-photo {
    width: 234px;
    height: 234px;
    border-radius: 50%;
    background-size: cover;
    background-position: center top;
    box-shadow: 0 20px 50px -15px rgba(0, 0, 0, 0.6), 0 0 80px -30px rgba(209, 20, 64, 0.25);
  }
  .team-info .overline { margin-bottom: 14px; display: block; }
  .team-info h3 {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.1;
    margin-bottom: 22px;
    color: var(--ink);
  }
  .team-links {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
  }
  .team-links a {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ink-mute);
    border-bottom: 1px solid var(--line);
    padding-bottom: 5px;
    transition: color 0.3s ease, border-color 0.3s ease;
  }
  .team-links a:hover { color: var(--accent); border-color: var(--accent); }

  /* —— AUDIENCE —— */
  .audience-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 28px;
    margin-top: 56px;
    align-items: stretch;
  }
  .audience-card {
    height: 100%;
    padding: 36px 28px 32px;
    border: 1px solid var(--line);
    background: rgba(10, 6, 6, 0.45);
    display: flex;
    flex-direction: column;
    transition: border-color 0.4s ease, transform 0.4s ease;
  }
  .audience-card:hover {
    border-color: var(--accent);
    transform: translateY(-6px);
  }
  .audience-card .num {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 14px;
  }
  .audience-card h4 {
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.2;
    color: var(--ink);
    margin-bottom: 22px;
    min-height: 2.4em; /* 2 lines */
  }
  .audience-card blockquote {
    font-style: italic;
    font-size: 18px;
    line-height: 1.5;
    color: var(--ink-mute);
    border-left: 2px solid var(--accent);
    padding-left: 14px;
    margin-bottom: 22px;
    min-height: 4.5em; /* 3 lines */
  }
  .audience-card p {
    font-size: 17px;
    line-height: 1.55;
    color: var(--ink-dim);
    margin-top: auto;
  }

  /* —— FAQ —— */
  .faq {
    margin-top: 56px;
    max-width: 880px;
  }
  .faq-item {
    border-top: 1px solid var(--line);
    padding: 4px 0;
  }
  .faq-item:last-child { border-bottom: 1px solid var(--line); }
  .faq-item summary {
    list-style: none;
    cursor: pointer;
    padding: 28px 48px 28px 0;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-weight: 500;
    font-size: 24px;
    line-height: 1.3;
    color: var(--ink);
    transition: color 0.3s ease;
  }
  .faq-item summary::-webkit-details-marker { display: none; }
  .faq-item summary::after {
    content: '+';
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 300;
    color: var(--accent);
    transition: transform 0.3s ease;
  }
  .faq-item[open] summary::after { content: '−'; }
  .faq-item summary:hover { color: var(--accent); }
  .faq-item .faq-body {
    padding: 0 48px 28px 0;
    font-size: 18px;
    line-height: 1.7;
    color: var(--ink-mute);
  }

  /* —— JOIN —— */
  .join {
    background: linear-gradient(180deg, var(--bg) 0%, var(--bg-warm) 100%);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
  }
  .join-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
    margin-top: 56px;
    margin-bottom: 56px;
  }
  .join-card {
    padding: 40px 32px;
    border: 1px solid var(--line);
    background: rgba(10, 6, 6, 0.4);
    text-align: left;
    transition: border-color 0.4s ease, transform 0.4s ease;
  }
  .join-card:hover {
    border-color: var(--accent);
    transform: translateY(-6px);
  }
  .join-card .num {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    color: var(--accent);
    font-weight: 500;
    margin-bottom: 18px;
  }
  .join-card h4 {
    font-style: italic;
    font-weight: 500;
    font-size: 30px;
    line-height: 1.15;
    color: var(--ink);
    margin-bottom: 14px;
  }
  .join-card p {
    font-size: 17px;
    line-height: 1.6;
    color: var(--ink-mute);
  }
  .join-cta { margin-top: 8px; }

  /* —— SHARE —— */
  .share {
    text-align: center;
    padding: 80px 24px 100px;
  }
  .share .overline { display: block; margin-bottom: 28px; }
  .share-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 16px 36px;
    background: transparent;
    border: 1px solid var(--ink-low);
    color: var(--ink);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 3px;
    text-transform: uppercase;
    cursor: pointer;
    transition: border-color 0.4s ease, color 0.4s ease;
  }
  .share-btn:hover { border-color: var(--accent); color: var(--accent); }
  .share-btn svg { width: 14px; height: 14px; }
  .share-toast {
    display: block;
    margin-top: 18px;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--accent);
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    min-height: 14px;
  }
  .share-toast.on { opacity: 1; transform: translateY(0); }


  /* —— SECTION DIVIDERS (photo strips) —— */
  .section-divider {
    max-width: 600px;
    margin: 100px auto;
    aspect-ratio: 4 / 5;
    background-size: cover;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.5), 0 0 120px -40px rgba(209, 20, 64, 0.12);
    background-position: center;
    position: relative;
    overflow: hidden;
  }
  .section-divider::before {
    content: '';
    position: absolute;
    inset: 0;
    background:
      linear-gradient(180deg, rgba(10, 6, 6, 0.9) 0%, transparent 25%, transparent 75%, rgba(10, 6, 6, 0.9) 100%);
    pointer-events: none;
  }

  /* —— FOOTER —— */
  .footer-photo {
    max-width: 600px;
    margin: 100px auto 60px;
    aspect-ratio: 4 / 5;
    background-size: cover;
    background-position: center;
    box-shadow: 0 30px 80px -20px rgba(0, 0, 0, 0.5), 0 0 120px -40px rgba(209, 20, 64, 0.12);
    position: relative;
  }
  .footer-photo::after {
    content: '';
    position: absolute;
    inset: 0;
    box-shadow: inset 0 0 80px 10px rgba(10, 6, 6, 0.4);
    pointer-events: none;
  }
  .footer {
    padding: 60px 60px 48px;
    border-top: 1px solid var(--line);
    background: var(--bg);
  }
  .footer-grid {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 1fr 1fr;
    gap: 56px;
    align-items: start;
  }
  .footer-col-title {
    font-family: 'Inter', sans-serif;
    font-size: 10px;
    letter-spacing: 3px;
    text-transform: uppercase;
    color: var(--ink-low);
    margin-bottom: 16px;
    font-weight: 500;
  }
  .footer-brand {
    font-style: italic;
    font-weight: 400;
    font-size: 32px;
    line-height: 1.15;
    color: var(--accent);
  }
  .footer-links-col {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-bottom: 0;
  }
  .footer-links a {
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ink-mute);
    transition: color 0.3s ease;
    font-weight: 500;
  }
  .footer-links a:hover { color: var(--accent); }
  .footer-col-right { text-align: right; }
  .footer-author {
    font-family: 'Cormorant Garamond', serif;
    font-style: italic;
    font-size: 28px;
    color: var(--ink);
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 4px;
    transition: color 0.3s ease;
  }
  .footer-author:hover { color: var(--accent); }


  /* —— FADE-IN —— */
  .reveal {
    opacity: 0;
    transform: translateY(24px);
    transition: opacity 0.9s ease, transform 0.9s ease;
  }
  .reveal.in {
    opacity: 1;
    transform: translateY(0);
  }

  /* —— RESPONSIVE —— */
  @media (max-width: 1440px) {
    .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  }
  @media (max-width: 1024px) {
    .cards { grid-template-columns: repeat(2, 1fr); }
    .principles { grid-template-columns: repeat(2, 1fr); }
    .container, .capsule, .footer { padding-left: 32px; padding-right: 32px; }
    .gallery-grid { grid-template-columns: repeat(2, 1fr); }
    .join-grid { grid-template-columns: 1fr; }
    .audience-grid { grid-template-columns: repeat(2, 1fr); }
  }
  @media (max-width: 768px) {
    .section { padding: 80px 0; }
    .container { padding: 0 24px; }
    .cards { grid-template-columns: 1fr; }
    .capsule { grid-template-columns: 1fr; gap: 40px; padding: 60px 24px; }
    .gallery { padding: 60px 24px; }
    .gallery-grid { gap: 16px; }
    .invitation { padding: 60px 0 80px; }
    .invitation-grid { grid-template-columns: 1fr; gap: 20px; }
    .invitation-body p { font-size: 18px; }
    .closing { padding: 80px 24px 40px; }
    .team { grid-template-columns: 1fr; gap: 24px; }
    .team-card { grid-template-columns: 1fr; gap: 24px; padding: 28px 20px; justify-items: center; text-align: center; }
    .team-photo { width: 180px; height: 180px; }
    .team-info { width: 100%; }
    .team-info h3 { font-size: 26px; margin-bottom: 16px; }
    .team-links { justify-content: center; }
    .faq-item summary { font-size: 20px; padding: 22px 40px 22px 0; }
    .faq-item .faq-body { font-size: 16px; padding-bottom: 22px; }
    .join-card { padding: 32px 24px; }
    .join-card h4 { font-size: 26px; }
    .audience-grid { grid-template-columns: 1fr; }
    .audience-card { padding: 28px 22px; }
    .nav { padding: 14px 20px; }
    .nav-meta { display: none; }
    .hero { padding: 100px 24px 60px; min-height: 80vh; }
    .hero-portrait {
      right: auto;
      left: 50%;
      top: 14%;
      width: 78%;
      max-width: 360px;
      transform: translateX(-50%);
      opacity: 0.32;
      filter: contrast(1.05) saturate(0.92) brightness(0.7);
    }
    .tl-row { grid-template-columns: 1fr; gap: 6px; padding: 22px 0; }
    .tl-row::before { left: -45px; top: 32px; }
    .timeline { padding-left: 32px; }
    .principle { aspect-ratio: auto; padding: 28px 20px; min-height: 160px; }
    .principle h4 { font-size: 22px; }
    .quote { padding: 100px 24px; }
    .footer { padding: 60px 24px 32px; }
    .footer { padding: 40px 24px; }
    .footer-grid { grid-template-columns: 1fr; gap: 32px; }
    .footer-col-right { text-align: left; }
    .footer-photo { max-width: 100%; aspect-ratio: 3 / 4; margin: 60px auto; }
    .section-divider { aspect-ratio: 3 / 4; max-width: 100%; margin: 60px auto; }
  }

  /* —— NAV LINKS / LANG / MOBILE MENU —— */
  .nav-brand { cursor: pointer; }
  .nav-left { display: flex; align-items: baseline; gap: 16px; }
  .nav-links { display: flex; align-items: center; gap: 30px; }
  .nav-links > a {
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: var(--ink-mute);
    font-weight: 500;
    transition: color 0.3s ease;
  }
  .nav-links > a:hover { color: var(--accent); }
  .lang-switch {
    display: flex;
    align-items: center;
    gap: 8px;
    padding-left: 22px;
    border-left: 1px solid var(--line);
  }
  .lang-btn {
    background: transparent;
    border: none;
    cursor: pointer;
    font-family: 'Inter', sans-serif;
    font-size: 11px;
    letter-spacing: 2px;
    font-weight: 500;
    color: var(--ink-low);
    padding: 0;
    transition: color 0.3s ease;
  }
  .lang-btn:hover { color: var(--ink); }
  .lang-btn.active { color: var(--accent); }
  .lang-sep { color: var(--ink-low); font-size: 11px; }
  .nav-toggle {
    display: none;
    position: relative;
    z-index: 70;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
    width: 34px;
    height: 34px;
    padding: 7px;
    background: transparent;
    border: none;
    cursor: pointer;
  }
  .nav-toggle span {
    display: block;
    width: 100%;
    height: 1.5px;
    background: var(--ink);
    transition: transform 0.3s ease, opacity 0.3s ease;
  }
  .nav-toggle[aria-expanded="true"] span:nth-child(1) { transform: translateY(6.5px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] span:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] span:nth-child(3) { transform: translateY(-6.5px) rotate(-45deg); }
  @media (max-width: 860px) {
    .nav-toggle { display: flex; }
    .nav-links {
      position: fixed;
      top: 0; right: 0;
      height: 100vh;
      width: min(80vw, 320px);
      flex-direction: column;
      align-items: flex-start;
      justify-content: center;
      gap: 30px;
      padding: 80px 40px;
      background: rgba(12, 7, 7, 0.97);
      backdrop-filter: blur(20px);
      -webkit-backdrop-filter: blur(20px);
      border-left: 1px solid var(--line);
      transform: translateX(100%);
      transition: transform 0.4s ease;
      z-index: 60;
    }
    .nav-links.open { transform: translateX(0); }
    .nav-links > a { font-size: 15px; letter-spacing: 3px; }
    .lang-switch { padding-left: 0; border-left: none; padding-top: 20px; margin-top: 4px; border-top: 1px solid var(--line); width: 100%; }
    .lang-btn { font-size: 13px; }
  }
  .footer .lang-switch { margin-top: 24px; padding-left: 0; border-left: none; }

  /* —— ACTIVE NAV ANCHOR (scroll-spy) —— */
  .nav-links > a.current { color: var(--accent); }

  /* —— BACK TO TOP (desktop) —— */
  .to-top {
    position: fixed;
    right: 28px;
    bottom: 28px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid var(--accent);
    background: rgba(10, 6, 6, 0.6);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    color: var(--ink);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: opacity 0.3s ease, transform 0.3s ease, background 0.3s ease, visibility 0.3s;
    z-index: 45;
  }
  .to-top:hover { background: var(--accent); }
  .to-top.show { opacity: 1; visibility: visible; transform: translateY(0); }
  .to-top svg { width: 18px; height: 18px; }
  @media (max-width: 860px) { .to-top { display: none; } }
