/*
Theme Name: TDOT Immigration
Theme URI: https://tdotimm.com
Author: TDOT Immigration Services
Author URI: https://tdotimm.com
Description: Premium custom theme for TDOT Immigration Services — CICC Licensed Canadian Immigration Consultants. Features luxury midnight navy and gold aesthetic with glassmorphism, scroll animations, and full blog system.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tdot-theme
Tags: custom-menu, custom-logo, featured-images, threaded-comments, translation-ready
Requires at least: 6.0
Tested up to: 6.7
Requires PHP: 8.0
*/


:root {
  --red:#8B0000;
  --red2:#A31515;
  --gold:#C9A84C;
  --gold2:#E8C97A;
  --navy:#1d1d1b;
  --dark:#080808;
  --dark2:#111111;
  --dark3:#1C1C1C;
  --cream:#FAF8F4;
  --cream2:#F2EFE9;
  --text:#1A1A1A;
  --muted:#777;
  --white:#fff;
  --border:rgba(0,0,0,0.1)}

* {
  margin:0;
  padding:0;
  box-sizing:border-box}

html {
  scroll-behavior:smooth}

html.admin-bar { margin-top:0 !important }
@media screen and (max-width:600px) {
  html.admin-bar { margin-top:0 !important }
}

/* Scroll reveal — prevent layout shifts on animated elements */
.svc, .testi-card, .blog-card, .news-card, .contact-card,
.draw-cell, .process-step, .proc-step, .proc-step, .ps-step,
.faq-item, .fcol, .ftop-item, .cred, .team-card, .why-card,
.story-val, .mv, .service-item, .lead-stat, .reel-card,
.platform-pill, .ci, .stat-block, .related-post, .leader-cert,
.contact-detail-block, .hours-row {
  backface-visibility: hidden;
}

/* Smooth image loading */
img { display:block; max-width:100% }

body {
  font-family:'Outfit',sans-serif;
  color:var(--text);
  background:var(--white);
  overflow-x:hidden;
  margin:0;
  padding:0}

h1,h2,h3 {
  font-family:'Cormorant Garamond',serif}

.pad {
  padding-left:calc(max((100% - 1280px) / 2, 44px));
  padding-right:calc(max((100% - 1280px) / 2, 44px))}


/* TOPBAR */
.topbar {
  background:var(--dark);
  padding:8px 0;
  }

.topbar-inner {
  display:flex;
  justify-content:space-between;
  align-items:center}

.topbar-inner.pad {
  padding-top:0;
  padding-bottom:0}

.topbar-item {
  font-size:11px;
  color:rgba(255,255,255,0.55);
  letter-spacing:0.03em}

.topbar-left {
  display:flex;
  gap:24px}

.topbar-socials {
  display:flex;
  gap:14px}

.topbar-social {
  font-size:11px;
  color:rgba(255,255,255,0.4);
  text-decoration:none;
  transition:color .2s;
  display:inline-flex;
  align-items:center}

.topbar-social svg {
  width:14px;
  height:14px;
  fill:currentColor;
  display:block}

.topbar-social:hover {
  color:var(--gold)}


/* NAV */
nav {
  position:sticky;
  top:0;
  z-index:200;
  background:rgba(255,255,255,0.97);
  backdrop-filter:blur(12px);
  border-bottom:1px solid var(--border)}

.nav-inner {
  display:flex;
  align-items:center;
  justify-content:space-between;
  height:72px}

.nav-logo img {
  height:56px;
  width:auto;
  display:block}

.nav-links {
  display:flex;
  gap:28px;
  list-style:none}

.nav-links a {
  text-decoration:none;
  font-size:13px;
  color:#444;
  letter-spacing:0.02em;
  transition:color .2s;
  padding-bottom:2px;
  border-bottom:1px solid transparent}

.nav-links a:hover,.nav-links a.active {
  color:var(--red);
  border-bottom-color:var(--red)}

.nav-cta {
  background:var(--red);
  color:var(--white);
  padding:10px 22px;
  font-size:12px;
  font-weight:500;
  letter-spacing:0.07em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .2s}

.nav-cta:hover {
  background:var(--red2)}


/* HERO */
.hero {
  position:relative;
  min-height:100vh;
  overflow:hidden;
  width:100%}

.hero-bg {
  position:absolute;
  inset:0;
  background-image:url('assets/images/hero-bg.jpg');
  background-size:cover;
  background-position:center 40%;
  filter:brightness(0.2) saturate(0.5)}

.hero-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,8,8,0.96) 0%,rgba(8,8,8,0.82) 45%,rgba(8,8,8,0.3) 75%,transparent 100%)}

.hero-left {
  padding:100px 5% 100px max(50% - 640px, 44px);
  display:flex;
  flex-direction:column;
  justify-content:center;
  position:relative;
  z-index:2;
  overflow:hidden;
  min-height:0}

.hero-eyebrow {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-bottom:28px}

.hero-eyebrow-line {
  width:32px;
  height:1px;
  background:var(--gold)}

.hero-eyebrow-text {
  font-size:11px;
  font-weight:500;
  color:var(--gold);
  letter-spacing:0.18em;
  text-transform:uppercase;
  text-decoration:none;
  transition:opacity .2s}

a.hero-eyebrow-text:hover {
  opacity:0.75}

.hero h1 {
  font-size:clamp(46px,5.5vw,80px);
  font-weight:600;
  line-height:1.0;
  color:var(--white);
  margin-bottom:10px}

.hero h1 em {
  color:var(--gold);
  font-style:italic}

.hero-sub {
  font-size:15px;
  color:rgba(255,255,255,0.55);
  line-height:1.8;
  max-width:420px;
  margin-bottom:40px;
  font-weight:300}

.hero-btns {
  display:flex;
  gap:14px;
  margin-bottom:48px}

.btn-gold {
  background:var(--gold);
  color:var(--dark);
  padding:14px 30px;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background .2s}

.btn-gold:hover {
  background:var(--gold2)}

.btn-ghost {
  background:transparent;
  color:var(--white);
  border:1px solid rgba(255,255,255,0.3);
  padding:14px 30px;
  font-size:12px;
  font-weight:500;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  transition:all .2s}

.btn-ghost:hover {
  border-color:rgba(255,255,255,0.65)}

.hero-trust {
  display:flex;
  gap:22px;
  flex-wrap:wrap}

.hero-trust-item {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:12px;
  color:rgba(255,255,255,0.42);
  white-space:nowrap}

.trust-dot {
  width:4px;
  height:4px;
  border-radius:50%;
  background:var(--gold)}

.hero-right {
  position:relative;
  z-index:2;
  display:flex;
  align-items:flex-end;
  justify-content:center;
  overflow:hidden;
  height:100%;
  min-height:0}

.shafoli-wrap {
  position:absolute;
  inset:0;
  display:flex;
  align-items:flex-end;
  justify-content:center}

.shafoli-glow {
  position:absolute;
  inset:0;
  background:radial-gradient(ellipse 70% 80% at 55% 55%,rgba(139,0,0,0.15) 0%,transparent 70%)}

.shafoli-img {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block;
  position:relative;
  z-index:2;
  -webkit-mask-image:radial-gradient(ellipse 88% 82% at 55% 38%,black 38%,transparent 72%),linear-gradient(to bottom,black 52%,transparent 86%),linear-gradient(to right,transparent 0%,black 10%,black 100%);
  -webkit-mask-composite:destination-in;
  mask-image:radial-gradient(ellipse 72% 108% at 48% 44%,black 40%,transparent 62%),linear-gradient(to bottom,black 11%,transparent 175%),linear-gradient(to right,transparent 0%,black 31%,black 43%);
  mask-composite:intersect;
  filter:brightness(0.93) contrast(1.04)}

.stat-float {
  position:absolute;
  background:rgba(255,255,255,0.96);
  padding:14px 20px;
  z-index:3;
  box-shadow:0 4px 20px rgba(0,0,0,0.3)}

.stat-float.s1 {
  top:60px;
  right:32px}

.stat-float.s2 {
  top:170px;
  right:32px}

.stat-float-num {
  font-family:'Cormorant Garamond',serif;
  font-size:30px;
  font-weight:700;
  color:var(--red);
  line-height:1}

.stat-float-label {
  font-size:9px;
  color:var(--muted);
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-top:3px}

.shafoli-namecard {
  position:absolute;
  bottom:36px;
  left:0;
  background:rgba(139,0,0,0.9);
  padding:14px 22px;
  z-index:3}

.shafoli-namecard p {
  font-family:'Cormorant Garamond',serif;
  font-size:17px;
  font-weight:600;
  color:var(--white);
  margin-bottom:2px}

.shafoli-namecard span {
  font-size:11px;
  color:rgba(255,255,255,0.6);
  letter-spacing:0.06em}


/* CREDS */
.creds {
  background:var(--cream);
  border-bottom:1px solid var(--border)}

.creds-inner {
  padding:22px 0;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:36px;
  flex-wrap:wrap}

.cred {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:12px;
  color:#555}

.cred img {
  height:36px !important;
  width:auto}

.cred-div {
  width:1px;
  height:28px;
  background:var(--border)}

.cred-tag {
  background:var(--red);
  color:var(--white);
  font-size:9px;
  font-weight:600;
  padding:3px 8px;
  letter-spacing:0.1em}

.cred-verify-link {
    font-size: 11px;
    font-weight: 600;
    color: #201b1a;
    text-decoration: none;
    letter-spacing: 0.06em;
    border-bottom: 1px solid transparent;
    transition: border-color .2s;
    background: #c9a84c;
    padding: 13px;
}

.cred-verify-link:hover {
background:var(--red) !important;
	color:#FFF !important;
}


/* TICKER */
.ticker {
  background:var(--red);
  padding:11px 0;
  overflow:hidden}

.ticker-track {
  display:flex;
  white-space:nowrap;
  animation:scroll 30s linear infinite}

@keyframes scroll {
  from {
  transform:translateX(0)}
to {
  transform:translateX(-50%)}
}

.tick {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:10px;
  font-weight:500;
  color:rgba(255,255,255,0.85);
  letter-spacing:0.15em;
  text-transform:uppercase;
  padding:0 28px}

.tick-sep {
  color:var(--gold);
  font-size:14px}


/* DRAW */
.draw {
    background: var(--dark2);
    padding: 52px 100px;
}

.draw-head {
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:28px}

.draw-title {
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  font-weight:600;
  color:var(--white)}

.draw-live {
  display:flex;
  align-items:center;
  gap:7px;
  font-size:11px;
  color:#4ade80;
  font-weight:500;
  text-decoration:none;
  transition:opacity .2s;
  padding:0}

.draw-live:hover {
  opacity:0.75}

.live-dot {
  width:7px;
  height:7px;
  border-radius:50%;
  background:#4ade80;
  animation:pulse 2s infinite}

@keyframes pulse {
  0%,100% {
  opacity:1;
  transform:scale(1)}
50% {
  opacity:.4;
  transform:scale(1.4)}
}

.draw-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  border:1px solid rgba(255,255,255,0.08);
  overflow:hidden}

.draw-cell {
  padding:24px 20px;
  text-align:center;
  border-right:1px solid rgba(255,255,255,0.06)}

.draw-cell:last-child {
  border-right:none}

.dc-label {
  font-size:9px;
  color:rgba(255,255,255,0.35);
  letter-spacing:0.14em;
  text-transform:uppercase;
  margin-bottom:10px}

.dc-val {
  font-family:'Cormorant Garamond',serif;
  font-size:34px;
  font-weight:700;
  color:var(--white);
  line-height:1}

.dc-val.gold {
  color:var(--gold)}

.dc-val-date {
  font-size:20px;
  line-height:1.3}

.dc-sub {
  font-size:10px;
  color:rgba(255,255,255,0.3);
  margin-top:6px}

.draw-footer {
  margin-top:20px;
  display:flex;
  align-items:center;
  gap:12px}

.draw-badge {
  background:rgba(201,168,76,0.15);
  border:1px solid rgba(201,168,76,0.3);
  color:var(--gold);
  font-size:11px;
  font-weight:500;
  padding:5px 14px}

.draw-note {
  font-size:12px;
  color:rgba(255,255,255,0.3)}

.draw-note a {
  color:rgba(255,255,255,0.5);
  text-decoration:underline}


/* SECTION COMMON */
.sec-eyebrow {
  display:flex;
  align-items:center;
  gap:10px;
  margin-bottom:16px}

.sec-line {
  width:28px;
  height:1px;
  background:var(--red)}

.sec-tag {
  font-size:10px;
  font-weight:600;
  color:var(--red);
  letter-spacing:0.16em;
  text-transform:uppercase}

@media(max-width:768px){
  .sec-tag{
    font-size:10px;
    font-weight:600;
    color:#c9a84c;
    letter-spacing:0.16em;
    text-transform:uppercase}
}

/* SERVICES */
.services {
  padding:100px 0;
  background:var(--white)}

.services .pad {
  padding-left:100px;
  padding-right:100px}

.services h2 {
  font-size:clamp(36px,4.5vw,54px);
  font-weight:600;
  line-height:1.05;
  margin-top:12px;
  margin-bottom:52px;
  max-width:500px}

.svc-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  border-top:1px solid var(--border);
  border-left:1px solid var(--border)}

.svc {
  padding:36px 30px;
  border-right:1px solid var(--border);
  border-bottom:1px solid var(--border);
  cursor:pointer;
  transition:background .25s;
  text-decoration:none;
  color:inherit;
  display:block}

.svc:hover {
  background:var(--cream)}

.svc-n {
  font-size:11px;
  color:var(--red);
  font-weight:600;
  letter-spacing:0.12em;
  margin-bottom:18px}

.svc h3 {
  font-size:22px;
  font-weight:600;
  margin-bottom:10px}

.svc p {
  font-size:13px;
  color:var(--muted);
  line-height:1.7}

.svc-arrow {
  display:inline-block;
  margin-top:22px;
  color:var(--red);
  font-size:18px;
  transition:transform .2s}

.svc:hover .svc-arrow {
  transform:translateX(5px)}


/* MISSION */
.mission {
  background:var(--dark);
  padding:100px 0}

.mission-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:start}

.mission-left h2 {
  font-size:clamp(36px,4vw,52px);
  font-weight:600;
  color:var(--white);
  line-height:1.05;
  margin-bottom:24px}

.mission-left p {
  font-size:15px;
  color:rgba(255,255,255,0.45)!important;
  line-height:1.85;
  margin-bottom:16px;
  font-weight:300}

.mission-quote {
  border-left:2px solid var(--gold);
  padding:16px 0 16px 24px;
  margin:28px 0;
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  font-style:italic;
  color:rgba(255,255,255,0.85);
  line-height:1.5}

.mission-sub-label {
  font-size:11px;
  font-weight:600;
  color:rgba(255,255,255,0.35);
  letter-spacing:0.14em;
  text-transform:uppercase;
  margin-bottom:14px;
  display:flex;
  align-items:center;
  gap:14px}

.mission-sub-label::after {
  content:'';
  flex:1;
  height:1px;
  background:rgba(255,255,255,0.12)}

.belief-list {
  margin:28px 0;
  display:flex;
  flex-direction:column;
  gap:1px}

.belief-pair {
  padding:14px 20px;
  background:rgba(255,255,255,0.03);
  border-left:2px solid transparent;
  transition:border-color .25s}

.belief-pair:hover {
  border-left-color:var(--gold)}

.belief-not {
    font-size: 11px;
    color: rgb(255 255 255 / 41%);
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 5px;
    text-decoration: line-through;
    text-decoration-color: rgba(255, 255, 255, 0.12);
}

.belief-yes {
  font-size:14px;
  color:rgba(255,255,255,0.88);
  font-weight:500;
  line-height:1.4}

.belief-yes::before {
  content:'\2014\00a0';
  color:var(--gold);
  font-family:'Cormorant Garamond',serif}

.mission-right {
  display:flex;
  flex-direction:column;
  gap:2px}

.mv-values-heading {
  font-size:10px;
  font-weight:600;
  color:var(--gold);
  letter-spacing:0.16em;
  text-transform:uppercase;
  margin-bottom:12px}

.mv {
  background:var(--dark3);
  padding:28px 32px;
  border-left:2px solid transparent;
  transition:border-color .3s}

.mv:hover {
  border-left-color:var(--gold)}

.mv-tag {
  font-size:9px;
  font-weight:600;
  color:var(--gold);
  letter-spacing:0.16em;
  text-transform:uppercase;
  margin-bottom:8px}

.mv h3 {
  font-size:20px;
  font-weight:600;
  color:var(--white);
  margin-bottom:8px}

.mv p {
  font-size:13px;
  color:rgba(255,255,255,0.4);
  line-height:1.7;
  font-weight:300}


/* LEADERSHIP */
.leadership {
  padding:100px;
  background:var(--cream)}

.lead-grid {
  display:grid;
  grid-template-columns:5fr 7fr;
  gap:72px;
  align-items:center}

.lead-left {
  display:flex;
  flex-direction:column}

.lead-img-frame {
  overflow:hidden;
  background:var(--cream2);
  position:relative;
  height:520px}

.lead-photo {
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:top center;
  display:block}

.lead-img-frame img {
  border:none;
  border-radius:0;
  box-shadow:none;
  max-width:100%;
  height:100% !important}

.lead-name-card {
  background:var(--red);
  padding:18px 24px}

.lead-name-card p {
  font-family:'Cormorant Garamond',serif;
  font-size:18px;
  font-weight:600;
  color:var(--white)}

.lead-name-card span {
  font-size:11px;
  color:rgba(255,255,255,0.6)}

.lead-content {
    padding-right: 15px;
  background:var(--cream);}

.lead-content h2 {
  font-size:clamp(30px,3.5vw,44px);
  font-weight:600;
  line-height:1.1;
  margin-bottom:20px}

.lead-content p {
  font-size:14px;
  color:var(--muted);
  line-height:1.85;
  margin-bottom:14px}

.lead-stats {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
  margin:32px 0}

.lead-stat {
  background:var(--white);
  border:1px solid var(--border);
  padding:20px 22px}

.ls-num {
  font-family:'Cormorant Garamond',serif;
  font-size:36px;
  font-weight:700;
  color:var(--red);
  line-height:1}

.ls-label {
  font-size:11px;
  color:var(--muted);
  margin-top:4px}


/* PROCESS */
.process {
  background:var(--white);
  padding:100px 0}

.process .pad {
  padding:0 15px}

.process h2 {
  font-size:clamp(36px,4vw,52px);
  font-weight:600;
  max-width:500px;
  margin-bottom:60px;
  line-height:1.05}

.proc-steps {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:0}

.proc-step {
  padding:0 40px 0 0;
  position:relative}

.proc-step::after {
  content:'→';
  position:absolute;
  right:8px;
  top:20px;
  font-size:22px;
  color:var(--red);
  opacity:0.3}

.proc-step:last-child::after {
  display:none}

.ps-num {
  font-family:'Cormorant Garamond',serif;
  font-size:72px;
  font-weight:700;
  color:var(--red);
  opacity:0.08;
  line-height:1;
  margin-bottom:-22px}

.ps-title {
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  font-weight:600;
  margin-bottom:12px}

.ps-desc {
  font-size:13px;
  color:var(--muted);
  line-height:1.75}


/* TESTIMONIALS */
.testi {
  background:var(--white);
  padding:100px 0}

.testi h2 {
  font-size:clamp(36px,4vw,52px);
  font-weight:600;
  margin-bottom:6px}

.testi-sub {
  font-size:14px;
  color:var(--muted);
  margin-bottom:52px}

.testi-grid {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px}

.testi-carousel {
  overflow:hidden}

.testi-track {
  display:flex;
  gap:20px;
  will-change:transform}

.testi-track > .testi-card {
  flex:0 0 calc((100% - 20px) / 2);
  min-width:0}

.testi-card {
  background:var(--white);
  padding:32px 36px;
  border-top:3px solid var(--red)}

.testi-stars {
  color:var(--gold);
  font-size:14px;
  margin-bottom:16px;
  letter-spacing:2px}

.testi-text {
  font-size:15px;
  color:var(--text);
  line-height:1.75;
  margin-bottom:18px;
  font-family:Roboto,Helvetica Neue,Arial,sans-serif;}

.testi-author {
  font-size:13px;
  font-weight:500;
  color:var(--text);
font-family:Roboto,Helvetica Neue,Arial,sans-serif;}

.testi-author span {
  color:var(--muted);
  font-weight:400}

.testi-header-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:24px;
  margin-bottom:12px}

.testi-google-badge {
  display:flex;
  align-items:center;
  gap:12px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:10px;
  padding:14px 24px;
  width:fit-content;
  text-decoration:none;
  cursor:pointer;
  transition:border-color .2s, box-shadow .2s}

a.testi-google-badge:hover {
  border-color:var(--gold);
  box-shadow:0 4px 16px rgba(0,0,0,0.08)}

.testi-badge-icon {
  width:28px;
  height:28px;
  display:flex;
  align-items:center;
  justify-content:center}

.testi-badge-icon svg {
  width:28px;
  height:28px}

.testi-badge-info {
  display:flex;
  align-items:center;
  gap:8px}

.testi-badge-rating {
  font-size:22px;
  font-weight:700;
  color:var(--navy)}

.testi-badge-stars {
  color:var(--gold);
  font-size:16px;
  letter-spacing:1px}

.testi-badge-count {
  font-size:13px;
  color:var(--muted);
  margin-left:4px}

.testi-cta {
  display:flex;
  justify-content:center;
  margin-top:48px}

.testi-reviews-btn {
  display:inline-flex;
  align-items:center;
  gap:10px;
  background:var(--white);
  border:1px solid var(--border);
  border-radius:10px;
  padding:14px 28px;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.04em;
  color:var(--navy);
  text-decoration:none;
  transition:border-color .2s, box-shadow .2s}

.testi-reviews-btn svg {
  width:18px;
  height:18px}

.testi-reviews-btn:hover {
  border-color:var(--gold);
  box-shadow:0 4px 16px rgba(0,0,0,0.08)}

@media (max-width:900px) {
  .testi-grid { grid-template-columns:repeat(2,1fr) }
.belief-not {
    font-size: 12px;
    color: rgb(255 255 255 / 66%) !important;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 5px;
    text-decoration: line-through;
    text-decoration-color: rgba(255, 255, 255, 0.12);
}
}
@media (max-width:600px) {
  .testi-grid { grid-template-columns:1fr }
  .testi-track > .testi-card { flex:0 0 100% }
  .testi-card { padding:22px 20px 20px }
  .testi-header-row { flex-direction:column; align-items:flex-start }
  .testi-google-badge { width:100%; justify-content:center }
}


/* NEWS */
.news {
  background:var(--white);
  padding:100px 0}

.news-head {
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  margin-bottom:44px}

.news-head h2 {
  font-size:clamp(32px,3.5vw,48px);
  font-weight:600}

.news-all {
  font-size:12px;
  color:var(--red);
  font-weight:500;
  text-decoration:none;
  letter-spacing:0.08em;
  text-transform:uppercase}

.news-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px}

.news-card {
  border:1px solid var(--border);
  overflow:hidden;
  transition:transform .2s}

.news-card:hover {
  transform:translateY(-3px)}

.news-thumb {
  height:180px;
  background:var(--cream2);
  position:relative}

.news-tag-bar {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:var(--red);
  padding:7px 16px;
  display:flex;
  justify-content:space-between}

.ntag {
  font-size:10px;
  color:rgba(255,255,255,0.85);
  font-weight:500}

.ndate {
  font-size:10px;
  color:rgba(255,255,255,0.65)}

.news-body {
  padding:22px}

.news-body h3 {
  font-family:'Cormorant Garamond',serif;
  font-size:18px;
  font-weight:600;
  line-height:1.35;
  margin-bottom:8px}

.news-body p {
  font-size:12px;
  color:var(--muted);
  line-height:1.65;
  margin-bottom:14px}

.news-read {
  font-size:11px;
  color:var(--red);
  font-weight:500;
  text-decoration:none;
  text-transform:uppercase;
  letter-spacing:0.07em}


/* SOCIAL */
.social {
  background:var(--dark);
  padding:100px 0}

.social-header {
  margin-bottom:44px}

.social-header h2 {
  font-size:clamp(32px,3.5vw,48px);
  font-weight:600;
  color:var(--white);
  margin-bottom:10px}

.social-sub {
  font-size:14px;
  color:rgba(255,255,255,0.45);
  font-weight:300;
  max-width:520px}

.social-platforms {
  display:flex;
  flex-direction:column;
  gap:36px}

.platform-handle {
  display:flex;
  align-items:center;
  gap:14px;
  margin-bottom:20px}

.platform-icon {
  width:44px;
  height:44px;
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0}

.ig-icon {
  background:linear-gradient(135deg,#f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%)}

.yt-icon {
  background:#FF0000}

.tt-icon {
  background:#010101;
  border:1px solid rgba(255,255,255,0.2)}

.fb-icon {
  background:#1877F2}

.li-icon {
  background:#0A66C2}

.handle-name {
  font-size:15px;
  font-weight:600;
  color:var(--white);
  margin-bottom:2px}

.handle-label {
  font-size:11px;
  color:rgba(255,255,255,0.4);
  letter-spacing:0.06em}

.follow-btn {
  margin-left:auto;
  padding:8px 22px;
  font-size:12px;
  font-weight:500;
  letter-spacing:0.07em;
  text-decoration:none;
  text-transform:uppercase;
  border:1px solid rgba(255,255,255,0.25);
  color:var(--white);
  transition:all .2s;
  white-space:nowrap}

.follow-btn:hover {
  background:rgba(255,255,255,0.08)}

.reel-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:14px}

.reel-card {
  cursor:pointer}

.reel-thumb {
  aspect-ratio:9/16;
  border-radius:10px;
  position:relative;
  overflow:hidden;
  transition:transform .25s}

.reel-card:hover .reel-thumb {
  transform:translateY(-4px)}

.reel-1 {
  background:linear-gradient(160deg,#2d0a0a 0%,#1a0505 100%)}

.reel-2 {
  background:linear-gradient(160deg,#050a2d 0%,#0a0518 100%)}

.reel-3 {
  background:linear-gradient(160deg,#1a1a05 0%,#0a0a02 100%)}

.reel-4 {
  background:linear-gradient(160deg,#05052d 0%,#0a050a 100%)}

.reel-play {
  position:absolute;
  top:14px;
  right:14px;
  width:32px;
  height:32px;
  background:rgba(255,255,255,0.15);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  backdrop-filter:blur(4px)}

.reel-overlay {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  padding:52px 14px 14px;
  background:linear-gradient(to top,rgba(0,0,0,0.95) 0%,rgba(0,0,0,0.6) 60%,transparent 100%)}

.reel-text {
  font-size:13px;
  font-weight:600;
  color:var(--white);
  line-height:1.35;
  margin-bottom:5px;
  text-transform:uppercase;
  letter-spacing:0.03em}

.reel-hl {
  color:var(--gold)}

.reel-sub {
  font-size:11px;
  color:rgba(255,255,255,0.65);
  line-height:1.4}

.reel-views {
  position:absolute;
  bottom:12px;
  right:12px;
  font-size:11px;
  color:rgba(255,255,255,0.6);
  display:flex;
  align-items:center;
  gap:4px}

.other-platforms {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:12px}

.platform-pill {
  display:flex;
  align-items:center;
  gap:12px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  padding:16px 18px;
  text-decoration:none;
  transition:all .2s}

.platform-pill:hover {
  background:rgba(255,255,255,0.08);
  border-color:rgba(255,255,255,0.18);
  transform:translateY(-2px)}

.pill-name {
  font-size:13px;
  font-weight:500;
  color:var(--white);
  margin-bottom:2px}

.pill-handle {
  font-size:11px;
  color:rgba(255,255,255,0.4)}

.pill-cta {
  margin-left:auto;
  font-size:11px;
  color:rgba(255,255,255,0.3);
  white-space:nowrap}


/* CONTACT */
.contact {
  background:var(--dark);
  padding:88px 0}

.contact .pad {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:72px;
  align-items:start}

.contact-left h2 {
  font-size:clamp(32px,3.5vw,48px);
  font-weight:600;
  color:var(--white);
  margin-bottom:16px;
  line-height:1.05}

.contact-left p {
  font-size:14px;
  color:rgba(255,255,255,0.45);
  line-height:1.8;
  margin-bottom:32px;
  font-weight:300}

.ci-list {
  display:flex;
  flex-direction:column;
  gap:16px}

.ci {
  display:flex;
  align-items:center;
  gap:14px}

.ci-icon {
  width:40px;
  height:40px;
  background:rgba(201,168,76,0.1);
  border:1px solid rgba(201,168,76,0.2);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0}

.ci-text strong {
  display:block;
  font-size:9px;
  color:rgba(255,255,255,0.35);
  font-weight:400;
  letter-spacing:0.12em;
  text-transform:uppercase;
  margin-bottom:2px}

.ci-text span {
  font-size:13px;
  color:rgba(255,255,255,0.7)}

.cform {
  background:var(--white);
  padding:36px 40px}

.cform h3 {
  font-family:'Cormorant Garamond',serif;
  font-size:24px;
  font-weight:600;
  margin-bottom:24px}

.frow {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin-bottom:14px}

.ff {
  display:flex;
  flex-direction:column;
  gap:5px;
  margin-bottom:14px}

.ff label {
  font-size:10px;
  font-weight:600;
  color:#888;
  letter-spacing:0.1em;
  text-transform:uppercase}

.ff input,.ff select,.ff textarea {
  border:1px solid var(--border);
  padding:11px 14px;
  font-size:13px;
  font-family:'Outfit',sans-serif;
  color:var(--text);
  background:#fafafa;
  outline:none;
  transition:border-color .2s;
  -webkit-appearance:none}

.ff input:focus,.ff select:focus,.ff textarea:focus {
  border-color:var(--red);
  background:var(--white)}

.ff textarea {
  min-height:80px;
  resize:vertical}

.fsub {
  width:100%;
  background:var(--red);
  color:var(--white);
  border:none;
  padding:14px;
  font-size:11px;
  font-weight:600;
  letter-spacing:0.12em;
  text-transform:uppercase;
  cursor:pointer;
  font-family:'Outfit',sans-serif;
  transition:background .2s}

.fsub:hover {
  background:var(--red2)}

.fdiscl {
  font-size:10px;
  color:#aaa;
  margin-top:10px;
  line-height:1.55}


/* ── WHAT YOU CAN EXPECT SECTION ── */
.expectations { background:#ffffff; padding:96px 0 0 }
.exp-hd { max-width:720px; margin-bottom:64px }
.exp-hd h2 { font-size:38px; color:var(--navy); margin-bottom:20px; line-height:1.2 }
.exp-intro { font-size:19px; font-weight:500; color:var(--navy); line-height:1.6; margin-bottom:20px }
.exp-body { font-size:15px; color:#555; line-height:1.8; margin-bottom:16px }

.exp-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:2px; margin-bottom:2px }
.exp-card { background:#fff; padding:48px 40px; display:flex; flex-direction:column }
.exp-card-num { font-family:'Cormorant Garamond',serif; font-size:72px; font-weight:700; color:rgba(0,0,0,0.05); line-height:1; margin-bottom:12px }
.exp-card h3 { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:700; color:var(--navy); margin-bottom:14px; line-height:1.3 }
.exp-card > p { font-size:14px; color:#666; line-height:1.8; margin-bottom:24px; flex:1 }
.exp-callout { border-left:3px solid var(--gold); background:#f8f7f5; padding:20px 24px; margin-top:auto }
.exp-callout-label { display:block; font-size:11px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:var(--gold); margin-bottom:8px }
.exp-callout p { font-size:13px; color:#444; line-height:1.7; margin:0 }

.exp-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2px;
    padding: 0px 100px;
}
.exp-bottom-card { padding:56px 48px }
.exp-bottom-card--dark { background:var(--navy) }
.exp-bottom-card--gold { background:var(--gold) }
.exp-bottom-card h3 { font-family:'Cormorant Garamond',serif; font-size:26px; font-weight:700; margin-bottom:20px; line-height:1.3 }
.exp-bottom-card p { font-size:14px; line-height:1.8; margin-bottom:16px }
.exp-bottom-card--dark h3 { color:var(--white) }
.exp-bottom-card--dark p { color:rgba(255,255,255,0.72) }
.exp-bottom-card--gold h3 { color:var(--navy) }
.exp-bottom-card--gold p { color:rgba(0,0,0,0.72) }
.exp-verify-link { display:inline-block; margin-top:8px; font-size:13px; font-weight:700; letter-spacing:0.05em; color:var(--navy); text-decoration:none; border-bottom:2px solid var(--navy); padding-bottom:2px; transition:opacity 0.2s }
.exp-verify-link:hover { opacity:0.65 }

@media(max-width:900px){
  .exp-grid,.exp-bottom { grid-template-columns:1fr }
  .exp-bottom-card { padding:40px 32px }
}

/* FOOTER */
footer {
  background:#fff}

.ftop {
  background:var(--red);
  padding:24px 0}

.ftop-inner {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:24px}

.ftop-item {
  display:flex;
  align-items:center;
  gap:14px;
  text-decoration:none;
  color:inherit;
  cursor:pointer}

a.ftop-item:hover .ftop-text span {
  text-decoration:underline}

.ftop-icon {
  width:42px;
  height:42px;
  background:rgba(255,255,255,0.12);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0}

.ftop-text strong {
  display:block;
  font-size:10px;
  color:rgba(255,255,255,0.55);
  font-weight:400;
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:2px}

.ftop-text span {
  font-size:13px;
  color:var(--white);
  font-weight:500}

.fmain {
  padding:56px 100px 36px;
  display:grid;
  grid-template-columns:2.2fr 1fr 1fr 1fr;
  gap:44px}

.fbrand-logo img {
  height:64px;
  width:auto;
  display:block;
  margin-bottom:16px}

.fbrand p {
    font-size: 13px;
    color: var(--text);
    line-height: 1.75;
    margin-bottom: 24px;
    font-weight: 500;
}

.f-cta {
  display:inline-block;
  background:var(--gold);
  color:var(--dark);
  padding:10px 22px;
  font-size:11px;
  font-weight:600;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-decoration:none}

.f-cta:hover {
  background:var(--gold2)}

.fcol h4 {
  font-size:10px;
  font-weight:600;
  color:var(--navy);
  letter-spacing:0.14em;
  text-transform:uppercase;
  margin-bottom:18px}

.fcol ul {
  list-style:none;
  display:flex;
  flex-direction:column;
  gap:9px}

.fcol a {
  font-size:13px;
  color:var(--text);
  text-decoration:none;
  transition:color .2s}

.fcol a:hover {
  color:var(--red)}

.fbot {
  border-top:1px solid var(--border);
  padding:20px 100px;
  display:flex;
  justify-content:space-between;
  align-items:center}

.fbot p {
  font-size:11px;
  color:var(--text)}

.fbot a {
  color:var(--red);
  text-decoration:none}

.fsoc {
  display:flex;
  gap:10px}

.fsoc a {
  width:34px;
  height:34px;
  border:1px solid rgba(0,0,0,0.15);
  display:flex;
  align-items:center;
  justify-content:center;
  color:rgba(0,0,0,0.4);
  font-size:15px;
  text-decoration:none;
  transition:all .2s;
  font-weight:500}

.fsoc a:hover {
  border-color:var(--red);
  color:var(--red)}

.fsoc a svg {
  width:16px;
  height:16px;
  fill:currentColor;
  display:block}

.discl {
  background:#000000;
  padding:16px 0}

.discl p {
  font-size:13px;
  color:rgb(255 255 255);
  line-height:1.6}


/* ═══════════════════════════════════════════
   HAMBURGER BUTTON
═══════════════════════════════════════════ */
.hamburger {
  display:none;
  flex-direction:column;
  justify-content:center;
  align-items:center;
  gap:5px;
  width:40px;
  height:40px;
  background:none;
  border:none;
  cursor:pointer;
  padding:4px;
  z-index:301}

.hamburger span {
  display:block;
  width:24px;
  height:2px;
  background:var(--text);
  border-radius:2px;
  transition:all 0.3s ease}

.hamburger.active span:nth-child(1) {
  transform:translateY(7px) rotate(45deg)}

.hamburger.active span:nth-child(2) {
  opacity:0;
  transform:scaleX(0)}

.hamburger.active span:nth-child(3) {
  transform:translateY(-7px) rotate(-45deg)}

/* Mobile CTA inside nav (hidden on desktop) */
.nav-mobile-cta {
  display:none}

/* Body scroll lock when nav open */
body.nav-open {
  overflow:hidden}


/* ═══════════════════════════════════════════
   TABLET LANDSCAPE  ≤ 1024px
═══════════════════════════════════════════ */
@media (max-width:1024px) {

  .pad {
    padding-left:32px;
    padding-right:32px}

  /* Nav */
  .nav-links {
    gap:18px}

  .nav-links a {
    font-size:12px}

  /* Hero */
  .hero h1 {
    font-size:clamp(38px,4.5vw,60px)}

  /* Draw */
  .draw-grid {
    grid-template-columns:repeat(2,1fr)}

  .draw-cell:nth-child(2) {
    border-right:none}

  .draw-cell:nth-child(3) {
    border-top:1px solid rgba(255,255,255,0.06)}

  .draw-cell:nth-child(4) {
    border-top:1px solid rgba(255,255,255,0.06);
    border-right:none}

  /* Social */
  .reel-grid {
    grid-template-columns:repeat(2,1fr)}

  .other-platforms {
    grid-template-columns:repeat(2,1fr)}

}

@media (max-width:900){
	    .nav-links {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 24px 24px 32px;
        gap: 0;
        list-style: none;
        border-top: 1px solid var(--border);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        z-index: 300;
        transform: translateY(-118%);
        transition: transform 0.3s ease;
        display: flex;
    }
}
/* ═══════════════════════════════════════════
   TABLET PORTRAIT  ≤ 768px
═══════════════════════════════════════════ */
@media (max-width:768px) {

  .pad {
    padding-left:24px;
    padding-right:24px}

  /* ── Topbar: hide on mobile ── */
  .topbar {
    display:none}

  /* ── Nav: hamburger ── */
  .hamburger {
    display:flex}

  .nav-cta-desktop {
    display:none}

  .nav-mobile-cta {
    display:block;
    padding-top:16px;
    border-top:1px solid var(--border)}

  .nav-mobile-cta a {
    display:block;
    width:100%;
    text-align:center;
    padding:16px 22px;
    font-weight:700;
    color:var(--white)}

      .nav-links {
        position: fixed;
        top: 72px;
        left: 0;
        right: 0;
        background: #ffffff;
        flex-direction: column;
        padding: 24px 24px 32px;
        gap: 0;
        list-style: none;
        border-top: 1px solid var(--border);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.12);
        z-index: 300;
        transform: translateY(-118%);
        transition: transform 0.3s ease;
        display: flex;
    }

  .nav-links.open {
    transform:translateY(0)}

  .nav-links li {
    border-bottom:1px solid var(--border)}

  .nav-links li:last-child {
    border-bottom:none}

  .nav-links a {
    display:block;
    padding:14px 0;
    font-size:14px;
    color:var(--text);
    border-bottom:none}

  .nav-links a:hover,
  .nav-links a.active {
    color:var(--red);
    border-bottom:none}

  .nav-links .nav-cta,
  .nav-links .nav-cta:hover {
    color:var(--white)}

  /* ── Hero ── */
  .hero {
    min-height:100svh}

  .hero-slide {
    grid-template-columns:1fr;
    min-height:100svh}

  .hero-right {
    display:none}

  .hero-left {
    padding:88px 24px 90px;
    text-align:center;
    align-items:center;
    justify-content:center}

  /* inline-flex must become block flex so justify-content:center actually spans full width */
  .hero-eyebrow {
    display:flex;
    justify-content:center;
    width:100%}

  .hero h1 {
    font-size:clamp(36px,8vw,52px);
    text-align:center;
    width:100%}

  .hero-sub {
    font-size:14px;
    max-width:100%;
    text-align:center}

  .hero-btns {
    flex-direction:column;
    align-items:stretch;
    width:100%;
    max-width:300px;
    gap:12px;
    margin-bottom:40px;
    margin-left:auto;
    margin-right:auto}

  .btn-gold,
  .btn-ghost {
    text-align:center;
    display:block}

  .hero-trust {
    justify-content:center;
    gap:12px;
    width:100%}

  /* top-to-bottom gradient on single-column mobile */
  .hero-slide-overlay {
    background:linear-gradient(to bottom,rgba(8,8,8,0.25) 0%,rgba(8,8,8,0.7) 50%,rgba(8,8,8,0.95) 100%)}

  /* brighter background — portrait is hidden so show the bg image */
  .hero-slide-bg {
    filter:brightness(0.45) saturate(0.65);
    background-position:center top}

  /* ── Credentials ── */
  .creds-inner {
    gap:20px}

  .cred-div {
    display:none}

  /* ── Express Entry Draw ── */
  .draw-grid {
    grid-template-columns:repeat(2,1fr)}

  .draw-head {
    flex-direction:column;
    align-items:flex-start;
    gap:8px}

  .draw-footer {
    flex-direction:column;
    align-items:flex-start;
    gap:8px}

  /* ── Services ── */
  .svc-grid {
    grid-template-columns:1fr}

  .services .pad {
    padding-left:20px;
    padding-right:20px}

  .services h2 {
    font-size:clamp(30px,6vw,42px)}

  /* ── Mission ── */
  .mission-grid {
    grid-template-columns:1fr;
    gap:40px}

  /* ── Leadership ── */
  .lead-grid {
    grid-template-columns:1fr}

  .lead-content {
    padding:52px 32px}

  .lead-img-frame {
    height:380px}

  /* ── Process ── */
  .proc-steps {
    grid-template-columns:1fr;
    gap:40px}

  .proc-step {
    padding:0;
    border-bottom:1px solid var(--border);
    padding-bottom:32px}

  .proc-step:last-child {
    border-bottom:none;
    padding-bottom:0}

  .proc-step::after {
    display:none}

  /* ── Testimonials ── */
  .testi-grid {
    grid-template-columns:1fr}

  /* ── News ── */
  .news-grid {
    grid-template-columns:1fr}

  .news-head {
    flex-direction:column;
    align-items:flex-start;
    gap:12px}

  /* ── Social ── */
  .reel-grid {
    grid-template-columns:repeat(2,1fr)}

  .other-platforms {
    grid-template-columns:repeat(2,1fr)}

  /* ── Contact ── */
  .contact .pad {
    grid-template-columns:1fr;
    gap:40px}

  .frow {
    grid-template-columns:1fr}

  /* ── Footer top ── */
  .ftop-inner {
    grid-template-columns:1fr;
    gap:20px}

  /* ── Footer main ── */
  .fmain {
    grid-template-columns:1fr 1fr;
    gap:32px}

  /* ── Footer bottom ── */
  .fbot {
    flex-direction:column;
    gap:14px;
    text-align:center}

}


/* ═══════════════════════════════════════════
   MOBILE  ≤ 480px
═══════════════════════════════════════════ */
@media (max-width:480px) {

  .pad {
    padding-left:20px;
    padding-right:20px}

  /* Hero */
  .hero {
    min-height:100svh}

  .hero-left {
    padding:72px 20px 80px;
    text-align:center;
    align-items:center}

  .hero-eyebrow {
    display:flex;
    justify-content:center;
    width:100%}

  .hero h1 {
    font-size:clamp(32px,9vw,44px);
    text-align:center;
    width:100%}

  .hero-sub {
    font-size:13px;
    text-align:center;
    margin-bottom:28px}

  .hero-btns {
    margin-bottom:28px;
    max-width:100%;
    margin-left:auto;
    margin-right:auto}

  .hero-trust {
    gap:10px;
    justify-content:center;
    width:100%}

  .hero-trust-item {
    font-size:11px}

  /* Draw: 1 column */
  .draw-grid {
    grid-template-columns:1fr}

  .draw-cell {
    border-right:none;
    border-bottom:1px solid rgba(255,255,255,0.06)}

  .draw-cell:last-child {
    border-bottom:none}

  /* Credentials: wrap tighter */
  .creds-inner {
    flex-direction:column;
    align-items:flex-start;
    gap:14px}

  /* Services */
  .svc {
    padding:28px 20px}

  /* Mission */
  .mission-grid {
    gap:28px}
  .page-template-page-about .mission .sec-tag{color:#ffffff!important}
  .page-template-page-about .mission .sec-line{background:#ffffff!important}

  /* Leadership */
  .lead-content {
    padding:40px 24px}

  .lead-img-frame {
    height:300px}

  /* Social: 1 column */
  .reel-grid {
    grid-template-columns:1fr}

  .other-platforms {
    grid-template-columns:1fr}

  /* Footer: 1 column */
  .fmain {
    grid-template-columns:1fr}

  /* Contact form */
  .cform {
    padding:28px 20px}

  /* Chatbot */
  .chat-popup {
    width:calc(100vw - 40px)}

  .chat-bubble {
    bottom:16px;
    right:16px}

}


/* ═══════════════════════════════════════════
   PREMIUM LOADING SCREEN
═══════════════════════════════════════════ */

.loader {
  position:fixed;
  inset:0;
  z-index:9999;
  background:var(--red);
  display:flex;
  align-items:center;
  justify-content:center;
  flex-direction:column;
  transition:opacity 0.7s ease, visibility 0.7s ease;
  opacity:1;
  visibility:visible;
  overflow:hidden;
  touch-action:none;
  backdrop-filter:blur(12px)}

.loader.done {
  opacity:0;
  visibility:hidden;
  pointer-events:none}

.loader-content {
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:8px}

.loader-tdot-svg {
  width:min(70vw, 320px);
  height:auto}

.tdot-path {
  stroke-dasharray:1px;
  stroke-dashoffset:1px;
  animation:drawTdot 1.2s cubic-bezier(0.65,0,0.35,1) 0.1s forwards}

@keyframes drawTdot {
  0%   { stroke-dashoffset:1px; fill:transparent }
  70%  { stroke-dashoffset:0px; fill:transparent }
  100% { stroke-dashoffset:0px; fill:rgba(255,255,255,0.15) }}

.loader-text {
  font-family:'Outfit',sans-serif;
  font-size:clamp(20px, 4vw, 36px);
  font-weight:600;
  color:#fff;
  letter-spacing:0.02em;
  margin:0;
  padding-top:8px;
  opacity:0;
  animation:loaderTextIn 0.5s ease 0.9s forwards}

@keyframes loaderTextIn {
  from { opacity:0; transform:translateY(6px) }
  to   { opacity:1; transform:translateY(0) }}

body.loading {
  overflow:hidden}

/* ═══════════════════════════════════════════
   EMAIL POPUP (barrana.ai/tdot style)
   ═══════════════════════════════════════════ */

.email-popup-overlay {
  position:fixed;
  inset:0;
  background:rgba(0,0,0,0.75);
  z-index:9998;
  display:flex;
  align-items:center;
  justify-content:center;
  opacity:0;
  visibility:hidden;
  transition:opacity 0.4s ease, visibility 0.4s ease;
  padding:16px}

.email-popup-overlay.show {
  opacity:1;
  visibility:visible}

.email-popup {
  background:var(--white);
  width:100%;
  max-width:480px;
  padding:48px 40px 36px;
  border:1px solid var(--border);
  box-shadow:0 20px 60px rgba(0,0,0,0.18);
  position:relative}

.email-popup-close {
  position:absolute;
  top:14px;
  right:16px;
  background:none;
  border:none;
  color:var(--muted);
  font-size:22px;
  line-height:1;
  cursor:pointer;
  padding:4px 8px;
  transition:color .2s}

.email-popup-close:hover {
  color:var(--text)}

.email-popup-logo {
  text-align:center;
  margin-bottom:22px}

.email-popup-logo img {
  height:50px !important;
  width:auto;
  display:inline-block}

.email-popup-icon {
  margin-bottom:24px}

.email-popup-icon .img-wrap img {
  width:100%;
  height:auto;
  display:block}

.email-popup-badge {
  display:inline-block;
  background:rgba(139,0,0,0.08);
  color:var(--red);
  border:1px solid rgba(139,0,0,0.2);
  font-size:10px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  font-family:'Outfit',sans-serif;
  padding:5px 14px;
  margin-bottom:16px}

.email-popup h3 {
  color:var(--navy);
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  font-weight:700;
  line-height:1.25;
  margin-bottom:14px}

.email-popup > p {
  color:var(--muted);
  font-family:'Outfit',sans-serif;
  font-size:14px;
  line-height:1.65;
  margin-bottom:20px}

.email-popup > p strong {
  color:var(--text);
  font-weight:600}

.email-popup-trust {
  display:flex;
  flex-direction:column;
  gap:8px;
  margin-bottom:24px}

.email-popup-trust span {
  color:var(--text);
  font-family:'Outfit',sans-serif;
  font-size:13px;
  letter-spacing:0.01em}

#emailPopupForm {
  display:flex;
  flex-direction:column;
  gap:10px}

#emailPopupForm input[type="text"],
#emailPopupForm input[type="email"],
#emailPopupForm select {
  background:var(--cream);
  border:1px solid var(--border);
  color:var(--text);
  padding:13px 16px;
  font-size:14px;
  font-family:'Outfit',sans-serif;
  width:100%;
  outline:none;
  transition:border-color .2s}

#emailPopupForm input[type="text"]:focus,
#emailPopupForm input[type="email"]:focus,
#emailPopupForm select:focus {
  border-color:var(--red)}

#emailPopupForm input::placeholder {
  color:var(--muted)}

#emailPopupForm select {
  color:var(--muted);
  -webkit-appearance:none;
  appearance:none;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%23777' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");
  background-repeat:no-repeat;
  background-position:right 16px center;
  background-color:var(--cream);
  cursor:pointer}

#emailPopupForm select option {
  background:var(--white);
  color:var(--text)}

.email-popup-btn {
  background:var(--red);
  color:var(--white);
  border:none;
  padding:15px;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.12em;
  text-transform:uppercase;
  cursor:pointer;
  width:100%;
  font-family:'Outfit',sans-serif;
  transition:background .2s}

.email-popup-btn:hover {
  background:var(--red2)}

.email-popup-privacy {
  text-align:center;
  font-size:11px;
  color:var(--muted);
  font-family:'Outfit',sans-serif;
  margin-top:16px;
  margin-bottom:0}

@media(max-width:520px){
  .email-popup { padding:36px 24px 28px }
  .email-popup h3 { font-size:22px }}


/* ═══════════════════════════════════════════════════════════════
   PAGE-SPECIFIC STYLES (consolidated from inline <style> blocks)
   ═══════════════════════════════════════════════════════════════ */

/* ── Styles from about.html ── */
/* ── PAGE HERO (inner pages) ── */
.page-hero {
  background:var(--navy);
  padding:160px 0 80px;
  position:relative;
  overflow:hidden}

.page-hero::before {
  content:'';
  position:absolute;
  inset:0;
  background:url('assets/images/hero-bg.jpg') center/cover no-repeat;
  opacity:0.12}

.page-hero-inner {
  position:relative;
  z-index:1}

.page-hero .sec-eyebrow { margin-bottom:16px }

.page-hero h1 {
  font-size:clamp(38px,5vw,68px);
  font-weight:600;
  line-height:1.05;
  color:var(--white);
  margin-bottom:18px}

.page-hero h1 em {
  color:var(--gold);
  font-style:italic}

.page-hero p {
  font-size:17px;
  color:rgba(255,255,255,0.65);
  max-width:580px;
  line-height:1.7}

.breadcrumb {
  display:flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  color:rgba(255,255,255,0.4);
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:24px}

.breadcrumb a { color:rgba(255,255,255,0.4); text-decoration:none }
.breadcrumb a:hover { color:var(--gold) }
.breadcrumb span { color:rgba(255,255,255,0.2) }

/* ── ABOUT STORY ── */
.about-story{background:var(--white);padding:100px 0}
.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}
.story-img-wrap{position:relative}
.story-img{width:100%;aspect-ratio:4/5;object-fit:cover;border-radius:2px}
.story-img-badge{
  position:absolute;bottom:32px;right:-24px;
  background:var(--red);color:var(--white);
  padding:20px 24px;
  font-family:'Cormorant Garamond',serif;
  font-size:13px;font-weight:600;
  letter-spacing:0.06em;text-transform:uppercase;line-height:1.5}
.story-img-badge strong{display:block;font-size:36px;line-height:1;margin-bottom:4px;letter-spacing:0}
.story-content h2{margin-bottom:24px}
.story-content p{color:#555;line-height:1.8;margin-bottom:20px;font-size:16px}
.story-vals{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:36px}
.story-val{padding:20px;background:#f8f7f5;border-left:3px solid var(--gold)}
.story-val h4{font-family:'Cormorant Garamond',serif;font-size:16px;font-weight:700;color:var(--navy);margin-bottom:6px}
.story-val p{font-size:13px;color:#777;margin:0;line-height:1.5}
@media(max-width:1024px){
  .story-grid{grid-template-columns:1fr;gap:40px}
  .story-img-badge{right:16px}
  .story-vals{grid-template-columns:1fr}
}

/* ── ABOUT STORY WIDGET (as-* classes — tdot-about-story Elementor widget) ── */
.as-hero{background:var(--white);padding:100px 0 0}
.as-heading{font-family:'Cormorant Garamond',serif;font-size:clamp(30px,3.5vw,44px);font-weight:600;color:var(--text);line-height:1.1;margin:20px 0 18px;max-width:780px}
.as-lead{font-size:16px;color:var(--muted);line-height:1.85;max-width:620px;margin:0}
.as-split {
    padding: 26px 0;
}
.as-intro-text {margin: -11px 0 !important;}
.as-split-grid{display:grid;grid-template-columns:370px 1fr;gap:43px;align-items:start}
.as-img-col{position:sticky;top:80px}
.as-img{width:100%;aspect-ratio:3/4;object-fit:cover;object-position:top;display:block}
.as-img-badge{background:var(--red);color:var(--white);padding:16px 20px;text-align:center;font-family:'Cormorant Garamond',serif;font-size:11px;font-weight:600;letter-spacing:0.1em;text-transform:uppercase;line-height:1.5}
.as-img-badge strong{display:block;font-size:30px;line-height:1;margin-bottom:3px;letter-spacing:0}
.as-intro-text p{color:#555;font-size:16px;line-height:1.85;margin-bottom:11px}
.as-body{padding:26px 0}
.as-body-grid{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:start}
.as-body-text p{color:#555;font-size:16px;line-height:1.85;margin-bottom:11px}
.as-body-text p:last-child{margin-bottom:0}
/* Value Cards — full-width 2×2 grid */
.as-body-text--full{max-width:760px;margin-bottom:48px}

.as-val-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 5px;
    background: #f8f7f5;
    margin: -52px 0 26px;
}

.as-val-card {
    background: #ffffff;
    border-left: 3px solid var(--gold);
    padding: 18px 32px;
    transition: background .25s;
    margin: 1px 0;
}

.as-val-card:hover{background:#eae5db}

.as-val-num{display:none}

.as-val-title {
    font-family: 'Cormorant Garamond', serif;
    font-size: clamp(20px, 1.8vw, 20px);
    font-weight: 600;
    color: var(--navy);
    line-height: 1.2;
    margin: 0 0 10px;
}

.as-val-desc {
    font-size: 13px;
    color: #777;
    margin: 0;
    line-height: 1.5;
}

/* keep old stat-card refs for any other page using them */
.as-stat-cards{position:sticky;top:90px;display:flex;flex-direction:column;gap:18px}
.as-stat-card{display:flex;align-items:center;background:var(--cream);border:1px solid var(--cream2);border-left:3px solid var(--gold);padding:28px 34px;transition:transform .3s ease,box-shadow .3s ease}
.as-stat-card:hover{transform:translateY(-3px);box-shadow:0 14px 34px rgba(29,29,27,0.09)}
.as-stat-num{flex:0 0 175px}
.as-stat-num strong{font-family:'Cormorant Garamond',serif;font-size:44px;font-weight:700;color:var(--navy);line-height:1;white-space:nowrap}
.as-stat-info{border-left:2px solid var(--gold);padding-left:28px}
.as-stat-label{display:block;font-size:12px;font-weight:600;letter-spacing:0.14em;text-transform:uppercase;color:var(--navy);margin-bottom:8px}
.as-stat-desc{font-size:13px;color:var(--muted);line-height:1.6;margin:0}
.as-milestones{background:#f8f7f5;padding:26px 0}
.as-milestone-intro{font-family:'Cormorant Garamond',serif;font-size:clamp(22px,2.8vw,34px);font-weight:600;font-style:normal;color:#1d1d1b;text-align:center;max-width:820px;margin:0 auto 56px;line-height:1.35}
.as-milestone-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:1px;background:#ddd8cf}
.as-milestone-item{background:var(--white);padding:36px 28px}
.as-milestone-num{font-family:'Cormorant Garamond',serif;font-size:48px;font-weight:600;color:rgba(201,168,76,0.32);line-height:1;margin-bottom:18px}
.as-milestone-item p{font-size:13px;color:#666;line-height:1.65;margin:0}
.as-closing{padding:90px 0 54px;background:#ffffff}
.as-closing-inner{max-width:720px;margin:0 auto;text-align:center}
.as-closing-body{font-size:17px;color:#555;line-height:1.9;margin:0}
.as-closing-mark{display:flex;align-items:center;justify-content:center;margin:36px 0 34px}
.as-closing-mark::before,.as-closing-mark::after{content:'';width:48px;height:1px;background:var(--gold);opacity:0.55}
.as-closing-mark span{width:7px;height:7px;background:var(--gold);transform:rotate(45deg);margin:0 14px}
.as-closing-sign p{font-family:'Cormorant Garamond',serif;font-weight:600;line-height:1.4;margin:0}
.as-closing-sign p:first-child{font-size:30px;color:var(--navy);margin-bottom:4px}
.as-closing-sign p:last-child{font-size:21px;color:#666}
.as-cards{background:#ffffff;padding:0 0 100px}
.as-cards-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.as-card{padding:34px 28px 30px;background:var(--white);border:1px solid var(--cream2);border-top:2px solid var(--gold);transition:transform .3s ease,box-shadow .3s ease}
.as-card:hover{transform:translateY(-4px);box-shadow:0 16px 36px rgba(29,29,27,0.08)}
.as-card-num{font-family:'Cormorant Garamond',serif;font-size:30px;font-weight:600;color:var(--gold);line-height:1;margin-bottom:16px}
.as-card h4{font-family:'Cormorant Garamond',serif;font-size:19px;font-weight:700;color:var(--navy);margin-bottom:12px;line-height:1.3}
.as-card p{font-size:13px;color:#777;line-height:1.65;margin:0}
@media(max-width:1024px){
  .as-split-grid{grid-template-columns:1fr;gap:48px}
  .as-img-col{position:static}
  .as-body-grid{grid-template-columns:1fr;gap:40px}
  .as-stat-cards{position:static}
  .as-milestone-grid{grid-template-columns:repeat(3,1fr)}
  .as-cards-grid{grid-template-columns:repeat(2,1fr)}
}
@media(max-width:768px){
  .as-hero{padding:60px 0 0}
  .as-split,.as-body{padding:48px 0}
  .as-val-grid{grid-template-columns:1fr}
  .as-milestone-grid{grid-template-columns:repeat(2,1fr)}
  .as-cards-grid{grid-template-columns:1fr}
}

/* ── MISSION STATS ── */
.about-stats {
    background: var(--navy);
    padding: 0px 0;
}

.stats-row {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:1px;
  background:rgba(255,255,255,0.08)}

.stat-block {
  background:var(--navy);
  padding:48px 32px;
  text-align:center}

.stat-block-num {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(42px,5vw,64px);
  font-weight:600;
  color:var(--gold);
  line-height:1;
  margin-bottom:8px}

.stat-block-label {
  font-size:13px;
  font-weight:500;
  color:rgba(255,255,255,0.5);
  letter-spacing:0.1em;
  text-transform:uppercase}

/* ── OUR JOURNEY TIMELINE ── */
.about-timeline {
  background:#FFF;
  padding:100px 0;
  overflow:hidden}

.journey-header {
  text-align:center;
  margin-bottom:60px}

.journey-header h2 {
  color:#292929;
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(28px,4vw,44px);
  font-weight:700;
  margin-bottom:12px}

.timeline-sub {
  color:rgb(90 90 90);
  font-size:15px;
  max-width:520px;
  margin:0 auto}

.jtl {
  position:relative;
  display:grid;
  grid-template-columns:repeat(6,1fr);
  gap:24px;
  padding-top:40px}

.jtl-line {
  position:absolute;
  top:0;
  left:0;
  right:0;
  height:2px;
  background:linear-gradient(90deg,transparent 0%,var(--gold) 10%,var(--gold) 90%,transparent 100%);
  opacity:.4}

.jtl-item {
  position:relative;
  display:flex;
  flex-direction:column;
  align-items:center}

.jtl-item::before {
  content:'';
  position:absolute;
  top:-40px;
  left:50%;
  transform:translateX(-50%);
  width:12px;
  height:12px;
  border-radius:50%;
  background:var(--gold);
  border:3px solid var(--navy);
  z-index:2}

.jtl-item::after {
  content:'';
  position:absolute;
  top:-28px;
  left:50%;
  transform:translateX(-50%);
  width:1px;
  height:28px;
  background:rgba(201,168,76,0.3)}

.jtl-card {
  background:rgb(248 247 245);
  border:1px solid rgba(255,255,255,0.08);
  border-radius:12px;
  padding:24px 20px;
  text-align:center;
  transition:transform .3s ease, background .3s ease, box-shadow .3s ease;
  flex:1}

.jtl-card:hover {
  transform:translateY(-6px);
  background:rgba(255,255,255,0.07);
  box-shadow:0 12px 40px rgba(0,0,0,0.3)}

.jtl-tag {
  display:inline-block;
  background:var(--gold);
  color:var(--navy);
  font-size:11px;
  font-weight:700;
  letter-spacing:0.1em;
  padding:4px 12px;
  border-radius:20px;
  margin-bottom:16px}

.jtl-icon {
  font-size:28px;
  margin-bottom:12px;
  line-height:1}

.jtl-card h3 {
  font-family:'Cormorant Garamond',serif;
  font-size:18px;
  font-weight:700;
  color:#8b0000 !important;
  margin-bottom:8px}

.jtl-card p {
  font-size:13px;
  color:#555 !important;
  line-height:1.6;
  margin:0}

.jtl-num {
  font-family:'Cormorant Garamond',serif;
  font-size:32px;
  font-weight:700;
  color:rgb(139 0 0 / 28%);
  margin-top:16px;
  text-align:center}

@media (max-width:1024px) {
  .jtl {
    grid-template-columns:repeat(3,1fr);
    gap:40px 24px}
}
@media (max-width:640px) {
  .about-timeline { padding:70px 0 }
  .jtl {
    grid-template-columns:1fr;
    gap:0;
    padding-top:0;
    padding-left:40px}
  .jtl-line {
    top:0;
    bottom:0;
    left:20px;
    right:auto;
    width:2px;
    height:auto;
    background:linear-gradient(180deg,transparent 0%,var(--gold) 5%,var(--gold) 95%,transparent 100%)}
  .jtl-item {
    flex-direction:row;
    align-items:flex-start;
    padding-bottom:32px}
  .jtl-item::before {
    top:6px;
    left:-28px;
    transform:none}
  .jtl-item::after {
    display:none}
  .jtl-card {
    text-align:left}
  .jtl-num {
    display:none}
}

/* ── LEADERSHIP DETAIL ── */
.leadership-detail {
  background:var(--white);
  padding:100px 0}

.leader-profile {
  display:grid;
  grid-template-columns:clamp(260px,32%,380px) 1fr;
  gap:80px;
  align-items:start;
  margin-bottom:80px;
  padding-bottom:80px;
  }

.leader-profile:last-child {
  margin-bottom:0;
  padding-bottom:0;
  border:none}

.leader-profile-img {
  position:relative}

.leader-profile-img img {
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover}

.leader-profile-cred {
  position:absolute;
  bottom:0;
  left:0;
  right:0;
  background:var(--navy);
  padding:14px 20px;
  display:flex;
  align-items:center;
  gap:10px}

.leader-profile-cred img {
  height:24px !important;
  width:auto;
  aspect-ratio:unset}

.leader-profile-cred span {
  font-size:11px;
  color:rgba(255,255,255,0.7);
  letter-spacing:0.08em;
  text-transform:uppercase}

.leader-left-col {
  display:flex;
  flex-direction:column}

.leader-cred-card {
  background:var(--navy);
  padding:20px 24px;
  display:flex;
  flex-direction:column;
  gap:14px}

.leader-cred-card-row {
  display:flex;
  align-items:center;
  gap:14px}

.leader-cred-card-row img {
  height:36px;
  width:auto;
  flex-shrink:0}

.leader-cred-card-badge {
  width:36px;
  height:36px;
  background:var(--gold);
  color:var(--dark);
  font-size:11px;
  font-weight:700;
  letter-spacing:0.06em;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0}

.leader-cred-card-info {
  display:flex;
  flex-direction:column;
  gap:3px}

.leader-cred-card-title {
  font-size:13px;
  font-weight:600;
  color:var(--white);
  letter-spacing:0.02em}

.leader-cred-card-sub {
  font-size:11px;
  color:rgba(255,255,255,0.5);
  letter-spacing:0.03em}

.leader-cred-card-divider {
  height:1px;
  background:rgba(255,255,255,0.12)}

.leader-cred-card-verify {
  font-size:11px;
  font-weight:600;
  color:var(--gold);
  text-decoration:none;
  letter-spacing:0.05em;
  border-top:1px solid rgba(255,255,255,0.12);
  padding-top:14px;
  transition:opacity .2s}

.leader-cred-card-verify:hover {
  opacity:0.75}

.leader-bio {}

.leader-bio .sec-eyebrow { margin-bottom:12px }

.leader-bio h2 {
  font-size:clamp(32px,4vw,52px);
  margin-bottom:6px}

.leader-bio .leader-title {
  font-size:14px;
  font-weight:500;
  color:var(--red);
  letter-spacing:0.1em;
  text-transform:uppercase;
  margin-bottom:28px}

.leader-bio p {
  color:#555;
  line-height:1.8;
  font-size:16px;
  margin-bottom:18px}

.leader-certs {
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:28px}

.leader-cert {
  background:#f8f7f5;
  border:1px solid var(--border);
  padding:8px 14px;
  font-size:12px;
  font-weight:600;
  color:var(--navy);
  letter-spacing:0.06em;
  text-transform:uppercase}

/* ── Why TDOT ── */
.why-tdot { background:var(--white) }

.wt-intro-wrap { padding:100px 0 72px }
.wt-intro-wrap .sec-eyebrow { margin-bottom:20px }
.wt-heading { margin-bottom:28px; max-width:720px }
.wt-intro-text p { font-size:16px; color:#555; line-height:1.85; margin-bottom:18px; max-width:780px }
.wt-intro-text p:last-child { margin-bottom:0 }

.wt-take-wrap { background:var(--cream); padding:72px 0 100px }
.wt-take-header { margin-bottom:52px }
.wt-take-header .sec-eyebrow { margin-bottom:16px }
.wt-take-heading {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(24px,3vw,38px);
  font-weight:600;
  color:var(--navy);
  line-height:1.2;
  margin-bottom:20px;
  max-width:700px}
.wt-take-intro p { font-size:15px; color:#666; line-height:1.85; margin-bottom:12px; max-width:740px }
.wt-take-intro p:last-child { margin-bottom:0 }

.wt-items { display:flex; flex-direction:column }
.wt-item {
  display:grid;
  grid-template-columns:72px 1fr;
  gap:36px;
  padding:44px 0;
  border-top:1px solid var(--border);
  align-items:start}
.wt-item:last-child { padding-bottom:0 }
.wt-item-num {
  font-family:'Cormorant Garamond',serif;
  font-size:52px;
  font-weight:600;
  color:rgba(201,168,76,0.28);
  line-height:1;
  padding-top:6px}
.wt-item-title {
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(20px,2.3vw,28px);
  font-weight:600;
  color:var(--navy);
  margin-bottom:20px;
  line-height:1.2}
.wt-item-text p { font-size:15px; color:#555; line-height:1.85; margin-bottom:14px }
.wt-item-text p:last-child { margin-bottom:0 }

/* ── Leader vision callout ── */
.leader-vision {
  margin:28px 0 0;
  padding:24px 28px;
  border-left:3px solid var(--gold);
  background:var(--cream)}

.leader-vision-label {
  display:block;
  font-size:11px;
  font-weight:600;
  letter-spacing:0.14em;
  text-transform:uppercase;
  color:var(--gold);
  margin-bottom:10px}

.leader-vision p {
  font-family:'Cormorant Garamond',serif;
  font-size:19px;
  font-weight:600;
  font-style:normal;
  color:var(--navy);
  line-height:1.5;
  margin:0 !important}

/* ── Leader Extended Profile ── */
.leader-extended {
    margin-top: -117px;
    padding-top: 28px;
    border-top: 1px solid var(--cream2);
}

.leader-ext-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:64px;
  margin-bottom:56px}

.leader-ext-col p{
  font-size:15px;
  color:#555;
  line-height:1.85;
  margin-bottom:20px}

.leader-ext-col p:last-child{margin-bottom:0}

.leader-ext-pull{
  border-left:3px solid var(--gold);
  padding:0 0 0 24px;
  margin-bottom:28px}

.leader-ext-pull p{
  font-family:'Cormorant Garamond',serif;
  font-size:18px;
  font-weight:600;
  color:var(--navy);
  line-height:1.6;
  margin-bottom:14px}

.leader-ext-pull p:last-child{margin-bottom:0}

.leader-vision-bar{
  background:#1d1d1b;
  padding:48px 56px;
  display:flex;
  align-items:baseline;
  gap:40px}

.leader-vision-bar .leader-vision-label{
  flex-shrink:0;
  font-size:15px;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--gold);
  display:block}

.leader-vision-text{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(18px,1.8vw,24px);
  font-weight:500;
  font-style:italic;
  color:#fff;
  line-height:1.55;
  margin:0}

@media(max-width:768px){
  .leader-ext-grid{grid-template-columns:1fr;gap:0}
  .leader-vision-bar{flex-direction:column;gap:16px;padding:36px 28px}
}

/* ── TEAM GRID ── */
.team-section {
  background:#f8f7f5;
  padding:100px 0}

.team-grid {
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:2px;
  margin-top:52px}

.team-card {
  background:var(--white);
  overflow:hidden;
  transition:transform 0.3s ease, box-shadow 0.3s ease}

.team-card:hover {
  transform:translateY(-4px);
  box-shadow:0 20px 60px rgba(0,0,0,0.1)}

.team-card-img {
  width:100%;
  aspect-ratio:3/4;
  object-fit:cover;
  display:block;
  background:linear-gradient(135deg,#e8e4de,#d0cbc3)}

.team-card-body {
  padding:20px}

.team-card-name {
  font-family:'Cormorant Garamond',serif;
  font-size:20px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:4px}

.team-card-role {
  font-size:13px;
  color:#888;
  letter-spacing:0.08em;
}

/* ── TEAM CARD BIO TRIGGER ── */
.team-card.has-bio { cursor:pointer; }
.team-card.has-bio::after {
  content:'View Bio →';
  display:block;
  padding:0 20px 16px;
  font-size:12px;
  font-weight:500;
  color:var(--gold);
  letter-spacing:0.04em;
  opacity:0;
  transform:translateY(4px);
  transition:opacity .3s ease, transform .3s ease}
.team-card.has-bio:hover::after {
  opacity:1;
  transform:translateY(0)}

/* ── TEAM BIO MODAL ── */
.team-modal-overlay {
  position:fixed;
  inset:0;
  z-index:99999;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(10,15,30,0.75);
  backdrop-filter:blur(8px);
  -webkit-backdrop-filter:blur(8px);
  opacity:0;
  visibility:hidden;
  transition:opacity .35s ease, visibility .35s ease;
  padding:24px}
.team-modal-overlay.active {
  opacity:1;
  visibility:visible}

.team-modal {
  position:relative;
  background:#fff;
  border-radius:16px;
  max-width:640px;
  width:100%;
  max-height:85vh;
  overflow-y:auto;
  padding:40px 36px 36px;
  box-shadow:0 32px 80px rgba(0,0,0,0.3);
  transform:translateY(30px) scale(0.96);
  transition:transform .35s ease}
.team-modal-overlay.active .team-modal {
  transform:translateY(0) scale(1)}

.team-modal-close {
  position:absolute;
  top:16px;
  right:16px;
  width:36px;
  height:36px;
  border-radius:50%;
  border:none;
  background:rgba(0,0,0,0.06);
  font-size:22px;
  line-height:1;
  cursor:pointer;
  color:#333;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:background .2s ease}
.team-modal-close:hover {
  background:rgba(0,0,0,0.12)}

.team-modal-header {
  display:flex;
  align-items:center;
  gap:20px;
  margin-bottom:24px;
  padding-bottom:24px;
  border-bottom:1px solid rgba(0,0,0,0.08)}

.team-modal-photo {
  width:90px;
  height:90px;
  border-radius:50%;
  object-fit:cover;
  flex-shrink:0;
  border:3px solid var(--gold)}

.team-modal-name {
  font-family:'Cormorant Garamond',serif;
  font-size:26px;
  font-weight:700;
  color:var(--navy);
  margin:0 0 4px}

.team-modal-role {
  font-size:13px;
  color:var(--gold);
  letter-spacing:0.06em;
  text-transform:uppercase;
  font-weight:500;
  margin:0}

.team-modal-bio {
  font-size:15px;
  line-height:1.75;
  color:#444}
.team-modal-bio p { margin-bottom:14px }

@media (max-width:600px) {
  .team-modal { padding:28px 20px 24px }
  .team-modal-header { flex-direction:column; text-align:center }
  .team-modal-photo { width:80px; height:80px }
  .team-modal-name { font-size:22px }
}

/* ── BOOK CONSULTATION SECTION ── */
.book-consult{background:#f8f7f5;padding:100px 0}
.bc-grid{display:grid;grid-template-columns:1fr 1.4fr;gap:80px;align-items:start}

/* Left column */
.bc-left .sec-eyebrow{margin-bottom:24px}
.bc-heading{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(26px,3vw,40px);
  font-weight:600;
  font-style:italic;
  color:var(--navy);
  line-height:1.2;
  margin:0 0 36px}
.bc-btn{
  display:inline-block;
  background:var(--navy);
  color:#fff;
  font-size:13px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  padding:14px 28px;
  text-decoration:none;
  transition:background 0.25s,transform 0.25s}
.bc-btn:hover{background:var(--red);transform:translateY(-2px)}

/* Right column */
.bc-body{margin-bottom:40px}
.bc-body p{font-size:15px;color:#555;line-height:1.9;margin-bottom:16px}
.bc-body p:last-child{margin-bottom:0}

/* Callout box */
.bc-callout{
  border:1px solid var(--cream2);
  border-left:4px solid var(--gold);
  background:#fff;
  padding:32px 36px}
.bc-callout-line{
  display:flex;
  align-items:baseline;
  gap:10px;
  padding:10px 0}
.bc-callout-divider{height:1px;background:var(--cream2);margin:0}
.bc-callout-label{
  font-family:'Cormorant Garamond',serif;
  font-size:20px;
  font-weight:700;
  color:var(--navy)}
.bc-callout-desc{
  font-size:15px;
  color:#888}
.bc-callout-line--highlight .bc-callout-label{color:var(--red)}
.bc-callout-line--highlight .bc-callout-desc{color:var(--navy);font-weight:500}

@media(max-width:1024px){
  .bc-grid{grid-template-columns:1fr;gap:48px}
}
@media(max-width:768px){
  .book-consult{padding:60px 0}
}

/* ── WHY TDOT (redesign: dark, editorial) ── */
.why-us{background:#1d1d1b;padding:0}

/* 1 — Header zone */
.why-header{padding:100px 0 64px;border-bottom:1px solid rgba(201,168,76,0.18)}

.why-heading{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(28px,3.8vw,52px);
  font-weight:600;
  color:#ffffff;
  line-height:1.1;
  margin:18px 0 32px;
  max-width:760px}

.why-intro{max-width:820px}
.why-intro p{font-size:16px;color:rgba(255,255,255,0.58);line-height:1.9;margin-bottom:16px}
.why-intro p:last-child{margin-bottom:0}

/* 2 — Shafoli's Take zone */
.why-take{background:var(--white);padding:64px 0;border-bottom:1px solid rgba(0,0,0,0.08)}

.why-take-inner{
  display:grid;
  grid-template-columns:340px 1fr;
  gap:80px;
  align-items:start}

.why-take-badge{
  display:inline-block;
  font-size:10px;
  font-weight:700;
  letter-spacing:0.18em;
  text-transform:uppercase;
  color:var(--gold);
  border:1px solid rgba(201,168,76,0.5);
  padding:6px 14px;
  margin-bottom:20px}

.why-take-heading{
  font-family:'Cormorant Garamond',serif;
  font-size:clamp(20px,2vw,26px);
  font-weight:600;
  color:var(--navy);
  line-height:1.3;
  margin:0}

.why-take-right p{
  font-size:15px;
  color:#555;
  line-height:1.9;
  margin-bottom:14px}
.why-take-right p:last-child{margin-bottom:0}

/* 3 — Client cards zone */
.why-clients{background:var(--white);padding:0 0 100px}

.why-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:1px;
  background:rgba(0,0,0,0.07);
  margin-top:0}

.why-card{
  background:var(--cream);
  padding:52px 40px;
  border-top:2px solid var(--gold);
  display:flex;
  flex-direction:column;
  transition:background 0.3s}

.why-card:hover{background:var(--cream2)}

.why-card-num{
  font-family:'Cormorant Garamond',serif;
  font-size:52px;
  font-weight:600;
  color:rgba(201,168,76,0.35);
  line-height:1;
  margin-bottom:24px}

.why-card-title{
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  font-weight:700;
  color:var(--navy);
  line-height:1.2;
  margin-bottom:20px}

.why-card-body{flex:1}
.why-card-body p{font-size:14px;color:#555;line-height:1.85;margin-bottom:12px}
.why-card-body p:last-child{margin-bottom:0}

.why-card-cta{
  margin-top:28px;
  padding-top:22px;
  border-top:1px solid rgba(0,0,0,0.1);
  font-size:13px;
  font-weight:500;
  color:var(--gold);
  line-height:1.6}

.why-card-cta-icon{margin-right:8px;font-size:14px}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .as-split-grid { grid-template-columns:1fr; gap:40px }
  .as-img-col { position:static; max-width:420px }
  .as-body-grid { grid-template-columns:1fr; gap:40px }
  .as-stat-cards { position:static }
  .as-milestone-grid { grid-template-columns:repeat(2,1fr) }
  .as-cards-grid { grid-template-columns:repeat(2,1fr) }
  .leader-profile { grid-template-columns:1fr; gap:40px }
  .leader-profile-img img { aspect-ratio:unset; height:auto; object-fit:unset }
  .leader-cred-card { flex-direction:row; flex-wrap:wrap; gap:12px }
  .leader-cred-card-divider { width:1px; height:auto; align-self:stretch }
  .stats-row { grid-template-columns:repeat(2,1fr) }
  .team-grid { grid-template-columns:repeat(2,1fr) }
  .why-take-inner{grid-template-columns:1fr;gap:36px}
  .why-grid{grid-template-columns:1fr}
}
@media(max-width:600px){
  .as-milestone-grid { grid-template-columns:1fr }
  .as-cards-grid { grid-template-columns:1fr }
  .as-stat-card { flex-direction:column; align-items:flex-start }
  .as-stat-num { flex:none; margin-bottom:14px }
  .as-stat-info { border-left:0; border-top:2px solid var(--gold); padding-left:0; padding-top:14px }
}

@media(max-width:768px){
  .page-hero { padding:130px 0 60px }
  .about-story,.leadership-detail,.team-section,.why-us,.about-stats { padding:60px 0 }
  .team-grid { grid-template-columns:repeat(2,1fr) }
}

@media(max-width:480px){
  .team-grid { grid-template-columns:1fr }
  .stats-row { grid-template-columns:1fr }
}

/* ── Styles from services.html ── */
/* ── PAGE HERO ── */
.page-hero {
  background:var(--navy);
  padding:160px 0 80px;
  position:relative;
  overflow:hidden}

.page-hero::before {
  content:'';
  position:absolute;
  inset:0;
  background:url('assets/images/hero-bg.jpg') center/cover no-repeat;
  opacity:0.12}

.page-hero-inner { position:relative; z-index:1 }
.page-hero .sec-eyebrow { margin-bottom:16px }
.page-hero h1 { font-size:clamp(38px,5vw,68px); font-weight:600; line-height:1.05; color:var(--white); margin-bottom:18px }
.page-hero h1 em { color:var(--gold); font-style:italic }
.page-hero p { font-size:17px; color:rgba(255,255,255,0.65); max-width:580px; line-height:1.7 }

.breadcrumb { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(255,255,255,0.4); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:24px }
.breadcrumb a { color:rgba(255,255,255,0.4); text-decoration:none }
.breadcrumb a:hover { color:var(--gold) }
.breadcrumb span { color:rgba(255,255,255,0.2) }

/* ── SERVICE NAVIGATION TABS ── */
.service-tabs {
  background:var(--navy);
  border-top:1px solid rgba(255,255,255,0.08);
  position:sticky;
  top:73px;
  z-index:100}

/* Offset deep-link anchors so they clear the sticky header + tabs bar */
.section-anchor {
  display:block;
  position:relative;
  scroll-margin-top:140px}

.service-tabs-inner {
  display:flex;
  overflow-x:auto;
  scrollbar-width:none;
  -webkit-overflow-scrolling:touch}

.service-tabs-inner::-webkit-scrollbar { display:none }

.stab {
  padding:16px 24px;
  font-size:13px;
  font-weight:500;
  color:rgba(255,255,255,0.5);
  letter-spacing:0.06em;
  text-transform:uppercase;
  white-space:nowrap;
  text-decoration:none;
  border-bottom:2px solid transparent;
  transition:color 0.2s,border-color 0.2s;
  cursor:pointer}

.stab:hover, .stab.active {
  color:var(--gold);
  border-bottom-color:var(--gold)}

/* ── SERVICES INTRO ── */
.services-intro {
  background:var(--white);
  padding:80px 0 40px}

.services-intro p {
  font-size:17px;
  color:#555;
  line-height:1.8;
  max-width:780px}

/* ── SERVICE CATEGORY ── */
/* ── Full-width service band wrappers ── */
.svc-band {
  width:100%}

.svc-band--red {
  background:var(--red)}

.svc-band--white {
  background:var(--white)}

.service-cat {
  padding:80px 0}

/* ── Red band label overrides ── */
.svc-band--red .service-cat-icon {
  background:#ccad57;
  border:1px solid rgba(255,255,255,0.1)}

.svc-band--red .service-cat-label h2 {
  color:var(--white)}

.svc-band--red .service-cat-label p {
  color:rgba(255,255,255,0.65)}

.svc-band--red .sec-line {
  background:var(--gold)}

.svc-band--red .sec-tag {
  color:var(--gold)}

.svc-band--red .service-cat-label a.cat-cta {
  background:var(--gold);
  color:var(--navy)}

.svc-band--red .service-cat-label a.cat-cta:hover {
  background:var(--gold2)}

.service-cat-grid {
  display:grid;
  grid-template-columns:300px 1fr;
  gap:80px;
  align-items:start}

.service-cat-label {
  position:sticky;
  top:130px}

.service-cat-title-row {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:12px;
  margin-bottom:16px}

.service-cat-icon {
  width:44px;
  height:44px;
  flex-shrink:0;
  background:var(--red);
  border-radius:10px;
  display:flex;
  align-items:center;
  justify-content:center;
  cursor:pointer;
  transition:opacity 0.2s ease}

.service-cat-label h2 {
  font-size:clamp(28px,3vw,40px);
  margin-bottom:0;
  color:var(--navy)}

.service-cat-label p {
  font-size:15px;
  color:#777;
  line-height:1.7;
  margin-bottom:0}

.cat-title-desc {
  margin-bottom:28px}

.cat-title-desc > p {
  font-size:15px;
  color:#777;
  line-height:1.7;
  margin:0;
  max-height:0;
  overflow:hidden;
  opacity:0;
  transition:opacity 0.3s ease, max-height 0.35s ease}

.cat-title-desc:has(.service-cat-icon:hover) > p {
  max-height:300px;
  opacity:1}

.cat-title-desc:has(.service-cat-icon:hover) .service-cat-icon {
  opacity:0}

.svc-band--red .cat-title-desc > p {
  color:rgba(255,255,255,0.65)}

.service-cat-label a.cat-cta {
  display:inline-block;
  padding:13px 28px;
  background:var(--red);
  color:var(--white);
  font-size:13px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background 0.2s}

.service-cat-label a.cat-cta:hover { background:#6b0000 }

/* ── SERVICE ITEMS GRID ── */
.service-items {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:16px}

.service-item {
  background:#fff;
  border-radius:14px;
  padding:32px 28px 28px;
  border:1px solid rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  gap:0;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
  transition:transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease}

/* Gold top accent line */
.service-item::before {
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg, var(--gold) 0%, var(--gold2) 60%, transparent 100%);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94)}

.service-item:hover {
  transform:translateY(-5px);
  box-shadow:0 20px 48px rgba(0,0,0,0.1), 0 6px 16px rgba(201,168,76,0.09);
  border-color:rgba(201,168,76,0.35)}

.service-item:hover::before {
  transform:scaleX(1)}

.service-item h3 {
  font-size:16px;
  color:var(--navy);
  line-height:1.4;
  font-weight:600;
  margin:0 0 20px;
  flex:1;
  transition:color 0.25s ease}

.service-item:hover h3 {
  color:var(--red)}

.service-item-link {
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:11px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.12em;
  text-transform:uppercase;
  text-decoration:none;
  border-top:1px solid rgba(0,0,0,0.07);
  padding-top:16px;
  margin-top:auto;
  transition:gap 0.25s ease, color 0.25s ease}

.sil-arrow {
  display:inline-block;
  transition:transform 0.25s ease}

.service-item:hover .service-item-link {
  color:var(--red)}

.service-item:hover .sil-arrow {
  transform:translateX(4px)}

/* Red band — cards adapt */
.svc-band--red .service-item {
  border-color:rgba(255,255,255,0.18);
  box-shadow:0 2px 10px rgba(0,0,0,0.15)}

.svc-band--red .service-item:hover {
  border-color:rgba(255,255,255,0.4);
  box-shadow:0 20px 48px rgba(0,0,0,0.25)}

/* ── RICH EMPLOYER SERVICE CARDS ── */
.service-item--rich {
  grid-column:1 / -1;
  display:grid;
  grid-template-columns:54% 46%;
  gap:0;
  background:none;
  padding:0;
  margin-bottom:3px;
  position:relative;
  cursor:default;
  box-shadow:0 2px 12px rgba(0,0,0,0.06);
  transition:box-shadow 0.3s,transform 0.3s}

.service-item--rich:hover {
  background:none;
  transform:translateY(-3px);
  box-shadow:0 8px 32px rgba(0,0,0,0.12)}

/* Gold top accent bar */
.service-item--rich::before {
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg,var(--gold) 0%,var(--gold2) 60%,transparent 100%);
  z-index:1}

.service-item-left {
  background:#fff;
  padding:44px 40px 40px;
  display:flex;
  flex-direction:column;
  transition:background 0.25s}

.service-item--rich:hover .service-item-left { background:#fdf9f4 }

.service-item-left .service-item-num {
  font-family:'Cormorant Garamond',serif;
  font-size:12px;
  color:var(--gold);
  letter-spacing:0.22em;
  font-weight:700;
  margin-bottom:16px;
  text-transform:uppercase}

.service-item-left h3 {
  font-size:19px;
  color:var(--navy);
  margin-bottom:14px;
  line-height:1.3;
  font-weight:600}

.service-item-left > p {
  font-size:13.5px;
  color:#5c5c5a;
  line-height:1.78;
  flex:1}

.service-item-right {
  background:#16160e;
  padding:44px 40px 40px;
  display:flex;
  flex-direction:column;
  border-left:3px solid var(--gold);
  transition:background 0.25s}

.service-item--rich:hover .service-item-right { background:#1e1e15 }

/* "How We Handle It" label with extending line */
.svc-how-lead {
  display:flex;
  align-items:center;
  gap:12px;
  font-size:9px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.2em;
  text-transform:uppercase;
  margin-bottom:16px}

.svc-how-lead::after {
  content:'';
  flex:1;
  height:1px;
  background:rgba(201,168,76,0.25)}

.svc-how-body {
  font-size:13.5px;
  color:rgba(255,255,255,0.62);
  line-height:1.8;
  flex:1}

/* CTA pinned at bottom with a hairline separator */
.svc-cta {
  display:inline-flex;
  align-items:center;
  gap:10px;
  margin-top:24px;
  padding-top:20px;
  border-top:1px solid rgba(201,168,76,0.18);
  font-size:10px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.14em;
  text-decoration:none;
  text-transform:uppercase;
  transition:gap 0.25s,opacity 0.25s}

.svc-cta:hover { gap:16px; opacity:0.85 }

/* ── SERVICES CTA TRUST SECTION ── */
.svc-cta-trust {
    background: #fafaf8;
    padding: 100px 0 !important;
    position: relative;
    overflow: hidden;
    margin: 45px 0px 0;
}

/* Gold top accent */
.svc-cta-trust::before {
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:4px;
  background:linear-gradient(90deg,var(--gold) 0%,var(--gold2) 55%,transparent 100%)}

/* Faint decorative watermark */
.svc-cta-trust::after {
  content:'?';
  position:absolute;
  top:-80px;right:320px;
  font-family:'Cormorant Garamond',serif;
  font-size:560px;
  color:rgba(201,168,76,0.06);
  line-height:1;
  pointer-events:none;
  user-select:none}

.sct-grid {
  display:grid;
  grid-template-columns:1fr 340px;
  gap:80px;
  align-items:center}

.sct-text .sec-eyebrow { margin-bottom:24px }
.svc-cta-trust .sec-tag  { color:var(--red)!important }
.svc-cta-trust .sec-line { background:var(--red)!important }

.sct-text h2 {
  font-size:clamp(34px,4.2vw,56px);
  color:var(--navy);
  line-height:1.1;
  margin:0 0 28px}

.sct-body {
  font-size:16px;
  color:rgba(16,16,14,0.7);
  line-height:1.8;
  max-width:560px;
  margin-bottom:0}

.sct-trust {
  font-size:13.5px;
  color:rgba(16,16,14,0.48);
  line-height:1.75;
  max-width:560px;
  padding-top:20px;
  margin-top:20px;
  border-top:1px solid rgba(0,0,0,0.1);
  margin-bottom:36px}

.sct-btn {
  display:inline-block;
  padding:16px 38px;
  background:var(--red);
  color:var(--white);
  font-size:12px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background 0.2s,transform 0.2s,box-shadow 0.2s}

.sct-btn:hover {
  background:var(--red2);
  transform:translateY(-2px);
  box-shadow:0 8px 28px rgba(139,0,0,0.3)}

/* Badge cards */
.sct-badges {
  display:flex;
  flex-direction:column;
  gap:3px}

.sct-badge {
  background:#fff;
  border-left:3px solid var(--gold);
  padding:22px 24px;
  display:flex;
  align-items:flex-start;
  gap:16px;
  box-shadow:0 2px 12px rgba(0,0,0,0.06);
  transition:box-shadow 0.2s,transform 0.2s}

.sct-badge:hover {
  box-shadow:0 6px 24px rgba(0,0,0,0.1);
  transform:translateX(3px)}

.sct-badge-icon {
  width:42px;
  height:42px;
  background:var(--red);
  flex-shrink:0;
  display:flex;
  align-items:center;
  justify-content:center}

.sct-badge-text strong {
  display:block;
  color:var(--navy);
  font-size:13px;
  font-weight:600;
  margin-bottom:4px;
  letter-spacing:0.02em}

.sct-badge-text span {
  font-size:11px;
  color:rgba(16,16,14,0.5);
  line-height:1.55}

@media(max-width:900px){
  .sct-grid{grid-template-columns:1fr;gap:48px}
  .svc-cta-trust::after{display:none}}

/* ── PROCESS STRIP ── */
.process-strip {
  background:var(--navy);
  padding:80px 0}

.process-strip-sub {
  color:rgba(255,255,255,0.6);
  font-size:16px;
  line-height:1.6;
  margin-top:16px;
  max-width:640px}

.process-strip-steps {
  display:grid;
  grid-template-columns:repeat(5,1fr);
  gap:1px;
  background:rgba(255,255,255,0.08);
  margin-top:52px}

.ps-step {
  background:var(--navy);
  padding:40px 32px}

.ps-step-num {
  font-family:'Cormorant Garamond',serif;
  font-size:48px;
  font-weight:600;
  color:rgba(201,168,76,0.3);
  line-height:1;
  margin-bottom:16px}

.ps-step h3 {
  font-size:17px;
  color:var(--white);
  margin-bottom:10px}

.ps-step p {
  font-size:13px;
  color:rgba(255,255,255,0.5);
  line-height:1.6}

/* ── WARNING NOTICE ── */
.legal-notice {
  background:#fff8eb;
  border-left:4px solid var(--gold);
  padding:20px 28px;
  margin:60px 0 0;
  display:flex;
  align-items:start;
  gap:14px}

.legal-notice-icon {
  font-size:20px;
  flex-shrink:0;
  line-height:1.4}

.legal-notice p {
  font-size:13px;
  color:#7a6030;
  line-height:1.6;
  margin:0}

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .service-cat-grid { grid-template-columns:1fr; gap:40px }
  .service-cat-label { position:static }
  .process-strip-steps { grid-template-columns:repeat(3,1fr) }
  .service-items { grid-template-columns:1fr }
}

@media(max-width:768px) {
  .page-hero { padding:130px 0 60px }
  .service-cat { padding:60px 0 }
  .process-strip-steps { grid-template-columns:1fr }

  .service-item { padding:24px 22px 22px }
}

/* ── Styles from faqs.html ── */
.page-hero { background:var(--navy); padding:160px 0 80px; position:relative; overflow:hidden }
.page-hero::before { content:''; position:absolute; inset:0; background:url('assets/images/hero-bg.jpg') center/cover no-repeat; opacity:0.12 }
.page-hero-inner { position:relative; z-index:1 }
.page-hero .sec-eyebrow { margin-bottom:16px }
.page-hero h1 { font-size:clamp(38px,5vw,68px); font-weight:600; line-height:1.05; color:var(--white); margin-bottom:18px }
.page-hero h1 em { color:var(--gold); font-style:italic }
.page-hero p { font-size:17px; color:rgba(255,255,255,0.65); max-width:580px; line-height:1.7 }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(255,255,255,0.4); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:24px }
.breadcrumb a { color:rgba(255,255,255,0.4); text-decoration:none }
.breadcrumb a:hover { color:var(--gold) }
.breadcrumb span { color:rgba(255,255,255,0.2) }

/* ── FAQ LAYOUT ── */
.faq-section { background:var(--white); padding:100px 0 }

.faq-layout {
  display:grid;
  grid-template-columns:280px 1fr;
  gap:80px;
  align-items:start}

.faq-sidebar {
  position:sticky;
  top:100px}

.faq-sidebar h4 {
  font-size:12px;
  font-weight:600;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:rgba(0,0,0,0.3);
  margin-bottom:16px}

.faq-cat-nav {
  list-style:none;
  padding:0;
  margin:0 0 40px}

.faq-cat-nav li a {
  display:block;
  padding:10px 16px;
  font-size:14px;
  color:#555;
  text-decoration:none;
  border-left:2px solid transparent;
  transition:all 0.2s}

.faq-cat-nav li a:hover,.faq-cat-nav li a.active {
  color:var(--red);
  border-left-color:var(--red);
  background:#fdf8f8;
  padding-left:20px}

.faq-sidebar-cta {
  background:var(--navy);
  padding:28px;
  text-align:center}

.faq-sidebar-cta h4 {
  color:var(--white);
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  font-weight:600;
  margin-bottom:10px;
  letter-spacing:0}

.faq-sidebar-cta p {
  font-size:13px;
  color:rgba(255,255,255,0.6);
  margin-bottom:20px;
  line-height:1.5}

.faq-sidebar-cta a {
  display:block;
  background:var(--gold);
  color:var(--navy);
  padding:12px;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background 0.2s}

.faq-sidebar-cta a:hover { background:#b8943f }

/* ── FAQ ACCORDION ── */
.faq-group { margin-bottom:56px }

.faq-group-title {
  font-family:'Cormorant Garamond',serif;
  font-size:13px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.12em;
  text-transform:uppercase;
  margin-bottom:20px;
  padding-bottom:12px;
  border-bottom:1px solid var(--border)}

.faq-item {
  border-bottom:1px solid var(--border);
  overflow:hidden}

.faq-q {
  width:100%;
  background:none;
  border:none;
  padding:22px 0;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  cursor:pointer;
  text-align:left}

.faq-q-text {
  font-family:'Cormorant Garamond',serif;
  font-size:20px;
  font-weight:600;
  color:var(--navy);
  line-height:1.3}

.faq-q-icon {
  width:28px;
  height:28px;
  border:1.5px solid var(--border);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  transition:all 0.3s}

.faq-item.open .faq-q-icon {
  background:var(--red);
  border-color:var(--red);
  transform:rotate(45deg)}

.faq-q-icon svg { width:12px; height:12px }
.faq-item.open .faq-q-icon svg path { stroke:white }

.faq-a {
  max-height:0;
  overflow:hidden;
  transition:max-height 0.4s ease, padding 0.3s ease}

.faq-item.open .faq-a { max-height:400px; padding-bottom:24px }

.faq-a p {
  font-size:15px;
  color:#555;
  line-height:1.8;
  margin:0}

/* ── CALL TO ACTION STRIP ── */
.faq-cta-strip {
  background:var(--red);
  padding:80px 0;
  text-align:center}

.faq-cta-strip h2 {
  color:var(--white);
  margin-bottom:16px}

.faq-cta-strip p {
  color:rgba(255,255,255,0.8);
  font-size:16px;
  max-width:540px;
  margin:0 auto 36px;
  line-height:1.7}

.faq-cta-strip a {
  display:inline-block;
  padding:16px 40px;
  background:var(--white);
  color:var(--red);
  font-size:13px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  text-decoration:none;
  transition:background 0.2s,transform 0.2s}

.faq-cta-strip a:hover { background:#f5f5f5; transform:translateY(-2px) }

/* Light variant (white bg, red button) */
.faq-cta-strip--light { background:#fff; border-top:1px solid var(--border); border-bottom:1px solid var(--border) }
.faq-cta-strip--light h2 { color:var(--navy) }
.faq-cta-strip--light p  { color:var(--muted) }
.faq-cta-strip--light a  { background:var(--red); color:#fff }
.faq-cta-strip--light a:hover { background:var(--red2); transform:translateY(-2px) }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .faq-layout { grid-template-columns:1fr; gap:40px }
  .faq-sidebar { position:static }
  .faq-cat-nav { display:flex; flex-wrap:wrap; gap:8px }
  .faq-cat-nav li a { border-left:none; border-bottom:2px solid transparent; padding:8px 12px }
  .faq-cat-nav li a:hover,.faq-cat-nav li a.active { border-left:none; border-bottom-color:var(--red); padding-left:12px }
}

@media(max-width:768px) {
  .page-hero { padding:130px 0 60px }
  .faq-section { padding:60px 0 }
}

/* ── Styles from newsroom.html ── */
.page-hero { background:var(--navy); padding:160px 0 80px; position:relative; overflow:hidden }
.page-hero::before { content:''; position:absolute; inset:0; background:url('assets/images/hero-bg.jpg') center/cover no-repeat; opacity:0.12 }
.page-hero-inner { position:relative; z-index:1 }
.page-hero .sec-eyebrow { margin-bottom:16px }
.page-hero h1 { font-size:clamp(38px,5vw,68px); font-weight:600; line-height:1.05; color:var(--white); margin-bottom:18px }
.page-hero h1 em { color:var(--gold); font-style:italic }
.page-hero p { font-size:17px; color:rgba(255,255,255,0.65); max-width:580px; line-height:1.7 }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(255,255,255,0.4); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:24px }
.breadcrumb a { color:rgba(255,255,255,0.4); text-decoration:none }
.breadcrumb a:hover { color:var(--gold) }
.breadcrumb span { color:rgba(255,255,255,0.2) }

/* ── EE DRAW TICKER FULL ── */
.draw-ticker {
  background:#0a1628;
  border-bottom:1px solid rgba(255,255,255,0.08);
  padding:14px 0}

.draw-live-inner {
  display:flex;
  align-items:center;
  gap:16px;
  overflow:hidden}

.draw-live-badge {
  background:var(--red);
  color:var(--white);
  font-size:10px;
  font-weight:700;
  letter-spacing:0.14em;
  text-transform:uppercase;
  padding:4px 10px;
  border-radius:2px;
  white-space:nowrap;
  animation:pulse 2s ease-in-out infinite}

@keyframes pulse { 0%,100%{opacity:1}50%{opacity:0.7} }

.draw-ticker-text {
  font-size:13px;
  color:rgba(255,255,255,0.7);
  white-space:nowrap;
  animation:tickerScroll 30s linear infinite}

@keyframes tickerScroll {
  0%{transform:translateX(0)}
  100%{transform:translateX(-50%)}}

.draw-ticker-text span { margin:0 32px; color:var(--gold) }

/* ── FILTER BAR ── */
.news-filter {
  background:var(--white);
  border-bottom:1px solid var(--border);
  padding:0}

.news-filter-inner {
  display:flex;
  align-items:center;
  gap:0;
  overflow-x:auto;
  scrollbar-width:none}

.news-filter-inner::-webkit-scrollbar { display:none }

.nfilter {
  padding:18px 24px;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  color:#999;
  border-bottom:2px solid transparent;
  white-space:nowrap;
  cursor:pointer;
  transition:color 0.2s,border-color 0.2s;
  background:none;
  border-top:none;
  border-left:none;
  border-right:none}

.nfilter:hover,.nfilter.active { color:var(--red); border-bottom-color:var(--red) }

/* ── NEWS LAYOUT ── */
.newsroom-body {
  background:#f8f7f5;
  padding:80px 0}

.news-layout {
  display:grid;
  grid-template-columns:1fr 300px;
  gap:40px;
  align-items:start}

/* ── FEATURED STORY ── */
.news-featured {
  background:var(--white);
  margin-bottom:2px;
  display:grid;
  grid-template-columns:1fr 1fr;
  overflow:hidden;
  transition:box-shadow 0.3s}

.news-featured:hover { box-shadow:0 12px 40px rgba(0,0,0,0.1) }

.news-featured-thumb {
  background:linear-gradient(135deg,var(--navy),#1a2d4a);
  min-height:300px;
  position:relative;
  overflow:hidden}

.news-featured-thumb::after {
  content:'';
  position:absolute;
  inset:0;
  background:url('assets/images/hero-bg.jpg') center/cover no-repeat;
  opacity:0.3}

.news-featured-tag {
  position:absolute;
  top:20px;
  left:20px;
  z-index:1;
  background:var(--red);
  color:var(--white);
  font-size:10px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  padding:4px 10px}

.news-featured-body { padding:40px }

.news-featured-meta {
  font-size:12px;
  color:#aaa;
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:12px}

.news-featured-body h2 {
  font-size:clamp(20px,2.5vw,28px);
  color:var(--navy);
  line-height:1.3;
  margin-bottom:14px}

.news-featured-body p {
  font-size:14px;
  color:#777;
  line-height:1.7;
  margin-bottom:24px}

.news-read-more {
  display:inline-flex;
  align-items:center;
  gap:8px;
  font-size:12px;
  font-weight:700;
  color:var(--red);
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  transition:gap 0.2s}

.news-read-more:hover { gap:14px }

/* ── NEWS CARD GRID ── */
.news-grid-full {
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:2px;
  margin-bottom:2px}

.news-card-full {
  background:var(--white);
  overflow:hidden;
  transition:transform 0.3s,box-shadow 0.3s;
  cursor:pointer}

.news-card-full:hover { transform:translateY(-4px); box-shadow:0 16px 48px rgba(0,0,0,0.1) }

.nc-thumb {
  height:180px;
  position:relative;
  overflow:hidden}

.nc-thumb-img {
  width:100%;
  height:100%;
  object-fit:cover;
  transition:transform 0.5s}

.news-card-full:hover .nc-thumb-img { transform:scale(1.05) }

.nc-thumb-grad {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  justify-content:flex-end;
  padding:16px}

.nc-tag {
  display:inline-block;
  background:var(--red);
  color:var(--white);
  font-size:9px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  padding:3px 8px;
  margin-bottom:4px;
  align-self:flex-start}

.nc-body { padding:20px }

.nc-meta {
  font-size:11px;
  color:#bbb;
  letter-spacing:0.06em;
  text-transform:uppercase;
  margin-bottom:8px}

.nc-body h3 {
  font-size:17px;
  color:var(--navy);
  line-height:1.3;
  margin-bottom:10px}

.nc-body p {
  font-size:13px;
  color:#888;
  line-height:1.6;
  margin-bottom:14px}

.nc-read {
  font-size:11px;
  font-weight:700;
  color:var(--red);
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none}

/* ── SIDEBAR ── */
.news-sidebar {}

.sidebar-widget {
  background:var(--white);
  padding:28px;
  margin-bottom:2px}

.sidebar-widget h4 {
  font-family:'Cormorant Garamond',serif;
  font-size:20px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:20px;
  padding-bottom:12px;
  border-bottom:1px solid var(--border)}

/* Draw Widget */
.draw-widget-item {
  padding:16px 0;
  border-bottom:1px solid var(--border)}

.draw-widget-item:last-child { border:none; padding-bottom:0 }

.dwi-label {
  font-size:11px;
  font-weight:600;
  color:#aaa;
  letter-spacing:0.08em;
  text-transform:uppercase;
  margin-bottom:4px}

.dwi-value {
  font-size:22px;
  font-family:'Cormorant Garamond',serif;
  font-weight:700;
  color:var(--navy)}

.dwi-value span {
  font-size:12px;
  color:var(--gold);
  font-family:'Outfit',sans-serif;
  font-weight:500;
  margin-left:6px}

.draw-widget-link {
  display:block;
  margin-top:16px;
  text-align:center;
  font-size:11px;
  font-weight:700;
  color:var(--red);
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none;
  padding:10px;
  border:1px solid var(--border);
  transition:background 0.2s}

.draw-widget-link:hover { background:#fdf8f8 }

/* Resources Widget */
.resource-link {
  display:flex;
  align-items:center;
  gap:10px;
  padding:12px 0;
  border-bottom:1px solid var(--border);
  text-decoration:none;
  transition:gap 0.2s}

.resource-link:last-child { border:none; padding-bottom:0 }
.resource-link:hover { gap:14px }

.resource-link-icon {
  width:32px;
  height:32px;
  background:#f8f7f5;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0}

.resource-link-text strong {
  display:block;
  font-size:13px;
  color:var(--navy);
  margin-bottom:2px}

.resource-link-text span {
  font-size:11px;
  color:#aaa}

/* Newsletter Widget */
.newsletter-form input {
  width:100%;
  box-sizing:border-box;
  padding:10px 14px;
  border:1px solid var(--border);
  font-size:13px;
  font-family:'Outfit',sans-serif;
  background:var(--white);
  margin-bottom:8px}

.newsletter-form button {
  width:100%;
  padding:12px;
  background:var(--red);
  color:var(--white);
  border:none;
  font-size:12px;
  font-weight:700;
  letter-spacing:0.08em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background 0.2s}

.newsletter-form button:hover { background:#6b0000 }

/* ── PAGINATION ── */
.news-pagination {
  display:flex;
  align-items:center;
  justify-content:center;
  gap:8px;
  margin-top:40px;
  padding-top:40px;
  border-top:1px solid var(--border)}

.pagination-btn {
  width:40px;
  height:40px;
  display:flex;
  align-items:center;
  justify-content:center;
  border:1px solid var(--border);
  background:var(--white);
  font-size:13px;
  color:var(--navy);
  cursor:pointer;
  transition:all 0.2s;
  text-decoration:none}

.pagination-btn:hover,.pagination-btn.active { background:var(--red); color:var(--white); border-color:var(--red) }

/* ── RESPONSIVE ── */
@media(max-width:1024px) {
  .news-layout { grid-template-columns:1fr }
  .news-sidebar { display:none }
  .news-featured { grid-template-columns:1fr }
  .news-featured-thumb { min-height:220px }
}

@media(max-width:768px) {
  .page-hero { padding:130px 0 60px }
  .newsroom-body { padding:60px 0 }
  .news-grid-full { grid-template-columns:1fr }
}

/* ── Styles from contact.html ── */
.page-hero { background:var(--navy); padding:160px 0 80px; position:relative; overflow:hidden }
.page-hero::before { content:''; position:absolute; inset:0; background:url('assets/images/hero-bg.jpg') center/cover no-repeat; opacity:0.12 }
.page-hero-inner { position:relative; z-index:1 }
.page-hero .sec-eyebrow { margin-bottom:16px }
.page-hero h1 { font-size:clamp(38px,5vw,68px); font-weight:600; line-height:1.05; color:var(--white); margin-bottom:18px }
.page-hero h1 em { color:var(--gold); font-style:italic }
.page-hero p { font-size:17px; color:rgba(255,255,255,0.65); max-width:580px; line-height:1.7 }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(255,255,255,0.4); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:24px }
.breadcrumb a { color:rgba(255,255,255,0.4); text-decoration:none }
.breadcrumb a:hover { color:var(--gold) }
.breadcrumb span { color:rgba(255,255,255,0.2) }

/* ── CONTACT INTRO CARDS ── */
.contact-cards {
  background:var(--white);
  padding:80px 0}

.contact-cards-grid {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:2px;
  margin-bottom:60px}

.contact-card {
  background:#f8f7f5;
  padding:40px 32px;
  text-align:center;
  border-top:3px solid transparent;
  transition:border-color 0.3s,background 0.3s}

.contact-card:hover { border-top-color:var(--red); background:#f3f0eb }

.contact-card-icon {
  width:56px;
  height:56px;
  background:var(--red);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 20px}

.contact-card h3 {
  font-family:'Cormorant Garamond',serif;
  font-size:22px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:8px}

.contact-card p {
  font-size:13px;
  color:#888;
  line-height:1.6;
  margin-bottom:16px}

.contact-card a {
  font-size:14px;
  font-weight:600;
  color:var(--red);
  text-decoration:none}

.contact-card a:hover { text-decoration:underline }

/* ── HOURS + MAP ── */
.contact-details {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:2px}

.contact-detail-block {
  background:#f8f7f5;
  padding:32px}

.contact-detail-block h4 {
  font-family:'Cormorant Garamond',serif;
  font-size:20px;
  font-weight:700;
  color:var(--navy);
  margin-bottom:20px;
  padding-bottom:12px;
  border-bottom:1px solid var(--border)}

.hours-row {
  display:flex;
  justify-content:space-between;
  align-items:center;
  padding:10px 0;
  border-bottom:1px solid var(--border);
  font-size:14px}

.hours-row:last-child { border:none }

.hours-day { color:#555 }
.hours-time { color:var(--navy); font-weight:500 }
.hours-closed { color:#bbb; font-style:italic }

/* Map Buttons */
.map-buttons { display: flex; gap: 12px; flex-wrap: wrap; }
.map-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  font-family: 'Outfit', sans-serif;
  text-decoration: none;
  transition: all 0.3s ease;
  border: 1px solid var(--border);
}
.map-btn svg { flex-shrink: 0; }
.map-btn-google {
  background: #fff;
  border-color: #dadce0;
}
.map-btn-google:hover {
  background: #f5f5f7;
  border-color: #aaa;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}
.map-btn-apple {
  background: #fff;
  color: #1d1d1f;
  border-color: #dadce0;
}
.map-btn-apple:hover {
  background: #f5f5f7;
  border-color: #aaa;
  box-shadow: 0 2px 8px rgba(0,0,0,0.12);
  transform: translateY(-1px);
}
/* Force logo size — beats Elementor's aggressive `.elementor img { height:auto }` */
.map-btn .map-btn-logo { height: 22px !important; width: auto !important; max-width: none !important; display: block; }
.map-btn-apple .map-btn-logo {
    height: 33px !important;
    width: auto !important;
    max-width: none !important;
    display: block;
    margin: 0 -20px 0 18px;
}

/* ── FORM SECTION ── */
.contact-form-section {
  background:var(--navy);
  padding:100px 0}

.contact-form-grid {
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:80px;
  align-items:start}

.contact-form-left {}

.contact-form-left h2 {
  color:var(--white);
  margin-bottom:16px}

.contact-form-left p {
  font-size:15px;
  color:rgba(255,255,255,0.65);
  line-height:1.8;
  margin-bottom:32px}

.contact-trust-list {
  list-style:none;
  padding:0;
  margin:0}

.contact-trust-list li {
  display:flex;
  align-items:flex-start;
  gap:12px;
  padding:14px 0;
  border-bottom:1px solid rgba(255,255,255,0.08);
  font-size:14px;
  color:rgba(255,255,255,0.7)}

.contact-trust-list li:last-child { border:none }

.ctl-icon {
  width:20px;
  height:20px;
  background:var(--gold);
  border-radius:50%;
  display:flex;
  align-items:center;
  justify-content:center;
  flex-shrink:0;
  margin-top:1px}

.ctl-icon svg { width:10px; height:10px }

.contact-form-right {}

/* ── Light form variant (About page) ── */
.cform-light{
  background:#ffffff;
  border:1px solid var(--cream2);
  padding:40px}
.cform-light h3{
  font-family:'Cormorant Garamond',serif;
  font-size:22px;font-weight:700;
  color:var(--navy);
  margin-bottom:28px}
.cform-light .ff label{
  display:block;font-size:11px;font-weight:600;
  letter-spacing:0.1em;text-transform:uppercase;
  color:var(--navy);margin-bottom:6px}
.cform-light .ff input,
.cform-light .ff select,
.cform-light .ff textarea{
  width:100%;box-sizing:border-box;
  background:#faf9f7;
  border:1px solid var(--cream2);
  color:var(--navy);
  font-family:'Outfit',sans-serif;font-size:14px;
  padding:12px 14px;border-radius:0;
  outline:none;transition:border-color 0.2s}
.cform-light .ff input::placeholder,
.cform-light .ff textarea::placeholder{color:#aaa}
.cform-light .ff input:focus,
.cform-light .ff select:focus,
.cform-light .ff textarea:focus{border-color:var(--gold)}
.cform-light .ff select{appearance:none;cursor:pointer}
.cform-light .ff select option{background:#fff;color:var(--navy)}
.cform-light .ff textarea{height:120px;resize:vertical}
.cform-light .ff{margin-bottom:16px}
.cform-light .frow{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-bottom:0}
.cform-light .frow .ff{margin-bottom:16px}
.cform-light .fsub{
  width:100%;padding:16px;
  background:var(--red);color:#fff;
  font-family:'Outfit',sans-serif;font-size:13px;font-weight:600;
  letter-spacing:0.08em;text-transform:uppercase;
  border:none;cursor:pointer;
  transition:background 0.2s,color 0.2s,transform 0.2s;margin-top:4px}
.cform-light .fsub:hover{background:var(--gold);color:#1d1d1b;transform:translateY(-1px)}
.cform-light .fdiscl{
  font-size:11px;color:#aaa;
  line-height:1.6;margin:14px 0 0}
@media(max-width:768px){
  .cform-light{padding:28px 20px}
  .cform-light .frow{grid-template-columns:1fr}
}

.cform-dark {
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.1);
  padding:40px}

.cform-dark h3 {
  color:var(--white);
  font-family:'Cormorant Garamond',serif;
  font-size:28px;
  font-weight:700;
  margin-bottom:28px}

.cform-dark .ff label {
  display:block;
  font-size:11px;
  font-weight:600;
  letter-spacing:0.1em;
  text-transform:uppercase;
  color:rgba(255,255,255,0.5);
  margin-bottom:6px}

.cform-dark .ff input,
.cform-dark .ff select,
.cform-dark .ff textarea {
  width:100%;
  box-sizing:border-box;
  padding:12px 16px;
  background:rgba(255,255,255,0.06);
  border:1px solid rgba(255,255,255,0.12);
  color:var(--white);
  font-family:'Outfit',sans-serif;
  font-size:14px;
  outline:none;
  transition:border-color 0.2s}

.cform-dark .ff input::placeholder,
.cform-dark .ff textarea::placeholder { color:rgba(255,255,255,0.3) }

.cform-dark .ff input:focus,
.cform-dark .ff select:focus,
.cform-dark .ff textarea:focus { border-color:var(--gold) }

.cform-dark .ff select { appearance:none; cursor:pointer }
.cform-dark .ff select option { background:var(--navy); color:var(--white) }

.cform-dark .ff textarea { height:120px; resize:vertical }

.cform-dark .ff { margin-bottom:16px }

.cform-dark .frow { display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:0 }
.cform-dark .frow .ff { margin-bottom:16px }

.cform-dark .fsub {
  width:100%;
  padding:16px;
  background:var(--red);
  color:var(--white);
  border:none;
  font-family:'Outfit',sans-serif;
  font-size:13px;
  font-weight:700;
  letter-spacing:0.1em;
  text-transform:uppercase;
  cursor:pointer;
  transition:background 0.2s,transform 0.2s;
  margin-top:4px}

.cform-dark .fsub:hover { background:#6b0000; transform:translateY(-1px) }

.cform-dark .fdiscl {
  font-size:11px;
  color:rgba(255,255,255,0.3);
  line-height:1.6;
  margin-top:16px}

/* ── CF7 Integration — neutralize defaults, preserve design ── */
.cform-dark .wpcf7 { margin:0; padding:0 }
.cform-dark .wpcf7-form { margin:0 }
.cform-dark span.wpcf7-form-control-wrap { display:block; width:100% }
.cform-dark .wpcf7-submit { display:block; width:100% }
.cform-dark .wpcf7-not-valid-tip {
  display:block;
  font-size:11px;
  color:#ff7b7b;
  margin-top:4px;
  font-family:'Outfit',sans-serif}
.cform-dark .wpcf7-response-output {
  margin:16px 0 0;
  padding:12px 16px;
  border:1px solid rgba(255,255,255,0.2);
  font-size:13px;
  color:var(--white);
  font-family:'Outfit',sans-serif;
  background:rgba(255,255,255,0.06)}
.cform-dark .wpcf7-mail-sent-ok {
  border-color:rgba(100,210,100,0.4);
  background:rgba(100,210,100,0.07);
  color:#7ddf7d}
.cform-dark .wpcf7-validation-errors,
.cform-dark .wpcf7-spam-blocked,
.cform-dark .wpcf7-acceptance-missing {
  border-color:rgba(255,100,100,0.4);
  background:rgba(255,100,100,0.07);
  color:#ff7b7b}

/* ── MAP EMBED ── */
.map-section {
  background:var(--white);
  padding:0}

.map-wrap {
  height:420px;
  background:#e8e4de;
  position:relative;
  overflow:hidden}

.map-wrap iframe {
  width:100%;
  height:100%;
  border:none}

.map-overlay {
  position:absolute;
  bottom:32px;
  left:32px;
  background:var(--navy);
  color:var(--white);
  padding:20px 24px;
  max-width:280px}

.map-overlay h4 {
  font-family:'Cormorant Garamond',serif;
  font-size:18px;
  font-weight:700;
  margin-bottom:8px}

.map-overlay p {
  font-size:13px;
  color:rgba(255,255,255,0.65);
  line-height:1.5;
  margin-bottom:12px}

.map-overlay a {
  font-size:12px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.08em;
  text-transform:uppercase;
  text-decoration:none}

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .contact-form-grid { grid-template-columns:1fr; gap:40px }
  .contact-cards-grid { grid-template-columns:1fr }
  .contact-details { grid-template-columns:1fr }
}

@media(max-width:768px){
  .page-hero { padding:130px 0 60px }
  .contact-cards { padding:60px 0 }
  .contact-form-section { padding:60px 0 }
  .cform-dark { padding:28px 20px }
  .cform-dark .frow { grid-template-columns:1fr }
  .map-wrap { height:320px }
}

/* ── Styles from blog.html ── */
.page-hero { background:var(--navy); padding:160px 0 80px; position:relative; overflow:hidden }
.page-hero::before { content:''; position:absolute; inset:0; background:url('assets/images/hero-bg.jpg') center/cover no-repeat; opacity:0.12 }
.page-hero-inner { position:relative; z-index:1 }
.page-hero .sec-eyebrow { margin-bottom:16px }
.page-hero h1 { font-size:clamp(38px,5vw,68px); font-weight:600; line-height:1.05; color:var(--white); margin-bottom:18px }
.page-hero h1 em { color:var(--gold); font-style:italic }
.page-hero p { font-size:17px; color:rgba(255,255,255,0.65); max-width:580px; line-height:1.7 }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(255,255,255,0.4); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:24px }
.breadcrumb a { color:rgba(255,255,255,0.4); text-decoration:none }
.breadcrumb a:hover { color:var(--gold) }
.breadcrumb span { color:rgba(255,255,255,0.2) }

/* ── FILTER BAR ── */
.blog-filter { background:var(--white); border-bottom:1px solid var(--border); padding:0 }
.blog-filter-inner { display:flex; align-items:center; gap:0; overflow-x:auto; scrollbar-width:none }
.blog-filter-inner::-webkit-scrollbar { display:none }
.bfilter { padding:18px 24px; font-size:12px; font-weight:600; letter-spacing:0.08em; text-transform:uppercase; color:#999; border-bottom:2px solid transparent; white-space:nowrap; cursor:pointer; transition:color 0.2s,border-color 0.2s; background:none; border-top:none; border-left:none; border-right:none }
.bfilter:hover,.bfilter.active { color:var(--red); border-bottom-color:var(--red) }

/* ── BLOG BODY ── */
.blog-body { background:#f8f7f5; padding:80px 0 }
.blog-layout { display:grid; grid-template-columns:1fr 320px; gap:40px; align-items:start }

/* ── FEATURED POST ── */
.blog-featured { background:var(--white); margin-bottom:2px; display:grid; grid-template-columns:1fr 1fr; overflow:hidden; transition:box-shadow 0.3s; text-decoration:none }
.blog-featured:hover { box-shadow:0 12px 40px rgba(0,0,0,0.1) }
.blog-featured-thumb { background:linear-gradient(135deg,var(--navy),#1a2d4a); min-height:320px; position:relative; overflow:hidden }
.blog-featured-thumb img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s }
.blog-featured:hover .blog-featured-thumb img { transform:scale(1.05) }
.blog-featured-tag { position:absolute; top:20px; left:20px; z-index:1; background:var(--red); color:var(--white); font-size:10px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; padding:4px 10px }
.blog-featured-body { padding:40px }
.blog-featured-meta { font-size:12px; color:#aaa; letter-spacing:0.08em; text-transform:uppercase; margin-bottom:12px }
.blog-featured-body h2 { font-size:clamp(20px,2.5vw,28px); color:var(--navy); line-height:1.3; margin-bottom:14px }
.blog-featured-body p { font-size:14px; color:#777; line-height:1.7; margin-bottom:24px }
.blog-read-more { display:inline-flex; align-items:center; gap:8px; font-size:12px; font-weight:700; color:var(--red); letter-spacing:0.08em; text-transform:uppercase; text-decoration:none; transition:gap 0.2s }
.blog-read-more:hover { gap:14px }

/* ── BLOG CARD GRID ── */
.blog-grid { display:grid; grid-template-columns:repeat(3,1fr); gap:2px; margin-bottom:2px }
.blog-card { background:var(--white); overflow:hidden; transition:transform 0.3s,box-shadow 0.3s; text-decoration:none; display:block }
.blog-card:hover { transform:translateY(-4px); box-shadow:0 16px 48px rgba(0,0,0,0.1) }
.bc-thumb { height:200px; position:relative; overflow:hidden }
.bc-thumb img { width:100%; height:100%; object-fit:cover; transition:transform 0.5s }
.blog-card:hover .bc-thumb img { transform:scale(1.05) }
.bc-thumb-grad { position:absolute; bottom:0; left:0; padding:16px }
.bc-tag { display:inline-block; background:var(--red); color:var(--white); font-size:9px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; padding:3px 8px }
.bc-body { padding:24px }
.bc-meta { font-size:11px; color:#bbb; letter-spacing:0.06em; text-transform:uppercase; margin-bottom:8px }
.bc-body h3 { font-size:17px; color:var(--navy); line-height:1.3; margin-bottom:10px; font-family:'Cormorant Garamond',serif; font-weight:700 }
.bc-body p { font-size:13px; color:#888; line-height:1.6; margin-bottom:14px }
.bc-read { font-size:11px; font-weight:700; color:var(--red); letter-spacing:0.08em; text-transform:uppercase; text-decoration:none }

/* ── SIDEBAR ── */
.blog-sidebar {}
.sidebar-widget { background:var(--white); padding:28px; margin-bottom:2px }
.sidebar-widget h4 { font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:700; color:var(--navy); margin-bottom:20px; padding-bottom:12px; border-bottom:1px solid var(--border) }

/* Popular Posts */
.popular-post { display:flex; gap:14px; padding:16px 0; border-bottom:1px solid var(--border); text-decoration:none; transition:background 0.2s }
.popular-post:last-child { border:none; padding-bottom:0 }
.popular-post:hover { background:#fdf8f8; margin:0 -8px; padding-left:8px; padding-right:8px }
.pp-num { font-family:'Cormorant Garamond',serif; font-size:32px; font-weight:700; color:rgba(139,0,0,0.15); line-height:1; min-width:32px }
.pp-text h5 { font-family:'Cormorant Garamond',serif; font-size:15px; font-weight:700; color:var(--navy); line-height:1.3; margin-bottom:4px }
.pp-text span { font-size:11px; color:#bbb; letter-spacing:0.06em; text-transform:uppercase }

/* Categories widget */
.cat-list { list-style:none; padding:0; margin:0 }
.cat-list li { display:flex; justify-content:space-between; align-items:center; padding:12px 0; border-bottom:1px solid var(--border); font-size:14px }
.cat-list li:last-child { border:none; padding-bottom:0 }
.cat-list li a { color:#555; text-decoration:none; transition:color 0.2s }
.cat-list li a:hover { color:var(--red) }
.cat-count { background:#f0ede8; color:#999; font-size:11px; font-weight:600; padding:2px 8px; border-radius:2px }

/* CTA widget */
.sidebar-cta { background:var(--navy); padding:28px; margin-bottom:2px; text-align:center }
.sidebar-cta h4 { color:var(--white); font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:600; margin-bottom:10px; border:none; padding:0 }
.sidebar-cta p { font-size:13px; color:rgba(255,255,255,0.6); margin-bottom:20px; line-height:1.5 }
.sidebar-cta a { display:block; background:var(--gold); color:var(--navy); padding:12px; font-size:12px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; text-decoration:none; transition:background 0.2s }
.sidebar-cta a:hover { background:#b8943f }

/* ── PAGINATION ── */
.blog-pagination { display:flex; align-items:center; justify-content:center; gap:8px; margin-top:40px; padding-top:40px; border-top:1px solid var(--border) }
.page-btn { width:40px; height:40px; display:flex; align-items:center; justify-content:center; border:1px solid var(--border); background:var(--white); font-size:13px; color:var(--navy); cursor:pointer; transition:all 0.2s; text-decoration:none }
.page-btn:hover,.page-btn.active { background:var(--red); color:var(--white); border-color:var(--red) }

/* ── View More Articles button ── */
.blog-card-hidden { display:none }
.blog-viewmore { display:flex; justify-content:center; margin-top:48px }
.blog-viewmore-btn {
  display:inline-flex; align-items:center; gap:10px;
  padding:15px 38px;
  background:var(--red); color:var(--white);
  font-size:13px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase;
  text-decoration:none; border-radius:2px;
  border:none; cursor:pointer; font-family:inherit;
  transition:background 0.2s, transform 0.2s }
.blog-viewmore-btn:hover { background:var(--red2); transform:translateY(-2px) }

/* ── RESPONSIVE ── */
@media(max-width:1024px){
  .blog-layout { grid-template-columns:1fr }
  .blog-sidebar { display:grid; grid-template-columns:1fr 1fr; gap:2px }
  .blog-featured { grid-template-columns:1fr }
  .blog-featured-thumb { min-height:220px }
}
@media(max-width:768px){
  .page-hero { padding:130px 0 60px }
  .blog-body { padding:60px 0 }
  .blog-grid { grid-template-columns:1fr }
  .blog-sidebar { grid-template-columns:1fr }
}

/* ── Styles from blog-express-entry-complete-guide.html ── */
.post-hero { background:var(--navy); padding:160px 0 60px; position:relative; overflow:hidden }
.post-hero::before { content:''; position:absolute; inset:0; background:url('assets/images/hero-bg.jpg') center/cover no-repeat; opacity:0.12 }
.post-hero-inner { position:relative; z-index:1; max-width:780px }
.breadcrumb { display:flex; align-items:center; gap:8px; font-size:12px; color:rgba(255,255,255,0.4); letter-spacing:0.08em; text-transform:uppercase; margin-bottom:24px }
.breadcrumb a { color:rgba(255,255,255,0.4); text-decoration:none }
.breadcrumb a:hover { color:var(--gold) }
.breadcrumb span { color:rgba(255,255,255,0.2) }
.post-tag { display:inline-block; background:var(--red); color:var(--white); font-size:10px; font-weight:700; letter-spacing:0.12em; text-transform:uppercase; padding:5px 12px; margin-bottom:20px }
.post-hero h1 { font-size:clamp(32px,4.5vw,56px); font-weight:600; line-height:1.1; color:var(--white); margin-bottom:18px }
.post-hero h1 em { color:var(--gold); font-style:italic }
.post-meta { display:flex; align-items:center; gap:20px; font-size:13px; color:rgba(255,255,255,0.5) }
.post-meta-author { display:flex; align-items:center; gap:10px }
.post-meta-avatar { width:36px; height:36px; border-radius:50%; background:var(--gold); display:flex; align-items:center; justify-content:center; font-size:12px; font-weight:700; color:var(--navy) }
.post-meta-name { color:var(--white); font-weight:500 }

/* ── POST BODY ── */
.post-body { background:var(--white); padding:80px 0 }
.post-layout { display:grid; grid-template-columns:1fr 320px; gap:60px; align-items:start }
.post-content { max-width:720px }
.post-content h2 { font-size:clamp(24px,3vw,34px); color:var(--navy); margin:48px 0 18px; line-height:1.2 }
.post-content h3 { font-size:clamp(18px,2vw,24px); color:var(--navy); margin:36px 0 14px; line-height:1.3 }
.post-content p { font-size:15px; color:#555; line-height:1.8; margin-bottom:20px }
.post-content ul,.post-content ol { margin:0 0 24px 20px; color:#444; line-height:1.9; font-size:16px }
.post-content li { margin-bottom:8px }
.post-content strong { color:var(--navy) }
.post-content a { color:var(--red); text-decoration:underline }

/* Info box */
.post-info { background:#f8f7f5; border-left:4px solid var(--gold); padding:24px 28px; margin:32px 0; font-size:15px; color:#555; line-height:1.8 }
.post-info strong { color:var(--navy); display:block; margin-bottom:8px }

/* Key point */
.post-key { background:var(--navy); color:var(--white); padding:32px; margin:40px 0 }
.post-key h4 { font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:700; margin-bottom:14px; color:var(--gold) }
.post-key p { font-size:15px; color:rgba(255,255,255,0.75); line-height:1.7; margin:0 }

/* CTA banner */
.post-cta { background:var(--red); padding:40px; margin:48px 0; text-align:center }
.post-cta h3 { color:var(--white); font-size:26px; margin-bottom:12px }
.post-cta p { color:rgba(255,255,255,0.8); font-size:15px; margin-bottom:24px; max-width:500px; margin-left:auto; margin-right:auto; line-height:1.6 }
.post-cta a { display:inline-block; background:var(--white); color:var(--red); padding:14px 32px; font-size:13px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; text-decoration:none; transition:background 0.2s }
.post-cta a:hover { background:#f5f5f5 }

/* Share bar */
.post-share { display:flex; align-items:center; gap:16px; padding:32px 0; border-top:1px solid var(--border); margin-top:48px }
.post-share-label { font-size:12px; font-weight:600; letter-spacing:0.1em; text-transform:uppercase; color:#aaa }
.post-share a { width:36px; height:36px; display:flex; align-items:center; justify-content:center; border:1px solid var(--border); font-size:13px; color:var(--navy); text-decoration:none; transition:all 0.2s }
.post-share a:hover { background:var(--red); color:var(--white); border-color:var(--red) }

/* Sidebar */
.post-sidebar {}
.sidebar-widget { background:#f8f7f5; padding:28px; margin-bottom:2px }
.sidebar-widget h4 { font-family:'Cormorant Garamond',serif; font-size:20px; font-weight:700; color:var(--navy); margin-bottom:20px; padding-bottom:12px; border-bottom:1px solid var(--border) }

/* TOC */
.toc-list { list-style:none; padding:0; margin:0; counter-reset:toc }
.toc-list li { counter-increment:toc }
.toc-list li a { display:block; padding:10px 0; border-bottom:1px solid var(--border); font-size:14px; color:#555; text-decoration:none; transition:color 0.2s; line-height:1.4 }
.toc-list li a:hover { color:var(--red) }
.toc-list li a::before { content:counter(toc,decimal-leading-zero) "."; color:var(--gold); font-weight:700; margin-right:10px; font-size:13px }
.toc-list li:last-child a { border:none }

/* Related Posts */
.related-post { display:block; padding:14px 0; border-bottom:1px solid var(--border); text-decoration:none; transition:background 0.2s }
.related-post:last-child { border:none; padding-bottom:0 }
.related-post:hover { background:#f0ede8; margin:0 -8px; padding-left:8px; padding-right:8px }
.related-post h5 { font-family:'Cormorant Garamond',serif; font-size:15px; font-weight:700; color:var(--navy); line-height:1.3; margin-bottom:4px }
.related-post span { font-size:11px; color:#bbb; letter-spacing:0.06em; text-transform:uppercase }

/* Sidebar CTA */
.sidebar-cta { background:var(--navy); padding:28px; margin-bottom:2px; text-align:center }
.sidebar-cta h4 { color:var(--white); font-family:'Cormorant Garamond',serif; font-size:22px; font-weight:600; margin-bottom:10px; border:none; padding:0 }
.sidebar-cta p { font-size:13px; color:rgba(255,255,255,0.6); margin-bottom:20px; line-height:1.5 }
.sidebar-cta a { display:block; background:var(--gold); color:var(--navy); padding:12px; font-size:12px; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; text-decoration:none; transition:background 0.2s }
.sidebar-cta a:hover { background:#b8943f }

/* ── RESPONSIVE ── */
@media(max-width:1024px){ .post-layout { grid-template-columns:1fr } .post-sidebar { display:grid; grid-template-columns:1fr 1fr; gap:2px } }
@media(max-width:768px){ .post-hero { padding:130px 0 50px } .post-body { padding:60px 0 } .post-sidebar { grid-template-columns:1fr } .post-meta { flex-wrap:wrap; gap:12px } }

/* ── SERVICE DETAIL PAGE ── */
.svc-detail-body { padding: 80px 0 60px; background: var(--white); }
.svc-detail-grid { display: grid; grid-template-columns: 1fr 380px; gap: 60px; align-items: start; }
.svc-detail-content { color: #444; font-size: 16px; line-height: 1.8; }
.svc-detail-content h2 { font-size: 32px; margin: 40px 0 20px; color: var(--navy); }
.svc-detail-content h3 { font-size: 24px; margin: 30px 0 15px; color: var(--navy); }
.svc-detail-content p { margin-bottom: 18px; color: #444; }
.svc-detail-content ul, .svc-detail-content ol { margin: 20px 0; padding-left: 24px; color: #444; }
.svc-detail-content li { margin-bottom: 12px; line-height: 1.7; }
.svc-detail-content li strong { color: var(--navy); }
.svc-detail-content a { color: var(--red); text-decoration: none; }

/* Related Services Grid */
.svc-detail-items { margin-top: 60px; padding-top: 40px; border-top: 1px solid var(--border); display:none; }
.svc-detail-items h2 { font-size: 28px; margin-bottom: 30px; color: var(--navy); }
.svc-detail-items-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 24px; }
.svc-detail-item { background: #f8f7f5; border: 1px solid var(--border); border-radius: 12px; padding: 28px; transition: all 0.3s ease; text-decoration: none; display: block; }
.svc-detail-item:hover { background: #f0ede8; border-color: var(--gold); transform: translateY(-2px); box-shadow: 0 8px 24px rgba(0,0,0,0.08); }
.svc-detail-item .service-item-num { font-size: 13px; font-weight: 600; color: var(--gold); margin-bottom: 12px; font-family: var(--font-body); letter-spacing: 0.05em; }
.svc-detail-item h3 { font-size: 20px; margin-bottom: 10px; color: var(--navy); }
.svc-detail-item p { font-size: 14px; color: #777; line-height: 1.6; margin: 0; }

/* Sidebar */
.svc-detail-sidebar { position: sticky; top: 100px; }
.svc-sidebar-cta { background: var(--navy); border-radius: 16px; padding: 32px; margin-bottom: 24px; }
.svc-sidebar-cta h4 { font-size: 22px; color: var(--white); margin-bottom: 12px; }
.svc-sidebar-cta p { font-size: 14px; color: rgba(255,255,255,0.7); line-height: 1.6; margin-bottom: 20px; }
.svc-sidebar-btn { display: block; text-align: center; background: var(--gold); color: var(--navy); padding: 14px 24px; border-radius: 8px; font-weight: 600; font-size: 15px; text-decoration: none; transition: all 0.3s ease; font-family: var(--font-body); }
.svc-sidebar-btn:hover { background: #d4b85c; transform: translateY(-1px); box-shadow: 0 4px 20px rgba(201,168,76,0.3); }
.svc-sidebar-trust { display: flex; flex-direction: column; gap: 8px; margin-top: 16px; }
.svc-sidebar-trust span { font-size: 13px; color: rgba(255,255,255,0.55); }

.svc-sidebar-links { background: #f8f7f5; border: 1px solid var(--border); border-radius: 16px; padding: 28px; margin-bottom: 24px; }
.svc-sidebar-links h4 { font-size: 18px; color: var(--navy); margin-bottom: 16px; }
.svc-sidebar-links ul { list-style: none; padding: 0; margin: 0; }
.svc-sidebar-links li { border-bottom: 1px solid var(--border); }
.svc-sidebar-links li:last-child { border-bottom: none; }
.svc-sidebar-links a { display: block; padding: 10px 0; color: #555; font-size: 14px; text-decoration: none; transition: color 0.2s; }
.svc-sidebar-links a:hover { color: var(--red); }

.svc-sidebar-contact { background: #f8f7f5; border: 1px solid var(--border); border-radius: 16px; padding: 28px; }
.svc-sidebar-contact h4 { font-size: 18px; color: var(--navy); margin-bottom: 16px; }
.svc-sidebar-ci { margin-bottom: 12px; }
.svc-sidebar-ci:last-child { margin-bottom: 0; }
.svc-sidebar-ci strong { display: block; font-size: 12px; color: #999; text-transform: uppercase; letter-spacing: 0.08em; margin-bottom: 4px; font-family: var(--font-body); }
.svc-sidebar-ci span { font-size: 14px; color: #444; }

/* Responsive */
@media (max-width: 900px) {
  .svc-detail-grid { grid-template-columns: 1fr; gap: 40px; }
  .svc-detail-sidebar { position: static; }
  .svc-detail-items-grid { grid-template-columns: 1fr; }
}
.irb img {
    height: 43px !important;
}
.journey-header .sec-eyebrow {
    width: 10%;
    margin: 5px auto;
}
.testi .pad {
    padding: 0 100px;
}
.news .pad {
    padding: 0 100px;
}
.social .pad {
    padding: 0 100px;
}
.contact .pad {
    padding: 0 100px;
}

/* ── Inner-page sections: same 15px side padding (below breadcrumb) ── */
.about-story .pad,
.about-stats .pad,
.leadership-detail .pad,
.mission .pad,
.team-section .pad,
.why-us .pad,
.about-timeline .pad,
.contact-cards .pad,
.contact-form-section .pad,
.calc-hub .pad,
.service-tabs .pad,
.service-cat .pad,
.process-strip .pad,
.svc-detail-body .pad,
.faq-section .pad,
.faq-cta-strip .pad,
.calc-page .pad,
.news-filter .pad,
.newsroom-body .pad, 
.blog-body .pad,
.services-intro .pad{
    padding: 0 100px;
}
.blog-body .pad{
    padding: 0 100px;
}



/* ═══════════════════════════════════════════
   FULL HERO SECTION SLIDER
═══════════════════════════════════════════ */

/* Each slide is absolutely stacked and fills the whole hero */
.hero-slide {
  position:absolute;
  inset:0;
  min-height:100vh;
  display:grid;
	padding:0 100px;
  grid-template-columns:1fr 1fr;
  opacity:0;
  transition:opacity 0.6s ease-in-out;
  pointer-events:none;
  z-index:1}

.hero-slide.active {
  opacity:1;
  pointer-events:auto;
  z-index:2}

/* Per-slide background (replaces old static .hero-bg) */
.hero-slide-bg {
  position:absolute;
  inset:0;
  background-size:cover;
  background-position:center 40%;
  filter:brightness(0.2) saturate(0.5)}

/* Per-slide gradient overlay */
.hero-slide-overlay {
  position:absolute;
  inset:0;
  background:linear-gradient(90deg,rgba(8,8,8,0.96) 0%,rgba(8,8,8,0.82) 45%,rgba(8,8,8,0.3) 75%,transparent 100%)}

/* Navigation bar */
.hero-nav {
  position:absolute;
  bottom:32px;
  right:max(calc(50% - 640px),44px);
  display:flex;
  align-items:center;
  gap:24px;
  z-index:10}

.hero-dots {
  display:flex;
  gap:8px;
  align-items:center}

.hero-dot {
  width:8px;
  height:8px;
  border-radius:50%;
  background:rgba(255,255,255,0.35);
  border:none;
  cursor:pointer;
  padding:0;
  transition:all 0.35s ease}

.hero-dot.active {
  background:var(--gold);
  width:24px;
  border-radius:4px}

.hero-arrows {
  display:flex;
  gap:8px}

.hero-arrow {
  width:40px;
  height:40px;
  background:rgba(255,255,255,0.08);
  border:1px solid rgba(255,255,255,0.2);
  color:rgba(255,255,255,0.7);
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  transition:all 0.2s;
  padding:0}

.hero-arrow:hover {
  background:rgba(201,168,76,0.2);
  border-color:var(--gold);
  color:var(--gold)}

@media (max-width:768px){
  .hero-nav{right:24px;left:auto;bottom:max(24px,env(safe-area-inset-bottom,0px) + 16px)}
  .hero-arrows{display:none}
}
@media (max-width:480px){
  .hero-nav{right:20px;left:auto;bottom:max(20px,env(safe-area-inset-bottom,0px) + 14px)}
}

/* ═══════════════════════════════════════════
   ACHIEVEMENTS PAGE
═══════════════════════════════════════════ */

/* Marquee strip */
.achv-marquee-wrap{overflow:hidden;background:var(--navy);padding:14px 0;border-top:1px solid rgba(201,168,76,0.2);border-bottom:1px solid rgba(201,168,76,0.2)}
.achv-marquee-track{display:flex;white-space:nowrap;animation:achvMarquee 28s linear infinite}
.achv-marquee-track span{font-family:'Playfair Display',serif;font-size:1.05rem;font-style:italic;color:var(--gold);letter-spacing:0.04em;flex-shrink:0}
@keyframes achvMarquee{from{transform:translateX(0)}to{transform:translateX(-50%)}}

/* Accordion gallery */
.achv-accordion-section {padding: 72px 100px; background: var(--cream);}
.achv-accordion{display:flex;height:70vh;min-height:460px;max-height:680px;gap:4px}
.achv-item{
  flex:1;
  min-width:60px;
  background-image:var(--bg);
  background-size:cover;
  background-position:center;
  position:relative;
  overflow:hidden;
  cursor:pointer;
  transition:flex 0.7s cubic-bezier(0.22,1,0.36,1);
  border-radius:2px}
.achv-item:hover{flex:0.9;}
.achv-item-img{display:none}
.achv-item::after{
  content:'';
  position:absolute;inset:0;
  background:linear-gradient(to top, rgba(0,0,0,0.72) 0%, rgba(0,0,0,0.08) 60%, transparent 100%);
  transition:opacity 0.4s}
.achv-item:not(:hover)::after{opacity:0.85}
.achv-item-label{
  position:absolute;bottom:0;left:0;right:0;
  padding:28px 24px 22px;
  z-index:2;
  display:flex;flex-direction:column;gap:4px;
  transform:translateY(12px);
  opacity:0;
  transition:opacity 0.45s,transform 0.45s cubic-bezier(0.22,1,0.36,1)}
.achv-item:hover .achv-item-label{opacity:1;transform:translateY(0)}
.achv-num{font-size:0.72rem;font-weight:700;letter-spacing:0.16em;color:var(--gold);text-transform:uppercase}
.achv-title{font-family:'Playfair Display',serif;font-size:1.35rem;color:#fff;line-height:1.25}
.achv-designation{font-size:0.82rem;font-weight:500;letter-spacing:0.03em;color:rgba(255,255,255,0.8);line-height:1.3;margin-top:2px}

/* Stats bar */
.achv-stats-section {background: var(--cream); padding: 60px 0; display: none;}
.achv-stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:32px;text-align:center}
.achv-stat strong{display:block;font-family:'Playfair Display',serif;font-size:2.8rem;font-weight:700;color:var(--red);line-height:1.1}
.achv-stat span{font-size:0.88rem;font-weight:600;letter-spacing:0.08em;text-transform:uppercase;color:var(--muted);margin-top:6px;display:block}

/* Gallery section */
.achv-gallery-section{padding:80px 0 96px;background:#fff}
.achv-gallery-sub{color:var(--muted);max-width:620px;margin:12px 0 48px;line-height:1.7}

/* Bento grid — masonry via CSS columns */
.achv-bento{column-count:3;column-gap:12px}
.achv-bento-item{
  position:relative;border-radius:6px;
  background:#f0ede8;overflow:hidden;
  break-inside:avoid;
  margin-bottom:12px;
  display:inline-block;width:100%}
.achv-bento-item img{
  width:100%;height:auto;
  display:block}
.achv-bento-caption{
  position:absolute;bottom:0;left:0;right:0;
  padding:18px 20px 16px;
  background:linear-gradient(to top,rgba(0,0,0,0.7) 0%,transparent 100%);
  color:#fff;
  font-size:0.9rem;font-weight:600;
  transform:translateY(6px);opacity:0;
  transition:opacity 0.35s,transform 0.35s}
.achv-bento-caption small{font-weight:600;font-size:14px;opacity:0.85;display:block}
.achv-bento-item:hover .achv-bento-caption{opacity:1;transform:translateY(0)}

/* Responsive */
@media (max-width:900px){
  .achv-accordion{height:55vw;min-height:300px}
  .achv-stats-grid{grid-template-columns:repeat(2,1fr)}
  .achv-bento{column-count:2}
}
@media (max-width:640px){
  .achv-accordion-section{padding:72px 26px}
  .achv-accordion{flex-direction:column;height:auto;min-height:unset;max-height:unset;gap:3px}
  .achv-item{flex:none;height:auto;background-image:none !important}
  .achv-item:hover{flex:none;height:auto}
  .achv-item-img{display:block;width:100%;height:auto}
  .achv-item-label{opacity:1;transform:none;position:relative;background:var(--navy);padding:12px 16px}
  .achv-item::after{display:none}
  .achv-bento{column-count:1}
  .achv-stats-grid{grid-template-columns:repeat(2,1fr);gap:20px}
  .achv-bento{grid-template-columns:1fr}
  .achv-wide{grid-column:span 1}
}

/* ═══════════════════════════════════════════
   MOBILE HERO — CENTER ALIGNMENT OVERRIDE
   (placed last so cascade always wins)
═══════════════════════════════════════════ */
@media (max-width:768px){
  /* Remove desktop 100px side padding from slide grid */
  .hero-slide {
    padding: 0 !important;
    grid-template-columns: 1fr !important;
  }

  .hero-left {
    text-align: center !important;
    align-items: center !important;
    width: 100% !important;
    margin: 0 !important;
    padding: 88px 24px 90px !important;
    box-sizing: border-box !important;
  }

  .hero-eyebrow{
    display:flex !important;
    justify-content:center !important;
    width:100% !important}

  .hero h1,.hero-sub{
    text-align:center !important;
    width:100% !important}

  .hero-btns{
    margin-left:auto !important;
    margin-right:auto !important;
    align-items:stretch !important}

  .hero-trust{
    justify-content:center !important;
    width:100% !important}

  .btn-gold,.btn-ghost{
    text-align:center !important;
    display:block !important}
}

/* ═══════════════════════════════════════════
   GLOBAL OVERFLOW FIX
═══════════════════════════════════════════ */
html { overflow-x:hidden }
body { overflow-x:hidden }

/* ═══════════════════════════════════════════
   PAGE HERO — MOBILE RESPONSIVE
   (last-wins override for all per-page dupes)
═══════════════════════════════════════════ */
@media(max-width:768px){
  /* Hero layout */
  .page-hero { padding:100px 0 44px }
  .page-hero-inner { text-align:center }
  .page-hero h1 { font-size:clamp(24px,6.5vw,42px); line-height:1.1; margin-bottom:12px }
  .page-hero p { font-size:15px; max-width:100% }
  .breadcrumb { justify-content:center }
  .breadcrumb,.breadcrumb a,.breadcrumb span { color:#fff !important }
  .page-hero .sec-eyebrow { justify-content:center }
  .page-hero .sec-line { background:var(--gold) }

  /* Fix 100px inner-section padding that causes horizontal overflow */
  .testi .pad, .news .pad, .social .pad, .contact .pad,
  .about-story .pad, .about-stats .pad, .leadership-detail .pad,
  .mission .pad, .team-section .pad,
  .why-us .pad, .about-timeline .pad, .contact-cards .pad,
  .contact-form-section .pad, .calc-hub .pad, .service-tabs .pad,
  .service-cat .pad, .process-strip .pad, .svc-detail-body .pad,
  .faq-section .pad, .faq-cta-strip .pad, .calc-page .pad,
  .news-filter .pad, .newsroom-body .pad, .blog-body .pad,
  .services-intro .pad { padding-left:24px; padding-right:24px }
  .service-cat-grid { padding-left:0; padding-right:0 }
}

@media(max-width:480px){
  /* Hero layout */
  .page-hero { padding:80px 0 36px }
  .page-hero-inner { text-align:center }
  .page-hero h1 { font-size:22px; line-height:1.2; margin-bottom:10px }
  .page-hero p { font-size:14px; line-height:1.6; max-width:100% }
  .breadcrumb { margin-bottom:12px; flex-wrap:wrap; gap:6px; justify-content:center }
  .breadcrumb,.breadcrumb a,.breadcrumb span { color:#fff !important }

  /* Fix 100px inner-section padding on phones */
  .testi .pad, .news .pad, .social .pad, .contact .pad,
  .about-story .pad, .about-stats .pad, .leadership-detail .pad,
  .mission .pad, .team-section .pad,
  .why-us .pad, .about-timeline .pad, .contact-cards .pad,
  .contact-form-section .pad, .calc-hub .pad, .service-tabs .pad,
  .service-cat .pad, .process-strip .pad, .svc-detail-body .pad,
  .faq-section .pad, .faq-cta-strip .pad, .calc-page .pad,
  .news-filter .pad, .newsroom-body .pad, .blog-body .pad,
  .services-intro .pad { padding-left:20px; padding-right:20px }
  .service-cat-grid { padding-left:0; padding-right:0 }
}

/* ═══════════════════════════════════════════
   MOBILE HERO — SHOW SHAFOLI PORTRAIT
   (last-wins: earlier mobile rules hid .hero-right with
    display:none; here we reveal it as a band below the text)
═══════════════════════════════════════════ */
@media (max-width:768px){
  /* Slides flow in-document (only the active one shows) instead of
     stacking absolutely, so the hero can grow tall enough to fit both
     the text and the portrait. The slider still works via .active. */
  .hero-slide{
    position:relative;
    display:none;
    opacity:1;
    min-height:auto;
    align-content:start;
    transition:none}
  .hero-slide.active{ display:grid }

  /* Reveal the portrait column (was display:none on mobile) */
  .hero-right{
    display:block;
    position:relative;
    height:auto;
    overflow:visible}

  .shafoli-wrap{
    position:relative;
    inset:auto;
    width:100%;
    height:360px}

  /* Single soft fade top & bottom so the photo blends into the dark
     hero background instead of the desktop multi-mask cut-out. */
  .shafoli-img{
    -webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 16%,#000 92%,transparent 100%);
    mask-image:linear-gradient(to bottom,transparent 0,#000 16%,#000 92%,transparent 100%);
    object-position:top center;
    filter:brightness(0.97) contrast(1.02)}

  /* Floating stat chips clutter the narrow band */
  .stat-float{ display:none }

  /* Name card sits bottom-left of the photo; slider nav stays bottom-right */
  .shafoli-namecard{
    left:14px;
    right:auto;
    bottom:14px}

  /* Tighten the gap between the text block and the photo */
  .hero-left{ padding-bottom:24px !important }

  /* Keep slider dots/arrows from colliding with the photo */
  .hero-nav{ bottom:16px }
}

@media (max-width:480px){
  .shafoli-wrap{ height:300px }
}

/* ═══════════════════════════════════════════
   HEADER SEARCH (nav toggle + slide-down bar)
═══════════════════════════════════════════ */
.nav-search-item{
  display:flex;
  align-items:center}

.nav-search-toggle{
  display:inline-flex;
  align-items:center;
  gap:8px;
  background:none;
  border:none;
  cursor:pointer;
  color:#444;
  padding:0;
  font:inherit;
  line-height:1;
  transition:color .2s}

.nav-search-toggle:hover{ color:var(--red) }
.nav-search-ico{ width:18px; height:18px; display:block; margin:5px 0 }
.nav-search-label{ display:none }

.nav-search-overlay{
  position:fixed;
  inset:0;
  z-index:400;
  background:rgba(248,247,245,0.98);
  opacity:0;
  visibility:hidden;
  transition:opacity .25s ease, visibility .25s ease;
  display:flex;
  flex-direction:column;
  overflow:hidden}

.nav-search-overlay.open{ opacity:1; visibility:visible }
body.search-open{ overflow:hidden }

.nav-search-bar{
  background:#fff;
  display:flex;
  align-items:center;
  gap:27px;
  padding-top:48px;
  padding-bottom:19px;
  transform:translateY(-100%);
  transition:transform .32s cubic-bezier(.22,1,.36,1);
  box-shadow:0 4px 20px rgba(0,0,0,0.08);
  flex-shrink:0;
  position:relative;
  z-index:2}

.nav-search-overlay.open .nav-search-bar{ transform:translateY(0) }

.nav-search-form{
  flex:1;
  display:flex;
  align-items:center;
  gap:14px;
  border-bottom:2px solid var(--red);
  padding-bottom:10px}

.nav-search-form-ico{ width:22px; height:22px; color:var(--red); flex:none }

.nav-search-input{
  flex:1;
  border:none;
  outline:none;
  background:none;
  font-family:'Cormorant Garamond',serif;
  font-size:24px;
  color:var(--text);
  padding:4px 0}

.nav-search-input::placeholder{ color:#aaa }

/* Live result count badge */
.live-search-count{
  font-size:12px;
  font-weight:600;
  color:var(--red);
  white-space:nowrap;
  letter-spacing:0.02em;
  opacity:0.8}

.nav-search-close{
  flex:none;
  background:none;
  border:none;
  cursor:pointer;
  font-size:34px;
  line-height:1;
  color:#999;
  padding:0 4px;
  transition:color .2s}

.nav-search-close:hover{ color:var(--red) }

/* ── Live Search Results Area ── */
.live-search-results{
  flex:1;
  overflow-y:auto;
  padding-top:32px;
  padding-bottom:48px;
  opacity:0;
  transform:translateY(10px);
  transition:opacity .3s ease .1s, transform .3s ease .1s}

.nav-search-overlay.open .live-search-results{
  opacity:1;
  transform:translateY(0)}

/* Hint (before typing) */
.live-search-hint{
  text-align:center;
  padding:80px 0;
  color:#aaa;
  display:flex;
  flex-direction:column;
  align-items:center;
  gap:16px}
.live-search-hint p{ font-size:15px; margin:0 }

/* Empty state */
.live-search-empty{
  text-align:center;
  padding:60px 0;
  color:#888}
.live-search-empty p{ font-size:18px; margin:0 0 8px; color:var(--navy) }
.live-search-empty span{ font-size:13px; color:#aaa }

/* Results grid */
.live-search-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px}

/* Card */
.live-svc-card{
  background:#fff;
  border-radius:14px;
  padding:28px 24px 24px;
  border:1px solid rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
  transition:transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease}

.live-svc-card::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg, var(--gold) 0%, var(--gold2) 60%, transparent 100%);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94)}

.live-svc-card:hover{
  transform:translateY(-4px);
  box-shadow:0 16px 40px rgba(0,0,0,0.1), 0 4px 12px rgba(201,168,76,0.08);
  border-color:rgba(201,168,76,0.35)}

.live-svc-card:hover::before{ transform:scaleX(1) }

/* Card top */
.live-svc-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:14px}

.live-svc-num{
  font-size:12px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.1em}

.live-svc-tag{
  font-size:10px;
  font-weight:600;
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:0.08em;
  background:rgba(163,31,52,0.08);
  padding:3px 10px;
  border-radius:20px}

.live-svc-card h3{
  font-size:15px;
  color:var(--navy);
  line-height:1.4;
  font-weight:600;
  margin:0 0 10px;
  transition:color 0.25s ease}

.live-svc-card:hover h3{ color:var(--red) }

.live-svc-card p{
  font-size:13px;
  color:#777;
  line-height:1.6;
  margin:0 0 16px;
  flex:1}

.live-svc-link{
  font-size:11px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.12em;
  text-transform:uppercase;
  border-top:1px solid rgba(0,0,0,0.07);
  padding-top:14px;
  margin-top:auto;
  transition:color 0.25s ease}

.live-svc-card:hover .live-svc-link{ color:var(--red) }

/* ── Search results page (fallback) ── */
.search-results-form{
  display:flex;
  align-items:center;
  gap:14px;
  background:#fff;
  border:1px solid var(--border);
  padding:10px 16px;
  margin-bottom:40px;
  max-width:680px}

.srf-ico{ width:20px; height:20px; color:var(--red); flex:none }

.srf-input{
  flex:1;
  border:none;
  outline:none;
  background:none;
  font-size:15px;
  color:var(--text);
  padding:6px 0}

.srf-go{
  flex:none;
  background:var(--red);
  color:#fff;
  border:none;
  cursor:pointer;
  padding:10px 22px;
  font-size:12px;
  font-weight:600;
  letter-spacing:0.08em;
  text-transform:uppercase;
  transition:background .2s}

.srf-go:hover{ background:var(--red2) }

/* ── Search Services Body ────────────────────────────────── */
.search-services-body{ background:#f8f7f5; padding:80px 0 }

/* Service results grid */
.search-svc-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:16px;
  margin-top:32px}

/* Individual card */
.search-svc-card{
  background:#fff;
  border-radius:14px;
  padding:32px 28px 28px;
  border:1px solid rgba(0,0,0,0.08);
  display:flex;
  flex-direction:column;
  gap:0;
  text-decoration:none;
  position:relative;
  overflow:hidden;
  box-shadow:0 2px 8px rgba(0,0,0,0.04);
  transition:transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease}

.search-svc-card::before{
  content:'';
  position:absolute;
  top:0;left:0;right:0;
  height:3px;
  background:linear-gradient(90deg, var(--gold) 0%, var(--gold2) 60%, transparent 100%);
  transform:scaleX(0);
  transform-origin:left;
  transition:transform 0.4s cubic-bezier(0.25,0.46,0.45,0.94)}

.search-svc-card:hover{
  transform:translateY(-5px);
  box-shadow:0 20px 48px rgba(0,0,0,0.1), 0 6px 16px rgba(201,168,76,0.09);
  border-color:rgba(201,168,76,0.35)}

.search-svc-card:hover::before{ transform:scaleX(1) }

/* Card top row (number + tag) */
.search-svc-card-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  margin-bottom:16px}

.search-svc-num{
  font-size:12px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.1em;
  font-family:var(--font-body)}

.search-svc-tag{
  font-size:10px;
  font-weight:600;
  color:var(--red);
  text-transform:uppercase;
  letter-spacing:0.08em;
  background:rgba(163,31,52,0.08);
  padding:3px 10px;
  border-radius:20px}

/* Card title */
.search-svc-card h3{
  font-size:16px;
  color:var(--navy);
  line-height:1.4;
  font-weight:600;
  margin:0 0 12px;
  transition:color 0.25s ease}

.search-svc-card:hover h3{ color:var(--red) }

/* Card excerpt */
.search-svc-card p{
  font-size:13px;
  color:#777;
  line-height:1.65;
  margin:0 0 20px;
  flex:1}

/* Card link */
.search-svc-link{
  display:inline-flex;
  align-items:center;
  gap:7px;
  font-size:11px;
  font-weight:700;
  color:var(--gold);
  letter-spacing:0.12em;
  text-transform:uppercase;
  text-decoration:none;
  border-top:1px solid rgba(0,0,0,0.07);
  padding-top:16px;
  margin-top:auto;
  transition:gap 0.25s ease, color 0.25s ease}

.search-svc-card:hover .search-svc-link{ color:var(--red) }

/* Highlight */
.search-hl{
  background:linear-gradient(120deg, rgba(201,168,76,0.25) 0%, rgba(201,168,76,0.45) 100%);
  color:var(--navy);
  padding:1px 4px;
  border-radius:3px;
  font-weight:inherit;
  box-decoration-break:clone;
  -webkit-box-decoration-break:clone}

/* Empty state */
.search-empty{
  text-align:center;
  padding:60px 0 40px;
  max-width:620px;
  margin:0 auto}

.search-empty-icon{
  width:80px;
  height:80px;
  border-radius:50%;
  background:rgba(201,168,76,0.1);
  display:flex;
  align-items:center;
  justify-content:center;
  margin:0 auto 24px}

.search-empty h2{
  font-family:'Cormorant Garamond',serif;
  font-size:32px;
  color:var(--navy);
  margin-bottom:14px}

.search-empty p{
  font-size:15px;
  color:#777;
  line-height:1.7;
  margin-bottom:28px}

/* Suggestions label */
.search-suggest-label{
  font-size:12px;
  font-weight:700;
  color:var(--gold);
  text-transform:uppercase;
  letter-spacing:0.15em;
  margin-top:36px;
  padding-bottom:12px;
  border-bottom:1px solid rgba(0,0,0,0.08)}

@media (max-width:1024px){
  .search-svc-grid{ grid-template-columns:repeat(2,1fr) }
  .live-search-grid{ grid-template-columns:repeat(2,1fr) }
}

@media (max-width:768px){
  /* Toggle becomes a full-width labelled row in the mobile menu */
  .nav-search-toggle{
    width:100%;
    justify-content:flex-start;
    gap:12px;
    padding:14px 0;
    font-size:14px;
    color:var(--text)}
  .nav-search-toggle:hover{ color:var(--red) }
  .nav-search-label{ display:inline }

  .nav-search-bar{
    flex-wrap:wrap;
    gap:12px;
    padding-top:70px;
    padding-bottom:18px}
  .nav-search-input{ font-size:20px }

  .search-results-form{ max-width:100% }
  .search-services-body{ padding:50px 0 }
  .search-svc-grid{ grid-template-columns:1fr; gap:12px }
  .live-search-grid{ grid-template-columns:1fr; gap:12px }
  .live-search-results{ padding-top:20px; padding-bottom:32px }
}

/* ── Form message feedback ─────────────────────────────────── */
.form-message { display:none; padding:12px 16px; border-radius:8px; font-size:14px; font-weight:500; margin-top:12px; margin-bottom:4px }
.form-message.success { background:#d4edda; color:#155724; border:1px solid #c3e6cb }
.form-message.error   { background:#f8d7da; color:#721c24; border:1px solid #f5c6cb }
