@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Manrope:wght@400;500;600;700;800&display=swap');

:root {
  --ink: #0d1112;
  --ink-2: #151b1d;
  --paper: #f7f1e8;
  --paper-2: #e7ded1;
  --coral: #f15d54;
  --aqua: #6ec7c3;
  --steel: #9da9a9;
  --line: rgba(247, 241, 232, .16);
  --display: "Archivo Black", Impact, sans-serif;
  --body: "Manrope", Arial, sans-serif;
  --radius: 28px;
  --shell: min(1180px, calc(100vw - 48px));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--paper);
  background: var(--ink);
  font-family: var(--body);
  line-height: 1.6;
  text-rendering: optimizeLegibility;
}
body::selection { color: var(--ink); background: var(--aqua); }
img { display: block; max-width: 100%; }
a { color: inherit; }
button, input, textarea { font: inherit; }
button { color: inherit; }

.skip-link {
  position: fixed;
  left: 16px;
  top: -80px;
  z-index: 100;
  padding: 12px 18px;
  color: var(--ink);
  background: var(--aqua);
  border-radius: 999px;
  font-weight: 800;
}
.skip-link:focus { top: 16px; }

.site-header {
  position: absolute;
  inset: 0 0 auto;
  z-index: 20;
  border-bottom: 1px solid var(--line);
}
.nav {
  width: var(--shell);
  min-height: 86px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}
.brand {
  display: inline-flex;
  align-items: center;
  gap: 13px;
  text-decoration: none;
}
.brand img {
  width: 46px;
  height: 46px;
  border: 2px solid var(--coral);
  border-radius: 50%;
  object-fit: cover;
}
.brand strong { display: block; font-size: .92rem; letter-spacing: .03em; }
.brand span { display: block; color: var(--steel); font-size: .68rem; letter-spacing: .13em; text-transform: uppercase; }
.nav-links { display: flex; align-items: center; gap: 30px; }
.nav-links a {
  color: var(--paper-2);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-links a:hover { color: var(--aqua); }
.nav-links .nav-cta {
  padding: 12px 19px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 999px;
}
.menu-button { display: none; border: 0; background: transparent; }

.hero {
  position: relative;
  min-height: 930px;
  overflow: hidden;
  background:
    linear-gradient(rgba(110, 199, 195, .055) 1px, transparent 1px),
    linear-gradient(90deg, rgba(110, 199, 195, .055) 1px, transparent 1px),
    radial-gradient(circle at 84% 32%, rgba(241, 93, 84, .16), transparent 34%),
    var(--ink);
  background-size: 48px 48px, 48px 48px, auto, auto;
}
.hero::before, .hero::after {
  content: "";
  position: absolute;
  border: 2px solid var(--coral);
  border-radius: 50%;
  pointer-events: none;
}
.hero::before { width: 520px; height: 520px; left: -280px; bottom: -110px; }
.hero::after { width: 360px; height: 360px; left: -200px; bottom: -32px; border-color: var(--aqua); }
.hero-shell {
  position: relative;
  z-index: 2;
  width: var(--shell);
  min-height: 930px;
  margin: auto;
  padding-top: 126px;
  display: grid;
  grid-template-columns: .94fr 1.06fr;
  align-items: center;
  gap: 70px;
}
.eyebrow {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 20px;
  color: var(--aqua);
  font-size: .76rem;
  font-weight: 800;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow::before { content: ""; width: 38px; height: 3px; background: var(--coral); }
.hero h1, .section-title, .kit-title {
  margin: 0;
  font-family: var(--display);
  font-weight: 400;
  letter-spacing: -.055em;
  line-height: .92;
  text-transform: uppercase;
}
.hero h1 { max-width: 700px; font-size: clamp(4.4rem, 8.4vw, 7.4rem); }
.hero h1 span { display: block; color: var(--coral); }
.hero-lead { max-width: 650px; margin: 28px 0 0; color: #cad0cf; font-size: clamp(1rem, 1.5vw, 1.2rem); }
.hero-actions, .cta-row { display: flex; flex-wrap: wrap; gap: 13px; margin-top: 34px; }
.button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 0 24px;
  border: 1px solid transparent;
  border-radius: 999px;
  color: var(--ink);
  background: var(--coral);
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform .2s ease, background .2s ease;
}
.button:hover { transform: translateY(-2px); background: #ff786f; }
.button.secondary { color: var(--paper); background: transparent; border-color: var(--line); }
.button.secondary:hover { border-color: var(--aqua); background: rgba(110, 199, 195, .08); }
.hero-proof { display: flex; align-items: center; gap: 15px; margin-top: 42px; color: var(--steel); font-size: .78rem; }
.pulse { position: relative; width: 12px; height: 12px; background: var(--aqua); border-radius: 50%; }
.pulse::after { content: ""; position: absolute; inset: -7px; border: 1px solid var(--aqua); border-radius: 50%; opacity: .5; }

.hero-visual { position: relative; min-height: 680px; }
.hero-photo {
  position: absolute;
  inset: 0 0 0 52px;
  overflow: hidden;
  border-radius: 260px 260px 24px 24px;
  background: var(--ink-2);
}
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 54% 34%; }
.hero-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 58%, rgba(13, 17, 18, .78)); }
.hero-stamp {
  position: absolute;
  left: 0;
  top: 94px;
  width: 138px;
  height: 138px;
  display: grid;
  place-items: center;
  border: 2px solid var(--aqua);
  border-radius: 50%;
  color: var(--paper);
  background: var(--ink);
  font-size: .7rem;
  font-weight: 800;
  letter-spacing: .14em;
  text-align: center;
  text-transform: uppercase;
  transform: rotate(-10deg);
}
.hero-stamp b { display: block; color: var(--coral); font-family: var(--display); font-size: 1.2rem; }
.hero-card {
  position: absolute;
  right: -18px;
  bottom: 34px;
  z-index: 2;
  width: 230px;
  padding: 22px;
  color: var(--ink);
  background: var(--paper);
  border-radius: 20px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, .25);
}
.hero-card strong { display: block; font-family: var(--display); font-size: 2.2rem; line-height: 1; }
.hero-card span { display: block; margin-top: 7px; font-size: .72rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.marquee { overflow: hidden; border-block: 1px solid var(--line); background: #101516; }
.marquee-track { width: max-content; display: flex; gap: 30px; padding: 18px 0; animation: marquee 30s linear infinite; }
.marquee-track span { color: var(--paper-2); font-size: .73rem; font-weight: 800; letter-spacing: .15em; text-transform: uppercase; }
.marquee-track i { color: var(--coral); font-style: normal; }
@keyframes marquee { to { transform: translateX(-50%); } }

.section { padding: 120px 0; }
.section.light { color: var(--ink); background: var(--paper); }
.section.shell-section { width: var(--shell); margin: auto; }
.shell { width: var(--shell); margin: auto; }
.section-head { display: grid; grid-template-columns: 1.2fr .8fr; align-items: end; gap: 80px; margin-bottom: 58px; }
.section-title { max-width: 800px; font-size: clamp(3rem, 6vw, 5.7rem); }
.section-head p { margin: 0; color: #5a6565; font-size: 1.03rem; }
.section:not(.light) .section-head p { color: var(--steel); }

.about-grid { display: grid; grid-template-columns: .78fr 1.22fr; gap: 92px; align-items: center; }
.about-photo { position: relative; }
.about-photo img { width: 100%; aspect-ratio: .72; object-fit: cover; object-position: center 25%; border-radius: 220px 220px 24px 24px; }
.about-photo::before { content: ""; position: absolute; inset: -22px 28px 28px -22px; border: 2px solid var(--coral); border-radius: 220px 220px 24px 24px; z-index: -1; }
.number-chip { position: absolute; right: -34px; bottom: 55px; width: 150px; padding: 20px; background: var(--aqua); border-radius: 18px; }
.number-chip strong { display: block; font-family: var(--display); font-size: 2rem; line-height: 1; }
.number-chip span { display: block; margin-top: 8px; font-size: .7rem; font-weight: 800; text-transform: uppercase; }
.about-copy .section-title { color: var(--ink); }
.about-copy .lede { margin: 28px 0; font-size: 1.32rem; font-weight: 700; line-height: 1.45; }
.about-copy > p { color: #4f5b5b; }
.territories { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 34px; }
.territory { padding: 20px; border: 1px solid rgba(13, 17, 18, .13); border-radius: 16px; }
.territory b { display: block; color: var(--coral); font-size: .72rem; letter-spacing: .12em; text-transform: uppercase; }
.territory span { display: block; margin-top: 7px; font-weight: 800; }

.work-grid { display: grid; grid-template-columns: 1.15fr .85fr .85fr; gap: 16px; }
.work-card { position: relative; min-height: 530px; overflow: hidden; border-radius: 24px; text-decoration: none; background: var(--ink-2); }
.work-card:nth-child(2), .work-card:nth-child(3) { min-height: 450px; margin-top: 80px; }
.work-card img { width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.work-card:nth-child(1) img { object-position: center; }
.work-card:nth-child(2) img { object-position: center 35%; }
.work-card:nth-child(3) img { object-position: center 70%; }
.work-card:hover img { transform: scale(1.035); }
.work-card::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 42%, rgba(9, 12, 13, .94)); }
.work-copy { position: absolute; inset: auto 24px 24px; z-index: 2; }
.work-copy small { color: var(--aqua); font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.work-copy h3 { margin: 8px 0 5px; font-family: var(--display); font-size: 1.42rem; line-height: 1.06; text-transform: uppercase; }
.work-copy p { margin: 0; color: #c9d1d0; font-size: .82rem; }

.protocol { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; counter-reset: protocol; }
.protocol article { position: relative; padding: 34px; border: 1px solid var(--line); border-radius: 22px; counter-increment: protocol; }
.protocol article::before { content: "0" counter(protocol); color: var(--coral); font-family: var(--display); font-size: 3rem; }
.protocol h3 { margin: 24px 0 10px; font-size: 1.1rem; }
.protocol p { margin: 0; color: var(--steel); font-size: .9rem; }

.partner-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; }
.partner-card { display: flex; min-height: 330px; flex-direction: column; padding: 32px; border: 1px solid rgba(13, 17, 18, .14); border-radius: 24px; background: rgba(255, 255, 255, .32); }
.partner-index { color: var(--coral); font-family: var(--display); font-size: 2.5rem; }
.partner-card h3 { margin: auto 0 6px; font-family: var(--display); font-size: 1.45rem; text-transform: uppercase; }
.partner-card p { min-height: 46px; margin: 0 0 20px; color: #596363; font-size: .82rem; }
.coupon { display: flex; align-items: center; justify-content: space-between; gap: 14px; padding: 12px 14px; border: 1px dashed rgba(13, 17, 18, .32); border-radius: 12px; }
.coupon code { font-size: .78rem; font-weight: 800; }
.copy-coupon { border: 0; color: var(--ink); background: transparent; cursor: pointer; font-size: .68rem; font-weight: 800; text-transform: uppercase; }
.partner-link { margin-top: 18px; color: var(--ink); font-size: .72rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.coupon-note { margin: 20px 0 0; color: #6c7676; font-size: .75rem; }

.partnership {
  position: relative;
  overflow: hidden;
  padding: 100px 0;
  background: var(--coral);
}
.partnership::after { content: ""; position: absolute; width: 560px; height: 560px; right: -150px; top: -230px; border: 2px solid rgba(255,255,255,.55); border-radius: 50%; box-shadow: 0 0 0 70px rgba(255,255,255,.07), 0 0 0 140px rgba(255,255,255,.04); }
.partnership-grid { position: relative; z-index: 2; display: grid; grid-template-columns: 1.2fr .8fr; gap: 90px; align-items: center; }
.partnership h2 { margin: 0; color: #fff; font-family: var(--display); font-size: clamp(3.2rem, 6vw, 6rem); line-height: .94; letter-spacing: -.055em; text-transform: uppercase; }
.partnership p { margin: 0 0 25px; color: #fff; font-size: 1.1rem; font-weight: 600; }
.partnership .button { color: var(--paper); background: var(--ink); }

.site-footer { padding: 48px 0 28px; background: #090c0d; }
.footer-main { display: flex; align-items: center; justify-content: space-between; gap: 30px; padding-bottom: 38px; }
.footer-main .brand img { width: 58px; height: 58px; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: var(--steel); font-size: .75rem; font-weight: 800; text-decoration: none; text-transform: uppercase; }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 24px; border-top: 1px solid var(--line); color: #788383; font-size: .68rem; }

/* Media kit */
.kit-body { background: #e8e1d8; color: var(--ink); }
.kit-body .site-header { position: relative; color: var(--ink); background: #e8e1d8; border-color: rgba(13,17,18,.15); }
.kit-body .brand span, .kit-body .nav-links a { color: #526060; }
.kit-body .nav-links .nav-cta { color: var(--paper); background: var(--ink); }
.kit-cover { min-height: 760px; padding: 55px 0 80px; background: #e8e1d8; }
.kit-cover-grid { width: var(--shell); margin: auto; display: grid; grid-template-columns: .92fr 1.08fr; gap: 54px; align-items: stretch; }
.kit-cover-copy { display: flex; flex-direction: column; justify-content: center; padding: 50px 0; }
.kit-kicker { color: var(--coral); font-size: .75rem; font-weight: 800; letter-spacing: .16em; text-transform: uppercase; }
.kit-title { margin-top: 25px; font-size: clamp(4.5rem, 8.2vw, 7.8rem); }
.kit-cover-copy > p { max-width: 560px; margin: 25px 0 0; color: #536060; font-size: 1.05rem; }
.kit-cover-actions { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 34px; }
.kit-cover-photo { position: relative; overflow: hidden; min-height: 620px; border-radius: 260px 260px 24px 24px; background: var(--ink); }
.kit-cover-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 53%; }
.kit-cover-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(180deg, transparent 65%, rgba(13,17,18,.75)); }
.kit-cover-badge { position: absolute; left: 28px; bottom: 28px; z-index: 2; padding: 12px 17px; color: #fff; background: var(--coral); border-radius: 999px; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.kit-section { padding: 95px 0; }
.kit-section.dark { color: var(--paper); background: var(--ink); }
.kit-section.aqua { background: var(--aqua); }
.kit-heading { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; align-items: end; margin-bottom: 48px; }
.kit-heading h2 { margin: 0; font-family: var(--display); font-size: clamp(2.8rem, 5vw, 5rem); line-height: .95; letter-spacing: -.05em; text-transform: uppercase; }
.kit-heading p { margin: 0; color: #556161; }
.kit-section.dark .kit-heading p { color: var(--steel); }
.stats { display: grid; grid-template-columns: repeat(4, 1fr); border: 1px solid rgba(13,17,18,.16); border-radius: 24px; overflow: hidden; }
.stat { padding: 34px; border-right: 1px solid rgba(13,17,18,.16); }
.stat:last-child { border: 0; }
.stat strong { display: block; font-family: var(--display); font-size: clamp(2rem, 4vw, 4rem); line-height: 1; }
.stat span { display: block; margin-top: 12px; color: #546060; font-size: .73rem; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.source-note { margin-top: 14px; color: #687272; font-size: .7rem; }
.profile-grid { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.profile-photo { min-height: 620px; overflow: hidden; border-radius: 220px 220px 20px 20px; }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; }
.profile-copy blockquote { margin: 0 0 35px; color: var(--aqua); font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4.3rem); line-height: 1.02; text-transform: uppercase; }
.profile-copy p { color: #c4cecd; }
.territory-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; margin-top: 32px; }
.territory-list div { padding: 20px; border: 1px solid var(--line); border-radius: 16px; }
.territory-list b { color: var(--coral); }
.format-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; }
.format { min-height: 235px; padding: 28px; border: 1px solid rgba(13,17,18,.18); border-radius: 22px; }
.format strong { display: block; color: rgba(13,17,18,.35); font-family: var(--display); font-size: 3rem; }
.format h3 { margin: 22px 0 8px; font-size: 1rem; }
.format p { margin: 0; color: #425050; font-size: .84rem; }
.kit-gallery { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.kit-gallery > * { min-width: 0; }
.kit-gallery figure { margin: 0; min-height: 600px; overflow: hidden; border-radius: 24px; }
.kit-gallery img { width: 100%; height: 100%; object-fit: cover; }
.kit-gallery figure:first-child img { object-position: center 42%; }
.kit-gallery figure:last-child img { object-position: center; }
.gallery-note { display: flex; min-height: 600px; flex-direction: column; justify-content: flex-end; padding: 48px; color: var(--paper); background: var(--coral); border-radius: 24px; }
.gallery-note small { font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.gallery-note strong { display: block; margin-top: 18px; font-family: var(--display); font-size: clamp(2.2rem, 4vw, 4rem); line-height: 1; text-transform: uppercase; }
.gallery-note p { margin: 20px 0 0; color: #fff; }
.proposal-box { display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; padding: 70px; color: var(--paper); background: var(--ink); border-radius: 30px; }
.proposal-box h2 { margin: 0; font-family: var(--display); font-size: clamp(3rem, 5vw, 5.4rem); line-height: .94; letter-spacing: -.05em; text-transform: uppercase; }
.proposal-box p { margin: 0 0 24px; color: #c5cfce; }
.proposal-links { display: flex; flex-wrap: wrap; gap: 12px; }
.print-only { display: none; }

.reveal { opacity: 1; transform: none; }
.motion-ready .reveal { opacity: 0; transform: translateY(24px); transition: opacity .7s ease, transform .7s ease; }
.motion-ready .reveal.visible { opacity: 1; transform: none; }

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

@media (max-width: 900px) {
  :root { --shell: min(100% - 28px, 720px); }
  .nav { min-height: 76px; }
  .nav-links { display: none; position: absolute; top: 76px; left: 14px; right: 14px; padding: 24px; align-items: stretch; flex-direction: column; background: #111718; border: 1px solid var(--line); border-radius: 18px; }
  .nav-links.open { display: flex; }
  .kit-body .nav-links { background: var(--paper); }
  .menu-button { display: grid; width: 44px; height: 44px; place-items: center; border: 1px solid var(--line); border-radius: 50%; }
  .kit-body .menu-button { border-color: rgba(13,17,18,.18); }
  .hero-shell { min-height: auto; padding: 128px 0 70px; grid-template-columns: 1fr; gap: 55px; }
  .hero h1 { font-size: clamp(4rem, 17vw, 6.5rem); }
  .hero-visual { min-height: 640px; }
  .hero-photo { inset: 0 0 0 22px; }
  .hero-card { right: 2px; }
  .section { padding: 88px 0; }
  .section-head, .about-grid, .partnership-grid, .kit-cover-grid, .kit-heading, .profile-grid, .proposal-box { grid-template-columns: 1fr; gap: 42px; }
  .section-title { font-size: clamp(3rem, 12vw, 5rem); }
  .about-grid { gap: 65px; }
  .about-photo { max-width: 560px; margin: auto; }
  .number-chip { right: 12px; }
  .work-grid { grid-template-columns: 1fr; }
  .work-card, .work-card:nth-child(2), .work-card:nth-child(3) { min-height: 560px; margin-top: 0; }
  .protocol, .partner-grid, .format-grid { grid-template-columns: 1fr; }
  .partnership { padding: 80px 0; }
  .footer-main, .footer-bottom { align-items: flex-start; flex-direction: column; }
  .kit-cover { padding-top: 36px; }
  .kit-cover-copy { padding: 10px 0 0; }
  .kit-title { font-size: clamp(4.2rem, 17vw, 6.6rem); }
  .kit-cover-photo { min-height: 620px; }
  .stats { grid-template-columns: repeat(2, 1fr); }
  .stat:nth-child(2) { border-right: 0; }
  .stat:nth-child(-n+2) { border-bottom: 1px solid rgba(13,17,18,.16); }
  .proposal-box { padding: 40px 28px; }
}

@media (max-width: 560px) {
  .brand span { display: none; }
  .hero { min-height: auto; }
  .hero-shell { padding-top: 112px; }
  .hero h1 { font-size: 3.65rem; }
  .hero-lead { font-size: .96rem; }
  .hero-actions .button, .cta-row .button { width: 100%; }
  .hero-proof { align-items: flex-start; }
  .hero-visual { min-height: 520px; }
  .hero-photo { inset: 0; border-radius: 180px 180px 18px 18px; }
  .hero-stamp { top: 25px; width: 105px; height: 105px; }
  .hero-card { width: 185px; padding: 17px; }
  .about-photo img { aspect-ratio: .78; }
  .territories, .territory-list { grid-template-columns: 1fr; }
  .work-card, .work-card:nth-child(2), .work-card:nth-child(3) { min-height: 440px; }
  .partner-grid { gap: 12px; }
  .kit-cover-photo { min-height: 510px; }
  .kit-title { font-size: 3.8rem; }
  .kit-heading h2 { font-size: 2.45rem; }
  .stats { grid-template-columns: 1fr; }
  .stat { border-right: 0; border-bottom: 1px solid rgba(13,17,18,.16); }
  .stat:last-child { border: 0; }
  .kit-gallery { grid-template-columns: minmax(0, 1fr); }
  .kit-gallery figure { min-height: 500px; }
  .gallery-note { min-height: 500px; padding: 32px 28px; }
  .gallery-note strong { font-size: 1.85rem; overflow-wrap: anywhere; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .marquee-track { animation: none; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; }
}

@media print {
  @page { size: A4; margin: 10mm; }
  body, .kit-body { background: #fff !important; color: #111 !important; }
  .site-header, .site-footer, .print-action, .menu-button, .skip-link { display: none !important; }
  .motion-ready .reveal { opacity: 1 !important; transform: none !important; }
  .print-only { display: block; }
  .kit-cover { min-height: 0; padding: 0 0 16mm; background: #fff !important; page-break-after: always; }
  .kit-cover-grid { grid-template-columns: .95fr 1.05fr; gap: 10mm; width: 100%; }
  .kit-cover-photo { min-height: 180mm; }
  .kit-section { padding: 14mm 0; page-break-inside: avoid; }
  .kit-section.dark { color: #111 !important; background: #fff !important; }
  .kit-section.dark * { color: #111 !important; }
  .shell { width: 100%; }
  .profile-grid { grid-template-columns: .8fr 1.2fr; gap: 10mm; }
  .profile-photo { min-height: 170mm; }
  .format-grid { grid-template-columns: repeat(3, 1fr); }
  .format { min-height: 56mm; }
  .proposal-box { color: #fff !important; background: #111 !important; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
  .proposal-box * { color: #fff !important; }
  a { text-decoration: none; }
}
