.elementor-kit-8{--e-global-color-primary:#0C0C0C;--e-global-color-secondary:#F6F6F2;--e-global-color-text:#6A6A66;--e-global-color-accent:#A8C957;--e-global-typography-primary-font-family:"Montserrat";--e-global-typography-primary-font-weight:700;--e-global-typography-secondary-font-family:"IBM Plex Sans";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Montserrat";--e-global-typography-accent-font-weight:600;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1360px;}.e-con{--container-max-width:1360px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}
/* Start custom CSS */:root {
  --ink: #0c0c0c;
  --paper: #f6f6f2;
  --paper-2: #ecece6;
  --muted: #6a6a66;
  --line: #d8d8d2;
  --white: #ffffff;
  --green: #a8c957;
  --green-ink: #2c3a0e;
  --header-h: 84px;
  --max: 1360px;
  --pad: clamp(1.25rem, 4vw, 4.5rem);
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --main-font: "Montserrat", system-ui, sans-serif;
  --body: "IBM Plex Sans", system-ui, sans-serif;
}

*,
*::before,
*::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html,
body { margin: 0; padding: 0; }

body {
  background: var(--paper);
  color: var(--ink);
  font-family: var(--body);
  font-size: 17px;
  line-height: 1.65;
  font-weight: 400;
  letter-spacing: 0.01em;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}

body {
    font-family: 'IBM Plex Sans', sans-serif !important;
}

body.is-locked { overflow: hidden; }

img { max-width: 100%; display: block; }
button, input, select, textarea { font: inherit; color: inherit; }
a { color: inherit; text-decoration: none; }
button { background: none; border: 0; cursor: pointer; padding: 0; }

::selection {
  background: var(--green);
  color: var(--green-ink);
}

.skip {
  position: absolute;
  left: -999px;
  top: 0;
}
.skip:focus {
  left: var(--pad);
  top: 12px;
  z-index: 100;
  background: var(--ink);
  color: var(--white);
  padding: 0.6rem 1rem;
}

/* Grain */
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 80;
  opacity: 0.035;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='180' height='180'><filter id='n'><feTurbulence type='fractalNoise' baseFrequency='.85' numOctaves='2' stitchTiles='stitch'/></filter><rect width='100%' height='100%' filter='url(%23n)'/></svg>");
}

/* Type */
.display,
h1, h2, h3 {
  font-family: var(--main-font);
  font-weight: 700;
  letter-spacing: -0.045em;
  line-height: 0.92;
  margin: 0;
}

.eyebrow {
  font-family: var(--main-font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--muted);
}

.lede {
  font-size: clamp(1.05rem, 1.5vw, 1.25rem);
  line-height: 1.55;
  max-width: 38rem;
}

.muted { color: var(--muted); }

.wrap {
  width: min(
    calc(100% - (var(--pad) * 2)),
    var(--max)
  );
  max-width: var(--max);
  margin-left: auto;
  margin-right: auto;
}


/* =========================
   FULL WIDTH HEADER + FOOTER
   ========================= */

/* HEADER WRAP OVERRIDE */
.site-header .wrap {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;

    box-sizing: border-box !important;
}


/* LOGO LEFT */
.site-header .logo {
    margin-left: 0 !important;
    margin-right: auto !important;
}


/* MENU RIGHT */
.site-header .menu-toggle {
    margin-left: auto !important;
    margin-right: 0 !important;
}

.site-header .menu-toggle {
  background: transparent !important;
  border: 0 !important;
  outline: 0 !important;
  box-shadow: none !important;
  padding: 0 !important;
}

.site-header .menu-toggle:focus,
.site-header .menu-toggle:focus-visible {
  outline: none !important;
  box-shadow: none !important;
}



/* =========================
   FULL WIDTH FOOTER
   ========================= */


.site-footer {
    width: 100vw !important;
    max-width: none !important;

    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;

    padding-left: 0 !important;
    padding-right: 0 !important;

    box-sizing: border-box !important;
}


/* Footer content uses SAME spacing as header */
.site-footer .wrap {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    padding-left: var(--pad) !important;
    padding-right: var(--pad) !important;

    box-sizing: border-box !important;
}


/* Footer columns */
.site-footer .footer-grid {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


/* Footer bottom row */
.site-footer .footer-bottom {
    width: 100% !important;

    margin-left: 0 !important;
    margin-right: 0 !important;
}


.section {
  padding: clamp(4.5rem, 10vw, 9rem) 0;
}

.section-head {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 2rem 4rem;
  align-items: end;
  margin-bottom: clamp(2.5rem, 5vw, 4.5rem);
}

.section-head.stack {
  grid-template-columns: 1fr;
  max-width: 46rem;
}

h2 {
  font-size: clamp(2.4rem, 6vw, 5.4rem);
}

/* Links & buttons */
.arrow {
  display: inline-flex;
  align-items: center;
  gap: 0.7rem;
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 0.92rem;
  letter-spacing: 0.04em;
}

.arrow i {
  width: 42px;
  height: 42px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.35s var(--ease), color 0.35s var(--ease), border-color 0.35s var(--ease), transform 0.35s var(--ease);
}

.arrow i svg {
  width: 14px;
  height: 14px;
  display: block;
}

.arrow:hover { color: var(--green-ink); }
.arrow:hover i {
  background: var(--green);
  border-color: var(--green);
  color: var(--green-ink);
  transform: translateX(4px);
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  min-height: 52px;
  padding: 0 1.4rem;
  border: 1px solid var(--ink);
  background: var(--ink);
  color: var(--white);
  font-family: var(--main-font);
  font-weight: 600;
  font-size: 0.82rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: background 0.3s var(--ease), color 0.3s var(--ease), border-color 0.3s var(--ease);
}

.btn:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--green-ink);
}

.btn.ghost {
  background: transparent;
  color: var(--ink);
}

.btn.ghost:hover {
  background: var(--ink);
  color: var(--white);
}

.btn.light {
  background: var(--white);
  color: var(--ink);
  border-color: var(--white);
}

.btn.light:hover {
  background: var(--green);
  border-color: var(--green);
  color: var(--green-ink);
}

.inline-link {
  background-image: linear-gradient(var(--green), var(--green));
  background-size: 0 1px;
  background-position: 0 100%;
  background-repeat: no-repeat;
  transition: background-size 0.35s var(--ease), color 0.35s var(--ease);
}
.inline-link:hover {
  background-size: 100% 1px;
  /* color: var(--ink);*/
}

/* Header */
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 40;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.85rem var(--pad);
}

.site-header.is-solid {
  color: var(--ink);
  background: color-mix(in srgb, var(--paper) 86%, transparent);
  backdrop-filter: blur(16px);
  border-bottom: 1px solid var(--line);
}

.logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.logo img {
  display: block;
  width: 3.35rem;
  height: 3.35rem;
  border-radius: 50%;
  object-fit: cover;
  background: #000;
  transition: filter 0.35s var(--ease);
}

.menu-toggle {
  display: flex;
  align-items: center;
  gap: 0.85rem;
  color: #fff;
  mix-blend-mode: difference;
  font-family: var(--main-font);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.site-header.is-solid .menu-toggle {
  color: var(--ink);
  mix-blend-mode: normal;
}

.menu-toggle .bars {
  width: 28px;
  height: 12px;
  position: relative;
}

.menu-toggle .bars span {
  position: absolute;
  left: 0;
  right: 0;
  height: 1.5px;
  background: currentColor;
  transition: transform 0.4s var(--ease), top 0.4s var(--ease), opacity 0.3s;
}

.menu-toggle .bars span:first-child { top: 1px; }
.menu-toggle .bars span:last-child { top: 9px; }

body.nav-open .menu-toggle .bars span:first-child {
  top: 6px;
  transform: rotate(45deg);
}
body.nav-open .menu-toggle .bars span:last-child {
  top: 6px;
  transform: rotate(-45deg);
}

body.nav-open .site-header {
  color: #fff;
  background: transparent;
  border: 0;
}

body.nav-open .menu-toggle {
  color: #fff;
  mix-blend-mode: normal;
}

body.nav-open .logo img {
  filter: invert(1);
}

/* Overlay nav */
.nav-overlay {
  position: fixed;
  inset: 0;
  z-index: 35;
  background: var(--ink);
  color: #fff;
  display: grid;
  grid-template-columns: 1fr 1.4fr;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-12px);
  transition: opacity 0.45s var(--ease), transform 0.45s var(--ease), visibility 0.45s;
  overflow: auto;
}

.nav-overlay.is-open {
  opacity: 1;
  visibility: visible;
  transform: none;
}

.nav-meta {
  padding: calc(var(--header-h) + 2rem) var(--pad) 3rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-right: 1px solid rgba(255,255,255,0.08);
}

.nav-meta p { max-width: 18rem; color: #b8b8b4; }

.nav-links {
  list-style: none;
  margin: 0;
  padding: calc(var(--header-h) + 1.5rem) var(--pad) 3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 0.15rem;
}

.nav-links a {
  font-family: var(--main-font);
  font-weight: 700;
  font-size: clamp(2rem, 5vw, 4.2rem);
  letter-spacing: -0.045em;
  line-height: 1.02;
  display: inline-flex;
  align-items: baseline;
  gap: 1rem;
  width: fit-content;
}

.nav-links a small {
  font-size: 0.7rem;
  letter-spacing: 0.18em;
  color: #7a7a76;
  font-weight: 600;
}

.nav-links a:hover { color: var(--green); }
.nav-links a.is-active { color: var(--green); }

.nav-sub {
  margin: 0.2rem 0 0.85rem 2.6rem;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
}

.nav-sub a {
  font-size: 1rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  color: #c8c8c2;
  line-height: 1.4;
}

.nav-foot {
  display: flex;
  gap: 1.5rem;
  flex-wrap: wrap;
  color: #9a9a94;
  font-size: 0.88rem;
}

/* Hero */
.hero {
  min-height: 100vh;
  padding: calc(var(--header-h) + 4rem) 0 4rem;
  display: grid;
  align-content: end;
}

.hero-kicker {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: clamp(2rem, 8vh, 5rem);
}

.hero h1 {
  font-size: clamp(3.2rem, 10.4vw, 9.4rem);
  max-width: 16ch;
}

.hero h1 em {
  font-style: normal;
  display: block;
  margin-left: min(18vw, 9rem);
}

.hero h1 .dot {
  color: var(--green);
}

.hero-copy {
  display: grid;
  grid-template-columns: 1fr minmax(0, 32rem);
  gap: 2rem;
  margin-top: clamp(2rem, 5vw, 4rem);
  align-items: end;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
  margin-top: 2rem;
}

.scroll-hint {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  font-family: var(--main-font);
  font-size: 0.68rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--muted);
}

.scroll-hint .line {
  width: 48px;
  height: 1px;
  background: var(--ink);
  position: relative;
  overflow: hidden;
}

.scroll-hint .line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--green);
  transform: translateX(-100%);
  animation: scan 2.2s var(--ease) infinite;
}

@keyframes scan {
  0% { transform: translateX(-100%); }
  50%, 100% { transform: translateX(100%); }
}

/* Marquee / markets */
.rail {
  border-block: 1px solid var(--line);
  padding: 1.4rem 0;
  overflow: hidden;
}

.rail-track {
  display: flex;
  gap: 3.5rem;
  width: max-content;
  animation: marquee 32s linear infinite;
  font-family: var(--main-font);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(1.1rem, 2vw, 1.5rem);
  text-transform: uppercase;
}

.rail-track span { display: flex; align-items: center; gap: 3.5rem; white-space: nowrap; }
.rail-track b { color: var(--green); font-weight: 700; }

@keyframes marquee {
  from { transform: translateX(0); }
  to { transform: translateX(-50%); }
}

.markets {
  padding: 3.5rem 0;
}

.markets .wrap {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  gap: 2rem;
  align-items: center;
}

.market-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0.6rem 1.6rem;
  font-family: var(--main-font);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: clamp(1.3rem, 2.6vw, 2rem);
}

.market-list span { position: relative; }
.market-list span::after {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: var(--green);
  border-radius: 50%;
  margin-left: 1.4rem;
  transform: translateY(-4px);
}
.market-list span:last-child::after { display: none; }

/* Service rows */
.service-row {
  display: grid;
  grid-template-columns: 5.5rem 1fr auto;
  gap: 1.5rem 2.5rem;
  align-items: center;
  padding: clamp(2rem, 4vw, 3.4rem) 0;
  border-top: 1px solid var(--line);
  color: inherit;
  transition: background 0.4s var(--ease), color 0.4s var(--ease), padding 0.4s var(--ease);
}

.service-row:last-child { border-bottom: 1px solid var(--line); }

.service-row:hover {
  color: var(--white);
  background: var(--ink);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.service-row .idx {
  font-family: var(--main-font);
  font-weight: 700;
  color: var(--muted);
  letter-spacing: 0.08em;
}

.service-row:hover .idx { color: var(--green); }

.service-row h3 {
  font-size: clamp(1.8rem, 4.4vw, 3.6rem);
  margin-bottom: 0.55rem;
}

.service-row p {
  margin: 0;
  max-width: 40rem;
  color: var(--muted);
}

.service-row:hover p { color: #c9c9c4; }

.service-row .go {
  width: 64px;
  height: 64px;
  border: 1px solid currentColor;
  border-radius: 50%;
  display: grid;
  place-items: center;
  transition: background 0.35s var(--ease), color 0.35s var(--ease), transform 0.35s var(--ease);
}

.service-row:hover .go {
  background: var(--green);
  border-color: var(--green);
  color: var(--green-ink);
  transform: translateX(6px);
}

/* Work */
.work-grid {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto; /* or use a fixed value */
  column-gap: 1.2rem;
  align-items: stretch; /* Add this to stretch items */
}

.work-card {
  position: relative;
  min-height: 420px;
  overflow: hidden;
  background: var(--ink);
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 1.8rem;
}

.work-card.tall { min-height: 560px; grid-row: span 2; }

.work-card .visual {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) contrast(1.05);
  transform: scale(1.04);
  transition: filter 0.6s var(--ease), transform 0.8s var(--ease);
}

.work-card:hover .visual {
  filter: grayscale(0) contrast(1.05);
  transform: scale(1.1);
}

.work-card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(12,12,12,0.82) 0%, rgba(12,12,12,0.1) 55%);
}

.work-card .meta {
  position: relative;
  z-index: 1;
}

.work-card h3 {
  font-size: clamp(1.6rem, 3vw, 2.4rem);
  margin: 0.35rem 0 0.6rem;
}

.work-stack {
  display: grid;
  gap: 1.2rem;
   grid-template-rows: 1fr 1fr;
}

/* POV */
.invert {
  background: var(--ink);
  color: #fff;
}

.pov-list {
  list-style: none;
  margin: 3rem 0 0;
  padding: 0;
}

.pov-list li {
  font-family: var(--main-font);
  font-weight: 700;
  font-size: clamp(1.7rem, 4.6vw, 4.2rem);
  letter-spacing: -0.045em;
  line-height: 1.08;
  padding: 0.85rem 0;
  border-top: 1px solid rgba(255,255,255,0.12);
  display: grid;
  grid-template-columns: minmax(0, 0.42fr) minmax(0, 1fr);
  gap: 1rem;
}

.pov-list li:last-child { border-bottom: 1px solid rgba(255,255,255,0.12); }

.pov-list em {
  font-style: normal;
  color: var(--green);
}

/* Verticals */
.vert-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}

.vert-tile {
  position: relative;
  min-height: 280px;
  overflow: hidden;
  background: #111;
  color: #fff;
  display: flex;
  align-items: flex-end;
  padding: 1.3rem;
}

.vert-tile .img {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(1) brightness(0.72);
  transform: scale(1.05);
  transition: filter 0.55s var(--ease), transform 0.7s var(--ease);
}

.vert-tile:hover .img {
  filter: grayscale(0) brightness(0.9);
  transform: scale(1.12);
}

.vert-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border: 0 solid var(--green);
  transition: border-width 0.3s var(--ease);
  z-index: 1;
  pointer-events: none;
}

.vert-tile:hover::before { border-width: 2px; }

.vert-tile h3 {
  position: relative;
  z-index: 1;
  font-size: clamp(1.15rem, 1.8vw, 1.5rem);
  max-width: 12ch;
}

.vert-tile .dot {
  position: absolute;
  top: 1rem;
  right: 1rem;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--green);
  opacity: 0;
  transition: opacity 0.3s;
  z-index: 1;
}

.vert-tile:hover .dot { opacity: 1; }

/* About teaser / split */
.split {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: clamp(2rem, 5vw, 6rem);
  align-items: end;
}

.cta-block {
  padding: clamp(5rem, 12vw, 9rem) 0;
  text-align: left;
}

.cta-block h2 {
  font-size: clamp(3rem, 8vw, 7.2rem);
  max-width: 12ch;
  margin-bottom: 1.5rem;
}


.footer-grid {
  display: grid;
  grid-template-columns: 1.4fr 1fr 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.site-footer .logo {
  display: inline-flex;
  margin-bottom: 0.35rem;
}

.site-footer .logo img {
  width: 4.5rem;
  height: 4.5rem;
}

.footer-links {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
}

.footer-links a:hover { color: var(--green-ink); background-size: 100% 1px; }

.footer-bottom {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  flex-wrap: wrap;
  padding-top: 1.4rem;
  border-top: 1px solid var(--line);
  color: var(--muted);
  font-size: 0.85rem;
}

/* Page hero */
.page-hero {
  padding: calc(var(--header-h) + 4.5rem) 0 3rem;
}

.page-hero h1 {
  font-size: clamp(3rem, 8.5vw, 7.6rem);
  max-width: 14ch;
}

.page-hero.wide h1 { max-width: 18ch; }

.page-hero .lede { margin-top: 1.8rem; }

.assemble {
  display: flex;
  gap: 1.2rem 2.2rem;
  flex-wrap: wrap;
  margin-bottom: 1.6rem;
}

.assemble span {
  font-family: var(--main-font);
  font-weight: 700;
  font-size: clamp(0.95rem, 1.6vw, 1.15rem);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--muted);
}

.assemble span b {
  color: var(--ink);
  font-weight: 700;
}

.assemble span b::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--green);
  margin-top: 0.35rem;
  animation: grow 0.8s var(--ease) forwards;
}

.assemble span:nth-child(2) b::after { animation-delay: 0.15s; }
.assemble span:nth-child(3) b::after { animation-delay: 0.3s; }

@keyframes grow { to { width: 100%; } }

/* Accordion / details */
.acc {
  border-top: 1px solid var(--line);
}

.acc details {
  border-bottom: 1px solid var(--line);
}

.acc summary {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  padding: 1.35rem 0;
  cursor: pointer;
  font-family: var(--main-font);
  font-weight: 700;
  font-size: clamp(1.15rem, 2vw, 1.45rem);
  letter-spacing: -0.03em;
}

.acc summary::-webkit-details-marker { display: none; }

.acc summary::after {
  content: "";
  width: 12px;
  height: 12px;
  border-right: 1.5px solid var(--ink);
  border-bottom: 1.5px solid var(--ink);
  transform: rotate(45deg);
  transition: transform 0.3s var(--ease);
  flex: none;
}

.acc details[open] summary::after {
  transform: rotate(225deg);
}

.acc .panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5rem 3rem;
  padding: 0 0 1.8rem;
  color: var(--muted);
}

.acc ul {
  margin: 0.4rem 0 0;
  padding: 0 0 0 1.1rem;
}

.acc h4 {
  font-family: var(--main-font);
  font-size: 0.72rem;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: var(--ink);
  margin: 0 0 0.4rem;
}

/* Process */
.process {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 0;
  counter-reset: step;
}

.process article {
  padding: 1.6rem 1.3rem 1.6rem 0;
  border-top: 1px solid var(--line);
  position: relative;
}

.process article::before {
  counter-increment: step;
  content: "0" counter(step);
  font-family: var(--main-font);
  font-size: 0.75rem;
  letter-spacing: 0.14em;
  color: var(--green);
  font-weight: 700;
  display: block;
  margin-bottom: 1.1rem;
}

.process h3 {
  font-size: 1.25rem;
  margin-bottom: 0.7rem;
}

.process p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

.process.four { grid-template-columns: repeat(4, 1fr); }
.process.three { grid-template-columns: repeat(3, 1fr); }

.invert .eyebrow { color: #9a9a94; }
.invert li,
.invert .why p { color: #bdbdb8; }
.invert .process article { border-top-color: rgba(255,255,255,0.12); }

.loop {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1px;
  background: var(--line);
  border: 1px solid var(--line);
}

.loop article {
  background: var(--paper);
  padding: 2rem 1.4rem;
}

.loop h3 { font-size: 1.35rem; margin: 0.8rem 0 0.7rem; }
.loop p { margin: 0; color: var(--muted); }
.loop .n {
  font-family: var(--main-font);
  color: var(--green);
  font-weight: 700;
  letter-spacing: 0.12em;
  font-size: 0.75rem;
}

/* Founders */
.founders {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.2rem;
}

.founder {
  border-top: 1px solid var(--line);
  padding-top: 1.6rem;
}

.portrait {
  aspect-ratio: 8/5;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  margin-bottom: 1.4rem;
  position: relative;
  overflow: hidden;
}

.portrait .mono {
  font-family: var(--main-font);
  font-weight: 800;
  font-size: clamp(5rem, 12vw, 9rem);
  letter-spacing: -0.06em;
  opacity: 0.18;
}

.portrait .role-hover {
  position: absolute;
  inset: auto 1.2rem 1.2rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.35s var(--ease), transform 0.35s var(--ease);
}

.founder:hover .role-hover {
  opacity: 1;
  transform: none;
}

.role-hover span {
  border: 1px solid rgba(255,255,255,0.3);
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.founder h3 { font-size: 2rem; margin-bottom: 0.2rem; }
.founder .job { color: var(--green-ink); font-weight: 500; margin-bottom: 0.9rem; display: block; }

/* Insights */
.cat-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1px;
    background: var(--line);
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
}

.cat {
    background: var(--paper);
    padding: 2rem 1.4rem 2.4rem;
    min-height: 280px;

    display: flex;
    flex-direction: column;

    /* IMPORTANT */
    justify-content: flex-start;
}

.cat .eyebrow {
    margin: 0;
}

.cat > div {
    margin-top: 4.5rem;
}

.cat h3 {
    font-size: 1.55rem;
    margin: 0;
    display: inline;
}

.cat .muted {
    margin-top: 1.2rem;
}

.cat:hover h3 {
    background-image: linear-gradient(var(--green), var(--green));
    background-size: 100% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
}

.coming {
  border: 1px solid var(--line);
  padding: clamp(2.5rem, 6vw, 4rem);
  margin-top: 1.5rem;
}

/* Contact */
.contact-grid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: clamp(2rem, 5vw, 5rem);
  padding-bottom: 5rem;
}

.form {
  display: grid;
  gap: 1.1rem;
  accent-color: var(--green);
}

.field label {
  display: block;
  font-family: var(--main-font);
  font-size: 0.72rem;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  margin-bottom: 0.45rem;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  background: transparent;
  border: 0;
  border-bottom: 1px solid var(--line);
  padding: 0.7rem 0;
  outline: none;
  border-radius: 0;
  transition: border-color 0.25s;
}

.field textarea { min-height: 120px; resize: vertical; }

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-bottom-color: var(--green);
}

.opt { color: var(--muted); font-weight: 400; letter-spacing: 0.06em; }

.success {
  display: none;
  border: 1px solid var(--green);
  padding: 2rem;
  background: color-mix(in srgb, var(--green) 12%, var(--paper));
}

.success.is-on { display: block; }
.form.is-off { display: none; }

.locs {
  display: grid;
  gap: 1.8rem;
  margin-top: 2.5rem;
}

.locs h3 { font-size: 1.5rem; margin-bottom: 0.35rem; }

.map-link {
  margin-top: 0.6rem;
  display: inline-flex;
}

/* Why statements */
.why {
  display: grid;
  gap: 0;
}

.why article {
  padding: 1.6rem 0;
  border-top: 1px solid var(--line);
}

.why h3 {
  font-size: clamp(2rem, 5vw, 4rem);
}

.why h3 span {
  display: block;
  font-size: 0.78rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: var(--green);
  font-weight: 700;
  margin-bottom: 0.45rem;
}

.why p { max-width: 36rem; color: var(--muted); }

/* Fullscreen question CTA */
.big-q {
  min-height: 88vh;
  display: grid;
  align-content: center;
  padding: 5rem 0;
}

.big-q h2 {
  font-size: clamp(2.4rem, 7vw, 6.2rem);
  margin-bottom: 0.2em;
}

.big-q h2.soft { color: #7a7a74; }

/* Studio model */
.model {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: center;
}

.orbit {
  aspect-ratio: 1;
  border: 1px solid var(--line);
  border-radius: 50%;
  position: relative;
  display: grid;
  place-items: center;
}

.orbit .core {
  width: 38%;
  aspect-ratio: 1;
  border-radius: 50%;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  text-align: center;
  font-family: var(--main-font);
  font-weight: 700;
  letter-spacing: -0.03em;
  font-size: 1rem;
  z-index: 1;
}

.sat {
  position: absolute;
  width: 92px;
  height: 92px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: var(--paper);
  display: grid;
  place-items: center;
  text-align: center;
  font-size: 0.68rem;
  font-family: var(--main-font);
  font-weight: 600;
  letter-spacing: 0.04em;
  padding: 0.5rem;
  transition: background 0.35s, border-color 0.35s, color 0.35s;
}

.sat:hover,
.sat.is-on {
  background: var(--green);
  border-color: var(--green);
  color: var(--green-ink);
}

.sat.s1 { top: 6%; left: 50%; transform: translateX(-50%); }
.sat.s2 { top: 50%; right: 4%; transform: translateY(-50%); }
.sat.s3 { bottom: 6%; left: 50%; transform: translateX(-50%); }
.sat.s4 { top: 50%; left: 4%; transform: translateY(-50%); }

.year-block {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2.5rem;
  align-items: end;
}

.year-block .year {
  font-family: var(--main-font);
  font-weight: 800;
  font-size: clamp(6rem, 18vw, 14rem);
  letter-spacing: -0.07em;
  line-height: 0.8;
}

/* Loader */
.loader {
  position: fixed;
  inset: 0;
  z-index: 90;
  background: var(--ink);
  color: #fff;
  display: grid;
  place-items: center;
  transition: opacity 0.6s var(--ease), visibility 0.6s;
}

.loader.is-gone {
  opacity: 0;
  visibility: hidden;
}

.loader .word {
  font-family: var(--main-font);
  font-weight: 800;
  letter-spacing: 0.32em;
  font-size: 0.85rem;
}

.loader .bar {
  width: 120px;
  height: 2px;
  background: rgba(255,255,255,0.15);
  margin-top: 1.1rem;
  overflow: hidden;
}

.loader .bar i {
  display: block;
  height: 100%;
  width: 0;
  background: var(--green);
  animation: load 0.7s var(--ease) forwards;
}

@keyframes load { to { width: 100%; } }

/* Reveal */
[data-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 0.8s var(--ease), transform 0.8s var(--ease);
  transition-delay: var(--d, 0s);
}

[data-reveal].is-in {
  opacity: 1;
  transform: none;
}

/* Utility */
.mt { margin-top: 1.2rem; }
.mt-2 { margin-top: 2rem; }
.narrow { max-width: 40rem; }

hr.rule {
  border: 0;
  border-top: 1px solid var(--line);
  margin: 0;
}

/* Responsive */
@media (max-width: 980px) {
  .section-head,
  .hero-copy,
  .markets .wrap,
  .split,
  .footer-grid,
  .contact-grid,
  .acc .panel,
  .process,
  .process.four,
  .process.three,
  .loop,
  .founders,
  .cat-grid,
  .model,
  .year-block,
  .nav-overlay,
  .work-grid {
    grid-template-columns: 1fr;
  }

  .vert-grid { grid-template-columns: 1fr 1fr; }
  .service-row { grid-template-columns: 3rem 1fr; }
  .service-row .go { display: none; }
  .hero h1 em { margin-left: 0; }
  .work-card,
  .work-card.tall { min-height: 340px; }
  .nav-meta { display: none; }
  .pov-list li { grid-template-columns: 1fr; }
  .orbit { max-width: 420px; margin: 0 auto; }
}

@media (max-width: 640px) {
  .vert-grid { grid-template-columns: 1fr; }
  .hero { min-height: auto; padding-top: calc(var(--header-h) + 3rem); }
  .cat { min-height: auto; }
  .btn { width: 100%; justify-content: center; }
}

@media (max-height: 760px) {
  .nav-links a { font-size: clamp(1.45rem, 5.2vh, 3.2rem); }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    animation: none !important;
    transition: none !important;
  }
  [data-reveal] { opacity: 1; transform: none; }
  .rail-track { animation: none; }
}


.wpcf7-form textarea {
    min-height: 80px !important;
    max-height: 110px !important;
    height: auto !important;
    resize: vertical !important;
}


/* Remove dotted outline on focus */
.field input:focus,
.field select:focus,
.field textarea:focus,
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
    outline: none !important;
    outline-offset: 0 !important;
}

.site .button:not(:hover):not(:active):not(.has-text-color), button:not(:hover):not(:active):not(.has-text-color), input[type=reset]:not(:hover):not(:active):not(.has-text-color), .wp-block-search .wp-block-search__button:not(:hover):not(:active):not(.has-text-color), .wp-block-button .wp-block-button__link:not(:hover):not(:active):not(.has-text-color), .wp-block-file a.wp-block-file__button:not(:hover):not(:active):not(.has-text-color) {
    color: #514f4ff5!important;
}

.rail {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.rail-track {
    display: flex;
    width: max-content;
    animation: railScroll 45s linear infinite;
}

.rail-images {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.rail-images img {
    width: 140px;
    height: 80px;
    object-fit: contain;
    display: block;
    margin-right: 35px;
    flex-shrink: 0;
}

/* Infinite horizontal movement */
@keyframes railScroll {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Mobile */
@media (max-width: 767px) {

    .rail-images img {
        width: 100px;
        height: 60px;
        margin-right: 20px;
    }

    .rail-track {
        animation-duration: 25s;
    }
}

/* =========================================================
   LIBRARY / BLOG LOOP GRID
   ========================================================= */

.elementor-element-7772a8d {
    width: 100%;
}

/* Grid */
.elementor-element-7772a8d .elementor-loop-container {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1px;
    /*background: var(--line);*/
    border-top: 1px solid var(--line);
    border-bottom: 1px solid var(--line);
    padding: 50px;
}


/* =========================================================
   INDIVIDUAL POST CARD
   ========================================================= */

.elementor-element-7772a8d .e-loop-item {
    background: var(--paper);
    min-width: 0;
    display: flex;
    flex-direction: column;
    padding: 20px;
    margin: 0;
}


/* =========================================================
   FEATURED IMAGE
   ========================================================= */

.elementor-element-7772a8d .elementor-element-566a5ca {
    width: 100%;
    margin: 0;
    padding: 0;
}

.elementor-element-7772a8d .elementor-element-566a5ca .elementor-widget-container {
    width: 100%;
    overflow: hidden;
}

.elementor-element-7772a8d .elementor-element-566a5ca img {
    display: block;
    width: 100% !important;
    height: 280px !important;
    max-width: none !important;
    object-fit: cover;
    object-position: center;
    margin: 0;
    transition: transform 0.6s ease;
}


/* Image hover */
.elementor-element-7772a8d .e-loop-item:hover .elementor-element-566a5ca img {
    transform: scale(1.035);
}


/* =========================================================
   REMOVE UNNECESSARY ELEMENTOR CONTAINER SPACING
   ========================================================= */

.elementor-element-7772a8d .elementor-element-b1e5452,
.elementor-element-7772a8d .elementor-element-d780915,
.elementor-element-7772a8d .elementor-element-78efdbc,
.elementor-element-7772a8d .elementor-element-ff74f6e {
    margin: 0;
    padding: 0;
}


/* Elementor inner containers */
.elementor-element-7772a8d .e-con-inner {
    width: 100%;
    max-width: none;
    padding: 0;
}


/* =========================================================
   TITLE AREA
   ========================================================= */

.elementor-element-7772a8d .elementor-element-d780915 {
    padding: 1.7rem 1.4rem 0;
}

.elementor-element-7772a8d .elementor-element-e39c356 {
    margin: 0;
    padding: 0;
}


/* Post title */
.elementor-element-7772a8d .elementor-element-e39c356 .elementor-heading-title {
    margin: 0;
    padding: 0;

    font-size: 1.55rem;
    line-height: 1.15;
    font-weight: 600;

    color: var(--text);
}


/* Title link */
.elementor-element-7772a8d .elementor-element-e39c356 a {
    color: inherit;
    text-decoration: none;
    background-image: linear-gradient(
        var(--green),
        var(--green)
    );
    background-size: 0% 2px;
    background-position: 0 100%;
    background-repeat: no-repeat;
    transition: background-size 0.35s ease;
}


/* Hover underline */
.elementor-element-7772a8d .e-loop-item:hover .elementor-element-e39c356 a {
    background-size: 100% 2px;
}


/* =========================================================
   POST DESCRIPTION
   ========================================================= */

.elementor-element-7772a8d .elementor-element-78efdbc {
    padding: 1.1rem 1.4rem 0;
}

.elementor-element-7772a8d .elementor-element-c63d1ff {
    margin: 0;
    padding: 0;
}


/* Content text */
.elementor-element-7772a8d .elementor-element-c63d1ff,
.elementor-element-7772a8d .elementor-element-c63d1ff p {
    color: var(--muted);
    font-size: 1rem;
    line-height: 1.65;
    margin: 0;
}


/* Limit description height */
.elementor-element-7772a8d .elementor-element-c63d1ff p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


/* =========================================================
   READ MORE
   ========================================================= */

.elementor-element-7772a8d .elementor-element-ff74f6e {
    margin-top: auto;
    padding: 1.6rem 1.4rem 2rem;
}

.elementor-element-7772a8d .elementor-element-82cc8c9 {
    margin: 0;
    padding: 0;
}


/* Read More */
.elementor-element-7772a8d .elementor-element-82cc8c9 a {
    display: inline-block;

    color: var(--text);
    font-size: 0.9rem;
    font-weight: 500;

    text-decoration: none;

    border-bottom: 1px solid var(--text);
    padding-bottom: 3px;

    transition:
        color 0.25s ease,
        border-color 0.25s ease;
}

.elementor-element-7772a8d .elementor-element-82cc8c9 a:hover {
    color: var(--green);
    border-color: var(--green);
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .elementor-element-7772a8d .elementor-loop-container {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .elementor-element-7772a8d .elementor-element-566a5ca img {
        height: 250px !important;
    }

}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .elementor-element-7772a8d .elementor-loop-container {
        grid-template-columns: 1fr;
    }

    .elementor-element-7772a8d .elementor-element-566a5ca img {
        height: 220px !important;
    }

    .elementor-element-7772a8d .elementor-element-d780915 {
        padding: 1.4rem 1.2rem 0;
    }

    .elementor-element-7772a8d .elementor-element-78efdbc {
        padding: 1rem 1.2rem 0;
    }

    .elementor-element-7772a8d .elementor-element-ff74f6e {
        padding: 1.4rem 1.2rem 1.8rem;
    }

    .elementor-element-7772a8d .elementor-element-e39c356 .elementor-heading-title {
        font-size: 1.4rem;
    }

}


/* =========================================================
   SINGLE BLOG / LIBRARY POST
   ========================================================= */

/* Main single post wrapper */
.elementor-location-single {
    width: 100%;
    background: var(--paper);
}


/* =========================================================
   HERO
   ========================================================= */

.elementor-location-single .page-hero {
    width: 100%;
    padding: 7rem 1.5rem 4rem;
    text-align: center;
}

.elementor-location-single .page-hero .wrap {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto;
}


/* Eyebrow */
.elementor-location-single .page-hero .eyebrow {
    margin: 0 0 1.5rem;
    font-size: 0.75rem;
    line-height: 1;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--green);
}


/* Blog title */
.elementor-location-single .page-hero h1 {
    max-width: 1000px;
    margin: 0 auto;

    font-size: clamp(3rem, 7vw, 6.5rem);
    line-height: 0.95;
    letter-spacing: -0.04em;
    font-weight: 500;

    color: var(--text);
}


/* =========================================================
   POST CONTENT AREA
   ========================================================= */

/* Elementor container holding image + title + content */
.elementor-location-single .elementor-element-7dab17c {
    width: 100%;
    max-width: 1200px;

    margin-left: auto !important;
    margin-right: auto !important;

    padding-left: 1.5rem;
    padding-right: 1.5rem;
}


/* =========================================================
   FEATURED IMAGE
   ========================================================= */

.elementor-location-single .elementor-element-b854f8c {
    width: 100%;
    max-width: 1050px;

    margin: 2rem auto 0 !important;
    padding: 0;
}


/* Image container */
.elementor-location-single .elementor-element-b854f8c .elementor-widget-container {
    width: 100%;
    overflow: hidden;
}


/* Actual image */
.elementor-location-single .elementor-element-b854f8c img {
    display: block;

    width: 100% !important;
    height: 520px !important;

    max-width: 1050px !important;

    margin: 0 auto;

    object-fit: cover;
    object-position: center;

    transition: transform 0.6s ease;
}


/* Optional subtle hover */
.elementor-location-single .elementor-element-b854f8c:hover img {
    transform: scale(1.015);
}


/* =========================================================
   POST TITLE
   ========================================================= */

/* Your h3: First Blog */
.elementor-location-single h3.e-heading-base {
    width: 100%;
    /*max-width: 850px; */

    margin: 4rem auto 0 !important;
    padding: 0;

    /*text-align: center;*/

    font-size: clamp(2rem, 4vw, 3.5rem);
    line-height: 1.05;
    letter-spacing: -0.025em;
    font-weight: 500;

    color: var(--text);
}


/* =========================================================
   POST CONTENT
   ========================================================= */

.elementor-location-single .elementor-element-63b9647 {
    width: 100%;
    max-width: 720px;

    margin: 2.5rem auto 0 !important;
    padding: 0 0 5rem;
}


/* Paragraph */
.elementor-location-single .elementor-element-63b9647 p {
    margin: 0 0 1.6rem;

    font-size: 1.08rem;
    line-height: 1.85;

    color: var(--text);
}


/* Headings inside article */
.elementor-location-single .elementor-element-63b9647 h2 {
    margin: 4rem 0 1.5rem;

    font-size: clamp(2rem, 4vw, 3rem);
    line-height: 1.1;
    font-weight: 500;
}


.elementor-location-single .elementor-element-63b9647 h3 {
    margin: 3rem 0 1rem;

    font-size: 1.6rem;
    line-height: 1.2;
}


/* Images inside article */
.elementor-location-single .elementor-element-63b9647 img {
    display: block;

    width: 100%;
    height: auto;

    margin: 3rem auto;
}


/* Blockquotes */
.elementor-location-single .elementor-element-63b9647 blockquote {
    margin: 3rem 0;
    padding: 1.5rem 0 1.5rem 1.5rem;

    border-left: 2px solid var(--green);

    font-size: 1.4rem;
    line-height: 1.5;
}


/* Links */
.elementor-location-single .elementor-element-63b9647 a {
    color: var(--green);
    text-decoration: underline;
    text-underline-offset: 4px;
}


/* =========================================================
   ELEMENTOR CONTAINER CLEANUP
   ========================================================= */

.elementor-location-single .e-con-inner {
    width: 100%;
    max-width: none;
    padding: 0;
}


/* Remove accidental Elementor spacing */
.elementor-location-single .elementor-element-7dab17c > .e-con-inner {
    padding: 0;
}


/* =========================================================
   TABLET
   ========================================================= */

@media (max-width: 1024px) {

    .elementor-location-single .page-hero {
        padding: 6rem 1.5rem 3.5rem;
    }

    .elementor-location-single .page-hero h1 {
        font-size: clamp(3rem, 8vw, 5rem);
    }

    .elementor-location-single .elementor-element-b854f8c img {
        height: 420px !important;
    }

    .elementor-location-single h3.e-heading-base {
        margin-top: 3rem !important;
    }
}


/* =========================================================
   MOBILE
   ========================================================= */

@media (max-width: 767px) {

    .elementor-location-single .page-hero {
        padding: 5rem 1.2rem 2.5rem;
    }

    .elementor-location-single .page-hero .eyebrow {
        margin-bottom: 1.2rem;
    }

    .elementor-location-single .page-hero h1 {
        font-size: clamp(2.7rem, 12vw, 4rem);
        line-height: 0.98;
    }


    /* Main content container */
    .elementor-location-single .elementor-element-7dab17c {
        padding-left: 1.2rem;
        padding-right: 1.2rem;
    }


    /* Featured image */
    .elementor-location-single .elementor-element-b854f8c {
        margin-top: 1rem !important;
    }

    .elementor-location-single .elementor-element-b854f8c img {
        width: 100% !important;
        height: 250px !important;
    }


    /* Post title */
    .elementor-location-single h3.e-heading-base {
        margin-top: 2.5rem !important;

        font-size: clamp(2rem, 9vw, 3rem);
        line-height: 1.05;
    }


    /* Article */
    .elementor-location-single .elementor-element-63b9647 {
        margin-top: 1.8rem !important;
        padding-bottom: 3rem;
    }


    .elementor-location-single .elementor-element-63b9647 p {
        font-size: 1rem;
        line-height: 1.75;
    }

}

/* =========================================================
   IPAD HERO SPACING FIX
   Covers iPad portrait + landscape
   ========================================================= */

/* iPad / tablet */
@media (min-width: 768px) and (max-width: 1024px) {

    .hero {
        min-height: auto !important;

        /* Reduce excessive space above hero content */
        padding-top: calc(var(--header-h) + 1.8rem) !important;

        /* Keep reasonable bottom spacing */
        padding-bottom: 3.5rem !important;

        /* Do not force content to the bottom of 100vh */
        display: block !important;
    }

    .hero-kicker {
        margin-bottom: clamp(2rem, 5vh, 3.5rem) !important;
    }

    .hero h1 {
        margin-top: 0 !important;
    }

    .hero-copy {
        margin-top: clamp(2rem, 4vw, 3rem) !important;
    }
}


/* =========================================================
   IPAD PORTRAIT
   ========================================================= */

@media (min-width: 768px) and (max-width: 834px) {

    .hero {
        padding-top: calc(var(--header-h) + 1.5rem) !important;
        padding-bottom: 3rem !important;
    }

    .hero-kicker {
        margin-bottom: 2.5rem !important;
    }

    .hero h1 {
        font-size: clamp(3.4rem, 9vw, 5.8rem) !important;
        line-height: 0.94 !important;
    }

    .hero-copy {
        margin-top: 2.5rem !important;
    }
}


/* =========================================================
   IPAD LANDSCAPE
   ========================================================= */

@media (min-width: 835px) and (max-width: 1024px) {

    .hero {
        padding-top: calc(var(--header-h) + 1.2rem) !important;
        padding-bottom: 3rem !important;
    }

    .hero-kicker {
        margin-bottom: 2.2rem !important;
    }

    .hero h1 {
        font-size: clamp(4rem, 8vw, 7rem) !important;
    }

    .hero-copy {
        margin-top: 2.5rem !important;
    }
}


/* =========================================================
   INDUSTRY SECTION - MOBILE COMPACT 2 x 3 GRID
   ========================================================= */

@media (max-width: 640px) {

    /* 2 columns × 3 rows */
    .vert-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
        gap: 0.5rem !important;
    }

    /* Compact industry cards */
    .vert-tile {
        min-height: 145px !important;
        padding: 0.85rem !important;
    }

    /* Smaller industry titles */
    .vert-tile h3 {
        font-size: 0.95rem !important;
        line-height: 1.05 !important;
        max-width: 13ch;
    }

    /* Smaller corner dot */
    .vert-tile .dot {
        width: 6px;
        height: 6px;
        top: 0.7rem;
        right: 0.7rem;
    }

    /* Slightly tighter Industry section */
    #verticals.section {
        padding-top: 3rem !important;
        padding-bottom: 3rem !important;
    }
}


.elementor-widget-theme-post-content {
    color: black !IMPORTANT;
}

/* Remove borders/lines from this Loop Grid section */
.elementor-element-a4e4267 {
    border-top: none !important;
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;

    padding-top: 60px !important;
    /*padding-bottom: 60px !important;*/
}

/* Remove borders from the Loop Grid itself */
.elementor-element-a4e4267 .elementor-loop-container {
    border: none !important;
}

/* Remove borders from individual loop items */
.elementor-element-a4e4267 .e-loop-item {
    border: none !important;
}/* End custom CSS */