/* =========================================================
   Sabancıoğlu Nakliyat - Ana Stil Dosyası
   Tema: Altın (#C9A24B / #E9C766) & Beyaz / Antrasit
   ========================================================= */

@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Playfair+Display:wght@600;700;800&display=swap');

:root {
  --gold: #c9a24b;
  --gold-light: #e9c766;
  --gold-soft: #f6e9c9;
  --gold-dark: #96762c;
  --ink: #14171f;
  --ink-soft: #40434f;
  --paper: #ffffff;
  --paper-soft: #faf8f3;
  --line: #ece5d3;
  --shadow: 0 20px 50px -20px rgba(20, 23, 31, 0.25);
  --shadow-sm: 0 8px 24px -10px rgba(20, 23, 31, 0.18);
  --radius: 18px;
  --radius-sm: 10px;
  --ff-head: 'Playfair Display', serif;
  --ff-body: 'Manrope', sans-serif;
  --container: 1220px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--ff-body);
  color: var(--ink);
  background: var(--paper);
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { max-width: 100%; display: block; }
a { color: inherit; text-decoration: none; }
ul { list-style: none; margin: 0; padding: 0; }
h1, h2, h3, h4 { font-family: var(--ff-head); font-weight: 700; margin: 0 0 .5em; line-height: 1.2; }
p { line-height: 1.75; color: var(--ink-soft); margin: 0 0 1em; }
.container { max-width: var(--container); margin: 0 auto; padding: 0 24px; }
section { position: relative; }

.gold-text {
  background: linear-gradient(120deg, var(--gold-dark), var(--gold-light) 45%, var(--gold));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12.5px;
  letter-spacing: .18em;
  text-transform: uppercase;
  font-weight: 700;
  color: var(--gold-dark);
  margin-bottom: 14px;
}
.eyebrow::before {
  content: '';
  width: 26px;
  height: 2px;
  background: linear-gradient(90deg, var(--gold), var(--gold-light));
  display: inline-block;
}

.section-head { max-width: 640px; margin: 0 0 46px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(28px, 3.6vw, 42px); }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 15px 30px;
  border-radius: 100px;
  font-weight: 700;
  font-size: 15px;
  cursor: pointer;
  border: none;
  transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease;
  white-space: nowrap;
}
.btn svg { width: 18px; height: 18px; }
.btn-gold {
  background: linear-gradient(120deg, var(--gold-dark), var(--gold) 45%, var(--gold-light));
  color: #201808;
  box-shadow: 0 14px 30px -12px rgba(201, 162, 75, .65);
}
.btn-gold:hover { transform: translateY(-3px); box-shadow: 0 20px 36px -14px rgba(201, 162, 75, .8); }
.btn-outline {
  background: transparent;
  color: var(--paper);
  border: 1.5px solid rgba(255,255,255,.55);
}
.btn-outline:hover { background: rgba(255,255,255,.12); transform: translateY(-3px); }
.btn-outline-dark {
  background: transparent;
  color: var(--ink);
  border: 1.5px solid var(--line);
}
.btn-outline-dark:hover { border-color: var(--gold); color: var(--gold-dark); transform: translateY(-3px); }
.btn-sm { padding: 10px 20px; font-size: 13.5px; }
.btn-block { width: 100%; }

/* ---------- Header ---------- */
.site-header {
  position: fixed;
  top: 0; left: 0; right: 0;
  z-index: 1000;
  padding: 18px 0;
  transition: all .35s ease;
}
.site-header .container { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.site-header.scrolled {
  background: rgba(255,255,255,.92);
  backdrop-filter: blur(14px);
  box-shadow: 0 8px 30px -14px rgba(0,0,0,.18);
  padding: 10px 0;
}
.brand { display: flex; align-items: center; gap: 10px; }
.brand img { height: 46px; width: auto; transition: height .3s ease; }
.site-header.scrolled .brand img { height: 40px; }

.main-nav { display: flex; align-items: center; gap: 6px; }
.main-nav a {
  padding: 10px 16px;
  font-weight: 600;
  font-size: 14.5px;
  color: var(--ink);
  border-radius: 100px;
  transition: background .25s ease, color .25s ease;
}
.transparent-header .main-nav a,
.transparent-header .brand-text,
.transparent-header .header-phone { color: #fff; }
.site-header.scrolled .main-nav a,
.site-header.scrolled .header-phone { color: var(--ink); }
.main-nav a:hover, .main-nav a.active { background: var(--gold-soft); color: var(--gold-dark); }
.transparent-header .main-nav a:hover, .transparent-header .main-nav a.active { background: rgba(255,255,255,.16); color: #fff; }
.menu-toggle { border-color: rgba(255,255,255,.35); background: rgba(255,255,255,.06); }
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after { background: #fff; }
.site-header.scrolled .menu-toggle { border-color: var(--line); background: var(--paper); }
.site-header.scrolled .menu-toggle span, .site-header.scrolled .menu-toggle span::before, .site-header.scrolled .menu-toggle span::after { background: var(--ink); }

.header-cta { display: flex; align-items: center; gap: 12px; }
.header-phone {
  display: flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 14.5px;
}
.header-phone svg { width: 18px; height: 18px; color: var(--gold); }

.menu-toggle {
  display: none;
  width: 44px; height: 44px;
  border-radius: 12px;
  border: 1.5px solid var(--line);
  background: var(--paper);
  align-items: center; justify-content: center;
  cursor: pointer;
}
.menu-toggle span, .menu-toggle span::before, .menu-toggle span::after {
  content: ''; display: block; width: 20px; height: 2px; background: var(--ink); position: relative; transition: .25s;
}
.menu-toggle span::before { position: absolute; top: -6px; }
.menu-toggle span::after { position: absolute; top: 6px; }

/* ---------- Hero ---------- */
.hero {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  background: linear-gradient(180deg, #12141c 0%, #1c1f2b 55%, #14171f 100%);
  overflow: hidden;
  padding-top: 90px;
}
.hero::before {
  content: '';
  position: absolute; inset: 0;
  background:
    radial-gradient(700px 500px at 85% 15%, rgba(201,162,75,.28), transparent 60%),
    radial-gradient(500px 400px at 10% 90%, rgba(201,162,75,.14), transparent 60%);
  pointer-events: none;
}
.hero-grid {
  display: grid;
  grid-template-columns: 1.05fr .95fr;
  gap: 40px;
  align-items: center;
  position: relative;
  z-index: 2;
}
.hero-eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  padding: 8px 16px 8px 8px;
  border-radius: 100px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  color: var(--gold-light);
  font-size: 13px; font-weight: 700; letter-spacing: .04em;
  margin-bottom: 26px;
}
.hero-eyebrow .dot {
  width: 26px; height: 26px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center;
  color: #201808;
}
.hero-eyebrow .dot svg { width: 14px; height: 14px; }
.hero h1 {
  color: #fff;
  font-size: clamp(36px, 5.2vw, 62px);
  line-height: 1.08;
  margin-bottom: 22px;
}
.hero p.lead {
  color: rgba(255,255,255,.72);
  font-size: 17.5px;
  max-width: 520px;
  margin-bottom: 34px;
}
.hero-actions { display: flex; align-items: center; gap: 16px; flex-wrap: wrap; margin-bottom: 46px; }
.hero-mini-stats { display: flex; gap: 30px; flex-wrap: wrap; }
.hero-mini-stats div strong {
  display: block; font-family: var(--ff-head); font-size: 26px; color: var(--gold-light);
}
.hero-mini-stats div span { font-size: 12.5px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .06em; }

.hero-visual { position: relative; }
.hero-visual .frame {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 40px 80px -30px rgba(0,0,0,.6);
}
.hero-visual .frame img { width: 100%; height: 520px; object-fit: cover; }
.hero-visual .badge-card {
  position: absolute; left: -30px; bottom: -26px;
  background: #fff;
  border-radius: 16px;
  padding: 18px 22px;
  box-shadow: var(--shadow);
  display: flex; align-items: center; gap: 14px;
  min-width: 230px;
}
.hero-visual .badge-card .ic {
  width: 46px; height: 46px; border-radius: 12px;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  display: flex; align-items: center; justify-content: center; color: #201808; flex-shrink: 0;
}
.hero-visual .badge-card .ic svg { width: 22px; height: 22px; }
.hero-visual .badge-card strong { display: block; font-size: 15px; }
.hero-visual .badge-card span { font-size: 12.5px; color: var(--ink-soft); }

.hero-scroll {
  position: absolute; bottom: 26px; left: 50%; transform: translateX(-50%);
  display: flex; flex-direction: column; align-items: center; gap: 8px;
  color: rgba(255,255,255,.55); font-size: 11.5px; letter-spacing: .1em; text-transform: uppercase;
  z-index: 3;
}
.hero-scroll .line { width: 1px; height: 34px; background: linear-gradient(180deg, var(--gold-light), transparent); animation: scrollLine 1.8s infinite; }
@keyframes scrollLine { 0% { transform: scaleY(0); transform-origin: top; } 50% { transform: scaleY(1); transform-origin: top; } 51% { transform-origin: bottom; } 100% { transform: scaleY(0); transform-origin: bottom; } }

/* ---------- Trust strip ---------- */
.trust-strip {
  background: var(--ink);
  padding: 22px 0;
}
.trust-strip .container { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 18px; }
.trust-item { display: flex; align-items: center; gap: 12px; color: #fff; }
.trust-item .ic { color: var(--gold-light); flex-shrink: 0; }
.trust-item .ic svg { width: 26px; height: 26px; }
.trust-item strong { display: block; font-family: var(--ff-head); font-size: 22px; }
.trust-item span { font-size: 12px; color: rgba(255,255,255,.6); text-transform: uppercase; letter-spacing: .05em; }

/* ---------- Services ---------- */
.services { padding: 110px 0; background: var(--paper-soft); }
.services-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.service-card {
  background: #fff;
  border-radius: var(--radius);
  padding: 34px 28px;
  border: 1px solid var(--line);
  transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
  position: relative;
  overflow: hidden;
}
.service-card::after {
  content: '';
  position: absolute; inset: 0;
  background: linear-gradient(160deg, rgba(201,162,75,.06), transparent 55%);
  opacity: 0; transition: opacity .35s ease;
}
.service-card:hover { transform: translateY(-8px); box-shadow: var(--shadow); border-color: transparent; }
.service-card:hover::after { opacity: 1; }
.service-card .ic {
  width: 58px; height: 58px; border-radius: 16px;
  background: linear-gradient(135deg, var(--gold-soft), #fff);
  border: 1px solid var(--gold-soft);
  display: flex; align-items: center; justify-content: center;
  color: var(--gold-dark);
  margin-bottom: 22px;
  position: relative; z-index: 1;
}
.service-card .ic svg { width: 28px; height: 28px; }
.service-card h3 { font-size: 20px; margin-bottom: 10px; position: relative; z-index: 1; }
.service-card p { font-size: 14.5px; margin-bottom: 18px; position: relative; z-index: 1; }
.service-card .more {
  display: inline-flex; align-items: center; gap: 8px;
  font-weight: 700; font-size: 13.5px; color: var(--gold-dark);
  position: relative; z-index: 1;
}
.service-card .more svg { width: 15px; height: 15px; transition: transform .25s ease; }
.service-card:hover .more svg { transform: translateX(4px); }
.services-cta { text-align: center; margin-top: 50px; }

/* ---------- About / Split ---------- */
.split { padding: 110px 0; }
.split .grid { display: grid; grid-template-columns: .95fr 1.05fr; gap: 60px; align-items: center; }
.split-media { position: relative; }
.split-media .img-a { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }
.split-media .img-a img { height: 460px; object-fit: cover; }
.split-media .img-b {
  position: absolute; width: 46%; bottom: -36px; right: -30px;
  border-radius: 16px; overflow: hidden; border: 6px solid #fff; box-shadow: var(--shadow);
}
.split-media .img-b img { height: 200px; object-fit: cover; }
.split-media .exp-badge {
  position: absolute; top: -22px; left: -22px;
  background: linear-gradient(135deg, var(--gold-dark), var(--gold-light));
  color: #201808;
  width: 118px; height: 118px; border-radius: 50%;
  display: flex; flex-direction: column; align-items: center; justify-content: center;
  box-shadow: 0 20px 40px -14px rgba(201,162,75,.6);
  text-align: center;
}
.split-media .exp-badge strong { font-family: var(--ff-head); font-size: 30px; line-height: 1; }
.split-media .exp-badge span { font-size: 10.5px; text-transform: uppercase; letter-spacing: .05em; font-weight: 700; }

.check-list { display: grid; gap: 16px; margin: 26px 0 30px; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; }
.check-list .ic {
  width: 30px; height: 30px; border-radius: 50%; flex-shrink: 0;
  background: var(--gold-soft); color: var(--gold-dark);
  display: flex; align-items: center; justify-content: center;
}
.check-list .ic svg { width: 15px; height: 15px; }
.check-list strong { display: block; font-size: 15.5px; margin-bottom: 2px; }
.check-list span { font-size: 14px; color: var(--ink-soft); }

/* ---------- Stats band ---------- */
.stats-band {
  background: linear-gradient(120deg, #171a24, #22263400 120%), var(--ink);
  padding: 70px 0;
  position: relative;
}
.stats-band .grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; text-align: center; }
.stats-band .stat strong { display: block; font-family: var(--ff-head); font-size: clamp(30px, 4vw, 46px); color: var(--gold-light); }
.stats-band .stat span { color: rgba(255,255,255,.65); font-size: 13px; text-transform: uppercase; letter-spacing: .06em; }

/* ---------- Testimonials ---------- */
.testimonials { padding: 110px 0; background: var(--paper-soft); }
.testi-track { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.testi-card {
  background: #fff; border-radius: var(--radius); padding: 32px 28px; border: 1px solid var(--line);
  transition: transform .3s ease, box-shadow .3s ease;
}
.testi-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.testi-card .quote-ic { color: var(--gold-soft); width: 34px; height: 34px; margin-bottom: 12px; }
.testi-card .stars { display: flex; gap: 3px; color: var(--gold); margin-bottom: 14px; }
.testi-card .stars svg { width: 15px; height: 15px; }
.testi-card p { font-size: 15px; font-style: italic; }
.testi-person { display: flex; align-items: center; gap: 12px; margin-top: 18px; }
.testi-avatar {
  width: 44px; height: 44px; border-radius: 50%;
  background: linear-gradient(135deg, var(--gold), var(--gold-light));
  color: #201808; display: flex; align-items: center; justify-content: center; font-weight: 800;
}
.testi-person strong { display: block; font-size: 14.5px; }
.testi-person span { font-size: 12.5px; color: var(--ink-soft); }

/* ---------- Areas ---------- */
.areas-section { padding: 110px 0; }
.area-chips { display: flex; flex-wrap: wrap; gap: 10px; }
.area-chip {
  padding: 10px 18px;
  border-radius: 100px;
  border: 1px solid var(--line);
  font-size: 13.5px; font-weight: 600;
  display: inline-flex; align-items: center; gap: 8px;
  transition: all .25s ease;
  background: #fff;
}
.area-chip svg { width: 14px; height: 14px; color: var(--gold); }
.area-chip:hover { border-color: var(--gold); background: var(--gold-soft); transform: translateY(-2px); }

/* ---------- Gallery ---------- */
.gallery-section { padding: 110px 0; background: var(--paper-soft); }
.gallery-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.gallery-item { border-radius: 16px; overflow: hidden; position: relative; height: 240px; }
.gallery-item img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.gallery-item:hover img { transform: scale(1.08); }
.gallery-item:nth-child(3n+1) { grid-row: span 2; height: 100%; }

/* ---------- Blog ---------- */
.blog-section { padding: 110px 0; }
.blog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 26px; }
.blog-card {
  border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line);
  transition: transform .3s ease, box-shadow .3s ease; background: #fff;
}
.blog-card:hover { transform: translateY(-6px); box-shadow: var(--shadow-sm); }
.blog-card .thumb { height: 190px; overflow: hidden; background: var(--gold-soft); }
.blog-card .thumb img { width: 100%; height: 100%; object-fit: cover; }
.blog-card .body { padding: 22px 24px; }
.blog-card .date { font-size: 12px; color: var(--gold-dark); font-weight: 700; text-transform: uppercase; letter-spacing: .05em; margin-bottom: 8px; }
.blog-card h3 { font-size: 18.5px; margin-bottom: 10px; }
.blog-card p { font-size: 14px; margin-bottom: 14px; }
.blog-card .read-more { font-size: 13px; font-weight: 700; color: var(--gold-dark); display: inline-flex; align-items: center; gap: 6px; }

/* ---------- FAQ ---------- */
.faq-section { padding: 110px 0; background: var(--paper-soft); }
.faq-list { max-width: 820px; margin: 0 auto; display: grid; gap: 14px; }
.faq-item { background: #fff; border-radius: 14px; border: 1px solid var(--line); overflow: hidden; }
.faq-q {
  display: flex; align-items: center; justify-content: space-between; gap: 16px;
  padding: 20px 24px; cursor: pointer; font-weight: 700; font-size: 15.5px;
}
.faq-q .plus { width: 26px; height: 26px; border-radius: 50%; background: var(--gold-soft); color: var(--gold-dark); display: flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .3s ease; }
.faq-item.open .faq-q .plus { transform: rotate(45deg); }
.faq-a { max-height: 0; overflow: hidden; transition: max-height .35s ease; }
.faq-a-inner { padding: 0 24px 22px; font-size: 14.5px; color: var(--ink-soft); }

/* ---------- CTA band ---------- */
.cta-band {
  margin: 0 24px 0;
  max-width: var(--container);
  margin-left: auto; margin-right: auto;
  border-radius: 28px;
  background: linear-gradient(120deg, #1a1d27, #262a38);
  padding: 60px 50px;
  display: flex; align-items: center; justify-content: space-between; gap: 30px; flex-wrap: wrap;
  position: relative; overflow: hidden;
  transform: translateY(60px);
}
.cta-band::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(500px 300px at 90% 10%, rgba(201,162,75,.25), transparent 60%);
}
.cta-band h2 { color: #fff; font-size: clamp(24px, 3vw, 34px); margin-bottom: 10px; position: relative; }
.cta-band p { color: rgba(255,255,255,.65); margin: 0; position: relative; max-width: 460px; }
.cta-band .actions { display: flex; gap: 14px; position: relative; flex-wrap: wrap; }

/* ---------- Footer ---------- */
.site-footer { background: var(--ink); color: rgba(255,255,255,.7); padding: 130px 0 40px; margin-top: -70px; }
.footer-grid { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(255,255,255,.08); }
.footer-brand img { height: 44px; margin-bottom: 18px; }
.footer-brand p { color: rgba(255,255,255,.55); font-size: 14px; max-width: 300px; }
.footer-social { display: flex; gap: 10px; margin-top: 18px; }
.footer-social a {
  width: 38px; height: 38px; border-radius: 50%; border: 1px solid rgba(255,255,255,.16);
  display: flex; align-items: center; justify-content: center;
  transition: all .25s ease;
}
.footer-social a:hover { background: var(--gold); border-color: var(--gold); color: #201808; }
.footer-social svg { width: 17px; height: 17px; }
.site-footer h4 { color: #fff; font-size: 15.5px; margin-bottom: 20px; font-family: var(--ff-body); font-weight: 700; }
.footer-links { display: grid; gap: 12px; }
.footer-links a { font-size: 14px; color: rgba(255,255,255,.6); transition: color .2s ease; }
.footer-links a:hover { color: var(--gold-light); }
.footer-contact li { display: flex; gap: 12px; margin-bottom: 16px; font-size: 14px; align-items: flex-start; }
.footer-contact svg { width: 18px; height: 18px; color: var(--gold-light); flex-shrink: 0; margin-top: 2px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 26px; font-size: 13px; color: rgba(255,255,255,.4); flex-wrap: wrap; gap: 10px; }
.footer-bottom a { color: rgba(255,255,255,.55); }

/* ---------- Floating buttons ---------- */
.floating-actions {
  position: fixed; right: 22px; bottom: 22px; z-index: 1200;
  display: flex; flex-direction: column; gap: 12px;
}
.fab {
  width: 58px; height: 58px; border-radius: 50%;
  display: flex; align-items: center; justify-content: center;
  box-shadow: 0 14px 30px -10px rgba(0,0,0,.35);
  transition: transform .25s ease;
  position: relative;
}
.fab:hover { transform: scale(1.08); }
.fab svg { width: 27px; height: 27px; }
.fab-whatsapp { background: #25D366; color: #fff; }
.fab-call { background: linear-gradient(135deg, var(--gold-dark), var(--gold-light)); color: #201808; }
.fab-whatsapp::after {
  content: ''; position: absolute; inset: 0; border-radius: 50%;
  border: 2px solid #25D366; animation: pulse 2s infinite;
}
@keyframes pulse { 0% { transform: scale(1); opacity: .7; } 100% { transform: scale(1.6); opacity: 0; } }

/* ---------- Reveal animations ---------- */
[data-reveal] { opacity: 0; transform: translateY(28px); transition: opacity .7s ease, transform .7s ease; }
[data-reveal].in { opacity: 1; transform: translateY(0); }
[data-reveal="fade"] { transform: none; }
[data-reveal="left"] { transform: translateX(-32px); }
[data-reveal="left"].in { transform: translateX(0); }
[data-reveal="right"] { transform: translateX(32px); }
[data-reveal="right"].in { transform: translateX(0); }
.cta-band[data-reveal] { transform: translateY(60px); }
.cta-band[data-reveal].in { transform: translateY(0); }

/* ---------- Page hero (inner pages) ---------- */
.page-hero {
  padding: 170px 0 90px;
  background: linear-gradient(180deg, #12141c, #1c1f2b);
  position: relative; overflow: hidden;
}
.page-hero::before {
  content: ''; position: absolute; inset: 0;
  background: radial-gradient(600px 400px at 90% 0%, rgba(201,162,75,.25), transparent 60%);
}
.page-hero .container { position: relative; }
.breadcrumb { display: flex; gap: 8px; align-items: center; color: rgba(255,255,255,.5); font-size: 13px; margin-bottom: 18px; }
.breadcrumb a { color: rgba(255,255,255,.7); }
.page-hero h1 { color: #fff; font-size: clamp(30px, 4.4vw, 48px); max-width: 700px; }
.page-hero p { color: rgba(255,255,255,.65); max-width: 560px; font-size: 16px; }

/* ---------- Generic content blocks ---------- */
.content-block { padding: 100px 0; }
.two-col { display: grid; grid-template-columns: 2fr 1fr; gap: 50px; }
.prose h2 { font-size: 26px; margin-top: 1.4em; }
.prose h3 { font-size: 20px; margin-top: 1.2em; }
.prose img { border-radius: 14px; margin: 20px 0; }
.prose ul { list-style: disc; padding-left: 22px; margin-bottom: 1em; }
.prose ul li { margin-bottom: 8px; color: var(--ink-soft); }
.prose a { color: var(--gold-dark); text-decoration: underline; }

.sidebar-card { background: var(--paper-soft); border-radius: var(--radius); padding: 28px; border: 1px solid var(--line); margin-bottom: 22px; }
.sidebar-card h4 { font-size: 16px; margin-bottom: 14px; }
.sidebar-list a { display: flex; justify-content: space-between; padding: 10px 0; border-bottom: 1px dashed var(--line); font-size: 14px; font-weight: 600; }
.sidebar-list a:last-child { border-bottom: none; }
.sidebar-cta { background: linear-gradient(135deg, var(--gold-dark), var(--gold-light)); border-radius: var(--radius); padding: 28px; color: #201808; text-align: center; }
.sidebar-cta h4 { color: #201808; }

/* ---------- Contact page ---------- */
.contact-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: 50px; }
.contact-info-card { background: var(--ink); color: #fff; border-radius: var(--radius); padding: 40px; }
.contact-info-card li { display: flex; gap: 16px; margin-bottom: 26px; align-items: flex-start; }
.contact-info-card .ic { width: 44px; height: 44px; border-radius: 12px; background: rgba(255,255,255,.08); display: flex; align-items: center; justify-content: center; color: var(--gold-light); flex-shrink: 0; }
.contact-info-card strong { display: block; margin-bottom: 3px; }
.contact-info-card span, .contact-info-card a { font-size: 14px; color: rgba(255,255,255,.65); }
.form-card { background: #fff; border: 1px solid var(--line); border-radius: var(--radius); padding: 40px; box-shadow: var(--shadow-sm); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; margin-bottom: 18px; }
.field { display: flex; flex-direction: column; gap: 8px; margin-bottom: 18px; }
.field label { font-size: 13.5px; font-weight: 700; }
.field input, .field select, .field textarea {
  border: 1.5px solid var(--line); border-radius: 12px; padding: 13px 16px; font-family: var(--ff-body); font-size: 14.5px;
  transition: border-color .25s ease;
}
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--gold); }

/* ---------- Utility ---------- */
.text-center { text-align: center; }
.mt-0 { margin-top: 0; }
.map-embed { border-radius: var(--radius); overflow: hidden; border: 1px solid var(--line); }
.map-embed iframe { width: 100%; height: 340px; border: 0; display: block; }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .services-grid, .testi-track, .blog-grid { grid-template-columns: repeat(2, 1fr); }
  .split .grid, .contact-grid, .two-col { grid-template-columns: 1fr; }
  .stats-band .grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-grid { grid-template-columns: repeat(3, 1fr); }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 860px) {
  .main-nav { display: none; }
  .menu-toggle { display: flex; }
  .header-phone span { display: none; }
  .hero-grid { grid-template-columns: 1fr; }
  .hero-visual { order: -1; }
  .hero-visual .frame img { height: 320px; }
}
@media (max-width: 640px) {
  .services-grid, .testi-track, .blog-grid, .gallery-grid { grid-template-columns: 1fr; }
  .gallery-item:nth-child(3n+1) { height: 240px; grid-row: auto; }
  .form-row { grid-template-columns: 1fr; }
  .cta-band { padding: 40px 26px; flex-direction: column; text-align: center; }
  .footer-grid { grid-template-columns: 1fr; }
  .trust-strip .container { justify-content: center; text-align: center; }
  .split-media .img-b { display: none; }
  .split-media .exp-badge { width: 92px; height: 92px; }
}

/* ---------- Mobile nav drawer ---------- */
.mobile-nav {
  position: fixed; inset: 0; background: rgba(20,23,31,.6); backdrop-filter: blur(4px);
  z-index: 1500; opacity: 0; pointer-events: none; transition: opacity .3s ease;
}
.mobile-nav.open { opacity: 1; pointer-events: auto; }
.mobile-nav-panel {
  position: absolute; top: 0; right: 0; width: 82%; max-width: 340px; height: 100%;
  background: #fff; padding: 30px 26px; transform: translateX(100%); transition: transform .35s ease;
  overflow-y: auto;
}
.mobile-nav.open .mobile-nav-panel { transform: translateX(0); }
.mobile-nav-close { width: 40px; height: 40px; border-radius: 10px; border: 1px solid var(--line); display: flex; align-items: center; justify-content: center; margin-bottom: 26px; cursor: pointer; }
.mobile-nav a { display: block; padding: 14px 4px; font-weight: 700; font-size: 16px; border-bottom: 1px solid var(--line); }
.mobile-nav .btn { margin-top: 24px; }
