/* ==========================================================================
   JCE Films — jcefilms.com
   League Spartan (display) / Montserrat (body)
   Brand: navy #0b2a70 · sky #8bd3e6 · coral #ff7276 · yellow #ffd100 · teal #4cada7
   v3: dark, photography-led, no colour blocks, no treatments on photos.
   ========================================================================== */

:root {
  --page:   #060f26;   /* near-black navy ground */
  --panel:  #0b1c3f;   /* raised surface */
  --band:   #0b2a70;   /* the one saturated navy block */
  --ink:    #ffffff;
  --body:   #a9b7d6;
  --strong: #c2cde6;
  --soft:   #93a2c2;
  --line:   #22345c;
  --dash:   #2a3d68;

  --gold:  #ffd100;
  --teal:  #4cada7;
  --coral: #ff7276;
  --sky:   #8bd3e6;

  --display: "League Spartan", "Montserrat", system-ui, -apple-system, sans-serif;
  --text: "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1380px;
  --pad: clamp(1.3rem, 3.4vw, 2.6rem);
  --narrow: 76ch;
}

*, *::before, *::after { box-sizing: border-box; }

html { -webkit-text-size-adjust: 100%; scroll-behavior: smooth; scroll-padding-top: 5rem; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration:.01ms !important; transition-duration:.01ms !important; }
}

body {
  margin: 0; background: var(--page); color: var(--body);
  font-family: var(--text); font-size: 16px; line-height: 1.62;
  -webkit-font-smoothing: antialiased; overflow-x: hidden;
}

img { max-width: 100%; height: auto; display: block; }

h1, h2, h3, h4, .dsp {
  font-family: var(--display); color: var(--ink);
  font-weight: 700; letter-spacing: -0.045em; line-height: .86;
  margin: 0 0 .4em; text-wrap: balance;
}
h1 { font-size: clamp(2.4rem, 5.6vw, 5.25rem); }
h2 { font-size: clamp(1.85rem, 4.2vw, 3.5rem); }
h3 { font-size: clamp(1.1rem, 2vw, 1.5rem); letter-spacing: -0.035em; }
h4 { font-size: 1rem; }

p { margin: 0 0 1.05em; }
p:last-child { margin-bottom: 0; }
a { color: var(--gold); text-underline-offset: 3px; }
a:hover { color: var(--ink); }
strong { color: var(--ink); font-weight: 600; }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: var(--pad); }
.narrow { max-width: var(--narrow); }

section { padding: clamp(2.6rem, 5.5vw, 4.4rem) 0; }
.tight { padding: clamp(1.5rem, 3vw, 2.2rem) 0; }

/* labels ---------------------------------------------------------------- */
.lbl {
  font-family: var(--text); font-size: .6rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--soft);
  margin: 0;
}
.lbl-gold { color: var(--gold); }
.lbl-teal { color: var(--teal); }
.lbl-coral { color: var(--coral); }
.lbl-sky { color: var(--sky); }

.eyebrow { display: flex; align-items: center; gap: .7rem; margin-bottom: 1rem; }
.eyebrow .tick { width: 30px; height: 2px; background: var(--gold); flex: 0 0 auto; }
.eyebrow.teal .tick { background: var(--teal); }

.lede { font-size: clamp(.98rem, 1.5vw, 1.06rem); line-height: 1.6; }
.small { font-size: .85rem; }
.muted { color: var(--soft); }
.mt-2 { margin-top: 1.6rem; } .mt-3 { margin-top: 2.4rem; } .mb-2 { margin-bottom: 1.6rem; }
.center { text-align: center; }

.skip { position: absolute; left: -9999px; top: 0; z-index: 300;
  background: var(--gold); color: var(--page); padding: .8rem 1.3rem; font-weight: 700; }
.skip:focus { left: 0; color: var(--page); }

/* header ---------------------------------------------------------------- */
.site-header {
  position: absolute; top: 0; left: 0; right: 0; z-index: 60;
}
.site-header.solid {
  position: sticky; background: rgba(6,15,38,.93);
  backdrop-filter: saturate(150%) blur(12px); border-bottom: 1px solid var(--line);
}
.site-header .bar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1.2rem; padding-block: 1.3rem;
}
.brand { display: inline-flex; align-items: baseline; gap: .55rem; text-decoration: none; }
.brand .mk { font-family: var(--display); font-weight: 700; font-size: 1.2rem;
  color: #fff; letter-spacing: -.04em; }
.brand .sub { font-size: .6rem; font-weight: 700; letter-spacing: .2em;
  text-transform: uppercase; color: var(--gold); }

.nav { display: flex; align-items: center; gap: 1.6rem; }
.nav a {
  font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: #e4eaf7; text-decoration: none; padding-bottom: .25rem;
  border-bottom: 2px solid transparent;
}
.nav a:hover { color: var(--gold); }
.nav a[aria-current="page"] { color: var(--gold); border-bottom-color: var(--gold); }
.nav a.pill, .nav a.pill:hover {
  color: var(--page); background: var(--gold); border-radius: 999px;
  padding: .65rem 1.1rem; border-bottom: 0;
}
.nav-toggle {
  display: none; background: none; border: 1px solid rgba(255,255,255,.32);
  color: #fff; padding: .5rem .7rem; cursor: pointer; font-size: 1.05rem; line-height: 1;
}
@media (max-width: 1010px) {
  .nav-toggle { display: block; }
  .nav {
    position: absolute; top: 100%; left: 0; right: 0; flex-direction: column;
    align-items: stretch; gap: 0; background: var(--page);
    border-block: 1px solid var(--line); padding: .4rem var(--pad) 1.2rem;
  }
  .nav[hidden] { display: none; }
  .nav a { padding: .9rem 0; border-bottom: 1px solid var(--line); }
  .nav a.pill { margin-top: .8rem; text-align: center; }
}

/* hero ------------------------------------------------------------------ */
.hero { position: relative; overflow: hidden; background: var(--page); }
.hero > img {
  position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover;
}
.hero::after {
  content: ""; position: absolute; inset: 0; z-index: 1;
  background: linear-gradient(178deg, rgba(6,15,38,.55) 0%, rgba(6,15,38,.10) 30%,
                                      rgba(6,15,38,.52) 56%, rgba(6,15,38,.80) 78%, var(--page) 100%);
}
/* a dedicated scrim behind the nav, so it stays readable over a bright sky */
.hero::before {
  content: ""; position: absolute; top: 0; left: 0; right: 0; height: 230px; z-index: 1;
  background: linear-gradient(180deg, rgba(6,15,38,.92) 0%, rgba(6,15,38,.62) 42%,
                                      rgba(6,15,38,.18) 78%, transparent 100%);
}
.hero .inner {
  position: relative; z-index: 2;
  min-height: clamp(480px, 72vh, 700px);
  display: flex; flex-direction: column; justify-content: flex-end;
  padding-top: 7rem; padding-bottom: clamp(2rem, 4vw, 3rem);
}
.hero.short .inner { min-height: clamp(320px, 46vh, 440px); }
.hero h1 { color: #fff; max-width: 20ch; text-shadow: 0 4px 40px rgba(4,10,28,.5); }
.hero .sub {
  font-family: var(--display); font-weight: 600; color: #fff;
  font-size: clamp(1.25rem, 2.6vw, 2.15rem); line-height: 1.06;
  letter-spacing: -.04em; margin: 1.1rem 0 0;
}
.hero p.lede { color: #dde4f4; max-width: 52ch; text-shadow: 0 2px 18px rgba(4,10,28,.6); }
.hero-foot {
  display: flex; align-items: flex-end; justify-content: space-between;
  flex-wrap: wrap; gap: 1.4rem 2.4rem; margin-top: 1.3rem;
}
.hero-meta {
  position: absolute; z-index: 3; left: 0; right: 0; top: 5.4rem;
  display: flex; justify-content: space-between; gap: 1rem;
}
@media (max-width: 700px) { .hero-meta { display: none; } }
.rec { display: flex; align-items: center; gap: .5rem; }
.rec .dot { width: 7px; height: 7px; border-radius: 50%; background: var(--coral); }

.mark { position: absolute; z-index: 3; }
.mark.tl { left: 14px; top: 14px; } .mark.tr { right: 14px; top: 14px; }
@media (max-width: 700px) { .mark { display: none; } }

/* ticker ---------------------------------------------------------------- */
.ticker { border-block: 1px solid var(--line); overflow: hidden; }
.ticker .row {
  display: flex; gap: 1.1rem; white-space: nowrap; padding-block: .75rem;
  overflow-x: auto; scrollbar-width: none;
}
.ticker .row::-webkit-scrollbar { display: none; }

/* stats ----------------------------------------------------------------- */
.stats.full { max-width: none; }
.stats {
  display: flex; flex-wrap: wrap; gap: 1rem 3.2rem; align-items: baseline;
  padding-block: 1.5rem; border-bottom: 1px solid var(--line);
}
.stat { display: flex; align-items: baseline; gap: .55rem; }
.stat b { font-family: var(--display); font-size: clamp(1.5rem, 3vw, 2.1rem); line-height: 1; letter-spacing: -.045em; }
.stat .n { color: var(--soft); }
.stats .last { margin-left: auto; }
@media (max-width: 760px) { .stats .last { margin-left: 0; } }

/* alternating lanes ----------------------------------------------------- */
.lane { display: grid; grid-template-columns: 1fr 1fr; align-items: center; margin-top: clamp(2rem, 4vw, 3.2rem); }
.lane .shot { position: relative; aspect-ratio: 3 / 2; max-height: 450px; overflow: hidden; }
.lane .shot img { object-position: center 40%; }   /* default: vertical crops bite low, not through heads */
.lane .shot img.anchor-low { object-position: center 92%; }  /* for full-length subjects standing at the frame edge */
.lane .shot img { width: 100%; height: 100%; object-fit: cover; }
.lane .copy { padding-block: 1rem; }
.lane.img-left  .shot { margin-left: calc(var(--pad) * -1); }
.lane.img-left  .copy { padding-left: clamp(1.5rem, 3vw, 2.8rem); }
.lane.img-right .shot { margin-right: calc(var(--pad) * -1); order: 2; }
.lane.img-right .copy { padding-right: clamp(1.5rem, 3vw, 2.8rem); }
@media (max-width: 860px) {
  .lane { grid-template-columns: 1fr; gap: 1.5rem; }
  .lane .shot { margin: 0 calc(var(--pad) * -1) !important; height: auto; aspect-ratio: 16 / 9; max-height: none; order: 0 !important; }
  .lane .copy { padding: 0 !important; }
}
.lane h2 { max-width: 13ch; }
.lane p { max-width: 46ch; }

.rules { margin: 1.2rem 0 0; }
.rules div { border-top: 1px dashed var(--dash); padding: .55rem 0; font-size: .92rem; color: var(--strong); }
.rules div:last-child { border-bottom: 1px dashed var(--dash); }

/* buttons --------------------------------------------------------------- */
.btn {
  display: inline-flex; align-items: center; gap: .5rem;
  font-family: var(--text); font-size: .6rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; text-decoration: none;
  padding: .95rem 1.5rem; border-radius: 999px; border: 2px solid transparent;
  transition: background .15s, color .15s, border-color .15s;
}
.btn-gold { background: var(--gold); color: var(--page); }
.btn-gold:hover { background: #fff; color: var(--page); }
.btn-line { border-color: rgba(255,255,255,.4); color: #fff; }
.btn-line:hover { border-color: #fff; background: #fff; color: var(--page); }
.btn-text {
  font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase;
  color: #fff; text-decoration: none; border-bottom: 2px solid var(--teal); padding-bottom: .3rem;
}
.btn-text:hover { color: var(--teal); }
.btn-row { display: flex; flex-wrap: wrap; gap: .8rem 1.4rem; align-items: center; }

/* quote frame ----------------------------------------------------------- */
.quote-frame { position: relative; overflow: hidden; }
.quote-frame > img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; filter: brightness(.46); }
.quote-frame::after {
  content: ""; position: absolute; inset: 0;
  background: linear-gradient(180deg, var(--page) 0%, rgba(11,42,112,.42) 42%, rgba(6,15,38,.78) 100%);
}
.quote-frame .inner { position: relative; z-index: 2; padding-block: clamp(3rem, 7vw, 5rem); }
.quote-frame h2 { max-width: 24ch; }

/* work ------------------------------------------------------------------ */
.sec-head {
  display: flex; align-items: baseline; justify-content: space-between;
  gap: 1rem; padding-bottom: .9rem; border-bottom: 1px solid var(--line); margin-bottom: 1.6rem;
}
.work-stagger { display: grid; grid-template-columns: 1.45fr 1fr; gap: 1.3rem; align-items: start; }
.work-stagger .col2 { display: flex; flex-direction: column; gap: 1.3rem; margin-top: 2.2rem; }
@media (max-width: 820px) {
  .work-stagger { grid-template-columns: 1fr; }
  .work-stagger .col2 { margin-top: 0; }
}
.videos { display: grid; grid-template-columns: repeat(auto-fill, minmax(290px, 1fr)); gap: 1.4rem; }

.vid .frame { position: relative; aspect-ratio: 16/9; overflow: hidden; background: var(--panel); }
.vid .frame img { width: 100%; height: 100%; object-fit: cover; }
.vid .frame iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.vid .frame button {
  position: absolute; inset: 0; width: 100%; height: 100%;
  background: none; border: 0; padding: 0; cursor: pointer;
}
.vid .frame .play {
  position: absolute; right: 12px; bottom: 12px; width: 40px; height: 40px;
  border-radius: 50%; background: var(--gold); display: grid; place-items: center;
  transition: transform .16s;
}
.vid .frame button:hover .play { transform: scale(1.09); }
.vid .frame .play i {
  width: 0; height: 0; border-left: 11px solid var(--page);
  border-top: 7px solid transparent; border-bottom: 7px solid transparent; margin-left: 3px;
}
.vid .frame .dur {
  position: absolute; left: 11px; top: 11px; background: rgba(6,15,38,.85);
  color: var(--gold); padding: .32rem .55rem;
  font-size: .58rem; font-weight: 700; letter-spacing: .14em;
}
.vid .meta { display: flex; align-items: baseline; justify-content: space-between; gap: 1rem; margin-top: .8rem; }
.vid .meta h3 { margin: .45rem 0 0; }
.vid .blurb { font-size: .85rem; color: var(--soft); margin: .5rem 0 0; max-width: 46ch; }
.vid.lg .meta h3 { font-size: clamp(1.2rem, 2.2vw, 1.6rem); }

/* package rows ---------------------------------------------------------- */
.pkg { display: grid; grid-template-columns: 230px 1fr; gap: clamp(1.2rem, 3vw, 2.8rem);
  padding-block: 1.7rem; border-top: 1px solid var(--line); align-items: start; }
.pkg:last-of-type { border-bottom: 1px solid var(--line); }
@media (max-width: 720px) { .pkg { grid-template-columns: 1fr; gap: .8rem; } }
.pkg .price { font-family: var(--display); font-size: clamp(1.9rem, 4vw, 2.6rem);
  line-height: 1; letter-spacing: -.045em; margin: .5rem 0 .35rem; }
.pkg .inc { display: flex; flex-wrap: wrap; gap: .5rem 1.4rem; margin-top: .9rem; }
.pkg .inc span { font-size: .88rem; color: var(--strong); }
.pkg .inc .d { color: var(--teal); }

.addon { display: grid; grid-template-columns: 230px 1fr; gap: clamp(1.2rem, 3vw, 2.8rem);
  align-items: center; margin-top: 2.2rem; }
@media (max-width: 720px) { .addon { grid-template-columns: 1fr; gap: .6rem; } }
.addon .big { font-family: var(--display); font-size: clamp(2rem, 4.5vw, 2.9rem);
  color: var(--coral); line-height: 1; letter-spacing: -.045em; }

/* plain numbered list ---------------------------------------------------- */
.steps { display: grid; gap: 0; border-top: 1px solid var(--line); margin-top: 1.6rem; }
.steps > div { display: grid; grid-template-columns: 54px 1fr; gap: 1.1rem;
  padding-block: 1.15rem; border-bottom: 1px solid var(--line); }
@media (max-width: 560px) { .steps > div { grid-template-columns: 1fr; gap: .25rem; } }
.steps b { font-family: var(--display); font-size: 1.2rem; color: var(--gold); line-height: 1.1; letter-spacing: -.03em; }
.steps h3 { font-size: 1.02rem; margin-bottom: .2rem; }
.steps p { font-size: .9rem; margin: 0; color: var(--soft); }

/* tables ---------------------------------------------------------------- */
.tscroll { overflow-x: auto; border: 1px solid var(--line); }
table { border-collapse: collapse; width: 100%; min-width: 660px; font-size: .88rem; }
thead th { background: var(--gold); color: var(--page); text-align: left;
  font-family: var(--text); font-size: .6rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; padding: .85rem 1rem; white-space: nowrap; }
tbody th { text-align: left; font-size: .6rem; font-weight: 700; letter-spacing: .18em;
  text-transform: uppercase; color: var(--soft); padding: .8rem 1rem; vertical-align: top; white-space: nowrap; }
tbody td { padding: .8rem 1rem; vertical-align: top; color: var(--strong); }
tbody tr + tr th, tbody tr + tr td { border-top: 1px solid var(--line); }
tbody tr:nth-child(even) { background: var(--panel); }
.yes { color: var(--teal); font-weight: 600; }

/* faq ------------------------------------------------------------------- */
.faq { border-top: 1px solid var(--line); margin-top: 1.6rem; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary { cursor: pointer; list-style: none; position: relative;
  padding: 1.1rem 2.4rem 1.1rem 0; font-family: var(--display); font-weight: 700;
  font-size: clamp(1rem, 1.8vw, 1.2rem); letter-spacing: -.03em; color: var(--ink); }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; position: absolute; right: .2rem; top: 50%;
  transform: translateY(-50%); font-size: 1.4rem; font-weight: 400; color: var(--gold); line-height: 1; }
.faq details[open] summary::after { content: "\2013"; }
.faq summary:hover { color: var(--gold); }
.faq .ans { padding: 0 2.4rem 1.2rem 0; }
.faq .ans p { font-size: .93rem; }

/* answer block (the AI-readable summary) --------------------------------- */
.answer { border-left: 2px solid var(--teal); padding-left: 1.4rem; }
.answer p { font-size: clamp(.98rem, 1.6vw, 1.08rem); line-height: 1.62; color: var(--strong); }

/* cards ----------------------------------------------------------------- */
.grid { display: grid; gap: 1.3rem; }
.g2 { grid-template-columns: repeat(auto-fit, minmax(280px, 1fr)); }
.g3 { grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); }
.card { border-top: 2px solid var(--line); padding-top: 1rem; }
.card h2 { font-size: 1.15rem; margin-bottom: .4rem; }
.card p { font-size: .9rem; color: var(--soft); margin: 0; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.6rem, 4vw, 3.4rem); align-items: start; }
@media (max-width: 860px) { .split { grid-template-columns: 1fr; } }
.figure img { width: 100%; object-fit: cover; }

.note { border-left: 2px solid var(--sky); padding-left: 1.3rem; }
.note p { font-size: .95rem; }

.quote { border-left: 2px solid var(--gold); padding-left: 1.3rem; margin: 0;
  font-family: var(--display); font-weight: 600; color: var(--ink);
  font-size: clamp(1.05rem, 2vw, 1.32rem); line-height: 1.34; letter-spacing: -.02em; }
.quote cite { display: block; margin-top: .9rem; font-family: var(--text); font-style: normal;
  font-size: .6rem; font-weight: 700; letter-spacing: .2em; text-transform: uppercase; color: var(--soft); }

.logos { display: flex; flex-wrap: wrap; gap: .8rem 2rem; align-items: center; }
.logos span { font-family: var(--display); font-weight: 600; font-size: .95rem;
  color: var(--soft); letter-spacing: -.02em; }

/* the one navy band ------------------------------------------------------ */
.band { background: var(--band); }
.band h2, .band .dsp { color: #fff; }
.band p { color: #cbd8f2; }

/* close + footer --------------------------------------------------------- */
.close { border-top: 1px solid var(--line); padding-top: clamp(2rem, 4vw, 3rem); }
.close-row { display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 1.8rem 2.5rem; }
.close h2 { max-width: 16ch; }
.contact-big { text-align: right; }
@media (max-width: 700px) { .contact-big { text-align: left; } }
.contact-big a {
  display: block; font-family: var(--display); font-weight: 700;
  font-size: clamp(1.15rem, 2.6vw, 1.8rem); letter-spacing: -.04em;
  text-decoration: none; margin-bottom: .4rem;
}
.contact-big a.mail { color: var(--gold); }
.contact-big a.tel { color: #fff; }
.contact-big a:hover { color: var(--teal); }

.site-footer { border-top: 1px solid var(--line); padding: 2.6rem 0 2rem; margin-top: clamp(2.5rem, 5vw, 4rem); }
.footer-grid { display: grid; grid-template-columns: 1.7fr 1fr 1fr 1.2fr; gap: 1.8rem; }
@media (max-width: 820px) { .footer-grid { grid-template-columns: 1fr 1fr; } }
@media (max-width: 480px) { .footer-grid { grid-template-columns: 1fr; } }
.site-footer h2 { font-family: var(--text); font-size: .6rem; font-weight: 700;
  letter-spacing: .2em; text-transform: uppercase; color: var(--gold); margin-bottom: .8rem; }
.site-footer ul { list-style: none; margin: 0; padding: 0; }
.site-footer li { margin-bottom: .45rem; font-size: .88rem; }
.site-footer a { color: var(--body); text-decoration: none; }
.site-footer a:hover { color: var(--gold); }
.footer-bottom { display: flex; flex-wrap: wrap; justify-content: space-between; gap: .6rem 2rem;
  margin-top: 2.2rem; padding-top: 1.2rem; border-top: 1px solid var(--line);
  font-size: .75rem; color: var(--soft); }

/* pullout line ----------------------------------------------------------- */
.pullout.teal { border-left-color: var(--teal); }
.pullout {
  font-family: var(--display); font-weight: 700; color: var(--ink);
  font-size: clamp(1.15rem, 2.3vw, 1.6rem); line-height: 1.22; letter-spacing: -.03em;
  border-left: 2px solid var(--gold); padding-left: 1.2rem;
  margin: 1.1rem 0 1.1rem; max-width: 26ch;
}

/* enlarged business lane -------------------------------------------------- */
.feature { padding-block: clamp(2.6rem, 6vw, 5rem); }
.split-photo { display: grid; grid-template-columns: 1.15fr .85fr;
  gap: clamp(1.8rem, 4vw, 3.6rem); align-items: stretch; }
@media (max-width: 900px) { .split-photo { grid-template-columns: 1fr; } }
.split-photo .figure { display: flex; }
.split-photo .figure img { width: 100%; height: 100%; min-height: 420px; object-fit: cover; object-position: center 32%; }
@media (max-width: 900px) { .split-photo .figure { order: -1; } .split-photo .figure img { min-height: 240px; } }

.fourup { display: grid; grid-template-columns: 1fr 1fr; gap: 1.3rem 2rem; }
@media (max-width: 560px) { .fourup { grid-template-columns: 1fr; } }
.fourup > div { border-top: 1px solid var(--line); padding-top: .8rem; }
.fourup h3 { font-size: 1.02rem; margin: .35rem 0 .3rem; }
.fourup p { font-size: .87rem; color: var(--soft); margin: 0; }

/* client logo row --------------------------------------------------------- */
.logos { gap: 1.4rem clamp(1.6rem, 4vw, 3rem); }
.logos .logo { display: inline-flex; align-items: center; }
.logos .logo img {
  height: 54px; width: auto; max-width: 190px; object-fit: contain;
  opacity: .78; transition: opacity .18s ease;
}
.logos .logo img:hover { opacity: 1; }
@media (max-width: 900px) { .logos .logo img { height: 44px; max-width: 150px; } }
@media (max-width: 560px) { .logos .logo img { height: 36px; max-width: 130px; } }

/* split hero (business) --------------------------------------------------- */
.hero-split { padding-top: clamp(6.5rem, 12vw, 9rem); padding-bottom: clamp(1.5rem, 4vw, 3rem); }
.hs-grid { display: grid; grid-template-columns: 1.02fr .98fr;
  gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
@media (max-width: 900px) { .hs-grid { grid-template-columns: 1fr; } }
.hs-copy { position: relative; padding-top: 1.6rem; }
.hs-grid.alt { grid-template-columns: .96fr 1.04fr; }
.hs-grid.alt .hs-photo img { aspect-ratio: 4 / 3; max-height: 520px; }
@media (max-width: 900px) { .hs-grid.alt .hs-photo img { aspect-ratio: 3 / 2; } }
.hs-copy h1 { font-size: clamp(2.1rem, 5.2vw, 4rem); line-height: .98;
  letter-spacing: -.045em; margin: .6rem 0 1rem; max-width: 15ch; }
.hs-copy .lede { max-width: 46ch; }
.hs-copy .btn-row { margin-top: 1.4rem; }
.hs-meta { display: flex; flex-wrap: wrap; align-items: center; gap: .8rem 1.6rem;
  margin-top: 1.8rem; padding-top: 1rem; border-top: 1px solid var(--line); }
.hs-photo img { width: 100%; aspect-ratio: 3 / 4; max-height: 620px; object-fit: cover;
  object-position: center 32%; display: block; margin-left: auto; }
@media (max-width: 900px) { .hs-photo img { aspect-ratio: 1 / 1; max-height: none; margin: 0; } }

/* price tiers ------------------------------------------------------------- */
.tier-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: clamp(1.4rem, 3vw, 2.6rem); margin-top: 1.6rem; }
.tier { border-top: 2px solid var(--line); padding-top: 1rem; }
.tier .price { font-family: var(--display); font-weight: 700; color: var(--ink);
  font-size: clamp(1.6rem, 3.4vw, 2.3rem); line-height: 1; letter-spacing: -.045em;
  margin: .55rem 0 .5rem; }
.tier h3 { font-size: 1.05rem; margin: 0 0 .4rem; color: var(--gold); }
.tier p { font-size: .9rem; color: var(--soft); margin: 0; }

/* work category nav ------------------------------------------------------- */
.catnav { display: flex; flex-wrap: wrap; gap: .5rem .4rem;
  padding-block: 1.2rem; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.catnav a { font-size: .62rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase;
  color: var(--soft); text-decoration: none; border: 1px solid var(--line);
  padding: .5rem .8rem; transition: color .15s ease, border-color .15s ease; }
.catnav a:hover { color: var(--gold); border-color: var(--gold); }

/* about portrait top ------------------------------------------------------ */
.portrait-top { padding-top: clamp(6.5rem, 12vw, 9rem); padding-bottom: clamp(1.5rem, 4vw, 2.6rem); }
.pt-grid { display: grid; grid-template-columns: .82fr 1.18fr;
  gap: clamp(1.6rem, 4vw, 3.4rem); align-items: center; }
@media (max-width: 860px) { .pt-grid { grid-template-columns: 1fr; } }
.pt-photo { position: relative; }
.pt-photo img { width: 100%; aspect-ratio: 4 / 5; object-fit: cover; display: block; }
@media (max-width: 860px) { .pt-photo img { aspect-ratio: 4 / 5; } }
.pt-copy h1 { font-size: clamp(2.3rem, 6vw, 4.4rem); line-height: .95;
  letter-spacing: -.05em; margin: .6rem 0 1rem; }
.pt-copy .lede { max-width: 50ch; }
.facts { display: grid; grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 1rem 1.6rem; margin: 1.8rem 0 0; padding-top: 1.2rem; border-top: 1px solid var(--line); }
.facts div { margin: 0; }
.facts dt { margin: 0 0 .3rem; }
.facts dd { margin: 0; font-family: var(--display); font-weight: 700; color: var(--ink);
  font-size: clamp(1rem, 1.9vw, 1.25rem); letter-spacing: -.03em; line-height: 1.15; }


/* credits list (everything else) ----------------------------------------- */
.catnav a.alt { color: var(--gold); border-color: rgba(255,209,0,.45); }
.credit-group { margin-top: clamp(1.4rem, 3vw, 2.2rem); }
.credit-group:first-child { margin-top: 0; }
.credits { border-top: 1px solid var(--line); margin-top: 1.1rem; }
.credit { display: grid; grid-template-columns: 86px 1fr; gap: 1.2rem;
  padding-block: 1.05rem; border-bottom: 1px solid var(--line); align-items: baseline; }
@media (max-width: 560px) { .credit { grid-template-columns: 1fr; gap: .2rem; } }
.credit .yr { color: var(--sky); padding-top: .25rem; }
.credit h3 { font-size: clamp(1.05rem, 2vw, 1.35rem); margin: 0 0 .3rem; letter-spacing: -.03em; }
.credit h3 a { color: var(--ink); text-decoration: none; border-bottom: 1px solid rgba(255,209,0,.5); }
.credit h3 a:hover { color: var(--gold); }
.credit p { font-size: .89rem; color: var(--soft); margin: .35rem 0 0; max-width: 60ch; }

/* highlight inside the answer block ------------------------------------- */
mark { background: none; color: var(--gold); font-weight: 700;
  box-shadow: inset 0 -.42em 0 rgba(255,209,0,.16); padding: 0 .12em; }

/* sub-line under a heading ------------------------------------------------ */
.sub-line { font-family: var(--display); font-weight: 600; color: var(--teal);
  font-size: clamp(.98rem, 1.9vw, 1.2rem); letter-spacing: -.02em;
  margin: -.3rem 0 1rem; }

/* small callout badges ---------------------------------------------------- */
.badge-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.2rem clamp(1.4rem, 3vw, 2.6rem); }
.badge { border-left: 2px solid var(--sky); padding: .1rem 0 .1rem 1.3rem; }
.badge:first-child { border-left-color: var(--teal); }
.badge p { font-size: .92rem; margin: .4rem 0 0; color: var(--strong); }
.badge a { color: var(--gold); }

/* custom county row: not the same colour as Package 1 --------------------- */
.addon.custom { border-top: 1px solid var(--line); padding-top: 1.7rem; }
.addon.custom .big { color: var(--ink); }

/* lead capture form ------------------------------------------------------- */
.signup { display: block; }
.signup[hidden] { display: none; }
.signup .lbl { display: block; margin: 0 0 .35rem; color: #cfdcf7; }
.signup input {
  display: block; width: 100%; margin: 0 0 1rem;
  background: rgba(0,0,0,.28); border: 1px solid rgba(255,255,255,.28);
  color: #fff; font-family: var(--text); font-size: .95rem; padding: .7rem .85rem;
}
.signup input:focus { outline: 3px solid var(--gold); outline-offset: 2px; border-color: var(--gold); }
.signup button { margin-top: .3rem; }
.signup-done { border-left: 3px solid var(--gold); padding: 1.1rem 0 .2rem 1.1rem; }
.signup-done .lbl { color: var(--gold); }
.signup-done p strong { color: #fff; font-size: 1.05rem; }

/* marked list — replaces the dashed .rules everywhere ---------------------- */
.marks { display: grid; gap: .72rem; margin: 1.2rem 0 0; padding: 0; list-style: none; }
.marks li, .marks > div {
  display: grid; grid-template-columns: 15px 1fr; gap: .8rem; align-items: start;
  font-size: .95rem; color: var(--strong); line-height: 1.5;
}
.marks li::before, .marks > div::before {
  content: ""; width: 9px; height: 9px; margin-top: .46rem;
  background: var(--gold); flex: 0 0 auto;
}
.marks.teal li::before, .marks.teal > div::before { background: var(--teal); }
.marks.sky  li::before, .marks.sky  > div::before { background: var(--sky); }
.marks.coral li::before, .marks.coral > div::before { background: var(--coral); }
.band .marks li, .band .marks > div { color: #cbd8f2; }

/* tiles — small colour-topped blocks, the "colour block" treatment --------- */
.tiles { display: grid; gap: clamp(.9rem, 1.6vw, 1.3rem);
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)); margin-top: 1.6rem; }
.tiles > div { background: var(--panel); padding: 1.15rem 1.2rem 1.3rem; position: relative; }
.tiles > div::before { content:""; position:absolute; left:0; right:0; top:0; height:4px; background: var(--gold); }
.tiles > div:nth-child(4n+2)::before { background: var(--teal); }
.tiles > div:nth-child(4n+3)::before { background: var(--sky); }
.tiles > div:nth-child(4n+4)::before { background: var(--coral); }
.tiles .n { display:block; font-family: var(--display); font-weight:700; font-size:1.1rem;
  letter-spacing:-.03em; color: var(--gold); margin-bottom:.35rem; }
.tiles > div:nth-child(4n+2) .n { color: var(--teal); }
.tiles > div:nth-child(4n+3) .n { color: var(--sky); }
.tiles > div:nth-child(4n+4) .n { color: var(--coral); }
.tiles h3 { font-size: 1.02rem; margin: 0 0 .4rem; }
.tiles p { font-size: .875rem; color: var(--soft); margin: 0; }
.band .tiles > div { background: rgba(0,0,0,.22); }
.band .tiles p { color: #b9c8ea; }

/* five-across step tiles -------------------------------------------------- */
.steps5 { display: grid; gap: clamp(.9rem,1.5vw,1.2rem);
  grid-template-columns: repeat(5, 1fr); margin-top: 1.8rem; }
@media (max-width: 1080px) { .steps5 { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 560px)  { .steps5 { grid-template-columns: 1fr; } }

/* a callout that has to be read ------------------------------------------- */
.callout { background: var(--panel); border-left: 4px solid var(--gold);
  padding: 1.3rem 1.5rem; margin: 1.6rem 0 0; }
.callout p:first-child { color: var(--ink); font-family: var(--display);
  font-weight: 700; font-size: clamp(1.02rem,1.9vw,1.25rem); letter-spacing:-.025em; margin-bottom:.6rem; }
.callout p { color: var(--strong); }

/* package rows: colour-topped, no longer just a rule ---------------------- */
.pkg { border-top: 0; }
.pkg-wrap { display: grid; gap: clamp(1rem,2vw,1.5rem); margin-top: 1.6rem; }
.pkg { background: var(--panel); padding: 1.5rem clamp(1.2rem,2.4vw,1.9rem) 1.7rem; position: relative; }
.pkg::before { content:""; position:absolute; left:0; right:0; top:0; height:4px; background: var(--accent, var(--gold)); }
.pkg:last-of-type { border-bottom: 0; }
.pkg .inc { margin-top: 1rem; }

/* two-tier comparison ----------------------------------------------------- */
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1rem,2.2vw,1.8rem); margin-top: 1.7rem; }
@media (max-width: 780px) { .duo { grid-template-columns: 1fr; } }
.duo > div { background: var(--panel); padding: 1.4rem clamp(1.1rem,2.2vw,1.6rem) 1.6rem; position: relative; }
.duo > div::before { content:""; position:absolute; left:0; right:0; top:0; height:4px; background: var(--gold); }
.duo > div:nth-child(2)::before { background: var(--sky); }
.duo .who { font-family: var(--text); font-size:.6rem; font-weight:700; letter-spacing:.18em;
  text-transform:uppercase; color: var(--gold); display:block; margin-bottom:.5rem; }
.duo > div:nth-child(2) .who { color: var(--sky); }
.duo h3 { font-size: clamp(1.15rem,2.2vw,1.5rem); margin:0 0 .1rem; letter-spacing:-.035em; }
.duo .len { font-family: var(--text); font-size:.78rem; color: var(--soft); display:block; margin-bottom:.9rem; }
.duo .how { font-size:.92rem; color: var(--strong); margin:0 0 .9rem; padding-bottom:.9rem;
  border-bottom:1px solid var(--line); }
.duo .for { font-size:.9rem; color: var(--soft); margin:0; }
.duo .rate { font-family: var(--display); font-weight:700; color: var(--ink); letter-spacing:-.03em;
  font-size:1.35rem; margin-top:1rem; display:block; }
.duo .rate small { font-family: var(--text); font-weight:400; font-size:.72rem; color: var(--soft);
  letter-spacing:.04em; display:block; margin-top:.2rem; }

/* itemised price breakdown ------------------------------------------------ */
.breakdown { background: var(--panel); margin-top: 1.5rem; }
.breakdown .row { display:grid; grid-template-columns: 1fr auto; gap:1rem;
  padding: .95rem clamp(1.1rem,2.2vw,1.6rem); border-top:1px solid var(--line); align-items:baseline; }
.breakdown .row:first-child { border-top:0; }
.breakdown .row .amt { font-family: var(--display); font-weight:600; color: var(--ink);
  letter-spacing:-.02em; font-size:1.02rem; white-space:nowrap; }
.breakdown .row b { font-family: var(--display); font-weight:700; color: var(--ink);
  letter-spacing:-.02em; font-size:1.02rem; }
.breakdown .row span.sm { display:block; font-size:.84rem; color: var(--soft); margin-top:.2rem; }
.breakdown .total { border-top:2px solid var(--gold); background: #182640; }
.breakdown .total b, .breakdown .total .amt { color: var(--gold); font-size:1.22rem; }

/* callout strip for the badge row ---------------------------------------- */
.strip { background: var(--panel); padding-block: clamp(1.6rem, 3vw, 2.4rem); }
.strip .badge { border-left-width: 3px; }

/* the quieter "also" block: plenty of air, a hairline, two tiles ---------- */
.also { padding-top: clamp(3.4rem, 7vw, 6rem); padding-bottom: clamp(2.4rem, 5vw, 4rem); }
.also .wrap > .tiles { border-top: 1px solid var(--line); padding-top: clamp(2rem, 4vw, 3rem); margin-top: 0; }
.tiles.two-up { grid-template-columns: 1fr 1fr; }
@media (max-width: 720px) { .tiles.two-up { grid-template-columns: 1fr; } }
.tiles.two-up h3 { font-size: clamp(1.05rem, 2vw, 1.3rem); margin-bottom: .5rem; }
.tiles.two-up p { font-size: .92rem; color: var(--strong); }
.tiles.two-up a { color: var(--gold); }

/* a hard stop that cannot be mistaken for a list item -------------------- */
.stopper { background: var(--band); padding: 1.4rem 1.5rem; margin-top: 1.8rem;
  border-left: 5px solid var(--gold); }
.stopper h3 { color: #fff; font-size: clamp(1.1rem, 2.1vw, 1.4rem); margin: 0 0 .5rem;
  letter-spacing: -.03em; max-width: 22ch; }
.stopper p { color: #cbd8f2; font-size: .93rem; margin: 0; }

/* the standalone feature band, walled off from what sits above it -------- */
.feature-band { background: var(--panel); border-top: 4px solid var(--gold);
  margin-top: clamp(2.6rem, 5vw, 4.5rem); }
.feature-band .tier { border-top-color: rgba(255,255,255,.22); }
.ff { font-size: .87rem; color: var(--soft); margin: .45rem 0 0; }

/* the bonus block on the lead magnet -------------------------------------- */
.bonus { border: 2px solid var(--gold); padding: 1.1rem 1.3rem; margin-top: 1.4rem; background: #0a2158; }
.bonus p { margin: .5rem 0 0; color: #dfe8fb; font-size: .92rem; }
.bonus p strong { color: var(--gold); font-family: var(--display); font-weight: 700;
  font-size: 1.06rem; letter-spacing: -.025em; }

/* subtotal row above the bundled total ------------------------------------ */
.breakdown .sub-total { color: var(--soft); }
.breakdown .sub-total b, .breakdown .sub-total .amt { color: var(--soft); font-weight: 500; }
.breakdown .sub-total .amt { text-decoration: line-through; }

:focus-visible { outline: 3px solid var(--gold); outline-offset: 3px; }

/* faces band — homepage proof row ---------------------------------------- */
.faces { padding: clamp(2.2rem, 5vw, 3.4rem) 0 clamp(2.4rem, 5vw, 3.6rem); }
.faces .lead { max-width: 58ch; }
.faces h2 { margin: .55rem 0 0; }
.faces .row {
  margin-top: clamp(1.4rem, 3vw, 2.2rem);
  display: grid; grid-template-columns: repeat(5, 1fr); gap: 4px;
}
.faces .row figure { margin: 0; position: relative; }
.faces .row img {
  display: block; width: 100%; aspect-ratio: 3 / 4; object-fit: cover;
  background: var(--panel);
}
.faces figcaption {
  font-family: var(--display); font-weight: 600; font-size: .7rem;
  letter-spacing: .055em; text-transform: uppercase; color: var(--strong);
  padding: .62rem .1rem 0; line-height: 1.4; text-wrap: balance;
}
@media (max-width: 1010px) {
  .faces .row { grid-template-columns: repeat(3, 1fr); }
  .faces .row figure:nth-child(n+4) { display: none; }
}
@media (max-width: 620px) {
  .faces .row { grid-template-columns: repeat(2, 1fr); }
  .faces .row figure:nth-child(n+3) { display: none; }
  .faces .row img { aspect-ratio: 4 / 5; }
}

/* small-screen crop corrections -------------------------------------------
   Boxes with a fixed pixel height turn into extreme letterboxes as the
   viewport narrows; every media box below is ratio-driven instead. */
@media (max-width: 560px) {
  .lane .shot { aspect-ratio: 3 / 2; }
  .hs-photo img { aspect-ratio: 4 / 5; }
  .hero .inner { min-height: clamp(430px, 58vh, 540px); }
  .split-photo .figure img { min-height: 0; aspect-ratio: 4 / 3; }
}
@media (max-width: 900px) and (min-width: 561px) {
  .split-photo .figure img { min-height: 0; aspect-ratio: 16 / 9; }
}

/* marks laid out as columns when they are given the full width ------------ */
.marks.cols { display: grid; grid-template-columns: repeat(2, minmax(0,1fr));
  gap: .1rem clamp(1.6rem, 4vw, 3.2rem); margin-top: .4rem; }
@media (min-width: 1100px) { .marks.cols { grid-template-columns: repeat(3, minmax(0,1fr)); } }
@media (max-width: 700px)  { .marks.cols { grid-template-columns: 1fr; } }
