/*
Theme Name: Osian Global
Theme URI: https://osianglobal.com
Author: Osian Global
Author URI: https://osianglobal.com
Description: Custom premium B2B procurement & global-trade theme for Osian Global — sourcing from China and India. V2: editorial design (Fraunces + Inter), navy & gold palette, reviews, case studies, FAQ. Fully dynamic & SEO-friendly.
Version: 2.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: osian
Tags: business, procurement, b2b, custom-menu, featured-images, custom-logo
*/

/* =========================================================================
   1. DESIGN TOKENS — Premium Trade (navy + champagne gold)
   ========================================================================= */
:root {
  /* Core palette */
  --navy:        #0B1F3A;   /* midnight navy — base */
  --navy-800:    #112B4E;
  --navy-700:    #1B3A63;
  --navy-soft:   #24416b;
  --ink:         #14181F;   /* body text */
  --gold:        #C8A35B;   /* champagne gold accent */
  --gold-600:    #B08F47;
  --gold-200:    #EBDDBF;
  --ivory:       #F7F5F0;   /* warm surface */
  --cream:       #FBFAF6;
  --white:       #FFFFFF;
  --muted:       #6A7280;   /* secondary text */
  --muted-light: #9AA3B0;
  --line:        #E7E3D9;   /* warm hairline */
  --line-cool:   #E6EAF0;

  /* On-dark text */
  --on-navy:      #DCE5F2;
  --on-navy-soft: #9FB2CE;

  /* Gradients */
  --grad-navy:  linear-gradient(160deg, #0B1F3A 0%, #112B4E 55%, #1B3A63 100%);
  --grad-gold:  linear-gradient(135deg, #D9B978 0%, #C8A35B 50%, #B08F47 100%);

  /* Type */
  --serif: "Fraunces", Georgia, "Times New Roman", serif;
  --sans:  "Inter", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;

  /* Layout */
  --container: 1240px;
  --container-narrow: 820px;
  --radius:    16px;
  --radius-sm: 10px;
  --radius-lg: 24px;
  --shadow-sm: 0 2px 10px rgba(11,31,58,.05);
  --shadow:    0 14px 40px rgba(11,31,58,.09);
  --shadow-lg: 0 30px 70px rgba(11,31,58,.16);
  --header-h:  82px;
  --ease:      cubic-bezier(.22,.61,.36,1);
  /* Spacing scale */
  --sp-1: 0.25rem;   /* 4px */
  --sp-2: 0.5rem;    /* 8px */
  --sp-3: 0.75rem;   /* 12px */
  --sp-4: 1rem;      /* 16px */
  --sp-5: 1.25rem;   /* 20px */
  --sp-6: 1.5rem;    /* 24px */
  --sp-8: 2rem;      /* 32px */
  --sp-10: 2.5rem;   /* 40px */
  --sp-12: 3rem;     /* 48px */
  --sp-16: 4rem;     /* 64px */
  --sp-20: 5rem;     /* 80px */
  --sp-24: 6rem;     /* 96px */
  /* Component gaps */
  --gap-card: 1.75rem;
  --gap-card-sm: 1.25rem;
  --gap-section: clamp(4rem,8vw,7.5rem);
  --gap-section-tight: clamp(2.5rem,5vw,4.5rem);
  /* Touch targets */
  --touch-min: 44px;
}

/* =========================================================================
   2. RESET & BASE
   ========================================================================= */
*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--sans);
  font-weight: 400;
  font-size: 1.02rem;
  color: var(--ink);
  line-height: 1.7;
  background: var(--white);
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  overflow-x: hidden;
}
img, svg, video { max-width: 100%; display: block; height: auto; }
a { color: var(--gold-600); text-decoration: none; transition: color .2s var(--ease); }
a:hover { color: var(--navy); }
ul, ol { padding-left: 1.2rem; }

h1, h2, h3, h4 { font-family: var(--serif); font-weight: 500; line-height: 1.12; color: var(--navy); letter-spacing: -.01em; }
h1 { font-size: clamp(2.6rem, 5.2vw, 4.4rem); font-weight: 400; }
h2 { font-size: clamp(2rem, 3.6vw, 3rem); }
h3 { font-size: clamp(1.3rem, 2vw, 1.7rem); }
h5, h6 { font-family: var(--sans); font-weight: 600; color: var(--navy); }
p  { color: var(--ink); }
::selection { background: var(--gold-200); color: var(--navy); }

/* =========================================================================
   3. LAYOUT HELPERS
   ========================================================================= */
.container { width: 100%; max-width: var(--container); margin-inline: auto; padding-inline: 1.5rem; }
.container--narrow { max-width: var(--container-narrow); }
.section { padding: clamp(4rem, 8vw, 7.5rem) 0; }
.section--ivory { background: var(--ivory); }
.section--cream { background: var(--cream); }
.section--navy { background: var(--grad-navy); color: var(--on-navy); }
.section--navy h2, .section--navy h3, .section--navy h4 { color: #fff; }
.section--tight { padding: clamp(3rem,5vw,4.5rem) 0; }
.grid { display: grid; gap: 1.75rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }
.text-center { text-align: center; }
.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2.5rem}.mt-5{margin-top:3.5rem}

/* Eyebrow — small gold label with rule */
.eyebrow {
  display: inline-flex; align-items: center; gap: .6rem;
  font-family: var(--sans); font-size: .78rem; font-weight: 600;
  letter-spacing: .22em; text-transform: uppercase; color: var(--gold-600); margin-bottom: 1.1rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--gold); display: inline-block; }
.eyebrow--center { justify-content: center; }
.section--navy .eyebrow { color: var(--gold); }

.section-head { max-width: 760px; margin: 0 auto 3.25rem; text-align: center; }
.section-head p { color: var(--muted); margin-top: 1rem; font-size: 1.12rem; }
.section--navy .section-head p { color: var(--on-navy-soft); }
.lead { font-size: 1.2rem; line-height: 1.7; color: var(--muted); }
.display-quote { font-family: var(--serif); font-style: italic; }

/* =========================================================================
   4. BUTTONS
   ========================================================================= */
.btn {
  display: inline-flex; align-items: center; gap: .6rem;
  padding: .95rem 1.9rem; border-radius: 4px;
  font-family: var(--sans); font-weight: 600; font-size: .96rem; letter-spacing: .01em;
  cursor: pointer; border: 1.5px solid transparent; position: relative;
  transition: transform .2s var(--ease), box-shadow .2s var(--ease), background .25s, color .25s, border-color .25s;
  white-space: nowrap;
}
.btn:active { transform: translateY(1px); }
.btn-gold { background: var(--gold); color: var(--navy); }
.btn-gold:hover { background: var(--navy); color: #fff; transform: translateY(-2px); box-shadow: var(--shadow); }
.btn-navy { background: var(--navy); color: #fff; }
.btn-navy:hover { background: var(--gold); color: var(--navy); transform: translateY(-2px); }
.btn-ghost { background: transparent; color: #fff; border-color: rgba(255,255,255,.35); }
.btn-ghost:hover { background: #fff; color: var(--navy); border-color: #fff; }
.btn-outline { background: transparent; color: var(--navy); border-color: var(--line); }
.btn-outline:hover { border-color: var(--gold); color: var(--gold-600); }
.btn-lg { padding: 1.1rem 2.3rem; font-size: 1.02rem; }
.btn-arrow::after { content: "→"; transition: transform .2s var(--ease); }
.btn-arrow:hover::after { transform: translateX(4px); }

/* Text link with arrow */
.link-arrow { font-family: var(--sans); font-weight: 600; color: var(--gold-600); display: inline-flex; align-items: center; gap: .4rem; }
.link-arrow::after { content: "→"; transition: transform .2s var(--ease); }
.link-arrow:hover { color: var(--navy); }
.link-arrow:hover::after { transform: translateX(4px); }

/* =========================================================================
   5. HEADER / NAV
   ========================================================================= */
.site-header { position: sticky; top: 0; z-index: 100; background: rgba(255,255,255,.95); backdrop-filter: blur(12px); border-bottom: 1px solid var(--line); }
.topbar { background: var(--navy); color: var(--on-navy-soft); font-size: .82rem; letter-spacing: .02em; }
.topbar .container { display: flex; justify-content: space-between; align-items: center; gap: 1rem; min-height: 42px; }
.topbar a { color: var(--on-navy-soft); }
.topbar a:hover { color: var(--gold); }
.topbar__locations { display: flex; gap: .9rem; font-weight: 500; }
.topbar__contact { display: flex; gap: 1.4rem; flex-wrap: wrap; }

.nav { display: flex; align-items: center; justify-content: space-between; min-height: var(--header-h); gap: 1.5rem; }
.brand { display: flex; align-items: center; gap: .7rem; font-family: var(--serif); font-weight: 500; font-size: 1.55rem; color: var(--navy); letter-spacing: -.01em; }
.brand img { max-height: 48px; width: auto; }
.brand__mark { width: 42px; height: 42px; border-radius: 50%; background: var(--grad-navy); display: grid; place-items: center; border: 1.5px solid var(--gold); }
.brand b { color: var(--navy); font-weight: 600; } .brand span { color: var(--gold-600); }

.menu { display: flex; align-items: center; gap: .15rem; list-style: none; padding: 0; margin: 0; }
.menu > li > a { font-family: var(--sans); color: var(--navy); font-weight: 500; font-size: .95rem; padding: .6rem .95rem; border-radius: 6px; position: relative; }
.menu > li > a::after { content: ""; position: absolute; left: .95rem; right: .95rem; bottom: .35rem; height: 1.5px; background: var(--gold); transform: scaleX(0); transform-origin: left; transition: transform .25s var(--ease); }
.menu > li > a:hover, .menu .current-menu-item > a { color: var(--gold-600); }
.menu > li > a:hover::after, .menu .current-menu-item > a::after { transform: scaleX(1); }
.menu li { position: relative; }
.menu .sub-menu { position: absolute; background: #fff; min-width: 230px; box-shadow: var(--shadow); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: .5rem; list-style: none; margin-top: .6rem; opacity: 0; visibility: hidden; transform: translateY(8px); transition: all .22s var(--ease); z-index: 20; }
.menu .sub-menu a { display: block; padding: .55rem .8rem; border-radius: 6px; color: var(--navy); font-size: .92rem; }
.menu .sub-menu a:hover { background: var(--ivory); color: var(--gold-600); }
.menu li:hover > .sub-menu { opacity: 1; visibility: visible; transform: translateY(0); }
.nav__actions { display: flex; align-items: center; gap: .8rem; }

.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: .4rem; }
.nav-toggle span { display: block; width: 26px; height: 2px; background: var(--navy); margin: 5px 0; transition: .25s var(--ease); border-radius: 2px; }
.nav-toggle.is-open span:nth-child(1){transform:translateY(7px) rotate(45deg)}
.nav-toggle.is-open span:nth-child(2){opacity:0}
.nav-toggle.is-open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}

/* =========================================================================
   6. HERO
   ========================================================================= */
.hero { position: relative; background: var(--grad-navy); color: var(--on-navy); overflow: hidden; }
.hero::before { content:""; position:absolute; inset:0; background-image: radial-gradient(circle at 80% 20%, rgba(200,163,91,.14), transparent 45%); }
.hero::after { content:""; position:absolute; right:-10%; top:-20%; width:55%; height:140%; background-image: url("data:image/svg+xml,%3Csvg width='60' height='104' viewBox='0 0 60 104' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M30 2 58 18v34L30 68 2 52V18z' fill='none' stroke='%23C8A35B' stroke-opacity='0.12'/%3E%3C/svg%3E"); opacity:.5; transform: rotate(8deg); }
.hero .container { position: relative; z-index: 2; padding-block: clamp(4rem, 10vw, 8rem); }
.hero__grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 4rem; align-items: center; }
.hero h1 { color: #fff; }
.hero h1 .accent { color: var(--gold); font-style: italic; }
.hero p { color: var(--on-navy-soft); font-size: 1.22rem; margin-top: 1.4rem; max-width: 42ch; line-height: 1.7; }
.audience-tags { display: flex; flex-wrap: wrap; gap: .6rem; margin-top: 1.4rem; max-width: 48rem; }
.audience-tags a { color: #fff; border: 1px solid rgba(255,255,255,.22); border-radius: 50px; padding: .45rem .8rem; font-size: .84rem; font-weight: 600; background: rgba(255,255,255,.06); }
.audience-tags a:hover { border-color: var(--gold); color: var(--gold); }
.hero__cta { display: flex; gap: 1rem; margin-top: 2.4rem; flex-wrap: wrap; }
.hero__panel { background: rgba(255,255,255,.045); border: 1px solid rgba(200,163,91,.25); border-radius: var(--radius); padding: 2.25rem; backdrop-filter: blur(6px); }
.hero__panel h3 { color: #fff; font-size: 1.35rem; }
.hero__panel ul { list-style: none; padding: 0; margin-top: 1.2rem; display: grid; gap: .9rem; }
.hero__panel li { display: flex; gap: .7rem; align-items: flex-start; color: var(--on-navy); font-size: .98rem; }
.hero__panel li::before { content: "✦"; color: var(--gold); flex: 0 0 auto; }

/* =========================================================================
   7. STATS BAND
   ========================================================================= */
.stats { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.12); border: 1px solid rgba(255,255,255,.12); border-radius: var(--radius); overflow: hidden; }
.stat { background: var(--navy-800); padding: 2rem 1.5rem; text-align: center; }
.stat b { display: block; font-family: var(--serif); font-size: clamp(2.2rem,4vw,3.2rem); font-weight: 400; color: var(--gold); line-height: 1; }
.stat span { display: block; margin-top: .6rem; font-size: .85rem; letter-spacing: .12em; text-transform: uppercase; color: var(--on-navy-soft); }

/* =========================================================================
   8. LOGO / TRUST STRIP
   ========================================================================= */
.logos { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; gap: 1rem 2.5rem; }
.logo-chip { display: inline-flex; align-items: center; gap: .6rem; padding: .7rem 1.3rem; border: 1px solid var(--line); border-radius: 50px; font-weight: 600; font-size: .9rem; color: var(--navy); background: #fff; }
.logo-chip svg { color: var(--gold-600); }

/* =========================================================================
   9. CARDS
   ========================================================================= */
.card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; transition: transform .28s var(--ease), box-shadow .28s var(--ease), border-color .28s; height: 100%; display: flex; flex-direction: column; }
.card:hover { transform: translateY(-7px); box-shadow: var(--shadow-lg); border-color: var(--gold-200); }
.card__media { aspect-ratio: 16/11; background: var(--ivory); overflow: hidden; position: relative; }
.card__media img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s var(--ease); }
.card:hover .card__media img { transform: scale(1.07); }
.card__body { padding: 1.6rem; display: flex; flex-direction: column; gap: .55rem; flex: 1; }
.card__body h3 { font-size: 1.35rem; }
.card__body p { color: var(--muted); font-size: .96rem; }
.card__cat { font-family: var(--sans); font-size: .74rem; font-weight: 600; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-600); }
.card__link { margin-top: auto; padding-top: .4rem; font-family: var(--sans); font-weight: 600; color: var(--gold-600); display: inline-flex; gap: .4rem; }
.card__link::after { content: "→"; transition: transform .2s var(--ease); }
.card:hover .card__link::after { transform: translateX(4px); }

/* Service / step cards */
.step { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; position: relative; height: 100%; transition: .28s var(--ease); }
.step:hover { box-shadow: var(--shadow); transform: translateY(-5px); border-color: var(--gold-200); }
.step__num { font-family: var(--serif); font-size: 2.8rem; color: var(--gold); line-height: 1; opacity: .85; }
.step h3 { margin-top: .5rem; font-size: 1.3rem; }
.step p { color: var(--muted); font-size: .96rem; margin-top: .5rem; }

/* 4-step flow with connecting line */
.flow { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.5rem; position: relative; }
.flow__item { text-align: center; position: relative; }
.flow__badge { width: 64px; height: 64px; margin: 0 auto 1.1rem; border-radius: 50%; background: var(--navy); color: var(--gold); display: grid; place-items: center; font-family: var(--serif); font-size: 1.5rem; border: 1.5px solid var(--gold); position: relative; z-index: 2; }
.flow__item h3 { font-size: 1.2rem; }
.flow__item p { color: var(--muted); font-size: .92rem; margin-top: .35rem; }
.flow::before { content: ""; position: absolute; top: 32px; left: 12.5%; right: 12.5%; height: 1.5px; background: repeating-linear-gradient(90deg, var(--gold) 0 8px, transparent 8px 16px); opacity: .5; z-index: 1; }

/* Feature (why us) */
.feature { display: flex; gap: 1.1rem; align-items: flex-start; padding: 1.4rem; border-radius: var(--radius); transition: .25s var(--ease); border: 1px solid transparent; }
.feature:hover { background: #fff; box-shadow: var(--shadow); border-color: var(--line); }
.feature__ico { flex: 0 0 50px; width: 50px; height: 50px; border-radius: 12px; background: var(--ivory); border: 1px solid var(--gold-200); color: var(--gold-600); display: grid; place-items: center; font-size: 1.3rem; }
.feature h3 { font-size: 1.12rem; }
.feature p { color: var(--muted); font-size: .92rem; }

/* Industries grid */
.industry { position: relative; border-radius: var(--radius); overflow: hidden; aspect-ratio: 4/3; background: var(--grad-navy); display: flex; align-items: flex-end; padding: 1.5rem; color: #fff; border: 1px solid var(--navy-700); transition: .28s var(--ease); }
.journey-grid .industry { aspect-ratio: auto; min-height: 310px; align-items: flex-start; }
.industry:hover { transform: translateY(-5px); box-shadow: var(--shadow-lg); }
.industry h3 { color: #fff; font-size: 1.3rem; }
.industry p { color: var(--on-navy-soft); font-size: .88rem; margin-top: .2rem; }
.industry p b { color: var(--gold); }
.industry .link-arrow { color: var(--gold); margin-top: 1rem; }
.industry__ico { position: absolute; top: 1.2rem; right: 1.2rem; font-size: 1.6rem; color: var(--gold); }

/* Assurance, operations and playbook blocks */
.assurance-card, .tier-card, .product-playbook > div { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.7rem; height: 100%; }
.assurance-card h3, .tier-card h3, .product-playbook h3 { font-size: 1.22rem; }
.assurance-card p, .tier-card p, .product-playbook p { color: var(--muted); margin-top: .7rem; font-size: .95rem; }
.assurance-card .link-arrow { margin-top: 1.2rem; }
.ops-system, .category-context { display: grid; grid-template-columns: .9fr 1.1fr; gap: 3rem; align-items: start; }
.ops-list, .context-list { display: grid; gap: 1rem; }
.ops-list div, .context-list div { background: var(--ivory); border: 1px solid var(--line); border-left: 3px solid var(--gold); border-radius: var(--radius-sm); padding: 1rem 1.15rem; }
.ops-list b, .context-list b { display: block; color: var(--navy); font-family: var(--sans); font-size: .96rem; }
.ops-list span, .context-list span { display: block; color: var(--muted); margin-top: .25rem; font-size: .92rem; }
.tier-card span { display: inline-block; color: var(--gold-600); font-weight: 700; font-size: .78rem; text-transform: uppercase; letter-spacing: .12em; margin-bottom: .8rem; }
.process-playbook { display: grid; gap: 1rem; }
.process-playbook .step { display: grid; grid-template-columns: 90px 250px 1fr; gap: 1.25rem; align-items: start; }
.process-playbook .step h3 { margin-top: .1rem; }
.step-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 1.2rem; }
.step-grid p { margin: 0; }
.step-grid b { color: var(--navy); }
.update-timeline { display: grid; grid-template-columns: repeat(6, 1fr); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; background: #fff; }
.update-timeline div { padding: 1.25rem; border-right: 1px solid var(--line); min-height: 180px; }
.update-timeline div:last-child { border-right: 0; }
.update-timeline span { font-family: var(--serif); color: var(--gold-600); font-size: 1.8rem; line-height: 1; }
.update-timeline h3 { font-size: 1.08rem; margin-top: .75rem; }
.update-timeline p { color: var(--muted); font-size: .88rem; margin-top: .45rem; }
.product-playbook { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.25rem; }
.proof-chips { display: flex; flex-wrap: wrap; gap: .45rem; margin-top: .9rem; }
.proof-chips span { border: 1px solid var(--line); background: var(--ivory); color: var(--navy); border-radius: 50px; padding: .35rem .8rem; font-size: .82rem; font-weight: 600; }

/* Category filter pills */
.filterbar { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 3rem; }
.filterbar a { padding: .6rem 1.4rem; border-radius: 50px; border: 1px solid var(--line); color: var(--navy); font-weight: 500; font-size: .92rem; }
.filterbar a:hover, .filterbar a.active { background: var(--navy); color: #fff; border-color: var(--navy); }

/* =========================================================================
   10. TESTIMONIALS / REVIEWS
   ========================================================================= */
.review { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; height: 100%; display: flex; flex-direction: column; position: relative; }
.review::before { content: "\201C"; position: absolute; top: .4rem; right: 1.4rem; font-family: var(--serif); font-size: 5rem; color: var(--gold-200); line-height: 1; }
.review__stars { color: var(--gold); letter-spacing: .1em; margin-bottom: .8rem; }
.review__text { font-family: var(--serif); font-size: 1.15rem; font-style: italic; color: var(--navy); line-height: 1.6; flex: 1; }
.review__who { display: flex; align-items: center; gap: .8rem; margin-top: 1.4rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.review__avatar { width: 46px; height: 46px; border-radius: 50%; background: var(--grad-gold); display: grid; place-items: center; font-family: var(--serif); color: var(--navy); font-size: 1.1rem; }
.review__name { font-family: var(--sans); font-weight: 600; color: var(--navy); font-size: .95rem; }
.review__role { font-size: .82rem; color: var(--muted); }

/* =========================================================================
   11. CASE STUDIES
   ========================================================================= */
.case { display: grid; grid-template-columns: 1fr 1fr; gap: 0; background: #fff; border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; }
.case__media { background: var(--ivory); min-height: 280px; }
.case__media img { width: 100%; height: 100%; object-fit: cover; }
.case__body { padding: 2.5rem; }
.case__metric { display: flex; gap: 2rem; margin-top: 1.5rem; }
.case__metric b { font-family: var(--serif); font-size: 2rem; color: var(--gold-600); display: block; line-height: 1; }
.case__metric span { font-size: .82rem; color: var(--muted); text-transform: uppercase; letter-spacing: .08em; }
.crs { margin-top: 1.25rem; display: grid; gap: .9rem; }
.crs__row { padding-left: 1rem; border-left: 2px solid var(--gold); }
.crs__row b { font-family: var(--sans); font-size: .76rem; text-transform: uppercase; letter-spacing: .14em; color: var(--gold-600); display: block; }
.crs__row p { color: var(--ink); font-size: .96rem; margin-top: .2rem; }

/* =========================================================================
   12. FAQ ACCORDION
   ========================================================================= */
.faq { max-width: 860px; margin: 0 auto; }
.faq__item { border-bottom: 1px solid var(--line); }
.faq__q { width: 100%; background: none; border: 0; cursor: pointer; text-align: left; padding: 1.5rem 0; font-family: var(--serif); font-size: 1.25rem; color: var(--navy); display: flex; justify-content: space-between; align-items: center; gap: 1rem; }
.faq__q .ico { flex: 0 0 auto; width: 28px; height: 28px; border-radius: 50%; border: 1.5px solid var(--gold); color: var(--gold-600); display: grid; place-items: center; font-family: var(--sans); transition: transform .3s var(--ease); }
.faq__item.open .faq__q .ico { transform: rotate(45deg); background: var(--gold); color: var(--navy); }
.faq__a { max-height: 0; overflow: hidden; transition: max-height .35s var(--ease); }
.faq__a p { color: var(--muted); padding-bottom: 1.5rem; }

/* =========================================================================
   13. POSTS / CONTENT / PAGE HERO
   ========================================================================= */
.page-hero { background: var(--grad-navy); color: var(--on-navy); padding: clamp(3rem,7vw,5rem) 0; position: relative; overflow: hidden; }
.page-hero::after { content:""; position:absolute; right:-5%; top:-30%; width:40%; height:160%; background-image: radial-gradient(circle, rgba(200,163,91,.12), transparent 60%); }
.page-hero .container { position: relative; z-index: 2; }
.page-hero h1 { color: #fff; }
.page-hero p { color: var(--on-navy-soft); margin-top: .6rem; max-width: 60ch; }
.breadcrumb { color: var(--on-navy-soft); font-size: .88rem; margin-top: .9rem; font-family: var(--sans); }
.breadcrumb a { color: var(--gold); }

.content-area { display: grid; grid-template-columns: 1fr 330px; gap: 3.5rem; }
.entry__meta { color: var(--muted); font-size: .9rem; display: flex; gap: 1.25rem; flex-wrap: wrap; margin: .5rem 0 1.75rem; font-family: var(--sans); }
.entry__meta a { color: var(--gold-600); }
.entry__content { line-height: 1.85; font-size: 1.08rem; }
.entry__content > * + * { margin-top: 1.3rem; }
.entry__content h2 { font-size: 1.9rem; margin-top: 2.5rem; }
.entry__content h3 { font-size: 1.45rem; margin-top: 2rem; }
.entry__content img { border-radius: var(--radius); }
.entry__content a { color: var(--gold-600); text-decoration: underline; text-underline-offset: 3px; }
.entry__content blockquote { border-left: 3px solid var(--gold); padding: .75rem 1.5rem; background: var(--ivory); border-radius: 0 10px 10px 0; font-family: var(--serif); font-style: italic; font-size: 1.25rem; color: var(--navy); }
.entry__content ul li, .entry__content ol li { margin-bottom: .5rem; }
.entry__thumb { border-radius: var(--radius); overflow: hidden; margin-bottom: 2rem; }

.tag-list { display: flex; gap: .5rem; flex-wrap: wrap; margin-top: 2.5rem; }
.tag-list a { font-size: .82rem; padding: .4rem .9rem; background: var(--ivory); border: 1px solid var(--line); border-radius: 50px; color: var(--navy); }

/* Sidebar */
.sidebar .widget { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem; margin-bottom: 1.75rem; }
.sidebar .widget-title { font-family: var(--serif); font-size: 1.25rem; margin-bottom: 1.1rem; padding-bottom: .7rem; border-bottom: 1px solid var(--line); position: relative; }
.sidebar .widget-title::after { content:""; position:absolute; left:0; bottom:-1px; width:48px; height:2px; background: var(--gold); }
.sidebar ul { list-style: none; padding: 0; }
.sidebar li { padding: .5rem 0; border-bottom: 1px solid var(--line); }
.sidebar li:last-child { border: 0; }

/* Pagination */
.pagination { display: flex; gap: .4rem; justify-content: center; margin-top: 3.5rem; flex-wrap: wrap; }
.pagination .page-numbers { padding: .6rem 1rem; border-radius: 6px; border: 1px solid var(--line); color: var(--navy); font-weight: 500; }
.pagination .page-numbers.current, .pagination .page-numbers:hover { background: var(--navy); color: #fff; border-color: var(--navy); }

/* =========================================================================
   14. SINGLE PRODUCT
   ========================================================================= */
.product-single { display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: start; }
.product-gallery__main { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); background: var(--ivory); }
.product-gallery__thumbs { display: flex; gap: .6rem; margin-top: .8rem; flex-wrap: wrap; }
.product-gallery__thumbs img { width: 80px; height: 80px; object-fit: cover; border-radius: 8px; border: 2px solid var(--line); cursor: pointer; transition: .2s; }
.product-gallery__thumbs img:hover, .product-gallery__thumbs img.active { border-color: var(--gold); }
.product-info .cat-badge { display: inline-block; background: var(--ivory); color: var(--gold-600); font-family: var(--sans); font-weight: 600; font-size: .78rem; padding: .4rem 1rem; border-radius: 50px; text-transform: uppercase; letter-spacing: .1em; border: 1px solid var(--gold-200); }
.product-info h2 { font-size: 2.4rem; }

/* Tables — elegant */
.spec-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.spec-table tr { border-bottom: 1px solid var(--line); }
.spec-table tr:last-child { border-bottom: 0; }
.spec-table th, .spec-table td { text-align: left; padding: .95rem 1.2rem; font-size: .96rem; }
.spec-table th { background: var(--ivory); width: 42%; color: var(--navy); font-family: var(--sans); font-weight: 600; border-right: 1px solid var(--line); }
.spec-table tr:nth-child(even) td { background: var(--cream); }

/* =========================================================================
   15. COMMENTS & FORMS
   ========================================================================= */
.comments { margin-top: 3.5rem; padding-top: 2.5rem; border-top: 1px solid var(--line); }
.comments h2 { font-size: 1.7rem; margin-bottom: 1.75rem; }
.comment-list { list-style: none; padding: 0; }
.comment-list li { margin-bottom: 1.5rem; }
.comment-body { background: var(--ivory); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.4rem; }
.comment-list .children { list-style: none; padding-left: 2rem; margin-top: 1.5rem; }
.comment-author { font-family: var(--sans); font-weight: 600; color: var(--navy); }
.comment-meta { font-size: .82rem; color: var(--muted); }

input, textarea, select { width: 100%; font-family: inherit; font-size: 1rem; padding: .9rem 1.1rem; border: 1px solid var(--line); border-radius: var(--radius-sm); background: #fff; color: var(--ink); transition: .2s; }
input:focus, textarea:focus, select:focus { outline: none; border-color: var(--gold); box-shadow: 0 0 0 3px rgba(200,163,91,.18); }
label { font-family: var(--sans); font-weight: 500; font-size: .92rem; display: block; margin-bottom: .4rem; color: var(--navy); }
.form-row { margin-bottom: 1.15rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15rem; }
.search-form button { border-radius: 4px; }

/* Quote card (forms get a premium frame) */
.quote-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 2rem; box-shadow: var(--shadow); }
.quote-card .widget-title { font-family: var(--serif); font-size: 1.5rem; color: var(--navy); margin-bottom: 1.25rem; }

/* =========================================================================
   16. CTA banner
   ========================================================================= */
.cta { background: var(--grad-navy); color: #fff; border-radius: var(--radius-lg); padding: clamp(3rem,6vw,5rem); text-align: center; position: relative; overflow: hidden; border: 1px solid var(--navy-700); }
.cta::before { content:""; position:absolute; inset:0; background-image: radial-gradient(circle at 20% 30%, rgba(200,163,91,.16), transparent 40%), radial-gradient(circle at 85% 80%, rgba(200,163,91,.12), transparent 45%); }
.cta > * { position: relative; z-index: 2; }
.cta h2 { color: #fff; font-size: clamp(2rem,4vw,3rem); }
.cta p { color: var(--on-navy-soft); max-width: 54ch; margin: 1rem auto 2rem; font-size: 1.1rem; }

/* =========================================================================
   17. FOOTER
   ========================================================================= */
.site-footer { background: var(--navy); color: var(--on-navy-soft); padding-top: 4.5rem; border-top: 3px solid var(--gold); }
.site-footer h4 { color: #fff; font-family: var(--sans); font-weight: 600; font-size: 1rem; letter-spacing: .04em; margin-bottom: 1.25rem; }
.footer-grid { display: grid; grid-template-columns: 1.5fr 1fr 1fr 1.3fr; gap: 3rem; }
.site-footer a { color: var(--on-navy-soft); }
.site-footer a:hover { color: var(--gold); }
.site-footer ul { list-style: none; padding: 0; }
.site-footer li { padding: .35rem 0; }
.footer-brand .brand span:last-child { color: var(--gold); }
.footer-brand p { margin-top: 1.1rem; font-size: .94rem; line-height: 1.8; }
.footer-contact li { display: flex; gap: .65rem; align-items: flex-start; font-size: .94rem; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.1); margin-top: 3.5rem; padding: 1.5rem 0; font-size: .86rem; }
.footer-bottom .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: .5rem; }

/* Floating WhatsApp */
.wa-float { position: fixed; right: 20px; bottom: 20px; z-index: 90; width: 58px; height: 58px; border-radius: 50%; background: #25D366; color: #fff; display: grid; place-items: center; box-shadow: var(--shadow-lg); transition: transform .2s var(--ease); }
.wa-float:hover { transform: scale(1.08); color: #fff; }

/* =========================================================================
   18. 404 + misc
   ========================================================================= */
.notfound { text-align: center; padding: clamp(3rem,8vw,6rem) 0; }
.notfound__code { font-family: var(--serif); font-size: clamp(6rem, 18vw, 13rem); font-weight: 400; line-height: 1; color: var(--navy); }
.notfound__code .accent { color: var(--gold); font-style: italic; }

.screen-reader-text { position: absolute !important; clip: rect(1px,1px,1px,1px); width: 1px; height: 1px; overflow: hidden; }
.skip-link { position: absolute; left: -999px; }
.skip-link:focus { left: 1rem; top: 1rem; background: #fff; padding: .6rem 1rem; border-radius: 8px; z-index: 999; }

/* Reveal-on-scroll */
.reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s var(--ease), transform .7s var(--ease); }
.reveal.in { opacity: 1; transform: none; }

/* =========================================================================
   19. RESPONSIVE
   ========================================================================= */
@media (max-width: 992px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }
  .hero__grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .content-area { grid-template-columns: 1fr; }
  .product-single { grid-template-columns: 1fr; }
  .case { grid-template-columns: 1fr; }
  .flow { grid-template-columns: repeat(2, 1fr); }
  .flow::before { display: none; }
  .ops-system, .category-context { grid-template-columns: 1fr; }
  .process-playbook .step { grid-template-columns: 1fr; }
  .update-timeline { grid-template-columns: repeat(3, 1fr); }
  .update-timeline div:nth-child(3n) { border-right: 0; }
  .product-playbook { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 720px) {
  .topbar { display: none; }
  .nav-toggle { display: block; }
  .menu { position: fixed; inset: var(--header-h) 0 auto 0; flex-direction: column; align-items: stretch; background: #fff; padding: 1rem; gap: .15rem; box-shadow: var(--shadow-lg); transform: translateY(-150%); transition: transform .3s var(--ease); max-height: calc(100vh - var(--header-h)); overflow-y: auto; border-bottom: 1px solid var(--line); }
  .menu.is-open { transform: translateY(0); }
  .menu .sub-menu { position: static; opacity: 1; visibility: visible; transform: none; box-shadow: none; margin: 0 0 0 1rem; border: 0; }
  .menu > li > a::after { display: none; }
  .grid-2, .grid-3, .grid-4 { grid-template-columns: 1fr; }
  .form-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .step-grid { grid-template-columns: 1fr; }
  .update-timeline { grid-template-columns: 1fr; }
  .update-timeline div { border-right: 0; border-bottom: 1px solid var(--line); min-height: auto; }
  .update-timeline div:last-child { border-bottom: 0; }
  .journey-grid .industry { min-height: 0; }
}

/* =========================================================================
   20. RESPONSIVE — Tablet supplement (992px additions)
   ========================================================================= */
@media (max-width: 992px) {
  .section-head { margin-bottom: 2.5rem; }
  .hero .container { padding-block: clamp(3rem,8vw,5.5rem); }
  .footer-grid { gap: 2rem; }
  .process-playbook .step { padding: 1.5rem; gap: .9rem; }
  .cta { border-radius: var(--radius); }
}

/* =========================================================================
   21. RESPONSIVE — Mobile supplement (720px additions)
   ========================================================================= */
@media (max-width: 720px) {
  :root { --header-h: 72px; }
  .section { padding: 3.5rem 0; }
  .section--tight { padding: 2.75rem 0; }
  .section-head { margin-bottom: 2rem; }
  .section-head p { font-size: 1.05rem; }
  .hero .container { padding-block: 3rem; }
  .hero p { font-size: 1.1rem; }
  .hero__panel { padding: 1.75rem; }
  .hero__cta { margin-top: 1.75rem; gap: .75rem; }
  .flow { grid-template-columns: repeat(2, 1fr); gap: 1.25rem; }
  .case__body { padding: 1.75rem; }
  .case__metric b { font-size: 1.7rem; }
  .cta { padding: 3rem 1.75rem; border-radius: var(--radius); }
  .cta p { margin-bottom: 1.75rem; }
  .wa-float { bottom: 80px; right: 14px; }
  .logos { gap: .75rem 1.5rem; }
  .logo-chip { font-size: .82rem; padding: .55rem 1rem; }
  .assurance-card, .tier-card { padding: 1.5rem; }
  .feature { padding: 1.25rem; }
  .page-hero { padding: 3rem 0; }
  .footer-grid { gap: 1.75rem; }
  .comment-list .children { padding-left: 1.25rem; }
}

/* =========================================================================
   22. RESPONSIVE — Small mobile (480px) — phone-first details
   ========================================================================= */
@media (max-width: 480px) {
  :root { --header-h: 64px; }
  .container { padding-inline: .875rem; }

  /* Sections */
  .section { padding: 2.5rem 0; }
  .section--tight { padding: 2rem 0; }
  .section-head { margin-bottom: 1.75rem; }
  .section-head p { font-size: 1rem; }

  /* Nav */
  .nav { min-height: var(--header-h); }
  .brand { font-size: 1.35rem; }
  .brand__mark { width: 36px; height: 36px; }

  /* Hero */
  .hero .container { padding-block: 2.5rem; }
  .hero p { font-size: 1rem; max-width: none; }
  .hero__cta { flex-direction: column; margin-top: 1.5rem; }
  .hero__cta .btn { justify-content: center; width: 100%; }
  .hero__panel { padding: 1.4rem; }
  .hero__panel h3 { font-size: 1.15rem; }
  .audience-tags a { font-size: .76rem; padding: .32rem .6rem; }

  /* Stats band */
  .stat { padding: 1.25rem .875rem; }
  .stat b { font-size: clamp(1.8rem, 8vw, 2.5rem); }
  .stat span { font-size: .78rem; }

  /* Logo strip */
  .logos { gap: .55rem 1rem; }
  .logo-chip { font-size: .8rem; padding: .45rem .85rem; }

  /* Flow — single column on small phones */
  .flow { grid-template-columns: 1fr; gap: 1rem; }
  .flow__badge { width: 52px; height: 52px; font-size: 1.25rem; margin-bottom: .9rem; }
  .flow__item h3 { font-size: 1.1rem; }

  /* Cards */
  .card__body { padding: 1.2rem; gap: .45rem; }
  .card__body h3 { font-size: 1.2rem; }
  .grid { gap: var(--gap-card-sm); }

  /* Step cards */
  .step { padding: 1.4rem; }
  .step__num { font-size: 2rem; }
  .step h3 { font-size: 1.15rem; }

  /* Feature (why-us) */
  .feature { padding: 1.1rem; }
  .feature__ico { flex: 0 0 40px; width: 40px; height: 40px; }
  .feature h3 { font-size: 1.05rem; }

  /* Industry / journey tiles */
  .industry { padding: 1.25rem; }
  .industry h3 { font-size: 1.15rem; }

  /* Assurance / tier */
  .assurance-card, .tier-card { padding: 1.2rem; }
  .assurance-card p, .tier-card p { font-size: .9rem; }

  /* Ops list */
  .ops-list div, .context-list div { padding: .85rem 1rem; }

  /* Review cards */
  .review { padding: 1.4rem; }
  .review::before { font-size: 3.5rem; top: .1rem; right: 1rem; }
  .review__text { font-size: 1.05rem; }
  .review__who { margin-top: 1.1rem; padding-top: 1rem; }

  /* Case study */
  .case__body { padding: 1.25rem; }
  .case__metric { gap: 1rem; flex-wrap: wrap; }
  .case__metric b { font-size: 1.5rem; }

  /* FAQ */
  .faq__q { font-size: 1.05rem; padding: 1.1rem 0; }
  .faq__a p { padding-bottom: 1.1rem; font-size: .95rem; }

  /* Spec table */
  .spec-table th, .spec-table td { padding: .75rem .875rem; font-size: .9rem; }
  .spec-table th { width: 38%; }

  /* CTA block */
  .cta { padding: 2.25rem 1.25rem; border-radius: var(--radius); }
  .cta h2 { font-size: clamp(1.6rem, 6vw, 2.2rem); }
  .cta p { font-size: 1rem; margin-bottom: 1.5rem; }

  /* Buttons — WCAG touch target */
  .btn { min-height: var(--touch-min); }
  .btn-lg { padding: .95rem 1.5rem; font-size: .96rem; }

  /* WhatsApp float — above iOS Safari toolbar */
  .wa-float { bottom: 88px; right: 12px; width: 52px; height: 52px; }

  /* Page hero */
  .page-hero { padding: 2.25rem 0; }
  .page-hero h1 { font-size: clamp(1.9rem, 7vw, 2.8rem); }

  /* Process playbook */
  .process-playbook .step { padding: 1.2rem; gap: .7rem; }

  /* Proof chips */
  .proof-chips span { font-size: .76rem; padding: .28rem .65rem; }

  /* Footer */
  .footer-grid { gap: 1.5rem; }
  .site-footer { padding-top: 3rem; }
  .footer-bottom .container { flex-direction: column; text-align: center; }

  /* Comment nesting */
  .comment-list .children { padding-left: 1rem; }
  .comment-body { padding: 1.1rem; }

  /* 404 */
  .notfound__code { font-size: clamp(5rem, 20vw, 9rem); }

  /* Pagination */
  .pagination { margin-top: 2rem; }
  .pagination .page-numbers { padding: .55rem .85rem; font-size: .9rem; }
}

/* =========================================================================
   23. TOUCH DEVICES — Disable hover animations (no stuck states on tap)
   ========================================================================= */
@media (hover: none) {
  .card:hover { transform: none; box-shadow: none; border-color: var(--line); }
  .card:hover .card__media img { transform: none; }
  .step:hover { transform: none; box-shadow: none; border-color: var(--line); }
  .industry:hover { transform: none; box-shadow: none; }
  .feature:hover { background: transparent; box-shadow: none; border-color: transparent; }
  .btn-gold:hover { transform: none; box-shadow: none; background: var(--gold); color: var(--navy); }
  .btn-navy:hover { transform: none; background: var(--navy); color: #fff; }
  .wa-float:hover { transform: none; }
  .logo-chip:hover { transform: none; }
}

/* =========================================================================
   24. SCROLL-MARGIN — Offset sticky nav for anchor links
   ========================================================================= */
[id] { scroll-margin-top: calc(var(--header-h) + 1rem); }
