/*
Theme Name:  ORGO Interiors
Theme URI:   https://orgointeriors.in
Author:      ORGO Interiors
Author URI:  https://orgointeriors.in
Description: Custom theme for ORGO Interiors — Interiors That Work. Beautifully.
Version:     1.0.0
License:     Private
Text Domain: orgo
*/

/* ── GOOGLE FONTS ────────────────────────────────────────────────────────── */
@import url('https://fonts.googleapis.com/css2?family=Figtree:wght@200;300;400;500;600&display=swap');

/* ── ORGO DESIGN TOKENS — exact values from approved HTML files ───────────── */
:root {
  --navy:   #021D3A;
  --blue:   #025FA8;
  --bright: #037EDE;
  --pale:   #E8F4FD;
  --bg:     #F8FBFE;
  --white:  #FFFFFF;
  --ink:    #071220;
  --ink-50: rgba(7,18,32,0.50);
  --ink-25: rgba(7,18,32,0.22);
  --line:   #D0E9F9;
  --f:      'Figtree', -apple-system, 'Helvetica Neue', sans-serif;
  --nav-h:  68px;
  --pad-x:  max(24px, 5vw);
  --pad-y:  clamp(4.5rem, 9vw, 8rem);
}

/* ── RESET & BASE ─────────────────────────────────────────────────────────── */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-font-smoothing: antialiased; }
body {
  background: var(--bg);
  color: var(--ink);
  font-family: var(--f);
  font-weight: 300;
  line-height: 1.6;
  overflow-x: hidden;
}
img { max-width: 100%; height: auto; display: block; }
a { text-decoration: none; }
ul { list-style: none; }

/* ── NAVIGATION ───────────────────────────────────────────────────────────── */
.site-nav {
  position: fixed; top: 0; left: 0; right: 0;
  z-index: 200; height: var(--nav-h);
  display: flex; align-items: center; justify-content: space-between;
  padding: 0 var(--pad-x);
  background: rgba(2,29,58,0.22);
  backdrop-filter: blur(8px); -webkit-backdrop-filter: blur(8px);
  border-bottom: 1px solid rgba(255,255,255,0.04);
  transition: background .4s ease, border-color .4s ease;
}
.site-nav.scrolled {
  background: rgba(2,29,58,0.42);
  backdrop-filter: blur(14px); -webkit-backdrop-filter: blur(14px);
  border-bottom-color: rgba(255,255,255,0.07);
}
.nav-logo { display:flex; align-items:center; height:31px; }
.nav-logo img { height:31px; width:auto; object-fit:contain; transition:filter .4s; filter:brightness(0) invert(1); }
.site-nav.scrolled .nav-logo img { filter:brightness(0) saturate(100%) invert(35%) sepia(98%) saturate(1200%) hue-rotate(204deg) brightness(98%) contrast(96%); }
.nav-links { display:flex; align-items:center; gap:1.4rem; }
.nav-links a { font-size:.73rem; font-weight:400; color:rgba(255,255,255,.85); transition:color .2s; white-space:nowrap; }
.nav-links a:hover { color:#fff; }
.nav-cta { font-size:.73rem !important; font-weight:500 !important; color:#fff !important; background:var(--bright); padding:.45rem 1.1rem; border-radius:6px; transition:background .2s !important; }
.nav-cta:hover { background:var(--blue) !important; color:#fff !important; }
.nav-hamburger { display:none; flex-direction:column; gap:5px; background:none; border:none; padding:4px; cursor:pointer; }
.ham-bar { display:block; width:22px; height:2px; border-radius:2px; background:#fff; transition:all .3s; }
.site-nav.scrolled .ham-bar { background:var(--bright); }
.mob-menu { display:none; position:fixed; top:0; right:0; bottom:10vh; width:min(72vw,320px); background:var(--white); z-index:199; flex-direction:column; justify-content:center; padding:2.5rem 2rem; border-left:1px solid var(--line); border-bottom-left-radius:16px; box-shadow:-8px 0 32px rgba(7,18,32,.1); transform:translateX(100%); transition:transform .35s cubic-bezier(.23,1,.32,1); }
.mob-menu.open { display:flex; transform:translateX(0); }
.mob-link { font-size:1rem; font-weight:300; color:var(--ink); width:100%; padding:.7rem 0; border-bottom:1px solid var(--line); }
.mob-link:last-child { border-bottom:none; color:var(--bright); font-weight:500; margin-top:.5rem; }
.mob-overlay { display:none; position:fixed; inset:0; z-index:198; background:rgba(2,29,58,.2); }
.mob-overlay.open { display:block; }

/* ── PAGE HERO (inner pages) ──────────────────────────────────────────────── */
.page-hero { padding:clamp(7rem,14vw,11rem) var(--pad-x) clamp(3.5rem,5vw,5rem); background:var(--navy); position:relative; overflow:hidden; }
.page-hero::before { content:''; position:absolute; inset:0; background:linear-gradient(135deg,rgba(3,126,222,.12) 0%,transparent 60%); pointer-events:none; }
.page-hero-inner { position:relative; z-index:1; max-width:760px; }

/* ── BUTTONS ──────────────────────────────────────────────────────────────── */
.btn-p { display:inline-block; font-size:.82rem; font-weight:500; color:#fff; background:var(--bright); padding:.82rem 1.9rem; border-radius:7px; transition:background .2s, transform .15s, box-shadow .2s; box-shadow:0 4px 20px rgba(3,126,222,.3); }
.btn-p:hover { background:var(--blue); transform:translateY(-2px); box-shadow:0 8px 28px rgba(3,126,222,.4); color:#fff; }
.btn-outline { display:inline-flex; align-items:center; gap:.5rem; font-size:.82rem; font-weight:400; color:var(--bright); border:1px solid rgba(3,126,222,.3); padding:.78rem 2rem; border-radius:7px; transition:all .2s; }
.btn-outline:hover { background:var(--pale); border-color:var(--bright); color:var(--bright); }
.btn-ghost { display:inline-flex; align-items:center; gap:.5rem; font-size:.82rem; font-weight:400; color:rgba(255,255,255,.75); border:1px solid rgba(255,255,255,.25); padding:.78rem 2rem; border-radius:7px; transition:all .2s; }
.btn-ghost:hover { color:#fff; border-color:rgba(255,255,255,.6); background:rgba(255,255,255,.05); }

/* ── SHARED LABELS ────────────────────────────────────────────────────────── */
.s-label { font-size:.65rem; font-weight:500; letter-spacing:.22em; text-transform:uppercase; color:var(--bright); display:block; margin-bottom:.8rem; }
.sec-title { font-size:clamp(1.8rem,4vw,3rem); font-weight:200; line-height:1.12; letter-spacing:-.02em; color:var(--ink); }
.sec-title .acc { color:var(--bright); font-weight:300; }
.va { font-size:.78rem; font-weight:400; color:var(--bright); letter-spacing:.03em; display:inline-flex; align-items:center; gap:.4rem; border-bottom:1px solid rgba(3,126,222,.2); padding-bottom:2px; transition:gap .2s, border-color .2s; }
.va:hover { gap:.7rem; border-color:var(--bright); color:var(--bright); }
.va::after { content:'→'; }

/* ── CARDS ────────────────────────────────────────────────────────────────── */
.card { background:var(--white); border:1px solid var(--line); border-radius:14px; overflow:hidden; transition:border-color .3s, transform .3s, box-shadow .3s; }
.card:hover { border-color:rgba(3,126,222,.25); transform:translateY(-3px); box-shadow:0 8px 28px rgba(7,18,32,.06); }

/* ── SCROLL REVEAL ────────────────────────────────────────────────────────── */
.rv { opacity:0; transform:translateY(26px); transition:opacity .75s ease, transform .75s ease; }
.rv.on { opacity:1; transform:translateY(0); }
.d1{transition-delay:.1s} .d2{transition-delay:.2s} .d3{transition-delay:.3s} .d4{transition-delay:.4s}

/* ── HERO ─────────────────────────────────────────────────────────────────── */
.hero { min-height:100svh; background:var(--navy); position:relative; display:flex; align-items:center; overflow:hidden; padding:clamp(5rem,10vh,7rem) var(--pad-x) clamp(3rem,6vh,4rem); }
.hero-img { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; object-position:center; z-index:0; }
.hero-overlay { position:absolute; inset:0; z-index:1; background:linear-gradient(to right,rgba(2,29,58,.86) 0%,rgba(2,29,58,.68) 38%,rgba(2,29,58,.22) 68%,rgba(2,29,58,.06) 100%); }
.hero-vline { position:absolute; left:var(--pad-x); top:0; bottom:0; width:1px; z-index:2; background:linear-gradient(to bottom,transparent,rgba(3,126,222,.35) 25%,rgba(3,126,222,.35) 75%,transparent); }
.hero-inner { position:relative; z-index:3; padding-left:2.5rem; max-width:680px; }
.h-chip { display:inline-flex; align-items:center; font-size:.68rem; font-weight:400; letter-spacing:.18em; text-transform:uppercase; color:rgba(3,126,222,.9); border:1px solid rgba(3,126,222,.28); padding:.28rem .85rem; border-radius:50px; margin-bottom:2.5rem; opacity:0; animation:fu .6s ease .3s forwards; }
.h-t1 { font-size:clamp(2.5rem,6.2vw,5.8rem); font-weight:200; line-height:1.05; letter-spacing:-.03em; color:#fff; opacity:0; animation:fu .8s ease .5s forwards; }
.h-t2 { font-size:clamp(2.5rem,6.2vw,5.8rem); font-weight:200; line-height:1.05; letter-spacing:-.03em; color:var(--bright); margin-bottom:2.5rem; opacity:0; animation:fu .8s ease .65s forwards; }
.h-rule { width:36px; height:1px; background:rgba(3,126,222,.5); margin-bottom:1.8rem; opacity:0; animation:fu .6s ease .8s forwards; }
.h-sub { font-size:clamp(.88rem,1.4vw,1.02rem); font-weight:300; color:rgba(255,255,255,.45); line-height:1.75; max-width:420px; margin-bottom:2.8rem; opacity:0; animation:fu .7s ease .95s forwards; }
.h-acts { display:flex; align-items:center; gap:1rem; flex-wrap:wrap; opacity:0; animation:fu .7s ease 1.1s forwards; }
.h-scroll { position:absolute; right:var(--pad-x); bottom:3rem; display:flex; flex-direction:column; align-items:center; gap:.6rem; z-index:3; opacity:0; animation:fi 1s ease 1.7s forwards; }
.h-scroll-line { width:1px; height:48px; background:rgba(255,255,255,.12); position:relative; overflow:hidden; }
.h-scroll-line::after { content:''; position:absolute; top:-100%; left:0; width:100%; height:100%; background:var(--bright); animation:sl 2.2s ease 2s infinite; }
.h-scroll span { font-size:.56rem; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,.2); writing-mode:vertical-rl; }

/* ── MARQUEE ──────────────────────────────────────────────────────────────── */
.marquee-wrap { background:#025FA8; padding:.85rem 0; overflow:hidden; }
.marquee-track { display:flex; animation:mq 32s linear infinite; width:max-content; }
.mq-item { font-size:.72rem; font-weight:400; letter-spacing:.1em; text-transform:uppercase; color:rgba(255,255,255,.5); white-space:nowrap; padding:0 2.5rem; }

/* ── SECTION WRAPPERS ─────────────────────────────────────────────────────── */
.sec { padding:var(--pad-y) var(--pad-x); }
.sec-white { background:var(--white); }
.sec-bg    { background:var(--bg); }
.sec-navy  { background:var(--navy); }
.sec-pale  { background:var(--pale); }

/* ── SECTION HEADER ROW ───────────────────────────────────────────────────── */
.sec-header { display:flex; justify-content:space-between; align-items:flex-end; flex-wrap:wrap; gap:1rem; margin-bottom:2.5rem; }

/* ── PROJECT REEL ─────────────────────────────────────────────────────────── */
.project-reel { display:flex; gap:14px; overflow-x:auto; padding-bottom:1rem; scroll-snap-type:x mandatory; scrollbar-width:none; -ms-overflow-style:none; }
.project-reel::-webkit-scrollbar { display:none; }
.project-card { flex-shrink:0; width:clamp(260px,38vw,400px); scroll-snap-align:start; display:block; border-radius:12px; overflow:hidden; position:relative; text-decoration:none; }
.project-card-img { height:280px; display:flex; align-items:center; justify-content:center; transition:transform .7s cubic-bezier(.23,1,.32,1); }
.project-card:hover .project-card-img { transform:scale(1.04); }
.project-card-overlay { position:absolute; inset:0; background:linear-gradient(to top,rgba(2,29,58,.9) 0%,transparent 55%); display:flex; align-items:flex-end; padding:1.4rem; }
.project-tag { display:inline-block; font-size:.6rem; font-weight:500; letter-spacing:.1em; text-transform:uppercase; color:var(--bright); background:rgba(3,126,222,.15); border:1px solid rgba(3,126,222,.3); padding:.2rem .55rem; border-radius:4px; margin-bottom:.5rem; }
.project-title { font-size:1rem; font-weight:400; color:#fff; line-height:1.3; letter-spacing:-.01em; margin-bottom:.2rem; }
.project-scope { font-size:.65rem; font-weight:300; color:rgba(255,255,255,.4); }
.reel-arrows { display:flex; justify-content:flex-end; gap:.5rem; margin-top:1.5rem; }
.reel-arrow { width:36px; height:36px; border-radius:50%; border:1px solid var(--line); background:var(--white); cursor:pointer; display:flex; align-items:center; justify-content:center; font-size:.9rem; color:var(--ink-50); transition:all .2s; }
.reel-arrow:hover { border-color:var(--bright); color:var(--bright); }

/* ── STEPS ────────────────────────────────────────────────────────────────── */
.steps-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(220px,1fr)); border:1px solid var(--line); border-radius:14px; overflow:hidden; background:var(--white); }
.step-item { padding:2.2rem 1.8rem; transition:background .25s; border-right:1px solid var(--line); }
.step-item:last-child { border-right:none; }
.step-item:hover { background:var(--pale); }
.step-num { font-size:.6rem; font-weight:500; letter-spacing:.15em; color:var(--bright); text-transform:uppercase; display:block; margin-bottom:1.1rem; }
.step-icon { width:42px; height:42px; margin-bottom:1rem; }
.step-title { font-size:.95rem; font-weight:500; color:var(--ink); margin-bottom:.5rem; letter-spacing:-.01em; }
.step-desc { font-size:.78rem; font-weight:300; color:var(--ink-50); line-height:1.65; }

/* ── VIDEO CARDS ──────────────────────────────────────────────────────────── */
.stories-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr; gap:14px; align-items:start; margin-bottom:3rem; }
.video-card { border-radius:12px; overflow:hidden; background:rgba(255,255,255,.04); border:1px solid rgba(255,255,255,.07); cursor:pointer; transition:transform .3s, border-color .3s; }
.video-card:hover { transform:translateY(-3px); border-color:rgba(3,126,222,.3); }
.video-thumb { position:relative; overflow:hidden; display:flex; align-items:center; justify-content:center; background:linear-gradient(145deg,#0A1628,#1B3A6B 60%,#037EDE); }
.video-thumb img { width:100%; height:100%; object-fit:cover; position:absolute; inset:0; }
.video-play { position:absolute; top:50%; left:50%; transform:translate(-50%,-50%); border-radius:50%; background:rgba(255,255,255,.15); border:2px solid rgba(255,255,255,.4); display:flex; align-items:center; justify-content:center; }
.video-play::after { content:''; width:0; height:0; border-top:solid transparent; border-bottom:solid transparent; border-left:solid #fff; margin-left:3px; }
.video-card.featured .video-thumb { height:240px; }
.video-card.featured .video-play { width:52px; height:52px; }
.video-card.featured .video-play::after { border-top-width:10px; border-bottom-width:10px; border-left-width:16px; }
.video-card.small .video-thumb { height:160px; }
.video-card.small .video-play { width:38px; height:38px; }
.video-card.small .video-play::after { border-top-width:7px; border-bottom-width:7px; border-left-width:11px; }
.video-dur { position:absolute; bottom:.6rem; right:.7rem; font-size:.6rem; font-weight:500; color:rgba(255,255,255,.7); background:rgba(0,0,0,.4); padding:.15rem .4rem; border-radius:3px; }
.video-body { padding:1.1rem; }
.video-name { font-weight:400; color:#fff; margin-bottom:.25rem; }
.video-card.featured .video-name { font-size:.88rem; }
.video-card.small .video-name { font-size:.8rem; }
.video-detail { font-size:.7rem; font-weight:300; color:rgba(255,255,255,.4); margin-bottom:.6rem; }
.video-quote { font-size:.78rem; font-weight:300; color:rgba(255,255,255,.55); line-height:1.6; }

/* ── REVIEW CARDS ─────────────────────────────────────────────────────────── */
.reviews-grid { display:grid; grid-template-columns:repeat(auto-fit,minmax(280px,1fr)); gap:14px; margin-bottom:3rem; }
.review-card { padding:1.8rem; }
.review-stars { display:flex; gap:3px; margin-bottom:1rem; }
.star { width:11px; height:11px; background:var(--bright); clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%); }
.review-text { font-size:.86rem; font-weight:300; color:var(--ink-50); line-height:1.72; margin-bottom:1.4rem; }
.review-author { display:flex; align-items:center; gap:.8rem; }
.review-avatar { width:36px; height:36px; border-radius:50%; background:var(--pale); border:1px solid var(--line); display:flex; align-items:center; justify-content:center; font-size:.78rem; font-weight:500; color:#025FA8; flex-shrink:0; }
.review-name { font-size:.8rem; font-weight:500; color:var(--ink); }
.review-type { font-size:.67rem; font-weight:300; color:var(--ink-50); }
.review-google { display:flex; align-items:center; gap:.3rem; margin-top:.15rem; }
.google-dot { width:7px; height:7px; border-radius:50%; background:conic-gradient(#4285F4 0deg 90deg,#34A853 90deg 180deg,#FBBC05 180deg 270deg,#EA4335 270deg 360deg); }
.review-source { font-size:.6rem; color:var(--ink-25); }

/* ── BLOG CARDS ───────────────────────────────────────────────────────────── */
.blog-grid { display:grid; grid-template-columns:repeat(auto-fill,minmax(280px,1fr)); gap:14px; }
.blog-card { text-decoration:none; display:block; }
.blog-img { height:160px; display:flex; align-items:center; justify-content:center; overflow:hidden; }
.blog-img img { width:100%; height:100%; object-fit:cover; }
.blog-body { padding:1.4rem; }
.blog-cat { font-size:.6rem; font-weight:500; letter-spacing:.15em; text-transform:uppercase; color:var(--bright); margin-bottom:.6rem; display:block; }
.blog-title { font-size:.95rem; font-weight:500; color:var(--ink); line-height:1.35; margin-bottom:.5rem; letter-spacing:-.01em; }
.blog-summary { font-size:.78rem; font-weight:300; color:var(--ink-50); line-height:1.6; margin-bottom:.8rem; }
.blog-meta { display:flex; align-items:center; gap:.8rem; }
.blog-read { font-size:.65rem; font-weight:400; color:var(--bright); }
.blog-date { font-size:.65rem; font-weight:300; color:var(--ink-25); }

/* ── DDD SECTION ──────────────────────────────────────────────────────────── */
.ddd-section { display:flex; flex-direction:column; align-items:center; text-align:center; }
.ddd-pills { display:flex; gap:.6rem; flex-wrap:wrap; justify-content:center; margin-bottom:2.2rem; }
.ddd-pill { font-size:.72rem; font-weight:400; color:#025FA8; background:var(--pale); border:1px solid rgba(3,126,222,.15); padding:.32rem .9rem; border-radius:50px; }

/* ── ACCORDION ────────────────────────────────────────────────────────────── */
.acc-item { border:1px solid var(--line); border-radius:10px; overflow:hidden; margin-bottom:.6rem; background:var(--white); }
.acc-header { display:flex; align-items:center; gap:.85rem; width:100%; padding:1rem 1.3rem; background:none; border:none; text-align:left; cursor:pointer; transition:background .18s; }
.acc-header:hover, .acc-item.open .acc-header { background:var(--pale); border-bottom:1px solid var(--line); }
.acc-num { font-size:.58rem; font-weight:700; letter-spacing:.14em; text-transform:uppercase; color:var(--bright); min-width:1.8rem; flex-shrink:0; }
.acc-title { font-size:.9rem; font-weight:500; color:var(--ink); flex:1; letter-spacing:-.01em; text-align:left; line-height:1.3; }
.acc-chevron { width:15px; height:15px; flex-shrink:0; transition:transform .3s; color:var(--bright); }
.acc-item.open .acc-chevron { transform:rotate(180deg); }
.acc-body { height:0; overflow:hidden; transition:height .38s cubic-bezier(.4,0,.2,1); }
.acc-body-inner { padding:1.3rem 1.5rem; }
.acc-body-inner p { font-size:.84rem; font-weight:300; color:var(--ink-50); line-height:1.85; margin-bottom:.8rem; }
.acc-body-inner p:last-child { margin-bottom:0; }
.acc-body-inner strong { color:var(--ink); font-weight:500; }
.acc-body-inner h4 { font-size:.84rem; font-weight:600; color:var(--ink); margin:1.2rem 0 .4rem; }
.acc-body-inner ul { list-style:none; display:flex; flex-direction:column; gap:.38rem; margin:.4rem 0 .8rem; }
.acc-body-inner ul li { font-size:.83rem; font-weight:300; color:var(--ink-50); line-height:1.7; display:flex; gap:.55rem; align-items:flex-start; }
.acc-body-inner ul li::before { content:'\2014'; color:var(--bright); flex-shrink:0; }

/* ── TERMS LAYOUT ─────────────────────────────────────────────────────────── */
.tc-layout { display:grid; grid-template-columns:210px 1fr; gap:2.5rem; max-width:1140px; margin:0 auto; padding:clamp(2.5rem,5vw,4rem) var(--pad-x); }
.tc-nav { position:sticky; top:88px; align-self:start; }
.tc-nav-inner { background:var(--white); border:1px solid var(--line); border-radius:12px; overflow:hidden; }
.tc-nav ul { list-style:none; }
.tc-nav li { border-bottom:1px solid var(--line); }
.tc-nav li:last-child { border-bottom:none; }
.tc-nav a { display:flex; align-items:baseline; gap:.45rem; padding:.62rem 1rem; font-size:.74rem; font-weight:300; color:var(--ink-50); text-decoration:none; transition:all .18s; line-height:1.35; }
.tc-nav a:hover { color:var(--bright); background:var(--pale); padding-left:1.25rem; }
.jn-num { font-size:.6rem; font-weight:700; color:var(--bright); min-width:1.3rem; flex-shrink:0; }

/* ── TERMS TABLE ──────────────────────────────────────────────────────────── */
.tc-table { width:100%; border-collapse:collapse; font-size:.78rem; overflow:hidden; border-radius:8px; overflow:hidden; }
.tc-table th { background:var(--navy); color:rgba(255,255,255,.82); font-weight:500; padding:.65rem .85rem; text-align:left; font-size:.71rem; }
.tc-table td { padding:.65rem .85rem; border-bottom:1px solid var(--line); vertical-align:top; line-height:1.65; color:var(--ink-50); font-weight:300; }
.tc-table tr:last-child td { border-bottom:none; }
.tc-table tr:nth-child(even) td { background:rgba(3,126,222,.018); }
.td-s { font-weight:600 !important; color:var(--ink) !important; white-space:nowrap; }
.td-p { font-weight:700 !important; color:var(--bright) !important; }
.nb { background:var(--pale); border:1px solid rgba(3,126,222,.18); border-radius:8px; padding:.95rem 1.1rem; font-size:.8rem; font-weight:300; color:var(--ink-50); line-height:1.75; }
.nb ul { display:flex; flex-direction:column; gap:.32rem; margin:.4rem 0 0; }
.nb ul li { display:flex; gap:.45rem; font-size:.77rem; }
.nb ul li::before { content:'\2022'; color:var(--bright); flex-shrink:0; }

/* ── FOOTER ───────────────────────────────────────────────────────────────── */
.site-footer { background:var(--navy); border-top:1px solid rgba(255,255,255,.05); padding:4.5rem var(--pad-x) 2rem; }
.footer-brand { margin-bottom:2.5rem; padding-bottom:2rem; border-bottom:1px solid rgba(255,255,255,.06); }
.footer-brand img { height:34px; width:auto; object-fit:contain; filter:brightness(0) invert(1); }
.footer-tagline { font-size:.82rem; font-weight:300; color:rgba(255,255,255,.28); margin-top:.7rem; }
.footer-grid { display:grid; grid-template-columns:1fr 1fr 1fr; gap:3rem; padding-bottom:3.5rem; border-bottom:1px solid rgba(255,255,255,.05); margin-bottom:2rem; }
.footer-col h5 { font-size:.62rem; font-weight:500; letter-spacing:.2em; text-transform:uppercase; color:rgba(255,255,255,.28); margin-bottom:1.4rem; }
.footer-col ul { list-style:none; display:flex; flex-direction:column; gap:.7rem; }
.footer-col a { font-size:.82rem; font-weight:300; color:rgba(255,255,255,.45); text-decoration:none; transition:color .2s; display:flex; align-items:center; gap:.5rem; }
.footer-col a:hover { color:#fff; }
.footer-icon { width:13px; height:13px; opacity:.45; flex-shrink:0; fill:currentColor; }
.social-row { display:flex; gap:.65rem; margin-top:1.2rem; }
.soc-btn { width:36px; height:36px; border:1px solid rgba(255,255,255,.12); border-radius:8px; display:flex; align-items:center; justify-content:center; color:rgba(255,255,255,.5); text-decoration:none; transition:all .25s; }
.soc-btn svg { width:15px; height:15px; fill:currentColor; }
.soc-btn:hover { border-color:var(--bright); color:#fff; background:rgba(3,126,222,.15); }
.footer-bottom { display:flex; justify-content:space-between; align-items:center; flex-wrap:wrap; gap:1rem; }
.footer-copy { font-size:.68rem; font-weight:300; color:rgba(255,255,255,.18); letter-spacing:.04em; }
.footer-legal a { font-size:.68rem; font-weight:300; color:rgba(255,255,255,.18); text-decoration:none; margin-left:2rem; transition:color .2s; }
.footer-legal a:hover { color:rgba(255,255,255,.55); }

/* ── CONTACT FORM ─────────────────────────────────────────────────────────── */
.orgo-form { background:var(--white); border:1px solid var(--line); border-radius:16px; padding:2.5rem; }
.form-row { display:grid; grid-template-columns:1fr 1fr; gap:1rem; margin-bottom:1.2rem; }
.form-group { margin-bottom:1.2rem; }
.form-label { display:block; font-size:.72rem; font-weight:500; letter-spacing:.08em; text-transform:uppercase; color:var(--ink-50); margin-bottom:.45rem; }
.form-input, .form-select, .form-textarea { width:100%; background:var(--bg); border:1px solid var(--line); border-radius:8px; padding:.8rem 1rem; font-family:var(--f); font-size:.85rem; font-weight:300; color:var(--ink); outline:none; transition:border-color .2s; }
.form-input:focus, .form-select:focus, .form-textarea:focus { border-color:var(--bright); }
.form-textarea { resize:vertical; line-height:1.6; }
.form-note { font-size:.72rem; font-weight:300; color:var(--ink-25); margin-bottom:1.5rem; line-height:1.6; }
.form-submit { width:100%; background:var(--bright); color:#fff; border:none; border-radius:8px; padding:1rem; font-family:var(--f); font-size:.88rem; font-weight:500; cursor:pointer; transition:background .2s; box-shadow:0 4px 20px rgba(3,126,222,.25); }
.form-submit:hover { background:var(--blue); }

/* ── LIGHTBOX ─────────────────────────────────────────────────────────────── */
.lb { display:none; position:fixed; inset:0; background:rgba(2,29,58,.96); z-index:500; align-items:center; justify-content:center; padding:1.5rem; }
.lb.open { display:flex; }
.lb-inner { width:100%; max-width:900px; position:relative; }
.lb-close { position:absolute; top:-3rem; right:0; background:none; border:none; color:rgba(255,255,255,.6); font-size:1.5rem; cursor:pointer; line-height:1; }
.lb-video { position:relative; padding-bottom:56.25%; height:0; overflow:hidden; border-radius:12px; }
.lb-video iframe { position:absolute; top:0; left:0; width:100%; height:100%; border:0; }

/* ── PAGE-SPECIFIC LAYOUTS ────────────────────────────────────────────────── */
.two-col { display:grid; grid-template-columns:1.1fr 1fr; gap:3.5rem; align-items:center; }
.two-col-equal { display:grid; grid-template-columns:1fr 1fr; gap:4rem; align-items:center; }
.featured-img-stack { display:flex; flex-direction:column; gap:8px; }
.featured-main-img { border-radius:14px; overflow:hidden; height:clamp(320px,45vw,560px); display:flex; align-items:center; justify-content:center; }
.gallery-row { display:grid; grid-template-columns:1fr 1fr 1fr; gap:8px; }
.gallery-thumb { height:90px; border-radius:8px; overflow:hidden; display:flex; align-items:center; justify-content:center; }
.img-placeholder { display:flex; align-items:center; justify-content:center; font-size:.6rem; letter-spacing:.12em; text-transform:uppercase; color:rgba(255,255,255,.15); width:100%; height:100%; }
.belief-list { display:flex; flex-direction:column; gap:1.2rem; }
.belief-item { display:flex; gap:1.4rem; align-items:flex-start; }
.belief-num { font-size:.62rem; font-weight:500; letter-spacing:.15em; text-transform:uppercase; color:var(--bright); min-width:2rem; padding-top:.15rem; flex-shrink:0; }
.quote-block { border-left:3px solid var(--bright); padding:2rem 2.2rem; background:var(--pale); border-radius:0 14px 14px 0; }
.stats-strip { display:grid; grid-template-columns:repeat(auto-fit,minmax(180px,1fr)); background:var(--pale); border-top:1px solid var(--line); border-bottom:1px solid var(--line); padding:3rem var(--pad-x); }
.stat-item { text-align:center; }
.stat-num { font-size:clamp(2rem,4vw,3rem); font-weight:200; color:#025FA8; letter-spacing:-.03em; line-height:1; margin-bottom:.3rem; }
.stat-label { font-size:.66rem; font-weight:400; color:var(--ink-50); letter-spacing:.1em; text-transform:uppercase; }

/* ── KEYFRAMES ────────────────────────────────────────────────────────────── */
@keyframes fu  { from{opacity:0;transform:translateY(18px)} to{opacity:1;transform:translateY(0)} }
@keyframes fi  { from{opacity:0} to{opacity:1} }
@keyframes mq  { from{transform:translateX(0)} to{transform:translateX(-50%)} }
@keyframes sl  { 0%{top:-100%} 100%{top:100%} }

/* ── RESPONSIVE ───────────────────────────────────────────────────────────── */
@media(max-width:1100px) { .footer-grid{grid-template-columns:1fr 1fr;gap:2rem} .stories-grid{grid-template-columns:1fr 1fr} }
@media(max-width:960px)  { .two-col,.two-col-equal{grid-template-columns:1fr} .tc-layout{grid-template-columns:1fr} .tc-nav{position:static} .steps-grid{grid-template-columns:1fr 1fr} }
@media(max-width:768px)  { .footer-grid{grid-template-columns:1fr} .stories-grid{grid-template-columns:1fr} .form-row{grid-template-columns:1fr} .gallery-row{grid-template-columns:1fr 1fr} }
@media(max-width:640px)  { .nav-links{display:none} .nav-hamburger{display:flex} .footer-bottom{flex-direction:column;align-items:flex-start} .steps-grid{grid-template-columns:1fr} .step-item{border-right:none;border-bottom:1px solid var(--line)} .step-item:last-child{border-bottom:none} }
