/* ============================================================
   RGB — Component & section styles · Minimalism 2.0 (light)
   ============================================================ */

/* ---------- NAV ---------- */
.nav {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 100;
  background: rgba(255,255,255,0.78);
  backdrop-filter: blur(18px) saturate(160%);
  border-bottom: 1px solid var(--border);
  transition: background .3s ease, border-color .3s ease, box-shadow .3s ease;
}
.nav.scrolled {
  background: rgba(255,255,255,0.85);
  box-shadow: 0 1px 0 rgba(17,18,22,0.04), 0 8px 30px -22px rgba(17,18,22,0.5);
}
.nav-inner {
  height: 76px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand { display: flex; align-items: center; gap: 12px; }
.brand-name {
  font-family: var(--font-display);
  font-weight: 700;
  font-size: 20px;
  letter-spacing: -0.01em;
  line-height: 1.05;
}
.brand-name small {
  display: block;
  font-family: var(--font-body);
  font-weight: 500;
  font-size: 10.5px;
  letter-spacing: 0.04em;
  color: var(--text-dim);
  margin-top: 2px;
  white-space: nowrap;
}
.nav-links { display: flex; align-items: center; gap: 4px; }
.nav-links a {
  padding: 9px 14px;
  border-radius: 999px;
  font-size: 14.5px;
  font-weight: 500;
  color: var(--text-mid);
  white-space: nowrap;
  transition: color .15s ease, background .15s ease;
}
.nav-links a:hover { color: var(--text); background: rgba(17,18,22,0.05); }
.nav-cta { display: flex; align-items: center; gap: 12px; }

@media (max-width: 900px) {
  .nav-links { display: none; }
  .nav-cta .btn-ghost { display: none; }
}

/* ---------- HERO (shared) ---------- */
.hero {
  position: relative;
  padding-top: clamp(140px, 19vh, 210px);
  padding-bottom: clamp(86px, 12vw, 150px);
  overflow: hidden;
}
.hero-bg { position: absolute; inset: 0; z-index: 0; pointer-events: none; }
.hero .wrap { position: relative; z-index: 2; }

.hero-eyebrow { margin-bottom: 28px; }
.hero h1 {
  font-size: clamp(42px, 7vw, 86px);
  letter-spacing: -0.04em;
  font-weight: 600;
}
.hero-sub {
  margin-top: 28px;
  font-size: clamp(18px, 1.9vw, 22px);
  color: var(--text-mid);
  max-width: 46ch;
}
.hero-actions { margin-top: 42px; display: flex; gap: 14px; flex-wrap: wrap; }

.hero-products {
  margin-top: 56px;
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}
.hero-prod {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 13px 20px 13px 16px;
  border-radius: 999px;
  border: 1px solid var(--border-2);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.hero-prod:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.hero-prod .dot { width: 10px; height: 10px; border-radius: 50%; flex: none; }
.hero-prod b { font-family: var(--font-display); font-size: 15px; }
.hero-prod span { color: var(--text-dim); font-size: 13.5px; }

@media (max-width: 560px) {
  .hero-products { flex-wrap: nowrap; gap: 10px; width: 100%; }
  .hero-prod { flex: 1; min-width: 0; justify-content: center; padding: 13px 14px; }
  .hero-prod span { display: none; }
}

/* fade-up entrance */
.fade-up { opacity: 0; transform: translateY(20px); }
.in .fade-up { opacity: 1; transform: none; transition: opacity .7s cubic-bezier(.2,.7,.2,1), transform .7s cubic-bezier(.2,.7,.2,1); }
.in .d1 { transition-delay: .07s; }
.in .d2 { transition-delay: .14s; }
.in .d3 { transition-delay: .21s; }
.in .d4 { transition-delay: .28s; }
@media (prefers-reduced-motion: reduce) {
  .fade-up { opacity: 1 !important; transform: none !important; }
}
/* safety net: guarantee content is visible even if the transition timer is throttled */
body.anim-settled .fade-up { opacity: 1 !important; transform: none !important; transition: none !important; }

/* ===== Hero variant: AURORA (soft pastels on white) ===== */
.hero-bg.aurora::before,
.hero-bg.aurora::after,
.hero-bg.aurora .blob3 {
  content: "";
  position: absolute;
  border-radius: 50%;
  filter: blur(90px);
}
.hero-bg.aurora::before {
  width: 560px; height: 560px;
  top: -220px; left: -100px;
  background: radial-gradient(circle, var(--rgb-b) 0%, transparent 66%);
  opacity: 0.16;
  animation: floatA 17s ease-in-out infinite;
}
.hero-bg.aurora::after {
  width: 480px; height: 480px;
  top: -150px; right: -80px;
  background: radial-gradient(circle, var(--rgb-g) 0%, transparent 66%);
  opacity: 0.14;
  animation: floatB 20s ease-in-out infinite;
}
.hero-bg.aurora .blob3 {
  width: 440px; height: 440px;
  bottom: -240px; left: 40%;
  opacity: 0.12;
  background: radial-gradient(circle, var(--rgb-r) 0%, transparent 68%);
  animation: floatA 23s ease-in-out infinite reverse;
}
@keyframes floatA { 50% { transform: translate(40px, 30px) scale(1.08); } }
@keyframes floatB { 50% { transform: translate(-34px, 24px) scale(1.05); } }

/* ===== Hero variant: GRID (light) ===== */
.hero-bg.grid {
  background-image:
    linear-gradient(var(--border) 1px, transparent 1px),
    linear-gradient(90deg, var(--border) 1px, transparent 1px);
  background-size: 56px 56px;
  -webkit-mask-image: radial-gradient(ellipse 88% 70% at 50% 20%, #000 32%, transparent 76%);
          mask-image: radial-gradient(ellipse 88% 70% at 50% 20%, #000 32%, transparent 76%);
}
.hero-bg.grid .glow {
  position: absolute;
  width: 720px; height: 440px;
  top: -100px; left: 50%; transform: translateX(-50%);
  background: radial-gradient(ellipse, var(--accent-glow) 0%, transparent 70%);
  filter: blur(30px);
}
.hero-bg.grid .node {
  position: absolute;
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--accent);
  box-shadow: 0 0 0 5px var(--accent-glow);
  animation: pulse 3.4s ease-in-out infinite;
}
@keyframes pulse { 0%,100% { opacity: .35; transform: scale(1);} 50% { opacity: 1; transform: scale(1.4);} }

/* ===== Hero variant: SPLIT ===== */
.hero.split .hero-grid {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(30px, 5vw, 64px);
  align-items: center;
}
.hero.split h1 { font-size: clamp(40px, 5vw, 68px); }
.hero.split .hero-sub { max-width: 40ch; }
.hero-visual { position: relative; }

/* product / dashboard mock — light card */
.hero-mock {
  position: relative;
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  overflow: hidden;
}
.hero-mock-bar {
  display: flex; align-items: center; gap: 7px;
  padding: 14px 16px;
  border-bottom: 1px solid var(--border);
  background: var(--surface-2);
}
.hero-mock-bar i { width: 11px; height: 11px; border-radius: 50%; display: block; }
.hero-mock-body { padding: 22px; }
.mock-row { display: flex; gap: 12px; margin-bottom: 14px; }
.mock-card {
  flex: 1;
  border-radius: var(--r-sm);
  border: 1px solid var(--border);
  background: var(--surface);
  padding: 16px;
}
.mock-bar { height: 9px; border-radius: 5px; background: rgba(17,18,22,0.08); }
.mock-chart { display: flex; align-items: flex-end; gap: 8px; height: 90px; margin-top: 12px; }
.mock-chart span { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(var(--accent), color-mix(in srgb, var(--accent) 18%, transparent)); }

@media (max-width: 900px) {
  .hero.split .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { display: none; }
}

/* ---------- LOGO STRIP ---------- */
.logos { padding-block: 52px; border-block: 1px solid var(--border); background: var(--surface); }
.logos-label { text-align: center; font-size: 12.5px; letter-spacing: .12em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 28px; font-family: var(--font-display); font-weight: 600; }
.logos-row { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: clamp(28px, 6vw, 68px); }
.logos-row .logo-item { font-family: var(--font-display); font-weight: 700; font-size: 21px; color: var(--text-dim); letter-spacing: -0.01em; transition: color .2s ease; }
.logos-row .logo-item:hover { color: var(--text-mid); }

/* ---------- ABOUT ---------- */
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 80px); align-items: start; }
.about-stats { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.stat {
  padding: 26px;
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
}
.stat-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(32px, 4vw, 46px); letter-spacing: -0.03em; }
.stat-num .u { color: var(--accent); }
.stat-label { color: var(--text-dim); font-size: 14.5px; margin-top: 6px; }
.values { margin-top: 32px; display: flex; flex-direction: column; gap: 20px; }
.value-item { display: flex; gap: 16px; }
.value-ic {
  width: 44px; height: 44px; flex: none;
  border-radius: 13px;
  display: grid; place-items: center;
}
.value-item h4 { font-size: 17px; font-weight: 600; }
.value-item p { color: var(--text-mid); font-size: 15px; margin-top: 4px; }

@media (max-width: 820px) {
  .about-grid { grid-template-columns: 1fr; gap: 44px; }
}

/* ---------- PRODUCT SECTIONS ---------- */
.product { position: relative; }
.product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(36px, 6vw, 84px); align-items: center; }
.product.reverse .product-grid { direction: rtl; }
.product.reverse .product-grid > * { direction: ltr; }

.product-badge {
  display: inline-flex; align-items: center; gap: 11px;
  padding: 8px 18px 8px 10px;
  border-radius: 999px;
  border: 1px solid var(--border-2);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  font-family: var(--font-display);
  font-weight: 700; font-size: 16px;
}
.product-badge .glyph { width: 30px; height: 30px; border-radius: 9px; display: grid; place-items: center; color: #fff; }
.product h2 { font-size: clamp(30px, 4vw, 48px); margin-top: 24px; font-weight: 600; }
.product .lead { margin-top: 18px; }
.feature-list { margin-top: 30px; display: grid; gap: 12px; }
.feature {
  display: flex; gap: 14px; align-items: flex-start;
  padding: 18px 20px;
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.feature:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.feature-ic { width: 36px; height: 36px; flex: none; border-radius: 10px; display: grid; place-items: center; }
.feature h4 { font-size: 15.5px; font-weight: 600; }
.feature p { color: var(--text-mid); font-size: 14px; margin-top: 3px; }
.product-actions { margin-top: 32px; display: flex; gap: 12px; flex-wrap: wrap; }

.product-visual { position: relative; min-height: 360px; }

@media (max-width: 860px) {
  .product-grid, .product.reverse .product-grid { grid-template-columns: 1fr; direction: ltr; gap: 36px; }
  .product-visual { min-height: 300px; }
}

/* ---------- SERVICES (ringkas) ---------- */
.services-grid { margin-top: clamp(40px, 5vw, 60px); display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }
.service-card {
  display: block; position: relative;
  padding: clamp(28px, 3vw, 44px);
  border-radius: var(--r-lg);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  overflow: hidden;
}
.service-card::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(120% 75% at 50% -12%, color-mix(in srgb, var(--ch) 14%, transparent), transparent 62%);
  opacity: 0; transition: opacity .3s ease;
}
.service-card > * { position: relative; z-index: 1; }
.service-card:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); border-color: color-mix(in srgb, var(--ch) 38%, var(--border)); }
.service-card:hover::before { opacity: 1; }
.service-mark { width: 50px; height: 50px; border-radius: 15px; display: grid; place-items: center; color: #fff; box-shadow: 0 8px 22px -10px var(--ch); }
.service-tag { margin-top: 24px; font-family: var(--font-display); font-size: 12px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.service-name { margin-top: 8px; font-size: clamp(26px, 3vw, 36px); font-weight: 600; }
.service-desc { margin-top: 14px; color: var(--text-mid); font-size: 16.5px; max-width: 42ch; }
.service-link { margin-top: 24px; display: inline-flex; align-items: center; gap: 7px; font-family: var(--font-display); font-weight: 600; font-size: 14.5px; color: var(--text); }
.service-link svg { transition: transform .2s ease; }
.service-card:hover .service-link svg { transform: translate(2px, -2px); }
@media (max-width: 760px) { .services-grid { grid-template-columns: 1fr; } }

/* ---------- BENTO GRID (Apple-style) ---------- */
.bento { padding-block: clamp(72px, 10vw, 130px); }
.bento-head { text-align: center; display: flex; flex-direction: column; align-items: center; margin-bottom: clamp(36px, 4vw, 56px); }
.bento-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: minmax(148px, auto);
  gap: 16px;
}
.tile {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 28px;
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  padding: clamp(24px, 2.4vw, 38px);
  overflow: hidden;
  transition: transform .28s cubic-bezier(.2,.7,.2,1), box-shadow .28s ease, border-color .28s ease;
}
.tile:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); }
.tile.dark { background: #0d0e12; color: #fff; border-color: rgba(255,255,255,0.10); }
a.tile { cursor: pointer; }
a.tile::before {
  content: ""; position: absolute; inset: 0;
  background: radial-gradient(110% 70% at 50% -10%, color-mix(in srgb, var(--ch) 13%, transparent), transparent 60%);
  opacity: 0; transition: opacity .3s ease;
}
a.tile:hover { border-color: color-mix(in srgb, var(--ch) 34%, var(--border)); }
a.tile:hover::before { opacity: 1; }
.tile > * { position: relative; z-index: 1; }

/* spans */
.t-4x2 { grid-column: span 4; grid-row: span 2; }
.t-2x2 { grid-column: span 2; grid-row: span 2; }
.t-3x2 { grid-column: span 3; grid-row: span 2; }
.t-2x1 { grid-column: span 2; grid-row: span 1; }

.tile-h { font-size: clamp(24px, 2.6vw, 36px); font-weight: 600; letter-spacing: -0.025em; line-height: 1.08; }
.tile-h2 { font-family: var(--font-display); font-size: clamp(24px, 2.4vw, 32px); font-weight: 700; letter-spacing: -0.02em; margin-top: 6px; }
.tile-p { color: var(--text-mid); font-size: 15.5px; margin-top: 14px; }

/* mission tile */
.tile-mission .tile-p { max-width: 46ch; }
.mission-facts { margin-top: auto; padding-top: 26px; display: flex; gap: clamp(20px, 4vw, 48px); }
.mission-facts > div { display: flex; flex-direction: column; }
.mf-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(26px, 3vw, 38px); letter-spacing: -0.03em; }
.mf-l { color: var(--text-dim); font-size: 13px; margin-top: 2px; }

/* RGB brand tile */
.tile-rgb .rgb-bars { margin-top: auto; display: flex; flex-direction: column; gap: 10px; }
.rgb-bar {
  display: flex; align-items: center; gap: 14px;
  padding: 12px 16px;
  border-radius: 14px;
  background: color-mix(in srgb, var(--c) 16%, transparent);
  border: 1px solid color-mix(in srgb, var(--c) 35%, transparent);
}
.rgb-bar b { font-family: var(--font-display); font-size: 20px; color: var(--c); width: 18px; }
.rgb-bar span { color: rgba(255,255,255,0.82); font-size: 14.5px; font-weight: 500; }

/* product tiles */
.tile-prod { color: var(--text); }
.prod-top { display: flex; align-items: center; justify-content: space-between; }
.prod-tag { margin-top: 22px; font-family: var(--font-display); font-size: 11.5px; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; }
.tile-prod .service-link { margin-top: 0; }
.tile-prod .tile-p { max-width: 38ch; }

/* mini visuals */
.mini { margin-top: auto; padding-top: 22px; display: flex; flex-direction: column; gap: 9px; }
.mini-row { display: flex; align-items: center; gap: 11px; }
.mini-dot { width: 8px; height: 8px; border-radius: 50%; flex: none; }
.mini-r { font-family: var(--font-display); font-size: 13px; font-weight: 600; min-width: 92px; }
.mini-track { flex: 1; height: 7px; border-radius: 4px; background: rgba(17,18,22,0.07); overflow: hidden; }
.mini-track span { display: block; height: 100%; border-radius: 4px; }
.mini-chart { display: flex; align-items: flex-end; gap: 8px; height: 70px; }
.mini-chart span { flex: 1; border-radius: 5px 5px 0 0; background: linear-gradient(var(--rgb-g), color-mix(in srgb, var(--rgb-g) 16%, transparent)); }

/* stat & value tiles */
.tile-stat { justify-content: center; }
.tile-stat-num { font-family: var(--font-display); font-weight: 700; font-size: clamp(36px, 4.6vw, 56px); letter-spacing: -0.04em; line-height: 1; }
.tile-stat-num .u { color: var(--ch); }
.tile-stat-l { color: var(--text-dim); font-size: 14.5px; margin-top: 10px; }
.tile-value { flex-direction: row; align-items: flex-start; gap: 16px; }
.tile-value .value-ic { width: 44px; height: 44px; flex: none; border-radius: 13px; display: grid; place-items: center; }
.tile-value h4 { font-size: 16.5px; font-weight: 600; }
.tile-value p { color: var(--text-mid); font-size: 14px; margin-top: 4px; }

@media (max-width: 940px) {
  .bento-grid { grid-template-columns: repeat(4, 1fr); }
  .t-4x2 { grid-column: span 4; grid-row: span 1; }
  .t-2x2 { grid-column: span 2; grid-row: span 2; }
  .t-3x2 { grid-column: span 2; grid-row: span 2; }
  .t-2x1 { grid-column: span 2; }
}
@media (max-width: 600px) {
  .bento-grid { grid-template-columns: 1fr; }
  .tile { grid-column: 1 / -1 !important; grid-row: auto !important; min-height: 180px; }
}

/* ---------- FOUNDERS ---------- */
.founders-grid { margin-top: clamp(36px, 4vw, 52px); display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; max-width: 880px; margin-inline: auto; }
.founder-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 28px;
  box-shadow: var(--shadow-sm);
  padding: clamp(28px, 3vw, 40px);
  display: flex; flex-direction: column; align-items: flex-start;
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.founder-card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: color-mix(in srgb, var(--ch) 32%, var(--border)); }
.founder-mark {
  width: 56px; height: 56px; border-radius: 16px;
  display: grid; place-items: center;
  font-family: var(--font-display); font-weight: 700; font-size: 19px; color: #fff;
  background: linear-gradient(140deg, var(--ch), color-mix(in srgb, var(--ch) 65%, #000 6%));
  box-shadow: 0 10px 24px -12px var(--ch);
}
.founder-name { margin-top: 22px; font-size: 21px; font-weight: 600; }
.founder-role { margin-top: 5px; color: var(--ch); font-family: var(--font-display); font-size: 12.5px; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.founder-desc { margin-top: 16px; color: var(--text-mid); font-size: 15.5px; }
@media (max-width: 560px) { .founders-grid { grid-template-columns: 1fr; } }

/* ---------- CAREERS ---------- */
.careers-head { display: flex; justify-content: space-between; align-items: flex-end; gap: 30px; flex-wrap: wrap; }
.jobs { margin-top: 46px; display: grid; gap: 14px; }
.job {
  display: flex; align-items: center; justify-content: space-between; gap: 20px;
  padding: 24px 28px;
  border-radius: var(--r-md);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-sm);
  transition: border-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.job:hover { transform: translateY(-2px); box-shadow: var(--shadow-md); }
.job-info h4 { font-size: 18px; font-weight: 600; }
.job-meta { display: flex; gap: 16px; margin-top: 8px; flex-wrap: wrap; color: var(--text-dim); font-size: 13.5px; }
.job-meta span { display: inline-flex; align-items: center; gap: 6px; }
.job-arrow { width: 44px; height: 44px; flex: none; border-radius: 50%; border: 1px solid var(--border-2); display: grid; place-items: center; color: var(--text-mid); transition: background .2s ease, color .2s ease, border-color .2s ease; }
.job:hover .job-arrow { background: var(--text); color: #fff; border-color: var(--text); }

@media (max-width: 620px) {
  .job { flex-direction: column; align-items: flex-start; }
}

/* ---------- CONTACT / CTA ---------- */
.contact-card {
  position: relative;
  border-radius: var(--r-xl);
  border: 1px solid var(--border);
  background: var(--surface);
  box-shadow: var(--shadow-lg);
  padding: clamp(32px, 5vw, 64px);
  overflow: hidden;
}
.contact-card::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 4px;
  background: linear-gradient(90deg, var(--rgb-r), var(--rgb-g) 50%, var(--rgb-b));
}
.contact-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(36px, 6vw, 70px); align-items: start; position: relative; z-index: 2; }
.contact-card h2 { font-size: clamp(30px, 4.4vw, 50px); font-weight: 600; }
.contact-list { margin-top: 32px; display: grid; gap: 16px; }
.contact-row { display: flex; gap: 14px; align-items: center; }
.contact-row .ic { width: 42px; height: 42px; border-radius: 12px; display: grid; place-items: center; border: 1px solid var(--border-2); background: var(--surface-2); color: var(--accent); flex: none; }
.contact-row .k { font-size: 12px; color: var(--text-dim); letter-spacing: .05em; text-transform: uppercase; }
.contact-row .v { font-size: 16px; font-weight: 600; white-space: nowrap; }

.form { display: grid; gap: 14px; }
.field { display: grid; gap: 7px; }
.field label { font-size: 13px; color: var(--text-mid); font-weight: 600; }
.field input, .field textarea, .field select {
  font-family: inherit;
  font-size: 15px;
  color: var(--text);
  background: var(--surface-2);
  border: 1px solid var(--border-2);
  border-radius: var(--r-sm);
  padding: 13px 15px;
  transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}
.field input::placeholder, .field textarea::placeholder { color: var(--text-dim); }
.field input:focus, .field textarea:focus, .field select:focus {
  outline: none;
  background: var(--surface);
  border-color: var(--accent);
  box-shadow: 0 0 0 3px var(--accent-glow);
}
.field textarea { resize: vertical; min-height: 92px; }
.form-note { font-size: 13px; color: var(--text-dim); }
.form-ok {
  display: grid; place-items: center; text-align: center;
  gap: 12px; min-height: 250px;
}
.form-ok .check { width: 62px; height: 62px; border-radius: 50%; background: color-mix(in srgb, var(--rgb-g) 14%, transparent); border: 1px solid var(--rgb-g); display: grid; place-items: center; color: var(--rgb-g); }

@media (max-width: 780px) {
  .contact-grid { grid-template-columns: 1fr; }
}

/* ---------- FOOTER ---------- */
.footer { border-top: 1px solid var(--border); padding-block: 64px 36px; background: var(--surface); }
.footer-top { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1fr; gap: 40px; }
.footer-brand p { color: var(--text-dim); font-size: 14.5px; margin-top: 18px; max-width: 32ch; }
.footer-col h5 { font-family: var(--font-display); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--text-dim); margin-bottom: 16px; font-weight: 600; }
.footer-col a { display: block; color: var(--text-mid); font-size: 14.5px; padding: 6px 0; transition: color .15s ease; }
.footer-col a:hover { color: var(--text); }
.footer-bottom { margin-top: 50px; padding-top: 26px; border-top: 1px solid var(--border); display: flex; justify-content: space-between; align-items: center; gap: 16px; flex-wrap: wrap; color: var(--text-dim); font-size: 13.5px; }

@media (max-width: 760px) {
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
