/* ==========================================================
   KRAVIX LLC — IT Solutions
   Editorial theme · warm paper · serif display · navy + terracotta
   Layout: magazine hero, table-of-contents services, pull quotes
   ========================================================== */

:root {
  --paper:   #f5f1e8;
  --paper-2: #efe8da;
  --card:    #fffdf8;
  --ink:     #1c1a14;
  --ink-2:   #46423a;
  --muted:   #837b6d;
  --line:    #ded5c4;
  --line-2:  #cabfa8;

  --navy:    #1b2a46;
  --navy-2:  #2a3d60;
  --ochre:   #bd6a3c;
  --ochre-2: #a2542b;
  --gold:    #b78a3c;

  --serif: 'Fraunces', 'Iowan Old Style', Georgia, 'Times New Roman', serif;
  --sans:  'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;

  --max: 1200px;
  --ease: .3s cubic-bezier(.4,0,.2,1);
}

* { margin: 0; padding: 0; box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }

body {
  font-family: var(--sans);
  background: var(--paper);
  color: var(--ink-2);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}

img { max-width: 100%; display: block; }
a { text-decoration: none; color: inherit; }
ul { list-style: none; }

h1,h2,h3,h4 { font-family: var(--serif); font-weight: 600; color: var(--ink); line-height: 1.1; letter-spacing: -.01em; }

.wrap { width: 100%; max-width: var(--max); margin: 0 auto; padding: 0 28px; }
.section { padding: 104px 0; }
.section.tight { padding: 72px 0; }
.paper-2 { background: var(--paper-2); }

.rule { height: 1px; background: var(--line); border: 0; }

/* eyebrow / label */
.eyebrow { font-family: var(--sans); font-size: .74rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; color: var(--ochre-2); display: inline-flex; align-items: center; gap: 12px; }
.eyebrow::before { content: attr(data-no); font-family: var(--serif); font-style: italic; font-size: 1rem; letter-spacing: 0; color: var(--ochre); text-transform: none; }

.mark { color: var(--ochre); font-style: italic; }
.underline-word { position: relative; white-space: nowrap; }
.underline-word::after { content: ''; position: absolute; left: 0; right: 0; bottom: .08em; height: .12em; background: var(--ochre); opacity: .5; }

.sec-head { max-width: 640px; margin-bottom: 56px; }
.sec-head h2 { font-size: clamp(2.1rem, 4.4vw, 3.2rem); margin: 18px 0 16px; }
.sec-head p { color: var(--muted); font-size: 1.08rem; }
.sec-head.center { margin-inline: auto; text-align: center; }

/* ===== Buttons ===== */
.btn { display: inline-flex; align-items: center; gap: 10px; font-family: var(--sans); font-weight: 600; font-size: .92rem; padding: 14px 26px; border-radius: 4px; cursor: pointer; border: 1px solid transparent; transition: var(--ease); white-space: nowrap; }
.btn.fill { background: var(--navy); color: #fff; }
.btn.fill:hover { background: var(--navy-2); transform: translateY(-2px); }
.btn.out { background: transparent; color: var(--ink); border-color: var(--line-2); }
.btn.out:hover { border-color: var(--navy); background: var(--card); }
a.btn.fill { color: #fff !important; }
.link-arrow { display: inline-flex; align-items: center; gap: 8px; font-weight: 600; color: var(--ink); border-bottom: 1px solid var(--ochre); padding-bottom: 3px; transition: var(--ease); }
.link-arrow:hover { color: var(--ochre-2); gap: 12px; }

/* ===== Masthead ===== */
.masthead { position: sticky; top: 0; z-index: 900; background: rgba(245,241,232,.9); backdrop-filter: blur(10px); border-bottom: 1px solid var(--line); }
.mast { display: flex; align-items: center; justify-content: space-between; height: 82px; }
/* Logo lockup: monogram mark + wordmark (mark injected via CSS, no markup needed) */
.brand { display: grid; grid-template-columns: auto auto; align-items: center; column-gap: 12px; line-height: 1; }
.brand::before {
  content: '';
  grid-column: 1; grid-row: 1 / 3;
  width: 46px; height: 46px; flex-shrink: 0;
  border-radius: 11px;
  background: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2064%2064'%3E%3Crect%20width='64'%20height='64'%20rx='14'%20fill='%231b2a46'/%3E%3Ctext%20x='31'%20y='45'%20font-family='Georgia,%20Times%20New%20Roman,%20serif'%20font-size='40'%20font-weight='700'%20fill='%23f5f1e8'%20text-anchor='middle'%3EK%3C/text%3E%3Ccircle%20cx='49'%20cy='18'%20r='5' fill='%23bd6a3c'/%3E%3C/svg%3E") center / contain no-repeat;
  box-shadow: 0 3px 10px rgba(27,42,70,.22);
}
.brand .word { grid-column: 2; grid-row: 1; align-self: end; font-family: var(--serif); font-weight: 600; font-size: 1.55rem; color: var(--ink); letter-spacing: -.01em; }
.brand .word b { color: var(--ochre); font-weight: 600; }
.brand .tag { grid-column: 2; grid-row: 2; align-self: start; font-family: var(--sans); font-size: .58rem; font-weight: 600; letter-spacing: .3em; text-transform: uppercase; color: var(--muted); margin-top: 5px; }

.nav { display: flex; align-items: center; gap: 34px; }
.nav a { font-size: .78rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; color: var(--ink-2); transition: var(--ease); }
.nav a:hover, .nav a.active { color: var(--ochre-2); }
.mast-right { display: flex; align-items: center; gap: 20px; }

.burger { display: none; width: 46px; height: 40px; border: 1px solid var(--line-2); border-radius: 4px; background: transparent; cursor: pointer; position: relative; }
.burger span { position: absolute; left: 12px; width: 20px; height: 1.5px; background: var(--ink); transition: var(--ease); }
.burger span:nth-child(1){ top: 15px; } .burger span:nth-child(2){ top: 20px; } .burger span:nth-child(3){ top: 25px; }
.burger.open span:nth-child(1){ top: 20px; transform: rotate(45deg); }
.burger.open span:nth-child(2){ opacity: 0; }
.burger.open span:nth-child(3){ top: 20px; transform: rotate(-45deg); }

/* Drawer (slide-down sheet) */
.drawer { position: fixed; top: 82px; left: 0; right: 0; z-index: 899; background: var(--paper); border-bottom: 1px solid var(--line); padding: 16px 28px 28px; transform: translateY(-115%); transition: var(--ease); }
.drawer.open { transform: none; }
.drawer a { display: flex; align-items: baseline; gap: 14px; font-family: var(--serif); font-size: 1.5rem; color: var(--ink); padding: 14px 0; border-bottom: 1px solid var(--line); }
.drawer a i { font-family: var(--sans); font-style: normal; font-size: .72rem; font-weight: 700; color: var(--ochre); letter-spacing: .1em; }
.drawer .btn { margin-top: 20px; width: 100%; justify-content: center; }

/* ===== Hero ===== */
.hero { padding: 76px 0 20px; }
.hero .display { font-size: clamp(2.8rem, 7vw, 5.6rem); font-weight: 600; line-height: 1.02; letter-spacing: -.02em; margin: 26px 0 0; max-width: 15ch; }
.hero-cols { display: grid; grid-template-columns: 1.4fr 1fr; gap: 56px; align-items: end; margin-top: 46px; padding-bottom: 60px; border-bottom: 1px solid var(--line); }
.hero-lead { font-size: 1.22rem; color: var(--ink-2); max-width: 480px; }
.hero-actions { display: flex; gap: 16px; flex-wrap: wrap; margin-top: 30px; }
.figures { display: flex; flex-direction: column; gap: 22px; }
.figures .f { display: flex; align-items: baseline; gap: 16px; padding-bottom: 18px; border-bottom: 1px solid var(--line); }
.figures .f b { font-family: var(--serif); font-size: 2.4rem; font-weight: 600; color: var(--ink); line-height: 1; }
.figures .f span { font-size: .86rem; color: var(--muted); }

/* clients strip */
.clients { padding: 30px 0; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.clients .lbl { font-size: .72rem; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.clients .list { display: flex; gap: 40px; flex-wrap: wrap; }
.clients .list span { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--ink-2); }

/* ===== Services index (table of contents) ===== */
.index { border-top: 2px solid var(--ink); }
.ix { display: grid; grid-template-columns: 66px 1.1fr 1.5fr 40px; gap: 28px; align-items: baseline; padding: 34px 6px; border-bottom: 1px solid var(--line); transition: var(--ease); }
.ix:hover { background: var(--card); padding-inline: 20px; }
.ix .no { font-family: var(--serif); font-style: italic; font-size: 1.3rem; color: var(--ochre); }
.ix h3 { font-size: 1.7rem; font-weight: 600; }
.ix .desc { color: var(--muted); font-size: 1rem; }
.ix .desc b { display: block; margin-top: 8px; font-family: var(--sans); font-weight: 500; font-size: .78rem; letter-spacing: .04em; color: var(--ink-2); }
.ix .arr { font-family: var(--serif); font-size: 1.3rem; color: var(--ink); text-align: right; transition: var(--ease); }
.ix:hover .arr { color: var(--ochre); }

/* ===== Approach ===== */
.approach { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0; border-top: 1px solid var(--line); }
.ap { padding: 34px 26px 34px 0; border-right: 1px solid var(--line); }
.ap:last-child { border-right: 0; padding-right: 0; }
.ap .n { font-family: var(--serif); font-style: italic; font-size: 2.6rem; color: var(--ochre); line-height: 1; }
.ap h3 { font-size: 1.35rem; margin: 14px 0 8px; }
.ap p { color: var(--muted); font-size: .95rem; }

/* ===== Pull quote ===== */
.pullquote { text-align: center; max-width: 900px; margin: 0 auto; }
.pullquote .mark-q { font-family: var(--serif); font-size: 4rem; color: var(--ochre); line-height: .5; }
.pullquote p { font-family: var(--serif); font-size: clamp(1.6rem, 3.6vw, 2.6rem); font-weight: 500; color: var(--ink); line-height: 1.28; margin: 20px 0 26px; }
.pullquote .who { font-size: .9rem; color: var(--muted); letter-spacing: .04em; }
.pullquote .who b { color: var(--ink); font-family: var(--sans); }

/* ===== Split ===== */
.split { display: grid; grid-template-columns: 1fr 1fr; gap: 72px; align-items: center; }
.split h2 { font-size: clamp(1.9rem, 3.8vw, 2.8rem); margin: 18px 0 20px; }
.checks li { display: flex; gap: 14px; padding: 15px 0; border-bottom: 1px solid var(--line); color: var(--ink); font-size: 1rem; }
.checks li:last-child { border-bottom: 0; }
.checks li i { font-family: var(--serif); font-style: italic; color: var(--ochre); font-size: 1.1rem; }
.figure-card { background: var(--navy); color: #efe9dd; border-radius: 6px; padding: 52px 44px; position: relative; overflow: hidden; }
.figure-card .big { font-family: var(--serif); font-size: 5rem; font-weight: 600; color: #fff; line-height: 1; }
.figure-card .cap { color: rgba(239,233,221,.8); margin-top: 12px; font-size: 1.05rem; max-width: 260px; }
.figure-card::after { content: ''; position: absolute; right: -50px; bottom: -50px; width: 160px; height: 160px; border: 1px solid rgba(239,233,221,.2); border-radius: 50%; }

/* ===== Stats row ===== */
.stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 0; }
.stats .s { padding: 8px 24px; border-left: 1px solid var(--line); }
.stats .s:first-child { border-left: 0; padding-left: 0; }
.stats .s b { font-family: var(--serif); font-size: clamp(2.4rem,5vw,3.4rem); font-weight: 600; color: var(--ink); display: block; line-height: 1; }
.stats .s span { font-size: .88rem; color: var(--muted); }

/* ===== Journal (blog) ===== */
.journal { border-top: 2px solid var(--ink); }
.j-row { display: grid; grid-template-columns: 160px 1fr auto; gap: 30px; align-items: baseline; padding: 30px 6px; border-bottom: 1px solid var(--line); transition: var(--ease); }
.j-row:hover { background: var(--card); padding-inline: 18px; }
.j-row .meta { font-size: .8rem; color: var(--muted); letter-spacing: .04em; }
.j-row .meta b { display: block; color: var(--ochre-2); font-weight: 600; text-transform: uppercase; font-size: .72rem; letter-spacing: .1em; margin-top: 6px; }
.j-row h3 { font-size: 1.55rem; font-weight: 600; margin-bottom: 6px; }
.j-row p { color: var(--muted); font-size: .96rem; max-width: 620px; }
.j-row .arr { font-family: var(--serif); font-size: 1.4rem; color: var(--ink); }

/* Feature journal item */
.j-feature { display: grid; grid-template-columns: 1fr 1fr; gap: 0; border: 1px solid var(--line); border-radius: 6px; overflow: hidden; margin-bottom: 48px; background: var(--card); }
.j-feature .vis { min-height: 300px; background: var(--navy); color: #efe9dd; display: grid; place-items: center; font-family: var(--serif); font-style: italic; font-size: 1.4rem; position: relative; }
.j-feature .vis .em { font-size: 3.4rem; font-style: normal; }
.j-feature .body { padding: clamp(30px,4vw,52px); align-self: center; }
.j-feature .body h3 { font-size: clamp(1.5rem,2.8vw,2.2rem); margin: 16px 0 14px; }
.j-feature .body p { color: var(--muted); margin-bottom: 26px; }

/* ===== Call to action ===== */
.calltoaction { background: var(--navy); border-radius: 8px; padding: clamp(48px,7vw,84px) clamp(28px,5vw,64px); text-align: center; position: relative; overflow: hidden; }
.calltoaction h2 { color: #fff; font-size: clamp(2rem,4.6vw,3.4rem); margin-bottom: 18px; }
.calltoaction p { color: rgba(239,233,221,.82); max-width: 520px; margin: 0 auto 32px; font-size: 1.1rem; }
.calltoaction .eyebrow { color: var(--gold); }
.calltoaction .eyebrow::before { color: var(--gold); }
.calltoaction .btn.fill { background: #fff; color: var(--navy); }
a.calltoaction .btn.fill, .calltoaction a.btn.fill { color: var(--navy) !important; }
.calltoaction .btn.fill:hover { background: var(--paper); }

/* ===== Page hero ===== */
.page-hero { padding: 72px 0 56px; border-bottom: 1px solid var(--line); }
.page-hero h1 { font-size: clamp(2.4rem,6vw,4.4rem); font-weight: 600; margin: 18px 0 16px; max-width: 16ch; }
.page-hero p { color: var(--ink-2); max-width: 620px; font-size: 1.14rem; }
.crumbs { margin-top: 26px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.crumbs a { color: var(--ochre-2); }

/* ===== Values ===== */
.vgrid { display: grid; grid-template-columns: repeat(3,1fr); gap: 0; border-top: 1px solid var(--line); }
.vcell { padding: 36px 30px 36px 0; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.vcell:nth-child(3n) { border-right: 0; }
.vcell .n { font-family: var(--serif); font-style: italic; font-size: 1.5rem; color: var(--ochre); }
.vcell h3 { font-size: 1.4rem; margin: 12px 0 8px; }
.vcell p { color: var(--muted); font-size: .96rem; }

/* ===== Team ===== */
.team { display: grid; grid-template-columns: repeat(4,1fr); gap: 26px; }
.tcard { }
.tcard .por { aspect-ratio: 3/3.4; border-radius: 6px; background: linear-gradient(160deg, var(--navy), var(--navy-2)); display: grid; place-items: center; color: #efe9dd; font-family: var(--serif); font-size: 2.4rem; margin-bottom: 16px; }
.tcard b { font-family: var(--serif); font-size: 1.2rem; font-weight: 600; color: var(--ink); display: block; }
.tcard span { font-size: .84rem; color: var(--muted); }

/* ===== Contact ===== */
.contact-grid { display: grid; grid-template-columns: 1fr 1.1fr; gap: 60px; }
.info-row { display: grid; grid-template-columns: 130px 1fr; gap: 16px; padding: 22px 0; border-bottom: 1px solid var(--line); align-items: baseline; }
.info-row:first-child { border-top: 1px solid var(--line); }
.info-row .k { font-size: .72rem; letter-spacing: .14em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.info-row .v { color: var(--ink); font-size: 1.08rem; word-break: break-word; }
.info-row .v a:hover { color: var(--ochre-2); }

.form { background: var(--card); border: 1px solid var(--line); border-radius: 6px; padding: 40px; }
.form h2 { font-size: 1.6rem; margin-bottom: 24px; }
.f-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.field { margin-bottom: 20px; }
.field label { display: block; font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; margin-bottom: 8px; }
.field input, .field textarea, .field select { width: 100%; padding: 13px 15px; background: var(--paper); border: 1px solid var(--line-2); border-radius: 4px; color: var(--ink); font-family: var(--sans); font-size: .96rem; transition: var(--ease); }
.field input::placeholder, .field textarea::placeholder { color: var(--muted); }
.field input:focus, .field textarea:focus, .field select:focus { outline: none; border-color: var(--navy); background: #fff; box-shadow: 0 0 0 3px rgba(27,42,70,.1); }
.field textarea { resize: vertical; min-height: 130px; }
.form-note { display: none; margin-top: 14px; padding: 13px 16px; border-radius: 4px; background: rgba(189,106,60,.1); border: 1px solid rgba(189,106,60,.35); color: var(--ochre-2); font-weight: 500; font-size: .9rem; }
.form-note.show { display: block; }
.map { margin-top: 18px; height: 200px; border: 1px solid var(--line); border-radius: 6px; background: var(--paper-2); display: grid; place-items: center; color: var(--muted); font-style: italic; font-family: var(--serif); }

/* ===== FAQ ===== */
.faq-item { border-bottom: 1px solid var(--line); }
.faq-item:first-child { border-top: 1px solid var(--line); }
.faq-q { width: 100%; text-align: left; padding: 26px 0; background: none; border: none; font-family: var(--serif); font-size: 1.25rem; font-weight: 600; color: var(--ink); cursor: pointer; display: flex; justify-content: space-between; gap: 16px; align-items: center; }
.faq-q .pm { font-family: var(--serif); font-style: italic; color: var(--ochre); font-size: 1.5rem; transition: var(--ease); }
.faq-item.open .faq-q .pm { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-a p { padding: 0 0 26px; color: var(--muted); max-width: 720px; }

/* ===== Article ===== */
.article { max-width: 720px; margin: 0 auto; }
.article .cover { height: clamp(220px,34vw,340px); border-radius: 8px; background: var(--navy); display: grid; place-items: center; font-size: 3.6rem; color: #efe9dd; margin-bottom: 44px; }
.a-body { font-size: 1.12rem; color: var(--ink-2); }
.a-body .lead { font-family: var(--serif); font-size: 1.5rem; font-weight: 500; line-height: 1.4; color: var(--ink); margin-bottom: 1.5rem; }
.a-body h2 { font-size: clamp(1.5rem,2.8vw,1.9rem); margin: 42px 0 14px; }
.a-body h3 { font-size: 1.3rem; margin: 28px 0 10px; }
.a-body p { margin-bottom: 1.2rem; }
.a-body ul, .a-body ol { padding-left: 0; margin-bottom: 1.2rem; }
.a-body li { position: relative; padding-left: 26px; margin-bottom: 10px; }
.a-body li::before { content: '—'; position: absolute; left: 0; color: var(--ochre); }
.a-body strong { color: var(--ink); }
.a-body blockquote { margin: 30px 0; padding: 8px 0 8px 28px; border-left: 2px solid var(--ochre); font-family: var(--serif); font-size: 1.5rem; font-style: italic; color: var(--ink); line-height: 1.35; }
.a-share { display: flex; align-items: center; gap: 12px; margin: 44px 0; padding-top: 28px; border-top: 1px solid var(--line); flex-wrap: wrap; }
.a-share span { font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.a-share a { width: 42px; height: 42px; border-radius: 4px; border: 1px solid var(--line-2); display: grid; place-items: center; color: var(--ink-2); transition: var(--ease); }
.a-share a:hover { border-color: var(--navy); color: var(--navy); }
.back { display: inline-flex; align-items: center; gap: 8px; font-size: .78rem; letter-spacing: .12em; text-transform: uppercase; color: var(--ochre-2); font-weight: 600; margin-bottom: 28px; }

/* ===== Legal ===== */
.legal { max-width: 780px; margin: 0 auto; }
.legal .upd { font-style: italic; font-family: var(--serif); color: var(--muted); margin-bottom: 34px; }
.legal h2 { font-size: 1.7rem; margin: 44px 0 14px; scroll-margin-top: 100px; }
.legal h3 { font-size: 1.2rem; margin: 28px 0 8px; }
.legal p, .legal li { color: var(--ink-2); margin-bottom: 12px; }
.legal ul { padding-left: 0; }
.legal li { position: relative; padding-left: 24px; }
.legal li::before { content: '—'; position: absolute; left: 0; color: var(--ochre); }
.legal a { color: var(--ochre-2); border-bottom: 1px solid var(--line-2); }

/* ===== Colophon (footer) ===== */
.colophon { border-top: 1px solid var(--line); background: var(--paper-2); padding: 72px 0 30px; }
.colo-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 44px; margin-bottom: 54px; }
.colo-about p { color: var(--ink-2); font-size: .96rem; max-width: 320px; margin: 20px 0; }
.socials { display: flex; gap: 10px; }
.socials a { width: 40px; height: 40px; border: 1px solid var(--line-2); border-radius: 4px; display: grid; place-items: center; color: var(--ink-2); font-size: .85rem; transition: var(--ease); }
.socials a:hover { border-color: var(--navy); color: var(--navy); }
.colo-col h4 { font-size: .72rem; letter-spacing: .16em; text-transform: uppercase; color: var(--muted); margin-bottom: 18px; font-family: var(--sans); font-weight: 700; }
.colo-col a { display: block; color: var(--ink-2); font-size: .94rem; margin-bottom: 12px; transition: var(--ease); }
.colo-col a:hover { color: var(--ochre-2); }
.colo-bottom { border-top: 1px solid var(--line); padding-top: 26px; display: flex; justify-content: space-between; gap: 14px; flex-wrap: wrap; font-size: .84rem; color: var(--muted); }
.colo-bottom a { color: var(--muted); }
.colo-bottom a:hover { color: var(--ochre-2); }

/* ==========================================================
   RESPONSIVE
   ========================================================== */
@media (max-width: 980px) {
  .hero-cols { grid-template-columns: 1fr; gap: 40px; }
  .split { grid-template-columns: 1fr; gap: 44px; }
  .contact-grid { grid-template-columns: 1fr; gap: 40px; }
  .approach { grid-template-columns: 1fr 1fr; }
  .ap { border-right: 0; padding-right: 26px; border-bottom: 1px solid var(--line); }
  .stats { grid-template-columns: 1fr 1fr; gap: 24px 0; }
  .vgrid { grid-template-columns: 1fr 1fr; }
  .vcell:nth-child(3n) { border-right: 1px solid var(--line); }
  .vcell:nth-child(2n) { border-right: 0; }
  .team { grid-template-columns: repeat(2,1fr); }
  .j-feature { grid-template-columns: 1fr; }
  .colo-top { grid-template-columns: 1fr 1fr; gap: 34px; }
}

@media (max-width: 680px) {
  .section { padding: 68px 0; }
  .nav, .mast-right .btn { display: none; }
  .burger { display: block; }
  .ix { grid-template-columns: 44px 1fr; gap: 6px 16px; }
  .ix .desc { grid-column: 1 / -1; }
  .ix .arr { display: none; }
  .ix:hover { padding-inline: 6px; }
  .stats { grid-template-columns: 1fr 1fr; gap: 30px 20px; }
  .stats .s { border-left: 0; padding-left: 0; }
  .vgrid { grid-template-columns: 1fr; }
  .vcell { border-right: 0 !important; padding-right: 0; }
  .team { grid-template-columns: 1fr 1fr; }
  .j-row { grid-template-columns: 1fr; gap: 8px; }
  .j-row .arr { display: none; }
  .info-row { grid-template-columns: 1fr; gap: 4px; }
  .f-row { grid-template-columns: 1fr; }
  .colo-top { grid-template-columns: 1fr; gap: 28px; }
  .colo-bottom { flex-direction: column; text-align: center; }
  .hero-actions .btn { flex: 1; justify-content: center; }
}

@media (max-width: 400px) {
  .wrap { padding: 0 18px; }
  .team { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  * { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
