/* Thesia Technologies — section styles
 * Tokens only. Palette/type LOCKED per project/design-system/DESIGN.md.
 * Specificity convention: .div-site .div-* (.div-site added to <body> by the mu-plugin).
 */

/* ── Shared primitives ─────────────────────────────────────────────── */

.div-site .div-btn {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  min-height: 56px;
  padding: 18px 34px;
  border-radius: var(--th-radius-xs);
  border: 1px solid transparent;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 13px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  transition: background var(--th-duration-fast) var(--th-easing-calm),
              color var(--th-duration-fast) var(--th-easing-calm),
              border-color var(--th-duration-fast) var(--th-easing-calm);
}

.div-site .div-btn--primary {
  background: var(--th-electric-blue);
  border-color: var(--th-electric-blue);
  color: var(--th-carbon);
}
.div-site .div-btn--primary:hover,
.div-site .div-btn--primary:focus-visible {
  background: color-mix(in srgb, var(--th-electric-blue) 82%, var(--th-porcelain));
  border-color: color-mix(in srgb, var(--th-electric-blue) 82%, var(--th-porcelain));
}

.div-site .div-btn--ghost {
  background: transparent;
  color: var(--th-porcelain);
  border-color: color-mix(in srgb, var(--th-porcelain) 34%, transparent);
  padding: 18px 30px;
}
.div-site .div-btn--ghost:hover,
.div-site .div-btn--ghost:focus-visible {
  background: var(--th-porcelain);
  border-color: var(--th-porcelain);
  color: var(--th-carbon);
}

.div-site .div-chip {
  border: 1px solid var(--th-line-on-dark);
  border-radius: var(--th-radius-pill);
  padding: 9px 14px;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 10px;
  line-height: 1;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--th-steel);
}

/* ── Hero ──────────────────────────────────────────────────────────── */

.div-site .div-home-hero {
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(circle at 82% 12%, var(--th-accent-wash), transparent 34%),
    radial-gradient(circle at 6% 96%, color-mix(in srgb, var(--th-electric-blue) 10%, transparent), transparent 42%),
    var(--th-carbon);
}

.div-site .div-hero {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  gap: clamp(32px, 5vw, 80px);
  align-items: center;
  max-width: var(--th-layout-container);
  margin: 0 auto;
  padding: clamp(64px, 9vh, 120px) clamp(20px, 4vw, 64px) clamp(56px, 8vh, 96px);
}

.div-site .div-hero__eyebrow {
  margin: 0;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--th-steel);
}

.div-site .div-hero__title {
  margin: 24px 0 0;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: clamp(48px, 6.4vw, 104px);
  line-height: 0.94;
  letter-spacing: -0.03em;
  color: var(--th-porcelain);
}
.div-site .div-hero__title-accent { color: var(--th-electric-blue); }

.div-site .div-hero__lede {
  margin: 28px 0 0;
  max-width: 52ch;
  font-family: var(--th-font-body);
  font-weight: 500;
  font-size: clamp(16px, 1.35vw, 20px);
  line-height: 1.62;
  color: color-mix(in srgb, var(--th-porcelain) 78%, var(--th-steel));
}

.div-site .div-hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}
.div-site .div-btn__arrow { font-weight: 400; font-size: 15px; }

.div-site .div-hero__chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 38px 0 0;
  padding: 0;
  list-style: none;
}

/* Mark / rings */
.div-site .div-hero__mark {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 460px;
}
.div-site .div-hero__ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid var(--th-line-on-dark);
}
.div-site .div-hero__ring--outer {
  width: 440px; height: 440px;
  animation: div-hero-ring-spin 60s linear infinite;
}
.div-site .div-hero__ring--inner {
  width: 330px; height: 330px;
  border-color: color-mix(in srgb, var(--th-porcelain) 9%, transparent);
  animation: div-hero-ring-spin 90s linear infinite reverse;
}
.div-site .div-hero__ring-dot { position: absolute; border-radius: 50%; }
.div-site .div-hero__ring-dot--accent {
  top: -4px; left: 50%; width: 7px; height: 7px;
  background: var(--th-electric-blue);
}
.div-site .div-hero__ring-dot--steel {
  bottom: 14px; right: 34px; width: 5px; height: 5px;
  background: var(--th-steel);
}
.div-site .div-hero__logo { width: 200px; height: 200px; }

.div-site .div-hero__wordmark { margin-top: 28px; text-align: center; }
.div-site .div-hero__wordmark-name {
  display: block;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: 34px;
  line-height: 1;
  letter-spacing: -0.02em;
  color: var(--th-porcelain);
}
.div-site .div-hero__wordmark-dot { color: var(--th-electric-blue); }
.div-site .div-hero__wordmark-sub {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin-top: 12px;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.34em;
  text-transform: uppercase;
  color: var(--th-steel);
}
.div-site .div-hero__rule {
  width: 44px; height: 1px;
  background: color-mix(in srgb, var(--th-steel) 55%, transparent);
}

@keyframes div-hero-ring-spin { to { transform: rotate(360deg); } }

/* ── Responsive ────────────────────────────────────────────────────── */
@media (max-width: 1024px) {
  .div-site .div-hero { grid-template-columns: 1fr; }
  .div-site .div-hero__mark { min-height: 360px; order: -1; }
  .div-site .div-hero__ring--outer { width: 320px; height: 320px; }
  .div-site .div-hero__ring--inner { width: 236px; height: 236px; }
  .div-site .div-hero__logo { width: 150px; height: 150px; }
}

/* ── Reduced motion (framework hard rule #6) ───────────────────────── */
@media (prefers-reduced-motion: reduce) {
  .div-site .div-hero__ring--outer,
  .div-site .div-hero__ring--inner { animation: none; }
  .div-site .div-btn { transition: none; }
}

/* ── Five pillars ──────────────────────────────────────────────────── */

.div-site .div-home-pillars {
  background: var(--th-porcelain);
  color: var(--th-carbon);
}

.div-site .div-pillars {
  max-width: var(--th-layout-container);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) clamp(20px, 4vw, 64px);
}

.div-site .div-pillars__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.div-site .div-pillars__eyebrow {
  margin: 0;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--th-muted-on-light);
}
.div-site .div-pillars__title {
  margin: 16px 0 0;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.028em;
  color: var(--th-carbon);
}
.div-site .div-pillars__intro {
  margin: 0;
  max-width: 44ch;
  font-family: var(--th-font-body);
  font-weight: 400;
  font-size: 15px;
  line-height: 1.7;
  color: var(--th-muted-on-light);
}

.div-site .div-pillars__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1px;
  margin-top: 52px;
  background: var(--th-line-on-light);
  border: 1px solid var(--th-line-on-light);
}

.div-site .div-pillar {
  display: flex;
  flex-direction: column;
  min-height: 400px;
  padding: 26px 22px;
  position: relative;
  overflow: hidden;
  text-decoration: none;
  background: var(--th-porcelain);
  color: var(--th-carbon);
  transition: background var(--th-duration-base) var(--th-easing-calm),
              color var(--th-duration-base) var(--th-easing-calm),
              transform var(--th-duration-base) var(--th-easing-calm);
}
.div-site .div-pillar:hover,
.div-site .div-pillar:focus-visible {
  background: var(--th-carbon);
  color: var(--th-porcelain);
  transform: translateY(-5px);
}
.div-site .div-pillar:hover .div-pillar__list,
.div-site .div-pillar:focus-visible .div-pillar__list { color: inherit; }
.div-site .div-pillar:hover .div-pillar__orbit,
.div-site .div-pillar:focus-visible .div-pillar__orbit {
  border-color: color-mix(in srgb, var(--th-electric-blue) 55%, transparent);
}

.div-site .div-pillar__numeral {
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: 42px;
  line-height: 1;
  opacity: 0.18;
}
.div-site .div-pillar__title {
  margin: 18px 0 0;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: 24px;
  line-height: 1.08;
  letter-spacing: -0.018em;
  color: inherit;
}
.div-site .div-pillar__list {
  margin: 16px 0 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 9px;
  font-family: var(--th-font-body);
  font-weight: 400;
  font-size: 12px;
  line-height: 1.5;
  color: var(--th-muted-on-light);
}
.div-site .div-pillar__enter {
  margin-top: auto;
  padding-top: 22px;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
.div-site .div-pillar__orbit {
  position: absolute;
  width: 170px;
  height: 170px;
  right: -100px;
  bottom: -95px;
  border: 1px solid var(--th-line-on-light);
  border-radius: 50%;
  transition: border-color var(--th-duration-base) var(--th-easing-calm);
}

.div-site .div-pillars__wrap {
  display: grid;
  grid-template-columns: auto 1fr 1fr;
  gap: 1px;
  background: var(--th-line-on-light);
  border: 1px solid var(--th-line-on-light);
  border-top: 0;
}
.div-site .div-pillars__wrap-label {
  display: flex;
  align-items: center;
  max-width: 200px;
  padding: 22px;
  background: var(--th-electric-blue);
  color: var(--th-carbon);
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 10px;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}
.div-site .div-pillars__wrap-cell { background: var(--th-porcelain); padding: 22px; }
.div-site .div-pillars__wrap-title {
  margin: 0;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: 17px;
  line-height: 1.2;
  color: var(--th-carbon);
}
.div-site .div-pillars__wrap-copy {
  margin: 6px 0 0;
  font-family: var(--th-font-body);
  font-size: 12px;
  line-height: 1.6;
  color: var(--th-muted-on-light);
}

@media (max-width: 860px) {
  .div-site .div-pillars__wrap { grid-template-columns: 1fr; }
  .div-site .div-pillars__wrap-label { max-width: none; }
}

@media (prefers-reduced-motion: reduce) {
  .div-site .div-pillar { transition: none; }
  .div-site .div-pillar:hover,
  .div-site .div-pillar:focus-visible { transform: none; }
}

/* ── Shared: underlined text link ──────────────────────────────────── */
.div-site .div-link-underline {
  display: inline-flex;
  align-items: flex-end;
  gap: 8px;
  min-height: 44px;
  padding-bottom: 6px;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  text-decoration: none;
  color: var(--th-porcelain);
  border-bottom: 1px solid color-mix(in srgb, var(--th-porcelain) 40%, transparent);
  transition: border-color var(--th-duration-fast) var(--th-easing-calm),
              color var(--th-duration-fast) var(--th-easing-calm);
}
.div-site .div-link-underline:hover,
.div-site .div-link-underline:focus-visible { border-bottom-color: var(--th-electric-blue); color: var(--th-electric-blue); }
.div-site .div-link-underline--dark {
  color: var(--th-carbon);
  border-bottom-color: color-mix(in srgb, var(--th-carbon) 30%, transparent);
}
.div-site .div-link-underline--dark:hover,
.div-site .div-link-underline--dark:focus-visible { border-bottom-color: var(--th-carbon); color: var(--th-carbon); }

.div-site .div-btn--on-light {
  background: var(--th-carbon);
  border-color: var(--th-carbon);
  color: var(--th-porcelain);
}
.div-site .div-btn--on-light:hover,
.div-site .div-btn--on-light:focus-visible {
  background: color-mix(in srgb, var(--th-carbon) 88%, var(--th-electric-blue));
  border-color: color-mix(in srgb, var(--th-carbon) 88%, var(--th-electric-blue));
}

/* ── Verticals ticker ──────────────────────────────────────────────── */
.div-site .div-home-ticker {
  background: var(--th-surface-elev);
  border-top: 1px solid var(--th-line-on-dark);
  border-bottom: 1px solid var(--th-line-on-dark);
  overflow: hidden;
}
.div-site .div-ticker { overflow: hidden; white-space: nowrap; }
.div-site .div-ticker__track {
  display: inline-flex;
  align-items: center;
  padding: 18px 0;
  will-change: transform;
  animation: div-ticker-scroll 70s linear infinite;
}
.div-site .div-ticker:hover .div-ticker__track { animation-play-state: paused; }
.div-site .div-ticker__run {
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 11px;
  line-height: 1;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--th-steel);
  padding-right: 28px;
}
@keyframes div-ticker-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── How we work ───────────────────────────────────────────────────── */
.div-site .div-home-process { background: var(--th-carbon); }
.div-site .div-process {
  max-width: var(--th-layout-container);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) clamp(20px, 4vw, 64px);
}
.div-site .div-process__eyebrow,
.div-site .div-work__eyebrow,
.div-site .div-quote__eyebrow {
  margin: 0;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 10px;
  line-height: 1.4;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--th-steel);
}
.div-site .div-process__title,
.div-site .div-work__title {
  margin: 16px 0 0;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: clamp(34px, 4vw, 62px);
  line-height: 0.98;
  letter-spacing: -0.028em;
  color: var(--th-porcelain);
}
.div-site .div-process__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: clamp(20px, 2.5vw, 36px);
  margin-top: 52px;
}
.div-site .div-step { border-top: 1px solid color-mix(in srgb, var(--th-porcelain) 22%, transparent); padding-top: 20px; }
.div-site .div-step__num {
  display: block;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: 40px;
  line-height: 1;
  color: var(--th-electric-blue);
  opacity: 0.55;
}
.div-site .div-step__title {
  margin: 20px 0 0;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: 22px;
  line-height: 1.12;
  letter-spacing: -0.015em;
  color: var(--th-porcelain);
}
.div-site .div-step__copy {
  margin: 10px 0 0;
  font-family: var(--th-font-body);
  font-size: 13px;
  line-height: 1.7;
  color: var(--th-steel);
}
.div-site .div-process__hitl {
  display: flex;
  align-items: center;
  gap: 22px;
  flex-wrap: wrap;
  margin-top: 56px;
  padding: 26px clamp(20px, 3vw, 34px);
  border: 1px solid var(--th-line-on-dark);
  background: color-mix(in srgb, var(--th-porcelain) 3%, transparent);
}
.div-site .div-process__arch {
  flex: 0 0 auto;
  width: 44px;
  height: 70px;
  border: 2px solid var(--th-electric-blue);
  border-bottom: 0;
  border-radius: 80px 80px 0 0;
}
.div-site .div-process__hitl-body { flex: 1 1 380px; }
.div-site .div-process__hitl-title {
  margin: 0;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: 19px;
  line-height: 1.25;
  color: var(--th-porcelain);
}
.div-site .div-process__hitl-copy {
  margin: 8px 0 0;
  max-width: 72ch;
  font-family: var(--th-font-body);
  font-size: 13px;
  line-height: 1.7;
  color: var(--th-steel);
}

/* ── Selected work ─────────────────────────────────────────────────── */
.div-site .div-home-work {
  background: var(--th-surface-elev);
  border-top: 1px solid var(--th-line-on-dark);
}
.div-site .div-work {
  max-width: var(--th-layout-container);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) clamp(20px, 4vw, 64px);
}
.div-site .div-work__head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  flex-wrap: wrap;
}
.div-site .div-work__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: clamp(18px, 2vw, 28px);
  margin-top: 52px;
}
.div-site .div-case {
  display: block;
  text-decoration: none;
  color: var(--th-porcelain);
  transition: transform var(--th-duration-base) var(--th-easing-calm);
}
.div-site .div-case:hover,
.div-site .div-case:focus-visible { transform: translateY(-5px); }
.div-site .div-case__media {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  border: 1px dashed color-mix(in srgb, var(--th-steel) 40%, transparent);
  background: color-mix(in srgb, var(--th-porcelain) 3%, transparent);
}
.div-site .div-case__slot-label {
  font-family: var(--th-font-mono);
  font-weight: var(--th-weight-mono);
  font-size: 11px;
  letter-spacing: 0.06em;
  color: var(--th-steel);
}
.div-site .div-case__pillar {
  display: block;
  margin-top: 18px;
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 9px;
  line-height: 1.2;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--th-steel);
}
.div-site .div-case__title {
  display: block;
  margin-top: 8px;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: 20px;
  line-height: 1.18;
  letter-spacing: -0.012em;
}

/* ── Quote ─────────────────────────────────────────────────────────── */
.div-site .div-home-quote {
  position: relative;
  overflow: hidden;
  background: color-mix(in srgb, var(--th-electric-blue) 12%, var(--th-carbon));
}
.div-site .div-quote {
  position: relative;
  padding: clamp(90px, 12vw, 170px) clamp(20px, 4vw, 64px);
}
.div-site .div-quote__grid {
  position: absolute;
  inset: 0;
  opacity: 0.06;
  background: radial-gradient(circle at 0 0, transparent 20px, var(--th-porcelain) 21px 22px, transparent 23px) 0 0 / 48px 48px;
}
.div-site .div-quote__orbit {
  position: absolute;
  right: -140px;
  top: -140px;
  width: 420px;
  height: 420px;
  border: 1px solid var(--th-line-on-dark);
  border-radius: 50%;
}
.div-site .div-quote__body { position: relative; max-width: var(--th-layout-content); margin: 0 auto; }
.div-site .div-quote__text {
  margin: 26px 0 0;
  max-width: 24ch;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: clamp(30px, 3.9vw, 58px);
  line-height: 1.08;
  letter-spacing: -0.026em;
  color: var(--th-porcelain);
}
.div-site .div-quote__attrib {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 30px;
  font-family: var(--th-font-body);
  font-size: 13px;
  line-height: 1.5;
  color: var(--th-steel);
}
.div-site .div-quote__rule {
  width: 56px;
  height: 1px;
  background: color-mix(in srgb, var(--th-steel) 60%, transparent);
}

/* ── CTA ───────────────────────────────────────────────────────────── */
.div-site .div-home-cta { background: var(--th-porcelain); color: var(--th-carbon); }
.div-site .div-cta {
  max-width: var(--th-layout-content);
  margin: 0 auto;
  padding: clamp(80px, 10vw, 150px) clamp(20px, 4vw, 64px);
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: clamp(30px, 5vw, 80px);
  align-items: center;
}
.div-site .div-cta__title {
  margin: 0;
  font-family: var(--th-font-display);
  font-weight: var(--th-weight-display);
  font-size: clamp(38px, 4.6vw, 72px);
  line-height: 0.96;
  letter-spacing: -0.032em;
  color: var(--th-carbon);
}
.div-site .div-cta__lede {
  margin: 22px 0 0;
  max-width: 46ch;
  font-family: var(--th-font-body);
  font-weight: 500;
  font-size: clamp(15px, 1.2vw, 18px);
  line-height: 1.65;
  color: var(--th-muted-on-light);
}
.div-site .div-cta__actions {
  display: flex;
  flex-direction: column;
  gap: 14px;
  align-items: flex-start;
}

@media (max-width: 860px) {
  .div-site .div-cta { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .div-site .div-ticker__track { animation: none; }
  .div-site .div-case { transition: none; }
  .div-site .div-case:hover,
  .div-site .div-case:focus-visible { transform: none; }
  .div-site .div-link-underline { transition: none; }
}

/* ── Flatsome integration ──────────────────────────────────────────────
 * Our sections are full-bleed and paint their own grounds. Flatsome wraps
 * [section] > [row] > [col] in chrome that fights that: a .section-bg
 * overlay, a max-width .row, and column padding.
 *
 * Everything here is SCOPED to our own [class*="div-home-"] wrappers — we do
 * not touch Flatsome's classes globally (CLAUDE.md hard rule #12: extend via
 * .div-* wrappers, never override .ux-*/theme classes outright).
 */

.div-site [class*="div-home-"].section {
  padding: 0;
  margin: 0;
}

/* Flatsome paints its own ground on .section-bg, which sits above ours. */
.div-site [class*="div-home-"] > .section-bg,
.div-site [class*="div-home-"] .section-bg {
  background-color: transparent;
  background-image: none;
  opacity: 1;
}

/* Let the section itself be the full-bleed ground. */
.div-site [class*="div-home-"] .section-content {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: none;
}

/* Kill the boxed row/col so our own max-width containers govern. */
.div-site [class*="div-home-"] .row {
  max-width: none;
  width: 100%;
  margin: 0;
  padding: 0;
}
.div-site [class*="div-home-"] .row > .col,
.div-site [class*="div-home-"] .col {
  padding: 0;
  margin: 0;
  max-width: none;
}
.div-site [class*="div-home-"] .col-inner {
  padding: 0;
  margin: 0;
}

/* Flatsome adds bottom margin to the last child of a col-inner. */
.div-site [class*="div-home-"] .col-inner > *:last-child { margin-bottom: 0; }

/* wpautop wraps loose inline content in <p>; our blocks are all block-level,
 * but Flatsome's typographic defaults still add margins we don't want. */
.div-site [class*="div-home-"] p:empty { display: none; margin: 0; }

/* Flatsome's dark section helper flips link colours; ours are token-driven. */
.div-site [class*="div-home-"].dark a:not(.div-btn) { color: inherit; }

/* ── Page-template unboxing ────────────────────────────────────────────
 * Flatsome's page template wraps content in .row.row-main (max-width 1080px),
 * an ANCESTOR of our sections, so our full-bleed grounds were being boxed.
 * Scoped to the front page only, with enough specificity to beat .row-main.
 */
.div-site.home .content-area.page-wrapper { padding: 0; }
.div-site.home .content-area .row.row-main { max-width: none; width: 100%; margin: 0; padding: 0; }
.div-site.home .content-area .row.row-main > .col { padding: 0; max-width: none; }
.div-site.home .content-area .row.row-main .col-inner { padding: 0; }

/* ── Header ────────────────────────────────────────────────────────────
 * Carbon ground so the *light* logo master sits on the correct field
 * (brand spec: light masters on carbon/dark grounds).
 */
.div-site .header,
.div-site .header-wrapper,
.div-site .header-main,
.div-site .header-bg-container,
.div-site .header-bg-color { background-color: var(--th-carbon); }
.div-site .header-wrapper.stuck .header-main { background-color: var(--th-carbon); }
.div-site .header-bottom { background-color: var(--th-carbon); }
.div-site .header { border-bottom: 1px solid var(--th-line-on-dark); box-shadow: none; }

.div-site .header .nav > li > a {
  color: var(--th-porcelain);
  font-family: var(--th-font-body);
  font-weight: var(--th-weight-ui);
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
.div-site .header .nav > li > a:hover,
.div-site .header .nav > li.current-menu-item > a { color: var(--th-electric-blue); }
.div-site .header .logo img { max-height: 34px; width: auto; }
