/* ==========================================================
   Coquitlam AI landing page
   1. base + components (hand written)
   2. layout rules lifted out of the markup, in page order
   ========================================================== */

html { scroll-behavior: smooth; }
body { margin: 0; background: #0B0A09; color: #F2EDE7; font-family: "Geist", "Helvetica Neue", Helvetica, sans-serif; -webkit-font-smoothing: antialiased; }
* { box-sizing: border-box; }
a { color: #F0231C; text-decoration: none; }
a:hover { color: #FF5A44; }
summary::-webkit-details-marker { display: none; }
summary { list-style: none; cursor: pointer; }
[data-rail]::-webkit-scrollbar { height: 6px; }
[data-rail]::-webkit-scrollbar-track { background: rgba(255,255,255,0.06); border-radius: 999px; }
[data-rail]::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.28); border-radius: 999px; }
[data-rail]:hover::-webkit-scrollbar-thumb { background: rgba(255,255,255,0.45); }
@keyframes marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* --- hover / focus states lifted from style-hover + style-focus --- */
.hv1:hover{color:#F2EDE7 !important}
.hv2:hover{background:#FF3B2E !important;color:#fff !important}
.hv3:hover{background:rgba(255,255,255,0.1) !important;color:#F2EDE7 !important}
.hv4:hover{background:rgba(255,255,255,0.11) !important;color:#F2EDE7 !important}
.hv5:hover{background:rgba(255,255,255,0.12) !important;color:#F2EDE7 !important}
.hv6:hover{background:rgba(255,255,255,0.12) !important}
.fc1:focus{border:1px solid #F0231C !important}

/* --- category pills --- */
.pill { background: rgba(255,255,255,0.04); color: #A09A93; transition: background .18s ease, color .18s ease, border-color .18s ease; }
.pill:hover { background: rgba(255,255,255,0.09); color: #F2EDE7; }
.pill.is-active { background: #F0231C !important; color: #fff !important; border-color: #F0231C !important; }

/* --- work reels: thumbnail until hover --- */
.reel-thumb { position:absolute; inset:0; width:100%; height:100%; object-fit:cover; display:block; pointer-events:none; opacity:1; transition:opacity .28s ease; }
.reel-thumb.is-hidden { opacity:0; }

/* --- per-reel audio toggle --- */
.reel-audio { position:absolute; top:12px; right:12px; z-index:3; width:34px; height:34px; padding:0; display:flex; align-items:center; justify-content:center; border:1px solid rgba(255,255,255,0.14); border-radius:999px; background:rgba(11,10,9,0.68); backdrop-filter:blur(8px); color:#E8E2DB; cursor:pointer; opacity:0.9; transition:background .18s ease, border-color .18s ease, opacity .18s ease; }
.reel-audio:hover { background:rgba(11,10,9,0.88); opacity:1; }
.reel-audio:focus-visible { outline:2px solid #F0231C; outline-offset:2px; }
.reel-audio.is-on { background:#F0231C; border-color:#F0231C; color:#fff; opacity:1; }
.reel-audio svg { width:16px; height:16px; display:block; }

/* --- FAQ marker: + rotates into x --- */
summary > span:last-child { display: inline-block; transition: transform .22s ease; }
details[open] > summary > span:last-child { transform: rotate(45deg); }

/* --- hero tiles --- */
#tileField { transition: none; }
.tile { position: absolute; border-radius: 5px; overflow: hidden; background-size: cover; background-position: center; background-color: #151311; will-change: transform; }

/* --- accessibility floor --- */
:focus-visible { outline: 2px solid #F0231C; outline-offset: 3px; border-radius: 4px; }
[hidden] { display: none !important; }
.visually-hidden { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }

@media (prefers-reduced-motion: reduce) {
    html { scroll-behavior: auto; }
    * { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}


/* --- what we do: one image in, one ad out --- */
.flow { display: flex; align-items: center; justify-content: center; gap: clamp(16px,2.6vw,36px); flex-wrap: wrap; }
.flow-panel { flex: 1 1 300px; max-width: 380px; min-width: 0; }
.flow-arrow { flex: 0 0 auto; width: 48px; height: 48px; margin-bottom: 76px; border-radius: 999px; display: flex; align-items: center; justify-content: center; border: 1px solid rgba(240,35,28,0.35); background: rgba(240,35,28,0.12); color: #F0231C; font-size: 21px; line-height: 1; }
@media (max-width: 720px) {
    .flow-panel { flex-basis: 100%; max-width: 420px; }
    .flow-arrow { transform: rotate(90deg); margin: 0; }
}
/* --- mobile --- */
@media (max-width: 860px) {
    header nav { display: none !important; }
}
@media (max-width: 560px) {
    h1 span { text-align: center !important; }
    /* denser scrim so the eyebrow and stat line stay readable over the tile field */
    #top > div:nth-of-type(3) {
      background: radial-gradient(72% 58% at 50% 47%, rgba(11,10,9,0.97) 0%, rgba(11,10,9,0.92) 45%, rgba(11,10,9,0.7) 78%, rgba(11,10,9,0.4) 100%) !important;
    }
}

/* ==========================================================
   Page styles, section by section
   ========================================================== */

/* --- PAGE --- */
.page-div {
  background: #0B0A09;
  overflow-x: hidden;
}

/* --- HEADER --- */
.header-header {
  position: sticky;
  top: 0;
  z-index: 60;
  backdrop-filter: blur(14px);
  background: rgba(11,10,9,0.78);
  border-bottom: 1px solid rgba(255,255,255,0.07);
}
.header-div {
  max-width: 1240px;
  margin: 0 auto;
  padding: 14px 24px;
  display: flex;
  align-items: center;
  gap: 28px;
}
.header-a {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #F2EDE7;
}
.header-img {
  width: 30px;
  height: 30px;
  border-radius: 47px;
  display: block;
}
.header-span {
  font-size: 16px;
  font-weight: 600;
  letter-spacing: -0.02em;
}

/* --- NAV --- */
.nav-nav {
  display: flex;
  gap: 26px;
  margin-left: auto;
  align-items: center;
}
.nav-a {
  color: #A09A93;
  font-size: 14px;
  font-weight: 500;
}
.nav-a-2 {
  background: #F0231C;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 11px 20px;
  border-radius: 999px;
  white-space: nowrap;
}

/* --- HERO --- */
.hero-section {
  position: relative;
  min-height: min(98vh,940px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: clamp(80px,10vw,150px) 24px clamp(64px,8vw,110px);
  overflow: hidden;
}
.hero-div {
  position: absolute;
  top: -200px;
  left: 50%;
  transform: translateX(-50%);
  width: 1100px;
  height: 640px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(240,35,28,0.16), rgba(240,35,28,0) 70%);
  pointer-events: none;
}
.hero-div-2 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  transform-origin: 50% 46%;
  will-change: transform;
}
.hero-div-3 {
  position: absolute;
  inset: 0;
  pointer-events: none;
  background: radial-gradient(56% 50% at 50% 47%, rgba(11,10,9,0.95) 0%, rgba(11,10,9,0.86) 38%, rgba(11,10,9,0.55) 72%, rgba(11,10,9,0.22) 100%);
}
.hero-div-4 {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  z-index: 5;
  text-align: center;
}
.hero-h1 {
  margin: 30px 0;
  font-size: clamp(34px,5.4vw,78px);
  line-height: 0.95;
  letter-spacing: -0.035em;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
  text-wrap: balance;
}
.hero-span {
  color: #F0231C;
}
.hero-div-5 {
  display: flex;
  gap: 12px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 34px 0 0;
}
.hero-a {
  background: #F0231C;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 28px;
  border-radius: 999px;
}
.hero-a-2 {
  background: rgba(255,255,255,0.05);
  border: 1px solid rgba(255,255,255,0.14);
  color: #F2EDE7;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 28px;
  border-radius: 999px;
}

/* --- FORMATS --- */
.formats-section {
  padding: clamp(80px,10vw,150px) 24px;
}
.formats-div {
  max-width: 1240px;
  margin: 0 auto;
}
.formats-div-2 {
  text-align: center;
  max-width: none;
  margin: 0 auto;
}
.formats-div-3 {
  font-family: 'Geist Mono',monospace;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #F0231C;
}
.formats-h2 {
  margin: 16px 0 0;
  font-size: clamp(32px,4.4vw,62px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 600;
  text-wrap: balance;
}
.formats-p {
  margin: 20px 0 0;
  color: #A09A93;
  font-size: clamp(16px,1.3vw,18px);
  line-height: 1.65;
  text-wrap: pretty;
}
.formats-strong {
  color: #F2EDE7;
  font-weight: 600;
}
.formats-div-4 {
  margin: clamp(44px,5vw,64px) 0 0;
}
.formats-div-5 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #121110;
  border: 1px solid rgba(255,255,255,0.09);
  aspect-ratio: 9/16;
}
.formats-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.formats-div-6 {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11,10,9,0.72);
  backdrop-filter: blur(8px);
  font-family: 'Geist Mono',monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E8E2DB;
}
.formats-div-7 {
  margin: 18px 0 0;
  text-align: center;
}
.formats-div-8 {
  font-size: 19px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #F2EDE7;
}
.formats-p-2 {
  margin: 8px 0 0;
  color: #A09A93;
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}
.formats-div-9 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #121110;
  border: 1px solid rgba(240,35,28,0.35);
  aspect-ratio: 9/16;
  box-shadow: 0 0 0 1px rgba(240,35,28,0.12),0 24px 60px -24px rgba(240,35,28,0.45);
}
.formats-div-10 {
  position: absolute;
  left: 12px;
  top: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(240,35,28,0.9);
  backdrop-filter: blur(8px);
  font-family: 'Geist Mono',monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #fff;
}
.formats-div-11 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(240px,1fr));
  gap: 32px;
  margin: clamp(48px,5vw,68px) 0 0;
  padding: clamp(36px,4vw,48px) 0 0;
  border-top: 1px solid rgba(255,255,255,0.08);
}
.formats-div-12 {
  font-family: 'Geist Mono',monospace;
  font-size: 11.5px;
  letter-spacing: 0.12em;
  color: #F0231C;
}
.formats-div-13 {
  margin: 12px 0 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.02em;
  color: #F2EDE7;
}

/* --- WORK --- */
.work-section {
  padding: clamp(80px,10vw,150px) 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
  background: #0E0D0B;
}
.work-h2 {
  margin: 16px 0 0;
  font-size: clamp(32px,4.4vw,62px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}
.work-p {
  margin: 18px 0 0;
  text-align: center;
  color: #A09A93;
  font-size: 16px;
  line-height: 1.6;
  text-wrap: pretty;
}
.work-div {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 40px 0 0;
}
.work-button {
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  cursor: pointer;
  border: 1px solid rgba(255,255,255,0.12);
}
.work-div-2 {
  display: grid;
  grid-template-columns: 1fr 1.5fr 1fr;
  gap: 14px;
  margin: 36px 0 0;
}
.work-div-3 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #121110;
  border: 1px solid rgba(255,255,255,0.08);
  min-width: 0;
  grid-column: 1;
  grid-row: 1;
  aspect-ratio: 3/4;
}
.work-div-4 {
  position: absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(11,10,9,0.68);
  backdrop-filter: blur(8px);
  font-family: 'Geist Mono',monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #E8E2DB;
}
.work-div-6 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #121110;
  border: 1px solid rgba(255,255,255,0.08);
  min-width: 0;
  grid-column: 3;
  grid-row: 1;
  aspect-ratio: 3/4;
}
.work-div-8 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #121110;
  border: 1px solid rgba(255,255,255,0.08);
  min-width: 0;
  grid-column: 3;
  grid-row: 2;
  aspect-ratio: 3/4;
}
.work-div-9 {
  margin: 36px 0 0;
}
.work-div-10 {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  background: #121110;
  border: 1px solid rgba(255,255,255,0.08);
  aspect-ratio: 16/9;
}

/* --- PROCESS --- */
.process-h2 {
  margin: 16px 0 0;
  font-size: clamp(32px,4.4vw,62px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}
.process-div {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(250px,1fr));
  gap: 1px;
  margin: 56px 0 0;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  overflow: hidden;
}
.process-div-2 {
  background: #0B0A09;
  padding: 32px 26px 38px;
}
.process-div-3 {
  font-family: 'Geist Mono',monospace;
  font-size: 12px;
  color: #F0231C;
}
.process-h3 {
  margin: 20px 0 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.process-p {
  margin: 10px 0 0;
  color: #A09A93;
  font-size: 14.5px;
  line-height: 1.65;
}

/* --- COMPARE --- */
.compare-h2 {
  margin: 16px 0 0;
  font-size: clamp(32px,4.4vw,62px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}
.compare-div {
  margin: 48px 0 0;
  overflow-x: auto;
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
}
.compare-table {
  width: 100%;
  border-collapse: collapse;
  min-width: 760px;
  font-size: 14.5px;
}
.compare-th {
  text-align: left;
  padding: 20px 22px;
  font-family: 'Geist Mono',monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C766F;
  font-weight: 400;
  border-bottom: 1px solid rgba(255,255,255,0.09);
}
.compare-th-2 {
  text-align: left;
  padding: 20px 22px;
  font-size: 15px;
  font-weight: 600;
  color: #F2EDE7;
  background: rgba(240,35,28,0.09);
  border-bottom: 1px solid rgba(255,255,255,0.09);
}
.compare-th-3 {
  text-align: left;
  padding: 20px 22px;
  font-size: 15px;
  font-weight: 500;
  color: #A09A93;
  border-bottom: 1px solid rgba(255,255,255,0.09);
}
.compare-td {
  padding: 18px 22px;
  color: #7C766F;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.compare-td-2 {
  padding: 18px 22px;
  font-weight: 600;
  background: rgba(240,35,28,0.05);
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.compare-td-3 {
  padding: 18px 22px;
  color: #A09A93;
  border-bottom: 1px solid rgba(255,255,255,0.06);
}
.compare-td-4 {
  padding: 18px 22px;
  color: #7C766F;
}
.compare-td-5 {
  padding: 18px 22px;
  font-weight: 600;
  background: rgba(240,35,28,0.05);
}
.compare-td-6 {
  padding: 18px 22px;
  color: #A09A93;
}

/* --- PRICING --- */
.pricing-h2 {
  margin: 16px 0 0;
  font-size: clamp(32px,4.4vw,62px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 600;
  text-align: center;
  text-wrap: balance;
}
.pricing-div {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(320px,1fr));
  gap: 16px;
  margin: 48px 0 0;
  align-items: start;
}
.pricing-div-2 {
  border: 1px solid rgba(240,35,28,0.4);
  border-radius: 22px;
  background: linear-gradient(180deg,rgba(240,35,28,0.10),rgba(240,35,28,0) 55%),#121110;
  padding: 36px 32px 40px;
}
.pricing-div-3 {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pricing-h3 {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.pricing-span {
  font-family: 'Geist Mono',monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #F0231C;
  border: 1px solid rgba(240,35,28,0.45);
  padding: 5px 9px;
  border-radius: 999px;
}
.pricing-div-4 {
  display: flex;
  align-items: baseline;
  gap: 10px;
  margin: 22px 0 0;
}
.pricing-span-2 {
  font-size: clamp(46px,5.5vw,68px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
}
.pricing-span-3 {
  color: #A09A93;
  font-size: 16px;
}
.pricing-p {
  margin: 14px 0 0;
  color: #A09A93;
  font-size: 15px;
  line-height: 1.6;
}
.pricing-div-5 {
  display: grid;
  gap: 12px;
  margin: 28px 0 0;
}
.pricing-div-6 {
  display: flex;
  gap: 12px;
  align-items: flex-start;
  color: #E8E2DB;
  font-size: 15px;
}
.pricing-span-4 {
  color: #F0231C;
  line-height: 1.4;
}
.pricing-a {
  display: block;
  text-align: center;
  margin: 32px 0 0;
  background: #F0231C;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 24px;
  border-radius: 999px;
}
.pricing-div-7 {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 22px;
  background: #121110;
  padding: 36px 32px 40px;
}
.pricing-span-5 {
  font-size: clamp(46px,5.5vw,68px);
  font-weight: 600;
  letter-spacing: -0.04em;
  line-height: 1;
  color: #E8E2DB;
}
.pricing-span-6 {
  color: #7C766F;
  line-height: 1.4;
}
.pricing-a-2 {
  display: block;
  text-align: center;
  margin: 32px 0 0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: #F2EDE7;
  font-size: 16px;
  font-weight: 600;
  padding: 15px 24px;
  border-radius: 999px;
}
.pricing-div-8 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(180px,1fr));
  gap: 1px;
  margin: 16px 0 0;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 20px;
  overflow: hidden;
}
.pricing-div-9 {
  background: #0B0A09;
  padding: 30px 26px;
}
.pricing-div-10 {
  font-size: clamp(30px,3.4vw,42px);
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1;
}
.pricing-div-11 {
  margin: 10px 0 0;
  font-family: 'Geist Mono',monospace;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #7C766F;
}

/* --- QUOTES --- */
.quotes-div {
  display: flex;
  align-items: baseline;
  gap: 14px;
  flex-wrap: wrap;
  justify-content: center;
}
.quotes-h2 {
  margin: 0;
  font-size: clamp(28px,3.4vw,46px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.quotes-span {
  font-family: 'Geist Mono',monospace;
  font-size: 10.5px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #7C766F;
  border: 1px solid rgba(255,255,255,0.14);
  padding: 5px 9px;
  border-radius: 999px;
}
.quotes-div-2 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(280px,1fr));
  gap: 16px;
  margin: 40px 0 0;
}
.quotes-div-3 {
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  background: #121110;
  padding: 30px 28px 26px;
}
.quotes-p {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: -0.015em;
  color: #E8E2DB;
  text-wrap: pretty;
}
.quotes-div-4 {
  margin: 24px 0 0;
  display: flex;
  align-items: center;
  gap: 12px;
}
.quotes-div-5 {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  background: repeating-linear-gradient(135deg,#1A1715 0 6px,#221E1B 6px 12px);
}
.quotes-div-6 {
  font-size: 14px;
  font-weight: 600;
}
.quotes-div-7 {
  font-size: 13px;
  color: #7C766F;
}

/* --- FAQ --- */
.faq-div {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 48px;
}
.faq-h2 {
  margin: 0;
  font-size: clamp(32px,4.4vw,56px);
  line-height: 1.0;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.faq-p {
  margin: 18px 0 0;
  max-width: 380px;
  color: #A09A93;
  font-size: 16px;
  line-height: 1.6;
  text-wrap: pretty;
}
.faq-div-2 {
  display: grid;
  gap: 1px;
  background: rgba(255,255,255,0.09);
  border: 1px solid rgba(255,255,255,0.09);
  border-radius: 18px;
  overflow: hidden;
}
.faq-details {
  background: #0B0A09;
}
.faq-summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 22px 24px;
  font-size: 16px;
  font-weight: 500;
  color: #F2EDE7;
}
.faq-span {
  color: #F0231C;
  font-size: 20px;
  line-height: 1;
}
.faq-p-2 {
  margin: 0;
  padding: 0 24px 24px;
  color: #A09A93;
  font-size: 15px;
  line-height: 1.65;
  max-width: 620px;
}

/* --- CTA --- */
.cta-section {
  padding: 0 24px clamp(80px,10vw,140px);
}
.cta-div {
  max-width: 1240px;
  margin: 0 auto;
  position: relative;
  border: 1px solid rgba(240,35,28,0.3);
  border-radius: 26px;
  overflow: hidden;
  background: linear-gradient(180deg,rgba(240,35,28,0.14),rgba(240,35,28,0.02)),#121110;
  padding: clamp(48px,7vw,96px) clamp(28px,5vw,72px);
  text-align: center;
}
.cta-h2 {
  margin: 0;
  font-size: clamp(32px,4.8vw,68px);
  line-height: 1.0;
  letter-spacing: -0.04em;
  font-weight: 600;
  text-wrap: balance;
}
.cta-p {
  margin: 22px auto 0;
  max-width: none;
  color: #C0B9B1;
  font-size: 17px;
  line-height: 1.55;
  text-wrap: pretty;
}
.cta-a {
  background: #F0231C;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 16px 30px;
  border-radius: 999px;
}
.cta-div-2 {
  margin: 22px 0 0;
  font-family: 'Geist Mono',monospace;
  font-size: 11px;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #8A837C;
}

/* --- FOOTER --- */
.footer-footer {
  border-top: 1px solid rgba(255,255,255,0.07);
  padding: clamp(48px,6vw,72px) 24px 40px;
}
.footer-div {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(190px,1fr));
  gap: 40px;
}
.footer-div-2 {
  max-width: 280px;
}
.footer-div-3 {
  display: flex;
  align-items: center;
  gap: 10px;
}
.footer-img {
  width: 28px;
  height: 28px;
  border-radius: 46px;
  display: block;
}
.footer-span {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: -0.02em;
}
.footer-p {
  margin: 16px 0 0;
  color: #7C766F;
  font-size: 14px;
  line-height: 1.6;
}
.footer-div-4 {
  font-family: 'Geist Mono',monospace;
  font-size: 10.5px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #F0231C;
}
.footer-div-5 {
  display: grid;
  gap: 10px;
  margin: 18px 0 0;
}
.footer-a {
  color: #A09A93;
  font-size: 14px;
}
.footer-div-6 {
  max-width: 1240px;
  margin: 48px auto 0;
  padding-top: 24px;
  border-top: 1px solid rgba(255,255,255,0.07);
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
  font-family: 'Geist Mono',monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: #6E6862;
}
.footer-div-7 {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(6,5,5,0.72);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding: 24px;
  overflow-y: auto;
}
.footer-div-8 {
  width: 100%;
  max-width: 640px;
  margin: auto;
  background: #100E0D;
  border: 1px solid rgba(255,255,255,0.11);
  border-radius: 22px;
  padding: clamp(28px,4vw,44px);
  position: relative;
}
.footer-button {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 34px;
  height: 34px;
  border-radius: 999px;
  border: 1px solid rgba(255,255,255,0.14);
  background: rgba(255,255,255,0.04);
  color: #C9C2BA;
  font-size: 16px;
  line-height: 1;
  cursor: pointer;
  font-family: inherit;
}
.footer-div-9 {
  padding: 26px 0 6px;
  text-align: center;
}
.footer-h2 {
  margin: 18px 0 0;
  font-size: clamp(26px,3.2vw,38px);
  line-height: 1.05;
  letter-spacing: -0.03em;
  font-weight: 600;
}
.footer-p-2 {
  margin: 16px auto 0;
  max-width: 400px;
  color: #A09A93;
  font-size: 15px;
  line-height: 1.6;
}
.footer-button-2 {
  margin: 28px 0 0;
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.14);
  color: #F2EDE7;
  font-size: 15px;
  font-weight: 600;
  padding: 13px 26px;
  border-radius: 999px;
  cursor: pointer;
  font-family: inherit;
}
.footer-h2-2 {
  margin: 14px 0 0;
  font-size: clamp(26px,3.4vw,40px);
  line-height: 1.03;
  letter-spacing: -0.035em;
  font-weight: 600;
}
.footer-p-3 {
  margin: 14px 0 0;
  max-width: 440px;
  color: #A09A93;
  font-size: 15px;
  line-height: 1.6;
  text-wrap: pretty;
}
.footer-form {
  margin: 28px 0 0;
  display: grid;
  gap: 18px;
}
.footer-div-10 {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(210px,1fr));
  gap: 14px;
}
.footer-div-11 {
  display: grid;
  gap: 8px;
}
.footer-label {
  font-size: 13px;
  font-weight: 500;
  color: #C9C2BA;
}
.footer-input {
  width: 100%;
  background: #171412;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 13px 14px;
  color: #F2EDE7;
  font-family: inherit;
  font-size: 15px;
  outline: none;
}
.footer-select {
  width: 100%;
  background: #171412;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 13px 14px;
  color: #F2EDE7;
  font-family: inherit;
  font-size: 15px;
  outline: none;
  color-scheme: dark;
}
.footer-textarea {
  width: 100%;
  background: #171412;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 10px;
  padding: 13px 14px;
  color: #F2EDE7;
  font-family: inherit;
  font-size: 15px;
  line-height: 1.5;
  outline: none;
  resize: vertical;
}
.footer-div-12 {
  border: 1px solid rgba(240,35,28,0.4);
  background: rgba(240,35,28,0.08);
  border-radius: 10px;
  padding: 14px;
  font-size: 14px;
  line-height: 1.55;
  color: #E8E2DB;
}
.footer-a-2 {
  color: #F0231C;
  text-decoration: underline;
}
.footer-div-13 {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin: 4px 0 0;
}
.footer-button-3 {
  background: #F0231C;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  padding: 14px 30px;
  border-radius: 999px;
  border: none;
  cursor: pointer;
  font-family: inherit;
}
.footer-span-2 {
  font-family: 'Geist Mono',monospace;
  font-size: 10.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7C766F;
}

/* --- inline contact form (bottom of page) --- */
.contact-wrap {
  max-width: 680px;
  margin: 8px auto 0;
  text-align: left;
}
.contact-actions {
  justify-content: center;
  margin: 8px 0 0;
}

/* --- hero stat line --- */
.hero-stats {
  display: flex;
  gap: 10px;
  justify-content: center;
  flex-wrap: wrap;
  margin: 26px 0 0;
  font-family: 'Geist Mono',monospace;
  font-size: 11.5px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #7C766F;
}

/* --- anchor offset so the sticky header never covers the contact form --- */
#work,
#contact, #contactForm {
  scroll-margin-top: 88px;
}

/* --- section eyebrows that sit in a single-column header --- */
.formats-div > .formats-div-3 {
  text-align: center;
}

/* --- work gallery: single-clip categories share a row under the "All" tab --- */
.work-singles {
  display: grid;
  grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
  gap: 14px;
  align-items: start;
}

/* --- one type scale for every section title --- */
.formats-h2,
.work-h2,
.process-h2,
.compare-h2,
.pricing-h2,
.quotes-h2,
.faq-h2,
.cta-h2 {
  font-size: clamp(32px,4.4vw,62px);
  line-height: 1.05;
  letter-spacing: -0.035em;
  font-weight: 600;
}

/* titles that head a full-width, single-column section */
.formats-h2,
.work-h2,
.process-h2,
.compare-h2,
.pricing-h2,
.cta-h2 {
  text-align: center;
  text-wrap: balance;
}

/* --- matching intro copy under those titles --- */
.formats-p,
.work-p {
  margin: 20px 0 0;
  color: #A09A93;
  font-size: clamp(16px,1.3vw,18px);
  line-height: 1.65;
  text-align: center;
  text-wrap: pretty;
}

/* --- work gallery ---------------------------------------------------
   Two shapes, two rhythms: 9:16 verticals run three across,
   16:9 landscapes run two across. The per-category wrappers use
   display:contents so their tiles join the grid directly; [hidden]
   still wins over that, so tab switching keeps working.
   ------------------------------------------------------------------ */
.work-galleries {
  margin: 36px 0 0;
  display: grid;
  gap: 14px;
}

/* vertical reels — three columns */
#galleryFood { display: contents; }
.work-div-2 {
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 14px;
  margin: 0;
}
.work-div-3,
.work-div-6,
.work-div-8 {
  grid-column: auto;
  grid-row: auto;
  aspect-ratio: 9/16;
  margin: 0;
}

/* landscape cuts — two columns */
.work-singles {
  display: grid;
  grid-template-columns: repeat(2,1fr);
  gap: 14px;
  align-items: start;
}
#galleryBeauty,
#galleryWellness,
#galleryTech,
.work-div-9 {
  display: contents;
}
.work-div-10 {
  aspect-ratio: 16/9;
  margin: 0;
}

@media (max-width: 860px) {
  .work-div-2 { grid-template-columns: repeat(2,1fr); }
  .work-singles { grid-template-columns: 1fr; }
}
@media (max-width: 560px) {
  .work-div-2 { grid-template-columns: 1fr; }
}

/* --- contact form: 3 / 3 / 2 / 1 field rows --- */
.form-row-3 { grid-template-columns: repeat(3,1fr); }
.form-row-2 { grid-template-columns: repeat(2,1fr); }
@media (max-width: 720px) {
  .form-row-3 { grid-template-columns: repeat(2,1fr); }
}
@media (max-width: 520px) {
  .form-row-3,
  .form-row-2 { grid-template-columns: 1fr; }
}

/* --- footer social links --- */
.social-row {
  display: flex;
  gap: 10px;
  margin: 20px 0 0;
  flex-wrap: wrap;
}
.social-link {
  width: 34px;
  height: 34px;
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 999px;
  background: rgba(255,255,255,0.04);
  color: #A09A93;
  transition: background .18s ease, color .18s ease, border-color .18s ease;
}
.social-link:hover {
  background: rgba(255,255,255,0.10);
  color: #F2EDE7;
  border-color: rgba(255,255,255,0.22);
}
.social-link:focus-visible {
  outline: 2px solid #F0231C;
  outline-offset: 2px;
}
.social-link svg {
  width: 17px;
  height: 17px;
  display: block;
}
