/* ═══════════════════════════════════════════════════
   MARIA LOREN ACKIES — Creative Director Application
   The Nothing Else · 2026
   styles.css
═══════════════════════════════════════════════════ */

/* ── DESIGN TOKENS ── */
:root {
  --white:          #FFFFFF;
  --ivory:          #FAF8F5;
  --cream:          #F5F1EC;
  --blush-pale:     #F9F1F4;
  --blush:          #F0E0E7;

  --fuchsia:        #B8125A;
  --fuchsia-deep:   #8A0C43;
  --fuchsia-mid:    #C4175B;
  --fuchsia-tint:   #FBF0F5;

  --ink:            #1A1618;
  --ink-secondary:  #4A4046;
  --ink-tertiary:   #7A6E72;
  --ink-ghost:      #B0A6AA;

  --taupe:          #C4B5A8;
  --taupe-light:    #EDE6DF;
  --gold:           #B8936A;

  --border:         #E8E0D8;
  --border-faint:   #F0EAE3;
}

/* ── RESET ── */
*, *::before, *::after { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; font-size: 16px; }

body {
  background: var(--white);
  color: var(--ink);
  font-family: 'Jost', 'Avenir Next', 'Avenir', sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  cursor: none;
  -webkit-font-smoothing: antialiased;
}

/* ── CUSTOM CURSOR ── */
.cursor {
  position: fixed;
  width: 7px; height: 7px;
  background: var(--fuchsia);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9999;
  transform: translate(-50%, -50%);
  transition: transform 0.15s ease;
  mix-blend-mode: multiply;
}
.cursor-ring {
  position: fixed;
  width: 28px; height: 28px;
  border: 1px solid var(--fuchsia);
  border-radius: 50%;
  pointer-events: none;
  z-index: 9998;
  transform: translate(-50%, -50%);
  opacity: 0.4;
  transition: width 0.35s ease, height 0.35s ease, opacity 0.3s;
}
.cursor-ring.hovered { width: 48px; height: 48px; opacity: 0.6; }

/* ── NAV ── */
nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 20px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255,255,255,0.9);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--border-faint);
  transition: padding 0.3s ease, box-shadow 0.3s ease;
}
nav.scrolled {
  padding: 14px 56px;
  box-shadow: 0 1px 20px rgba(26,22,24,0.06);
}
.nav-logo {
  font-family: 'Playfair Display', serif;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
  color: var(--ink);
  letter-spacing: 0.02em;
  text-decoration: none;
}
.nav-links {
  display: flex;
  gap: 36px;
  list-style: none;
}
.nav-links a {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--ink-tertiary);
  text-decoration: none;
  transition: color 0.2s;
}
.nav-links a:hover { color: var(--fuchsia); }

/* ── HERO ── */
.hero {
  min-height: 100vh;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
}

.hero-left {
  background: var(--fuchsia);
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 60px 52px 72px;
  position: relative;
  overflow: hidden;
}

.hero-left::before {
  content: '';
  position: absolute;
  top: -30px; right: -60px;
  width: 460px; height: 460px;
  opacity: 0.09;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 460 460'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cellipse cx='230' cy='200' rx='90' ry='140' transform='rotate(-22 230 200)'/%3E%3Cellipse cx='230' cy='200' rx='90' ry='140' transform='rotate(22 230 200)'/%3E%3Cellipse cx='230' cy='200' rx='90' ry='140' transform='rotate(66 230 200)'/%3E%3Cellipse cx='230' cy='200' rx='90' ry='140' transform='rotate(110 230 200)'/%3E%3Cellipse cx='230' cy='200' rx='90' ry='140' transform='rotate(154 230 200)'/%3E%3Cellipse cx='230' cy='200' rx='90' ry='140' transform='rotate(-66 230 200)'/%3E%3Ccircle cx='230' cy='200' r='16' stroke-width='1.4'/%3E%3Cline x1='230' y1='340' x2='230' y2='460' stroke-width='1.3'/%3E%3Cellipse cx='208' cy='390' rx='24' ry='11' transform='rotate(-28 208 390)'/%3E%3Cellipse cx='254' cy='416' rx='21' ry='10' transform='rotate(22 254 416)'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  animation: breathe 14s ease-in-out infinite;
}

.hero-left::after {
  content: '';
  position: absolute;
  bottom: -50px; left: -50px;
  width: 240px; height: 240px;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 240 240'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cellipse cx='120' cy='110' rx='50' ry='80' transform='rotate(20 120 110)'/%3E%3Cellipse cx='120' cy='110' rx='50' ry='80' transform='rotate(80 120 110)'/%3E%3Cellipse cx='120' cy='110' rx='50' ry='80' transform='rotate(140 120 110)'/%3E%3Ccircle cx='120' cy='110' r='10'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
  animation: breathe 18s ease-in-out infinite reverse;
}

@keyframes breathe {
  0%, 100% { transform: scale(1) rotate(0deg); }
  50%       { transform: scale(1.06) rotate(4deg); }
}

.hero-eyebrow {
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.34em;
  color: rgba(255,255,255,0.6);
  text-transform: uppercase;
  margin-bottom: 40px;
  position: relative; z-index: 1;
  opacity: 0;
  animation: fadeUp 1s ease 0.2s forwards;
}

.hero-name {
  font-family: 'Playfair Display', serif;
  font-size: clamp(52px, 6vw, 88px);
  font-weight: 400;
  line-height: 0.95;
  color: #fff;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
  position: relative; z-index: 1;
  opacity: 0;
  animation: fadeUp 1s ease 0.4s forwards;
}
.hero-name em {
  display: block;
  font-style: italic;
  font-weight: 400;
  color: rgba(255,255,255,0.72);
}

.hero-divider {
  width: 40px; height: 1px;
  background: rgba(255,255,255,0.45);
  margin-bottom: 24px;
  transform-origin: left;
  transform: scaleX(0);
  opacity: 0;
  animation: growLine 0.9s ease 0.75s forwards;
  position: relative; z-index: 1;
}
@keyframes growLine { to { transform: scaleX(1); opacity: 1; } }

.hero-role {
  font-family: 'Jost', sans-serif;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.55);
  position: relative; z-index: 1;
  opacity: 0;
  animation: fadeUp 1s ease 0.9s forwards;
}

@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to   { opacity: 1; transform: translateY(0); }
}

.hero-right {
  background: var(--white);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 64px 80px 72px;
  position: relative;
  overflow: hidden;
}

.hero-right::before {
  content: '';
  position: absolute;
  top: 40px; right: -40px;
  width: 280px; height: 280px;
  opacity: 0.04;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 280 280'%3E%3Cg fill='none' stroke='%23B8125A' stroke-width='1.5'%3E%3Cellipse cx='140' cy='120' rx='60' ry='95' transform='rotate(-20 140 120)'/%3E%3Cellipse cx='140' cy='120' rx='60' ry='95' transform='rotate(20 140 120)'/%3E%3Cellipse cx='140' cy='120' rx='60' ry='95' transform='rotate(60 140 120)'/%3E%3Cellipse cx='140' cy='120' rx='60' ry='95' transform='rotate(100 140 120)'/%3E%3Ccircle cx='140' cy='120' r='12'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}

.app-tag {
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.32em;
  text-transform: uppercase;
  color: var(--fuchsia);
  margin-bottom: 48px;
  opacity: 0;
  animation: fadeUp 1s ease 0.5s forwards;
}

.hero-statement {
  font-family: 'Playfair Display', serif;
  font-size: clamp(22px, 2.4vw, 32px);
  font-weight: 400;
  line-height: 1.48;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 52px;
  opacity: 0;
  animation: fadeUp 1s ease 0.7s forwards;
}
.hero-statement strong {
  font-weight: 500;
  color: var(--fuchsia);
  font-style: italic;
}

.hero-meta {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px 32px;
  padding-top: 40px;
  border-top: 1px solid var(--border);
  opacity: 0;
  animation: fadeUp 1s ease 1s forwards;
}
.meta-item label {
  font-family: 'Jost', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-ghost);
  display: block;
  margin-bottom: 5px;
}
.meta-item span {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: var(--ink-secondary);
  line-height: 1.4;
}

/* ── SECTION MARKER ── */
.section-marker {
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--fuchsia);
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 52px;
}
.section-marker::after {
  content: '';
  flex: 1;
  height: 1px;
  background: var(--border);
}
.section-marker.light { color: rgba(255,255,255,0.5); }
.section-marker.light::after { background: rgba(255,255,255,0.15); }

/* ── ABOUT STRIP ── */
.about-strip {
  background: var(--ivory);
  padding: 80px 56px;
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: center;
  border-bottom: 1px solid var(--border);
}
.about-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(28px, 3vw, 42px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
}
.about-heading em { font-style: italic; color: var(--fuchsia); }
.about-body {
  font-family: 'Jost', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.85;
  color: var(--ink-secondary);
  max-width: 640px;
}
.about-body p + p { margin-top: 20px; }
.about-body strong { font-weight: 500; color: var(--ink); }

/* ── PHILOSOPHY ── */
.philosophy {
  padding: 112px 56px;
  background: var(--white);
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 96px;
  align-items: start;
}
.philosophy-sticky {
  position: sticky;
  top: 88px;
}
.big-num {
  font-family: 'Playfair Display', serif;
  font-size: 140px;
  font-weight: 400;
  line-height: 1;
  color: var(--blush);
  letter-spacing: -0.04em;
  margin-bottom: -32px;
  user-select: none;
}
.section-heading {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 24px;
  position: relative; z-index: 1;
}
.section-heading em { font-style: italic; color: var(--fuchsia); }
.section-body {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.82;
  color: var(--ink-secondary);
  max-width: 420px;
}
.pillars { padding-top: 40px; }
.pillar {
  border-top: 1px solid var(--border);
  padding: 36px 0;
  display: grid;
  grid-template-columns: 40px 1fr;
  gap: 20px;
  opacity: 0;
  transform: translateY(16px);
  transition: opacity 0.65s ease, transform 0.65s ease;
}
.pillar:last-child { border-bottom: 1px solid var(--border); }
.pillar.visible { opacity: 1; transform: translateY(0); }
.pillar-num {
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.18em;
  color: var(--fuchsia);
  padding-top: 4px;
}
.pillar-title {
  font-family: 'Playfair Display', serif;
  font-size: 19px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 10px;
}
.pillar-text {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.78;
  color: var(--ink-secondary);
}

/* ── VISION SECTION ── */
.vision {
  background: var(--fuchsia-deep);
  padding: 96px 56px;
  position: relative;
  overflow: hidden;
}
.vision-botanical-bg {
  position: absolute;
  top: -80px; right: -80px;
  width: 520px; height: 520px;
  opacity: 0.07;
  pointer-events: none;
}
.vision-headline {
  font-family: 'Playfair Display', serif;
  font-size: clamp(40px, 5vw, 74px);
  font-weight: 400;
  color: #fff;
  line-height: 1.05;
  letter-spacing: -0.02em;
  margin-bottom: 72px;
  max-width: 820px;
  position: relative; z-index: 1;
}
.vision-headline em { font-style: italic; color: rgba(255,255,255,0.6); }
.vision-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  position: relative; z-index: 1;
}
.vision-card {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.08);
  padding: 40px 32px;
  position: relative;
  overflow: hidden;
  transition: background 0.35s ease, transform 0.35s ease;
}
.vision-card:hover {
  background: rgba(255,255,255,0.09);
  transform: translateY(-2px);
}
.vision-card::after {
  content: '';
  position: absolute;
  bottom: 0; left: 0;
  width: 100%; height: 1.5px;
  background: rgba(255,255,255,0.3);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}
.vision-card:hover::after { transform: scaleX(1); }
.vc-icon { width: 40px; height: 40px; margin-bottom: 24px; }
.vc-title {
  font-family: 'Playfair Display', serif;
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 12px;
}
.vc-body {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.78;
  color: rgba(255,255,255,0.55);
}

/* ── CONCEPTS / CAMPAIGN CARDS ── */
.concepts {
  padding: 112px 56px;
  background: var(--ivory);
}
.concepts-intro {
  max-width: 600px;
  margin-bottom: 72px;
}
.concepts-intro p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-secondary);
  margin-top: 20px;
}

/* Concept Card */
.concept-card {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0;
  background: var(--white);
  border: 1px solid var(--border);
  margin-bottom: 3px;
  overflow: hidden;
  transition: box-shadow 0.35s ease;
}
.concept-card:hover {
  box-shadow: 0 8px 40px rgba(26,22,24,0.07);
}
.concept-card.reverse { direction: rtl; }
.concept-card.reverse > * { direction: ltr; }

/* Image slot */
.concept-img-wrap {
  position: relative;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  background: var(--cream);
  display: flex;
  align-items: stretch;
}
.concept-img-wrap img {
  width: 100%; height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.7s cubic-bezier(0.16,1,0.3,1);
  filter: saturate(0.9) contrast(1.02);
}
.concept-card:hover .concept-img-wrap img { transform: scale(1.04); }

/* Placeholder — hidden by default, shown via JS on image error */
.concept-img-placeholder {
  position: absolute;
  inset: 0;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 28px;
  text-align: center;
  background: var(--cream);
}
.concept-img-placeholder.visible {
  display: flex;
}

/* Image caption */
.img-caption {
  position: absolute;
  bottom: 0; left: 0; right: 0;
  padding: 10px 16px;
  background: linear-gradient(to top, rgba(26,22,24,0.55), transparent);
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 400;
  letter-spacing: 0.16em;
  color: rgba(255,255,255,0.8);
  text-transform: uppercase;
}

.concept-content {
  padding: 48px 52px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.concept-tag {
  font-family: 'Jost', sans-serif;
  font-size: 8px;
  font-weight: 600;
  letter-spacing: 0.3em;
  text-transform: uppercase;
  color: var(--fuchsia);
  margin-bottom: 20px;
}
.concept-title {
  font-family: 'Playfair Display', serif;
  font-size: clamp(24px, 2.8vw, 38px);
  font-weight: 400;
  line-height: 1.12;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.concept-title em { font-style: italic; color: var(--fuchsia); }
.concept-desc {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-secondary);
  margin-bottom: 20px;
}
.concept-desc:last-of-type { margin-bottom: 28px; }
.concept-insight {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.06em;
  color: var(--fuchsia);
  padding-top: 20px;
  border-top: 1px solid var(--border);
}
.concept-insight span { color: var(--ink-tertiary); font-weight: 300; }

/* ── MANIFESTO ── */
.manifesto {
  padding: 120px 56px;
  background: var(--white);
  position: relative;
  overflow: hidden;
}
.manifesto::before {
  content: '\201C';
  position: absolute;
  top: 20px; left: 48px;
  font-family: 'Playfair Display', serif;
  font-size: 280px;
  font-weight: 400;
  color: var(--blush);
  line-height: 1;
  pointer-events: none;
  user-select: none;
}
.manifesto::after {
  content: '';
  position: absolute;
  top: 50%; right: 40px;
  transform: translateY(-50%);
  width: 380px; height: 380px;
  opacity: 0.035;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 380 380'%3E%3Cg fill='none' stroke='%23B8125A' stroke-width='1.5'%3E%3Cellipse cx='190' cy='165' rx='80' ry='125' transform='rotate(-18 190 165)'/%3E%3Cellipse cx='190' cy='165' rx='80' ry='125' transform='rotate(18 190 165)'/%3E%3Cellipse cx='190' cy='165' rx='80' ry='125' transform='rotate(54 190 165)'/%3E%3Cellipse cx='190' cy='165' rx='80' ry='125' transform='rotate(90 190 165)'/%3E%3Cellipse cx='190' cy='165' rx='80' ry='125' transform='rotate(126 190 165)'/%3E%3Ccircle cx='190' cy='165' r='18'/%3E%3Cline x1='190' y1='290' x2='190' y2='380' stroke-width='1.5'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.manifesto-inner {
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  position: relative; z-index: 1;
}
.manifesto-text {
  font-family: 'Playfair Display', serif;
  font-size: clamp(26px, 3.2vw, 46px);
  font-weight: 400;
  line-height: 1.38;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 40px;
}
.manifesto-text em { font-style: italic; color: var(--fuchsia); }
.manifesto-attr {
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  color: var(--ink-ghost);
}

/* ── EXPERTISE ── */
.expertise {
  padding: 96px 56px;
  background: var(--ivory);
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 80px;
  align-items: start;
}
.expertise-intro { position: sticky; top: 88px; }
.expertise-intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 400;
  line-height: 1.15;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.expertise-intro h2 em { font-style: italic; color: var(--fuchsia); }
.expertise-intro p {
  font-family: 'Jost', sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 1.82;
  color: var(--ink-secondary);
}
.expertise-intro p + p { margin-top: 14px; }
.expertise-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.skill-block {
  opacity: 0;
  transform: translateY(14px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.skill-block.visible { opacity: 1; transform: translateY(0); }
.skill-block h3 {
  font-family: 'Playfair Display', serif;
  font-size: 17px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 10px;
}
.skill-block p {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.72;
  color: var(--ink-secondary);
  margin-bottom: 16px;
}
.skill-bar {
  height: 1.5px;
  background: var(--border);
}
.skill-fill {
  height: 100%;
  background: linear-gradient(90deg, var(--fuchsia), var(--fuchsia-deep));
  width: 0;
  transition: width 1.3s cubic-bezier(0.16,1,0.3,1);
}
.skill-block.visible .skill-fill { width: var(--fill); }

/* ── HIGHLIGHTS ── */
.highlights {
  padding: 72px 56px;
  background: var(--white);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}
.hl-card {
  padding: 40px 32px;
  text-align: center;
  background: var(--white);
  transition: background 0.3s ease;
}
.hl-card:hover { background: var(--fuchsia-tint); }
.hl-icon { margin: 0 auto 18px; display: block; }
.hl-value {
  font-family: 'Playfair Display', serif;
  font-size: 28px;
  font-weight: 400;
  color: var(--fuchsia);
  margin-bottom: 6px;
}
.hl-label {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: var(--ink);
  margin-bottom: 6px;
}
.hl-sub {
  font-family: 'Jost', sans-serif;
  font-size: 11px;
  font-weight: 300;
  line-height: 1.6;
  color: var(--ink-tertiary);
}

/* ── FIRST 30 DAYS ── */
.thirty-days {
  padding: 112px 56px;
  background: var(--cream);
  position: relative;
  overflow: hidden;
}
.thirty-days::before {
  content: '';
  position: absolute;
  top: 0; left: 0; right: 0;
  height: 3px;
  background: linear-gradient(90deg, var(--fuchsia), var(--fuchsia-deep), transparent);
}
.thirty-intro {
  max-width: 560px;
  margin-bottom: 72px;
}
.thirty-intro h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(32px, 3.5vw, 52px);
  font-weight: 400;
  line-height: 1.1;
  color: var(--ink);
  letter-spacing: -0.01em;
  margin-bottom: 20px;
}
.thirty-intro h2 em { font-style: italic; color: var(--fuchsia); }
.thirty-intro p {
  font-family: 'Jost', sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.8;
  color: var(--ink-secondary);
}
.thirty-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2px;
  margin-bottom: 56px;
}
.thirty-col {
  background: var(--white);
  padding: 44px 40px 48px;
  border-top: 2px solid var(--fuchsia);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.65s ease, transform 0.65s ease, box-shadow 0.3s ease;
}
.thirty-col.visible { opacity: 1; transform: translateY(0); }
.thirty-col:hover { box-shadow: 0 8px 32px rgba(26,22,24,0.06); }
.col-num {
  font-family: 'Playfair Display', serif;
  font-size: 48px;
  font-weight: 400;
  color: var(--fuchsia);
  opacity: 0.18;
  line-height: 1;
  margin-bottom: 12px;
  letter-spacing: -0.02em;
}
.col-title {
  font-family: 'Playfair Display', serif;
  font-size: 20px;
  font-weight: 400;
  color: var(--ink);
  margin-bottom: 28px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--border);
}
.col-bullets {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.col-bullets li {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.65;
  color: var(--ink-secondary);
  padding-left: 16px;
  position: relative;
}
.col-bullets li::before {
  content: '—';
  position: absolute;
  left: 0;
  color: var(--fuchsia);
  font-weight: 400;
}
.thirty-goal {
  text-align: center;
  padding: 36px 40px;
  background: var(--fuchsia);
  max-width: 680px;
  margin: 0 auto;
}
.thirty-goal p {
  font-family: 'Playfair Display', serif;
  font-size: clamp(16px, 1.8vw, 22px);
  font-weight: 400;
  font-style: italic;
  color: #fff;
  line-height: 1.4;
}
.thirty-goal strong { font-style: normal; font-weight: 500; }

/* ── FOOTER ── */
.footer {
  background: var(--ink);
  padding: 88px 56px 60px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: end;
  position: relative;
  overflow: hidden;
}
.footer::before {
  content: '';
  position: absolute;
  top: -60px; right: -60px;
  width: 420px; height: 420px;
  opacity: 0.07;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 420'%3E%3Cg fill='none' stroke='white' stroke-width='1'%3E%3Cellipse cx='210' cy='185' rx='88' ry='140' transform='rotate(-20 210 185)'/%3E%3Cellipse cx='210' cy='185' rx='88' ry='140' transform='rotate(20 210 185)'/%3E%3Cellipse cx='210' cy='185' rx='88' ry='140' transform='rotate(60 210 185)'/%3E%3Cellipse cx='210' cy='185' rx='88' ry='140' transform='rotate(100 210 185)'/%3E%3Ccircle cx='210' cy='185' r='16'/%3E%3C/g%3E%3C/svg%3E");
  pointer-events: none;
}
.footer-left { position: relative; z-index: 1; }
.footer-left h2 {
  font-family: 'Playfair Display', serif;
  font-size: clamp(30px, 3.5vw, 52px);
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  letter-spacing: -0.01em;
  margin-bottom: 32px;
}
.footer-left h2 em { font-style: italic; color: rgba(255,255,255,0.5); }
.footer-contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-contact {
  font-family: 'Jost', sans-serif;
  font-size: 13px;
  font-weight: 300;
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  display: flex;
  align-items: center;
  gap: 10px;
  transition: color 0.2s;
}
.footer-contact:hover { color: rgba(255,255,255,0.92); }
.footer-contact-dot {
  width: 4px; height: 4px;
  background: var(--fuchsia-mid);
  border-radius: 50%;
  flex-shrink: 0;
}
.footer-avail {
  margin-top: 28px;
  font-family: 'Jost', sans-serif;
  font-size: 9px;
  font-weight: 500;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.25);
}
.footer-right {
  position: relative; z-index: 1;
  text-align: right;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 24px;
}
.footer-right-meta {
  font-family: 'Jost', sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 2;
  color: rgba(255,255,255,0.35);
}
.footer-bottom {
  background: var(--ink);
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: 22px 56px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
}
.footer-bottom span {
  font-family: 'Jost', sans-serif;
  font-size: 8px;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: rgba(255,255,255,0.2);
}

/* ── SCROLL REVEAL ── */
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.75s ease, transform 0.75s ease;
}
.reveal.visible { opacity: 1; transform: translateY(0); }

/* ── RESPONSIVE ── */
@media (max-width: 1024px) {
  .vision-grid { grid-template-columns: 1fr 1fr; }
  .highlights { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  body { cursor: auto; }
  .cursor, .cursor-ring { display: none; }

  nav { padding: 16px 24px; }
  nav.scrolled { padding: 12px 24px; }
  .nav-links { display: none; }

  .hero { grid-template-columns: 1fr; }
  .hero-left { min-height: 55vh; padding: 44px 28px 52px; }
  .hero-right { padding: 52px 28px 60px; }
  .hero-meta { grid-template-columns: 1fr; gap: 20px; }

  .about-strip { grid-template-columns: 1fr; padding: 56px 28px; gap: 32px; }

  .philosophy { grid-template-columns: 1fr; padding: 72px 28px; gap: 40px; }
  .philosophy-sticky { position: static; }
  .big-num { font-size: 80px; }

  .vision { padding: 64px 28px; }
  .vision-grid { grid-template-columns: 1fr; }
  .vision-headline { margin-bottom: 48px; }

  .concepts { padding: 72px 28px; }
  .concept-card { grid-template-columns: 1fr; direction: ltr !important; }
  .concept-card.reverse > * { direction: ltr; }
  .concept-content { padding: 36px 28px; }

  .manifesto { padding: 80px 28px; }
  .manifesto::before { font-size: 160px; top: 10px; left: 20px; }
  .manifesto::after { display: none; }

  .expertise { grid-template-columns: 1fr; padding: 72px 28px; gap: 48px; }
  .expertise-intro { position: static; }
  .expertise-grid { grid-template-columns: 1fr; }

  .highlights { grid-template-columns: 1fr 1fr; padding: 48px 28px; }

  .thirty-days { padding: 72px 28px; }
  .thirty-grid { grid-template-columns: 1fr; }
  .thirty-goal { padding: 28px 24px; }

  .footer { grid-template-columns: 1fr; padding: 56px 28px 44px; gap: 40px; }
  .footer-right { text-align: left; align-items: flex-start; }
  .footer-bottom { padding: 18px 28px; flex-direction: column; text-align: center; }

  .section-marker { margin-bottom: 36px; }
}

@media (max-width: 480px) {
  .highlights { grid-template-columns: 1fr; }
  .hero-name { font-size: clamp(44px, 14vw, 72px); }
}
