/* ═══════════════════════════════════════════════════════
   smanconde.com — Feuille de styles principale
   Auteur : Souleymane Condé
   Version : 1.0 — 2026
═══════════════════════════════════════════════════════ */

@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,400;0,500;0,600;0,700;1,400;1,600&family=Outfit:wght@300;400;500;600&family=JetBrains+Mono:wght@400;500&display=swap');

/* ── RESET & VARIABLES ── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

:root {
  --ink:       #0C1520;
  --ink2:      #132035;
  --ink3:      #1C2E45;
  --gold:      #B8962E;
  --gold2:     #D4AF50;
  --gold3:     #F0D880;
  --gold-pale: #FAF3DC;
  --cream:     #F7F4EE;
  --paper:     #FDFCF9;
  --white:     #FFFFFF;
  --t1:        #0C1520;
  --t2:        #3D4E61;
  --t3:        #6B7C93;
  --t4:        #9AAAB9;
  --red:       #8B1A1A; --red-bg:    #FDF2F2;
  --blue:      #0F3460; --blue-bg:   #EEF4FB;
  --green:     #0F4D2F; --green-bg:  #EAF5EE;
  --purple:    #3B1F6B; --purple-bg: #F0EAFE;
  --orange:    #7A3B0E; --orange-bg: #FEF5EA;
  --radius:    3px;
  --shadow:    0 16px 40px rgba(12,21,32,.10);
  --trans:     all .22s ease;
}

html { scroll-behavior: smooth; font-size: 16px; }
body {
  font-family: 'Outfit', sans-serif;
  background: var(--cream);
  color: var(--t1);
  line-height: 1.6;
  overflow-x: hidden;
}

/* ── GLOBAL BACKGROUND — Africa filigrane ── */
.bg-africa {
  position: relative;
  isolation: isolate;
}
.bg-africa::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  width: 100vw; height: 100vh;
  background: #152848 url('../img/bg-africa.svg') center center / cover no-repeat;
  pointer-events: none;
  z-index: -2;
}
/* Sections need z-index > 0 to layer above fixed bg */
.nav, section, .section, .page-hero, .panel-hero,
.cta-band, footer, .quotes-sec { position: relative; z-index: 1; }

/* ── TYPOGRAPHY ── */
h1, h2, h3, h4 { font-family: 'Cormorant Garamond', serif; font-weight: 600; line-height: 1.15; }
p { line-height: 1.75; }
a { text-decoration: none; transition: var(--trans); }
img { max-width: 100%; display: block; }
ul, ol { padding-left: 1.5rem; }
li { margin-bottom: .4rem; }
code { font-family: 'JetBrains Mono', monospace; font-size: .88em; background: rgba(12,21,32,.06); padding: 2px 6px; border-radius: 2px; }

/* ── LAYOUT HELPERS ── */
.container { max-width: 1180px; margin: 0 auto; padding: 0 3rem; width: 100%; }
.section { padding: 5.5rem 0; background: rgba(247,244,238,.70); }
.section--alt { background: rgba(253,252,249,.72); }
.section--dark { background: rgba(10,20,40,.65); }
.section--cream { background: var(--cream); }

/* ── SECTION HEADER ── */
.sec-head { margin-bottom: 3.5rem; }
.sec-head--center { text-align: center; display: flex; flex-direction: column; align-items: center; }
.sec-tag {
  font-size: 10px; letter-spacing: 3px; text-transform: uppercase;
  color: var(--gold); font-weight: 500; margin-bottom: .7rem;
  font-family: 'Outfit', sans-serif;
}
.sec-tag--light { color: var(--gold2); }
.sec-title { font-size: clamp(1.8rem, 3vw, 2.6rem); color: var(--t1); }
.sec-title--light { color: var(--white); }
.sec-line { width: 44px; height: 2px; background: var(--gold); margin-top: .9rem; }
.sec-sub {
  font-size: 15px; color: var(--t2); line-height: 1.75;
  max-width: 600px; margin-top: .75rem;
  font-family: 'Outfit', sans-serif;
}
.sec-sub--light { color: rgba(255,255,255,.5); }

/* ── BUTTONS ── */
.btn {
  display: inline-block; cursor: pointer; border: none;
  font-family: 'Outfit', sans-serif; font-weight: 500;
  font-size: 12px; letter-spacing: 1px; text-transform: uppercase;
  padding: 13px 28px; border-radius: var(--radius);
  transition: var(--trans); text-align: center;
}
.btn--gold  { background: var(--gold); color: var(--ink); }
.btn--gold:hover { background: var(--gold2); }
.btn--ghost {
  background: transparent; color: rgba(255,255,255,.8);
  border: 1px solid rgba(255,255,255,.22);
}
.btn--ghost:hover { border-color: var(--gold); color: var(--gold); }
.btn--outline {
  background: transparent; color: var(--gold);
  border: 1px solid rgba(184,150,46,.4);
}
.btn--outline:hover { background: var(--gold); color: var(--ink); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark:hover { background: var(--gold); color: var(--ink); }
.btn--full { width: 100%; }
.btn--sm { padding: 9px 18px; font-size: 11px; }

/* ── TAGS / BADGES ── */
.tag {
  display: inline-block; font-size: 10.5px;
  background: rgba(184,150,46,.09); border: 1px solid rgba(184,150,46,.22);
  color: var(--gold2); padding: 3px 10px; border-radius: 2px;
}
.certif-tag {
  display: inline-block; font-size: 11px;
  background: rgba(184,150,46,.1); border: 1px solid rgba(184,150,46,.22);
  color: var(--gold2); padding: 5px 14px; border-radius: 2px; letter-spacing: .5px;
}

/* ── QUOTE BLOCKS ── */
.quote-pull {
  border-left: 3px solid var(--gold); padding: 1rem 1.5rem;
  background: var(--gold-pale); border-radius: 0 var(--radius) var(--radius) 0;
  margin: 1.75rem 0;
}
.quote-pull p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.2rem; font-style: italic; color: var(--ink); line-height: 1.55;
}
.quote-pull cite {
  display: block; font-size: 11px; color: var(--gold);
  letter-spacing: 1px; text-transform: uppercase;
  margin-top: .5rem; font-style: normal;
}
.quote-dark {
  border-left: 3px solid var(--gold);
  padding: .9rem 1.4rem; background: rgba(184,150,46,.07);
  border-radius: 0 var(--radius) var(--radius) 0; margin: 1.5rem 0;
}
.quote-dark p {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.15rem; font-style: italic; color: rgba(255,255,255,.75); line-height: 1.5;
}
.quote-dark cite { display:block; font-size:11px; color:var(--gold); letter-spacing:1px; text-transform:uppercase; margin-top:.5rem; font-style:normal; }

/* ── INFO BOXES ── */
.ibox { border-radius: var(--radius); padding: 1rem 1.3rem; margin: 1.3rem 0; font-size: 14px; border-left: 3px solid; font-family: 'Outfit', sans-serif; }
.ibox--note   { background: #EFF6FF; border-color: #3B82F6; color: #1E40AF; }
.ibox--warn   { background: #FFFBEB; border-color: #F59E0B; color: #92400E; }
.ibox--tip    { background: #F0FDF4; border-color: #22C55E; color: #15803D; }
.ibox--danger { background: #FEF2F2; border-color: #EF4444; color: #991B1B; }
.ibox strong  { font-weight: 600; }

/* ── CODE BLOCKS ── */
.code-block {
  background: var(--ink); border-radius: 4px;
  padding: 1.25rem 1.5rem; margin: 1.4rem 0; overflow-x: auto;
}
.code-label {
  font-family: 'JetBrains Mono', monospace;
  font-size: 10px; color: rgba(255,255,255,.3);
  letter-spacing: 1px; text-transform: uppercase;
  display: block; margin-bottom: .6rem;
  border-bottom: 1px solid rgba(255,255,255,.08); padding-bottom: .4rem;
}
.code-block pre {
  font-family: 'JetBrains Mono', monospace;
  font-size: 12px; color: #9DE8A0; line-height: 1.65; white-space: pre; overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

/* ── SKILL PILLS ── */
.skills-wrap { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: 1.1rem; }
.skill-pill {
  background: var(--white); border: 1px solid rgba(12,21,32,.1);
  color: var(--t1); font-size: 12px; padding: 5px 13px; border-radius: 2px;
  transition: var(--trans); font-family: 'Outfit', sans-serif;
}
.skill-pill:hover { border-color: var(--gold); color: var(--gold); }

/* ═══════════════════════════════════════════
   NAV
═══════════════════════════════════════════ */
.nav {
  position: sticky; top: 0; z-index: 300;
  background: rgba(10,20,40,.88); backdrop-filter: blur(8px);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 3rem; height: 64px;
  border-bottom: 1px solid rgba(184,150,46,.25);
}
.nav-brand { display: flex; align-items: center; gap: 12px; text-decoration: none; }
.nav-monogram {
  width: 36px; height: 36px; border-radius: 2px;
  background: var(--gold); display: flex; align-items: center; justify-content: center;
  font-family: 'Cormorant Garamond', serif; font-size: 16px; font-weight: 700; color: var(--ink);
  flex-shrink: 0;
}
.nav-title-wrap { display: flex; flex-direction: column; gap: 1px; }
.nav-name { font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 600; color: var(--gold2); }
.nav-role { font-size: 9px; color: rgba(255,255,255,.38); letter-spacing: 1.8px; text-transform: uppercase; font-family: 'Outfit', sans-serif; }
.nav-links { display: flex; gap: 2rem; align-items: center; }
.nav-links a {
  color: rgba(255,255,255,.6); text-decoration: none;
  font-size: 12px; font-weight: 400; letter-spacing: .8px; text-transform: uppercase;
  cursor: pointer; transition: color .2s; position: relative; padding-bottom: 3px;
  font-family: 'Outfit', sans-serif;
}
.nav-links a::after {
  content: ''; position: absolute; bottom: 0; left: 0;
  width: 0; height: 1px; background: var(--gold); transition: width .25s;
}
.nav-links a:hover, .nav-links a.active { color: var(--gold2); }
.nav-links a:hover::after, .nav-links a.active::after { width: 100%; }
.nav-cta {
  background: var(--gold); color: var(--ink);
  padding: 9px 22px; border-radius: 2px;
  font-size: 11.5px; font-weight: 600; text-transform: uppercase; letter-spacing: 1px;
  cursor: pointer; border: none; transition: var(--trans);
  font-family: 'Outfit', sans-serif; text-decoration: none;
}
.nav-cta:hover { background: var(--gold2); }
.nav-burger {
  display: none; flex-direction: column; gap: 5px;
  cursor: pointer; padding: 4px; background: none; border: none;
}
.nav-burger span { width: 22px; height: 1.5px; background: rgba(255,255,255,.7); display: block; transition: var(--trans); }

/* ── MOBILE MENU ── */
.mob-menu {
  display: none; position: fixed;
  top: 64px; left: 0; right: 0;
  background: var(--ink); z-index: 299;
  padding: 1.5rem; border-bottom: 1px solid rgba(184,150,46,.2);
}
.mob-menu a {
  display: block; color: rgba(255,255,255,.7); text-decoration: none;
  font-size: 13px; letter-spacing: .8px; text-transform: uppercase;
  padding: .75rem 0; border-bottom: 1px solid rgba(255,255,255,.06);
  font-family: 'Outfit', sans-serif;
}
.mob-menu a:last-child { border: none; }
.mob-menu.open { display: block; }

/* ═══════════════════════════════════════════
   FOOTER
═══════════════════════════════════════════ */
.footer { background: rgba(10,20,40,.80); border-top: 1px solid rgba(184,150,46,.12); padding: 4rem 0 0; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
.footer-brand p { font-size: 13px; color: rgba(255,255,255,.4); line-height: 1.65; max-width: 320px; margin-top: .75rem; font-family: 'Outfit', sans-serif; }
.footer-col h4 { font-family: 'Outfit', sans-serif; font-size: 11px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; margin-bottom: 1rem; font-weight: 500; }
.footer-col a { display: block; font-size: 13px; color: rgba(255,255,255,.45); text-decoration: none; margin-bottom: .55rem; font-family: 'Outfit', sans-serif; transition: color .2s; }
.footer-col a:hover { color: var(--gold2); }
.footer-bottom {
  border-top: 1px solid rgba(255,255,255,.06);
  padding: 1.5rem 3rem;
  display: flex; justify-content: space-between; align-items: center;
  font-size: 11.5px; color: rgba(255,255,255,.3); flex-wrap: wrap; gap: .5rem;
  font-family: 'Outfit', sans-serif;
}

/* ═══════════════════════════════════════════
   CARD COMPONENTS
═══════════════════════════════════════════ */
/* Service / Formation card */
.svc-card {
  background: rgba(255,255,255,.88); border: 1px solid rgba(12,21,32,.08);
  border-radius: var(--radius); overflow: hidden;
  transition: transform .25s, box-shadow .25s; cursor: pointer;
}
.svc-card:hover { transform: translateY(-6px); box-shadow: var(--shadow); }
.svc-top {
  background: var(--ink); padding: 1.6rem;
  display: flex; justify-content: space-between; align-items: flex-start;
}
.svc-icon { font-size: 24px; }
.svc-badge {
  font-size: 9.5px; letter-spacing: 1px; text-transform: uppercase;
  background: rgba(184,150,46,.2); color: var(--gold);
  padding: 4px 10px; border-radius: 2px; font-weight: 500; font-family: 'Outfit', sans-serif;
}
.svc-body { padding: 1.5rem; }
.svc-title { font-size: 1.2rem; color: var(--ink); margin-bottom: .6rem; }
.svc-desc { font-size: 13.5px; color: var(--t2); line-height: 1.65; margin-bottom: 1.1rem; font-family: 'Outfit', sans-serif; }
.svc-modules { list-style: none; margin-bottom: 1.2rem; padding: 0; }
.svc-modules li {
  font-size: 13px; color: var(--t2); padding: .3rem 0;
  border-bottom: 1px solid rgba(12,21,32,.05);
  display: flex; gap: .5rem; align-items: flex-start; font-family: 'Outfit', sans-serif;
}
.svc-modules li::before { content: "›"; color: var(--gold); font-weight: 700; flex-shrink: 0; }
.svc-meta { display: flex; gap: .75rem; font-size: 11.5px; color: var(--t3); margin-bottom: 1.2rem; flex-wrap: wrap; font-family: 'Outfit', sans-serif; }
.svc-price { font-size: 1.15rem; font-weight: 500; color: var(--gold); margin-bottom: 1.2rem; font-family: 'Outfit', sans-serif; }

/* Project card */
.proj-card {
  background: rgba(15,28,50,.68); border: 1px solid rgba(184,150,46,.1);
  border-radius: var(--radius); overflow: hidden;
  transition: border-color .25s, transform .25s; position: relative;
}
.proj-card::before { content: ''; position: absolute; top: 0; left: 0; right: 0; height: 2px; background: var(--gold); }
.proj-card:hover { border-color: rgba(184,150,46,.35); transform: translateY(-4px); }
.proj-head { padding: 1.5rem 1.5rem 0; }
.proj-year { font-size: 10px; color: rgba(184,150,46,.55); letter-spacing: 1.5px; text-transform: uppercase; margin-bottom: .4rem; font-family: 'Outfit', sans-serif; }
.proj-client { font-size: 11px; color: rgba(255,255,255,.35); margin-bottom: .55rem; font-family: 'Outfit', sans-serif; }
.proj-title { font-size: 1.1rem; color: var(--white); font-weight: 600; line-height: 1.25; }
.proj-body { padding: .9rem 1.5rem 1.5rem; }
.proj-desc { font-size: 13px; color: rgba(255,255,255,.5); line-height: 1.65; margin-bottom: 1rem; font-family: 'Outfit', sans-serif; }
.proj-impact {
  background: rgba(184,150,46,.07); border-left: 2px solid rgba(184,150,46,.4);
  padding: .65rem 1rem; margin-bottom: 1rem; font-size: 12.5px;
  color: rgba(255,255,255,.55); font-style: italic; border-radius: 0 2px 2px 0; font-family: 'Outfit', sans-serif;
}
.proj-tags { display: flex; flex-wrap: wrap; gap: .4rem; }

/* Tutorial card */
.tut-card {
  background: rgba(255,255,255,.88); border: 1px solid rgba(12,21,32,.07);
  border-radius: var(--radius); overflow: hidden; cursor: pointer;
  transition: transform .2s, box-shadow .2s;
}
.tut-card:hover { transform: translateY(-5px); box-shadow: var(--shadow); }
.tut-stripe { height: 3px; }
.tut-stripe--sec    { background: var(--red); }
.tut-stripe--virt   { background: var(--blue); }
.tut-stripe--win    { background: var(--orange); }
.tut-stripe--linux  { background: var(--green); }
.tut-stripe--infra  { background: var(--purple); }
.tut-head { padding: 1rem 1.2rem .8rem; display: flex; justify-content: space-between; align-items: center; }
.tut-cat { font-size: 10px; letter-spacing: 1.5px; text-transform: uppercase; font-weight: 600; font-family: 'Outfit', sans-serif; }
.tut-cat--sec    { color: var(--red); }
.tut-cat--virt   { color: var(--blue); }
.tut-cat--win    { color: var(--orange); }
.tut-cat--linux  { color: var(--green); }
.tut-cat--infra  { color: var(--purple); }
.tut-lvl { font-size: 10px; padding: 3px 9px; border-radius: 2px; font-weight: 500; font-family: 'Outfit', sans-serif; }
.tut-lvl--debut { background: #D1FAE5; color: #065F46; }
.tut-lvl--inter { background: #FEF3C7; color: #92400E; }
.tut-lvl--adv   { background: #FEE2E2; color: #991B1B; }
.tut-body { padding: .5rem 1.2rem 1.4rem; }
.tut-title { font-size: 1.05rem; color: var(--t1); margin-bottom: .5rem; line-height: 1.3; font-weight: 600; }
.tut-desc { font-size: 13px; color: var(--t2); line-height: 1.6; margin-bottom: .9rem; font-family: 'Outfit', sans-serif; }
.tut-foot { display: flex; justify-content: space-between; align-items: center; font-size: 11.5px; color: var(--t3); font-family: 'Outfit', sans-serif; }
.tut-read { color: var(--gold); font-weight: 500; }

/* ── GRIDS ── */
.grid-3 { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); gap: 1.5rem; }
.grid-2 { display: grid; grid-template-columns: repeat(auto-fit, minmax(260px, 1fr)); gap: 1.5rem; }

/* ── FILTER BUTTONS ── */
.filter-bar { display: flex; gap: .5rem; flex-wrap: wrap; margin-bottom: 2.5rem; }
.filter-btn {
  background: rgba(255,255,255,.06); border: 1px solid rgba(184,150,46,.15);
  color: rgba(255,255,255,.55); font-size: 12px; padding: 7px 16px;
  border-radius: 2px; cursor: pointer; transition: var(--trans); font-family: 'Outfit', sans-serif;
}
.filter-btn:hover, .filter-btn.active { background: var(--gold); color: var(--ink); border-color: var(--gold); }
.filter-btn--light { background: var(--white); border-color: rgba(12,21,32,.1); color: var(--t2); }
.filter-btn--light:hover, .filter-btn--light.active { background: var(--ink); color: var(--white); border-color: var(--ink); }

/* ── CTA BAND ── */
.cta-band {
  background: rgba(10,20,40,.60);
  padding: 3.5rem 0;
  border-top: 1px solid rgba(184,150,46,.1);
  border-bottom: 1px solid rgba(184,150,46,.1);
}
.cta-band__inner {
  display: flex; align-items: center; justify-content: space-between;
  gap: 2rem; flex-wrap: wrap;
}
.cta-band__quote {
  font-family: 'Cormorant Garamond', serif;
  font-size: 1.3rem; color: rgba(255,255,255,.8);
  font-style: italic; line-height: 1.5; margin-bottom: .4rem;
}
.cta-band__author { font-size: 11px; color: var(--gold); letter-spacing: 2px; text-transform: uppercase; }

/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background: rgba(10,20,40,.60); padding: 5rem 0 4rem;
  position: relative; overflow: hidden;
}
.page-hero__grid-bg {
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(184,150,46,.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(184,150,46,.04) 1px, transparent 1px);
  background-size: 60px 60px;
}
.page-hero__content { position: relative; z-index: 1; }
.page-hero__breadcrumb { font-size: 12px; color: rgba(255,255,255,.35); margin-bottom: 1.25rem; font-family: 'Outfit', sans-serif; }
.page-hero__breadcrumb a { color: var(--gold); text-decoration: none; }
.page-hero__tag { font-size: 10px; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); font-weight: 500; margin-bottom: .75rem; font-family: 'Outfit', sans-serif; }
.page-hero__title { font-size: clamp(2rem, 4vw, 3.2rem); color: var(--white); margin-bottom: .75rem; }
.page-hero__sub { font-size: 15px; color: rgba(255,255,255,.5); max-width: 600px; line-height: 1.7; font-family: 'Outfit', sans-serif; }

/* ── ARTICLE STYLES ── */
.art-body { font-size: 16px; color: var(--t1); line-height: 1.85; font-family: 'Outfit', sans-serif; }
.art-body h2 {
  font-family: 'Cormorant Garamond', serif; font-size: 1.5rem;
  color: var(--ink); margin: 2.25rem 0 .8rem;
  padding-bottom: .4rem; border-bottom: 1px solid var(--gold-pale); font-weight: 700;
}
.art-body h3 { font-size: 1.05rem; font-weight: 600; color: var(--ink); margin: 1.75rem 0 .5rem; }
.art-body p { margin-bottom: 1.1rem; }
.art-body ul, .art-body ol { margin-bottom: 1.1rem; }
.art-body li { margin-bottom: .45rem; }
.art-body strong { font-weight: 600; color: var(--ink); }
.art-meta { display: flex; gap: 1.5rem; font-size: 12px; color: var(--t3); margin-bottom: 2.5rem; padding-bottom: 1.5rem; border-bottom: 1px solid rgba(12,21,32,.1); flex-wrap: wrap; align-items: center; font-family: 'Outfit', sans-serif; }
.art-author-box { display: flex; align-items: center; gap: 1rem; background: var(--white); border: 1px solid rgba(12,21,32,.08); border-radius: var(--radius); padding: 1.4rem; margin-top: 3rem; }
.art-author-photo { width: 56px; height: 56px; border-radius: 50%; border: 2px solid var(--gold); object-fit: cover; object-position: center 10%; flex-shrink: 0; }
.art-author-name { font-weight: 600; font-size: 14px; color: var(--ink); font-family: 'Outfit', sans-serif; }
.art-author-role { font-size: 12px; color: var(--t3); margin-top: 3px; font-family: 'Outfit', sans-serif; }

/* ── CONTACT ── */
.contact-form { background: rgba(10,20,40,.38); backdrop-filter: blur(8px); border: 1px solid rgba(184,150,46,.12); border-radius: var(--radius); padding: 2.25rem; }
.form-title { font-family: 'Cormorant Garamond', serif; font-size: 1.3rem; color: var(--white); margin-bottom: 1.5rem; font-weight: 600; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; margin-bottom: 1rem; }
.form-group { display: flex; flex-direction: column; gap: .4rem; margin-bottom: 1rem; }
.form-group label { font-size: 12px; color: rgba(255,255,255,.5); letter-spacing: .5px; text-transform: uppercase; font-family: 'Outfit', sans-serif; }
.form-group input,
.form-group select,
.form-group textarea {
  background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.1);
  color: var(--white); padding: .7rem .9rem; border-radius: 2px;
  font-family: 'Outfit', sans-serif; font-size: 14px; outline: none; transition: border-color .2s;
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--gold); }
.form-group select option { background: var(--ink); }
.form-group textarea { resize: vertical; min-height: 100px; }
.form-note { font-size: 11.5px; color: rgba(255,255,255,.3); text-align: center; margin-top: .75rem; font-family: 'Outfit', sans-serif; }

/* ── CHIP / INFO ITEMS ── */
.chip-item { display: flex; align-items: center; gap: .75rem; font-size: 14px; color: rgba(255,255,255,.6); font-family: 'Outfit', sans-serif; }
.chip-icon { width: 34px; height: 34px; background: rgba(184,150,46,.12); border: 1px solid rgba(184,150,46,.2); border-radius: 2px; display: flex; align-items: center; justify-content: center; font-size: 14px; flex-shrink: 0; }

/* ═══════════════════════════════════════════
   RESPONSIVE
═══════════════════════════════════════════ */
@media (max-width: 900px) {
  .container { padding: 0 1.5rem; }
  .section { padding: 4rem 0; }
  .nav { padding: 0 1.5rem; }
  .nav-links { display: none; }
  .nav-cta { display: none; }
  .nav-burger { display: flex; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { padding: 1.5rem; }
  .cta-band__inner { flex-direction: column; text-align: center; }
}
@media (max-width: 600px) {
  .page-hero { padding: 3rem 0 2.5rem; }
  .sec-head { margin-bottom: 2.5rem; }
}

@media (max-width: 768px) {
  .container { padding: 0 1.25rem; }
  .section { padding: 3rem 0; }
  .grid-3 { grid-template-columns: 1fr; }
  .grid-2 { grid-template-columns: 1fr; }
  .sec-title { font-size: 1.6rem; }
  .art-author-box { flex-direction: column; }
  .footer-bottom { flex-direction: column; text-align: center; gap: .35rem; }
}

@media (max-width: 480px) {
  .container { padding: 0 1rem; }
  .section { padding: 2.5rem 0; }
  .nav { padding: 0 1rem; height: 56px; }
  .btn { padding: 11px 20px; font-size: 11px; }
  .hero-stats > div { padding: 1rem; }
  .hstat-n { font-size: 1.6rem; }
  .tour-body { padding: 1.25rem 1rem; }
  .svc-body { padding: 1.25rem; }
  .proj-head { padding: 1.25rem 1.25rem 0; }
  .proj-body { padding: .75rem 1.25rem 1.25rem; }
  code { font-size: .82em; word-break: break-all; }
}
