:root {
  --ink: #171413;
  --paper: #f1eee7;
  --paper-2: #e5e0d6;
  --red: #d9232e;
  --wine: #751625;
  --muted: #837d74;
  --line: rgba(23, 20, 19, .18);
  --pad: clamp(24px, 5vw, 76px);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: "Manrope", sans-serif; overflow-x: hidden; }
body.menu-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.noise { position: fixed; inset: 0; opacity: .035; pointer-events: none; z-index: 99; background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 200 200' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.9'/%3E%3C/svg%3E"); }
.cursor-glow { position: fixed; width: 420px; height: 420px; border-radius: 50%; background: rgba(217,35,46,.09); filter: blur(35px); transform: translate(-50%,-50%); pointer-events: none; z-index: 0; transition: opacity .3s; }

.site-header { position: fixed; top: 0; left: 0; right: 0; z-index: 50; height: 92px; display: flex; align-items: center; justify-content: space-between; padding: 0 var(--pad); border-bottom: 1px solid rgba(255,255,255,.14); color: #fff; transition: .35s ease; }
.site-header.scrolled { height: 76px; color: var(--ink); background: rgba(241,238,231,.92); border-color: var(--line); backdrop-filter: blur(18px); }
.brand img { width: 112px; height: 66px; object-fit: contain; filter: brightness(0) invert(1); transition: .35s ease; }
.site-header.scrolled .brand img { filter: none; width: 96px; }
.main-nav { display: flex; align-items: center; gap: clamp(22px,3vw,46px); font-family: "DM Sans", sans-serif; font-size: 14px; font-weight: 600; }
.main-nav > a:not(.nav-cta) { position: relative; }
.main-nav > a:not(.nav-cta)::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -6px; height: 1px; background: currentColor; transition: right .25s; }
.main-nav > a:not(.nav-cta):hover::after { right: 0; }
.nav-cta { padding: 13px 18px; border: 1px solid currentColor; display: flex; gap: 20px; transition: .25s; }
.nav-cta:hover { color: #fff; background: var(--red); border-color: var(--red); }
.menu-toggle { display: none; background: transparent; border: 0; width: 42px; height: 42px; padding: 9px; }
.menu-toggle span:not(.sr-only) { display: block; height: 1px; background: currentColor; margin: 6px 0; transition: .25s; }

.hero { min-height: 100svh; position: relative; overflow: hidden; display: flex; align-items: center; padding: 130px var(--pad) 80px; color: #fff; background: radial-gradient(circle at 74% 48%, #45131b 0 10%, transparent 38%), linear-gradient(115deg,#171413 0%,#221416 56%,#58101d 100%); }
.hero-grid { position: absolute; inset: 0; opacity: .2; background-image: linear-gradient(rgba(255,255,255,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(255,255,255,.08) 1px,transparent 1px); background-size: 9vw 9vw; mask-image: linear-gradient(to right, transparent 0%, black 30%, black 100%); }
.hero::after { content: ""; position: absolute; width: min(50vw,720px); aspect-ratio: 1; right: -5vw; top: 48%; transform: translateY(-50%) rotate(45deg); border: 1px solid rgba(255,255,255,.24); }
.orb { position: absolute; border-radius: 50%; will-change: transform; }
.orb-a { width: clamp(260px,40vw,630px); aspect-ratio:1; right: 4vw; top: 15%; background: linear-gradient(145deg,#ff3943 0%,#a70e28 45%,#3b0b17 80%); box-shadow: inset -50px -50px 90px rgba(0,0,0,.28),0 60px 120px rgba(0,0,0,.4); }
.orb-a::after { content:""; position:absolute; inset:14%; border-radius:50%; border:1px solid rgba(255,255,255,.22); }
.orb-b { width: 115px; aspect-ratio:1; right: 38%; bottom: 9%; background:#e2d8c9; mix-blend-mode:difference; }
.hero-mark { position:absolute; right:-.04em; bottom:-.22em; color:rgba(255,255,255,.04); font:700 clamp(280px,42vw,720px)/1 "DM Sans"; letter-spacing:-.13em; will-change:transform; }
.hero-content { position: relative; z-index: 2; width: min(780px,65vw); }
.eyebrow,.section-label { display:flex; align-items:center; gap:15px; text-transform:uppercase; letter-spacing:.16em; font:600 11px/1 "DM Sans"; }
.eyebrow span,.section-label span { width:38px; height:38px; display:grid; place-items:center; border:1px solid currentColor; border-radius:50%; }
.hero h1 { margin: clamp(26px,5vh,58px) 0 28px; font:500 clamp(54px,7.6vw,126px)/.88 "DM Sans",sans-serif; letter-spacing:-.065em; }
h1 em,h2 em { font-family: Georgia,serif; font-weight:400; }
h1 strong { color:#f0464f; font-weight:500; }
.hero-copy { max-width:580px; margin:0; color:rgba(255,255,255,.72); font-size:clamp(15px,1.25vw,19px); line-height:1.7; }
.hero-actions { margin-top:40px; display:flex; align-items:center; gap:36px; }
.button { display:inline-flex; align-items:center; justify-content:space-between; gap:42px; padding:18px 22px; font:600 13px "DM Sans"; }
.button-primary { background:var(--red); color:#fff; }
.button-primary:hover { background:#f02a36; }
.text-link { display:inline-flex; gap:14px; align-items:center; border-bottom:1px solid currentColor; padding-bottom:5px; font:600 13px "DM Sans"; }
.hero-note { position:absolute; z-index:2; right:var(--pad); bottom:48px; border-left:1px solid rgba(255,255,255,.28); padding-left:22px; font-size:12px; color:rgba(255,255,255,.62); }
.hero-note p { margin:5px 0; }
.hero-note strong { color:#fff; font-size:15px; }
.pulse { position:absolute; left:-4px; top:6px; width:7px; height:7px; border-radius:50%; background:#ff404a; box-shadow:0 0 0 8px rgba(255,64,74,.14); }
.scroll-cue { position:absolute; left:var(--pad); bottom:26px; display:flex; gap:12px; align-items:center; font:600 9px "DM Sans"; letter-spacing:.18em; color:rgba(255,255,255,.4); }
.scroll-cue span { display:block; width:34px; height:1px; background:currentColor; }

.section-pad { padding:clamp(90px,12vw,180px) var(--pad); position:relative; }
.manifesto { background:var(--paper); }
.section-label { color:var(--wine); margin-bottom:70px; }
.section-label.light { color:#f14a53; }
.manifesto-layout { display:grid; grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr); gap:8vw; align-items:end; }
.overline { color:var(--red); font:700 10px "DM Sans"; letter-spacing:.22em; }
h2 { margin:18px 0 0; font:500 clamp(46px,6.5vw,102px)/.98 "DM Sans"; letter-spacing:-.06em; }
.about-copy { max-width:500px; font-size:clamp(15px,1.2vw,18px); line-height:1.8; color:#544e49; }
.about-copy p:first-child { color:var(--ink); font-size:1.14em; }
.about-copy .text-link { margin-top:20px; color:var(--wine); }
.stats { margin-top:110px; border-top:1px solid var(--line); display:grid; grid-template-columns:repeat(4,1fr); }
.stat { padding:30px 22px 0 0; border-right:1px solid var(--line); min-height:140px; }
.stat:not(:first-child) { padding-left:28px; }
.stat:last-child { border-right:0; }
.stat strong { display:block; font:500 clamp(38px,4vw,64px) "DM Sans"; letter-spacing:-.06em; }
.stat span { color:var(--muted); font-size:12px; }

.services { color:#fff; background:var(--ink); display:grid; grid-template-columns:.72fr 1.28fr; gap:7vw; overflow:hidden; }
.services::before { content:""; position:absolute; width:550px; height:550px; left:-280px; bottom:-280px; border:1px solid rgba(255,255,255,.08); border-radius:50%; box-shadow:0 0 0 90px rgba(255,255,255,.02),0 0 0 180px rgba(255,255,255,.018); }
.services-intro { position:sticky; top:130px; height:max-content; }
.services-intro h2 { font-size:clamp(44px,5.6vw,88px); }
.service-list { border-top:1px solid rgba(255,255,255,.18); }
.service-card { min-height:240px; display:grid; grid-template-columns:70px 1fr 55px; gap:20px; align-items:center; border-bottom:1px solid rgba(255,255,255,.18); position:relative; overflow:hidden; padding:25px 0; transition:color .35s,padding .35s; }
.service-card::before { content:""; position:absolute; inset:0; background:var(--red); transform:translateX(-101%); transition:transform .45s cubic-bezier(.77,0,.18,1); }
.service-card:hover::before { transform:translateX(0); }
.service-card:hover { padding-left:24px; }
.service-card > * { position:relative; z-index:1; }
.service-number { align-self:start; padding-top:8px; color:rgba(255,255,255,.48); font:500 11px "DM Sans"; }
.service-tag { margin:0 0 12px; color:#f24751; font:700 9px "DM Sans"; letter-spacing:.2em; transition:color .3s; }
.service-card:hover .service-tag { color:#fff; }
.service-card h3 { margin:0 0 16px; font:500 clamp(30px,3.1vw,50px) "DM Sans"; letter-spacing:-.04em; }
.service-card p:last-child { max-width:570px; margin:0; color:rgba(255,255,255,.58); font-size:14px; line-height:1.65; }
.service-card:hover p:last-child { color:rgba(255,255,255,.84); }
.service-arrow { width:46px; height:46px; border:1px solid rgba(255,255,255,.35); border-radius:50%; display:grid; place-items:center; font-size:20px; transition:transform .3s; }
.service-card:hover .service-arrow { transform:rotate(45deg); }

.process { overflow:hidden; }
.process-orbit { position:absolute; right:-15vw; top:-25vw; width:55vw; aspect-ratio:1; border:1px solid rgba(117,22,37,.16); border-radius:50%; box-shadow:0 0 0 7vw rgba(117,22,37,.025),0 0 0 14vw rgba(117,22,37,.018); }
.process-heading { display:flex; justify-content:space-between; align-items:end; gap:40px; position:relative; }
.process-heading p { width:340px; color:var(--muted); line-height:1.7; }
.steps { list-style:none; padding:0; margin:110px 0 0; display:grid; grid-template-columns:repeat(4,1fr); border-top:1px solid var(--line); counter-reset:step; }
.steps li { padding:30px 25px 20px 0; min-height:250px; border-right:1px solid var(--line); }
.steps li:not(:first-child) { padding-left:28px; }
.steps li:last-child { border-right:0; }
.steps span { color:var(--red); font:700 10px "DM Sans"; letter-spacing:.18em; }
.steps h3 { margin:46px 0 18px; font:500 25px "DM Sans"; }
.steps p { color:var(--muted); font-size:13px; line-height:1.7; }

.clients { background:var(--paper-2); }
.clients-heading { display:flex; align-items:end; justify-content:space-between; gap:40px; }
.clients-heading p { max-width:360px; color:var(--muted); line-height:1.7; }
.logo-grid { margin-top:90px; display:grid; grid-template-columns:repeat(4,1fr); border:1px solid var(--line); }
.logo-cell { aspect-ratio:1.22; display:flex; align-items:center; justify-content:center; border-right:1px solid var(--line); position:relative; padding:32px; background:rgba(255,255,255,.18); transition:background .3s; }
.logo-cell:hover { background:#fff; }
.logo-cell:last-child { border-right:0; }
.logo-cell > span { position:absolute; top:17px; left:18px; font:700 8px "DM Sans"; letter-spacing:.18em; color:var(--muted); }
.logo-cell img { max-width:80%; max-height:100px; object-fit:contain; filter:grayscale(1); transition:filter .3s,transform .3s; }
.logo-cell:hover img { filter:none; transform:scale(1.04); }
.logo-type { align-items:flex-start; flex-direction:column; background:var(--wine); color:#fff; }
.logo-type:hover { background:var(--red); }
.logo-type small { font:700 9px "DM Sans"; letter-spacing:.2em; opacity:.6; }
.logo-type strong { font:500 clamp(24px,2.5vw,42px)/.9 "DM Sans"; letter-spacing:-.05em; margin-top:16px; }

.contact { color:#fff; background:linear-gradient(125deg,#6e1422,#a9162b 70%,#d52331); overflow:hidden; }
.contact-shape { position:absolute; width:56vw; aspect-ratio:1; right:-12vw; top:-10vw; border:1px solid rgba(255,255,255,.14); transform:rotate(25deg); }
.contact-shape::before,.contact-shape::after { content:""; position:absolute; inset:12%; border:1px solid rgba(255,255,255,.12); transform:rotate(20deg); }
.contact-shape::after { inset:27%; }
.contact-main { display:flex; align-items:end; justify-content:space-between; position:relative; gap:50px; }
.contact-main h2 { max-width:870px; }
.contact-circle { flex:0 0 auto; width:clamp(150px,15vw,230px); aspect-ratio:1; border-radius:50%; background:#fff; color:var(--wine); display:flex; flex-direction:column; align-items:center; justify-content:center; font:600 clamp(15px,1.2vw,19px)/1.2 "DM Sans"; text-align:center; transition:background .3s,color .3s; }
.contact-circle span { margin-top:12px; font-size:22px; }
.contact-circle:hover { background:var(--ink); color:#fff; }
.contact-details { position:relative; margin-top:120px; padding-top:35px; border-top:1px solid rgba(255,255,255,.25); display:grid; grid-template-columns:1.2fr 1fr 1fr; gap:55px; }
.contact-details > * { display:flex; flex-direction:column; gap:7px; margin:0; font-style:normal; font-size:13px; line-height:1.65; color:rgba(255,255,255,.76); }
.contact-details span { color:#fff; font:700 9px "DM Sans"; letter-spacing:.2em; margin-bottom:12px; }
.contact-details a:hover { color:#fff; text-decoration:underline; }
footer { padding:28px var(--pad); background:#100e0e; color:rgba(255,255,255,.5); display:flex; align-items:center; justify-content:space-between; gap:30px; font-size:11px; }
footer img { width:92px; height:48px; object-fit:contain; filter:brightness(0) invert(1); opacity:.75; }
footer a:hover { color:#fff; }
.footer-links { display:flex; gap:24px; align-items:center; }

/* Internal pages */
.inner-page { background:#ece8df; }
.inner-header { color:var(--ink); background:rgba(241,238,231,.94); border-color:var(--line); backdrop-filter:blur(18px); }
.inner-header .brand img { filter:none; }
.page-hero { min-height:68svh; padding:170px var(--pad) 90px; display:flex; flex-direction:column; justify-content:flex-end; position:relative; overflow:hidden; background:var(--ink); color:#fff; }
.page-hero::after { content:""; position:absolute; width:clamp(300px,48vw,760px); aspect-ratio:1; border-radius:50%; right:-10vw; top:-18vw; background:radial-gradient(circle at 32% 32%,#ff4650,#a4142b 44%,#2a1116 73%); box-shadow:0 0 0 1px rgba(255,255,255,.15),0 0 0 7vw rgba(255,255,255,.025); }
.page-hero.compact { min-height:52svh; }
.page-hero > * { position:relative; z-index:1; }
.page-kicker { display:flex; align-items:center; gap:14px; font:700 10px "DM Sans"; letter-spacing:.2em; color:#f54a54; }
.page-kicker::before { content:""; width:38px; height:1px; background:currentColor; }
.page-hero h1 { margin:30px 0 22px; max-width:920px; font:500 clamp(58px,9vw,140px)/.86 "DM Sans"; letter-spacing:-.075em; }
.page-hero h1 em { font-family:Georgia,serif; font-weight:400; }
.page-hero > p:last-child { max-width:580px; color:rgba(255,255,255,.65); line-height:1.75; }
.subnav { display:flex; gap:28px; flex-wrap:wrap; }

.news-shell { padding:90px var(--pad) 140px; }
.news-toolbar { display:flex; justify-content:space-between; gap:30px; align-items:end; margin-bottom:48px; }
.news-toolbar h2 { font-size:clamp(38px,5vw,70px); }
.filter-row { display:flex; gap:8px; flex-wrap:wrap; }
.filter-btn { border:1px solid var(--line); background:transparent; color:var(--ink); padding:11px 16px; font:600 11px "DM Sans"; cursor:pointer; }
.filter-btn.active,.filter-btn:hover { background:var(--ink); color:#fff; }
.news-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:24px; }
.news-card { background:#f8f5ef; border:1px solid rgba(23,20,19,.1); min-height:430px; display:flex; flex-direction:column; transition:transform .3s,box-shadow .3s; }
.news-card:hover { transform:translateY(-7px); box-shadow:0 24px 60px rgba(39,25,22,.12); }
.news-visual { height:210px; position:relative; overflow:hidden; background:linear-gradient(135deg,#711526,#d72331); }
.news-visual::before { content:"KDI"; position:absolute; right:-.04em; bottom:-.25em; color:rgba(255,255,255,.12); font:700 150px "DM Sans"; letter-spacing:-.12em; }
.news-visual::after { content:""; position:absolute; width:145px; height:145px; border:1px solid rgba(255,255,255,.3); border-radius:50%; left:24px; top:22px; box-shadow:0 0 0 24px rgba(255,255,255,.035); }
.news-card:nth-child(3n+2) .news-visual { background:linear-gradient(145deg,#20201e,#6f6b62); }
.news-card:nth-child(3n+3) .news-visual { background:linear-gradient(145deg,#9d1a2d,#341319); }
.news-body { padding:27px; display:flex; flex:1; flex-direction:column; }
.news-meta { display:flex; justify-content:space-between; gap:10px; color:var(--muted); font:700 9px "DM Sans"; letter-spacing:.13em; text-transform:uppercase; }
.news-body h3 { margin:24px 0 14px; font:500 25px/1.16 "DM Sans"; letter-spacing:-.035em; }
.news-body p { color:#6a645d; line-height:1.7; font-size:13px; margin:0 0 25px; }
.news-body .text-link { margin-top:auto; width:max-content; }
.empty-state { grid-column:1/-1; padding:80px; border:1px dashed var(--line); text-align:center; color:var(--muted); }

.careers-intro { padding:100px var(--pad); display:grid; grid-template-columns:.8fr 1.2fr; gap:9vw; }
.careers-intro h2 { font-size:clamp(44px,6vw,88px); }
.careers-intro-copy { color:#5f5953; line-height:1.8; font-size:17px; padding-top:18px; }
.benefit-grid { grid-column:1/-1; margin-top:55px; display:grid; grid-template-columns:repeat(3,1fr); border-top:1px solid var(--line); }
.benefit { padding:35px 30px 0 0; border-right:1px solid var(--line); min-height:180px; }
.benefit:not(:first-child) { padding-left:30px; }
.benefit:last-child { border-right:0; }
.benefit span { color:var(--red); font:700 10px "DM Sans"; letter-spacing:.18em; }
.benefit h3 { font:500 23px "DM Sans"; }
.benefit p { color:var(--muted); font-size:13px; line-height:1.7; }
.vacancies { background:var(--ink); color:#fff; padding:110px var(--pad); }
.vacancies-head { display:flex; align-items:end; justify-content:space-between; gap:30px; margin-bottom:60px; }
.vacancies-head h2 { font-size:clamp(42px,6vw,80px); }
.vacancies-head p { color:rgba(255,255,255,.55); }
.job-list { border-top:1px solid rgba(255,255,255,.2); }
.job { display:grid; grid-template-columns:75px 1fr auto auto; align-items:center; gap:30px; min-height:145px; border-bottom:1px solid rgba(255,255,255,.2); }
.job > span:first-child { color:#f44852; font:700 10px "DM Sans"; }
.job h3 { margin:0 0 8px; font:500 clamp(24px,3vw,38px) "DM Sans"; }
.job p { margin:0; color:rgba(255,255,255,.5); font-size:12px; }
.job small { display:block; max-width:620px; margin-top:10px; color:rgba(255,255,255,.72); font-size:11px; line-height:1.55; }
.job-type { font:600 10px "DM Sans"; border:1px solid rgba(255,255,255,.3); padding:9px 12px; }
.apply-btn { width:48px; height:48px; border-radius:50%; border:1px solid rgba(255,255,255,.4); background:transparent; color:#fff; font-size:20px; cursor:pointer; }
.apply-btn:hover { background:var(--red); border-color:var(--red); }
.application { padding:110px var(--pad); display:grid; grid-template-columns:.75fr 1.25fr; gap:9vw; }
.application h2 { font-size:clamp(44px,6vw,82px); }
.application-copy p { color:var(--muted); line-height:1.7; }
.application-form { display:grid; grid-template-columns:1fr 1fr; gap:22px; }
.field { display:flex; flex-direction:column; gap:8px; }
.field.full { grid-column:1/-1; }
.field label { font:700 9px "DM Sans"; letter-spacing:.16em; text-transform:uppercase; color:#625c56; }
.field input,.field select,.field textarea { width:100%; border:0; border-bottom:1px solid #aaa39a; background:transparent; padding:13px 0; color:var(--ink); font:500 14px "Manrope"; outline:none; }
.field textarea { min-height:100px; resize:vertical; }
.field input:focus,.field select:focus,.field textarea:focus { border-color:var(--red); }
.file-note { color:var(--muted); font-size:11px; }
.submit-btn { grid-column:1/-1; justify-self:start; border:0; cursor:pointer; margin-top:14px; }
.form-status { grid-column:1/-1; min-height:20px; color:var(--wine); font-weight:600; font-size:13px; }

/* Admin */
.admin-page { background:#e8e4dc; min-height:100vh; }
.admin-bar { height:74px; background:#171413; color:#fff; display:flex; align-items:center; justify-content:space-between; padding:0 32px; }
.admin-bar img { width:86px; height:50px; object-fit:contain; filter:brightness(0) invert(1); }
.admin-bar div { display:flex; align-items:center; gap:24px; font-size:11px; }
.admin-bar a { color:rgba(255,255,255,.65); }
.admin-layout { display:grid; grid-template-columns:230px 1fr; min-height:calc(100vh - 74px); }
.admin-sidebar { background:#211e1d; color:#fff; padding:34px 20px; }
.admin-sidebar small { display:block; color:rgba(255,255,255,.35); font:700 8px "DM Sans"; letter-spacing:.18em; margin:0 12px 18px; }
.admin-nav-btn { width:100%; border:0; background:transparent; color:rgba(255,255,255,.58); padding:14px 13px; text-align:left; font:600 13px "Manrope"; cursor:pointer; margin-bottom:5px; }
.admin-nav-btn.active,.admin-nav-btn:hover { color:#fff; background:#d42130; }
.admin-content { padding:42px; min-width:0; }
.admin-top { display:flex; align-items:center; justify-content:space-between; gap:20px; margin-bottom:30px; }
.admin-top h1 { margin:0; font:600 34px "DM Sans"; letter-spacing:-.04em; }
.admin-top p { margin:7px 0 0; color:#756f68; font-size:12px; }
.admin-button { border:0; background:var(--red); color:#fff; padding:12px 17px; font:600 12px "DM Sans"; cursor:pointer; }
.admin-button.secondary { background:#302c2a; }
.admin-top-actions { display:flex; gap:10px; align-items:center; }
.metrics { display:grid; grid-template-columns:repeat(3,1fr); gap:18px; margin-bottom:28px; }
.metric { padding:24px; background:#f8f5ef; border:1px solid rgba(0,0,0,.07); }
.metric span { color:#77716a; font-size:11px; }
.metric strong { display:block; margin-top:14px; font:600 38px "DM Sans"; }
.admin-card { background:#f8f5ef; border:1px solid rgba(0,0,0,.08); overflow:hidden; }
.admin-table { width:100%; border-collapse:collapse; font-size:12px; }
.admin-table th { padding:15px 18px; background:#ded9cf; text-align:left; color:#625d57; font:700 9px "DM Sans"; letter-spacing:.12em; }
.admin-table td { padding:17px 18px; border-top:1px solid rgba(0,0,0,.07); vertical-align:top; }
.admin-table button { border:0; background:transparent; color:var(--wine); cursor:pointer; font-weight:700; }
.status-pill { display:inline-block; border:1px solid #aca69d; padding:5px 8px; font:700 8px "DM Sans"; letter-spacing:.08em; text-transform:uppercase; }
.status-pill.new { color:#a4142b; border-color:#d69ca5; background:#f9e5e8; }
.status-pill.open-job { color:#226b3d; border-color:#9bceb0; background:#e6f6ec; }
.admin-section-head { display:flex; align-items:end; justify-content:space-between; margin:34px 0 14px; }
.admin-section-head h2 { margin:0; font:600 21px "DM Sans"; letter-spacing:-.03em; }
.admin-section-head p { margin:5px 0 0; color:var(--muted); font-size:11px; }
.admin-section-head.applicants-head { margin-top:38px; }
.admin-panel { display:none; }
.admin-panel.active { display:block; }
.modal { position:fixed; inset:0; z-index:100; background:rgba(15,12,12,.7); display:none; align-items:center; justify-content:center; padding:25px; }
.modal.open { display:flex; }
.modal-card { width:min(650px,100%); max-height:90vh; overflow:auto; background:#f5f1e9; padding:32px; position:relative; }
.modal-card h2 { font:600 27px "DM Sans"; margin:0 0 25px; }
.modal-close { position:absolute; right:18px; top:16px; border:0; background:transparent; font-size:24px; cursor:pointer; }
.admin-form { display:grid; grid-template-columns:1fr 1fr; gap:18px; }
.admin-form .field.full { grid-column:1/-1; }
.admin-actions { grid-column:1/-1; display:flex; gap:10px; justify-content:flex-end; margin-top:12px; }
.login-gate { position:fixed; inset:0; z-index:200; display:flex; align-items:center; justify-content:center; padding:25px; background:radial-gradient(circle at 75% 20%,#681522,#171413 55%); }
.login-gate.hidden { display:none; }
.login-card { width:min(430px,100%); background:#f5f1e9; padding:42px; display:flex; flex-direction:column; gap:17px; box-shadow:0 30px 100px rgba(0,0,0,.4); }
.login-card img { width:110px; margin-bottom:6px; }
.login-card small { color:var(--red); font:700 9px "DM Sans"; letter-spacing:.18em; }
.login-card h1 { margin:0; font:600 35px "DM Sans"; letter-spacing:-.04em; }
.login-card p { margin:0 0 8px; color:var(--muted); font-size:13px; }


.reveal { opacity:0; transform:translateY(34px); transition:opacity .8s ease,transform .8s cubic-bezier(.2,.75,.2,1); }
.reveal.visible { opacity:1; transform:translateY(0); }

@media (max-width: 960px) {
  .cursor-glow { display:none; }
  .site-header { height:76px; }
  .menu-toggle { display:block; color:inherit; z-index:2; }
  .main-nav { position:fixed; inset:0; background:var(--ink); color:#fff; display:flex; flex-direction:column; align-items:flex-start; justify-content:center; padding:12vw; gap:28px; font-size:32px; transform:translateX(100%); transition:transform .45s cubic-bezier(.77,0,.18,1); }
  .menu-open .main-nav { transform:none; }
  .menu-open .menu-toggle { color:#fff; }
  .menu-open .menu-toggle span:nth-child(1) { transform:translateY(7px) rotate(45deg); }
  .menu-open .menu-toggle span:nth-child(2) { opacity:0; }
  .menu-open .menu-toggle span:nth-child(3) { transform:translateY(-7px) rotate(-45deg); }
  .nav-cta { margin-top:20px; font-size:16px; }
  .hero-content { width:86vw; }
  .orb-a { right:-24vw; opacity:.72; }
  .orb-b { display:none; }
  .hero-note { display:none; }
  .manifesto-layout,.services { grid-template-columns:1fr; }
  .about-copy { margin-top:30px; }
  .services-intro { position:relative; top:auto; }
  .stats,.steps { grid-template-columns:repeat(2,1fr); }
  .stat:nth-child(2),.steps li:nth-child(2) { border-right:0; }
  .stat:nth-child(-n+2),.steps li:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .logo-grid { grid-template-columns:repeat(2,1fr); }
  .logo-cell:nth-child(2) { border-right:0; }
  .logo-cell:nth-child(-n+2) { border-bottom:1px solid var(--line); }
  .contact-main { align-items:center; }
  .news-grid { grid-template-columns:repeat(2,1fr); }
  .careers-intro,.application { grid-template-columns:1fr; }
  .admin-layout { grid-template-columns:1fr; }
  .admin-sidebar { display:flex; padding:12px; }
  .admin-sidebar small { display:none; }
  .admin-nav-btn { margin:0; }
}

@media (max-width: 640px) {
  :root { --pad:22px; }
  .brand img { width:88px; }
  .hero { min-height:800px; padding-top:110px; align-items:flex-start; }
  .hero-grid { background-size:82px 82px; }
  .hero-content { width:100%; }
  .hero h1 { margin-top:42px; font-size:clamp(50px,16vw,76px); }
  .hero-copy { max-width:90%; }
  .hero-actions { align-items:flex-start; flex-direction:column; gap:22px; }
  .orb-a { width:430px; right:-260px; top:320px; opacity:.56; }
  .hero-mark { font-size:280px; }
  .scroll-cue { display:none; }
  .section-pad { padding-top:90px; padding-bottom:90px; }
  .section-label { margin-bottom:52px; }
  h2 { font-size:clamp(42px,13vw,62px); }
  .manifesto-layout { display:block; }
  .stats { margin-top:70px; }
  .stat { min-height:120px; }
  .stat,.stat:not(:first-child) { padding:22px 12px; }
  .service-card { grid-template-columns:36px 1fr; min-height:270px; padding:30px 0; }
  .service-arrow { display:none; }
  .service-card:hover { padding-left:10px; }
  .process-heading,.clients-heading { display:block; }
  .process-heading p,.clients-heading p { width:auto; margin-top:26px; }
  .steps { margin-top:65px; grid-template-columns:1fr; }
  .steps li,.steps li:not(:first-child) { min-height:190px; padding:26px 0; border-right:0; border-bottom:1px solid var(--line); }
  .steps h3 { margin:25px 0 12px; }
  .logo-grid { margin-top:55px; }
  .logo-cell { padding:18px; }
  .logo-cell > span { top:10px; left:10px; }
  .contact-main { align-items:flex-start; flex-direction:column; }
  .contact-circle { align-self:flex-end; }
  .contact-details { margin-top:80px; grid-template-columns:1fr; gap:38px; }
  footer { align-items:flex-start; flex-direction:column; }
  .footer-links { flex-wrap:wrap; }
  .news-toolbar,.vacancies-head { display:block; }
  .filter-row { margin-top:25px; }
  .news-grid { grid-template-columns:1fr; }
  .benefit-grid { grid-template-columns:1fr; }
  .benefit,.benefit:not(:first-child) { border-right:0; border-bottom:1px solid var(--line); padding:26px 0; }
  .job { grid-template-columns:35px 1fr auto; gap:12px; padding:25px 0; }
  .job-type { grid-column:2; width:max-content; }
  .application-form,.admin-form { grid-template-columns:1fr; }
  .field.full,.admin-form .field.full,.admin-actions { grid-column:auto; }
  .admin-content { padding:24px 14px; }
  .admin-bar { padding:0 16px; }
  .metrics { grid-template-columns:1fr; }
  .admin-card { overflow-x:auto; }
  .admin-top { align-items:flex-start; flex-direction:column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior:auto; }
  *,*::before,*::after { animation-duration:.01ms!important; animation-iteration-count:1!important; transition-duration:.01ms!important; }
  .parallax { transform:none!important; }
  .reveal { opacity:1; transform:none; }
}

/* Bright editorial theme */
:root { --paper:#fbf8f2; --paper-2:#f1ebe1; --ink:#231c1a; --muted:#776e67; }
body { background:var(--paper); }
.site-header { color:var(--ink); background:rgba(255,251,245,.82); border-color:rgba(68,48,43,.12); backdrop-filter:blur(18px); }
.brand img,.site-header.scrolled .brand img { filter:none; }
.site-header.scrolled { background:rgba(255,251,245,.94); }
.hero { color:var(--ink); background:radial-gradient(circle at 76% 46%,#f8d9d5 0 12%,transparent 38%),linear-gradient(120deg,#fffdf9 0%,#f7efe5 58%,#f3d9d6 100%); }
.hero-grid { opacity:.4; background-image:linear-gradient(rgba(96,53,48,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(96,53,48,.08) 1px,transparent 1px); }
.hero::after { border-color:rgba(117,22,37,.17); }
.orb-a { background:linear-gradient(145deg,#ff7f83 0%,#e83945 46%,#9f1730 84%); box-shadow:inset -50px -50px 90px rgba(89,15,30,.22),0 60px 120px rgba(128,54,44,.2); }
.orb-a::after { border-color:rgba(255,255,255,.5); }
.orb-b { background:#fff; mix-blend-mode:soft-light; }
.hero-mark { color:rgba(92,23,36,.045); }
.eyebrow { color:var(--wine); }
.hero-copy { color:#645a54; }
.hero-note { color:#70635c; border-color:rgba(67,40,36,.23); }
.hero-note strong { color:var(--ink); }
.scroll-cue { color:rgba(58,39,35,.5); }
.services { color:var(--ink); background:linear-gradient(145deg,#fffdf9,#f4ede4); }
.services::before { border-color:rgba(117,22,37,.1); box-shadow:0 0 0 90px rgba(117,22,37,.018),0 0 0 180px rgba(117,22,37,.012); }
.services .section-label.light { color:var(--wine); }
.service-list,.service-card { border-color:var(--line); }
.service-card p:last-child { color:#716962; }
.service-card .service-arrow { border-color:rgba(35,28,26,.3); }
.service-card:hover { color:#fff; }
.service-card:hover p:last-child { color:rgba(255,255,255,.86); }
.service-card:hover .service-arrow { border-color:rgba(255,255,255,.55); }
.page-hero { color:var(--ink); background:linear-gradient(125deg,#fffdf9,#f2e7dc); }
.page-hero::after { opacity:.86; background:radial-gradient(circle at 32% 32%,#ff9295,#ef4d57 44%,#b3223b 74%); box-shadow:0 0 0 1px rgba(117,22,37,.08),0 0 0 7vw rgba(117,22,37,.025); }
.page-hero > p:last-child { color:#6f625b; }
.contact { background:linear-gradient(125deg,#e93443,#f5575f 64%,#ff7777); }
.clients { background:#f4eee5; }
.logo-cell { background:rgba(255,255,255,.5); }
.logo-cell img,.logo-cell:hover img { filter:none; }
.news-visual.has-image { background-size:cover; background-position:center; }
.news-visual.has-image::before { content:""; inset:0; right:0; bottom:0; background:linear-gradient(to top,rgba(52,18,22,.3),transparent 65%); }
.news-visual.has-image::after { display:none; }

/* Visitor live chat */
.chat-widget { position:fixed; z-index:90; right:24px; bottom:24px; font-family:"Manrope",sans-serif; }
.chat-launcher { width:62px; height:62px; border:0; border-radius:50%; background:var(--red); color:#fff; box-shadow:0 18px 48px rgba(134,24,38,.28); cursor:pointer; display:grid; place-items:center; font-size:23px; transition:transform .25s,background .25s; }
.chat-launcher:hover { transform:translateY(-3px); background:#ef3440; }
.chat-launcher .chat-dot { position:absolute; width:12px; height:12px; right:2px; top:2px; border-radius:50%; background:#4bd37b; border:2px solid #fff; }
.chat-box { position:absolute; right:0; bottom:76px; width:min(370px,calc(100vw - 32px)); height:540px; max-height:calc(100vh - 120px); display:none; grid-template-rows:auto 1fr auto; background:#fffdf9; border:1px solid rgba(48,28,26,.1); box-shadow:0 28px 90px rgba(67,35,31,.2); overflow:hidden; }
.chat-widget.open .chat-box { display:grid; }
.chat-head { padding:20px 22px; color:#fff; background:linear-gradient(120deg,#b31d34,#ee3c48); display:flex; justify-content:space-between; align-items:center; }
.chat-head strong { display:block; font-size:15px; }
.chat-head small { display:flex; align-items:center; gap:7px; margin-top:4px; opacity:.75; }
.chat-head small::before { content:""; width:7px; height:7px; border-radius:50%; background:#62e28b; }
.chat-close { border:0; background:transparent; color:#fff; font-size:24px; cursor:pointer; }
.chat-messages { padding:20px; overflow:auto; display:flex; flex-direction:column; gap:10px; background:#faf5ed; }
.chat-bubble { max-width:82%; padding:11px 13px; border-radius:14px 14px 14px 3px; background:#fff; box-shadow:0 3px 12px rgba(62,39,35,.06); font-size:12px; line-height:1.55; }
.chat-bubble.visitor { align-self:flex-end; color:#fff; background:var(--red); border-radius:14px 14px 3px 14px; }
.chat-bubble time { display:block; margin-top:5px; opacity:.55; font-size:8px; }
.chat-start { padding:25px 20px; overflow:auto; background:#faf5ed; }
.chat-start h3 { margin:0 0 7px; font:600 22px "DM Sans"; }
.chat-start p { margin:0 0 22px; color:var(--muted); font-size:12px; line-height:1.6; }
.chat-start .field { margin-bottom:14px; }
.chat-start button { width:100%; margin-top:8px; border:0; }
.chat-compose { display:flex; gap:8px; padding:13px; border-top:1px solid rgba(0,0,0,.08); background:#fff; }
.chat-compose input { flex:1; border:0; outline:0; padding:10px; font:500 12px "Manrope"; }
.chat-compose button { width:42px; height:42px; border:0; border-radius:50%; background:var(--red); color:#fff; cursor:pointer; }
.chat-offline { padding:10px 20px; color:#8c2c38; background:#fbe8e9; font-size:10px; }

/* Admin live chat */
.live-indicator { display:flex; align-items:center; gap:8px; color:#3f7e50; font-size:12px; }
.live-indicator i { width:8px; height:8px; border-radius:50%; background:#48bd6b; box-shadow:0 0 0 6px rgba(72,189,107,.12); }
.admin-chat { height:620px; display:grid; grid-template-columns:300px 1fr; background:#f8f5ef; border:1px solid rgba(0,0,0,.08); }
.chat-inbox { border-right:1px solid rgba(0,0,0,.09); overflow:auto; }
.chat-inbox-item { width:100%; border:0; border-bottom:1px solid rgba(0,0,0,.07); background:transparent; text-align:left; padding:17px; cursor:pointer; }
.chat-inbox-item.active,.chat-inbox-item:hover { background:#fff; }
.chat-inbox-item strong { display:flex; justify-content:space-between; font-size:13px; }
.chat-inbox-item strong i { min-width:20px; height:20px; border-radius:10px; background:var(--red); color:#fff; font:700 9px "DM Sans"; display:grid; place-items:center; }
.chat-inbox-item span { display:block; margin-top:6px; color:var(--muted); font-size:10px; white-space:nowrap; overflow:hidden; text-overflow:ellipsis; }
.chat-conversation { min-width:0; display:grid; grid-template-rows:62px 1fr 68px; }
.chat-conversation-head { padding:20px; border-bottom:1px solid rgba(0,0,0,.08); font-weight:700; font-size:13px; }
.chat-admin-messages { padding:22px; overflow:auto; display:flex; flex-direction:column; gap:10px; background:#f4efe7; }
.chat-admin-form { display:flex; gap:10px; padding:12px; border-top:1px solid rgba(0,0,0,.08); }
.chat-admin-form input { flex:1; border:1px solid #d0c9c0; background:#fff; padding:12px; outline:none; }
.chat-admin-form button { border:0; background:var(--red); color:#fff; padding:0 20px; cursor:pointer; }
.chat-admin-form button:disabled { opacity:.35; }
.chat-empty { padding:25px; color:var(--muted); font-size:12px; }
.jobs-loading,.jobs-empty { padding:48px 20px; text-align:center; color:rgba(255,255,255,.75); border-bottom:1px solid rgba(255,255,255,.2); }
.jobs-empty strong { display:block; margin-bottom:8px; font:500 24px "DM Sans"; color:#fff; }
.jobs-empty p { margin:0; font-size:12px; }

@media (max-width:700px) {
  .chat-widget { right:16px; bottom:16px; }
  .chat-box { position:fixed; inset:12px; width:auto; height:auto; max-height:none; bottom:12px; }
  .admin-chat { grid-template-columns:1fr; height:auto; }
  .chat-inbox { max-height:240px; border-right:0; border-bottom:1px solid rgba(0,0,0,.09); }
  .chat-conversation { min-height:520px; }
}

/* Premium vivid refinement */
:root {
  --paper:#fff9ef;
  --paper-2:#f8eadc;
  --ink:#251b22;
  --red:#ef3340;
  --wine:#7c1730;
  --gold:#d9a441;
  --teal:#14606c;
  --line:rgba(76,39,48,.16);
}
body { background:linear-gradient(180deg,#fffaf1 0%,#fff 35%,#fff6ea 100%); }
.noise { opacity:.022; }
.site-header { background:rgba(255,250,241,.9); border-bottom-color:rgba(124,23,48,.12); box-shadow:0 8px 30px rgba(92,50,39,.04); }
.nav-cta { border-radius:999px; background:var(--ink); color:#fff; border-color:var(--ink); }
.nav-cta:hover { background:linear-gradient(135deg,var(--red),#ff704f); }
.hero { background:
  radial-gradient(circle at 89% 12%,rgba(255,190,94,.58),transparent 25%),
  radial-gradient(circle at 72% 63%,rgba(255,91,91,.4),transparent 35%),
  linear-gradient(125deg,#fffdf7 0%,#fff1d7 46%,#ffd6cc 100%); }
.hero::before { content:""; position:absolute; left:-8vw; bottom:-22vw; width:50vw; aspect-ratio:1; border-radius:50%; background:radial-gradient(circle,rgba(20,96,108,.12),transparent 68%); }
.orb-a { background:linear-gradient(145deg,#ff9d62 0%,#ff4e57 42%,#9c1740 86%); box-shadow:inset -45px -55px 90px rgba(98,12,40,.25),0 50px 110px rgba(211,64,55,.24); }
.orb-a::before { content:""; position:absolute; inset:28%; border-radius:50%; background:linear-gradient(145deg,#ffd766,#f95a55); box-shadow:0 0 0 1px rgba(255,255,255,.45); }
.eyebrow,.section-label { width:max-content; padding:8px 14px 8px 8px; border-radius:999px; background:rgba(239,51,64,.08); }
.section-label.light { background:rgba(255,255,255,.14); }
.hero h1 strong { color:var(--red); }
.button,.button-primary { border-radius:999px; }
.button-primary { background:linear-gradient(135deg,var(--red),#ff6a4f); box-shadow:0 12px 30px rgba(222,47,55,.2); }
.manifesto { background:linear-gradient(180deg,#fff 0%,#fff8ed 100%); }
.stats { gap:14px; border-top:0; }
.stat,.stat:not(:first-child) { padding:28px; border:0; border-radius:22px; background:#fff; box-shadow:0 15px 45px rgba(97,50,38,.07); }
.stat:nth-child(2) { background:#fff0e0; }
.stat:nth-child(3) { background:#e8f5f3; }
.stat:nth-child(4) { background:#f9e5ea; }
.stat strong { color:var(--wine); }
.services { background:linear-gradient(135deg,#fff2db 0%,#ffe3dd 48%,#e8f4f1 100%); }
.services::after { content:""; position:absolute; inset:0; pointer-events:none; background:linear-gradient(110deg,transparent 55%,rgba(20,96,108,.07)); }
.services > * { position:relative; z-index:1; }
.service-list { border-top:0; display:grid; gap:13px; }
.service-card { min-height:220px; padding:30px; border:1px solid rgba(124,23,48,.12); border-radius:26px; background:rgba(255,255,255,.76); box-shadow:0 16px 40px rgba(100,54,39,.06); }
.service-card::before { background:linear-gradient(135deg,#bd1e39,#f34e50 60%,#ff7652); }
.service-card:hover { padding-left:38px; box-shadow:0 22px 55px rgba(157,43,49,.2); }
.process { background:#fffdf9; }
.steps { gap:14px; border-top:0; }
.steps li,.steps li:not(:first-child) { border:0; border-radius:22px; padding:28px; background:#fff4e4; }
.steps li:nth-child(2) { background:#f9e2e7; }
.steps li:nth-child(3) { background:#e4f2ef; }
.steps li:nth-child(4) { background:#ffebd2; }
.clients { background:linear-gradient(135deg,#f4e7d7,#fff9ef); }
.logo-grid { gap:14px; border:0; }
.logo-cell { border:0!important; border-radius:26px; background:#fff; box-shadow:0 14px 40px rgba(83,49,42,.08); overflow:hidden; }
.logo-cell:hover { box-shadow:0 20px 50px rgba(83,49,42,.14); }
.logo-type { background:linear-gradient(140deg,var(--teal),#1f8790); }
.logo-type:hover { background:linear-gradient(140deg,var(--wine),var(--red)); }
.contact { background:linear-gradient(120deg,#861931 0%,#ef3340 45%,#ff7a4f 100%); }
.contact-circle { border:6px solid rgba(255,255,255,.24); box-shadow:0 22px 55px rgba(91,15,34,.25); }
.page-hero { background:
  radial-gradient(circle at 75% 20%,rgba(255,184,78,.58),transparent 30%),
  linear-gradient(125deg,#fff9ed,#ffdcd0); }
.page-hero::after { background:radial-gradient(circle at 32% 32%,#ffc561,#ff684f 45%,#b51b3c 78%); }
.news-card { border:0; border-radius:28px; overflow:hidden; box-shadow:0 16px 45px rgba(85,48,39,.08); }
.news-card:hover { box-shadow:0 26px 65px rgba(85,48,39,.16); }
.vacancies { background:linear-gradient(135deg,#7c1730,#ef3340 58%,#ff7652); }
.benefit { border:0!important; margin:7px; padding:28px!important; border-radius:22px; background:#fff; box-shadow:0 14px 35px rgba(91,50,42,.07); }
.application { background:linear-gradient(135deg,#fffaf0,#f7eee4); }

/* Softer, roomier chat surfaces */
.chat-widget { right:24px; bottom:24px; transition:bottom .25s ease; }
.chat-launcher { position:relative; width:auto; min-width:196px; height:66px; padding:0 23px 0 15px; border-radius:999px; display:flex; align-items:center; gap:11px; background:linear-gradient(135deg,#a91e3a,#ef3340 60%,#ff694e); box-shadow:0 18px 48px rgba(134,24,38,.3); }
.chat-launcher-icon { width:39px; height:39px; flex:0 0 auto; display:grid; place-items:center; border-radius:50%; background:rgba(255,255,255,.18); font-size:17px; }
.chat-launcher-text { display:flex; flex-direction:column; align-items:flex-start; text-align:left; }
.chat-launcher-text strong { font:700 13px "DM Sans"; }
.chat-launcher-text small { margin-top:3px; font-size:9px; opacity:.75; }
.chat-launcher .chat-dot { right:9px; top:7px; }
.chat-box { bottom:80px; border-radius:28px; border:1px solid rgba(124,23,48,.12); box-shadow:0 30px 90px rgba(73,32,37,.24); }
.chat-widget.open .chat-launcher { opacity:0; pointer-events:none; transform:translateY(8px); }
.chat-head { padding:20px 23px; background:linear-gradient(120deg,#7c1730,#ef3340 62%,#ff704e); }
.chat-compose { margin:0; border-radius:0 0 28px 28px; }
.admin-content { overflow:hidden; }
.admin-card,.metric,.modal-card,.login-card { border-radius:22px; }
.admin-chat { width:100%; min-width:0; height:min(620px,calc(100vh - 210px)); min-height:500px; grid-template-columns:minmax(235px,300px) minmax(0,1fr); overflow:hidden; border-radius:26px; border:1px solid rgba(124,23,48,.1); box-shadow:0 18px 50px rgba(69,39,35,.08); }
.chat-inbox,.chat-conversation,.chat-admin-messages { min-width:0; }
.chat-inbox-item { padding:18px 20px; }
.chat-inbox-item.active { box-shadow:inset 4px 0 var(--red); }
.chat-conversation-head { white-space:nowrap; overflow:hidden; text-overflow:ellipsis; background:#fff; }
.chat-admin-form { min-width:0; background:#fff; }
.chat-admin-form input { min-width:0; border-radius:999px; padding:12px 18px; }
.chat-admin-form button { flex:0 0 auto; border-radius:999px; padding:0 22px; }
.admin-table { min-width:760px; }

@media (max-width:700px) {
  .chat-widget { right:14px; }
  .chat-launcher { min-width:174px; height:58px; padding-right:18px; }
  .chat-launcher-icon { width:34px; height:34px; }
  .chat-box { border-radius:24px; }
  .stats,.steps { gap:10px; }
  .service-card { padding:25px 20px; }
  .admin-chat { height:auto; min-height:760px; border-radius:20px; }
  .admin-top-actions { width:100%; flex-wrap:wrap; }
  .admin-top-actions .admin-button { flex:1; }
}
