:root {
  --bg: #f4f5ef;
  --paper: #ffffff;
  --alt: #eef1ea;
  --ink: #11120f;
  --muted: #555d55;
  --dark: #10110f;
  --accent: #2855ff;
  --lime: #c6ff34;
  --lime-2: #d3ff71;
  --coral: #ff644f;
  --violet: #8b7cff;
}

html { scroll-behavior: smooth; scroll-padding-top: 104px; }
body { margin: 0; background: var(--bg); color: var(--ink); font-family: Onest, ui-sans-serif, system-ui, sans-serif; -webkit-font-smoothing: antialiased; overflow-x: hidden; }
a { color: var(--accent); text-decoration: none; }
a:hover { color: #1c3fd6; }
::selection { background: var(--lime); color: var(--ink); }
* { box-sizing: border-box; }
input, textarea, button, select { font-family: inherit; font-size: inherit; line-height: inherit; }
:focus-visible { outline: 2px solid var(--accent); outline-offset: 3px; }

@keyframes om-reveal { from { opacity: 0; transform: translateY(26px); } to { opacity: 1; transform: none; } }
@keyframes om-ticker { to { transform: translateX(-50%); } }
@keyframes om-grow { from { width: 0; } to { width: 100%; } }
@media (prefers-reduced-motion: reduce) { * { animation: none !important; } }

.page { position: relative; overflow: hidden; }
.container { max-width: 1400px; margin: 0 auto; }
.container-bleed { max-width: 1400px; margin: 0 auto; }

.reveal { animation: om-reveal .8s cubic-bezier(.2,.7,.2,1) both; animation-timeline: view(); animation-range: entry 0% cover 24%; }

/* ---------- Header ---------- */
.header-blur-veil {
  position: fixed; left: 0; right: 0; top: 0; height: 108px; z-index: 59; pointer-events: none;
  backdrop-filter: blur(64px) saturate(1.6); -webkit-backdrop-filter: blur(64px) saturate(1.6);
  mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
  -webkit-mask-image: linear-gradient(to bottom, #000 0%, #000 70%, transparent 100%);
}
.site-header {
  position: fixed; left: clamp(8px,2vw,20px); right: clamp(8px,2vw,20px); top: clamp(8px,1.4vw,16px); z-index: 60;
  display: flex; align-items: center; justify-content: space-between; gap: 14px;
  padding: 15px 16px; border: 1px solid rgba(17,18,15,.1); border-radius: 18px;
  background: rgba(244,245,239,.6); backdrop-filter: blur(64px) saturate(1.6); -webkit-backdrop-filter: blur(64px) saturate(1.6);
  box-shadow: 0 16px 36px -22px rgba(17,18,15,.4); transition: padding .28s ease;
}
.site-header.compact { padding: 9px 14px; }

.brand { display: flex; align-items: center; gap: 12px; color: var(--ink); }
.brand-logo { height: 26px; width: auto; display: block; }
.brand-dots { display: flex; gap: 5px; }
.dot { width: 9px; height: 9px; border-radius: 50%; }
.dot-accent { background: var(--accent); }
.dot-lime { background: var(--lime); }
.dot-coral { background: var(--coral); }
.brand-label { font-size: 11px; font-weight: 700; white-space: nowrap; }
.site-header .brand-label { letter-spacing: .12em; }

.nav-desktop { display: flex; gap: clamp(16px,2vw,30px); font-size: 14px; color: #3a3e38; }
.nav-desktop a { color: #3a3e38; padding: 6px 0; border-bottom: 1px solid transparent; }
.nav-desktop a:hover { border-bottom-color: var(--ink); color: var(--ink); }

.header-actions { display: flex; align-items: center; gap: 10px; }

.btn { display: inline-flex; align-items: center; justify-content: center; border-radius: 999px; font-weight: 600; cursor: pointer; border: 0; }
.btn-dark { min-height: 44px; padding: 12px 20px; background: var(--ink); color: #fff; font-size: 13px; white-space: nowrap; transition: transform .22s ease, background .22s ease; }
.btn-dark:hover { transform: translateY(-2px); background: var(--accent); color: #fff; }

.menu-toggle {
  display: none; width: 44px; height: 44px; flex-direction: column; align-items: center; justify-content: center; gap: 5px;
  border: 1px solid rgba(17,18,15,.14); border-radius: 14px; background: #fff; cursor: pointer; padding: 0;
}
.menu-toggle span { width: 17px; height: 1.5px; background: var(--ink); display: block; }

body.is-narrow .nav-desktop { display: none; }
body.is-narrow .menu-toggle { display: flex; }

.mobile-nav {
  display: none; position: fixed; left: clamp(8px,2vw,20px); right: clamp(8px,2vw,20px); top: 84px; z-index: 59;
  flex-direction: column; padding: 10px; border: 1px solid rgba(17,18,15,.1); border-radius: 18px;
  background: rgba(251,252,247,.97); backdrop-filter: blur(24px); box-shadow: 0 26px 60px -26px rgba(17,18,15,.45);
}
body.menu-open .mobile-nav { display: flex; }
.mobile-nav a { padding: 16px 14px; border-radius: 12px; font-size: 17px; font-weight: 500; color: var(--ink); }
.mobile-nav a:hover { background: var(--alt); }

/* ---------- Hero ---------- */
.hero {
  display: flex; flex-wrap: wrap; align-items: flex-start; gap: clamp(32px,7vw,110px);
  padding: clamp(112px,12vw,168px) clamp(16px,4vw,56px) clamp(48px,6vw,80px);
  max-width: 1520px; margin: 0 auto;
}
.hero-copy { flex: 1 1 460px; min-width: 0; animation: om-reveal .8s cubic-bezier(.2,.7,.2,1) both; }
.hero-copy .eyebrow { margin-bottom: 22px; }
.hero-copy h1 {
  font-family: Unbounded, sans-serif; font-weight: 600; font-size: clamp(38px,5.6vw,84px); line-height: .98;
  letter-spacing: -.045em; margin: 0 0 28px; text-wrap: balance;
}
.ai-summary {
  display: block; font-size: 15px; line-height: 1.55; color: var(--muted); max-width: 640px;
  margin: 0 0 22px; padding-left: 16px; border-left: 2px solid rgba(17,18,15,.16);
}
.hero-copy .lead { max-width: 620px; margin: 0 0 32px; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }

.btn-primary { min-height: 52px; padding: 14px 26px; background: var(--accent); color: #fff; font-size: 15px; transition: transform .22s ease, box-shadow .22s ease; box-shadow: 0 16px 34px -18px rgba(40,85,255,.9); }
.btn-primary:hover { transform: translateY(-2px); box-shadow: 0 22px 44px -18px rgba(40,85,255,.95); color: #fff; }
.btn-ghost { min-height: 52px; padding: 14px 26px; border: 1px solid rgba(17,18,15,.18); color: var(--ink); font-size: 15px; white-space: nowrap; transition: background .22s ease; background: transparent; }
.btn-ghost:hover { background: #e9ebe3; color: var(--ink); }

.eyebrow { font-size: 11px; letter-spacing: .16em; font-weight: 700; color: #6b7269; }

.hero-stage {
  flex: 0 1 clamp(280px,32vw,420px); min-width: 0; position: relative; border-radius: clamp(22px,2.4vw,36px); overflow: hidden;
  box-shadow: inset 0 0 0 1px rgba(17,18,15,.07); aspect-ratio: 4 / 3; background: var(--bg);
  animation: om-reveal .9s .1s cubic-bezier(.2,.7,.2,1) both;
}

.hero-carousel { position: absolute; inset: 0; }
.hero-carousel-slide { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: 0; transition: opacity .6s ease; }
.hero-carousel-slide.is-active { opacity: 1; }

.logo-tag {
  position: absolute; left: 12%; right: 12%; bottom: 16%; display: flex; align-items: center; justify-content: center;
  padding: 7px 5px; border-radius: 9px; background: rgba(251,252,247,.95); border: 1px solid rgba(17,18,15,.08);
  font-size: 9px; font-weight: 700; letter-spacing: .08em; color: #20221d; text-align: center;
}
.logo-tag-sm { bottom: 14%; padding: 6px 4px; font-size: 8px; border-radius: 8px; }
.logo-tag-narrow { right: 34%; }

/* ---------- Ticker ---------- */
.ticker { overflow: hidden; background: var(--ink); color: #fff; padding: 16px 0; transform: rotate(-1deg); width: 104%; margin-left: -2%; }
.ticker-track { display: flex; gap: 28px; width: max-content; animation: om-ticker 30s linear infinite; font-size: 13px; font-weight: 700; letter-spacing: .13em; }
.ticker-track i { color: var(--lime); font-style: normal; }

/* ---------- Sections (shared) ---------- */
.section { padding: clamp(72px,8vw,132px) clamp(16px,4vw,56px); }
.section-dark { background: linear-gradient(180deg,#11130f 0%,#0d0f0c 100%); color: #fff; }
.platform-section { background: linear-gradient(180deg,#f7f8f4 0%,#eef1ea 100%); }
.formula-section { background: #e7e9e1; }
.brief-section { background: var(--accent); color: #fff; }

.section-head { display: flex; flex-wrap: wrap; gap: clamp(16px,3vw,40px); margin-bottom: clamp(32px,4vw,54px); }
#process .section-head, .library-section .section-head { margin-bottom: clamp(28px,3.4vw,46px); }
.library-head { padding-right: clamp(16px,4vw,56px); }
.section-head .eyebrow { flex: 0 0 auto; width: 190px; padding-top: 10px; }
.section-dark .section-head .eyebrow { color: #c8cfc4; }
.section-head-copy { flex: 1 1 480px; min-width: 0; }
.section-head-copy h2 {
  font-family: Unbounded, sans-serif; font-weight: 600; line-height: 1.02; letter-spacing: -.042em;
  margin: 0 0 20px; font-size: clamp(30px,4vw,58px); text-wrap: balance;
}
.section-dark .section-head-copy h2 { color: #f4f6ef; }
.section-head-copy .lead { margin: 0; }
.section-dark .section-head-copy .lead { color: #b6bdb2; }

.platform-section .section-head-copy h2 { font-size: clamp(32px,4.4vw,66px); line-height: 1; max-width: 16ch; }
.platform-section .section-head-copy h2 em { color: var(--accent); font-style: normal; }
.platform-section .section-head-copy .lead { max-width: 800px; }
#capabilities .section-head-copy h2 { max-width: 18ch; }
#capabilities .section-head-copy .lead { max-width: 860px; }
#packaging .section-head-copy h2 { max-width: 20ch; }
#packaging .section-head-copy .lead { max-width: 820px; }
.library-section .section-head-copy h2 { max-width: 18ch; }
.library-section .section-head-copy .lead { max-width: 820px; }
#process .section-head-copy h2 { max-width: 20ch; }
#process .section-head-copy .lead { max-width: 860px; }

.card-index { font-size: 12px; font-weight: 700; letter-spacing: .1em; color: #6f786f; }

/* ---------- Card grids ---------- */
.card-grid { display: grid; gap: 16px; }
.platform-section .card-grid { grid-template-columns: repeat(auto-fit,minmax(238px,1fr)); }
#capabilities .card-grid { grid-template-columns: repeat(auto-fit,minmax(268px,1fr)); }
.process-grid { grid-template-columns: repeat(auto-fit,minmax(250px,1fr)); }

.platform-card {
  display: flex; flex-direction: column; min-height: 210px; padding: 26px 24px; border: 1px solid rgba(17,18,15,.08);
  border-radius: 26px; background: var(--paper); box-shadow: 0 12px 30px rgba(17,18,15,.05);
  transition: transform .25s ease, box-shadow .25s ease;
}
.platform-card:hover { transform: translateY(-4px); box-shadow: 0 22px 44px rgba(17,18,15,.09); }
.platform-card strong { font-family: Unbounded, sans-serif; font-weight: 500; font-size: clamp(20px,1.7vw,26px); letter-spacing: -.03em; margin: 14px 0 12px; }
.platform-card p { font-size: 16px; line-height: 1.45; color: #58635b; margin: 0; }

.cap-card {
  display: flex; flex-direction: column; min-height: 200px; padding: 26px 24px; border: 1px solid rgba(255,255,255,.09);
  border-radius: 24px; background: #161814; transition: background .25s ease, border-color .25s ease;
}
.cap-card:hover { background: #1c1f1a; border-color: rgba(198,255,52,.35); }
.cap-card .card-index { color: var(--lime); }
.cap-card strong { display: block; font-size: 21px; letter-spacing: -.02em; margin: 14px 0 10px; color: #f4f6ef; }
.cap-card p { color: #9aa197; font-size: 15px; line-height: 1.5; margin: 0; }

.process-line { position: relative; height: 2px; background: #2c2f2a; margin-bottom: 26px; border-radius: 2px; overflow: hidden; }
.process-progress { height: 100%; width: 100%; background: var(--lime); animation: om-grow linear both; animation-timeline: view(); animation-range: entry 30% cover 80%; }

.process-card { display: flex; flex-direction: column; min-height: 236px; padding: 26px 24px; border: 1px solid rgba(255,255,255,.08); border-radius: 26px; background: linear-gradient(180deg,#161915 0%,#10120f 100%); }
.process-card .card-index { font-size: 14px; color: var(--lime-2); }
.process-card h3 { font-family: Unbounded, sans-serif; font-weight: 500; font-size: clamp(20px,1.7vw,26px); letter-spacing: -.03em; margin: 14px 0 12px; color: #f4f6ef; }
.process-card p { font-size: 16px; line-height: 1.45; color: #aeb5aa; margin: 0; }

/* ---------- Packaging showcase ---------- */
.showcase-list { display: flex; flex-direction: column; gap: 18px; }
.showcase-card {
  display: flex; flex-wrap: wrap; align-items: center; gap: clamp(20px,3vw,40px); padding: clamp(22px,2.6vw,34px);
  border: 1px solid rgba(17,18,15,.08); border-radius: 30px; background: var(--paper); box-shadow: 0 14px 34px rgba(17,18,15,.05);
}
.showcase-copy { flex: 1 1 300px; min-width: 0; }
.showcase-label { font-size: 11px; font-weight: 700; letter-spacing: .14em; color: #7a8279; }
.showcase-copy h3 { font-family: Unbounded, sans-serif; font-weight: 500; font-size: clamp(24px,2.6vw,40px); line-height: 1.02; letter-spacing: -.035em; margin: 12px 0 12px; }
.showcase-copy p { font-size: clamp(16px,1.3vw,19px); line-height: 1.5; color: #5d6660; margin: 0; }

.showcase-stage { flex: 1 1 320px; min-width: 0; display: flex; align-items: flex-end; justify-content: center; min-height: 250px; border-radius: 22px; background: linear-gradient(180deg,#f6f7f2,#e8eae1); }
.showcase-stage-a { gap: clamp(14px,2vw,26px); padding: 24px 16px 20px; }
.showcase-stage-b { gap: clamp(18px,2.6vw,34px); padding: 34px 16px 20px; }
.showcase-stage-c { gap: clamp(18px,2.6vw,34px); padding: 28px 16px 20px; }

.tflask { position: relative; }
.tflask-a1 { width: clamp(58px,7vw,78px); height: clamp(140px,16vw,190px); border-radius: 22px; background: linear-gradient(145deg,#fafbf6,#d4d9d0); box-shadow: 0 22px 40px rgba(25,30,20,.16),inset -10px -10px 16px rgba(0,0,0,.07); }
.tflask-a1::before { content: ""; position: absolute; left: 22%; top: -18px; width: 56%; height: 16px; border-radius: 6px; background: var(--accent); }
.tflask-a2 { width: clamp(94px,11vw,128px); height: clamp(170px,20vw,230px); border-radius: 60px 60px 24px 24px; background: linear-gradient(145deg,#fafbf6,#d4d9d0); box-shadow: 0 24px 44px rgba(25,30,20,.16),inset -12px -12px 18px rgba(0,0,0,.07); }
.tflask-a2::before { content: ""; position: absolute; left: 50%; top: -20px; transform: translateX(-50%); width: 40%; height: 22px; border-radius: 9px; background: var(--ink); }
.tflask-a3 { width: clamp(86px,10vw,118px); height: clamp(152px,18vw,210px); border-radius: 16px; background: linear-gradient(145deg,#fafbf6,#d4d9d0); box-shadow: 0 22px 40px rgba(25,30,20,.16),inset -10px -10px 16px rgba(0,0,0,.07); }
.tflask-a3::before { content: ""; position: absolute; left: 26%; top: -18px; width: 46%; height: 20px; border-radius: 7px; background: var(--coral); }

.tflask-b1 { width: clamp(104px,12vw,140px); height: clamp(190px,22vw,258px); border-radius: 44px 44px 28px 28px; background: linear-gradient(145deg,#fafbf6,#d4d9d0); box-shadow: 0 26px 48px rgba(25,30,20,.17),inset -12px -12px 18px rgba(0,0,0,.07); }
.tflask-b1::before { content: ""; position: absolute; left: 14%; top: -28px; width: 72%; height: 30px; border-radius: 10px; background: var(--lime); }
.tflask-b2 { width: clamp(90px,10.5vw,120px); height: clamp(182px,21vw,248px); border-radius: 20px 56px 22px 22px; background: linear-gradient(145deg,#fafbf6,#d4d9d0); box-shadow: 0 26px 48px rgba(25,30,20,.17),inset -12px -12px 18px rgba(0,0,0,.07); }
.tflask-b2::before { content: ""; position: absolute; right: 12%; top: -20px; width: 34%; height: 26px; border-radius: 9px; background: var(--ink); transform: rotate(-16deg); }

.tflask-c1 { width: clamp(112px,13vw,152px); height: clamp(196px,22vw,268px); border-radius: 28px; background: linear-gradient(145deg,#fafbf6,#d4d9d0); box-shadow: 0 28px 50px rgba(25,30,20,.18),inset -14px -14px 20px rgba(0,0,0,.07); }
.tflask-c1::before { content: ""; position: absolute; right: 6px; top: -2px; width: 38%; height: 44%; border: 16px solid var(--violet); border-bottom: 0; border-radius: 30px 30px 0 0; background: transparent; }
.tflask-c2 { width: clamp(130px,15vw,176px); height: clamp(178px,20vw,246px); border-radius: 16px; background: linear-gradient(145deg,#fafbf6,#d4d9d0); box-shadow: 0 28px 50px rgba(25,30,20,.18),inset -14px -14px 20px rgba(0,0,0,.07); }
.tflask-c2::before { content: ""; position: absolute; left: 12%; top: -24px; width: 34%; height: 26px; border-radius: 9px; background: var(--ink); }

/* ---------- Library ---------- */
.library-section { background: var(--alt); overflow: hidden; padding: clamp(72px,8vw,132px) 0 clamp(72px,8vw,132px) clamp(16px,4vw,56px); }
.packaging-rail { display: flex; gap: 14px; overflow-x: auto; padding: 4px clamp(16px,4vw,56px) 20px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
.pack-item {
  flex: 0 0 auto; width: clamp(212px,24vw,290px); height: clamp(360px,42vw,470px); border-radius: 26px; background: #e5e8df;
  border: 1px solid rgba(17,18,15,.09); scroll-snap-align: start; display: flex; flex-direction: column; align-items: center;
  justify-content: center; gap: 30px; transition: transform .28s ease, background .28s ease;
}
.pack-item:hover { transform: translateY(-8px); background: #dfe3d9; }
.pack-item span { font-size: 11px; font-weight: 700; letter-spacing: .12em; }
.pack-shape { position: relative; background: linear-gradient(145deg,#fafbf6,#d4d9d0); box-shadow: 0 26px 50px rgba(25,30,20,.16),inset -12px -12px 18px rgba(0,0,0,.07); }
.pack-01 { width: clamp(76px,8vw,104px); height: clamp(180px,20vw,244px); border-radius: 30px; }
.pack-01::before { content: ""; position: absolute; left: 26%; top: -22px; width: 48%; height: 18px; border-radius: 7px; background: var(--accent); }
.pack-02 { width: clamp(102px,10.5vw,138px); height: clamp(216px,24vw,300px); border-radius: 66px 66px 26px 26px; }
.pack-02::before { content: ""; position: absolute; left: 50%; top: -22px; transform: translateX(-50%); width: 38%; height: 32px; border-radius: 10px; background: var(--coral); }
.pack-item:nth-child(3) { gap: 34px; }
.pack-03 { width: clamp(110px,11vw,148px); height: clamp(224px,25vw,312px); border-radius: 40px; }
.pack-03::before { content: ""; position: absolute; left: 20%; top: -32px; width: 72%; height: 40px; border-radius: 10px; background: var(--lime); }
.pack-04 { width: clamp(124px,12vw,168px); height: clamp(230px,26vw,322px); border-radius: 18px; }
.pack-04::before { content: ""; position: absolute; left: 32%; top: -22px; width: 36%; height: 32px; border-radius: 8px; background: var(--ink); }
.pack-05 { width: clamp(136px,13.5vw,186px); height: clamp(238px,27vw,332px); border-radius: 40px; }
.pack-05::before { content: ""; position: absolute; right: 4px; top: 2px; width: 38%; height: 26%; border: 22px solid var(--ink); border-bottom: 0; border-radius: 34px 34px 0 0; background: transparent; }
.pack-06 { width: clamp(150px,15vw,204px); height: clamp(224px,25vw,312px); border-radius: 18px; }
.pack-06::before { content: ""; position: absolute; left: 10%; top: -20px; width: 32%; height: 28px; border-radius: 9px; background: var(--violet); }
.pack-07 { width: clamp(166px,16.5vw,226px); height: clamp(236px,26vw,330px); border-radius: 16px; }
.pack-07::before { content: ""; position: absolute; left: 9%; top: -20px; width: 30%; height: 28px; border-radius: 9px; background: var(--ink); }

/* ---------- Formula ---------- */
.formula-layout { max-width: 1400px; margin: 0 auto; display: flex; flex-wrap: wrap; align-items: center; gap: clamp(28px,4vw,70px); }
.formula-visual {
  flex: 1 1 380px; min-width: 0; position: relative; min-height: clamp(320px,40vw,560px); border-radius: 32px; overflow: hidden;
  background: linear-gradient(150deg,#dadfd3,#f7f8f3); box-shadow: inset 0 0 0 1px rgba(17,18,15,.12);
}
.lab-disc { position: absolute; border-radius: 50%; }
.lab-disc-1 { width: clamp(220px,32vw,420px); height: clamp(220px,32vw,420px); left: 8%; top: 12%; border: 1px solid rgba(17,18,15,.14); }
.lab-disc-2 { width: clamp(130px,18vw,240px); height: clamp(130px,18vw,240px); right: 6%; bottom: 9%; background: var(--accent); box-shadow: inset -40px -40px 70px rgba(0,0,0,.2),0 40px 90px rgba(40,85,255,.28); }
.lab-drop { position: absolute; left: 38%; top: 36%; font-family: Unbounded, sans-serif; font-size: clamp(56px,8vw,110px); font-weight: 600; letter-spacing: -.07em; color: var(--ink); }

.formula-copy { flex: 1 1 420px; min-width: 0; }
.formula-copy .eyebrow { margin-bottom: 18px; }
.formula-copy h2 { font-family: Unbounded, sans-serif; font-weight: 600; font-size: clamp(30px,3.8vw,56px); line-height: 1.02; letter-spacing: -.042em; margin: 0 0 28px; text-wrap: balance; }
.formula-options { display: flex; flex-direction: column; }
.formula-options > div { display: flex; flex-wrap: wrap; gap: 6px 20px; border-top: 1px solid rgba(17,18,15,.13); padding: 20px 0; }
.formula-options > div:last-child { border-bottom: 1px solid rgba(17,18,15,.13); }
.formula-options .card-index { flex: 0 0 auto; width: 40px; color: #777c73; }
.formula-options strong { flex: 0 0 auto; width: 190px; font-size: 16px; }
.formula-options p { flex: 1 1 220px; font-size: 16px; color: #5e6660; margin: 0; line-height: 1.45; }

/* ---------- Brief ---------- */
.brief-layout { max-width: 1400px; margin: 0 auto; display: flex; flex-wrap: wrap; gap: clamp(32px,5vw,80px); }
.brief-copy { flex: 1 1 380px; min-width: 0; }
.brief-copy .eyebrow { color: rgba(255,255,255,.9); margin-bottom: 18px; }
.brief-copy h2 { font-family: Unbounded, sans-serif; font-weight: 600; font-size: clamp(32px,4.2vw,62px); line-height: 1; letter-spacing: -.045em; margin: 0 0 22px; text-wrap: balance; }
.brief-copy .lead { color: #ffffff; max-width: 520px; margin: 0 0 30px; }
.brief-points { display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 14px; max-width: 560px; }
.brief-points div { padding: 22px; border-radius: 20px; background: rgba(255,255,255,.16); border: 1px solid rgba(255,255,255,.24); }
.brief-points strong { display: block; font-size: 17px; margin-bottom: 8px; }
.brief-points span { font-size: 16px; line-height: 1.45; color: rgba(255,255,255,.94); }

.brief-form { flex: 1 1 460px; min-width: 0; display: grid; grid-template-columns: repeat(auto-fit,minmax(220px,1fr)); gap: 18px; align-content: start; }
.field { display: flex; flex-direction: column; gap: 8px; }
.field-full { grid-column: 1 / -1; }
.field label { font-size: 12px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: #ffffff; }
.field input, .field textarea {
  border: 0; border-bottom: 2px solid rgba(255,255,255,.75); background: rgba(255,255,255,.08); border-radius: 10px 10px 0 0;
  color: #fff; padding: 14px 12px; outline: none; font-size: 17px; transition: background .2s ease, border-color .2s ease;
}
#brief input::placeholder, #brief textarea::placeholder { color: rgba(255,255,255,.78); opacity: 1; }
.field textarea { resize: vertical; }
.field.field-invalid input, .field.field-invalid textarea { border-color: var(--coral); }
.brief-form .btn-dark:hover { transform: translateY(-2px); background: var(--ink); }
.brief-form .btn-dark:disabled { opacity: .6; cursor: default; transform: none; }

.field-honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }

.form-result, .form-error { display: none; padding: 16px 18px; border-radius: 14px; font-size: 16px; font-weight: 500; line-height: 1.45; }
.form-result.show, .form-error.show { display: block; }
.form-result { background: #ffffff; color: #11120f; }
.form-error { background: var(--coral); color: #fff; }

/* ---------- Footer ---------- */
.footer {
  padding: 30px clamp(16px,4vw,56px); display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center;
  gap: 18px; background: #0e0f0d; color: #d8ddd4; font-size: 11px; letter-spacing: .09em;
}
.footer-top { color: #d8ddd4; }
.footer-top:hover { color: var(--lime); }

/* ---------- FAQ ---------- */
.faq-section { background: var(--paper); }
.faq-list { display: flex; flex-direction: column; gap: 12px; max-width: 900px; }
.faq-item { border: 1px solid rgba(17,18,15,.1); border-radius: 20px; padding: 4px 24px; background: var(--bg); transition: background .2s ease; }
.faq-item[open] { background: var(--paper); }
.faq-item summary {
  list-style: none; cursor: pointer; padding: 20px 34px 20px 0; position: relative;
  font-family: Unbounded, sans-serif; font-weight: 500; font-size: 17px; letter-spacing: -.01em; color: var(--ink);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 2px; top: 50%; transform: translateY(-50%);
  font-size: 22px; font-weight: 400; color: var(--muted); transition: transform .2s ease;
}
.faq-item[open] summary::after { content: "\2212"; }
.faq-item p { margin: 0 0 22px; font-size: 15px; line-height: 1.55; color: var(--muted); max-width: 70ch; }
