/* ============================================================
   HOMEPAGE styles
   ============================================================ */
.section-pad { padding-top: var(--nav-h); }

/* ---------- HERO common ---------- */
.hero { position: relative; min-height: 100svh; display: flex; flex-direction: column; justify-content: center; overflow: hidden; padding-top: var(--nav-h); background: transparent; }
.hero__inner { position: relative; z-index: 3; }
.hero__title { font-size: clamp(48px, 9vw, 136px); margin: 18px 0 0; }
.hero__lede { color: var(--text-dim); font-size: clamp(15px, 1.6vw, 19px); line-height: 1.7; max-width: 52ch; margin: 28px 0 40px; }
.hero__cta { display: flex; gap: 14px; flex-wrap: wrap; }
.hero__scroll { position: absolute; bottom: 32px; left: 50%; transform: translateX(-50%); font-size: 11px; letter-spacing: 0.3em; color: var(--text-mute); z-index: 3; animation: bob 2.4s var(--ease-in-out) infinite; }
@keyframes bob { 0%,100%{ transform: translate(-50%, 0); } 50%{ transform: translate(-50%, 7px); } }

/* statement variant */
.hero__markwrap { position: absolute; inset: 0; display: flex; align-items: center; justify-content: center; z-index: 1; pointer-events: none; }
.hero__markwrap::before { content: ""; position: absolute; width: min(96vh, 960px); aspect-ratio: 1; border-radius: 50%; background: conic-gradient(from 0deg, rgba(199,168,109,0), rgba(139,58,85,0.30), rgba(199,168,109,0.24), rgba(90,16,39,0.30), rgba(139,58,85,0.22), rgba(199,168,109,0)); filter: blur(66px); opacity: 0.82; animation: slow-spin 70s linear infinite; will-change: transform; }
@media (prefers-reduced-motion: reduce){ .hero__markwrap::before{ animation: none; } }
/* fade the glow radially so the hero's overflow clip never shows as a hard seam */
.hero__markwrap::before { -webkit-mask-image: radial-gradient(50% 50% at 50% 50%, #000 50%, rgba(0,0,0,0) 90%); mask-image: radial-gradient(50% 50% at 50% 50%, #000 50%, rgba(0,0,0,0) 90%); }
.hero__mark { position: relative; width: min(90vh, 880px); height: auto; opacity: 0.06; animation: slow-spin 90s linear infinite; }
.hero--statement .hero__inner { text-align: left; }

/* split variant */
.hero__split-grid { display: grid; grid-template-columns: 1.15fr 0.85fr; gap: 56px; align-items: center; position: relative; z-index: 3; }
.hero--split .hero__title { font-size: clamp(40px, 6.4vw, 92px); }
.hero__panel { border: 1px solid var(--border); border-radius: var(--radius-lg); background: linear-gradient(180deg, var(--surface), var(--bg-elev)); padding: 28px; position: relative; overflow: hidden; }
.hero__panel::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(var(--border-soft) 1px, transparent 1px), linear-gradient(90deg, var(--border-soft) 1px, transparent 1px); background-size: 28px 28px; opacity: 0.5; pointer-events: none; }
.hero__panel-top { display: flex; justify-content: space-between; align-items: center; position: relative; }
.hero__rotor { padding: 38px 0 30px; min-height: 150px; position: relative; }
.hero__rotor-name { font-size: clamp(28px, 4vw, 44px); line-height: 1; }
.hero__rotor-meta { color: var(--text-mute); font-size: 13px; margin-top: 10px; }
.hero__rotor-reach { margin-top: 16px; font-size: 14px; color: var(--text-dim); }
.hero__rotor-reach .num { font-family: var(--font-display); font-weight: 700; color: var(--text); font-size: 18px; }
.hero__panel-stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; padding-top: 24px; border-top: 1px solid var(--border); position: relative; }
.hero__panel-stats .num { font-family: var(--font-display); font-weight: 700; font-size: 22px; display: block; }
.hero__panel-stats em { font-style: normal; color: var(--text-mute); font-size: 10px; letter-spacing: 0.08em; text-transform: uppercase; }
@media (max-width: 920px){ .hero__split-grid{ grid-template-columns: 1fr; gap: 36px; } }

/* marquee variant */
.hero--marquee { justify-content: center; }
.hero__title--mq { font-size: clamp(44px, 8vw, 120px); }
.hero__mq-rows { position: absolute; bottom: 6%; left: 0; right: 0; display: flex; flex-direction: column; gap: 14px; z-index: 1; opacity: 0.4; }
.hero__mq-rows .marquee__item { font-family: var(--font-display); font-size: clamp(28px, 5vw, 56px); color: var(--text-mute); }
.marquee--rev .marquee__track { animation-direction: reverse; }

/* ---------- credibility strip ---------- */
.credstrip { padding: 40px 0 48px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); background: var(--bg-elev); position: relative; z-index: 2; }
.credstrip__label { text-align: center; margin-bottom: 28px; }

/* ---------- section head ---------- */
.sechead { margin-bottom: 56px; }
.sechead__title { font-size: clamp(30px, 4.4vw, 58px); margin: 14px 0 0; }
.sechead--row { display: flex; justify-content: space-between; align-items: flex-end; gap: 24px; flex-wrap: wrap; }
.sechead--center { text-align: center; margin-left: auto; margin-right: auto; max-width: 760px; }

/* ---------- trusted by (logo wall) ---------- */
.trustwall { position: relative; z-index: 2; }
.trustwall__grid { display: grid; grid-template-columns: repeat(6, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; margin-top: 4px; }
.trustcell { background: var(--bg-elev); display: flex; align-items: center; justify-content: center; min-height: 120px; padding: 22px; }
.trustcell__img { height: 30px; max-width: 132px; width: auto; object-fit: contain; opacity: 0.66; filter: brightness(0) invert(1); transition: opacity .4s var(--ease); padding: 0; }
.trustcell:hover .trustcell__img { opacity: 1; }
.trustcell .brandlogo { padding: 0; font-size: 19px; }
.trustwall__foot { display: flex; align-items: center; justify-content: center; gap: 22px; margin-top: 32px; flex-wrap: wrap; }
.trustwall__note { text-align: center; color: var(--text-mute); font-size: 13px; letter-spacing: 0.03em; margin: 0; }
@media (max-width: 900px){ .trustwall__grid{ grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 520px){ .trustwall__grid{ grid-template-columns: repeat(2, 1fr); } .trustcell{ min-height: 96px; } }

/* ---------- metrics (light) ---------- */
.metrics .metrics__lede { color: var(--text-dim); font-size: 15px; line-height: 1.7; max-width: 42ch; margin: 0; }

/* ---------- featured creators ---------- */
.featured { position: relative; z-index: 2; }
.featured__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.fcard { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); transition: border-color .4s var(--ease), transform .4s var(--ease); }
.fcard:hover { border-color: var(--border-strong); transform: translateY(-3px); }
.fcard { transition: border-color .4s var(--ease), transform .3s var(--ease); }
.fcard__media { position: relative; aspect-ratio: 4/5; overflow: hidden; }
.fcard__media img { width: 100%; height: 100%; object-fit: cover; object-position: 50% 26%; display: block; transition: transform .6s var(--ease); }
.fcard:hover .fcard__media img { transform: scale(1.05); }
.fcard__fallback { position: absolute; inset: 0; display: grid; place-items: center; background: repeating-linear-gradient(45deg, #2a141c 0 2px, #1a0d13 2px 11px); }
.fcard__fallback span { font-family: var(--font-display); font-weight: 700; font-size: 46px; color: rgba(244,241,234,0.4); }
.fcard__scrim { position: absolute; inset: 0; background: linear-gradient(to top, rgba(20,9,14,0.88) 1%, transparent 44%); pointer-events: none; }
.fcard__cat { position: absolute; top: 12px; left: 12px; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--bone); background: rgba(20,9,14,0.55); backdrop-filter: blur(4px); border: 1px solid var(--border); border-radius: var(--radius-pill); padding: 5px 11px; }
.fcard__plats { position: absolute; bottom: 13px; left: 15px; display: flex; gap: 11px; color: var(--bone); opacity: 0.9; }
.fcard__foot { display: flex; align-items: center; justify-content: space-between; gap: 10px; padding: 16px 18px 18px; }
.fcard__name { font-weight: 600; font-size: 16px; letter-spacing: -0.01em; }
.fcard__handle { color: var(--text-mute); font-size: 12px; margin-top: 2px; }
.fcard__reach { text-align: right; flex: none; }
.fcard__reach .num { font-family: var(--font-display); font-weight: 700; font-size: 18px; display: block; }
.fcard__reach em { font-style: normal; color: var(--text-mute); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
@media (max-width: 980px){ .featured__grid{ grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px){ .featured__grid{ grid-template-columns: 1fr 1fr; gap: 12px; } }

/* ---------- featured campaigns / case studies ---------- */
.campaigns { position: relative; z-index: 2; }
.campaigns__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.camp { display: flex; flex-direction: column; border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; background: var(--surface); }
.camp__media { position: relative; aspect-ratio: 16/9; background: var(--bg); border-bottom: 1px solid var(--border); }
.camp__media image-slot { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.camp__brand { position: absolute; top: 14px; left: 16px; z-index: 3; font-family: var(--font-display); font-weight: 700; letter-spacing: 0.05em; font-size: 15px; color: var(--bone); text-shadow: 0 1px 10px rgba(0,0,0,0.7); pointer-events: none; }
.camp__draft { position: absolute; top: 14px; right: 16px; z-index: 3; font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; color: var(--gold); border: 1px solid rgba(199,168,109,0.45); background: rgba(20,9,14,0.6); backdrop-filter: blur(4px); border-radius: var(--radius-pill); padding: 5px 11px; pointer-events: none; }
.camp__body { padding: 30px 32px 34px; display: flex; flex-direction: column; flex: 1; }
.camp__head { font-size: clamp(20px, 2.4vw, 26px); font-weight: 600; line-height: 1.3; margin: 16px 0 18px; letter-spacing: -0.01em; }
.camp__meta { list-style: none; margin: 0 0 24px; padding: 0; display: flex; flex-direction: column; gap: 13px; }
.camp__meta li { display: grid; grid-template-columns: 92px 1fr; gap: 16px; align-items: start; }
.camp__meta em { font-style: normal; color: var(--accent); font-size: 11px; letter-spacing: 0.1em; text-transform: uppercase; padding-top: 2px; }
.camp__meta span { color: var(--text-dim); font-size: 14px; line-height: 1.6; }
.camp__stats { display: flex; gap: 32px; flex-wrap: wrap; padding-top: 22px; border-top: 1px solid var(--border); margin-top: auto; }
.camp__stats > div .num { font-family: var(--font-display); font-weight: 700; font-size: 26px; display: block; }
.camp__stats em { font-style: normal; color: var(--text-mute); font-size: 10px; letter-spacing: 0.1em; text-transform: uppercase; }
.camp__quote { font-size: 17px; line-height: 1.62; margin: 18px 0 18px; color: var(--text); letter-spacing: -0.01em; }
.camp__cite { color: var(--text-mute); font-size: 13px; letter-spacing: 0.03em; margin-top: auto; }
@media (max-width: 860px){ .campaigns__grid{ grid-template-columns: 1fr; } }

/* ---------- what we do ---------- */
.whatwedo { position: relative; z-index: 2; }
.whatwedo__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.wwd-col { border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); padding: 36px 36px 40px; transition: border-color .4s var(--ease), background .4s var(--ease); }
.wwd-col:hover { border-color: var(--border-strong); background: var(--surface-2); }
.wwd-col__head { display: flex; align-items: center; justify-content: space-between; padding-bottom: 24px; margin-bottom: 24px; border-bottom: 1px solid var(--border); }
.wwd-col__arr { color: var(--text-mute); font-size: 18px; transition: transform .3s var(--ease), color .3s var(--ease); }
.wwd-col:hover .wwd-col__arr { color: var(--text); transform: translateX(3px); }
.dolist { list-style: none; margin: 0; padding: 0; }
.dolist li { display: flex; gap: 16px; align-items: center; padding: 13px 0; color: var(--text-dim); font-size: 15px; line-height: 1.5; border-bottom: 1px solid var(--border-soft); }
.dolist li:last-child { border-bottom: 0; }
.dolist__ico { flex: none; width: 38px; height: 38px; display: grid; place-items: center; border: 1px solid var(--border); border-radius: var(--radius); color: var(--accent); background: linear-gradient(160deg, rgba(199,168,109,0.10), rgba(199,168,109,0.02)); transition: color .35s var(--ease), border-color .35s var(--ease), background .35s var(--ease); }
.wwd-col:hover .dolist__ico { color: var(--accent-bright); border-color: rgba(199,168,109,0.45); }
@media (max-width: 820px){ .whatwedo__grid{ grid-template-columns: 1fr; } }

/* ---------- why noetic — bento ---------- */
.why { position: relative; z-index: 2; }
.why__bento { display: grid; grid-template-columns: 0.95fr 1.05fr; gap: 16px; }
.why__lead { position: relative; overflow: hidden; border: 1px solid var(--border); border-radius: var(--radius-lg); padding: 44px 40px; display: flex; flex-direction: column; background:
    radial-gradient(120% 90% at 0% 100%, rgba(199,168,109,0.20), transparent 58%),
    linear-gradient(160deg, var(--surface), var(--bg-elev)); }
.why__lead .eyebrow { position: relative; }
.why__title { font-size: clamp(30px, 3.6vw, 52px); margin: 16px 0 0; }
.why__lead-p { color: var(--text-dim); font-size: 15px; line-height: 1.7; max-width: 34ch; margin: 22px 0 28px; position: relative; }
.why__lead-cta { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text); margin-top: auto; position: relative; width: fit-content; }
.why__lead-cta:hover { color: var(--accent-bright); }
.why__lead-mark { position: absolute; right: -22px; bottom: -26px; color: var(--accent); opacity: 0.14; pointer-events: none; }
.why__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.why__row { display: grid; grid-template-columns: auto auto 1fr; align-items: center; gap: 22px; padding: 26px 30px; background: var(--bg); transition: background .5s var(--ease); }
.why__row:hover { background: var(--surface); }
.why__n { font-size: 22px; color: var(--accent); opacity: 0.85; min-width: 30px; }
.why__ico { width: 44px; height: 44px; flex: none; display: grid; place-items: center; border: 1px solid var(--border); border-radius: 50%; color: var(--accent); background: radial-gradient(circle at 50% 30%, rgba(199,168,109,0.14), transparent 70%); transition: color .4s var(--ease), border-color .4s var(--ease); }
.why__row:hover .why__ico { color: var(--accent-bright); border-color: rgba(199,168,109,0.4); }
.why__row p { margin: 0; color: var(--text-dim); font-size: 15px; line-height: 1.55; }
@media (max-width: 920px){ .why__bento{ grid-template-columns: 1fr; } }
@media (max-width: 540px){ .why__row{ grid-template-columns: auto 1fr; gap: 16px; } .why__ico{ display: none; } }

/* ---------- services (legacy) ---------- */
.services { position: relative; z-index: 2; }
.services__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--border); border: 1px solid var(--border); border-radius: var(--radius-lg); overflow: hidden; }
.svc { background: var(--bg); padding: 40px 36px 48px; transition: background .5s var(--ease); }
.svc:hover { background: var(--surface); }
.svc__n { font-size: 40px; color: var(--text-mute); opacity: 0.5; }
.svc__t { font-size: 22px; font-weight: 600; margin: 28px 0 14px; letter-spacing: -0.01em; }
.svc__d { color: var(--text-dim); font-size: 14px; line-height: 1.7; }
@media (max-width: 820px){ .services__grid{ grid-template-columns: 1fr; } }

/* ---------- manifesto ---------- */
.manifesto { position: relative; z-index: 2; overflow: hidden; background:
    radial-gradient(58% 50% at 50% 50%, rgba(199,168,109,0.14), transparent 70%); }
.manifesto__inner { max-width: 980px; margin: 0 auto; text-align: center; position: relative; z-index: 2; }
.manifesto__text { font-size: clamp(24px, 3.4vw, 44px); line-height: 1.3; font-weight: 400; letter-spacing: -0.02em; }
.manifesto__hl { font-style: italic; color: var(--accent-bright); border-bottom: 2px solid rgba(199,168,109,0.5); }
.manifesto__sub { color: var(--text-mute); font-size: 13px; letter-spacing: 0.1em; text-transform: uppercase; margin-top: 32px; }

/* ---------- stats ---------- */
.stats { position: relative; z-index: 2; }
.stats__grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 28px; }
.statbig { border-top: 1px solid var(--border-strong); padding-top: 22px; }
.statbig__v { font-size: clamp(38px, 5.5vw, 72px); line-height: 0.95; }
.statbig__k { color: var(--text-dim); font-size: 13px; margin-top: 12px; letter-spacing: 0.02em; }
.stats__note { color: var(--text-mute); font-size: 11px; margin-top: 36px; letter-spacing: 0.04em; }
@media (max-width: 820px){ .stats__grid{ grid-template-columns: 1fr 1fr; gap: 32px 20px; } }

/* ---------- roster teaser ---------- */
.teaser { position: relative; z-index: 2; }
.teaser__grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.teaser__card { display: flex; align-items: center; gap: 16px; padding: 18px 20px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); transition: border-color .4s var(--ease), background .4s var(--ease), transform .4s var(--ease); }
.teaser__card:hover { border-color: var(--border-strong); background: var(--surface-2); transform: translateY(-2px); }
.teaser__avatar { position: relative; width: 50px; height: 50px; border-radius: 50%; flex: none; display: flex; align-items: center; justify-content: center; background: repeating-linear-gradient(45deg, #1c1c22 0 2px, #0e0e12 2px 9px); border: 1px solid var(--border); overflow: hidden; }
.teaser__init { font-family: var(--font-display); font-weight: 700; font-size: 16px; color: rgba(255,255,255,0.82); }
.teaser__info { flex: 1; min-width: 0; }
.teaser__name { font-weight: 600; font-size: 15px; }
.teaser__meta { color: var(--text-mute); font-size: 12px; margin-top: 2px; }
.teaser__meta .num { color: var(--text-dim); }
.teaser__arr { color: var(--text-mute); transition: transform .3s var(--ease), color .3s var(--ease); }
.teaser__card:hover .teaser__arr { color: var(--text); transform: translateX(3px); }
@media (max-width: 820px){ .teaser__grid{ grid-template-columns: 1fr; } }

/* ---------- closing ---------- */
.closing { position: relative; z-index: 2; }
.closing__grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.closing__card { display: block; padding: 48px 44px; border: 1px solid var(--border); border-radius: var(--radius-lg); background: var(--surface); transition: border-color .4s var(--ease), background .4s var(--ease); position: relative; overflow: hidden; }
.closing__card::after { content: ""; position: absolute; right: -40px; top: -40px; width: 180px; height: 180px; background: radial-gradient(circle, rgba(255,255,255,0.05), transparent 70%); opacity: 0; transition: opacity .5s var(--ease); }
.closing__card:hover { border-color: var(--border-strong); background: var(--surface-2); }
.closing__card:hover::after { opacity: 1; }
.closing__card--accent { border-color: rgba(199,168,109,0.32); background:
    radial-gradient(120% 120% at 100% 0%, rgba(199,168,109,0.22), transparent 55%),
    linear-gradient(160deg, rgba(74,15,34,0.34), var(--surface)); }
.closing__card--accent:hover { border-color: rgba(199,168,109,0.6); }
.closing__card--accent .closing__link { color: var(--accent-bright); }
.closing__t { font-size: clamp(28px, 3.6vw, 46px); margin: 18px 0 16px; }
.closing__card p { color: var(--text-dim); font-size: 15px; line-height: 1.7; max-width: 38ch; margin: 0 0 28px; }
.closing__link { font-size: 13px; letter-spacing: 0.06em; text-transform: uppercase; color: var(--text); display: inline-flex; gap: 8px; }
@media (max-width: 720px){ .closing__grid{ grid-template-columns: 1fr; } }
