/* =========================================================
   PeakMotion — components.css
   hero · page-hero · services · process · comparison ·
   why-bento · portfolio · automation · seo · about · faq · form
   ========================================================= */

/* ===================== HERO (home) ===================== */
.hero {
  min-height: min(94svh, 860px); display: flex; align-items: center;
  padding-top: calc(var(--header-h) + 32px); padding-bottom: 56px; overflow: hidden;
  background:
    radial-gradient(120% 80% at 78% 0%, rgba(201,162,75,.12), transparent 54%),
    radial-gradient(90% 70% at 8% 100%, rgba(201,162,75,.06), transparent 60%),
    var(--ink);
}
.hero-grid { display: grid; grid-template-columns: 1.12fr .88fr; gap: clamp(28px,5vw,64px); align-items: center; width: 100%; }
.hero h1 { font-size: clamp(2.5rem, 5.6vw, 4.7rem); letter-spacing: -.025em; line-height: 1.02; }
.hero h1 .line { display: block; }
.hero .lede { margin: 26px 0 34px; color: var(--ivory-70); }
.hero-cta { display: flex; flex-wrap: wrap; gap: 14px; }
.hero-trust { margin-top: 46px; display: flex; flex-wrap: wrap; gap: clamp(20px,4vw,40px); padding-top: 30px; border-top: 1px solid var(--ivory-12); }
.hero-trust .ht { display: flex; flex-direction: column; gap: 3px; }
.hero-trust .ht .htt { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 1rem; color: var(--ivory); }
.hero-trust .ht .htt::before { content:""; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); }
.hero-trust .ht .htd { font-size: 13px; color: var(--ivory-45); padding-left: 16px; }

.hero-emblem { display: grid; place-items: center; position: relative; }
.hero-emblem .emblem-img { width: min(86%, 380px); height: auto; filter: drop-shadow(0 30px 60px rgba(0,0,0,.55)); position: relative; z-index: 2; animation: floaty 7s ease-in-out infinite; }
@keyframes floaty { 0%,100%{ transform: translateY(0); } 50%{ transform: translateY(-12px); } }
.hero-emblem .glow { position: absolute; width: 72%; aspect-ratio: 1; border-radius: 50%; background: radial-gradient(circle, var(--gold-glow), transparent 64%); filter: blur(34px); z-index: 1; animation: pulse 6s ease-in-out infinite; }
@keyframes pulse { 0%,100%{ opacity:.5; transform: scale(.95);} 50%{ opacity:.85; transform: scale(1.05);} }
.hero-emblem .ringline { position: absolute; width: 116%; aspect-ratio: 1; border: 1px solid var(--ivory-12); border-radius: 50%; z-index: 0; }
.hero-emblem .ringline::before { content:""; position: absolute; top: -4px; left: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--gold); box-shadow: 0 0 16px var(--gold); transform-origin: 0 calc(50% + 4px); animation: orbit 9s linear infinite; }
@keyframes orbit { to { transform: rotate(360deg); } }

.scroll-cue { position: absolute; left: 50%; bottom: 22px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 9px; font-size: 11px; letter-spacing: .3em; text-transform: uppercase; color: var(--ivory-45); }
.scroll-cue .bar { width: 1px; height: 38px; background: linear-gradient(var(--gold-line), transparent); position: relative; overflow: hidden; }
.scroll-cue .bar::after { content:""; position: absolute; inset: 0; background: var(--gold); animation: cue 2.4s var(--ease) infinite; }
@keyframes cue { 0%{ transform: translateY(-100%);} 60%,100%{ transform: translateY(100%);} }

/* ===================== PAGE HERO (subpages) ===================== */
.page-hero {
  padding-top: calc(var(--header-h) + clamp(60px,9vw,110px)); padding-bottom: clamp(40px,6vw,70px);
  background: radial-gradient(120% 90% at 80% -10%, rgba(201,162,75,.10), transparent 55%), var(--ink);
  border-bottom: 1px solid var(--ivory-12);
}
.page-hero .inner { max-width: 820px; }
.page-hero h1 { font-size: clamp(2.3rem, 5vw, 3.9rem); letter-spacing: -.025em; margin: 18px 0 22px; }
.page-hero .lede { color: var(--ivory-70); max-width: 62ch; }

/* ===================== SERVICES CARDS ===================== */
.cards { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.cards.cols-3 { grid-template-columns: repeat(3, 1fr); }
.card { position: relative; padding: 30px 26px 28px; border-radius: 10px; border: 1px solid var(--ivory-12); background: linear-gradient(180deg, rgba(255,255,255,.025), transparent); overflow: hidden; transition: transform .5s var(--ease-out), border-color .5s var(--ease); transform-style: preserve-3d; }
.s-light .card, .s-ivory .card { border-color: var(--charcoal-12); background: #fff; }
.card::before { content:""; position: absolute; inset: 0; border-radius: inherit; background: radial-gradient(120% 80% at 50% -10%, var(--gold-glow), transparent 58%); opacity: 0; transition: opacity .5s var(--ease); pointer-events: none; }
.card:hover { border-color: var(--gold-line); }
.card:hover::before { opacity: 1; }
.card .ico { width: 44px; height: 44px; margin-bottom: 20px; color: var(--gold); }
.card h3 { font-size: 1.16rem; margin-bottom: 9px; }
.card p { font-size: 14.5px; color: var(--ivory-70); }
.s-light .card p, .s-ivory .card p { color: var(--charcoal-70); }
.card .idx { position: absolute; top: 24px; right: 24px; font-family: var(--font-display); font-size: 12px; color: var(--ivory-45); }
.s-light .card .idx, .s-ivory .card .idx { color: rgba(42,42,42,.4); }

/* ===================== PROCESS ===================== */
.process-list { display: grid; }
.pstep { display: grid; grid-template-columns: 88px 1fr auto; gap: 28px; align-items: start; padding: 32px 0; border-top: 1px solid var(--charcoal-12); position: relative; }
.s-dark .pstep, .s-graphite .pstep, .s-darker .pstep { border-top-color: var(--ivory-12); }
.pstep:last-child { border-bottom: 1px solid var(--charcoal-12); }
.s-dark .pstep:last-child, .s-darker .pstep:last-child { border-bottom-color: var(--ivory-12); }
.pstep .pn { font-family: var(--font-display); font-size: clamp(1.5rem,3vw,2.3rem); color: var(--gold); letter-spacing: -.02em; }
.pstep .pbody h3 { font-size: 1.35rem; margin-bottom: 7px; }
.pstep .pbody p { color: var(--ivory-70); max-width: 56ch; font-size: 15.5px; }
.s-light .pstep .pbody p, .s-ivory .pstep .pbody p { color: var(--charcoal-70); }
.pstep .pmeta { font-family: var(--font-display); font-size: 13px; letter-spacing: .04em; color: var(--ivory-45); white-space: nowrap; padding-top: 7px; }
.pstep::after { content:""; position: absolute; left: 0; top: -1px; width: 0; height: 2px; background: var(--gold); transition: width .6s var(--ease); }
.pstep:hover::after { width: 88px; }

/* ===================== COMPARISON TABLE ===================== */
.compare { margin-top: 8px; }
.cmp-table { width: 100%; border-collapse: separate; border-spacing: 0; }
.cmp-table th, .cmp-table td { padding: 17px 16px; text-align: center; vertical-align: middle; }
.cmp-table thead th { font-family: var(--font-display); font-size: 13px; font-weight: 500; letter-spacing: .04em; color: var(--ivory-45); padding-top: 8px; }
.cmp-table thead th.col-feature { text-align: left; color: var(--gold); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; }
.cmp-table tbody td.col-feature { text-align: left; font-size: 15.5px; color: var(--ivory); font-weight: 500; }
.cmp-table tbody tr { transition: background .3s var(--ease); }
.cmp-table tbody tr:hover { background: rgba(255,255,255,.025); }
.cmp-table tbody td { border-top: 1px solid var(--ivory-12); font-size: 15px; }
.cmp-icon { display: inline-grid; place-items: center; width: 26px; height: 26px; border-radius: 50%; }
.cmp-yes { background: rgba(201,162,75,.16); color: var(--gold-light); }
.cmp-no { color: var(--ivory-25); }
.cmp-no svg, .cmp-yes svg { width: 14px; height: 14px; }
/* highlighted PeakMotion column — continuous card built from per-cell borders */
.cmp-wrap { position: relative; overflow-x: auto; padding-bottom: 4px; }
.cmp-table { min-width: 720px; }
.cmp-pm-head { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: .01em; color: var(--ivory); }
.cmp-pm-head img { width: 24px; height: auto; }
.cmp-table th.col-pm {
  background: linear-gradient(180deg, rgba(201,162,75,.20), rgba(201,162,75,.10));
  border: 1px solid var(--gold-line); border-bottom: 0; border-radius: 14px 14px 0 0;
}
.cmp-table td.col-pm {
  background: rgba(201,162,75,.07); border-left: 1px solid var(--gold-line); border-right: 1px solid var(--gold-line);
  border-top: 1px solid rgba(201,162,75,.18);
}
.cmp-table tbody tr:last-child td.col-pm { border-bottom: 1px solid var(--gold-line); border-radius: 0 0 14px 14px; }
.cmp-table .col-pm .cmp-yes { background: var(--gold); color: var(--ink); }
.cmp-table tbody tr:hover td.col-pm { background: rgba(201,162,75,.11); }
.cmp-foot-cta { margin-top: 22px; display: flex; justify-content: center; }

/* ===================== WHY — BENTO ===================== */
.bento { display: grid; grid-template-columns: repeat(4, 1fr); grid-auto-rows: 200px; gap: 16px; }
.bento .tile {
  position: relative; border-radius: 14px; border: 1px solid var(--ivory-12); padding: 26px;
  background: linear-gradient(180deg, rgba(255,255,255,.03), transparent); overflow: hidden;
  display: flex; flex-direction: column; transition: border-color .5s var(--ease), transform .5s var(--ease-out);
}
.bento .tile::before { content:""; position: absolute; inset: 0; background: radial-gradient(130% 90% at 80% -10%, var(--gold-glow), transparent 55%); opacity: 0; transition: opacity .5s var(--ease); pointer-events: none; }
.bento .tile:hover { border-color: var(--gold-line); transform: translateY(-4px); }
.bento .tile:hover::before { opacity: 1; }
.bento .tile h3 { font-size: 1.2rem; margin-bottom: 8px; position: relative; }
.bento .tile p { font-size: 14px; color: var(--ivory-70); position: relative; }
.tile .tile-top { display: flex; align-items: center; gap: 12px; color: var(--gold); margin-bottom: auto; }
.tile .tile-top svg { width: 26px; height: 26px; }
.tile .tile-top .tlabel { font-family: var(--font-display); font-size: 12px; letter-spacing: .16em; text-transform: uppercase; color: var(--ivory-45); }
.tile-wide { grid-column: span 2; }
.tile-tall { grid-row: span 2; }
.tile-feature { grid-column: span 2; grid-row: span 2; justify-content: flex-end; }
.tile-feature h3 { font-size: clamp(1.4rem, 2.4vw, 1.9rem); }
.tile-feature p { font-size: 15.5px; max-width: 40ch; }
.tile-feature .deco { position: absolute; right: -40px; top: -30px; width: 220px; opacity: .12; }

/* gauge tile */
.tile-stat { align-items: center; justify-content: center; text-align: center; }
.tile-stat .stat-title { margin-top: 12px; }
.tile-stat .stat-sub { font-size: 12px; color: var(--ivory-45); margin-top: 2px; }
.gauge { display: grid; place-items: center; position: relative; }
.gauge svg { width: 104px; height: 104px; transform: rotate(-90deg); }
.gauge .gauge-track { fill: none; stroke: var(--ivory-12); stroke-width: 9; }
.gauge .gauge-val { fill: none; stroke: url(#pmGoldGrad); stroke-width: 9; stroke-linecap: round; transition: stroke-dashoffset 1.5s var(--ease-out); }
.gauge .gauge-center { position: absolute; inset: 0; display: grid; place-items: center; text-align: center; }
.gauge .gauge-num { font-family: var(--font-display); font-size: 1.7rem; color: var(--ivory); line-height: 1; }
.tile .big-num { font-family: var(--font-display); font-size: clamp(2.4rem,4vw,3.2rem); color: var(--gold); line-height: 1; }
.tile .big-num-sub { font-size: 13px; color: var(--ivory-45); margin-top: 6px; }

/* mobile mini-mock tile */
.mini-phone { width: 74px; height: 132px; border: 1.5px solid var(--ivory-25); border-radius: 14px; margin: auto auto 0; padding: 9px 7px; display: flex; flex-direction: column; gap: 5px; }
.mini-phone .ln { height: 7px; border-radius: 3px; background: var(--ivory-12); }
.mini-phone .ln.g { background: var(--gold); width: 60%; }
.mini-phone .ln:nth-child(2){ width: 85%; } .mini-phone .ln:nth-child(3){ width: 70%; }

/* bilingual tile */
.lang-demo { display: flex; gap: 8px; margin: auto auto 0; }
.lang-demo span { font-family: var(--font-display); font-weight: 600; font-size: 15px; padding: 8px 14px; border-radius: 999px; border: 1px solid var(--ivory-12); color: var(--ivory-45); }
.lang-demo span.on { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.founder-chip { width: 48px; height: 48px; border-radius: 50%; margin: auto auto 0; display: grid; place-items: center; background: linear-gradient(135deg, var(--gold-light), var(--gold)); color: var(--ink); font-family: var(--font-display); font-weight: 600; font-size: 15px; letter-spacing: .04em; box-shadow: 0 8px 22px -10px var(--gold-glow); }

/* ===================== FOUNDER ===================== */
.founder-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(34px,5vw,72px); align-items: center; }
.founder-portrait { position: relative; aspect-ratio: 4/5; border-radius: 16px; overflow: hidden; border: 1px solid var(--charcoal-12); background: linear-gradient(160deg, #15140f, #0c0b08); display: grid; place-items: center; }
.s-dark .founder-portrait, .s-graphite .founder-portrait { border-color: var(--ivory-12); }
.founder-portrait .mono { font-family: var(--font-display); font-weight: 500; font-size: clamp(3rem,7vw,5rem); letter-spacing: .04em; background: linear-gradient(135deg, var(--gold-light), var(--gold)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.founder-portrait .frame-tag { position: absolute; bottom: 16px; left: 16px; z-index: 3; font-family: var(--font-display); font-size: 11px; letter-spacing: .2em; text-transform: uppercase; color: var(--offwhite); }
.founder-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: center 20%; z-index: 1; }
.founder-portrait::after { content: ""; position: absolute; inset: 0; z-index: 2; pointer-events: none; background: linear-gradient(to top, rgba(8,7,5,.72) 0%, rgba(8,7,5,.18) 26%, transparent 50%); }
.founder-portrait .deco-peak { position: absolute; width: 64%; opacity: .06; top: -8%; right: -10%; z-index: 0; }
.founder-body .eyebrow { margin-bottom: 18px; }
.founder-body h2 { font-size: clamp(1.9rem,3.4vw,2.7rem); }
.founder-role { font-family: var(--font-display); font-size: 15px; color: var(--gold); margin: 8px 0 22px; letter-spacing: .02em; }
.founder-bio { font-size: clamp(1.02rem,1.5vw,1.18rem); line-height: 1.65; color: var(--charcoal-70); max-width: 56ch; }
.s-dark .founder-bio, .s-graphite .founder-bio, .s-darker .founder-bio { color: var(--ivory-70); }
.cred-chips { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 26px; }
.cred-chips span { display: inline-flex; align-items: center; gap: 9px; font-family: var(--font-display); font-size: 13px; font-weight: 500; letter-spacing: .01em; padding: 9px 15px; border-radius: 999px; border: 1px solid var(--charcoal-22); color: var(--charcoal); }
.s-dark .cred-chips span, .s-graphite .cred-chips span { border-color: var(--ivory-25); color: var(--ivory); }
.cred-chips span::before { content: ""; width: 7px; height: 7px; background: var(--gold); transform: rotate(45deg); flex: none; }
@media (max-width: 820px) { .founder-grid { grid-template-columns: 1fr; } .founder-portrait { max-width: 340px; aspect-ratio: 1/1; } }

/* automation pulse tile */
.pulse-wrap { position: relative; height: 60px; margin: auto 0 0; }
.pulse-dot { position: absolute; left: 0; top: 50%; width: 12px; height: 12px; border-radius: 50%; background: var(--gold); transform: translateY(-50%); }
.pulse-dot::after { content:""; position: absolute; inset: 0; border-radius: 50%; box-shadow: 0 0 0 0 var(--gold-glow); animation: pulsate 2.2s var(--ease) infinite; }
@keyframes pulsate { 0%{ box-shadow: 0 0 0 0 rgba(201,162,75,.4);} 70%,100%{ box-shadow: 0 0 0 22px rgba(201,162,75,0);} }
.pulse-line { position: absolute; left: 12px; right: 12px; top: 50%; height: 1px; background: linear-gradient(90deg, var(--gold-line), transparent); }
.pulse-line .node { position: absolute; top: 50%; width: 8px; height: 8px; border-radius: 50%; background: var(--ivory-25); transform: translateY(-50%); }

/* ===================== PORTFOLIO ===================== */
.work-filters { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 34px; }
.work-filters button { font-family: var(--font-display); font-size: 13.5px; font-weight: 500; letter-spacing: .02em; padding: 9px 18px; border-radius: 999px; border: 1px solid var(--ivory-12); color: var(--ivory-70); transition: color .3s, background .3s, border-color .3s; }
.work-filters button:hover { color: var(--ivory); border-color: var(--gold-line); }
.work-filters button.active { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.port-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.pcard { display: flex; flex-direction: column; border-radius: 12px; overflow: hidden; border: 1px solid var(--ivory-12); background: var(--graphite); transition: transform .5s var(--ease-out), border-color .5s var(--ease), opacity .4s var(--ease); }
.pcard.hide { display: none; }
.pcard:hover { transform: translateY(-6px); border-color: var(--gold-line); }
.pcard .thumb { aspect-ratio: 16/11; position: relative; overflow: hidden; background: repeating-linear-gradient(135deg, #171717 0 14px, #131313 14px 28px); display: grid; place-items: center; }
.pcard .thumb .badge { position: absolute; top: 15px; left: 15px; z-index: 2; font-family: var(--font-display); font-size: 11px; letter-spacing: .14em; text-transform: uppercase; white-space: nowrap; color: var(--gold); padding: 6px 12px; border: 1px solid var(--gold-line); border-radius: 999px; background: rgba(10,10,10,.6); }
.pcard .thumb .ph { color: var(--ivory-25); font-family: var(--font-display); font-size: 13px; letter-spacing: .2em; text-transform: uppercase; }
.pcard .thumb .pshot { width: 100%; height: 100%; object-fit: cover; object-position: top center; display: block; transition: transform .8s var(--ease); }
.pcard:hover .thumb .pshot { transform: scale(1.04); }
.pcard .thumb .sweep { position: absolute; inset: 0; background: linear-gradient(115deg, transparent 40%, var(--gold-glow) 50%, transparent 60%); transform: translateX(-100%); transition: transform .9s var(--ease); }
.pcard:hover .thumb .sweep { transform: translateX(100%); }
.pcard .pinfo { padding: 24px 24px 26px; display: flex; flex-direction: column; gap: 11px; flex: 1; }
.pcard .pcat { font-family: var(--font-display); font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--gold); }
.pcard h3 { font-size: 1.28rem; }
.pcard p { font-size: 14.5px; color: var(--ivory-70); }
.pcard .tags { display: flex; flex-wrap: wrap; gap: 7px; }
.pcard .tags span { font-size: 11.5px; color: var(--ivory-70); border: 1px solid var(--ivory-12); border-radius: 999px; padding: 4px 11px; }
.pcard .pinfo .text-link { margin-top: auto; }

/* ===================== SPLIT (automation / seo) ===================== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(34px,6vw,84px); align-items: center; }
.split.rev .split-media { order: -1; }
.feat-points { margin-top: 28px; display: grid; gap: 2px; }
.fpoint { display: flex; gap: 15px; padding: 15px 0; border-bottom: 1px solid var(--ivory-12); }
.s-light .fpoint, .s-ivory .fpoint { border-bottom-color: var(--charcoal-12); }
.fpoint .dot { width: 8px; height: 8px; margin-top: 9px; flex: none; background: var(--gold); transform: rotate(45deg); }
.fpoint .ft { font-family: var(--font-display); font-size: 1rem; }
.fpoint .fd { font-size: 14px; color: var(--ivory-70); margin-top: 2px; }
.s-light .fpoint .fd, .s-ivory .fpoint .fd { color: var(--charcoal-70); }
.split-media { border-radius: 14px; border: 1px solid var(--ivory-12); padding: 28px; background: linear-gradient(180deg, rgba(255,255,255,.03), transparent); }
.s-light .split-media, .s-ivory .split-media { border-color: var(--charcoal-12); background: #fff; }

/* chat mock */
.chat { display: flex; flex-direction: column; gap: 11px; }
.chat .row { display: flex; opacity: 0; transform: translateY(10px); transition: opacity .5s var(--ease), transform .5s var(--ease-out); }
.chat .row.show { opacity: 1; transform: none; }
.chat .row.me { justify-content: flex-end; }
.bubble { max-width: 80%; padding: 12px 16px; border-radius: 15px; font-size: 14.5px; line-height: 1.5; }
.chat .bot .bubble { background: var(--graphite); border: 1px solid var(--ivory-12); border-bottom-left-radius: 4px; }
.s-light .chat .bot .bubble, .s-ivory .chat .bot .bubble { background: var(--ivory); border-color: var(--charcoal-12); color: var(--charcoal); }
.chat .me .bubble { background: var(--gold); color: var(--ink); border-bottom-right-radius: 4px; }
.chat .typing { display: inline-flex; gap: 4px; align-items: center; }
.chat .typing i { width: 6px; height: 6px; border-radius: 50%; background: var(--gold); opacity: .5; animation: typing 1.3s infinite; }
.chat .typing i:nth-child(2){ animation-delay:.2s; } .chat .typing i:nth-child(3){ animation-delay:.4s; }
@keyframes typing { 0%,60%,100%{ transform: translateY(0); opacity:.4; } 30%{ transform: translateY(-4px); opacity:1; } }

/* seo meter */
.meter { display: grid; gap: 17px; }
.meter .m .top { display: flex; justify-content: space-between; font-family: var(--font-display); font-size: 13px; letter-spacing: .04em; margin-bottom: 8px; }
.meter .m .top .v { color: var(--gold); }
.meter .bar { height: 6px; border-radius: 999px; background: var(--ivory-12); overflow: hidden; }
.s-light .meter .bar, .s-ivory .meter .bar { background: var(--charcoal-12); }
.meter .bar i { display: block; height: 100%; width: 0; background: linear-gradient(90deg, var(--gold), var(--gold-light)); border-radius: inherit; transition: width 1.4s var(--ease-out); }

/* ===================== ABOUT ===================== */
.about-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: clamp(38px,6vw,84px); align-items: center; }
.about-quote { font-family: var(--font-display); font-weight: 600; font-size: clamp(1.5rem,2.8vw,2.15rem); line-height: 1.25; letter-spacing: -.02em; text-wrap: balance; }
.about-meta { margin-top: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.about-meta .k { font-family: var(--font-display); font-size: 12px; letter-spacing: .18em; text-transform: uppercase; color: var(--gold); margin-bottom: 7px; }
.about-meta .vv { font-size: 15px; color: var(--ivory-70); }
.about-card { border: 1px solid var(--ivory-12); border-radius: 14px; padding: 38px; background: linear-gradient(180deg, rgba(255,255,255,.03), transparent); }
.about-card .emblem-img { width: 110px; margin-bottom: 26px; }
.values { display: grid; gap: 16px; }
.value { display: flex; gap: 16px; align-items: flex-start; padding: 18px 0; border-top: 1px solid var(--ivory-12); }
.value:first-child { border-top: 0; padding-top: 0; }
.value .vn { font-family: var(--font-display); font-size: 13px; color: var(--gold); min-width: 26px; padding-top: 3px; }
.value h4 { font-size: 1.05rem; margin-bottom: 4px; }
.value p { font-size: 14px; color: var(--ivory-70); }

/* ===================== FAQ ===================== */
.faq-wrap { max-width: 860px; }
.faq-item { border-bottom: 1px solid var(--charcoal-12); }
.s-dark .faq-item, .s-graphite .faq-item, .s-darker .faq-item { border-bottom-color: var(--ivory-12); }
.faq-q { width: 100%; display: flex; align-items: center; justify-content: space-between; gap: 22px; padding: 25px 0; text-align: left; font-family: var(--font-display); font-size: clamp(1.05rem,1.8vw,1.28rem); letter-spacing: -.01em; transition: color .35s var(--ease); }
.faq-q:hover { color: var(--gold); }
.faq-q .pm { position: relative; width: 18px; height: 18px; flex: none; }
.faq-q .pm::before, .faq-q .pm::after { content:""; position: absolute; background: var(--gold); transition: transform .4s var(--ease); }
.faq-q .pm::before { top: 8px; left: 0; width: 18px; height: 2px; }
.faq-q .pm::after { left: 8px; top: 0; width: 2px; height: 18px; }
.faq-item.open .pm::after { transform: scaleY(0); }
.faq-a { overflow: hidden; max-height: 0; transition: max-height .5s var(--ease); }
.faq-a .inner { padding: 0 0 26px; color: var(--ivory-70); max-width: 72ch; font-size: 15.5px; }
.s-light .faq-a .inner, .s-ivory .faq-a .inner { color: var(--charcoal-70); }

/* ===================== CONTACT FORM ===================== */
.contact-grid { display: grid; grid-template-columns: .82fr 1.18fr; gap: clamp(38px,6vw,76px); }
.contact-channels { margin-top: 38px; display: grid; gap: 2px; }
.cch { display: flex; gap: 16px; align-items: center; padding: 17px 0; border-top: 1px solid var(--ivory-12); }
.cch:last-child { border-bottom: 1px solid var(--ivory-12); }
.cch .ci { width: 40px; height: 40px; border-radius: 50%; border: 1px solid var(--gold-line); display: grid; place-items: center; color: var(--gold); flex: none; }
.cch .ck { font-size: 12px; letter-spacing: .14em; text-transform: uppercase; color: var(--ivory-45); }
.cch .cv { font-family: var(--font-display); font-size: 16px; color: var(--ivory); }
.cch a.cv:hover { color: var(--gold); }
.form { border: 1px solid var(--ivory-12); border-radius: 14px; padding: clamp(24px,4vw,40px); background: linear-gradient(180deg, rgba(255,255,255,.03), transparent); }
.form .grid2 { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { display: flex; flex-direction: column; gap: 9px; margin-bottom: 18px; }
.field label { font-family: var(--font-display); font-size: 12.5px; letter-spacing: .08em; text-transform: uppercase; color: var(--ivory-70); }
.field .req { color: var(--gold); }
.field input, .field select, .field textarea { width: 100%; background: rgba(0,0,0,.35); border: 1px solid var(--ivory-12); border-radius: var(--radius); padding: 14px 16px; color: var(--ivory); font-family: var(--font-body); font-size: 15px; transition: border-color .35s, box-shadow .35s, background .35s; }
.field textarea { min-height: 130px; resize: vertical; }
.field select { appearance: none; cursor: pointer; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23C9A24B' stroke-width='1.5' fill='none' stroke-linecap='round'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 16px center; padding-right: 42px; }
.field option { background: var(--graphite); color: var(--ivory); }
.field input::placeholder, .field textarea::placeholder { color: var(--ivory-45); }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold-line); background: rgba(0,0,0,.5); box-shadow: 0 0 0 3px rgba(201,162,75,.12); }
.field.invalid input, .field.invalid select, .field.invalid textarea { border-color: #c0593f; box-shadow: 0 0 0 3px rgba(192,89,63,.14); }
.field .err { font-size: 12px; color: #e08a72; display: none; }
.field.invalid .err { display: block; }
.form .btn { width: 100%; justify-content: center; margin-top: 6px; padding-block: 14px; }
.form-note { font-size: 13px; color: var(--ivory-45); margin-top: 15px; text-align: center; }
.form-note a { color: var(--gold); }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 1080px) {
  .cards, .cards.cols-3 { grid-template-columns: repeat(2, 1fr); }
  .port-grid { grid-template-columns: repeat(2, 1fr); }
  .bento { grid-template-columns: repeat(2, 1fr); }
  .tile-feature { grid-column: span 2; }
}
@media (max-width: 920px) {
  .hero-grid { grid-template-columns: 1fr; }
  .hero-emblem { order: -1; max-width: 300px; margin-inline: auto; }
  .split, .split.rev { grid-template-columns: 1fr; }
  .split.rev .split-media { order: 0; }
  .about-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
  .cards, .cards.cols-3, .port-grid { grid-template-columns: 1fr; }
  .bento { grid-template-columns: 1fr; grid-auto-rows: auto; }
  .bento .tile { min-height: 180px; }
  .tile-wide, .tile-tall, .tile-feature { grid-column: auto; grid-row: auto; }
  .form .grid2 { grid-template-columns: 1fr; }
  .about-meta { grid-template-columns: 1fr; }
  .pstep { grid-template-columns: 54px 1fr; gap: 16px; }
  .pstep .pmeta { display: none; }
  .hero-trust { gap: 18px; }
}

/* ---- Contact form status message ---- */
.form-status { margin: 14px 0 0; font-size: 14px; line-height: 1.5; font-family: var(--font-body); }
.form-status:empty { display: none; }
.form-status.sending { color: var(--ivory-45); }
.form-status.ok { color: var(--gold); }
.form-status.warn { color: #E0A96D; }
