/* Thiqatuk corporate redesign: editorial Saudi legal direction. */
:root {
  --djl-ink: #12110f;
  --djl-ink-soft: #25211d;
  --djl-gold: #b9965b;
  --djl-gold-light: #d8bd86;
  --djl-cream: #f7f4ee;
  --djl-paper: #fffdf9;
  --djl-stone: #e8e0d4;
  --djl-muted: #716a61;
  --djl-line: rgba(18, 17, 15, .14);
  --djl-radius-lg: 28px;
  --djl-radius-md: 18px;
  --djl-shadow: 0 22px 70px rgba(18, 17, 15, .10);
  --djl-display: "Noto Kufi Arabic", "Cairo", sans-serif;
  --djl-body: "IBM Plex Sans Arabic", "Cairo", sans-serif;
}

/* Final map CTA: a compact, full-width destination section managed from the homepage builder. */
.site-main--home .home-map-cta {
  position: relative;
  overflow: hidden;
  padding-block: 1.5rem;
  background: #171513;
  color: #fffaf2;
}
.site-main--home .home-map-cta::before {
  position: absolute;
  inset: auto -7rem -9rem auto;
  width: 23rem;
  aspect-ratio: 1;
  border: 1px solid rgba(210, 173, 104, .28);
  border-radius: 50%;
  box-shadow: 0 0 0 2rem rgba(210, 173, 104, .045), 0 0 0 4rem rgba(210, 173, 104, .025);
  content: '';
  pointer-events: none;
}
.site-main--home .home-map-cta__inner {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(17rem, .72fr) minmax(30rem, 1.28fr);
  align-items: stretch;
  gap: 1rem;
}
.site-main--home .home-map-cta__content {
  display: flex;
  min-height: 20rem;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: clamp(1.25rem, 3vw, 2.5rem);
  border: 1px solid rgba(210, 173, 104, .25);
  border-radius: 1.35rem;
  background: linear-gradient(145deg, rgba(210,173,104,.1), rgba(255,255,255,.018));
}
.site-main--home .home-map-cta__content .eyebrow {
  margin: 0 0 .65rem;
  color: #d2ad68;
  font-size: 1rem;
  font-weight: 800;
}
.site-main--home .home-map-cta__content h2 {
  max-width: 23ch;
  margin: 0;
  color: #fffaf2;
  font-size: clamp(1.65rem, 2.7vw, 2.8rem);
  line-height: 1.2;
  letter-spacing: -.035em;
}
.site-main--home .home-map-cta__content p,
.site-main--home .home-map-cta__content address {
  max-width: 38rem;
  margin: .7rem 0 0;
  color: #d9cfc1;
  font-size: .94rem;
  line-height: 1.8;
  font-style: normal;
}
.site-main--home .home-map-cta__content address { color: #f0d79e; }
.site-main--home .home-map-cta__button {
  gap: .65rem;
  margin-top: 1.1rem;
  border-color: #d2ad68;
  background: #d2ad68;
  color: #171513;
  box-shadow: 0 .8rem 2rem rgba(0,0,0,.2);
}
.site-main--home .home-map-cta__button:hover,
.site-main--home .home-map-cta__button:focus-visible { border-color: #f0d79e; background: #f0d79e; color: #171513; }
.site-main--home .home-map-cta__map {
  min-height: 20rem;
  overflow: hidden;
  border: 1px solid rgba(210, 173, 104, .5);
  border-radius: 1.35rem;
  background: #24201b;
  box-shadow: 0 1.2rem 3rem rgba(0,0,0,.18);
}
.site-main--home .home-map-cta__map iframe { display: block; width: 100%; height: 100%; min-height: 20rem; border: 0; filter: saturate(.75) contrast(1.03); }

@media (max-width: 900px) {
  .site-main--home .home-map-cta__inner { grid-template-columns: 1fr; }
  .site-main--home .home-map-cta__content { min-height: auto; }
  .site-main--home .home-map-cta__map,
  .site-main--home .home-map-cta__map iframe { min-height: 17rem; }
}
@media (max-width: 640px) {
  .site-main--home .home-map-cta { padding-block: .9rem; }
  .site-main--home .home-map-cta__inner { gap: .75rem; }
  .site-main--home .home-map-cta__content { padding: 1.15rem; border-radius: 1rem; text-align: center; align-items: center; }
  .site-main--home .home-map-cta__content h2 { font-size: 1.55rem; }
  .site-main--home .home-map-cta__button { width: 100%; justify-content: center; }
  .site-main--home .home-map-cta__map,
  .site-main--home .home-map-cta__map iframe { min-height: 15rem; border-radius: 1rem; }
}

*, *::before, *::after { box-sizing:border-box; }
body { background: var(--djl-cream); color: var(--djl-ink); font-family: var(--djl-body); }
h1, h2, h3, h4, .eyebrow, .brand-name, .site-nav, .button, button { font-family: var(--djl-display); }
.site-shell { overflow-x: clip; }
.container { width: min(1180px, calc(100% - 48px)); }
.site-header { background: rgba(247,244,238,.90); border-bottom: 1px solid var(--djl-line); backdrop-filter: blur(16px); }
.header-inner { min-height: 92px; gap: 32px; }
.brand--thiqatuk { flex: 0 0 auto; }
.brand--thiqatuk .brand-logo { display:block; width:62px; height:62px; object-fit:contain; }
.site-nav a { color: var(--djl-ink-soft); font-weight: 600; letter-spacing: -.02em; }
.site-nav a:hover, .site-nav a:focus-visible { color: var(--djl-gold); }
.button, button, input[type=submit] { border-radius: 999px; min-height: 44px; padding-inline: 22px; font-weight: 700; text-decoration: none; display: inline-flex; align-items: center; justify-content: center; transition: all 0.25s ease; cursor: pointer; }
.button-primary { background: var(--djl-gold, #c5a059) !important; color: #12100e !important; border: 1px solid var(--djl-gold, #c5a059) !important; box-shadow: 0 4px 14px rgba(197, 160, 89, 0.28); }
.button-primary span { color: #12100e !important; }
.button-primary:hover, .button-primary:focus-visible { background: #e2c07d !important; color: #12100e !important; border-color: #e2c07d !important; transform: translateY(-2px); box-shadow: 0 8px 22px rgba(197, 160, 89, 0.45); }
.button-secondary { color: var(--djl-gold, #c5a059) !important; border: 1px solid rgba(197, 160, 89, 0.45) !important; background: rgba(197, 160, 89, 0.08) !important; }
.button-secondary:hover { background: var(--djl-gold, #c5a059) !important; color: #12100e !important; }
.section { padding-block: clamp(76px, 9vw, 132px); }
.section-heading { max-width: 720px; margin-bottom: 38px; }
.section-heading h2 { font-size: clamp(30px, 4vw, 52px); line-height: 1.35; letter-spacing: -.045em; margin: 10px 0 18px; }
.section-heading p { color: var(--djl-muted); font-size: 18px; line-height: 2; }
.eyebrow { color: var(--djl-gold); font-size: 13px; font-weight: 700; letter-spacing: .05em; }
.home-hero { position: relative; isolation: isolate; min-height: min(720px, 78vh); display:grid; align-items:center; background: var(--djl-ink); color:#fff; }
.home-hero::before { content:""; position:absolute; inset:0; background: radial-gradient(circle at 12% 16%, rgba(185,150,91,.25), transparent 33%), linear-gradient(115deg, rgba(18,17,15,.98) 0%, rgba(18,17,15,.84) 56%, rgba(18,17,15,.62) 100%); z-index:-1; }
.home-hero::after { content:""; position:absolute; width:44vw; height:44vw; max-width:610px; max-height:610px; border:1px solid rgba(216,189,134,.32); border-radius:50%; inset-inline-end:-13vw; top:-18vw; z-index:-1; box-shadow: 0 0 0 28px rgba(216,189,134,.04), 0 0 0 58px rgba(216,189,134,.025); }
.home-hero .container { padding-block: 100px; }
.home-hero .hero-content { max-width: 780px; }
.home-hero h1 { font-size: clamp(38px, 6.4vw, 86px); line-height: 1.28; letter-spacing: -.065em; max-width: 770px; margin: 16px 0 22px; }
.home-hero p { max-width: 650px; color: rgba(255,255,255,.76); font-size: clamp(17px, 2vw, 22px); line-height: 2; }
.home-hero .hero-actions { display:flex; flex-wrap:wrap; gap:14px; margin-top:34px; }
.home-hero .button-secondary { color:#fff; border-color: rgba(216,189,134,.72); }
.home-hero .button-secondary:hover { color:var(--djl-ink); background:var(--djl-gold-light); }
.trust-strip { position:relative; z-index:2; margin-top:-42px; }
.trust-strip .container { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); background:var(--djl-paper); border:1px solid var(--djl-line); border-radius:var(--djl-radius-md); box-shadow:var(--djl-shadow); overflow:hidden; }
.trust-item { min-width:0; padding:24px 26px; border-inline-start:1px solid var(--djl-line); }
.trust-item:first-child { border-inline-start:0; }
.trust-item strong { display:block; font-family:var(--djl-display); font-size:18px; margin-bottom:8px; }
.trust-item span { display:block; color:var(--djl-muted); font-size:14px; line-height:1.8; }
.home-section:nth-of-type(even), .section--soft { background:var(--djl-paper); }
.service-grid, .services-grid, .team-grid, .testimonial-grid, .article-grid, .cards-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:20px; }
.service-card, .team-card, .testimonial-card, .article-card, .content-card { min-width:0; background:var(--djl-paper); border:1px solid var(--djl-line); border-radius:var(--djl-radius-md); padding:28px; box-shadow:0 10px 34px rgba(18,17,15,.04); transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.service-card:hover, .team-card:hover, .testimonial-card:hover, .article-card:hover, .content-card:hover { transform:translateY(-6px); box-shadow:var(--djl-shadow); border-color:rgba(185,150,91,.55); }
.service-card::before { content:""; display:block; width:38px; height:3px; background:var(--djl-gold); margin-bottom:22px; }
.service-card h3, .team-card h3, .testimonial-card h3, .article-card h3 { font-size:22px; line-height:1.55; margin:0 0 12px; }
.service-card p, .team-card p, .testimonial-card p, .article-card p { color:var(--djl-muted); line-height:2; }
.about-section, .why-section, .audience-section { display:grid; grid-template-columns:minmax(0, .9fr) minmax(0, 1.1fr); gap:clamp(34px, 7vw, 92px); align-items:center; }
.about-section .section-heading, .why-section .section-heading, .audience-section .section-heading { margin-bottom:0; }
.editorial-panel { background:var(--djl-ink); color:#fff; border-radius:var(--djl-radius-lg); padding:clamp(28px, 5vw, 64px); min-height:340px; position:relative; overflow:hidden; }
.editorial-panel::after { content:""; position:absolute; inset-inline-end:-90px; bottom:-90px; width:260px; height:260px; border:1px solid rgba(216,189,134,.45); border-radius:50%; box-shadow:0 0 0 24px rgba(216,189,134,.05); }
.editorial-panel .eyebrow { color:var(--djl-gold-light); }
.editorial-panel h3 { font-size:clamp(28px, 4vw, 48px); line-height:1.45; max-width:560px; margin:16px 0; }
.editorial-panel p { color:rgba(255,255,255,.74); line-height:2; max-width:560px; }
.process-grid { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:0; border-top:1px solid var(--djl-line); border-bottom:1px solid var(--djl-line); }
.process-step { min-width:0; padding:30px 24px; border-inline-start:1px solid var(--djl-line); }
.process-step:first-child { border-inline-start:0; }
.process-step .step-number { color:var(--djl-gold); font-size:18px; font-weight:700; }
.process-step h3 { margin:22px 0 10px; font-size:20px; }
.process-step p { color:var(--djl-muted); line-height:1.9; font-size:15px; }
.audience-grid { display:grid; grid-template-columns:repeat(2,minmax(0,1fr)); gap:20px; }
.audience-card { position:relative; min-width:0; min-height:270px; display:flex; flex-direction:column; justify-content:flex-end; padding:34px; border-radius:var(--djl-radius-lg); overflow:hidden; background:linear-gradient(135deg,var(--djl-ink),var(--djl-ink-soft)); color:#fff; }
.audience-card::before { content:""; position:absolute; inset:16px; border:1px solid rgba(216,189,134,.34); border-radius:20px; pointer-events:none; }
.audience-card h3, .audience-card p, .audience-card a { position:relative; z-index:1; }
.audience-card h3 { font-size:30px; margin:0 0 10px; }
.audience-card p { color:rgba(255,255,255,.72); line-height:1.9; max-width:420px; }
.audience-card a { color:var(--djl-gold-light); font-weight:700; margin-top:16px; }
.cta-section { background:var(--djl-gold); color:var(--djl-ink); }
.cta-section .container { display:flex; align-items:center; justify-content:space-between; gap:30px; }
.cta-section h2 { font-size:clamp(28px,4vw,52px); margin:0 0 12px; line-height:1.4; }
.cta-section p { margin:0; color:rgba(18,17,15,.72); }
.cta-section .button-primary { background:#12100e !important; color:#fff !important; }
.site-footer { background:var(--djl-ink); color:#fff; border-top:0; padding-top:48px; padding-bottom:0; }
.site-footer a { color:rgba(255,255,255,.72); text-decoration:none; }
.site-footer a:hover { color:var(--djl-gold-light); }
.site-footer .brand-logo { width:80px; height:80px; }
.site-footer .footer-heading { color:var(--djl-gold-light); }
.form-card, .contact-card { border-radius:var(--djl-radius-lg); border:1px solid var(--djl-line); box-shadow:var(--djl-shadow); background:var(--djl-paper); }
input, textarea, select { border-radius:12px; border:1px solid var(--djl-line); background:#fff; }
input:focus, textarea:focus, select:focus { outline:3px solid rgba(185,150,91,.24); border-color:var(--djl-gold); }
.footer-grid { display:grid; grid-template-columns:1.4fr 1fr 1fr 1.2fr; gap:28px; padding-bottom:32px; }
.footer-brand .brand-logo { width:80px; height:80px; margin-bottom:14px; }
.footer-brand__name { font-size:1.02rem; font-weight:700; color:#fff !important; margin:0 0 6px; line-height:1.55; }
.footer-brand__desc, .footer-brand p, .site-footer section > p { color:rgba(255,255,255,.72) !important; line-height:1.85; max-width:320px; font-size:.88rem; margin:0 0 16px; }
.footer-heading { font-size:1.05rem; margin:0 0 14px; font-weight:700; }
.footer-links { list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:6px; }
.footer-links a { color:rgba(255,255,255,.72); display:inline-block; min-height:0; padding-block:2px; font-size:.9rem; transition:color .2s ease, padding-inline-start .2s ease; }
.footer-links a:hover, .footer-links a:focus-visible { color:var(--djl-gold-light); padding-inline-start:4px; }
.site-footer a.footer-cta,
.site-footer .button-primary.footer-cta { display:inline-flex; align-items:center; justify-content:center; margin-top:12px; min-height:42px; padding:10px 24px; color:#f0d79e !important; background:rgba(216,189,134,.12) !important; border:1.5px solid var(--djl-gold, #d8bd86) !important; border-radius:999px; font-weight:700; font-size:.88rem; text-decoration:none !important; box-shadow:0 4px 14px rgba(0,0,0,.25) !important; transition:all .25s ease; }
.site-footer a.footer-cta:hover,
.site-footer .button-primary.footer-cta:hover { background:var(--djl-gold, #d8bd86) !important; color:#12100e !important; border-color:var(--djl-gold, #d8bd86) !important; transform:translateY(-2px); box-shadow:0 8px 22px rgba(216,189,134,.35) !important; }
.footer-contact-list { margin-bottom:14px; gap:.55rem; }
.footer-bottom { border-top:1px solid rgba(255,255,255,.12); padding-block:16px; margin-top:0; display:flex; justify-content:center; align-items:center; text-align:center; gap:16px; color:rgba(255,255,255,.6); font-size:.84rem; }
.footer-bottom a { color:var(--djl-gold-light, #d8bd86); text-decoration:none; transition:color .2s ease, text-decoration .2s ease; font-weight:600; }
.footer-bottom a:hover { color:#fff; text-decoration:underline; text-underline-offset:3px; }
/* Hide legacy Codevz back-to-top arrow and fixed borders */
i.backtotop,
.cz_fixed_top_border,
.cz_fixed_bottom_border { display:none !important; visibility:hidden !important; width:0 !important; height:0 !important; overflow:hidden !important; pointer-events:none !important; }
.screen-reader-text { position:absolute !important; width:1px !important; height:1px !important; padding:0 !important; margin:-1px !important; overflow:hidden !important; clip:rect(0,0,0,0) !important; white-space:nowrap !important; border:0 !important; }

@media (max-width: 900px) {
  .container { width:min(100% - 32px, 720px); }
  .header-inner { min-height:76px; }
  .brand--thiqatuk .brand-logo { width:56px; height:56px; }
  .trust-strip .container, .service-grid, .services-grid, .team-grid, .testimonial-grid, .article-grid, .cards-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .trust-item:nth-child(3) { border-inline-start:0; border-top:1px solid var(--djl-line); }
  .trust-item:nth-child(4) { border-top:1px solid var(--djl-line); }
  .about-section, .why-section, .audience-section { grid-template-columns:1fr; gap:38px; }
  .process-grid { grid-template-columns:repeat(2,minmax(0,1fr)); }
  .process-step:nth-child(3) { border-inline-start:0; border-top:1px solid var(--djl-line); }
  .process-step:nth-child(4) { border-top:1px solid var(--djl-line); }
}

@media (max-width: 900px) {
  .footer-grid { grid-template-columns:1fr 1fr; gap:24px; padding-bottom:28px; }
}
@media (max-width: 640px) {
  .footer-grid { grid-template-columns:minmax(0,1fr); gap:24px; padding-bottom:24px; }
  .footer-bottom { flex-direction:column; gap:8px; text-align:center; }
}

@media (max-width: 560px) {
  html, body { width:100%; max-width:100%; overflow-x:hidden !important; direction:rtl; }
  .site-shell, .site-main, .site-main--home { width:100vw !important; max-width:100vw !important; min-width:0; overflow-x:hidden; }
  .site-main--home > section { width:100vw !important; max-width:100vw !important; min-width:0; margin-inline:0 !important; }
  .site-header, .header-inner { direction:rtl; }
  .header-inner > .brand { order:1; direction:rtl; margin-inline-start:auto; }
  .header-inner > .header-actions { order:2; direction:rtl; }
  .site-main--home { direction:rtl; }
  .site-main--home > section, .site-main--home .container, .site-main--home .section-heading, .site-main--home h1, .site-main--home h2, .site-main--home h3, .site-main--home p, .site-main--home a { direction:rtl; }
  .container { width:calc(100vw - 28px); max-width:calc(100vw - 28px); min-width:0; margin-inline:auto; }
  .header-inner { width:100%; max-width:100%; min-width:0; padding-inline:14px; margin-inline:0; gap:8px; justify-content:space-between; }
  .brand--thiqatuk { flex: 1 1 auto; min-width: 0; overflow: visible; justify-content: flex-start; gap: 8px; }
  .brand--thiqatuk .brand-logo { width: 38px; height: 38px; max-width: 38px; max-height: 38px; flex: 0 0 38px; display: block; }
  .brand--thiqatuk .brand-title { font-size: 0.88rem; }
  .brand--thiqatuk .brand-subtitle { font-size: 0.60rem; }
  .header-actions { flex: 0 0 auto; min-width: 0; }
  .header-inner > .header-cta, .header-inner > a.button, .header-actions > .button, .header-actions > a.button, .header-actions .header-cta { display:none !important; }
  .home-hero { min-height:0; width:100%; max-width:100%; overflow:hidden; }
  .home-hero::after { display:none; }
  .home-hero .container { display:block; width:100%; max-width:100%; min-width:0; margin:0; padding:72px 20px 86px; }
  .home-hero .hero-content { width:270px; max-width:270px; min-width:0; margin-inline:auto; text-align:center; }
  .home-hero h1, .home-hero p { width:270px; max-width:270px; min-width:0; margin-inline:auto; overflow-wrap:anywhere; white-space:normal; text-align:center; }
  .home-hero h1 { font-size:clamp(30px, 8.8vw, 42px); line-height:1.55; letter-spacing:-.045em; }
  .home-hero p { font-size:15px; line-height:2; }
  .home-hero .hero-actions, .cta-section .container { width:100%; max-width:100%; align-items:stretch; flex-direction:column; }
  .home-hero .hero-actions { margin-inline:auto; }
  .home-hero .button, .cta-section .button { width:100%; max-width:100%; justify-content:center; }
  .trust-strip { margin-top:-28px; width:100%; max-width:100%; overflow:hidden; }
  .trust-strip .container { display:grid; grid-template-columns:minmax(0,1fr); width:calc(100vw - 28px) !important; max-width:calc(100vw - 28px) !important; min-width:0; margin-inline:14px; }
  .trust-item { width:100%; max-width:100%; min-width:0; padding:22px 20px; border-inline-start:0; border-top:1px solid var(--djl-line); overflow-wrap:anywhere; text-align:center; }
  .trust-item:first-child { border-top:0; }
  .section { width:100%; max-width:100%; min-width:0; padding-block:74px; overflow-x:hidden; }
  .section > .container { width:100%; max-width:100%; min-width:0; margin-inline:0; padding-inline:14px; }
  .section-heading, .section-heading h2, .section-heading p { width:100%; max-width:100%; min-width:0; margin-inline:auto; text-align:center; }
  .section-heading h2 { font-size:clamp(26px, 7vw, 34px); line-height:1.65; overflow-wrap:anywhere; padding-inline:10px; }
  .section-heading p { font-size:16px; overflow-wrap:anywhere; }
  .service-grid, .services-grid, .team-grid, .testimonial-grid, .article-grid, .cards-grid, .audience-grid, .process-grid { grid-template-columns:minmax(0,1fr); min-width:0; }
  .service-card, .team-card, .testimonial-card, .article-card, .content-card, .process-step, .audience-card { width:100%; max-width:100%; min-width:0; }
  .process-step, .trust-item { border-inline-start:0; }
  .process-step { border-top:1px solid var(--djl-line); }
  .process-step:first-child { border-top:0; }
  .about-section, .why-section, .audience-section { width:100%; max-width:100%; min-width:0; grid-template-columns:minmax(0,1fr); }
  .editorial-panel { max-width:100%; padding:28px; }
  .cta-section .container { gap:24px; }
  .site-footer { width:100%; max-width:100%; overflow:hidden; padding-top:38px; }
  .footer-grid { grid-template-columns:minmax(0,1fr); gap:24px; padding-bottom:24px; }
  .footer-grid > * { min-width:0; max-width:100%; }
  .footer-bottom { flex-direction:column; gap:8px; text-align:center; }
}
/* DJL_CONTAINER_WIDTH_FIX_V3 */
:root { --djl-container: 1440px; }

/* الهيدر والفوتر والبار العلوي يمتدون بشكل طبيعي وواسع */
.site-header .container,
.djl-topbar .container,
.site-footer .container {
  width: 100% !important;
  max-width: 1600px !important;
  padding-inline: clamp(1rem, 2.5vw, 2.5rem) !important;
  margin-inline: auto !important;
}

/* حاوية المحتوى لكافة الصفحات: هوامش صغيرة وضيقة (يمين ويسار) */
.container {
  width: min(100% - clamp(1rem, 2.5vw, 2rem), var(--djl-container));
  max-width: var(--djl-container);
  margin-inline: auto;
}
@media (min-width: 1600px) {
  :root { --djl-container: 1480px; }
}
@media (max-width: 782px) {
  .container { width: calc(100% - 1rem); }
}

/* إطار محتوى الصفحات والمقالات الموحد */
.djl-content-frame {
  width: 100%;
  max-width: 100%;
  margin-inline: auto;
  background: #ffffff;
  border: 1px solid rgba(197, 160, 89, 0.22);
  border-radius: 16px;
  padding: clamp(1.25rem, 2.2vw, 1.85rem);
  box-shadow: 0 10px 30px rgba(18, 16, 14, 0.04);
  position: relative;
}
[data-theme="dark"] .djl-content-frame,
body.dark-mode .djl-content-frame {
  background: rgba(255, 255, 255, 0.025);
  border-color: rgba(255, 255, 255, 0.08);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.25);
}

/* بطاقة الـ CTA الموحدة الفاخرة فوق الفوتر */
.section--cta {
  padding-block: 2.25rem !important;
  background: transparent !important;
}
.cta-banner {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  background: radial-gradient(circle at 50% 30%, rgba(215,189,134,0.14), transparent 65%), linear-gradient(135deg, #171411 0%, #0e0c0a 100%);
  border: 1px solid rgba(197, 160, 89, 0.32);
  border-radius: 16px;
  padding: clamp(2rem, 3.5vw, 2.75rem) clamp(1.25rem, 3vw, 2.5rem);
  text-align: center;
  box-shadow: 0 14px 40px rgba(0,0,0,0.18);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  position: relative;
  overflow: hidden;
}
.cta-banner::before {
  content: '';
  position: absolute;
  top: -120px;
  left: 50%;
  transform: translateX(-50%);
  width: 320px;
  height: 320px;
  border-radius: 50%;
  background: rgba(197, 160, 89, 0.08);
  pointer-events: none;
}
.cta-banner__content {
  text-align: center !important;
  max-width: 760px;
  margin: 0 auto;
}
.cta-banner .eyebrow {
  color: var(--djl-gold-light, #d7bd86);
  font-weight: 700;
  font-size: 0.88rem;
  letter-spacing: 0.05em;
  display: inline-block;
  margin-bottom: 0.35rem;
}
.cta-banner h2 {
  font-size: clamp(1.4rem, 2.5vw, 1.85rem) !important;
  margin: 0.25rem auto 0.5rem !important;
  color: #ffffff !important;
  line-height: 1.35;
  font-weight: 800;
}
.cta-banner p {
  font-size: 0.95rem !important;
  line-height: 1.7;
  color: rgba(255,253,248,0.85) !important;
  max-width: 640px;
  margin: 0 auto;
}
.cta-banner__actions {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.85rem;
  flex-wrap: wrap;
  margin-top: 0.35rem;
}

:root {
  --djl-ink: #12100e;
  --djl-ink-soft: #211d19;
  --djl-gold: #b89452;
  --djl-gold-light: #d7bd86;
  --djl-paper: #fffdf8;
  --djl-sand: #f7f2ea;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 100;
  background: rgba(255, 253, 248, .92);
  border-bottom: 1px solid rgba(184, 148, 82, .22);
  box-shadow: 0 8px 24px rgba(18, 16, 14, .05);
  backdrop-filter: blur(16px);
}

.header-inner {
  min-height: 84px;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: clamp(18px, 3vw, 48px);
  padding-block: 10px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: var(--djl-ink);
  text-decoration: none;
}

.brand-picture { display: inline-flex; align-items: center; }
.brand-logo { display: block; width: 46px; height: 46px; flex: 0 0 46px; object-fit: contain; object-position: center; }

.brand-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 2px;
  line-height: 1.15;
  text-align: right;
}

.brand-title {
  font-family: var(--djl-display);
  font-size: 1.02rem;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: var(--djl-ink, #12100e);
  white-space: nowrap;
}

.brand-subtitle {
  font-family: var(--djl-body);
  font-size: 0.70rem;
  font-weight: 600;
  color: var(--djl-gold, #b89452);
  letter-spacing: 0.01em;
  white-space: nowrap;
}

:root[data-theme='dark'] .brand-title { color: #fffaf2; }
:root[data-theme='dark'] .brand-subtitle { color: #d8bd86; }

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(10px, 1.6vw, 26px);
  min-width: 0;
}

.primary-nav-link {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  color: var(--djl-ink-soft);
  font-size: .9rem;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
  transition: color .2s ease;
}

.primary-nav-link::after {
  position: absolute;
  right: 0;
  bottom: 4px;
  left: 0;
  height: 2px;
  content: '';
  background: var(--djl-gold);
  transform: scaleX(0);
  transform-origin: right center;
  transition: transform .2s ease;
}

.primary-nav-link:hover,
.primary-nav-link:focus-visible { color: var(--djl-gold); }
.primary-nav-link:hover::after,
.primary-nav-link:focus-visible::after { transform: scaleX(1); }

.header-actions {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.header-cta { min-width: 128px; text-align: center; white-space: nowrap; }
.nav-toggle { display: none; }

.home-hero--slider {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  min-height: min(690px, calc(100vh - 84px));
  background: var(--djl-ink);
  color: #fff;
}

.home-hero--slider::before,
.home-hero--slider::after {
  position: absolute;
  z-index: -1;
  content: '';
  pointer-events: none;
}

.home-hero--slider::before {
  inset: 0;
  background:
    radial-gradient(circle at 16% 18%, rgba(215, 189, 134, .18), transparent 32%),
    linear-gradient(110deg, rgba(18, 16, 14, .98) 10%, rgba(18, 16, 14, .82) 52%, rgba(18, 16, 14, .56));
}

.home-hero--slider::after {
  top: 12%;
  left: -8%;
  width: 420px;
  height: 420px;
  border: 1px solid rgba(215, 189, 134, .2);
  border-radius: 50%;
  box-shadow: 0 0 0 24px rgba(215, 189, 134, .04), 0 0 0 52px rgba(215, 189, 134, .025);
}

.home-hero__media,
.home-hero__media::before {
  position: absolute;
  inset: 0;
  z-index: -2;
  content: '';
}

.home-hero__media { background: linear-gradient(135deg, #201c18, #0e0d0c); }
.home-hero__media::before { background: linear-gradient(90deg, rgba(18, 16, 14, .14), rgba(18, 16, 14, .7)); }
.home-hero__inner { position: relative; display: flex; flex-direction: column; justify-content: center; min-height: inherit; padding-block: clamp(72px, 10vw, 132px); }
.home-hero__slides { position: relative; min-height: 420px; }
.home-hero__slide { position: absolute; inset: 0; display: grid; align-items: center; opacity: 0; visibility: hidden; transform: translateY(14px); transition: opacity .45s ease, transform .45s ease, visibility .45s ease; }
.home-hero__slide.is-active { position: relative; opacity: 1; visibility: visible; transform: translateY(0); }
.home-hero__slide:focus-visible { outline: 2px solid var(--djl-gold-light); outline-offset: 8px; }
.home-hero__slide .hero-content { width: min(720px, 100%); }
.home-hero__slide .eyebrow { display: inline-flex; align-items: center; gap: 12px; color: var(--djl-gold-light); letter-spacing: .06em; }
.home-hero__slide .eyebrow::before { width: 34px; height: 1px; content: ''; background: currentColor; }
.home-hero__slide h1 { max-width: 760px; margin: 16px 0 22px; color: #fff; font-size: clamp(2.45rem, 5vw, 5.25rem); line-height: 1.1; letter-spacing: -.04em; text-wrap: balance; }
.home-hero__slide p { max-width: 600px; margin: 0; color: rgba(255, 253, 248, .82); font-size: clamp(1rem, 1.5vw, 1.22rem); line-height: 1.95; }
.home-hero__slide .hero-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.home-hero__slide .button-primary { border-color: var(--djl-gold); background: var(--djl-gold); color: var(--djl-ink); }
.home-hero__slide .button-secondary { border-color: rgba(255, 253, 248, .45); background: rgba(255, 253, 248, .06); color: #fff; }
.home-hero__slide .button-secondary:hover,
.home-hero__slide .button-secondary:focus-visible { border-color: var(--djl-gold-light); background: rgba(215, 189, 134, .15); }
.home-hero__image { position: absolute; inset: 0; z-index: -1; width: 100%; height: 100%; object-fit: cover; opacity: .42; mix-blend-mode: screen; }
.home-hero__controls { display: inline-flex; align-items: center; gap: 16px; margin-top: 22px; }
.home-hero__arrow,
.home-hero__dot { border: 1px solid rgba(255, 253, 248, .32); background: transparent; color: #fff; cursor: pointer; }
.home-hero__arrow { display: inline-grid; width: 42px; height: 42px; place-items: center; border-radius: 50%; font-size: 1.2rem; transition: background .2s ease, border-color .2s ease; }
.home-hero__arrow:hover,
.home-hero__arrow:focus-visible { border-color: var(--djl-gold-light); background: rgba(215, 189, 134, .14); }
.home-hero__dots { display: inline-flex; align-items: center; gap: 8px; }
.home-hero__dot { width: 28px; height: 4px; border-radius: 10px; opacity: .55; transition: width .2s ease, background .2s ease, opacity .2s ease; }
.home-hero__dot.is-active { width: 52px; border-color: var(--djl-gold-light); background: var(--djl-gold-light); opacity: 1; }

@media (max-width: 1100px) {
  .header-inner { grid-template-columns: auto auto; justify-content: space-between; gap: 18px; }
  .header-actions { grid-column: 2; grid-row: 1; }
  .primary-nav { grid-column: 1 / -1; grid-row: 2; justify-content: flex-start; overflow-x: auto; padding-top: 2px; }
  .header-cta { grid-column: 1; grid-row: 1; justify-self: end; }
  .brand { grid-column: 1; grid-row: 1; }
  .header-actions .theme-toggle { display: none; }
}

@media (max-width: 782px) {
  .site-header { position: sticky; }
  .header-inner { min-height: 70px; grid-template-columns: auto 1fr auto; padding-block: 8px; }
  .brand-logo { width: 48px; height: 48px; }
  .header-actions { grid-column: 3; grid-row: 1; gap: 6px; }
  .header-cta { grid-column: 2; grid-row: 1; justify-self: end; min-width: auto; padding-inline: 14px; font-size: .78rem; }
  .nav-toggle { display: inline-grid; width: 42px; height: 42px; place-items: center; border: 1px solid rgba(184, 148, 82, .34); border-radius: 50%; background: transparent; color: var(--djl-ink); cursor: pointer; }
  .nav-toggle-icon { display: grid; gap: 4px; }
  .nav-toggle-icon i { display: block; width: 18px; height: 2px; background: currentColor; transition: transform .2s ease, opacity .2s ease; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-icon i:nth-child(1) { transform: translateY(6px) rotate(45deg); }
  .nav-toggle[aria-expanded="true"] .nav-toggle-icon i:nth-child(2) { opacity: 0; }
  .nav-toggle[aria-expanded="true"] .nav-toggle-icon i:nth-child(3) { transform: translateY(-6px) rotate(-45deg); }
  .primary-nav { position: absolute; top: calc(100% + 1px); right: 12px; left: 12px; display: grid; gap: 2px; max-height: 0; padding: 0 18px; overflow: hidden; border: 1px solid transparent; border-radius: 0 0 18px 18px; background: var(--djl-paper); box-shadow: 0 18px 32px rgba(18, 16, 14, .14); opacity: 0; pointer-events: none; transform: translateY(-8px); transition: max-height .25s ease, opacity .2s ease, transform .25s ease, padding .25s ease; }
  .primary-nav.is-open { max-height: 460px; padding-block: 12px; border-color: rgba(184, 148, 82, .22); opacity: 1; pointer-events: auto; transform: translateY(0); }
  .primary-nav-link { min-height: 46px; padding-inline: 8px; border-bottom: 1px solid rgba(18, 16, 14, .08); }
  .primary-nav-link:last-child { border-bottom: 0; }
  .primary-nav-link::after { right: 8px; left: auto; width: 28px; }
  .home-hero--slider { min-height: 650px; }
  .home-hero__inner { padding-block: 58px 44px; }
  .home-hero__slides { min-height: 470px; }
  .home-hero__slide h1 { font-size: clamp(2.25rem, 11vw, 3.7rem); }
  .home-hero__slide p { font-size: 1rem; }
  .home-hero__slide .hero-actions { align-items: stretch; flex-direction: column; }
  .home-hero__slide .hero-actions .button { width: 100%; text-align: center; }
  .home-hero__controls { align-self: flex-start; }
}

@media (prefers-reduced-motion: reduce) {
  .home-hero__slide,
  .home-hero__dot,
  .primary-nav,
  .nav-toggle-icon i { transition: none; }
}

/* DJL_PHASE2_HOME_SECTIONS_V1 */
.site-main--home { background: var(--djl-paper, #fffdf8); }
.site-main--home .section,
.site-main--home .about-section,
.site-main--home .cta-section { position: relative; padding-block: clamp(76px, 9vw, 132px); }
.site-main--home .section:nth-of-type(even) { background: var(--djl-sand, #f7f2ea); }
.site-main--home .section-heading { display: grid; grid-template-columns: minmax(0, .7fr) minmax(0, 1.3fr); align-items: end; gap: 32px; margin-bottom: 42px; }
.site-main--home .section-heading .eyebrow,
.site-main--home .about-section .eyebrow,
.site-main--home .cta-section .eyebrow { color: var(--djl-gold, #b89452); font-weight: 800; letter-spacing: .04em; }
.site-main--home .section-heading h2 { max-width: 620px; margin: 8px 0 0; color: var(--djl-ink, #12100e); font-size: clamp(2rem, 3.4vw, 3.7rem); line-height: 1.16; letter-spacing: -.035em; }
.site-main--home .section-heading p { max-width: 560px; margin: 0; color: #71675c; font-size: 1rem; line-height: 1.95; }

.trust-strip { position: relative; padding-block: 16px; border-block: 1px solid rgba(184, 148, 82, .22); background: var(--djl-ink, #12100e); color: #fffdf8; }
.trust-strip .container { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; }
.trust-item { display: flex; align-items: center; gap: 12px; min-height: 56px; padding-inline: clamp(12px, 2vw, 28px); border-inline-start: 1px solid rgba(255,255,255,.13); }
.trust-item:first-child { border-inline-start: 0; }
.trust-item::before { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; content: ''; background: var(--djl-gold-light, #d7bd86); box-shadow: 0 0 0 5px rgba(215,189,134,.12); }
.trust-item strong { color: #fff; font-size: .94rem; }

.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.service-card { position: relative; display: flex; flex-direction: column; min-height: 260px; padding: clamp(24px, 3vw, 36px); border: 1px solid rgba(18,16,14,.1); background: #fff; box-shadow: 0 12px 34px rgba(18,16,14,.045); transition: transform .25s ease, border-color .25s ease, box-shadow .25s ease; }
.service-card::before { width: 38px; height: 3px; margin-bottom: 34px; content: ''; background: var(--djl-gold, #b89452); }
.service-card:hover { border-color: rgba(184,148,82,.55); box-shadow: 0 18px 42px rgba(18,16,14,.1); transform: translateY(-6px); }
.service-card h3 { margin: 0 0 12px; color: var(--djl-ink, #12100e); font-size: 1.3rem; }
.service-card p { margin: 0; color: #756d63; line-height: 1.9; }
.service-card a { display: inline-flex; align-items: center; gap: 8px; margin-top: auto; padding-top: 24px; color: var(--djl-gold, #9e793c); font-size: .9rem; font-weight: 800; text-decoration: none; }
.service-card a::after { content: '←'; transition: transform .2s ease; }
.service-card a:hover::after { transform: translateX(-4px); }

.process-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 0; counter-reset: process; }
.process-step { position: relative; min-height: 210px; padding: 24px 28px; border-top: 1px solid rgba(184,148,82,.55); border-inline-start: 1px solid rgba(18,16,14,.1); counter-increment: process; }
.process-step:last-child { border-inline-end: 1px solid rgba(18,16,14,.1); }
.process-step::before { display: block; margin-bottom: 28px; color: var(--djl-gold, #b89452); content: '0' counter(process); font-size: .82rem; font-weight: 900; letter-spacing: .1em; }
.process-step h3 { margin: 0 0 10px; color: var(--djl-ink, #12100e); font-size: 1.08rem; }
.process-step p { margin: 0; color: #756d63; font-size: .92rem; line-height: 1.85; }

.about-section { overflow: hidden; background: var(--djl-ink, #12100e); color: #fff; }
.about-section::before { position: absolute; inset: 0 auto 0 0; width: 42%; content: ''; background: radial-gradient(circle at 20% 50%, rgba(184,148,82,.22), transparent 58%); pointer-events: none; }
.about-section .container { position: relative; display: grid; grid-template-columns: minmax(0, 1.2fr) minmax(300px, .8fr); align-items: center; gap: clamp(40px, 8vw, 120px); }
.about-section h2 { max-width: 700px; margin: 12px 0 20px; color: #fff; font-size: clamp(2.05rem, 4vw, 4.4rem); line-height: 1.15; letter-spacing: -.04em; }
.about-section p { max-width: 690px; margin: 0; color: rgba(255,253,248,.76); line-height: 2; }
.about-section .button { margin-top: 30px; }
.about-panel { position: relative; padding: clamp(28px, 4vw, 48px); border: 1px solid rgba(215,189,134,.34); background: rgba(255,253,248,.05); }
.about-panel::before { position: absolute; top: -1px; right: 28px; width: 54px; height: 3px; content: ''; background: var(--djl-gold-light, #d7bd86); }
.about-panel h3 { margin: 0 0 14px; color: var(--djl-gold-light, #d7bd86); font-size: 1.4rem; }
.about-panel p { font-size: .95rem; }

.audience-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 16px; }
.audience-card { position: relative; min-height: 180px; padding: 28px; border: 1px solid rgba(184,148,82,.28); background: #fff; }
.audience-card::after { position: absolute; right: 28px; bottom: 26px; width: 28px; height: 1px; content: ''; background: var(--djl-gold); }
.audience-card h3 { margin: 0 0 12px; color: var(--djl-ink); font-size: 1.18rem; }
.audience-card p { margin: 0; color: #756d63; line-height: 1.85; }

.faq-home-list { max-width: 920px; margin-inline: auto; border-top: 1px solid rgba(18,16,14,.16); }
.faq-home-list details { border-bottom: 1px solid rgba(18,16,14,.16); }
.faq-home-list summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 22px 0; color: var(--djl-ink); cursor: pointer; font-weight: 800; list-style: none; }
.faq-home-list summary::-webkit-details-marker { display: none; }
.faq-home-list summary::after { display: grid; width: 30px; height: 30px; flex: 0 0 30px; place-items: center; border: 1px solid rgba(184,148,82,.48); border-radius: 50%; color: var(--djl-gold); content: '+'; font-size: 1.1rem; font-weight: 400; }
.faq-home-list details[open] summary::after { content: '−'; background: var(--djl-gold); color: var(--djl-ink); }
.faq-home-list details p { max-width: 800px; margin: -4px 48px 22px 0; color: #756d63; line-height: 1.95; }

.testimonial-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.testimonial-card { display: flex; flex-direction: column; min-height: 220px; padding: 28px; border: 1px solid rgba(18,16,14,.1); background: #fff; }
.testimonial-card::before { margin-bottom: 18px; color: var(--djl-gold); content: '“'; font-family: Georgia, serif; font-size: 3.2rem; line-height: .6; }
.testimonial-card p { margin: 0; color: #625b52; line-height: 1.9; }
.testimonial-card cite { margin-top: auto; padding-top: 22px; color: var(--djl-ink); font-size: .85rem; font-style: normal; font-weight: 800; }

.cta-section { overflow: hidden; background: var(--djl-gold, #b89452); }
.cta-section::before { position: absolute; top: -100px; left: 8%; width: 320px; height: 320px; border: 1px solid rgba(18,16,14,.18); border-radius: 50%; content: ''; box-shadow: 0 0 0 24px rgba(18,16,14,.05), 0 0 0 50px rgba(18,16,14,.035); }
.cta-section .container { position: relative; display: flex; align-items: end; justify-content: space-between; gap: 30px; }
.cta-section h2 { max-width: 780px; margin: 10px 0 0; color: var(--djl-ink); font-size: clamp(2rem, 4vw, 4.3rem); line-height: 1.12; letter-spacing: -.04em; }
.cta-section p { max-width: 640px; margin: 16px 0 0; color: rgba(18,16,14,.72); line-height: 1.9; }
.cta-section .button-primary { border-color: #12100e !important; background: #12100e !important; color: #fff !important; white-space: nowrap; }

@media (max-width: 980px) {
  .site-main--home .section-heading { grid-template-columns: 1fr; gap: 14px; }
  .service-grid, .testimonial-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .process-step:nth-child(2n) { border-inline-end: 1px solid rgba(18,16,14,.1); }
  .process-step:nth-child(n+3) { border-top: 0; }
  .about-section .container { grid-template-columns: 1fr; }
  .audience-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .cta-section .container { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 640px) {
  .site-main--home .section,
  .site-main--home .about-section,
  .site-main--home .cta-section { padding-block: 64px; }
  .trust-strip .container { grid-template-columns: 1fr; }
  .trust-item { border-inline-start: 0; border-top: 1px solid rgba(255,255,255,.13); }
  .trust-item:first-child { border-top: 0; }
  .service-grid, .process-grid, .audience-grid, .testimonial-grid { grid-template-columns: 1fr; }
  .process-step { min-height: auto; border-inline-end: 1px solid rgba(18,16,14,.1); border-top: 0; border-bottom: 1px solid rgba(18,16,14,.1); }
  .process-step:first-child { border-top: 1px solid rgba(184,148,82,.55); }
  .process-step:nth-child(n+3) { border-top: 0; }
  .faq-home-list details p { margin-inline-start: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .service-card { transition: none; }
}

/* DJL_PHASE5_INTERNAL_PAGES_V1 */
.page-hero { position: relative; isolation: isolate; overflow: hidden; padding-block: clamp(38px, 4.5vw, 52px); background: var(--djl-ink, #12100e); color: #fff; text-align: center; }
.page-hero::before { position: absolute; inset: 0; z-index: -1; content: ''; background: radial-gradient(circle at 50% 35%, rgba(215,189,134,.16), transparent 50%), linear-gradient(120deg, rgba(18,16,14,.98), rgba(18,16,14,.88)); }
.page-hero::after { position: absolute; top: -160px; left: 50%; transform: translateX(-50%); z-index: -1; width: 360px; height: 360px; border: 1px solid rgba(215,189,134,.15); border-radius: 50%; content: ''; box-shadow: 0 0 0 20px rgba(215,189,134,.025), 0 0 0 44px rgba(215,189,134,.015); }
.page-hero__inner { position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; width: 100%; max-width: 1300px; margin: 0 auto; }
.page-hero .eyebrow { color: var(--djl-gold-light, #d7bd86); font-weight: 700; font-size: clamp(0.95rem, 1.3vw, 1.125rem); letter-spacing: 0.04em; display: inline-block; margin-bottom: 0.35rem; }
.page-hero h1 { width: 100%; max-width: 1200px; margin: 0.35rem auto 0.6rem; color: #fff; font-size: clamp(1.85rem, 3.2vw, 2.5rem); line-height: 1.3; letter-spacing: -0.02em; font-weight: 800; text-align: center; }
.page-hero p { width: 100%; max-width: 1050px; margin: 0 auto; color: rgba(255,253,248,.85); font-size: clamp(0.85rem, 1.15vw, 0.95rem); line-height: 1.65; text-align: center; }
.page-content-section { padding-block: clamp(68px, 8vw, 120px); background: var(--djl-paper, #fffdf8); }
.entry-content { width: 100% !important; max-width: 100% !important; margin: 0 !important; }
.entry-content > div { color: #4d4842; font-size: 1.05rem; line-height: 2.05; width: 100% !important; max-width: 100% !important; }
.entry-content h2 { margin: 1.6em 0 .5em; color: var(--djl-ink, #12100e); font-size: clamp(1.45rem, 2.5vw, 1.95rem); line-height: 1.35; width: 100% !important; max-width: 100% !important; font-weight: 800; }
.entry-content h3 { margin: 1.3em 0 .4em; color: var(--djl-ink, #12100e); font-size: 1.25rem; width: 100% !important; max-width: 100% !important; font-weight: 700; }
.entry-content p { margin-block: 0 1em; width: 100% !important; max-width: 100% !important; }
.entry-content ul, .entry-content ol { margin-block: 1em; padding-inline-start: 1.4em; width: 100% !important; max-width: 100% !important; }
.entry-content li { margin-block: .4em; }
.entry-content a { color: #9a7437; text-decoration-thickness: 1px; text-underline-offset: 3px; font-weight: 600; }
.entry-content blockquote { margin: 1.5em 0; padding: 18px 22px; border-inline-start: 3px solid var(--djl-gold, #b89452); background: var(--djl-sand, #f7f2ea); color: var(--djl-ink-soft, #211d19); border-radius: 8px; }

.archive .site-main, .post-type-archive .site-main, .single .site-main { background: var(--djl-paper, #fffdf8); }
.archive .page-header, .post-type-archive .page-header { padding-block: clamp(38px, 4.5vw, 52px); background: var(--djl-ink, #12100e); color: #fff; text-align: center; }
.archive .page-header h1, .post-type-archive .page-header h1 { margin: 0 auto; color: #fff; font-size: clamp(1.85rem, 3.2vw, 2.35rem); text-align: center; }
.archive .content-area, .post-type-archive .content-area { padding-block: 48px; }

.single-djl_service .entry-content, .single-djl_faq .entry-content, .single-djl_team_member .entry-content, .single-djl_testimonial .entry-content { max-width: 920px; }
.single-djl_service .entry-header, .single-djl_faq .entry-header, .single-djl_team_member .entry-header, .single-djl_testimonial .entry-header { margin-bottom: 24px; text-align: center; }
.single-djl_service .entry-title, .single-djl_faq .entry-title, .single-djl_team_member .entry-title, .single-djl_testimonial .entry-title { color: var(--djl-ink, #12100e); font-size: clamp(1.85rem, 3.2vw, 2.35rem); line-height: 1.25; }

@media (max-width: 700px) {
  .page-hero { padding-block: 32px 38px; }
  .page-hero h1 { font-size: clamp(1.5rem, 6vw, 1.85rem); }
  .page-hero p { font-size: 0.88rem; line-height: 1.6; }
  .entry-content > div { font-size: 1rem; line-height: 1.95; }
}

/* DJL_PHASE5_ARCHIVES_V1 */
.site-main > .section:first-child { padding-block: clamp(64px, 8vw, 112px); background: var(--djl-paper, #fffdf8); }
.site-main > .section:first-child > .container > .section-heading { margin-bottom: 42px; }
.site-main > .section:first-child > .container > .section-heading h1 { max-width: 820px; margin: 12px 0 0; color: var(--djl-ink, #12100e); font-size: clamp(2.3rem, 4.8vw, 4.7rem); line-height: 1.12; letter-spacing: -.045em; }
.site-main > .section:first-child > .container > .section-heading p { max-width: 620px; margin: 18px 0 0; color: #756d63; line-height: 1.95; }
.card-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 18px; }
.card-grid > .card { position: relative; display: flex; flex-direction: column; min-height: 220px; padding: 28px; border: 1px solid rgba(18,16,14,.1); background: #fff; box-shadow: 0 12px 34px rgba(18,16,14,.045); transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease; }
.card-grid > .card:hover { border-color: rgba(184,148,82,.55); box-shadow: 0 18px 42px rgba(18,16,14,.1); transform: translateY(-5px); }
.card-grid > .card h2 { margin: 0 0 12px; color: var(--djl-ink, #12100e); font-size: 1.25rem; line-height: 1.4; }
.card-grid > .card h2 a { color: inherit; text-decoration: none; }
.card-grid > .card h2 a:hover { color: #9a7437; }
.card-grid > .card p { margin: 0; color: #756d63; line-height: 1.9; }
.card-grid > .card > a:last-child { margin-top: auto; padding-top: 22px; color: #9a7437; font-size: .88rem; font-weight: 800; text-decoration: none; }
.card-grid > .card > img { width: 100%; max-height: 260px; margin: -28px -28px 24px; object-fit: cover; }
@media (max-width: 980px) { .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .site-main > .section:first-child { padding-block: 58px; } .card-grid { grid-template-columns: 1fr; } }
@media (prefers-reduced-motion: reduce) { .card-grid > .card { transition: none; } }

/* DJL_VISUAL_CORRECTIONS_FROM_FULL_SCREENSHOT_V1 */
@media (min-width: 1101px) {
  .header-inner { min-height: 76px; grid-template-columns: auto minmax(0, 1fr) auto; grid-template-areas: "brand nav cta"; gap: clamp(18px, 2.2vw, 36px); }
  .header-inner > .brand { grid-area: brand; }
  .header-inner > .primary-nav { grid-area: nav; }
  .header-inner > .header-cta { grid-area: cta; justify-self: end; }
  .header-inner > .header-actions { display: none; }
  .brand-logo { width: clamp(48px, 4vw, 58px); max-height: 58px; }
  .primary-nav { gap: clamp(8px, 1.2vw, 20px); }
  .primary-nav-link { font-size: .84rem; }
  .header-cta { min-width: 118px; padding-inline: 16px; font-size: .86rem; }
}

.home-hero--slider { min-height: min(540px, calc(100vh - 76px)); }
.home-hero__inner { padding-block: clamp(54px, 7vw, 86px) clamp(36px, 4vw, 56px); }
.home-hero__slides { min-height: 342px; }
.home-hero__slide .hero-content { width: min(660px, 100%); }
.home-hero__slide h1 { max-width: 680px; margin-block: 12px 16px; font-size: clamp(2.15rem, 4vw, 4.1rem); line-height: 1.12; }
.home-hero__slide p { max-width: 570px; font-size: clamp(.95rem, 1.2vw, 1.08rem); line-height: 1.8; }
.home-hero__slide .hero-actions { margin-top: 24px; }
.home-hero__controls { gap: 12px; margin-top: 12px; }
.home-hero__arrow { width: 38px; height: 38px; font-family: Arial, sans-serif; font-size: 1rem; line-height: 1; }
.home-hero__dots { gap: 8px; }
.home-hero__dots .home-hero__dot { width: 9px !important; height: 9px !important; padding: 0; border: 1px solid rgba(255,253,248,.42); border-radius: 50%; background: transparent; }
.home-hero__dots .home-hero__dot.is-active { width: 28px !important; height: 6px !important; border-color: var(--djl-gold-light); border-radius: 999px; background: var(--djl-gold-light); }

.trust-strip { padding-block: 0 34px; border: 0; background: var(--djl-ink, #12100e); }
.trust-strip .container { position: relative; z-index: 2; grid-template-columns: repeat(4, minmax(0, 1fr)); padding: 22px clamp(18px, 3vw, 42px); border: 1px solid rgba(184,148,82,.16); border-radius: 18px; background: var(--djl-paper, #fffdf8); box-shadow: 0 18px 36px rgba(18,16,14,.12); transform: translateY(-34px); }
.trust-item { min-height: 50px; padding-inline: clamp(10px, 1.5vw, 22px); border-color: rgba(18,16,14,.1); color: var(--djl-ink, #12100e); }
.trust-item strong { color: var(--djl-ink, #12100e); font-size: .88rem; line-height: 1.6; }
.trust-item::before { width: 6px; height: 6px; flex-basis: 6px; }

.site-main--home .section,
.site-main--home .about-section,
.site-main--home .cta-section { padding-block: clamp(58px, 6.5vw, 92px); }
.site-main--home .section-heading { grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 24px; margin-bottom: 30px; }
.site-main--home .section-heading h2 { max-width: 520px; margin-top: 6px; font-size: clamp(1.8rem, 2.75vw, 2.9rem); line-height: 1.2; }
.site-main--home .section-heading p { max-width: 480px; font-size: .93rem; line-height: 1.8; }
.service-grid { gap: 14px; }
.service-card { min-height: 220px; padding: clamp(20px, 2.3vw, 28px); }
.service-card::before { margin-bottom: 24px; }
.service-card h3 { margin-bottom: 9px; font-size: 1.12rem; }
.service-card p { font-size: .9rem; line-height: 1.8; }
.service-card a { padding-top: 18px; font-size: .84rem; }
.process-grid { max-width: 1120px; margin-inline: auto; }
.process-step { min-height: 172px; padding: 20px 22px; }
.process-step::before { margin-bottom: 22px; }
.process-step h3 { font-size: 1rem; }
.process-step p { font-size: .86rem; line-height: 1.75; }
.about-section h2 { max-width: 610px; font-size: clamp(1.9rem, 3.25vw, 3.45rem); }
.about-section p { font-size: .95rem; line-height: 1.85; }
.about-panel { padding: clamp(24px, 3vw, 36px); }
.audience-grid { gap: 12px; }
.audience-card { min-height: 154px; padding: 22px; }
.audience-card h3 { font-size: 1.05rem; }
.audience-card p { font-size: .88rem; line-height: 1.75; }
.faq-home-list { max-width: 820px; }
.faq-home-list summary { padding-block: 18px; font-size: .95rem; }
.faq-home-list summary::after { width: 34px; height: 34px; flex-basis: 34px; font-size: 1.2rem; }
.faq-home-list details p { margin-bottom: 18px; font-size: .92rem; line-height: 1.85; }
.testimonial-grid { gap: 14px; }
.testimonial-card { min-height: 190px; padding: 22px; }
.testimonial-card p { font-size: .9rem; line-height: 1.8; }
.cta-section h2 { max-width: 640px; font-size: clamp(1.9rem, 3.25vw, 3.5rem); }
.cta-section p { font-size: .94rem; line-height: 1.8; }

@media (max-width: 1100px) {
  .home-hero--slider { min-height: 520px; }
  .home-hero__slides { min-height: 350px; }
  .trust-strip .container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 782px) {
  .home-hero--slider { min-height: 590px; }
  .home-hero__inner { padding-block: 46px 34px; }
  .home-hero__slides { min-height: 420px; }
  .home-hero__slide h1 { font-size: clamp(2rem, 10vw, 3.2rem); }
  .trust-strip { padding-bottom: 22px; }
  .trust-strip .container { grid-template-columns: 1fr; padding: 10px 16px; transform: translateY(-22px); }
  .trust-item { min-height: 46px; border-top: 1px solid rgba(18,16,14,.1); border-inline-start: 0; }
  .trust-item:first-child { border-top: 0; }
  .site-main--home .section-heading { grid-template-columns: 1fr; gap: 10px; }
  .site-main--home .section-heading h2 { font-size: clamp(1.75rem, 8vw, 2.45rem); }
}

/* DJL_VISUAL_CORRECTIONS_FROM_FULL_SCREENSHOT_V2 */
@media (min-width: 1101px) {
  .header-inner { grid-template-columns: auto minmax(0, 1fr) auto auto; grid-template-areas: "brand nav actions cta"; }
  .header-inner > .header-actions { grid-area: actions; display: inline-flex; align-items: center; justify-content: center; gap: 6px; }
  .header-actions .nav-toggle:not(.theme-toggle) { display: none; }
  .header-actions .theme-toggle { display: inline-grid; width: 34px; height: 34px; padding: 0; place-items: center; border: 1px solid rgba(18,16,14,.18); border-radius: 50%; background: transparent; color: var(--djl-ink, #12100e); font-size: 1rem; }
  .header-actions .theme-toggle:hover, .header-actions .theme-toggle:focus-visible { border-color: var(--djl-gold, #b89452); background: rgba(184,148,82,.1); }
}

.home-hero--slider { min-height: min(470px, calc(100vh - 76px)); }
.home-hero__inner { padding-block: 42px 28px; }
.home-hero__slides { min-height: 286px; }
.home-hero__slide h1 { max-width: 650px; font-size: clamp(2rem, 3.35vw, 3.55rem); line-height: 1.15; }
.home-hero__slide p { max-width: 540px; font-size: .94rem; line-height: 1.75; }
.home-hero__slide .hero-actions { margin-top: 20px; }
.home-hero__controls { gap: 10px; margin-top: 8px; }
.home-hero__arrow { width: 36px; height: 36px; font-size: 0; }
.home-hero__arrow::before { display: block; font-family: Arial, sans-serif; font-size: 1.55rem; font-weight: 400; line-height: 1; }
.home-hero__arrow--prev::before { content: '‹'; }
.home-hero__arrow--next::before { content: '›'; }
.home-hero__dots .home-hero__dot { width: 8px !important; height: 8px !important; min-width: 8px; border: 1px solid rgba(255,253,248,.55) !important; border-radius: 50% !important; background: transparent !important; }
.home-hero__dots .home-hero__dot.is-active { width: 24px !important; height: 6px !important; min-width: 24px; border-radius: 999px !important; background: var(--djl-gold-light, #d7bd86) !important; }

.trust-strip { padding-bottom: 22px; }
.trust-strip .container { padding: 15px clamp(16px, 2.5vw, 30px); border-radius: 14px; transform: translateY(-22px); }
.trust-item { min-height: 40px; padding-inline: 12px; }
.trust-item strong { font-size: .78rem; line-height: 1.5; }

.site-main--home .section,
.site-main--home .about-section,
.site-main--home .cta-section { padding-block: clamp(48px, 5.5vw, 76px); }
.site-main--home .section-heading { gap: 16px; margin-bottom: 24px; }
.site-main--home .section-heading h2 { max-width: 480px; font-size: clamp(1.7rem, 2.35vw, 2.45rem); line-height: 1.22; }
.site-main--home .section-heading p { font-size: .88rem; line-height: 1.75; }
.service-grid, .testimonial-grid { gap: 12px; }
.service-card { min-height: 196px; padding: 22px; }
.service-card::before { margin-bottom: 18px; }
.service-card h3 { font-size: 1.04rem; }
.service-card p { font-size: .84rem; line-height: 1.72; }
.service-card a { padding-top: 14px; font-size: .8rem; }
.process-grid { gap: 0; }
.process-step { min-height: 148px; padding: 18px; }
.process-step::before { margin-bottom: 16px; }
.process-step h3 { font-size: .95rem; }
.process-step p { font-size: .8rem; line-height: 1.7; }
.about-section h2 { max-width: 560px; font-size: clamp(1.8rem, 2.7vw, 2.9rem); }
.about-panel { padding: 26px; }
.audience-card { min-height: 134px; padding: 18px; }
.audience-card h3 { font-size: .98rem; }
.audience-card p { font-size: .82rem; line-height: 1.7; }
.faq-home-list summary { padding-block: 15px; font-size: .88rem; }
.faq-home-list summary::after { width: 32px; height: 32px; flex-basis: 32px; font-size: 1.05rem; }
.faq-home-list details p { margin-bottom: 15px; font-size: .85rem; line-height: 1.8; }
.testimonial-card { min-height: 168px; padding: 20px; }
.testimonial-card p { font-size: .84rem; line-height: 1.75; }
.cta-section h2 { max-width: 580px; font-size: clamp(1.8rem, 2.75vw, 3rem); }
.cta-section p { font-size: .86rem; line-height: 1.75; }

@media (max-width: 1100px) {
  .home-hero--slider { min-height: 480px; }
  .home-hero__slides { min-height: 310px; }
}
@media (max-width: 782px) {
  .home-hero--slider { min-height: 530px; }
  .home-hero__inner { padding-block: 38px 28px; }
  .home-hero__slides { min-height: 380px; }
  .home-hero__slide h1 { font-size: clamp(1.9rem, 9vw, 2.9rem); }
  .trust-strip .container { transform: translateY(-16px); }
  .trust-item strong { font-size: .8rem; }
  .site-main--home .section-heading h2 { font-size: clamp(1.65rem, 7.2vw, 2.2rem); }
  .service-card { min-height: 180px; }
}

/* DJL_VISUAL_CORRECTIONS_FROM_FULL_SCREENSHOT_V3 */
@media (min-width: 1101px) {
  .header-inner { display: flex; flex-wrap: nowrap; align-items: center; justify-content: flex-start; gap: clamp(16px, 2vw, 32px); }
  .header-inner > .brand { order: 1; flex: 0 0 auto; margin-inline-start: 0; }
  .header-inner > .header-cta { order: 2; flex: 0 0 auto; }
  .header-inner > .primary-nav { order: 3; position: static; inset: auto; display: flex; flex: 1 1 auto; align-items: center; justify-content: center; visibility: visible; opacity: 1; transform: none; pointer-events: auto; }
  .header-inner > .header-actions { order: 4; display: inline-flex; flex: 0 0 auto; }
  .header-actions .nav-toggle:not(.theme-toggle) { display: none; }
  .header-actions .theme-toggle { display: inline-grid; }
}
@media (max-width: 1100px) {
  .home-hero__arrow--prev::before { content: '‹'; }
  .home-hero__arrow--next::before { content: '›'; }
}

/* DJL_THEME_TOGGLE_STYLES_V1 */
:root[data-theme='dark'] { color-scheme: dark; --djl-paper: #171513; --djl-sand: #211d18; --djl-ink: #fbf7ef; --djl-ink-soft: #ede4d7; --djl-line: rgba(255,253,248,.16); }
:root[data-theme='dark'] body { background: #171513; color: #ede4d7; }
:root[data-theme='dark'] .site-header { background: rgba(23,21,19,.92); border-color: rgba(255,253,248,.14); }
:root[data-theme='dark'] .site-footer { background: #0f0e0d; }

/* Dark Mode Universal High-Contrast Buttons */
:root[data-theme='dark'] .button-primary,
body.dark-mode .button-primary,
:root[data-theme='dark'] a.button-primary,
body.dark-mode a.button-primary,
:root[data-theme='dark'] button.button-primary,
body.dark-mode button.button-primary,
:root[data-theme='dark'] .cta-banner .button-primary,
body.dark-mode .cta-banner .button-primary,
:root[data-theme='dark'] .contact-hub-compact .button-primary,
body.dark-mode .contact-hub-compact .button-primary {
  background: var(--djl-gold, #c5a059) !important;
  color: #12100e !important;
  border: 1px solid var(--djl-gold, #c5a059) !important;
  box-shadow: 0 4px 16px rgba(197, 160, 89, 0.35) !important;
  font-weight: 800 !important;
}
:root[data-theme='dark'] .button-primary span,
body.dark-mode .button-primary span,
:root[data-theme='dark'] a.button-primary span,
body.dark-mode a.button-primary span,
:root[data-theme='dark'] .cta-banner .button-primary span,
body.dark-mode .cta-banner .button-primary span {
  color: #12100e !important;
}
:root[data-theme='dark'] .button-primary:hover,
:root[data-theme='dark'] .button-primary:focus-visible,
body.dark-mode .button-primary:hover,
body.dark-mode .button-primary:focus-visible,
:root[data-theme='dark'] .cta-banner .button-primary:hover,
body.dark-mode .cta-banner .button-primary:hover {
  background: #e2c07d !important;
  color: #12100e !important;
  border-color: #e2c07d !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(197, 160, 89, 0.5) !important;
}
:root[data-theme='dark'] .button-secondary,
body.dark-mode .button-secondary {
  color: #f5dfa8 !important;
  border: 1px solid rgba(197, 160, 89, 0.45) !important;
  background: rgba(255, 255, 255, 0.04) !important;
}
:root[data-theme='dark'] .button-secondary:hover,
body.dark-mode .button-secondary:hover {
  background: var(--djl-gold, #c5a059) !important;
  color: #12100e !important;
}

/* Settings-driven WhatsApp shortcut */
.floating-contact { display: none !important; }
.djl-whatsapp-float {
  position: fixed;
  right: max(18px, env(safe-area-inset-right));
  bottom: max(20px, env(safe-area-inset-bottom));
  z-index: 80;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-width: 56px;
  min-height: 56px;
  color: #fff;
  text-decoration: none;
  filter: drop-shadow(0 12px 22px rgba(18, 16, 14, .24));
}
.djl-whatsapp-float__icon {
  position: relative;
  display: grid;
  width: 56px;
  height: 56px;
  flex: 0 0 56px;
  place-items: center;
  border: 2px solid #f2d89f;
  border-radius: 50%;
  background: #1fa855;
  color: #fff;
  box-shadow: 0 0 0 4px rgba(184, 148, 82, .2), 0 12px 28px rgba(18, 16, 14, .22);
  transition: transform .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.djl-whatsapp-float__icon::before {
  position: absolute;
  inset: -8px;
  border: 1px solid rgba(31, 168, 85, .34);
  border-radius: inherit;
  content: '';
  animation: djl-whatsapp-pulse 2.4s ease-out infinite;
}
.djl-whatsapp-float__icon svg { width: 29px; height: 29px; fill: currentColor; }
.djl-whatsapp-float__label {
  max-width: 0;
  overflow: hidden;
  padding: 9px 0;
  border: 1px solid rgba(184, 148, 82, .42);
  border-radius: 999px;
  background: #201a13;
  color: #fffdf8;
  font-size: .82rem;
  font-weight: 700;
  line-height: 1.4;
  white-space: nowrap;
  opacity: 0;
  transform: translateX(8px);
  transition: max-width .25s ease, padding .25s ease, opacity .2s ease, transform .25s ease;
}
.djl-whatsapp-float:hover .djl-whatsapp-float__icon,
.djl-whatsapp-float:focus-visible .djl-whatsapp-float__icon { background: #168945; transform: translateY(-2px) scale(1.03); box-shadow: 0 0 0 5px rgba(184, 148, 82, .24), 0 15px 32px rgba(18, 16, 14, .28); }
.djl-whatsapp-float:hover .djl-whatsapp-float__label,
.djl-whatsapp-float:focus-visible .djl-whatsapp-float__label { max-width: 240px; padding-inline: 15px; opacity: 1; transform: translateX(0); }
.djl-whatsapp-float:focus-visible { border-radius: 999px; outline: 3px solid rgba(184, 148, 82, .55); outline-offset: 4px; box-shadow: none; }
:root[data-theme='dark'] .djl-whatsapp-float__label { border-color: rgba(240, 215, 158, .42); background: #fffaf2; color: #17130f; }
@keyframes djl-whatsapp-pulse { 0% { opacity: .65; transform: scale(.88); } 75%, 100% { opacity: 0; transform: scale(1.18); } }
@media (max-width: 640px) {
  .djl-whatsapp-float { right: max(14px, env(safe-area-inset-right)); bottom: max(14px, env(safe-area-inset-bottom)); min-width: 52px; min-height: 52px; }
  .djl-whatsapp-float__icon { width: 52px; height: 52px; flex-basis: 52px; }
  .djl-whatsapp-float__icon svg { width: 27px; height: 27px; }
  .djl-whatsapp-float__label { display: none; }
}
@media (prefers-reduced-motion: reduce) {
  .djl-whatsapp-float__icon, .djl-whatsapp-float__label { transition: none; }
  .djl-whatsapp-float__icon::before { animation: none; }
}
:root[data-theme='dark'] .site-main--home .section:not(.about-section):not(.cta-section), :root[data-theme='dark'] .page-content-section { background: #171513; }
:root[data-theme='dark'] .service-card, :root[data-theme='dark'] .audience-card, :root[data-theme='dark'] .testimonial-card, :root[data-theme='dark'] .card-grid > .card, :root[data-theme='dark'] .trust-strip .container { border-color: rgba(255,253,248,.14); background: #211d18; color: #ede4d7; }
:root[data-theme='dark'] .service-card h3, :root[data-theme='dark'] .audience-card h3, :root[data-theme='dark'] .testimonial-card strong, :root[data-theme='dark'] .card-grid > .card h2, :root[data-theme='dark'] .entry-content h2, :root[data-theme='dark'] .entry-content h3 { color: #fffaf2; }
:root[data-theme='dark'] .service-card p, :root[data-theme='dark'] .audience-card p, :root[data-theme='dark'] .testimonial-card p, :root[data-theme='dark'] .card-grid > .card p, :root[data-theme='dark'] .entry-content > div { color: #d9cfc1; }
:root[data-theme='dark'] .faq-home-list summary { color: #fffaf2; border-color: rgba(255,253,248,.16); }
:root[data-theme='dark'] .faq-home-list details p { color: #d9cfc1; }
.header-actions .theme-toggle { position: relative; display: inline-grid; width: 40px; height: 40px; place-items: center; padding: 0; border: 1px solid rgba(18,16,14,.2); border-radius: 50%; background: rgba(255,255,255,.45); color: #12100e; cursor: pointer; box-shadow: 0 5px 14px rgba(18,16,14,.08); transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.header-actions .theme-toggle:hover, .header-actions .theme-toggle:focus-visible { border-color: var(--djl-gold, #b89452); background: var(--djl-gold, #b89452); color: #fff; transform: translateY(-1px); }
.theme-toggle__icon { display: block; font-family: Arial, sans-serif; font-size: 1.05rem; line-height: 1; }
:root[data-theme='dark'] .header-actions .theme-toggle { border-color: rgba(255,253,248,.3); background: rgba(255,253,248,.1); color: #fffaf2; }
@media (max-width: 1100px) { .header-actions .theme-toggle { width: 38px; height: 38px; } }
@media (prefers-reduced-motion: reduce) { .header-actions .theme-toggle { transition: none; } }

/* DJL_THEME_TOGGLE_CONTRAST_V2 */
:root[data-theme='light'] .header-cta { background: #171513 !important; border-color: #171513 !important; color: #fffdf8 !important; box-shadow: 0 8px 20px rgba(18,16,14,.12); }
:root[data-theme='light'] .header-cta:hover, :root[data-theme='light'] .header-cta:focus-visible { background: #9a7437 !important; border-color: #9a7437 !important; color: #fff !important; }
:root[data-theme='dark'] .header-cta { background: #d2ad68 !important; border-color: #d2ad68 !important; color: #171513 !important; box-shadow: 0 8px 20px rgba(0,0,0,.2); }
:root[data-theme='dark'] .header-cta:hover, :root[data-theme='dark'] .header-cta:focus-visible { background: #f0d79e !important; border-color: #f0d79e !important; color: #171513 !important; }
:root[data-theme='light'] .header-actions .theme-toggle { background: #fffdf8; border-color: rgba(18,16,14,.35); color: #171513; }
:root[data-theme='dark'] .header-actions .theme-toggle { background: #24201b; border-color: rgba(255,253,248,.45); color: #f0d79e; }
:root[data-theme='light'] .header-actions .nav-toggle:not(.theme-toggle) { background: #fffdf8; border-color: rgba(18,16,14,.35); color: #171513; }
:root[data-theme='dark'] .header-actions .nav-toggle:not(.theme-toggle) { background: #24201b; border-color: rgba(255,253,248,.45); color: #fffaf2; }
.header-actions .theme-toggle__icon { width: 20px; height: 20px; display: grid; place-items: center; font-size: 1.05rem; }
@media (max-width: 1100px) {
  .header-inner > .header-cta { color: #fffdf8 !important; background: #171513 !important; border-color: #171513 !important; }
  :root[data-theme='dark'] .header-inner > .header-cta { color: #171513 !important; background: #d2ad68 !important; border-color: #d2ad68 !important; }
}

/* DJL_THEME_TOGGLE_CONTRAST_V3 */
:root[data-theme='light'] { color-scheme: light; }
:root[data-theme='light'] body { background: #fffdf8; color: #4d4842; }
:root[data-theme='light'] .site-header { background: rgba(255,253,248,.94) !important; border-bottom-color: rgba(18,16,14,.14) !important; }
:root[data-theme='light'] .site-header .primary-nav-link { color: #171513 !important; }
:root[data-theme='light'] .site-header .theme-toggle, :root[data-theme='light'] .site-header .nav-toggle { background: #fffdf8 !important; color: #171513 !important; border-color: rgba(18,16,14,.35) !important; }
:root[data-theme='light'] .header-cta { background: #171513 !important; color: #fffdf8 !important; border-color: #171513 !important; }
:root[data-theme='light'] .home-hero--slider { background: #171513 !important; color: #fffdf8 !important; }
:root[data-theme='light'] .trust-strip { background: #171513 !important; color: #fffdf8 !important; }
:root[data-theme='light'] .trust-strip .container { background: #fffdf8 !important; color: #171513 !important; }
:root[data-theme='light'] .site-main--home { background: #fffdf8 !important; }
:root[data-theme='dark'] .site-header .primary-nav-link { color: #fffaf2 !important; }
:root[data-theme='dark'] .site-header .theme-toggle, :root[data-theme='dark'] .site-header .nav-toggle { color: #f0d79e !important; }

/* DJL_HERO_STABILITY_AND_CONTROLS_V1 */
.home-hero--slider { height: clamp(470px, 62vh, 590px); min-height: 0 !important; overflow: hidden; }
.home-hero--slider .home-hero__inner { position: relative; height: 100%; min-height: 0; padding-block: clamp(42px, 6vh, 70px) 78px; display: flex; flex-direction: column; justify-content: center; }
.home-hero__slides { position: relative; flex: 1 1 auto; width: 100%; min-height: 0 !important; height: 100%; }
.home-hero__slide { position: absolute !important; inset: 0; display: flex; align-items: center; min-height: 0 !important; height: 100%; opacity: 0; visibility: hidden; pointer-events: none; transform: none !important; transition: opacity .32s ease, visibility .32s ease; }
.home-hero__slide.is-active { opacity: 1; visibility: visible; pointer-events: auto; }
.home-hero__slide .hero-content { width: min(650px, 100%); min-height: 300px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.home-hero__slide h1, .home-hero__slide h2 { width: 100%; min-height: 2.3em; margin-block: 12px 16px; font-size: clamp(2rem, 3.35vw, 3.55rem); line-height: 1.15; }
.home-hero__slide p { width: min(560px, 100%); min-height: 3.5em; margin-block: 0; font-size: clamp(.94rem, 1.15vw, 1.04rem); line-height: 1.75; }
.home-hero__slide .hero-actions { min-height: 48px; margin-top: 22px; display: flex; align-items: center; gap: 12px; }
.home-hero__slide .hero-actions .button { min-width: 142px; min-height: 44px; padding-inline: 19px; text-align: center; }
.home-hero__controls { position: absolute; inset-inline-end: clamp(20px, 5vw, 72px); bottom: 24px; z-index: 5; display: inline-flex; align-items: center; gap: 12px; width: auto; margin: 0; padding: 7px 9px; border: 1px solid rgba(215,189,134,.38); border-radius: 999px; background: rgba(18,16,14,.62); box-shadow: 0 10px 26px rgba(0,0,0,.2); backdrop-filter: blur(10px); }
.home-hero__arrow { display: inline-grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border: 1px solid rgba(255,253,248,.48); border-radius: 50%; background: transparent; color: #fffdf8; cursor: pointer; transition: background .2s ease, border-color .2s ease, color .2s ease; }
.home-hero__arrow:hover, .home-hero__arrow:focus-visible { border-color: var(--djl-gold-soft, #d7bd86); background: var(--djl-gold, #b89452); color: #171513; }
.home-hero__arrow::before { font-family: Arial, sans-serif; font-size: 1.45rem; line-height: 1; }
.home-hero__arrow--prev::before { content: '‹'; }
.home-hero__arrow--next::before { content: '›'; }
.home-hero__dots { display: inline-flex; align-items: center; gap: 7px; }
.home-hero__dots .home-hero__dot { width: 8px !important; height: 8px !important; min-width: 8px; padding: 0; border: 1px solid rgba(255,253,248,.68) !important; border-radius: 50% !important; background: transparent !important; cursor: pointer; transition: width .2s ease, background .2s ease, border-color .2s ease; }
.home-hero__dots .home-hero__dot.is-active { width: 28px !important; height: 7px !important; min-width: 28px; border-color: var(--djl-gold-soft, #d7bd86) !important; border-radius: 999px !important; background: var(--djl-gold-soft, #d7bd86) !important; }
.home-hero__dots .home-hero__dot:focus-visible { outline: 2px solid #fff; outline-offset: 3px; }
@media (max-width: 782px) {
  .home-hero--slider { height: 560px; }
  .home-hero--slider .home-hero__inner { padding-block: 34px 78px; }
  .home-hero__slide .hero-content { min-height: 320px; }
  .home-hero__slide h1, .home-hero__slide h2 { min-height: 3.45em; font-size: clamp(1.9rem, 9vw, 2.9rem); }
  .home-hero__slide p { min-height: 5.1em; font-size: .92rem; }
  .home-hero__slide .hero-actions { margin-top: 18px; gap: 8px; }
  .home-hero__slide .hero-actions .button { min-width: 0; padding-inline: 14px; }
  .home-hero__controls { inset-inline-end: 18px; bottom: 22px; }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__slide, .home-hero__arrow, .home-hero__dots .home-hero__dot { transition: none; }
}

.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }

/* DJL_THEME_TOGGLE_V5 */
.header-actions .theme-toggle {
  width: 2.75rem;
  height: 2.75rem;
  padding: 0;
  border: 1px solid rgba(18, 16, 14, .26);
  border-radius: 50%;
  background: #fffdf8;
  color: #1b1815;
  box-shadow: 0 .35rem 1rem rgba(18, 16, 14, .10);
  cursor: pointer;
  transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.header-actions .theme-toggle:hover {
  border-color: #b89452;
  background: #f8f0df;
  box-shadow: 0 .5rem 1.15rem rgba(18, 16, 14, .14);
  transform: translateY(-1px);
}
.header-actions .theme-toggle:focus-visible {
  outline: 3px solid rgba(184, 148, 82, .5);
  outline-offset: 3px;
}
.theme-toggle__icon { position: relative; display: grid; width: 1.25rem; height: 1.25rem; place-items: center; }
.theme-toggle__icon svg { position: absolute; width: 1.25rem; height: 1.25rem; fill: none; stroke: currentColor; stroke-width: 1.8; stroke-linecap: round; stroke-linejoin: round; transition: opacity .18s ease, transform .22s ease; }
.theme-toggle__sun { opacity: 0; transform: rotate(-70deg) scale(.6); }
:root[data-theme='dark'] .header-actions .theme-toggle {
  border-color: rgba(240, 215, 158, .62);
  background: #2a241e;
  color: #f0d79e;
  box-shadow: 0 .45rem 1.2rem rgba(0, 0, 0, .28);
}
:root[data-theme='dark'] .header-actions .theme-toggle:hover { background: #3a3026; border-color: #f0d79e; }
:root[data-theme='dark'] .theme-toggle__moon { opacity: 0; transform: rotate(70deg) scale(.6); }
:root[data-theme='dark'] .theme-toggle__sun { opacity: 1; transform: rotate(0) scale(1); }
@media (max-width: 1100px) { .header-actions .theme-toggle { width: 2.5rem; height: 2.5rem; } }
@media (prefers-reduced-motion: reduce) { .header-actions .theme-toggle, .theme-toggle__icon svg { transition: none; } }

/* DJL_HERO_BRAND_AND_GLASS_NAV_V2 */
.home-hero__brand-mark {
  position: absolute;
  top: 47%;
  left: clamp(2.75rem, 12vw, 13.5rem);
  z-index: 2;
  width: clamp(9rem, 15vw, 14.5rem);
  aspect-ratio: 1;
  pointer-events: none;
  transform: translateY(-50%);
}
.home-hero__brand-mark::before {
  position: absolute;
  inset: 10%;
  z-index: -1;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(215, 189, 134, .16), transparent 68%);
  content: '';
  filter: blur(1.25rem);
}
.home-hero__brand-mark img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  opacity: .88;
  filter: drop-shadow(0 .8rem 1.8rem rgba(0, 0, 0, .34));
}
.home-hero__controls {
  top: calc(47% + clamp(6.6rem, 8vw, 8.5rem));
  right: auto;
  bottom: auto;
  left: clamp(2.6rem, 12vw, 13.4rem);
  z-index: 6;
  min-height: 3rem;
  margin: 0;
  padding: .32rem .42rem;
  border: 1px solid rgba(255, 253, 248, .22);
  border-radius: 999px;
  background: rgba(18, 16, 14, .40);
  box-shadow: 0 .7rem 1.8rem rgba(0, 0, 0, .18);
  backdrop-filter: blur(.85rem);
  -webkit-backdrop-filter: blur(.85rem);
}
.home-hero__arrow {
  width: 2.3rem;
  height: 2.3rem;
  flex-basis: 2.3rem;
  border-color: transparent;
  background: rgba(255, 253, 248, .07);
}
.home-hero__arrow::before { display: none; }
.home-hero__arrow svg {
  width: 1.1rem;
  height: 1.1rem;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}
.home-hero__arrow:hover,
.home-hero__arrow:focus-visible {
  border-color: rgba(215, 189, 134, .65);
  background: rgba(215, 189, 134, .20);
  color: #fffdf8;
}
.home-hero__dots { gap: .35rem; padding-inline: .2rem; }
.home-hero__dots .home-hero__dot {
  width: .42rem !important;
  min-width: .42rem;
  height: .42rem !important;
  border-color: rgba(255, 253, 248, .48) !important;
  background: rgba(255, 253, 248, .08) !important;
}
.home-hero__dots .home-hero__dot.is-active {
  width: 1.35rem !important;
  min-width: 1.35rem;
  height: .42rem !important;
  background: #d7bd86 !important;
}
@media (max-width: 1100px) {
  .home-hero__brand-mark { left: clamp(1.8rem, 8vw, 6rem); width: clamp(8rem, 16vw, 11rem); }
  .home-hero__controls { left: clamp(1.7rem, 8vw, 5.8rem); }
}
@media (max-width: 782px) {
  .home-hero__brand-mark { top: 1.25rem; left: 1rem; width: 5.4rem; transform: none; }
  .home-hero__brand-mark img { opacity: .68; }
  .home-hero__controls { top: auto; right: auto; bottom: 6.4rem; left: 1rem; min-height: 2.8rem; padding: .28rem .36rem; }
  .home-hero__arrow { width: 2.15rem; height: 2.15rem; flex-basis: 2.15rem; }
}

/* DJL_HERO_NAV_AND_BRAND_REFINEMENT_V3 */
.home-hero__brand-mark {
  top: 45%;
  width: clamp(12rem, 16vw, 16rem);
  display: grid;
  place-items: center;
  padding: 1.15rem;
  border: 1px solid rgba(215, 189, 134, .38);
  border-radius: 1.5rem;
  background: linear-gradient(145deg, rgba(255, 253, 248, .055), rgba(18, 16, 14, .14));
  box-shadow: inset 0 0 0 1px rgba(18, 16, 14, .40), 0 1rem 2.5rem rgba(0, 0, 0, .22);
}
.home-hero__brand-mark::before {
  inset: .42rem;
  z-index: 0;
  border: 1px solid rgba(215, 189, 134, .18);
  border-radius: 1.15rem;
  background: radial-gradient(circle at 50% 42%, rgba(215, 189, 134, .12), transparent 68%);
  filter: none;
  animation: djl-hero-brand-frame 4.5s ease-in-out infinite alternate;
}
.home-hero__brand-mark::after {
  display: none;
}
.home-hero__brand-mark img {
  position: relative;
  z-index: 1;
  opacity: .95;
  filter: drop-shadow(0 1rem 2.2rem rgba(0, 0, 0, .38));
}
.home-hero__controls {
  top: calc(45% + clamp(8rem, 8.5vw, 8.4rem));
  left: clamp(2.75rem, 12vw, 13.5rem);
  display: flex;
  direction: ltr;
  gap: .38rem;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
  -webkit-backdrop-filter: none;
}
.home-hero__arrow {
  width: 2rem;
  height: 2rem;
  flex-basis: 2rem;
  border: 1px solid rgba(255, 253, 248, .24);
  border-radius: .45rem;
  background: rgba(24, 21, 18, .52);
  box-shadow: 0 .55rem 1.25rem rgba(0, 0, 0, .18);
  backdrop-filter: blur(.7rem);
  -webkit-backdrop-filter: blur(.7rem);
}
.home-hero__arrow svg {
  width: .9rem;
  height: .9rem;
  stroke-width: 1.65;
}
.home-hero__arrow:hover,
.home-hero__arrow:focus-visible {
  border-color: #d7bd86;
  background: rgba(184, 148, 82, .28);
  color: #fffdf8;
  transform: translateY(-2px);
}
.home-hero__dots { display: inline-flex; align-items: center; gap: .25rem; padding-inline: .2rem; }
.home-hero__dots .home-hero__dot {
  width: .3rem !important;
  min-width: .3rem;
  height: .3rem !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .42) !important;
}
.home-hero__dots .home-hero__dot.is-active {
  width: .85rem !important;
  min-width: .85rem;
  height: .3rem !important;
  background: #d7bd86 !important;
}
@keyframes djl-hero-brand-frame {
  from { border-color: rgba(215, 189, 134, .14); box-shadow: 0 0 0 rgba(215, 189, 134, 0); }
  to { border-color: rgba(215, 189, 134, .46); box-shadow: 0 0 1.1rem rgba(215, 189, 134, .14); }
}
@media (max-width: 1100px) {
  .home-hero__brand-mark { left: clamp(1.8rem, 8vw, 6rem); width: clamp(10.5rem, 19vw, 13.5rem); }
  .home-hero__controls { top: calc(45% + 7.4rem); left: clamp(1.8rem, 8vw, 6rem); }
}
@media (max-width: 782px) {
  .home-hero__brand-mark { top: 1.15rem; left: 1rem; width: 7rem; }
  .home-hero__controls { top: auto; right: auto; bottom: 6.6rem; left: 1rem; gap: .5rem; }
  .home-hero__arrow { width: 2rem; height: 2rem; flex-basis: 2rem; }
}
@media (prefers-reduced-motion: reduce) {
  .home-hero__brand-mark::before { animation: none; }
}

/* DJL_HERO_VERTICAL_SLIDE_NAV_V4 */
.home-hero__controls {
  top: 50%;
  right: auto;
  bottom: auto;
  left: clamp(1.35rem, 4.25vw, 4.5rem);
  width: auto;
  transform: translateY(-50%);
}
.home-hero__dots {
  display: grid;
  grid-auto-flow: row;
  justify-items: center;
  gap: .42rem;
  padding: .5rem .42rem;
  border: 1px solid rgba(215, 189, 134, .20);
  border-radius: 999px;
  background: rgba(18, 16, 14, .28);
  box-shadow: 0 .45rem 1rem rgba(0, 0, 0, .14);
  backdrop-filter: blur(.55rem);
  -webkit-backdrop-filter: blur(.55rem);
}
.home-hero__dots .home-hero__dot {
  width: .34rem !important;
  min-width: .34rem;
  height: .34rem !important;
  padding: 0;
  border: 0 !important;
  border-radius: 999px !important;
  background: rgba(255, 253, 248, .42) !important;
  cursor: pointer;
  transition: height .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.home-hero__dots .home-hero__dot:hover,
.home-hero__dots .home-hero__dot:focus-visible { background: rgba(215, 189, 134, .82) !important; }
.home-hero__dots .home-hero__dot:focus-visible { outline: 2px solid #fffdf8; outline-offset: 3px; }
.home-hero__dots .home-hero__dot.is-active {
  width: .34rem !important;
  min-width: .34rem;
  height: 1.15rem !important;
  background: #d7bd86 !important;
  box-shadow: 0 0 .7rem rgba(215, 189, 134, .38);
}
@media (max-width: 782px) {
  .home-hero__controls { top: 50%; right: auto; bottom: auto; left: .7rem; }
  .home-hero__dots { gap: .32rem; padding: .4rem .32rem; }
}

/* DJL_HOME_VERTICAL_RHYTHM_V1 */
.site-main--home > .home-section,
.site-main--home > .cta-section {
  padding-block: 40px;
}
.site-main--home > .home-section .section-heading,
.site-main--home > .cta-section .section-heading {
  margin-bottom: clamp(1.1rem, 2vw, 1.55rem);
}
.site-main--home > .home-section .section-heading h2,
.site-main--home > .cta-section .section-heading h2 {
  margin-block: .35rem .65rem;
}
.site-main--home > .home-section .section-heading p,
.site-main--home > .cta-section .section-heading p {
  margin-bottom: 0;
}
.site-main--home > .home-section + .home-section,
.site-main--home > .home-section + .cta-section,
.site-main--home > .cta-section + .home-section {
  margin-top: 0;
}
@media (max-width: 782px) {
  .site-main--home > .home-section,
  .site-main--home > .cta-section { padding-block: 40px; }
  .site-main--home > .home-section .section-heading,
  .site-main--home > .cta-section .section-heading { margin-bottom: 1rem; }
}

/* DJL_HOME_SECTION_HEADINGS_V1 */
.site-main--home .section-heading {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: min(100%, 38rem);
  max-width: 38rem;
  margin-inline-start: 0;
  margin-inline-end: auto;
  text-align: start;
}
.site-main--home .section-heading > .eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  margin: 0;
  color: #a57b38;
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .035em;
  line-height: 1.4;
}
.site-main--home .section-heading > .eyebrow::before {
  display: block;
  width: 1.7rem;
  height: 1px;
  background: currentColor;
  content: '';
}
.site-main--home .section-heading h2 {
  max-width: 100%;
  margin: .55rem 0 .65rem;
  color: var(--djl-ink, #12100e);
  font-size: clamp(1.65rem, 2.35vw, 2.25rem);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -.03em;
  text-wrap: balance;
}
.site-main--home .section-heading p {
  max-width: 34rem;
  margin: 0;
  color: #756d63;
  font-size: .95rem;
  line-height: 1.8;
}
@media (max-width: 782px) {
  .site-main--home .section-heading {
    width: 100%;
    max-width: none;
  }
  .site-main--home .section-heading h2 {
    font-size: clamp(1.55rem, 6.8vw, 2rem);
    line-height: 1.3;
  }
  .site-main--home .section-heading p { font-size: .9rem; line-height: 1.75; }
}

/* DJL_HOME_SECTION_HEADINGS_V2_COMPACT */
.site-main--home .section-heading {
  width: min(100%, 46rem);
  max-width: 46rem;
  margin-bottom: .85rem !important;
}
.site-main--home .section-heading > .eyebrow {
  gap: .4rem;
  font-size: .68rem;
}
.site-main--home .section-heading > .eyebrow::before { width: 1.25rem; }
.site-main--home .section-heading h2 {
  margin: .35rem 0 .4rem;
  font-size: clamp(1.4rem, 1.85vw, 1.8rem);
  line-height: 1.22;
}
.site-main--home .section-heading p {
  max-width: 44rem;
  font-size: .84rem;
  line-height: 1.65;
}
@media (max-width: 782px) {
  .site-main--home .section-heading { width: 100%; max-width: none; margin-bottom: .9rem !important; }
  .site-main--home .section-heading h2 { font-size: clamp(1.35rem, 6vw, 1.65rem); line-height: 1.28; }
  .site-main--home .section-heading p { font-size: .82rem; line-height: 1.65; }
}

/* DJL_ABOUT_FULL_BLEED_AND_CTA_V1 */
/* Keep the company story as a full-width editorial band, not a constrained dark card. */
.site-main--home .section--about {
  position: relative;
  overflow: hidden;
  background: var(--djl-ink, #12100e);
  color: #fffdf8;
}
.site-main--home .section--about::before {
  position: absolute;
  inset: 0 auto 0 0;
  width: min(42vw, 620px);
  content: '';
  background: radial-gradient(circle at 0 58%, rgba(184, 148, 82, .24), transparent 67%);
  pointer-events: none;
}
.site-main--home .section--about .about-section {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, .85fr);
  gap: clamp(2rem, 7vw, 7.5rem);
  align-items: center;
  overflow: visible;
  padding: 0;
  background: transparent;
}
.site-main--home .section--about .section-heading {
  width: auto;
  max-width: 42rem;
  margin-bottom: 0 !important;
}
.site-main--home .section--about .section-heading .eyebrow,
.site-main--home .section--about .editorial-panel .eyebrow { color: var(--djl-gold-light, #d7bd86); }
.site-main--home .section--about .section-heading h2 { max-width: 40rem; color: #fffdf8; }
.site-main--home .section--about .section-heading p { max-width: 39rem; color: rgba(255, 253, 248, .84); }
.site-main--home .section--about .button-secondary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  margin-top: 1rem;
  border-color: var(--djl-gold-light, #d7bd86);
  background: var(--djl-gold-light, #d7bd86);
  color: var(--djl-ink, #12100e);
  box-shadow: 0 10px 24px rgba(0, 0, 0, .18);
}
.site-main--home .section--about .button-secondary:hover,
.site-main--home .section--about .button-secondary:focus-visible {
  border-color: #fffdf8;
  background: #fffdf8;
  color: var(--djl-ink, #12100e);
  transform: translateY(-2px);
}
.site-main--home .section--about .editorial-panel {
  min-height: 0;
  padding: clamp(1.5rem, 3vw, 2.5rem);
  border: 1px solid rgba(215, 189, 134, .42);
  border-radius: var(--djl-radius-lg, 24px);
  background: rgba(255, 253, 248, .055);
  color: #fffdf8;
}
.site-main--home .section--about .editorial-panel h3 { color: #fffdf8; }
.site-main--home .section--about .editorial-panel p { color: rgba(255, 253, 248, .78); }
@media (max-width: 980px) {
  .site-main--home .section--about .about-section { grid-template-columns: 1fr; }
  .site-main--home .section--about .section-heading { max-width: 46rem; }
}

/* DJL_PROCESS_SINGLE_ARABIC_NUMBER_V1 */
/* The visible step number comes from the content; suppress the duplicate CSS counter. */
.site-main--home .process-step::before { display: none; }

/* DJL_TEAM_EDITORIAL_SLIDER_V1 */
.site-main--home .section--team {
  background: linear-gradient(135deg, #fffdf8 0%, #f7f2ea 100%);
}
.site-main--home .section--team .team-slider {
  display: grid;
  grid-template-columns: minmax(13rem, .72fr) minmax(0, 1.28fr);
  gap: clamp(2rem, 5vw, 5.25rem);
  align-items: center;
  margin: 0;
}
.site-main--home .section--team .team-slider__intro {
  position: relative;
  max-width: 23rem;
}
.site-main--home .section--team .team-slider__intro::before {
  position: absolute;
  top: -1.25rem;
  inset-inline-start: 0;
  width: 5rem;
  height: 2px;
  content: '';
  background: var(--djl-gold, #b89452);
}
.site-main--home .section--team .team-slider__intro .eyebrow {
  display: block;
  margin-bottom: .55rem;
  color: var(--djl-gold-dark, #a57b38);
  font-size: .78rem;
  font-weight: 800;
}
.site-main--home .section--team .team-slider__intro h2 {
  margin: 0 0 .8rem;
  color: var(--djl-ink, #12100e);
  font-size: clamp(1.6rem, 2.45vw, 2.55rem);
  line-height: 1.2;
  letter-spacing: -.03em;
}
.site-main--home .section--team .team-slider__intro > p {
  max-width: 21rem;
  margin: 0;
  color: #756d63;
  font-size: .9rem;
  line-height: 1.85;
}
.site-main--home .section--team .team-slider-toolbar {
  justify-content: flex-start;
  gap: 1rem;
  margin-top: 1.55rem;
}
.site-main--home .section--team .team-slider-count {
  color: #756d63;
  font-size: .78rem;
}
.site-main--home .section--team .team-slider-controls { display: inline-flex; gap: .5rem; }
.site-main--home .section--team .team-slider-control {
  display: inline-grid;
  width: 2.45rem;
  height: 2.45rem;
  min-height: 0;
  padding: 0;
  place-items: center;
  border: 1px solid rgba(184, 148, 82, .7);
  border-radius: 50%;
  background: transparent;
  color: var(--djl-ink, #12100e);
  font: inherit;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.site-main--home .section--team .team-slider-control:hover,
.site-main--home .section--team .team-slider-control:focus-visible {
  background: var(--djl-gold, #b89452);
  color: #fffdf8;
  transform: translateY(-2px);
}
.site-main--home .section--team .team-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(250px, calc(50% - .55rem));
  gap: 1.1rem;
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  scroll-snap-type: inline mandatory;
  scrollbar-width: none;
  padding: .5rem .25rem .75rem;
}
.site-main--home .section--team .team-track::-webkit-scrollbar { display: none; }
.site-main--home .section--team .team-card {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 23rem;
  flex-direction: column;
  scroll-snap-align: start;
  overflow: visible;
  padding: 1.35rem 1.35rem 1.5rem;
  border: 1px solid rgba(18, 16, 14, .1);
  border-radius: 1.35rem;
  background: rgba(255, 253, 248, .92);
  box-shadow: 0 14px 32px rgba(18, 16, 14, .07);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.site-main--home .section--team .team-card:hover {
  border-color: rgba(184, 148, 82, .7);
  box-shadow: 0 20px 42px rgba(18, 16, 14, .12);
  transform: translateY(-5px);
}
.site-main--home .section--team .team-card__frame {
  position: relative;
  display: grid;
  width: 10.5rem;
  height: 10.5rem;
  margin: 0 auto 1.25rem;
  place-items: center;
  border: 1px solid rgba(184, 148, 82, .48);
  border-radius: 50%;
  background: linear-gradient(145deg, rgba(215, 189, 134, .2), rgba(255, 253, 248, .2));
}
.site-main--home .section--team .team-card__frame::before {
  position: absolute;
  inset: .38rem;
  border: 1px solid var(--djl-gold, #b89452);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}
.site-main--home .section--team .team-photo,
.site-main--home .section--team .team-placeholder {
  display: block;
  width: 9.25rem;
  height: 9.25rem;
  margin: 0;
  border: 0;
  border-radius: 50%;
  object-fit: cover;
}
.site-main--home .section--team .team-placeholder {
  display: grid;
  place-items: center;
  background: var(--djl-ink, #12100e);
  color: var(--djl-gold-light, #d7bd86);
  font-size: 2rem;
  font-weight: 800;
}
.site-main--home .section--team .team-card__seal {
  position: absolute;
  bottom: -.55rem;
  left: 50%;
  display: grid;
  width: 2.5rem;
  height: 2.5rem;
  place-items: center;
  border: 2px solid #fffdf8;
  border-radius: 50%;
  background: var(--djl-ink, #12100e);
  box-shadow: 0 5px 14px rgba(18, 16, 14, .2);
  transform: translateX(-50%);
}
.site-main--home .section--team .team-card__seal img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
.site-main--home .section--team .team-card__content { text-align: center; }
.site-main--home .section--team .team-card h3 {
  margin: 0 0 .35rem;
  color: var(--djl-ink, #12100e);
  font-size: 1.05rem;
  line-height: 1.45;
}
.site-main--home .section--team .team-card > .team-card__content > p {
  margin: 0;
  color: var(--djl-gold-dark, #a57b38);
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.55;
}
.site-main--home .section--team .team-bio {
  margin-top: .75rem;
  color: #756d63;
  font-size: .78rem;
  line-height: 1.75;
}
:root[data-theme='dark'] .site-main--home .section--team { background: #1b1815; }
:root[data-theme='dark'] .site-main--home .section--team .team-slider__intro h2,
:root[data-theme='dark'] .site-main--home .section--team .team-card h3 { color: #fffdf8; }
:root[data-theme='dark'] .site-main--home .section--team .team-slider__intro > p,
:root[data-theme='dark'] .site-main--home .section--team .team-slider-count,
:root[data-theme='dark'] .site-main--home .section--team .team-bio { color: #d9cfc1; }
:root[data-theme='dark'] .site-main--home .section--team .team-card { border-color: rgba(255, 253, 248, .13); background: #25211d; }
:root[data-theme='dark'] .site-main--home .section--team .team-slider-control { color: #fffdf8; }
@media (max-width: 980px) {
  .site-main--home .section--team .team-slider { grid-template-columns: 1fr; }
  .site-main--home .section--team .team-slider__intro { max-width: 38rem; }
}
@media (max-width: 640px) {
  .site-main--home .section--team .team-track { grid-auto-columns: minmax(16.5rem, 86%); }
  .site-main--home .section--team .team-card { min-height: 22rem; }
}

/* DJL_TEAM_LAYOUT_AND_CONTROLS_V2 */
/* In RTL, place the members at the reading start (right) and the introduction after them. */
.site-main--home .section--team .team-track { order: 1; }
.site-main--home .section--team .team-slider__intro { order: 2; }
.site-main--home .section--team .team-slider-toolbar { margin-top: 1.45rem; }
.site-main--home .section--team .team-slider-controls {
  display: inline-flex;
  gap: 0;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 82, .72);
  border-radius: 999px;
  background: rgba(255, 253, 248, .52);
  box-shadow: 0 7px 18px rgba(18, 16, 14, .06);
}
.site-main--home .section--team .team-slider-control {
  width: 2.6rem;
  height: 2.35rem;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}
.site-main--home .section--team .team-slider-control + .team-slider-control {
  border-inline-start: 1px solid rgba(184, 148, 82, .52);
}
.site-main--home .section--team .team-slider-control:hover,
.site-main--home .section--team .team-slider-control:focus-visible {
  background: var(--djl-gold, #b89452);
  color: #fffdf8;
  transform: none;
}
:root[data-theme='dark'] .site-main--home .section--team .team-slider-controls {
  background: rgba(255, 253, 248, .04);
}
@media (max-width: 980px) {
  .site-main--home .section--team .team-track { order: 2; }
  .site-main--home .section--team .team-slider__intro { order: 1; }
}

/* DJL_TEAM_REFERENCE_REFINEMENT_V3 */
.site-main--home .section--team .team-slider__intro {
  padding-bottom: 3.25rem;
}
.site-main--home .section--team .team-slider__intro::after {
  position: absolute;
  bottom: 0;
  inset-inline-start: auto;
  inset-inline-end: 0;
  width: 4.1rem;
  height: 2.7rem;
  content: '';
  opacity: .78;
  background-image: radial-gradient(circle, var(--djl-gold, #b89452) 1.8px, transparent 2px);
  background-size: .8rem .8rem;
}
.site-main--home .section--team .team-slider__intro h2 {
  color: var(--djl-gold-dark, #8a6736);
  font-size: clamp(1.75rem, 2.8vw, 2.85rem);
}
.site-main--home .section--team .team-slider__intro h2::after {
  display: block;
  width: 4.2rem;
  height: 2px;
  margin-top: 1rem;
  content: '';
  background: var(--djl-gold, #b89452);
}
.site-main--home .section--team .team-slider__cta {
  display: inline-flex;
  align-items: center;
  gap: .75rem;
  min-height: 2.85rem;
  margin-top: 1.45rem;
  padding: .55rem 1.2rem;
  border-radius: .9rem;
  background: var(--djl-gold-dark, #8a6736);
  color: #fffdf8;
  box-shadow: 0 10px 22px rgba(138, 103, 54, .22);
  font-family: var(--djl-display);
  font-size: .86rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.site-main--home .section--team .team-slider__cta span {
  color: var(--djl-gold-light, #d7bd86);
  font-size: 1.05rem;
  transition: transform .2s ease;
}
.site-main--home .section--team .team-slider__cta:hover,
.site-main--home .section--team .team-slider__cta:focus-visible {
  background: var(--djl-gold, #b89452);
  color: #171513;
  box-shadow: 0 13px 26px rgba(184, 148, 82, .25);
  transform: translateY(-2px);
}
.site-main--home .section--team .team-slider__cta:hover span,
.site-main--home .section--team .team-slider__cta:focus-visible span {
  color: #171513;
  transform: translateX(-3px);
}
:root[data-theme='dark'] .site-main--home .section--team .team-slider__intro h2 { color: #fffdf8; }
:root[data-theme='dark'] .site-main--home .section--team .team-slider__cta { background: var(--djl-gold, #b89452); color: #171513; }
:root[data-theme='dark'] .site-main--home .section--team .team-slider__cta span { color: #171513; }

/* DJL_TEAM_FINAL_CARD_COMPOSITION_V4 */
.site-main--home .section--team .team-card {
  min-height: 25.5rem;
  align-items: center;
  justify-content: center;
  padding: 1.45rem 1.25rem 1.65rem;
}
.site-main--home .section--team .team-card__frame {
  width: clamp(11.25rem, 14vw, 12.5rem);
  height: clamp(11.25rem, 14vw, 12.5rem);
  margin-bottom: 1.45rem;
}
.site-main--home .section--team .team-photo,
.site-main--home .section--team .team-placeholder {
  width: calc(100% - 1.15rem);
  height: calc(100% - 1.15rem);
  object-position: center top;
}
.site-main--home .section--team .team-card__content {
  width: 100%;
  text-align: center;
}
.site-main--home .section--team .team-card h3 {
  max-width: 100%;
  margin-inline: auto;
  text-wrap: balance;
}
.site-main--home .section--team .team-card > .team-card__content > p,
.site-main--home .section--team .team-bio {
  max-width: 19rem;
  margin-inline: auto;
}
.site-main--home .section--team .team-slider-controls {
  direction: ltr;
}
@media (max-width: 640px) {
  .site-main--home .section--team .team-card { min-height: 24rem; }
  .site-main--home .section--team .team-card__frame {
    width: 11rem;
    height: 11rem;
  }
}

/* DJL_AUDIENCE_VISUAL_CARDS_V2 */
.site-main--home .section--audience {
  overflow: hidden;
  background:
    radial-gradient(circle at 50% 0, rgba(184, 148, 82, .08), transparent 30rem),
    #f7f2ea;
}
.site-main--home .audience-showcase {
  width: min(calc(100% - clamp(2rem, 5vw, 5rem)), 1400px);
}
.site-main--home .audience-showcase__header {
  width: 100%;
  max-width: none;
  align-items: center;
  margin: 0 0 .8rem !important;
  text-align: center;
}
.site-main--home .audience-showcase__header > .eyebrow { justify-content: center; }
.site-main--home .audience-showcase__header h2 {
  margin: .25rem 0 0;
  font-size: clamp(1.35rem, 2vw, 1.8rem);
}
.site-main--home .section--audience .audience-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.site-main--home .section--audience .audience-card {
  position: relative;
  display: grid;
  min-width: 0;
  min-height: 13rem;
  grid-template-columns: minmax(0, 1.12fr) minmax(10.5rem, .88fr);
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(138, 103, 54, .2);
  border-radius: 1.25rem;
  background: #fffdf8;
  box-shadow: 0 16px 36px rgba(45, 35, 24, .08);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-main--home .section--audience .audience-card::before { content: none; }
.site-main--home .section--audience .audience-card:hover {
  border-color: rgba(184, 148, 82, .62);
  box-shadow: 0 20px 42px rgba(45, 35, 24, .12);
  transform: translateY(-3px);
}
.site-main--home .audience-card__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  padding: 1.15rem 1.25rem;
}
.site-main--home .audience-card__content::after {
  position: absolute;
  bottom: -3.75rem;
  right: -3.75rem;
  width: 7.5rem;
  height: 7.5rem;
  border: 1px solid rgba(184, 148, 82, .13);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}
.site-main--home .audience-card__meta {
  display: flex;
  align-items: center;
  gap: .55rem;
  margin-bottom: .45rem;
  color: #9a7131;
  font-size: .68rem;
  font-weight: 900;
}
.site-main--home .audience-card__meta span {
  display: inline-grid;
  width: 1.8rem;
  height: 1.8rem;
  place-items: center;
  border: 1px solid rgba(184, 148, 82, .38);
  border-radius: .55rem;
  background: rgba(184, 148, 82, .09);
  font-size: .63rem;
}
.site-main--home .section--audience .audience-card h3 {
  margin: 0 0 .35rem;
  color: #171513;
  font-size: 1.15rem;
  line-height: 1.45;
}
.site-main--home .section--audience .audience-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #71685e;
  font-size: .79rem;
  line-height: 1.7;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.site-main--home .section--audience .audience-card a {
  position: relative;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: .55rem;
  margin-top: .75rem;
  color: #8a642b;
  font-size: .76rem;
  font-weight: 900;
  text-decoration: none;
}
.site-main--home .section--audience .audience-card a span { transition: transform .2s ease; }
.site-main--home .section--audience .audience-card a:hover span { transform: translateX(-3px); }
.site-main--home .audience-card__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #211d18;
}
.site-main--home .audience-card__media::after {
  position: absolute;
  inset: 0;
  content: '';
  background: linear-gradient(90deg, transparent 52%, rgba(23, 21, 19, .2));
  pointer-events: none;
}
.site-main--home .audience-card__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .55s ease;
}
.site-main--home .audience-card--business .audience-card__media img { object-position: 68% center; }
.site-main--home .audience-card--individuals .audience-card__media {
  order: -1;
}
.site-main--home .audience-card--individuals .audience-card__media img { object-position: 26% center; }
.site-main--home .audience-card:hover .audience-card__media img { transform: scale(1.045); }
:root[data-theme='dark'] .site-main--home .section--audience { background: #171513; }
:root[data-theme='dark'] .site-main--home .section--audience .audience-card {
  border-color: rgba(255, 253, 248, .14);
  background: #211d18;
  box-shadow: 0 16px 36px rgba(0, 0, 0, .2);
}
:root[data-theme='dark'] .site-main--home .section--audience .audience-card h3 { color: #fffdf8; }
:root[data-theme='dark'] .site-main--home .section--audience .audience-card p { color: #d9cfc1; }
:root[data-theme='dark'] .site-main--home .section--audience .audience-card a,
:root[data-theme='dark'] .site-main--home .audience-card__meta { color: #d7bd86; }
@media (max-width: 900px) {
  .site-main--home .section--audience .audience-grid { grid-template-columns: minmax(0, 1fr); }
  .site-main--home .section--audience .audience-card { min-height: 12.5rem; }
}
@media (max-width: 520px) {
  .site-main--home .audience-showcase { width: calc(100% - 1.5rem); padding-inline: 0; }
  .site-main--home .section--audience .audience-grid { gap: .75rem; }
  .site-main--home .section--audience .audience-card {
    min-height: 11.5rem;
    grid-template-columns: minmax(0, 1.18fr) minmax(7rem, .82fr);
    border-radius: 1rem;
  }
  .site-main--home .audience-card__content { padding: .9rem; }
  .site-main--home .section--audience .audience-card h3 { font-size: 1rem; }
  .site-main--home .section--audience .audience-card p {
    font-size: .73rem;
    -webkit-line-clamp: 2;
  }
  .site-main--home .section--audience .audience-card a { margin-top: .55rem; font-size: .7rem; }
}

/* DJL_SECTION_LABEL_AND_TITLE_SCALE_V1 */
/* Only the small gold section label and the main title beneath it are resized. */
.site-main--home .section-heading > .eyebrow,
.site-main--home .service-showcase__header .eyebrow,
.site-main--home .section--team .team-slider__intro > .eyebrow,
.site-main--home .section--faq .faq-showcase__intro > .eyebrow,
.site-main--home .testimonial-showcase__header .eyebrow {
  font-size: .82rem;
  line-height: 1.45;
}
.site-main--home .section-heading > h2,
.site-main--home .service-showcase__header h2,
.site-main--home .section--team .team-slider__intro > h2,
.site-main--home .section--faq .faq-showcase__intro > h2,
.site-main--home .testimonial-showcase__header h2 {
  font-size: clamp(1.32rem, 1.7vw, 1.65rem);
  line-height: 1.3;
  letter-spacing: -.02em;
}
@media (max-width: 640px) {
  .site-main--home .section-heading > .eyebrow,
  .site-main--home .service-showcase__header .eyebrow,
  .site-main--home .section--team .team-slider__intro > .eyebrow,
  .site-main--home .section--faq .faq-showcase__intro > .eyebrow,
  .site-main--home .testimonial-showcase__header .eyebrow {
    font-size: .78rem;
  }
  .site-main--home .section-heading > h2,
  .site-main--home .service-showcase__header h2,
  .site-main--home .section--team .team-slider__intro > h2,
  .site-main--home .section--faq .faq-showcase__intro > h2,
  .site-main--home .testimonial-showcase__header h2 {
    font-size: clamp(1.22rem, 5.4vw, 1.45rem);
    line-height: 1.35;
  }
}

/* DJL_TEAM_PORTRAIT_CONTAINMENT_FIX_V5 */
/* Portraits are clipped by their own inner circle so transparent source images cannot escape the frame. */
.site-main--home .section--team .team-card {
  min-height: 23rem;
  align-items: center;
}
.site-main--home .section--team .team-card__frame {
  width: 10.75rem;
  height: 10.75rem;
  flex: 0 0 10.75rem;
  overflow: visible;
}
.site-main--home .section--team .team-photo {
  position: absolute;
  inset: .55rem;
  display: block;
  width: auto !important;
  height: auto !important;
  max-width: none !important;
  margin: 0;
  border: 0;
  border-radius: 50%;
  clip-path: circle(50%);
  object-fit: cover;
  object-position: center top;
}
.site-main--home .section--team .team-placeholder {
  position: absolute;
  inset: .55rem;
  display: grid;
  width: auto !important;
  height: auto !important;
  margin: 0;
  place-items: center;
  border-radius: 50%;
}
.site-main--home .section--team .team-card__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center;
  text-align: center !important;
}
.site-main--home .section--team .team-card__content h3,
.site-main--home .section--team .team-card__content > p,
.site-main--home .section--team .team-card__content .team-bio {
  width: 100%;
  text-align: center !important;
}

/* DJL_TEAM_ALIGNMENT_AND_SCROLL_FIX_V7 */
.site-main--home .section--team .team-card {
  direction: rtl;
  align-items: center !important;
  text-align: center !important;
}
.site-main--home .section--team .team-card__frame,
.site-main--home .section--team .team-card__content,
.site-main--home .section--team .team-card__content h3,
.site-main--home .section--team .team-card__content > p,
.site-main--home .section--team .team-card__content .team-bio {
  margin-inline: auto !important;
  text-align: center !important;
}
@media (max-width: 640px) {
  .site-main--home .section--team .team-card { min-height: 22.5rem; }
  .site-main--home .section--team .team-card__frame {
    width: 10.25rem;
    height: 10.25rem;
    flex-basis: 10.25rem;
  }
}

/* DJL_TEAM_PORTRAIT_HARD_CLIP_V6 */
/* The dedicated portrait viewport is the only clipping boundary; the seal remains outside it. */
.site-main--home .section--team .team-card__portrait {
  position: absolute;
  z-index: 1;
  inset: .55rem;
  overflow: hidden;
  border-radius: 50%;
  background: #f7f2ea;
  isolation: isolate;
}
.site-main--home .section--team .team-card__portrait .team-photo,
.site-main--home .section--team .team-card__portrait .team-placeholder {
  position: absolute !important;
  inset: 0;
  display: block;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  margin: 0;
  border: 0;
  border-radius: 0;
  clip-path: none;
  object-fit: cover;
  object-position: center top;
}
.site-main--home .section--team .team-card__portrait .team-placeholder {
  display: grid;
  place-items: center;
}
.site-main--home .section--team .team-card__frame::before { z-index: 2; }
.site-main--home .section--team .team-card__seal { z-index: 3; }

/* DJL_TEAM_CENTERED_BALANCED_LAYOUT_V8 */
/* The member rail owns the wider right column; the introduction is centered in the left column. */
.site-main--home .section--team > .container {
  width: min(calc(100% - clamp(2rem, 5vw, 5rem)), 1400px);
  margin-inline: auto;
}
.site-main--home .section--team .team-slider {
  width: 100%;
  grid-template-columns: minmax(0, 1.45fr) minmax(19rem, .75fr);
  gap: clamp(2.25rem, 4vw, 4.75rem);
  align-items: center;
  margin-inline: auto;
}
.site-main--home .section--team .team-track {
  width: 100%;
  min-width: 0;
  grid-auto-columns: calc(50% - .55rem);
  padding: .65rem .55rem 1rem;
  scroll-padding-inline: .55rem;
}
.site-main--home .section--team .team-slider__intro {
  display: flex;
  width: 100%;
  max-width: 30rem;
  min-width: 0;
  justify-self: center;
  flex-direction: column;
  align-items: center;
  padding: 0 1rem 3.4rem;
  text-align: center;
}
.site-main--home .section--team .team-slider__intro::before {
  right: auto;
  left: 50%;
  transform: translateX(-50%);
}
.site-main--home .section--team .team-slider__intro::after {
  right: auto;
  left: 0;
}
.site-main--home .section--team .team-slider__intro .eyebrow,
.site-main--home .section--team .team-slider__intro h2,
.site-main--home .section--team .team-slider__intro > p {
  width: 100%;
  margin-inline: auto;
  text-align: center;
}
.site-main--home .section--team .team-slider__intro h2::after {
  margin-inline: auto;
}
.site-main--home .section--team .team-slider__intro > p { max-width: 27rem; }
.site-main--home .section--team .team-slider-toolbar {
  width: auto;
  justify-content: center;
  margin-inline: auto;
}
.site-main--home .section--team .team-card {
  width: 100%;
  min-width: 0;
  align-items: center !important;
  justify-content: center;
  text-align: center !important;
}
.site-main--home .section--team .team-card__frame { margin-inline: auto !important; }
.site-main--home .section--team .team-card__content {
  display: flex;
  width: 100%;
  flex-direction: column;
  align-items: center !important;
  justify-content: flex-start;
  text-align: center !important;
}
.site-main--home .section--team .team-card__content h3,
.site-main--home .section--team .team-card__content > p,
.site-main--home .section--team .team-card__content .team-bio {
  display: block;
  width: 100%;
  max-width: 20rem;
  margin-inline: auto !important;
  text-align: center !important;
}
@media (max-width: 980px) {
  .site-main--home .section--team .team-slider {
    grid-template-columns: minmax(0, 1fr);
    gap: 1.75rem;
  }
  .site-main--home .section--team .team-slider__intro {
    order: 1;
    max-width: 36rem;
  }
  .site-main--home .section--team .team-track {
    order: 2;
    grid-auto-columns: minmax(17rem, 72%);
  }
}
@media (max-width: 640px) {
  .site-main--home .section--team > .container {
    width: calc(100% - 1.5rem);
    padding-inline: 0;
  }
  .site-main--home .section--team .team-slider__intro { padding-inline: .5rem; }
  .site-main--home .section--team .team-track {
    grid-auto-columns: minmax(16.5rem, 88%);
    padding-inline: .35rem;
    scroll-padding-inline: .35rem;
  }
}

/* DJL_FAQ_EDITORIAL_SHOWCASE_V1 */
.site-main--home .section--faq {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 8% 18%, rgba(184, 148, 82, .1), transparent 24rem),
    var(--djl-sand, #f7f2ea);
}
.site-main--home .section--faq .faq-showcase {
  display: grid;
  width: min(calc(100% - clamp(2rem, 5vw, 5rem)), 1400px);
  grid-template-columns: minmax(15rem, .72fr) minmax(30rem, 1.5fr) minmax(15rem, .68fr);
  gap: clamp(1.5rem, 3.25vw, 3.5rem);
  align-items: center;
  margin-inline: auto;
}
.site-main--home .section--faq .faq-showcase__intro {
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: flex-start;
}
.site-main--home .section--faq .eyebrow {
  color: var(--djl-gold-dark, #8a6736);
  font-size: .72rem;
  font-weight: 800;
}
.site-main--home .section--faq .faq-showcase__intro h2 {
  max-width: 24rem;
  margin: .55rem 0 .8rem;
  color: var(--djl-ink, #12100e);
  font-size: clamp(1.55rem, 2.25vw, 2.35rem);
  line-height: 1.25;
  letter-spacing: -.03em;
}
.site-main--home .section--faq .faq-showcase__intro h2::after {
  display: block;
  width: 3.8rem;
  height: 2px;
  margin-top: .9rem;
  content: '';
  background: var(--djl-gold, #b89452);
}
.site-main--home .section--faq .faq-showcase__intro p {
  max-width: 23rem;
  margin: 0;
  color: #756d63;
  font-size: .86rem;
  line-height: 1.85;
}
.site-main--home .section--faq .faq-home-list {
  display: grid;
  width: 100%;
  max-width: none;
  min-width: 0;
  gap: .65rem;
  margin: 0;
  border: 0;
}
.site-main--home .section--faq .faq-home-list details {
  overflow: hidden;
  border: 1px solid rgba(18, 16, 14, .1);
  border-radius: .9rem;
  background: rgba(255, 253, 248, .9);
  box-shadow: 0 6px 18px rgba(18, 16, 14, .035);
}
.site-main--home .section--faq .faq-home-list summary {
  display: flex;
  min-height: 3.35rem;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding: .8rem 1rem;
  color: var(--djl-ink, #12100e);
  font-size: .88rem;
  font-weight: 800;
  line-height: 1.55;
  list-style: none;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease;
}
.site-main--home .section--faq .faq-home-list summary::-webkit-details-marker { display: none; }
.site-main--home .section--faq .faq-home-list summary::after {
  display: grid;
  width: 1.9rem;
  height: 1.9rem;
  flex: 0 0 1.9rem;
  place-items: center;
  border: 1px solid rgba(184, 148, 82, .55);
  border-radius: 50%;
  color: var(--djl-gold-dark, #8a6736);
  content: '+';
  font-size: 1rem;
  font-weight: 500;
}
.site-main--home .section--faq .faq-home-list details[open] {
  border-color: rgba(184, 148, 82, .52);
  box-shadow: 0 12px 28px rgba(18, 16, 14, .07);
}
.site-main--home .section--faq .faq-home-list details[open] summary {
  background: var(--djl-ink, #12100e);
  color: #fffdf8;
}
.site-main--home .section--faq .faq-home-list details[open] summary::after {
  border-color: var(--djl-gold-light, #d7bd86);
  background: var(--djl-gold, #b89452);
  color: #171513;
  content: '−';
}
.site-main--home .section--faq .faq-home-list details > div {
  padding: 0 1.1rem 1rem;
  color: #6f665c;
  font-size: .82rem;
  line-height: 1.8;
}
.site-main--home .section--faq .faq-home-list details > div p {
  max-width: none;
  margin: .9rem 0 0;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
}
.site-main--home .section--faq .faq-showcase__cta {
  position: relative;
  overflow: hidden;
  padding: clamp(1.4rem, 2.4vw, 2rem);
  border: 1px solid rgba(215, 189, 134, .3);
  border-radius: 1.25rem;
  background: var(--djl-ink, #12100e);
  color: #fffdf8;
  box-shadow: 0 16px 34px rgba(18, 16, 14, .14);
}
.site-main--home .section--faq .faq-showcase__cta::after {
  position: absolute;
  bottom: -4.5rem;
  left: -4.5rem;
  width: 9rem;
  height: 9rem;
  border: 1px solid rgba(215, 189, 134, .24);
  border-radius: 50%;
  content: '';
}
.site-main--home .section--faq .faq-showcase__cta .eyebrow { color: var(--djl-gold-light, #d7bd86); }
.site-main--home .section--faq .faq-showcase__cta h3 {
  position: relative;
  margin: .55rem 0 .7rem;
  color: #fffdf8;
  font-size: 1.25rem;
  line-height: 1.45;
}
.site-main--home .section--faq .faq-showcase__cta p {
  position: relative;
  margin: 0;
  color: rgba(255, 253, 248, .72);
  font-size: .8rem;
  line-height: 1.8;
}
.site-main--home .section--faq .faq-showcase__button {
  position: relative;
  z-index: 1;
  display: inline-flex;
  min-height: 2.7rem;
  align-items: center;
  gap: .65rem;
  margin-top: 1.15rem;
  padding: .55rem 1rem;
  border-radius: .8rem;
  background: var(--djl-gold, #b89452);
  color: #171513;
  font-family: var(--djl-display);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  transition: background-color .2s ease, transform .2s ease;
}
.site-main--home .section--faq .faq-showcase__button:hover,
.site-main--home .section--faq .faq-showcase__button:focus-visible {
  background: var(--djl-gold-light, #d7bd86);
  transform: translateY(-2px);
}
:root[data-theme='dark'] .site-main--home .section--faq { background: #171513; }
:root[data-theme='dark'] .site-main--home .section--faq .faq-showcase__intro h2 { color: #fffdf8; }
:root[data-theme='dark'] .site-main--home .section--faq .faq-showcase__intro p { color: #d9cfc1; }
:root[data-theme='dark'] .site-main--home .section--faq .faq-home-list details {
  border-color: rgba(255, 253, 248, .14);
  background: #25211d;
}
:root[data-theme='dark'] .site-main--home .section--faq .faq-home-list summary { color: #fffdf8; }
:root[data-theme='dark'] .site-main--home .section--faq .faq-home-list details > div { color: #d9cfc1; }
@media (max-width: 1100px) {
  .site-main--home .section--faq .faq-showcase {
    grid-template-columns: minmax(15rem, .7fr) minmax(0, 1.3fr);
  }
  .site-main--home .section--faq .faq-showcase__cta { grid-column: 1 / -1; }
}
@media (max-width: 760px) {
  .site-main--home .section--faq .faq-showcase {
    width: calc(100% - 1.5rem);
    grid-template-columns: minmax(0, 1fr);
    gap: 1.25rem;
  }
  .site-main--home .section--faq .faq-showcase__intro {
    align-items: center;
    text-align: center;
  }
  .site-main--home .section--faq .faq-showcase__intro h2,
  .site-main--home .section--faq .faq-showcase__intro p { text-align: center; }
  .site-main--home .section--faq .faq-showcase__intro h2::after { margin-inline: auto; }
  .site-main--home .section--faq .faq-home-list summary { font-size: .82rem; }
}

/* DJL_FAQ_FIXED_SHOWCASE_V2 */
.site-main--home .section--faq .faq-showcase {
  box-sizing: border-box;
  height: 32rem;
  padding: clamp(1.5rem, 2.7vw, 2.5rem);
  grid-template-areas: 'intro questions cta';
  grid-template-columns: minmax(14rem, .7fr) minmax(29rem, 1.55fr) minmax(14rem, .68fr);
  gap: clamp(1.25rem, 2.5vw, 2.75rem);
  border: 1px solid rgba(138, 103, 54, .2);
  border-radius: 1.75rem;
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .78), rgba(255, 253, 248, .48)),
    #f7f2ea;
  box-shadow: 0 22px 55px rgba(45, 35, 24, .08);
}
.site-main--home .section--faq .faq-showcase__intro {
  grid-area: intro;
  align-self: center;
}
.site-main--home .section--faq .faq-home-list {
  grid-area: questions;
  align-self: center;
  height: 26rem;
  padding: .25rem .35rem .25rem .15rem;
  overflow-x: hidden;
  overflow-y: auto;
  align-content: start;
  scrollbar-color: #b89452 transparent;
  scrollbar-width: thin;
}
.site-main--home .section--faq .faq-home-list::-webkit-scrollbar { width: 5px; }
.site-main--home .section--faq .faq-home-list::-webkit-scrollbar-track { background: transparent; }
.site-main--home .section--faq .faq-home-list::-webkit-scrollbar-thumb {
  border-radius: 999px;
  background: #b89452;
}
.site-main--home .section--faq .faq-home-list details {
  flex: none;
  background: #fffdf8;
}
.site-main--home .section--faq .faq-home-list details[open] summary {
  background: #15120f;
  color: #fffdf8;
}
.site-main--home .section--faq .faq-home-list details > div {
  max-height: 11rem;
  overflow-y: auto;
  background: #fffdf8;
  scrollbar-color: rgba(184, 148, 82, .8) transparent;
  scrollbar-width: thin;
}
.site-main--home .section--faq .faq-showcase__cta {
  grid-area: cta;
  align-self: center;
  background: #15120f;
}

:root[data-theme='dark'] .site-main--home .section--faq .faq-showcase {
  border-color: rgba(215, 189, 134, .2);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, .025), rgba(184, 148, 82, .025)),
    #1e1a17;
  box-shadow: 0 24px 60px rgba(0, 0, 0, .24);
}
:root[data-theme='dark'] .site-main--home .section--faq .faq-home-list details {
  border-color: rgba(255, 253, 248, .13);
  background: #28231f;
}
:root[data-theme='dark'] .site-main--home .section--faq .faq-home-list summary {
  background: #28231f;
  color: #fffdf8;
}
:root[data-theme='dark'] .site-main--home .section--faq .faq-home-list details[open] summary {
  border-bottom: 1px solid rgba(215, 189, 134, .22);
  background: #0f0e0d;
  color: #fffdf8;
}
:root[data-theme='dark'] .site-main--home .section--faq .faq-home-list details > div {
  background: #211d19;
  color: #eee4d6;
}
:root[data-theme='dark'] .site-main--home .section--faq .faq-showcase__cta {
  border-color: rgba(215, 189, 134, .3);
  background: #0f0e0d;
  color: #fffdf8;
}
:root[data-theme='dark'] .site-main--home .section--faq .faq-showcase__cta h3 { color: #fffdf8; }
:root[data-theme='dark'] .site-main--home .section--faq .faq-showcase__cta p { color: #ded3c5; }

@media (max-width: 1100px) {
  .site-main--home .section--faq .faq-showcase {
    height: 38rem;
    grid-template-areas:
      'intro questions'
      'cta questions';
    grid-template-columns: minmax(15rem, .75fr) minmax(0, 1.35fr);
    grid-template-rows: 1fr 1fr;
  }
  .site-main--home .section--faq .faq-showcase__cta {
    grid-column: auto;
    max-width: 23rem;
  }
  .site-main--home .section--faq .faq-home-list { height: 32rem; }
}

@media (max-width: 760px) {
  .site-main--home .section--faq .faq-showcase {
    height: auto;
    padding: 1.25rem;
    grid-template-areas:
      'intro'
      'questions'
      'cta';
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto 27rem auto;
    border-radius: 1.25rem;
  }
  .site-main--home .section--faq .faq-home-list {
    height: 27rem;
    padding-inline: .1rem;
  }
  .site-main--home .section--faq .faq-showcase__cta {
    width: 100%;
    max-width: none;
    text-align: center;
  }
  .site-main--home .section--faq .faq-showcase__button { justify-content: center; }
}

/* DJL_TESTIMONIAL_HORIZONTAL_SLIDER_V1 */
.site-main--home .section--testimonials {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 88% 12%, rgba(184, 148, 82, .11), transparent 24rem),
    #fffdf8;
}
.site-main--home .section--testimonials .testimonial-showcase {
  position: relative;
  box-sizing: border-box;
  width: min(calc(100% - clamp(2rem, 5vw, 5rem)), 1400px);
  min-height: 32rem;
  padding: clamp(1.5rem, 2.8vw, 2.65rem);
  border: 1px solid rgba(138, 103, 54, .2);
  border-radius: 1.8rem;
  background:
    linear-gradient(135deg, rgba(255,255,255,.9), rgba(247,242,234,.66)),
    #fffdf8;
  box-shadow: 0 24px 60px rgba(45, 35, 24, .09);
}
.site-main--home .testimonial-showcase::before {
  position: absolute;
  top: -6rem;
  left: 8%;
  width: 18rem;
  height: 18rem;
  border: 1px solid rgba(184, 148, 82, .13);
  border-radius: 50%;
  content: '';
  box-shadow: 0 0 0 1.6rem rgba(184, 148, 82, .025), 0 0 0 3.2rem rgba(184, 148, 82, .018);
  pointer-events: none;
}
.site-main--home .testimonial-showcase__header {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 2rem;
  margin-bottom: 1.4rem;
}
.site-main--home .testimonial-showcase__header h2 {
  max-width: 38rem;
  margin: .4rem 0 .45rem;
  color: #15120f;
  font-size: clamp(1.65rem, 2.4vw, 2.5rem);
  line-height: 1.25;
  letter-spacing: -.03em;
}
.site-main--home .testimonial-showcase__header p {
  max-width: 36rem;
  margin: 0;
  color: #746b61;
  font-size: .84rem;
  line-height: 1.8;
}
.site-main--home .testimonial-showcase__archive {
  display: inline-flex;
  min-height: 2.7rem;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  padding: .55rem 1.05rem;
  border: 1px solid #9b722f;
  border-radius: .8rem;
  background: #9b722f;
  color: #fffdf8;
  font-size: .78rem;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(111, 77, 28, .16);
  transition: background-color .2s ease, transform .2s ease;
}
.site-main--home .testimonial-showcase__archive:hover,
.site-main--home .testimonial-showcase__archive:focus-visible {
  background: #7f5c27;
  color: #fffdf8;
  transform: translateY(-2px);
}
.site-main--home .testimonial-showcase__viewport {
  position: relative;
  z-index: 1;
  height: 20rem;
  outline: none;
  touch-action: pan-y;
}
.site-main--home .testimonial-showcase__viewport:focus-visible {
  border-radius: 1.25rem;
  box-shadow: 0 0 0 3px rgba(184, 148, 82, .28);
}
.site-main--home .testimonial-showcase__slides,
.site-main--home .testimonial-slide { height: 100%; }
.site-main--home .testimonial-slide {
  display: grid;
  box-sizing: border-box;
  grid-template-areas: 'identity quote';
  grid-template-columns: minmax(15rem, .6fr) minmax(0, 1.4fr);
  align-items: stretch;
  gap: clamp(1.5rem, 3.5vw, 4rem);
  padding: clamp(1.2rem, 2vw, 1.75rem);
  border: 1px solid rgba(18, 16, 14, .1);
  border-radius: 1.35rem;
  background: rgba(255, 253, 248, .88);
  box-shadow: 0 15px 36px rgba(45, 35, 24, .06);
}
.site-main--home .testimonial-slide[hidden] { display: none !important; }
.site-main--home .testimonial-slide.is-active { animation: djl-testimonial-reveal .42s ease both; }
@keyframes djl-testimonial-reveal {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}
.site-main--home .testimonial-slide__identity {
  grid-area: identity;
  display: flex;
  min-width: 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}
.site-main--home .testimonial-slide__avatar {
  position: relative;
  display: grid;
  width: clamp(8.7rem, 12vw, 11rem);
  aspect-ratio: 1;
  place-items: center;
  margin-bottom: 1rem;
  border: 1px solid rgba(184, 148, 82, .62);
  border-radius: 50%;
  background: #f5ecdd;
  box-shadow: 0 12px 30px rgba(45, 35, 24, .1);
}
.site-main--home .testimonial-slide__avatar::after {
  position: absolute;
  inset: .42rem;
  border: 1px solid rgba(184, 148, 82, .35);
  border-radius: inherit;
  content: '';
}
.site-main--home .testimonial-slide__orbit {
  position: absolute;
  inset: -.55rem;
  border: 1px solid rgba(184, 148, 82, .24);
  border-inline-start-color: #b89452;
  border-radius: 50%;
  animation: djl-testimonial-orbit 16s linear infinite;
}
@keyframes djl-testimonial-orbit { to { transform: rotate(360deg); } }
.site-main--home .testimonial-slide__avatar img {
  position: relative;
  z-index: 1;
  width: calc(100% - 1rem);
  height: calc(100% - 1rem);
  border-radius: 50%;
}
.site-main--home .testimonial-slide__avatar--photo img { object-fit: cover; }
.site-main--home .testimonial-slide__avatar--brand img {
  width: 68%;
  height: 68%;
  object-fit: contain;
}
.site-main--home .testimonial-slide__person cite {
  display: block;
  color: #15120f;
  font-size: 1rem;
  font-style: normal;
  font-weight: 900;
  line-height: 1.55;
}
.site-main--home .testimonial-slide__person span {
  display: block;
  margin-top: .25rem;
  color: #9b722f;
  font-size: .76rem;
  font-weight: 800;
}
.site-main--home .testimonial-slide__quote {
  grid-area: quote;
  position: relative;
  display: flex;
  min-width: 0;
  flex-direction: column;
  justify-content: center;
  margin: 0;
  padding: clamp(1.25rem, 2.5vw, 2.5rem);
  border-inline-start: 3px solid #b89452;
  border-radius: 1rem;
  background: rgba(247, 242, 234, .68);
}
.site-main--home .testimonial-slide__mark {
  position: absolute;
  top: .6rem;
  inset-inline-end: 1rem;
  color: rgba(184, 148, 82, .75);
  font-family: Georgia, serif;
  font-size: 4.7rem;
  line-height: 1;
}
.site-main--home .testimonial-slide__text {
  position: relative;
  z-index: 1;
  max-height: 11rem;
  overflow-y: auto;
  padding-inline-end: .5rem;
  scrollbar-color: #b89452 transparent;
  scrollbar-width: thin;
}
.site-main--home .testimonial-slide__text p {
  max-width: 48rem;
  margin: 0;
  color: #514a43;
  font-size: clamp(.94rem, 1.15vw, 1.08rem);
  font-weight: 600;
  line-height: 2;
}
.site-main--home .testimonial-showcase__footer {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  min-height: 3.1rem;
  padding-top: .9rem;
}
.site-main--home .testimonial-showcase__controls {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .85rem;
}
.site-main--home .testimonial-showcase__controls.is-single { visibility: hidden; }
.site-main--home .testimonial-showcase__controls > button {
  display: grid;
  width: 2.35rem;
  height: 2.35rem;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(155, 114, 47, .65);
  border-radius: 50%;
  background: transparent;
  color: #6d4f22;
  cursor: pointer;
  transition: background-color .2s ease, color .2s ease, transform .2s ease;
}
.site-main--home .testimonial-showcase__controls > button:hover,
.site-main--home .testimonial-showcase__controls > button:focus-visible {
  background: #9b722f;
  color: #fffdf8;
  transform: translateY(-2px);
}
.site-main--home .testimonial-showcase__dots {
  display: flex;
  align-items: center;
  gap: .42rem;
}
.site-main--home .testimonial-showcase__dots button {
  width: .48rem;
  height: .48rem;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(138, 103, 54, .25);
  appearance: none;
  cursor: pointer;
  transition: width .2s ease, background-color .2s ease;
}
.site-main--home .testimonial-showcase__dots button.is-active {
  width: 1.35rem;
  background: #b89452;
}
.site-main--home .testimonial-showcase__counter {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: #8a8177;
  font-size: .7rem;
}
.site-main--home .testimonial-showcase__counter b { color: #8a6736; font-weight: 900; }

:root[data-theme='dark'] .site-main--home .section--testimonials { background: #171513; }
:root[data-theme='dark'] .site-main--home .section--testimonials .testimonial-showcase {
  border-color: rgba(215, 189, 134, .2);
  background: linear-gradient(135deg, #211d18, #191714);
  box-shadow: 0 25px 65px rgba(0,0,0,.27);
}
:root[data-theme='dark'] .site-main--home .testimonial-showcase__header h2,
:root[data-theme='dark'] .site-main--home .testimonial-slide__person cite { color: #fffdf8; }
:root[data-theme='dark'] .site-main--home .testimonial-showcase__header p { color: #d9cfc1; }
:root[data-theme='dark'] .site-main--home .testimonial-slide {
  border-color: rgba(255,253,248,.13);
  background: #25211d;
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
}
:root[data-theme='dark'] .site-main--home .testimonial-slide__avatar { background: #f5ecdd; }
:root[data-theme='dark'] .site-main--home .testimonial-slide__quote {
  border-inline-start-color: #b89452;
  background: #1b1815;
}
:root[data-theme='dark'] .site-main--home .testimonial-slide__text p { color: #eee4d6; }
:root[data-theme='dark'] .site-main--home .testimonial-showcase__controls > button {
  border-color: rgba(215, 189, 134, .5);
  color: #d7bd86;
}
:root[data-theme='dark'] .site-main--home .testimonial-showcase__dots button { background: rgba(255,253,248,.2); }
:root[data-theme='dark'] .site-main--home .testimonial-showcase__dots button.is-active { background: #b89452; }
:root[data-theme='dark'] .site-main--home .testimonial-showcase__counter { color: #bdb2a5; }

@media (max-width: 900px) {
  .site-main--home .section--testimonials .testimonial-showcase {
    width: calc(100% - 2rem);
    min-height: 33rem;
  }
  .site-main--home .testimonial-slide {
    grid-template-columns: minmax(11rem, .52fr) minmax(0, 1.48fr);
    gap: 1.25rem;
  }
}

@media (max-width: 640px) {
  .site-main--home .section--testimonials .testimonial-showcase {
    width: calc(100% - 1.5rem);
    min-height: 43rem;
    padding: 1.15rem;
    border-radius: 1.25rem;
  }
  .site-main--home .testimonial-showcase__header {
    align-items: center;
    flex-direction: column;
    gap: 1rem;
    text-align: center;
  }
  .site-main--home .testimonial-showcase__header h2,
  .site-main--home .testimonial-showcase__header p { text-align: center; }
  .site-main--home .testimonial-showcase__viewport { height: 31rem; }
  .site-main--home .testimonial-slide {
    grid-template-areas:
      'identity'
      'quote';
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: 10.5rem minmax(0, 1fr);
    gap: .7rem;
    padding: 1rem;
  }
  .site-main--home .testimonial-slide__identity {
    flex-direction: row;
    gap: 1rem;
    text-align: start;
  }
  .site-main--home .testimonial-slide__avatar {
    width: 7.2rem;
    flex: 0 0 7.2rem;
    margin: 0;
  }
  .site-main--home .testimonial-slide__person { min-width: 0; }
  .site-main--home .testimonial-slide__quote { padding: 1.1rem; }
  .site-main--home .testimonial-slide__text { max-height: 12rem; }
  .site-main--home .testimonial-slide__text p { font-size: .84rem; line-height: 1.85; }
  .site-main--home .testimonial-slide__mark { font-size: 3.4rem; }
  .site-main--home .testimonial-showcase__footer { gap: .65rem; }
}

@media (prefers-reduced-motion: reduce) {
  .site-main--home .testimonial-slide.is-active { animation: none; }
  .site-main--home .testimonial-slide__orbit { animation: none; }
}

/* DJL_TESTIMONIAL_SIDE_CONTROLS_V2 */
.site-main--home .testimonial-showcase__viewport {
  overflow: visible;
}
.site-main--home .testimonial-slide {
  padding-inline: clamp(2.35rem, 4vw, 3.35rem);
  padding-bottom: 2.8rem;
}
.site-main--home .testimonial-showcase__footer {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: block;
  min-height: 0;
  padding: 0;
  pointer-events: none;
}
.site-main--home .testimonial-showcase__controls { display: contents; }
.site-main--home .testimonial-showcase__controls > button {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 2.65rem;
  height: 2.65rem;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  border-color: rgba(184, 148, 82, .72);
  border-radius: .82rem;
  background: rgba(255, 253, 248, .94);
  color: #6d4f22;
  box-shadow: 0 10px 24px rgba(18, 16, 14, .1), inset 0 0 0 1px rgba(255, 255, 255, .7);
  transform: translateY(-50%);
  backdrop-filter: blur(10px);
  pointer-events: auto;
}
.site-main--home .testimonial-showcase__controls > button::after {
  position: absolute;
  inset: .3rem;
  border: 1px solid rgba(184, 148, 82, .22);
  border-radius: .55rem;
  content: '';
  pointer-events: none;
}
.site-main--home .testimonial-showcase__controls > button span {
  position: relative;
  z-index: 1;
  display: block;
  font-size: .95rem;
  line-height: 1;
  transition: transform .2s ease;
}
/* RTL navigation: next is on the left, previous is on the right. */
.site-main--home .testimonial-showcase__controls > button[data-djl-testimonial-prev] { right: -1.05rem; }
.site-main--home .testimonial-showcase__controls > button[data-djl-testimonial-next] { left: -1.05rem; }
.site-main--home .testimonial-showcase__controls > button:hover,
.site-main--home .testimonial-showcase__controls > button:focus-visible {
  background: #9b722f;
  color: #fffdf8;
  transform: translateY(-50%) scale(1.04);
}
.site-main--home .testimonial-showcase__controls > button:hover span,
.site-main--home .testimonial-showcase__controls > button:focus-visible span {
  transform: translateX(-1px);
}
.site-main--home .testimonial-showcase__dots {
  position: absolute;
  bottom: .85rem;
  left: 50%;
  z-index: 3;
  gap: .38rem;
  transform: translateX(-50%);
  pointer-events: auto;
}
.site-main--home .testimonial-showcase__dots button {
  width: .42rem;
  height: .42rem;
  border: 1px solid rgba(138, 103, 54, .18);
  background: rgba(138, 103, 54, .25);
}
.site-main--home .testimonial-showcase__dots button.is-active {
  width: 1rem;
  background: #b89452;
}
.site-main--home .testimonial-showcase__counter {
  position: absolute;
  bottom: .7rem;
  left: 1.3rem;
  z-index: 3;
  pointer-events: none;
}
:root[data-theme='dark'] .site-main--home .testimonial-showcase__controls > button {
  border-color: rgba(215, 189, 134, .5);
  background: rgba(15, 14, 13, .92);
  color: #d7bd86;
  box-shadow: 0 8px 20px rgba(0, 0, 0, .24);
}
:root[data-theme='dark'] .site-main--home .testimonial-showcase__controls > button:hover,
:root[data-theme='dark'] .site-main--home .testimonial-showcase__controls > button:focus-visible {
  background: #9b722f;
  color: #fffdf8;
}
@media (max-width: 640px) {
  .site-main--home .testimonial-slide {
    padding-inline: 1.45rem;
    padding-bottom: 2.7rem;
  }
  .site-main--home .testimonial-showcase__controls > button {
    width: 2.35rem;
    height: 2.35rem;
    border-radius: .72rem;
  }
  .site-main--home .testimonial-showcase__controls > button[data-djl-testimonial-prev] { right: -.7rem; }
  .site-main--home .testimonial-showcase__controls > button[data-djl-testimonial-next] { left: -.7rem; }
  .site-main--home .testimonial-showcase__counter { left: .8rem; }
}

/* DJL_SERVICE_COMPACT_CAROUSEL_V1 */
.site-main--home .section--services {
  overflow: hidden;
  padding-block: clamp(2.7rem, 4.5vw, 4.5rem);
}
.site-main--home .service-showcase {
  position: relative;
}
.site-main--home .service-showcase__header {
  align-items: end;
  margin-bottom: 1.45rem;
}
.site-main--home .service-showcase__summary {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 1rem;
}
.site-main--home .service-showcase__summary p {
  margin: 0;
}
.site-main--home .service-showcase__archive {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  gap: .55rem;
  min-height: 2.6rem;
  padding: .6rem 1rem;
  border: 1px solid rgba(184, 148, 82, .5);
  border-radius: .8rem;
  color: #765521;
  background: rgba(184, 148, 82, .08);
  font-size: .8rem;
  font-weight: 800;
  text-decoration: none;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.site-main--home .service-showcase__archive:hover,
.site-main--home .service-showcase__archive:focus-visible {
  color: #fffdf8;
  background: #98702f;
  transform: translateY(-2px);
}
.site-main--home .service-showcase__viewport {
  position: relative;
  padding: .25rem 2rem 2.8rem;
  outline: none;
}
.site-main--home .service-showcase__viewport:focus-visible {
  border-radius: 1rem;
  box-shadow: 0 0 0 3px rgba(184, 148, 82, .22);
}
.site-main--home .service-showcase .service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .85rem;
}
.site-main--home .service-showcase .service-card {
  position: relative;
  display: grid;
  grid-template-rows: auto auto 1fr auto;
  min-height: 12.2rem;
  overflow: hidden;
  padding: 1.2rem 1.25rem 1.05rem;
  border: 1px solid rgba(18, 16, 14, .11);
  border-radius: 1rem;
  background: rgba(255, 255, 255, .88);
  box-shadow: 0 12px 30px rgba(18, 16, 14, .055);
  transition: border-color .25s ease, box-shadow .25s ease, transform .25s ease;
}
.site-main--home .service-showcase .service-card[hidden] { display: none !important; }
.site-main--home .service-showcase .service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.4rem;
  height: .2rem;
  margin: 0;
  content: '';
  background: linear-gradient(90deg, rgba(184, 148, 82, .15), #b89452);
}
.site-main--home .service-showcase .service-card::after {
  position: absolute;
  bottom: -3.25rem;
  left: -3.25rem;
  width: 6.5rem;
  height: 6.5rem;
  border: 1px solid rgba(184, 148, 82, .13);
  border-radius: 50%;
  content: '';
  pointer-events: none;
}
.site-main--home .service-showcase .service-card:hover {
  border-color: rgba(184, 148, 82, .55);
  box-shadow: 0 16px 34px rgba(18, 16, 14, .09);
  transform: translateY(-3px);
}
.site-main--home .service-card__number {
  display: inline-grid;
  width: 2.1rem;
  height: 2.1rem;
  place-items: center;
  margin-bottom: .8rem;
  border: 1px solid rgba(184, 148, 82, .34);
  border-radius: .65rem;
  color: #8a642b;
  background: rgba(184, 148, 82, .09);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .06em;
}
.site-main--home .service-showcase .service-card h3 {
  margin: 0 0 .4rem;
  font-size: 1.02rem;
  line-height: 1.55;
}
.site-main--home .service-showcase .service-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 0;
  color: #756b5f;
  font-size: .82rem;
  line-height: 1.75;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.site-main--home .service-showcase .service-card .service-card__link {
  position: relative;
  z-index: 1;
  display: inline-flex;
  align-items: center;
  justify-self: start;
  gap: .5rem;
  margin-top: .85rem;
  padding: 0;
  color: #8a642b;
  font-size: .79rem;
  font-weight: 900;
  text-decoration: none;
}
.site-main--home .service-showcase .service-card .service-card__link::after { content: none; }
.site-main--home .service-showcase .service-card .service-card__link span { transition: transform .2s ease; }
.site-main--home .service-showcase .service-card .service-card__link:hover span { transform: translateX(-3px); }
.site-main--home .service-card.is-active { animation: djlServiceCardIn .38s ease both; }
@keyframes djlServiceCardIn {
  from { opacity: 0; transform: translateY(.45rem); }
  to { opacity: 1; transform: translateY(0); }
}
.site-main--home .service-showcase__navigation {
  position: absolute;
  inset: 0;
  z-index: 4;
  pointer-events: none;
}
.site-main--home .service-showcase__arrow {
  position: absolute;
  top: calc(50% - 1.3rem);
  display: inline-grid;
  width: 2.55rem;
  height: 2.55rem;
  min-width: 0;
  min-height: 0;
  place-items: center;
  padding: 0;
  border: 1px solid rgba(184, 148, 82, .62);
  border-radius: .8rem;
  color: #765521;
  background: rgba(255, 253, 248, .96);
  box-shadow: 0 9px 22px rgba(18, 16, 14, .1), inset 0 0 0 .27rem rgba(184, 148, 82, .06);
  transform: translateY(-50%);
  cursor: pointer;
  pointer-events: auto;
  transition: color .2s ease, background .2s ease, transform .2s ease;
}
.site-main--home .service-showcase__arrow--prev { right: .05rem; }
.site-main--home .service-showcase__arrow--next { left: .05rem; }
.site-main--home .service-showcase__arrow:hover,
.site-main--home .service-showcase__arrow:focus-visible {
  color: #fffdf8;
  background: #98702f;
  transform: translateY(-50%) scale(1.04);
}
.site-main--home .service-showcase__dots {
  position: absolute;
  bottom: .75rem;
  left: 50%;
  display: flex;
  align-items: center;
  gap: .38rem;
  transform: translateX(-50%);
  pointer-events: auto;
}
.site-main--home .service-showcase__dots button {
  width: .42rem;
  height: .42rem;
  min-width: 0;
  min-height: 0;
  padding: 0;
  border: 0;
  border-radius: 999px;
  background: rgba(138, 103, 54, .24);
  cursor: pointer;
  transition: width .22s ease, background .22s ease;
}
.site-main--home .service-showcase__dots button.is-active {
  width: 1rem;
  background: #b89452;
}
.site-main--home .service-showcase.is-static .service-showcase__navigation { display: none; }
:root[data-theme='dark'] .site-main--home .service-showcase .service-card {
  border-color: rgba(255, 253, 248, .14);
  background: #211d18;
  box-shadow: 0 12px 28px rgba(0, 0, 0, .18);
}
:root[data-theme='dark'] .site-main--home .service-showcase .service-card p { color: #d4c9ba; }
:root[data-theme='dark'] .site-main--home .service-card__number { color: #d7bd86; background: rgba(184, 148, 82, .12); }
:root[data-theme='dark'] .site-main--home .service-showcase .service-card .service-card__link { color: #d7bd86; }
:root[data-theme='dark'] .site-main--home .service-showcase__archive { color: #d7bd86; background: rgba(184, 148, 82, .1); }
:root[data-theme='dark'] .site-main--home .service-showcase__arrow {
  border-color: rgba(215, 189, 134, .48);
  color: #d7bd86;
  background: rgba(15, 14, 13, .94);
  box-shadow: 0 9px 22px rgba(0, 0, 0, .26), inset 0 0 0 .27rem rgba(184, 148, 82, .07);
}
:root[data-theme='dark'] .site-main--home .service-showcase__archive:hover,
:root[data-theme='dark'] .site-main--home .service-showcase__archive:focus-visible,
:root[data-theme='dark'] .site-main--home .service-showcase__arrow:hover,
:root[data-theme='dark'] .site-main--home .service-showcase__arrow:focus-visible { color: #fffdf8; background: #98702f; }
@media (max-width: 999px) {
  .site-main--home .service-showcase .service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .site-main--home .service-showcase__summary { align-items: flex-start; }
}
@media (max-width: 679px) {
  .site-main--home .section--services { padding-block: 2.6rem; }
  .site-main--home .service-showcase__header,
  .site-main--home .service-showcase__summary { align-items: center; flex-direction: column; text-align: center; }
  .site-main--home .service-showcase__summary p { text-align: center; }
  .site-main--home .service-showcase__viewport { padding-inline: 1.3rem; }
  .site-main--home .service-showcase .service-grid { grid-template-columns: minmax(0, 1fr); }
  .site-main--home .service-showcase .service-card { min-height: 12rem; }
  .site-main--home .service-showcase__arrow { width: 2.3rem; height: 2.3rem; border-radius: .72rem; }
  .site-main--home .service-showcase__arrow--prev { right: .55rem; }
  .site-main--home .service-showcase__arrow--next { left: .55rem; }
}
@media (prefers-reduced-motion: reduce) {
  .site-main--home .service-card.is-active { animation: none; }
}

/* DJL_SERVICE_COMPACT_HEADER_V2 */
.site-main--home .section--services {
  padding-block: 1.5rem;
}
.site-main--home .service-showcase__header {
  display: grid;
  width: 100%;
  max-width: none;
  grid-template-columns: minmax(30rem, 1.08fr) minmax(0, .92fr);
  align-items: center;
  gap: 1.5rem;
  margin-bottom: .8rem;
  margin-inline: 0;
  padding: .9rem 1.1rem;
  border: 1px solid rgba(184, 148, 82, .18);
  border-radius: 1rem;
  background:
    linear-gradient(110deg, rgba(184, 148, 82, .08), transparent 34%),
    rgba(255, 255, 255, .52);
}
.site-main--home .service-showcase__header > div:first-child {
  position: relative;
  padding-inline-start: .85rem;
  border-inline-start: .18rem solid #b89452;
}
.site-main--home .service-showcase__header .eyebrow {
  display: block;
  margin-bottom: .22rem;
  font-size: .68rem;
  line-height: 1.4;
}
.site-main--home .service-showcase__header h2 {
  max-width: none;
  margin: 0;
  font-size: clamp(1.22rem, 1.75vw, 1.55rem);
  line-height: 1.35;
  letter-spacing: -.02em;
}
.site-main--home .service-showcase__summary {
  align-items: center;
  gap: 1rem;
}
.site-main--home .service-showcase__summary p {
  max-width: 38rem;
  color: #776d61;
  font-size: .78rem;
  line-height: 1.65;
}
.site-main--home .service-showcase__archive {
  min-height: 2.35rem;
  padding: .48rem .82rem;
  border-radius: .7rem;
  white-space: nowrap;
}
.site-main--home .service-showcase__viewport {
  padding-block: .15rem 1.75rem;
}
.site-main--home .service-showcase .service-card {
  min-height: 11.55rem;
}
.site-main--home .service-showcase__dots {
  bottom: .25rem;
}
:root[data-theme='dark'] .site-main--home .service-showcase__header {
  border-color: rgba(215, 189, 134, .16);
  background:
    linear-gradient(110deg, rgba(184, 148, 82, .1), transparent 34%),
    rgba(33, 29, 24, .72);
}
:root[data-theme='dark'] .site-main--home .service-showcase__summary p { color: #d4c9ba; }
@media (max-width: 999px) {
  .site-main--home .service-showcase__header {
    grid-template-columns: minmax(15rem, .8fr) minmax(0, 1.2fr);
    gap: 1rem;
  }
  .site-main--home .service-showcase__summary {
    align-items: flex-start;
    flex-direction: column;
    gap: .6rem;
  }
}
@media (max-width: 679px) {
  .site-main--home .section--services { padding-block: 1.1rem; }
  .site-main--home .service-showcase__header {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: .65rem;
    margin-bottom: .65rem;
    padding: .85rem;
    text-align: center;
  }
  .site-main--home .service-showcase__header > div:first-child {
    padding: 0 0 .5rem;
    border-inline-start: 0;
    border-bottom: .15rem solid #b89452;
  }
  .site-main--home .service-showcase__header h2 {
    font-size: clamp(1.25rem, 6.1vw, 1.55rem);
  }
  .site-main--home .service-showcase__summary {
    align-items: center;
    gap: .55rem;
  }
  .site-main--home .service-showcase__summary p {
    max-width: 21rem;
    font-size: .75rem;
    line-height: 1.6;
  }
  .site-main--home .service-showcase__archive { min-height: 2.25rem; }
  .site-main--home .service-showcase__viewport { padding-bottom: 1.7rem; }
}

/* DJL_HOME_VERTICAL_RHYTHM_COMPACT_V1 */
.site-main--home > .home-section:not(.section--services),
.site-main--home > .cta-section {
  padding-block: 1.5rem;
}

/* Team: remove unused vertical room while preserving the portrait frame. */
.site-main--home .section--team .team-slider {
  gap: clamp(1.5rem, 3vw, 3rem);
}
.site-main--home .section--team .team-track {
  padding-block: .3rem .55rem;
}
.site-main--home .section--team .team-slider__intro {
  padding-bottom: 2.15rem;
}
.site-main--home .section--team .team-slider__intro::before { top: -.75rem; }
.site-main--home .section--team .team-slider__intro::after {
  width: 3.6rem;
  height: 1.85rem;
  background-size: .68rem .68rem;
}
.site-main--home .section--team .team-slider__intro h2 {
  margin-bottom: .55rem;
  font-size: clamp(1.65rem, 2.45vw, 2.45rem);
}
.site-main--home .section--team .team-slider__intro h2::after { margin-top: .65rem; }
.site-main--home .section--team .team-slider__cta {
  min-height: 2.55rem;
  margin-top: .9rem;
  padding-block: .45rem;
}
.site-main--home .section--team .team-slider-toolbar { margin-top: .85rem; }
.site-main--home .section--team .team-card {
  min-height: 20rem;
  padding: 1rem 1.1rem 1.15rem;
}
.site-main--home .section--team .team-card__frame {
  width: 9.75rem;
  height: 9.75rem;
  flex-basis: 9.75rem;
  margin-bottom: 1rem !important;
}
.site-main--home .section--team .team-bio { margin-top: .45rem; }

/* FAQ: fixed compact canvas; long answers scroll inside instead of stretching the page. */
.site-main--home .section--faq .faq-showcase {
  height: 27rem;
  padding: 1.25rem;
  gap: clamp(1rem, 2vw, 2rem);
  border-radius: 1.35rem;
}
.site-main--home .section--faq .faq-showcase__intro h2 {
  margin-block: .4rem .55rem;
  font-size: clamp(1.45rem, 2vw, 2rem);
}
.site-main--home .section--faq .faq-showcase__intro h2::after { margin-top: .6rem; }
.site-main--home .section--faq .faq-showcase__intro p { line-height: 1.7; }
.site-main--home .section--faq .faq-home-list {
  height: 23.5rem;
  gap: .45rem;
}
.site-main--home .section--faq .faq-home-list summary {
  min-height: 2.8rem;
  padding: .58rem .8rem;
  font-size: .82rem;
}
.site-main--home .section--faq .faq-home-list summary::after {
  width: 1.65rem;
  height: 1.65rem;
  flex-basis: 1.65rem;
}
.site-main--home .section--faq .faq-home-list details > div {
  max-height: 8.25rem;
  padding: 0 .9rem .75rem;
  font-size: .78rem;
  line-height: 1.65;
}
.site-main--home .section--faq .faq-home-list details > div p { margin-top: .65rem; }
.site-main--home .section--faq .faq-showcase__cta {
  padding: 1.2rem;
  border-radius: 1rem;
}
.site-main--home .section--faq .faq-showcase__cta h3 { margin-block: .4rem .5rem; }
.site-main--home .section--faq .faq-showcase__cta p { line-height: 1.65; }
.site-main--home .section--faq .faq-showcase__button {
  min-height: 2.4rem;
  margin-top: .8rem;
  padding-block: .45rem;
}

/* Testimonials: shorten the outer shell and the slide without reducing readability. */
.site-main--home .section--testimonials .testimonial-showcase {
  min-height: 26rem;
  padding: 1.25rem;
  border-radius: 1.4rem;
}
.site-main--home .testimonial-showcase__header {
  align-items: center;
  margin-bottom: .8rem;
}
.site-main--home .testimonial-showcase__header h2 {
  margin-block: .25rem .3rem;
  font-size: clamp(1.45rem, 2.1vw, 2.1rem);
}
.site-main--home .testimonial-showcase__header p { line-height: 1.65; }
.site-main--home .testimonial-showcase__archive {
  min-height: 2.45rem;
  padding-block: .45rem;
}
.site-main--home .testimonial-showcase__viewport { height: 17rem; }
.site-main--home .testimonial-slide {
  gap: clamp(1.15rem, 2.5vw, 2.7rem);
  padding-block: 1rem 2.25rem;
}
.site-main--home .testimonial-slide__avatar {
  width: clamp(7.8rem, 10vw, 9.3rem);
  margin-bottom: .65rem;
}
.site-main--home .testimonial-slide__quote { padding: clamp(1rem, 2vw, 1.7rem); }
.site-main--home .testimonial-slide__text { max-height: 8.5rem; }
.site-main--home .testimonial-slide__text p { line-height: 1.8; }
.site-main--home .testimonial-slide__mark { font-size: 3.8rem; }

/* Other homepage blocks use the same compact outer rhythm. */
.site-main--home .process-grid,
.site-main--home .audience-grid,
.site-main--home .article-grid,
.site-main--home .stats-grid { margin-block: 0; }
.site-main--home .article-card,
.site-main--home .audience-card,
.site-main--home .content-card { padding-block: 1.15rem; }

/* DJL Stats Counters */
.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 1.5rem;
  width: 100%;
}
.stat-card {
  background: var(--djl-paper, #fffdfa);
  border: 1px solid var(--djl-line, rgba(216,189,134,.25));
  border-radius: var(--djl-radius-md, 16px);
  padding: 2rem 1.5rem;
  text-align: center;
  box-shadow: 0 10px 30px rgba(18, 17, 15, 0.04);
  transition: transform 0.25s ease, box-shadow 0.25s ease, border-color 0.25s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}
.stat-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(18, 17, 15, 0.08);
  border-color: var(--djl-gold, #b88a44);
}
.stat-card strong {
  font-family: var(--djl-display);
  font-size: clamp(2.4rem, 4vw, 3.4rem);
  font-weight: 800;
  line-height: 1.1;
  color: var(--djl-gold, #b88a44);
  letter-spacing: -0.03em;
  display: block;
}
.stat-card span {
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--djl-ink, #171513);
  line-height: 1.5;
}
:root[data-theme='dark'] .stat-card {
  background: #211d18;
  border-color: rgba(255, 253, 248, 0.14);
}
:root[data-theme='dark'] .stat-card span {
  color: #ede4d7;
}


@media (max-width: 1100px) {
  .site-main--home .section--faq .faq-showcase { height: 33rem; }
  .site-main--home .section--faq .faq-home-list { height: 28.5rem; }
}
@media (max-width: 980px) {
  .site-main--home .section--team .team-slider { gap: 1rem; }
  .site-main--home .section--team .team-slider__intro { padding-bottom: 1.8rem; }
}
@media (max-width: 760px) {
  .site-main--home > .home-section:not(.section--services),
  .site-main--home > .cta-section { padding-block: 1.2rem; }
  .site-main--home .section--faq .faq-showcase {
    height: auto;
    padding: .9rem;
    grid-template-rows: auto 22rem auto;
    gap: .8rem;
  }
  .site-main--home .section--faq .faq-home-list { height: 22rem; }
}
@media (max-width: 640px) {
  .site-main--home .section--team .team-card {
    min-height: 19.5rem;
    padding-block: .9rem 1rem;
  }
  .site-main--home .section--team .team-card__frame {
    width: 9rem;
    height: 9rem;
    flex-basis: 9rem;
  }
  .site-main--home .section--testimonials .testimonial-showcase {
    min-height: 36rem;
    padding: .9rem;
  }
  .site-main--home .testimonial-showcase__header { gap: .65rem; }
  .site-main--home .testimonial-showcase__viewport { height: 25rem; }
  .site-main--home .testimonial-slide {
    grid-template-rows: 8.5rem minmax(0, 1fr);
    padding-block: .75rem 2.2rem;
  }
  .site-main--home .testimonial-slide__avatar {
    width: 6.25rem;
    flex-basis: 6.25rem;
  }
}

/* DJL_HOME_SECTION_HEADING_SCALE_FINAL_V2
 * Scope: only the gold eyebrow and the main title directly beneath it.
 */
.site-main--home .section-heading > .eyebrow,
.site-main--home .service-showcase__header .eyebrow,
.site-main--home .section--team .team-slider__intro > .eyebrow,
.site-main--home .section--faq .faq-showcase__intro > .eyebrow,
.site-main--home .testimonial-showcase__header .eyebrow {
  font-size: 1.25rem !important;
  line-height: 1.45;
}

.site-main--home .section-heading > h2,
.site-main--home .service-showcase__header h2,
.site-main--home .section--team .team-slider__intro > h2,
.site-main--home .section--faq .faq-showcase__intro > h2,
.site-main--home .testimonial-showcase__header h2 {
  font-size: 1rem !important;
  line-height: 1.3;
  letter-spacing: -.02em;
}

@media (max-width: 640px) {
  .site-main--home .section-heading > .eyebrow,
  .site-main--home .service-showcase__header .eyebrow,
  .site-main--home .section--team .team-slider__intro > .eyebrow,
  .site-main--home .section--faq .faq-showcase__intro > .eyebrow,
  .site-main--home .testimonial-showcase__header .eyebrow {
    font-size: 1.08rem !important;
  }

  .site-main--home .section-heading > h2,
  .site-main--home .service-showcase__header h2,
  .site-main--home .section--team .team-slider__intro > h2,
  .site-main--home .section--faq .faq-showcase__intro > h2,
  .site-main--home .testimonial-showcase__header h2 {
    font-size: .98rem !important;
    line-height: 1.35;
  }

  /* Avoid the full-viewport band picking up scrollbar width on narrow screens. */
  .site-main--home {
    width: 100% !important;
    max-width: 100% !important;
  }

  .site-main--home .section--about {
    width: 100%;
    max-width: 100%;
  }
}

/* DJL_HOME_MAP_THEME_CONTRAST_FINAL_V1
 * Keep this block last: the map is light in day mode and dark in night mode,
 * with explicit readable foreground colors in both themes.
 */
:root[data-theme='light'] .site-main--home .home-map-cta {
  background: #f6f0e6 !important;
  color: #171513 !important;
}

:root[data-theme='light'] .site-main--home .home-map-cta__content {
  border-color: rgba(154, 116, 55, .34) !important;
  background: linear-gradient(145deg, #fbf7ef, #f0e5d3) !important;
  box-shadow: 0 1rem 2.8rem rgba(74, 55, 29, .1);
}

:root[data-theme='light'] .site-main--home .home-map-cta__content .eyebrow {
  color: #8a6223 !important;
}

:root[data-theme='light'] .site-main--home .home-map-cta__content h2 {
  color: #171513 !important;
  text-shadow: none !important;
}

:root[data-theme='light'] .site-main--home .home-map-cta__content p {
  color: #534b42 !important;
}

:root[data-theme='light'] .site-main--home .home-map-cta__content address {
  color: #76531f !important;
}

:root[data-theme='light'] .site-main--home .home-map-cta__button {
  border-color: #8f6728 !important;
  background: #8f6728 !important;
  color: #fffdf8 !important;
}

:root[data-theme='light'] .site-main--home .home-map-cta__button:hover,
:root[data-theme='light'] .site-main--home .home-map-cta__button:focus-visible {
  border-color: #171513 !important;
  background: #171513 !important;
  color: #fffdf8 !important;
}

:root[data-theme='light'] .site-main--home .home-map-cta__map {
  border-color: rgba(143, 103, 40, .58) !important;
  background: #e9dfd0 !important;
  box-shadow: 0 1.2rem 3rem rgba(74, 55, 29, .14);
}

:root[data-theme='dark'] .site-main--home .home-map-cta {
  background: #171513 !important;
  color: #fffaf2 !important;
}

:root[data-theme='dark'] .site-main--home .home-map-cta__content h2 { color: #fffaf2 !important; }
:root[data-theme='dark'] .site-main--home .home-map-cta__content p { color: #d9cfc1 !important; }

/* DJL_HOME_CTA_ORIGINAL_PALETTE_RESTORE_V1
 * The CTA keeps its original gold identity regardless of its nth section position.
 */
.site-main--home > .cta-section {
  background: var(--djl-gold, #b89452) !important;
  color: #12100e !important;
}

.site-main--home > .cta-section .eyebrow,
.site-main--home > .cta-section h2 {
  color: #12100e !important;
}

.site-main--home > .cta-section p {
  color: rgba(18, 16, 14, .72) !important;
}

.site-main--home > .cta-section .button-primary {
  border-color: #12100e !important;
  background: #12100e !important;
  color: #fff !important;
}

/* DJL Topbar & Social Media Theme Overrides */
:root[data-theme='dark'] .djl-topbar {
  background: #0d0c0b;
  border-bottom-color: rgba(255, 253, 248, .12);
}
:root[data-theme='dark'] .djl-social-link {
  background: rgba(255, 253, 248, .08);
  border-color: rgba(216, 189, 134, .24);
  color: #ede4d7;
}
:root[data-theme='dark'] .djl-social-link:hover,
:root[data-theme='dark'] .djl-social-link:focus-visible {
  background: #d2ad68;
  border-color: #d2ad68;
  color: #171513;
}

/* DJL Scroll to Top Button (Fixed on Left) */
.djl-scroll-top {
  position: fixed !important;
  bottom: 28px !important;
  left: 28px !important;
  right: auto !important;
  z-index: 99999 !important;
  width: 46px !important;
  height: 46px !important;
  border-radius: 50% !important;
  background: #171513 !important;
  color: #f0d79e !important;
  border: 1.5px solid #d2ad68 !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .28) !important;
  cursor: pointer !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  opacity: 0 !important;
  visibility: hidden !important;
  transform: translateY(12px) !important;
  transition: opacity .3s ease, visibility .3s ease, transform .3s ease, background-color .2s ease, border-color .2s ease, box-shadow .2s ease !important;
  padding: 0 !important;
}
.djl-scroll-top.is-visible {
  opacity: 1 !important;
  visibility: visible !important;
  transform: translateY(0) !important;
}
.djl-scroll-top:hover,
.djl-scroll-top:focus-visible {
  background: #d2ad68 !important;
  color: #171513 !important;
  border-color: #f0d79e !important;
  transform: translateY(-3px) !important;
  box-shadow: 0 12px 28px rgba(210, 173, 104, .45) !important;
}
.djl-scroll-top svg {
  transition: transform .2s ease !important;
}
.djl-scroll-top:hover svg {
  transform: translateY(-2px) !important;
}

:root[data-theme='dark'] .djl-scroll-top {
  background: #24201b !important;
  border-color: #d2ad68 !important;
  color: #f0d79e !important;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .55) !important;
}
:root[data-theme='dark'] .djl-scroll-top:hover {
  background: #d2ad68 !important;
  color: #171513 !important;
}

@media (max-width: 640px) {
  .djl-scroll-top {
    bottom: 18px !important;
    left: 18px !important;
    width: 40px !important;
    height: 40px !important;
  }
}

/* ==========================================================================
   Luxury Legal Insights Showcase (قسم المعرفة النظامية المطور)
   ========================================================================== */
.section--insights {
  position: relative;
  padding-block: clamp(60px, 8vw, 100px);
}

.insights-showcase__header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 24px;
  margin-bottom: clamp(36px, 5vw, 52px);
}

.insights-showcase__intro {
  max-width: 680px;
}

.insights-showcase__intro .eyebrow {
  display: inline-block;
  color: var(--djl-gold-dark, #b38e4a);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.insights-showcase__intro h2 {
  font-size: clamp(26px, 3.2vw, 38px);
  font-weight: 800;
  line-height: 1.35;
  color: var(--djl-ink, #12100e);
  margin: 0 0 12px;
}

.insights-showcase__intro p {
  font-size: 16px;
  line-height: 1.85;
  color: var(--djl-muted, #686259);
  margin: 0;
}

.insights-showcase__archive-link {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  color: var(--djl-ink, #12100e);
  background: rgba(216, 189, 134, 0.12);
  border: 1.5px solid var(--djl-gold, #d8bd86);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  box-shadow: 0 4px 14px rgba(216, 189, 134, 0.1);
}

.insights-showcase__archive-icon {
  font-size: 16px;
  transition: transform 0.3s ease;
}

.insights-showcase__archive-link:hover {
  background: var(--djl-gold, #d8bd86);
  color: #12100e;
  transform: translateY(-2px);
  box-shadow: 0 8px 22px rgba(216, 189, 134, 0.3);
}

.insights-showcase__archive-link:hover .insights-showcase__archive-icon {
  transform: translateX(-4px);
}

/* Article Cards Grid */
.article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(22px, 3vw, 32px);
}

/* Article Card */
.article-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: var(--djl-paper, #ffffff);
  border: 1px solid rgba(216, 189, 134, 0.28);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 32px rgba(18, 17, 15, 0.05);
  transition: transform 0.35s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.35s ease, border-color 0.35s ease;
}

.article-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 48px rgba(18, 17, 15, 0.11), 0 0 0 1px rgba(216, 189, 134, 0.6);
  border-color: var(--djl-gold, #d8bd86);
}

/* Media / Cover */
.article-card__media {
  position: relative;
  width: 100%;
  aspect-ratio: 16 / 9.5;
  overflow: hidden;
  background: linear-gradient(135deg, #1c1916 0%, #100f0d 100%);
}

.article-card__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}

.article-card:hover .article-card__img {
  transform: scale(1.06);
}

.article-card__fallback-cover {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: radial-gradient(circle at 65% 35%, rgba(216, 189, 134, 0.22) 0%, transparent 65%), linear-gradient(135deg, #1f1b16 0%, #0d0c0a 100%);
}

.article-card__fallback-cover::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: radial-gradient(rgba(216, 189, 134, 0.12) 1px, transparent 1px);
  background-size: 16px 16px;
  opacity: 0.75;
}

.article-card__emblem {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 62px;
  height: 62px;
  border-radius: 50%;
  background: rgba(216, 189, 134, 0.12);
  border: 1px solid rgba(216, 189, 134, 0.4);
  color: var(--djl-gold, #d8bd86);
  box-shadow: 0 0 28px rgba(216, 189, 134, 0.18);
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.4s ease, box-shadow 0.4s ease;
}

.article-card:hover .article-card__emblem {
  transform: scale(1.12) rotate(-4deg);
  border-color: #f0d79e;
  box-shadow: 0 0 35px rgba(216, 189, 134, 0.35);
}

/* Category Badge */
.article-card__category {
  position: absolute;
  top: 14px;
  right: 14px;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 700;
  border-radius: 999px;
  background: rgba(18, 17, 15, 0.82);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  color: #f0d79e;
  border: 1px solid rgba(216, 189, 134, 0.45);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
  z-index: 2;
}

/* Card Body */
.article-card__body {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  padding: 24px 26px;
}

/* Meta */
.article-card__meta {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 14px;
  font-size: 12.5px;
  color: var(--djl-muted, #7a7368);
}

.article-card__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.article-card__meta-item svg {
  color: var(--djl-gold-dark, #b38e4a);
  flex-shrink: 0;
}

/* Title */
.article-card__title {
  font-size: 19px;
  font-weight: 700;
  line-height: 1.55;
  margin: 0 0 12px;
  color: var(--djl-ink, #12100e);
  transition: color 0.25s ease;
}

.article-card__title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.article-card:hover .article-card__title,
.article-card__title a:hover {
  color: var(--djl-gold-dark, #b38e4a);
}

/* Excerpt */
.article-card__excerpt {
  font-size: 14px;
  line-height: 1.85;
  color: var(--djl-muted, #686259);
  margin: 0 0 22px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  flex-grow: 1;
}

/* Footer & CTA */
.article-card__footer {
  padding-top: 16px;
  border-top: 1px solid rgba(216, 189, 134, 0.2);
  margin-top: auto;
}

.article-card__cta {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  color: var(--djl-ink, #12100e);
  text-decoration: none;
  transition: color 0.25s ease;
}

.article-card__cta-arrow {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(216, 189, 134, 0.14);
  color: var(--djl-gold-dark, #b38e4a);
  font-size: 16px;
  transition: transform 0.3s cubic-bezier(0.16, 1, 0.3, 1), background 0.3s ease, color 0.3s ease;
}

.article-card:hover .article-card__cta {
  color: var(--djl-gold-dark, #b38e4a);
}

.article-card:hover .article-card__cta-arrow {
  transform: translateX(-5px);
  background: var(--djl-gold, #d8bd86);
  color: #12100e;
}

/* Dark Theme Overrides */
:root[data-theme='dark'] .section--insights {
  background: #141210;
}

:root[data-theme='dark'] .insights-showcase__intro h2 {
  color: #ffffff;
}

:root[data-theme='dark'] .insights-showcase__intro p {
  color: rgba(255, 255, 255, 0.7);
}

:root[data-theme='dark'] .insights-showcase__archive-link {
  color: #f0d79e;
  background: rgba(216, 189, 134, 0.08);
  border-color: rgba(216, 189, 134, 0.45);
}

:root[data-theme='dark'] .insights-showcase__archive-link:hover {
  background: var(--djl-gold, #d8bd86);
  color: #12100e;
}

:root[data-theme='dark'] .article-card {
  background: #1b1815;
  border-color: rgba(216, 189, 134, 0.2);
  box-shadow: 0 12px 36px rgba(0, 0, 0, 0.45);
}

:root[data-theme='dark'] .article-card:hover {
  box-shadow: 0 24px 54px rgba(0, 0, 0, 0.65), 0 0 28px rgba(216, 189, 134, 0.18);
  border-color: rgba(216, 189, 134, 0.65);
}

:root[data-theme='dark'] .article-card__title {
  color: #ffffff;
}

:root[data-theme='dark'] .article-card:hover .article-card__title,
:root[data-theme='dark'] .article-card__title a:hover {
  color: #f0d79e;
}

:root[data-theme='dark'] .article-card__meta {
  color: rgba(255, 255, 255, 0.6);
}

:root[data-theme='dark'] .article-card__meta-item svg {
  color: #f0d79e;
}

:root[data-theme='dark'] .article-card__excerpt {
  color: rgba(255, 255, 255, 0.72);
}

:root[data-theme='dark'] .article-card__footer {
  border-top-color: rgba(216, 189, 134, 0.15);
}

:root[data-theme='dark'] .article-card__cta {
  color: #ffffff;
}

:root[data-theme='dark'] .article-card:hover .article-card__cta {
  color: #f0d79e;
}

:root[data-theme='dark'] .article-card__cta-arrow {
  background: rgba(216, 189, 134, 0.1);
  color: #f0d79e;
}

:root[data-theme='dark'] .article-card:hover .article-card__cta-arrow {
  background: var(--djl-gold, #d8bd86);
  color: #12100e;
}

/* Responsive Breakpoints */
@media (max-width: 1024px) {
  .article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .insights-showcase__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 18px;
  }
  
  .insights-showcase__archive-link {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .article-grid {
    grid-template-columns: 1fr;
  }
  
  .article-card__body {
    padding: 20px 22px;
  }
}


/* ============================================================
   SEO Pillar Page Styles (preserved from current theme)
   ============================================================ */

.seo-pillar-logo-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.seo-pillar-logo {
  max-width: 220px;
  height: auto;
  filter: drop-shadow(0 4px 12px rgba(216, 189, 134, 0.2));
}

.seo-pillar-lead {
  font-size: 1.08rem;
  line-height: 1.95;
  color: var(--djl-ink, #1b1916);
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 1.5rem;
}

.seo-pillar-section {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

  flex-direction: column;
  gap: 14px;
  box-shadow: var(--djl-shadow, 0 8px 24px rgba(0, 0, 0, 0.05));
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;

.seo-geo-card:hover {
  transform: translateY(-4px);
  border-color: var(--djl-gold, #b9965b);
  box-shadow: 0 16px 36px rgba(185, 150, 91, 0.12);
}

.seo-geo-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: rgba(216, 189, 134, 0.15);
  color: var(--djl-gold, #b9965b);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.seo-geo-card h3 {
  font-size: 1.15rem;
  font-weight: 700;
  color: var(--djl-ink, #1b1916);
  margin: 0;
  line-height: 1.4;
}

.seo-geo-card p {
  font-size: 0.92rem;
  line-height: 1.8;
  color: var(--djl-muted, #686259);
  margin: 0;
  flex-grow: 1;
}

.seo-geo-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  padding-top: 8px;
  border-top: 1px solid var(--djl-line, rgba(27, 25, 22, 0.08));
}

.seo-geo-tags span {
  font-size: 0.78rem;
  font-weight: 600;
  padding: 3px 10px;
  border-radius: 6px;
  background: rgba(216, 189, 134, 0.1);
  color: var(--djl-gold-dark, #8f6c2c);
}

/* Practice Areas Grid */
.seo-areas-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
  margin-top: 10px;
}

.seo-area-card {
  background: var(--djl-paper, #ffffff);
  border: 1px solid var(--djl-line, rgba(27, 25, 22, 0.1));
  border-radius: var(--djl-radius-lg, 18px);
  padding: 26px 22px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  position: relative;
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.seo-area-card:hover {
  transform: translateY(-4px);
  border-color: var(--djl-gold, #b9965b);
  box-shadow: 0 14px 32px rgba(185, 150, 91, 0.1);
}
  line-height: 1.45;

.seo-area-card p {
  font-size: 0.9rem;
  line-height: 1.8;
  color: var(--djl-muted, #686259);
  margin: 0;
}

/* Why Choose Thiqatuk Grid */
.seo-why-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  margin-top: 10px;
}

.seo-why-card {
  background: var(--djl-sand, #f8f6f0);
  border: 1px solid var(--djl-line, rgba(27, 25, 22, 0.08));
  border-radius: var(--djl-radius-md, 14px);
  padding: 22px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.seo-why-icon {
  font-size: 1.6rem;
  line-height: 1;
}

.seo-why-card h3 {
  font-size: 1.04rem;
  font-weight: 700;
  color: var(--djl-ink, #1b1916);
  margin: 0;
}

.seo-why-card p {
  font-size: 0.88rem;
  line-height: 1.75;
  color: var(--djl-muted, #686259);
  margin: 0;
}

/* CTA Banner */
.seo-pillar-cta {
  background: linear-gradient(135deg, #181613 0%, #28241e 100%);
  border: 1px solid rgba(216, 189, 134, 0.35);
  border-radius: var(--djl-radius-xl, 24px);
  padding: 42px 32px;
  text-align: center;
  color: #ffffff;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.25);
  margin-top: 10px;
}

.seo-cta-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 18px;
  max-width: 720px;
  margin: 0 auto;
}

.seo-cta-content h2 {
  font-size: clamp(1.35rem, 2.5vw, 1.75rem);
  font-weight: 800;
  color: #fffaf2;
  margin: 0;
}

.seo-cta-content p {
  font-size: 0.96rem;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.78);
  margin: 0;
}

.seo-cta-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: center;
  margin-top: 8px;
}

.seo-btn-gold {
  background: var(--djl-gold, #d8bd86) !important;
  color: #12100e !important;
  font-weight: 700;
  padding: 12px 28px;
  border-radius: 999px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.seo-btn-gold:hover {
  background: #f0d79e !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(216, 189, 134, 0.4);
}

.seo-btn-wa {
  background: #25d366 !important;
  color: #ffffff !important;
  font-weight: 700;
  padding: 12px 24px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  transition: all 0.2s ease;
}

.seo-btn-wa:hover {
  background: #20ba5a !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(37, 211, 102, 0.35);
}

.seo-btn-call {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--djl-gold, #d8bd86), #c4a55a);
  color: #12100e;
  text-decoration: none;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(216, 189, 134, 0.35);
  flex-shrink: 0;
}

.seo-btn-call:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 28px rgba(216, 189, 134, 0.55);
  background: linear-gradient(135deg, #f0d79e, #d8bd86);
}

.seo-btn-call svg {
  display: block;
}

/* ==========================================================================
   Dark Mode Overrides for SEO Pillar Page
   ========================================================================== */
  text-decoration: none !important;
  transition: all 0.25s ease;
  box-shadow: 0 4px 16px rgba(216, 189, 134, 0.35);
  flex-shrink: 0;
  border: none !important;
  line-height: 1;
  overflow: hidden;
  font-size: 1.3rem;

.seo-btn-call:hover,
a.seo-btn-call:hover {
  transform: translateY(-3px) scale(1.08);
  box-shadow: 0 8px 28px rgba(216, 189, 134, 0.55);
  background: linear-gradient(135deg, #f0d79e, #d8bd86) !important;
  color: #12100e !important;
}

/* ==========================================================================
   Dark Mode Overrides for SEO Pillar Page
   ========================================================================== */
:root[data-theme='dark'] .seo-pillar-hero {
  background: linear-gradient(135deg, rgba(216, 189, 134, 0.08) 0%, rgba(33, 29, 24, 0.4) 100%);
  border-color: rgba(216, 189, 134, 0.25);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

:root[data-theme='dark'] .seo-pillar-badge {
  background: rgba(216, 189, 134, 0.15);
  border-color: rgba(216, 189, 134, 0.35);
  color: #f0d79e;
}

:root[data-theme='dark'] .seo-pillar-lead {
  color: #ede4d7;
}

:root[data-theme='dark'] .seo-section-title {
  color: #fffaf2;
}

:root[data-theme='dark'] .seo-section-subtitle {
  color: #b3a99c;
}

:root[data-theme='dark'] .seo-text-block {
  color: #d9cfc1;
}

:root[data-theme='dark'] .seo-geo-card,
:root[data-theme='dark'] .seo-area-card {
  background: #211d18;
  border-color: rgba(255, 253, 248, 0.12);
}

:root[data-theme='dark'] .seo-geo-card:hover,
:root[data-theme='dark'] .seo-area-card:hover {
  border-color: var(--djl-gold-light, #d8bd86);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.4);
}

:root[data-theme='dark'] .seo-geo-card h3,
:root[data-theme='dark'] .seo-area-card h3 {
  color: #fffaf2;
}

:root[data-theme='dark'] .seo-geo-card p,
:root[data-theme='dark'] .seo-area-card p {
  color: #d9cfc1;
}

:root[data-theme='dark'] .seo-geo-tags span {
  background: rgba(216, 189, 134, 0.15);
  color: #f0d79e;
}

:root[data-theme='dark'] .seo-why-card {
  background: #1a1714;
  border-color: rgba(255, 253, 248, 0.1);
}

:root[data-theme='dark'] .seo-why-card h3 {
  color: #fffaf2;
}

:root[data-theme='dark'] .seo-why-card p {
  color: #d9cfc1;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .seo-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}


:root[data-theme='dark'] .seo-why-icon,
:root[data-theme='dark'] .seo-geo-icon {
  background: rgba(216, 189, 134, 0.12);
  color: #f0d79e;
}

/* Responsive Breakpoints */
@media (max-width: 992px) {
  .seo-areas-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 768px) {
  .seo-pillar-page {
    gap: 36px;
  }
  
  .seo-pillar-hero {
    padding: 28px 18px;
  }
  
  .seo-geo-grid,
  .seo-why-grid,
  .seo-areas-grid {
    grid-template-columns: 1fr;
  }
  
  .seo-pillar-cta {
    padding: 32px 20px;
  }
}

/* ============================================================
   DJL_UNIFIED_CONTACT_AND_CONSULTATION_HUB_V1
   ============================================================ */
.contact-hub-page {
  background: var(--djl-paper, #fffdf8);
}

.contact-hero {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  padding-block: clamp(64px, 8vw, 110px);
  background: var(--djl-ink, #12100e);
  color: #fff;
}

.contact-hero .eyebrow {
  color: var(--djl-gold-light, #d7bd86);
  font-weight: 800;
  letter-spacing: .06em;
  display: inline-block;
  margin-bottom: 12px;
}

.contact-hero h1 {
  max-width: 820px;
  margin: 0 0 16px;
  color: #fff;
  font-size: clamp(2.2rem, 4vw, 3.8rem);
  line-height: 1.18;
  letter-spacing: -.035em;
}

.contact-hero p {
  max-width: 680px;
  margin: 0;
  color: rgba(255, 253, 248, .82);
  font-size: clamp(.98rem, 1.3vw, 1.12rem);
  line-height: 1.9;
}

.contact-hub-main {
  padding-block: clamp(48px, 6vw, 84px);
}

.contact-hub-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(320px, 0.9fr);
  gap: clamp(24px, 3.5vw, 48px);
  align-items: start;
}

/* Cards Base */
.contact-card {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(18, 16, 14, .10);
  background: #fff;
  box-shadow: 0 14px 40px rgba(18, 16, 14, .05);
}

/* Form Column */
.contact-form-card {
  padding: clamp(24px, 3.5vw, 44px);
}

.contact-form-card::before {
  content: '';
  position: absolute;
  top: 0;
  right: 32px;
  left: 32px;
  height: 3px;
  background: linear-gradient(90deg, var(--djl-gold, #b89452), transparent);
  border-radius: 999px;
}

.contact-form-header {
  margin-bottom: 28px;
}

.contact-form-header .eyebrow {
  color: var(--djl-gold, #b89452);
  font-weight: 800;
  font-size: .88rem;
  display: inline-block;
  margin-bottom: 6px;
}

.contact-form-header h2 {
  margin: 0 0 10px;
  color: var(--djl-ink, #12100e);
  font-size: clamp(1.5rem, 2.4vw, 2.1rem);
  line-height: 1.25;
}

.contact-form-header p {
  margin: 0;
  color: #71675c;
  font-size: .94rem;
  line-height: 1.8;
}

/* Form Controls */
.djl-unified-form {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.djl-unified-form .form-grid {
  display: grid;
  gap: 16px;
}

.djl-unified-form .form-grid.two {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.djl-unified-form .form-field {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.djl-unified-form label {
  font-size: .88rem;
  font-weight: 700;
  color: var(--djl-ink, #12100e);
}

.djl-unified-form .required {
  color: #c94040;
}

.djl-unified-form input,
.djl-unified-form textarea,
.djl-unified-form select {
  width: 100%;
  padding: 12px 16px;
  border-radius: 12px;
  border: 1px solid rgba(18, 16, 14, .16);
  background: var(--djl-paper, #fffdf8);
  color: var(--djl-ink, #12100e);
  font-family: var(--djl-body);
  font-size: .92rem;
  line-height: 1.6;
  transition: border-color .2s ease, box-shadow .2s ease, background-color .2s ease;
}

.djl-unified-form input:focus,
.djl-unified-form textarea:focus,
.djl-unified-form select:focus {
  outline: none;
  border-color: var(--djl-gold, #b89452);
  box-shadow: 0 0 0 3.5px rgba(184, 148, 82, .18);
  background: #fff;
}

.djl-unified-form textarea {
  resize: vertical;
  min-height: 120px;
}

.djl-select {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23b89452' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: left 14px center;
  background-size: 16px;
  padding-left: 38px !important;
  cursor: pointer;
}

.form-security-note {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 16px;
  border-radius: 10px;
  background: rgba(184, 148, 82, .07);
  border: 1px dashed rgba(184, 148, 82, .3);
  color: #75654c;
  font-size: .84rem;
  line-height: 1.6;
}

.form-security-note svg {
  flex: 0 0 18px;
  stroke: var(--djl-gold, #b89452);
}

.button-submit-unified {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
  min-height: 52px;
  border-radius: 999px;
  font-size: 1rem;
  font-weight: 800;
  background: var(--djl-ink, #12100e);
  color: #fff;
  border: 1px solid var(--djl-ink, #12100e);
  box-shadow: 0 10px 24px rgba(18, 16, 14, .16);
  cursor: pointer;
  transition: all .25s ease;
}

.button-submit-unified:hover,
.button-submit-unified:focus-visible {
  background: var(--djl-gold, #b89452);
  border-color: var(--djl-gold, #b89452);
  color: var(--djl-ink, #12100e);
  transform: translateY(-2px);
  box-shadow: 0 14px 30px rgba(184, 148, 82, .28);
}

/* Info Column */
.contact-info-card {
  padding: clamp(24px, 3.5vw, 38px);
  background: var(--djl-ink, #12100e);
  color: #fff;
  border-color: rgba(215, 189, 134, .25);
  position: sticky;
  top: 100px;
}

.contact-info-card .eyebrow {
  color: var(--djl-gold-light, #d7bd86);
  font-weight: 800;
  font-size: .84rem;
  display: inline-block;
  margin-bottom: 6px;
}

.contact-info-card h2 {
  margin: 0 0 10px;
  color: #fff;
  font-size: clamp(1.35rem, 2vw, 1.75rem);
  line-height: 1.3;
}

.contact-info-lead {
  color: rgba(255, 253, 248, .75);
  font-size: .88rem;
  line-height: 1.8;
  margin: 0 0 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .10);
  padding-bottom: 18px;
}

.contact-methods-list {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 26px;
}

.contact-method-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
}

.contact-method-icon {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  display: grid;
  place-items: center;
  border-radius: 10px;
  background: rgba(215, 189, 134, .12);
  border: 1px solid rgba(215, 189, 134, .24);
  color: var(--djl-gold-light, #d7bd86);
}

.contact-method-icon svg {
  width: 20px;
  height: 20px;
  fill: currentColor;
}

.contact-icon-whatsapp {
  background: rgba(31, 168, 85, .15);
  border-color: rgba(31, 168, 85, .35);
  color: #25d366;
}

.contact-method-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.contact-method-content strong {
  color: rgba(255, 253, 248, .65);
  font-size: .78rem;
  font-weight: 600;
  text-transform: uppercase;
}

.contact-method-content p {
  margin: 0;
  color: #fff;
  font-size: .92rem;
  line-height: 1.6;
}

.contact-method-content a {
  color: #fff;
  text-decoration: none;
  transition: color .2s ease;
}

.contact-method-content a:hover,
.contact-method-content a:focus-visible {
  color: var(--djl-gold-light, #d7bd86);
  text-decoration: underline;
}

.contact-whatsapp-link {
  color: #55e68b !important;
  font-weight: 700;
}

.contact-social-block {
  padding-top: 18px;
  border-top: 1px solid rgba(255, 255, 255, .10);
}

.contact-social-block strong {
  display: block;
  color: var(--djl-gold-light, #d7bd86);
  font-size: .82rem;
  margin-bottom: 12px;
}

.contact-social-block .social-media-list {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

/* Map Section in Contact Hub */
.contact-map-section {
  padding-top: 0;
  padding-bottom: clamp(64px, 8vw, 100px);
}

.contact-map-shell {
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(184, 148, 82, .3);
  background: var(--djl-ink, #12100e);
  box-shadow: 0 16px 45px rgba(18, 16, 14, .08);
}

.contact-map-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: clamp(20px, 3vw, 32px);
  background: linear-gradient(135deg, rgba(23, 21, 19, .98), rgba(36, 32, 27, .95));
  border-bottom: 1px solid rgba(215, 189, 134, .2);
  color: #fff;
}

.contact-map-header .eyebrow {
  color: var(--djl-gold, #b89452);
  font-weight: 800;
  font-size: .84rem;
  margin-bottom: 4px;
  display: block;
}

.contact-map-header h2 {
  margin: 0 0 4px;
  color: #fff;
  font-size: clamp(1.3rem, 2vw, 1.8rem);
}

.contact-map-header p {
  margin: 0;
  color: rgba(255, 253, 248, .75);
  font-size: .90rem;
}

.contact-map-btn {
  white-space: nowrap;
  gap: 8px;
  border-color: var(--djl-gold-light, #d7bd86) !important;
  color: var(--djl-gold-light, #d7bd86) !important;
  background: rgba(215, 189, 134, .08) !important;
}

.contact-map-btn:hover {
  background: var(--djl-gold-light, #d7bd86) !important;
  color: var(--djl-ink, #12100e) !important;
}

.contact-map-embed {
  position: relative;
  height: clamp(280px, 36vw, 420px);
  width: 100%;
}

.contact-map-embed iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  filter: saturate(.8) contrast(1.02);
}

/* Dark Mode Overrides */
:root[data-theme='dark'] .contact-hub-page {
  background: #171513;
}

:root[data-theme='dark'] .contact-form-card {
  background: #211d18;
  border-color: rgba(255, 253, 248, .12);
}

:root[data-theme='dark'] .contact-form-header h2 {
  color: #fffaf2;
}

:root[data-theme='dark'] .contact-form-header p {
  color: #d9cfc1;
}

:root[data-theme='dark'] .djl-unified-form label {
  color: #ede4d7;
}

:root[data-theme='dark'] .djl-unified-form input,
:root[data-theme='dark'] .djl-unified-form textarea,
:root[data-theme='dark'] .djl-unified-form select {
  background: #171513;
  border-color: rgba(255, 253, 248, .18);
  color: #fffaf2;
}

:root[data-theme='dark'] .djl-unified-form input:focus,
:root[data-theme='dark'] .djl-unified-form textarea:focus,
:root[data-theme='dark'] .djl-unified-form select:focus {
  background: #24201b;
  border-color: var(--djl-gold-light, #d7bd86);
}

:root[data-theme='dark'] .form-security-note {
  background: rgba(215, 189, 134, .08);
  color: #d9cfc1;
}

:root[data-theme='dark'] .button-submit-unified {
  background: var(--djl-gold, #b89452);
  border-color: var(--djl-gold, #b89452);
  color: var(--djl-ink, #12100e);
}

:root[data-theme='dark'] .button-submit-unified:hover {
  background: var(--djl-gold-light, #d7bd86);
  border-color: var(--djl-gold-light, #d7bd86);
}

/* Responsive Hub */
@media (max-width: 960px) {
  .contact-hub-grid {
    grid-template-columns: 1fr;
  }
  
  .contact-info-card {
    position: static;
  }

  .contact-map-header {
    flex-direction: column;
    align-items: flex-start;
  }
  
  .contact-map-btn {
    width: 100%;
    justify-content: center;
  }
}

@media (max-width: 640px) {
  .djl-unified-form .form-grid.two {
    grid-template-columns: 1fr;
  }
  
  .contact-hero {
    padding-block: 48px;
  }
  
  .contact-form-card,
  .contact-info-card {
    padding: 20px 16px;
    border-radius: 16px;
  }
  
  .contact-map-shell {
    border-radius: 16px;
  }
  
  .contact-map-embed {
    height: 260px;
  }
}



