:root {
  --eb-red: #d30b22;
  --eb-red-dark: #a60718;
  --eb-ink: #171515;
  --eb-muted: #6f6865;
  --eb-cream: #f3eee6;
  --eb-paper: #fffdf9;
  --eb-line: #ded7cd;
  --eb-white: #ffffff;
  --eb-max: 1180px;
  --eb-narrow: 820px;
  --eb-radius: 18px;
  --eb-shadow: 0 18px 50px rgba(23, 21, 21, 0.08);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--eb-paper); color: var(--eb-ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-size: 18px; line-height: 1.72; text-rendering: optimizeLegibility; }
a { color: inherit; }
img { max-width: 100%; height: auto; }
.screen-reader-text { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.eb-skip-link { position: fixed; z-index: 9999; left: 16px; top: -100px; background: #fff; padding: 10px 14px; }
.eb-skip-link:focus { top: 16px; }

.alignwide { width: min(calc(100% - 40px), var(--eb-max)); margin-left: auto !important; margin-right: auto !important; }
.alignfull { width: 100%; }
.eb-site-main > :not(.alignfull):not(.alignwide), .eb-prose { width: min(calc(100% - 40px), var(--eb-narrow)); margin-left: auto; margin-right: auto; }

.eb-site-header { position: sticky; top: 0; z-index: 1000; background: rgba(255,253,249,.94); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(222,215,205,.85); }
.eb-site-header__inner { width: min(calc(100% - 40px), var(--eb-max)); margin: 0 auto; min-height: 88px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.eb-brand { display: inline-flex; align-items: center; gap: 12px; text-decoration: none; color: var(--eb-ink); }
.eb-brand__seal { width: 54px; height: 54px; border-radius: 50%; display: grid; place-items: center; background: var(--eb-red); color: #fff; border: 4px solid #fff; outline: 2px solid var(--eb-red); flex: 0 0 auto; }
.eb-brand__seal span { font-weight: 900; letter-spacing: -0.05em; font-size: 18px; transform: translateX(-1px); }
.eb-brand__text { display: grid; line-height: 1.05; gap: 5px; }
.eb-brand__text strong { font-size: 21px; letter-spacing: .02em; }
.eb-brand__text small { font-size: 11px; text-transform: uppercase; letter-spacing: .12em; color: var(--eb-muted); font-weight: 750; }
.eb-nav__list { display: flex; align-items: center; gap: 24px; list-style: none; padding: 0; margin: 0; }
.eb-nav__list a { text-decoration: none; font-size: 14px; line-height: 1.3; font-weight: 750; }
.eb-nav__list a:hover, .eb-nav__list .current-menu-item > a { color: var(--eb-red); }
.eb-menu-toggle { display: none; width: 46px; height: 46px; border: 1px solid var(--eb-line); background: #fff; border-radius: 50%; padding: 11px; }
.eb-menu-toggle > span:not(.screen-reader-text) { display: block; height: 2px; background: var(--eb-ink); margin: 5px 0; }

.eb-hero { min-height: 690px; display: grid; align-items: center; position: relative; overflow: hidden; background: var(--eb-red); color: #fff; }
.eb-hero::before { content: ""; position: absolute; width: 560px; height: 560px; right: -120px; top: 70px; border: 85px solid rgba(255,255,255,.11); border-radius: 50%; }
.eb-hero::after { content: "CANADIAN CONTENT"; position: absolute; right: 6vw; bottom: 35px; font-weight: 900; font-size: clamp(40px,8vw,112px); letter-spacing: -.05em; color: rgba(255,255,255,.08); white-space: nowrap; pointer-events: none; }
.eb-hero__inner { width: min(calc(100% - 40px), var(--eb-max)); margin: 0 auto; padding: 110px 0 130px; position: relative; z-index: 2; max-width: var(--eb-max); }
.eb-display { font-size: clamp(72px, 13vw, 180px); line-height: .78; letter-spacing: -.075em; margin: 16px 0 28px; max-width: 1000px; }
.eb-hero__tagline { font-size: clamp(28px, 4vw, 58px); line-height: 1; letter-spacing: -.04em; margin: 0 0 26px; }
.eb-hero__lead { max-width: 720px; font-size: clamp(20px,2vw,27px); line-height: 1.5; margin: 0 0 34px; color: rgba(255,255,255,.92); }
.eb-kicker { margin: 0 0 12px; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 900; }
.eb-lead { font-size: clamp(21px,2.3vw,30px); line-height: 1.5; letter-spacing: -.015em; }

h1, h2, h3, h4 { font-family: ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif; font-weight: 900; letter-spacing: -.045em; line-height: 1.02; }
h1 { font-size: clamp(54px,7vw,104px); margin: 0 0 28px; }
h2 { font-size: clamp(38px,5vw,72px); margin: 0 0 24px; }
h3 { font-size: clamp(25px,3vw,38px); margin: 0 0 14px; }
p { margin-top: 0; margin-bottom: 1.25em; }

.eb-section { padding: 105px 0; }
.eb-section--statement { max-width: 970px; }
.eb-section--statement > p:not(.eb-kicker) { max-width: 880px; }
.eb-band { padding: 105px 0; }
.eb-band--cream { background: var(--eb-cream); }
.eb-band--red { background: var(--eb-red); color: #fff; }
.eb-band--red .wp-block-button.is-style-outline .wp-block-button__link { border-color: #fff; color: #fff; }
.eb-split { display: grid; grid-template-columns: .86fr 1.14fr; gap: clamp(40px,8vw,110px); align-items: start; }

.eb-benefits { display: grid; grid-template-columns: repeat(4,1fr); border-top: 1px solid var(--eb-line); border-bottom: 1px solid var(--eb-line); }
.eb-benefit { padding: 38px 28px 42px; border-right: 1px solid var(--eb-line); }
.eb-benefit:last-child { border-right: 0; }
.eb-benefit__num { font-size: 12px; font-weight: 900; color: var(--eb-red); letter-spacing: .12em; }
.eb-benefit h3 { font-size: 28px; }
.eb-benefit p:last-child { color: var(--eb-muted); font-size: 16px; line-height: 1.55; margin: 0; }

.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.wp-block-button__link { display: inline-flex; align-items: center; min-height: 50px; border-radius: 999px !important; padding: 13px 23px !important; background: var(--eb-ink); color: #fff; font-size: 14px; font-weight: 850; text-decoration: none; border: 2px solid var(--eb-ink); transition: transform .16s ease, background .16s ease; }
.wp-block-button__link:hover { transform: translateY(-2px); }
.eb-hero .wp-block-button__link { background: #fff; border-color: #fff; color: var(--eb-red); }
.wp-block-button.is-style-outline .wp-block-button__link { background: transparent; color: inherit; border: 2px solid currentColor; }
.eb-hero .wp-block-button.is-style-outline .wp-block-button__link { color: #fff; border-color: rgba(255,255,255,.8); }

.eb-manifesto-tease { max-width: 950px; }
.eb-final-cta { text-align: center; padding: 110px 0; max-width: 980px; }
.eb-final-cta > p { max-width: 770px; margin-left: auto; margin-right: auto; }
.eb-final-cta .wp-block-buttons { justify-content: center; }
.eb-final-cta__line { font-size: clamp(25px,3vw,42px); }

.eb-page-hero { padding: 118px 0 90px; background: var(--eb-cream); border-bottom: 1px solid var(--eb-line); }
.eb-page-hero--compact { padding: 80px 0 60px; }
.eb-page-hero .eb-lead { max-width: 880px; }
.eb-numbered-list { padding: 55px 0 90px; }
.eb-numbered-item { display: grid; grid-template-columns: 95px 1fr; gap: 22px; padding: 55px 0; border-bottom: 1px solid var(--eb-line); }
.eb-numbered-item__number { color: var(--eb-red); font-size: 14px; font-weight: 900; letter-spacing: .12em; }
.eb-numbered-item > .wp-block-group > p { max-width: 840px; }

.eb-company-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 18px; margin-top: 42px; }
.eb-company-card { background: #fff; border: 1px solid var(--eb-line); border-radius: var(--eb-radius); padding: 28px; box-shadow: 0 0 0 rgba(0,0,0,0); transition: transform .18s ease, box-shadow .18s ease; }
.eb-company-card:hover { transform: translateY(-4px); box-shadow: var(--eb-shadow); }
.eb-company-card__meta { display: flex; flex-wrap: wrap; gap: 7px 10px; margin-bottom: 20px; }
.eb-company-card__meta span { font-size: 10px; font-weight: 850; letter-spacing: .09em; text-transform: uppercase; color: var(--eb-red); }
.eb-company-card h3 { font-size: 29px; }
.eb-company-card__copy { font-size: 15px; line-height: 1.62; color: var(--eb-muted); }
.eb-text-link { display: inline-flex; gap: 7px; align-items: center; margin-top: 8px; font-size: 14px; font-weight: 850; color: var(--eb-ink); text-decoration: none; border-bottom: 2px solid var(--eb-red); }

.eb-facts { border-top: 1px solid var(--eb-line); }
.eb-fact { border-bottom: 1px solid var(--eb-line); }
.eb-fact__question { width: 100%; display: flex; justify-content: space-between; gap: 25px; align-items: center; border: 0; background: transparent; padding: 28px 0; color: var(--eb-ink); text-align: left; font: inherit; font-size: 23px; line-height: 1.25; font-weight: 850; cursor: pointer; }
.eb-fact__plus { color: var(--eb-red); font-size: 34px; line-height: 1; transition: transform .18s ease; }
.eb-fact__question[aria-expanded="true"] .eb-fact__plus { transform: rotate(45deg); }
.eb-fact__answer { padding: 0 55px 28px 0; max-width: 900px; color: var(--eb-muted); }

.eb-prose { padding-top: 95px; padding-bottom: 95px; }
.eb-prose h2 { margin-top: 75px; font-size: clamp(34px,4vw,54px); }
.eb-prose h2:first-child { margin-top: 0; }
.eb-punchline { color: var(--eb-red); font-size: clamp(36px,5vw,68px) !important; }

.eb-manifesto { background: var(--eb-ink); color: #fff; min-height: 100vh; }
.eb-manifesto__inner { padding: 120px 0 130px; max-width: 1030px; }
.eb-manifesto h1 { color: var(--eb-red); margin-bottom: 70px; }
.eb-manifesto__line { font-size: clamp(25px,3.3vw,45px); line-height: 1.35; letter-spacing: -.028em; font-weight: 680; padding: 35px 0; border-top: 1px solid rgba(255,255,255,.18); margin: 0; }
.eb-manifesto__finish { margin-top: 70px; padding-top: 70px; border-top: 6px solid var(--eb-red); }
.eb-manifesto__finish h2 { font-size: clamp(60px,9vw,130px); color: #fff; }
.eb-manifesto__closing { font-size: clamp(25px,3vw,42px); color: var(--eb-red); }

.eb-post-card { padding: 35px 0; border-bottom: 1px solid var(--eb-line); }
.eb-post-card h2 { font-size: 38px; }
.eb-post-card a { text-decoration: none; }

.eb-site-footer { background: var(--eb-ink); color: #fff; padding: 72px 0 25px; }
.eb-site-footer__inner { width: min(calc(100% - 40px), var(--eb-max)); margin: 0 auto; display: flex; justify-content: space-between; gap: 40px; padding-bottom: 55px; border-bottom: 1px solid rgba(255,255,255,.16); }
.eb-site-footer .eb-brand__text small { color: rgba(255,255,255,.58); }
.eb-site-footer__brand p { color: rgba(255,255,255,.65); font-size: 14px; margin: 18px 0 0; }
.eb-site-footer__links { display: flex; align-items: flex-start; gap: 22px; flex-wrap: wrap; }
.eb-site-footer__links a { color: #fff; text-decoration: none; font-size: 14px; font-weight: 750; }
.eb-site-footer__legal { width: min(calc(100% - 40px), var(--eb-max)); margin: 25px auto 0; display: flex; justify-content: space-between; gap: 40px; color: rgba(255,255,255,.48); font-size: 12px; line-height: 1.6; }
.eb-site-footer__legal p { max-width: 720px; margin: 0; }

@media (max-width: 980px) {
  .eb-nav__list { gap: 16px; }
  .eb-nav__list a { font-size: 12px; }
  .eb-benefits { grid-template-columns: repeat(2,1fr); }
  .eb-benefit:nth-child(2) { border-right: 0; }
  .eb-benefit:nth-child(-n+2) { border-bottom: 1px solid var(--eb-line); }
  .eb-company-grid { grid-template-columns: repeat(2,minmax(0,1fr)); }
}

@media (max-width: 760px) {
  body { font-size: 17px; }
  .alignwide, .eb-site-header__inner, .eb-site-footer__inner, .eb-site-footer__legal { width: min(calc(100% - 28px), var(--eb-max)); }
  .eb-site-header__inner { min-height: 74px; }
  .eb-brand__seal { width: 45px; height: 45px; }
  .eb-brand__text strong { font-size: 18px; }
  .eb-brand__text small { font-size: 9px; }
  .eb-menu-toggle { display: block; }
  .eb-nav { display: none; position: absolute; left: 0; top: 74px; width: 100%; background: var(--eb-paper); border-bottom: 1px solid var(--eb-line); padding: 10px 18px 22px; }
  .eb-nav.is-open { display: block; }
  .eb-nav__list { display: block; }
  .eb-nav__list li { border-bottom: 1px solid var(--eb-line); }
  .eb-nav__list a { display: block; padding: 16px 2px; font-size: 15px; }
  .eb-hero { min-height: auto; }
  .eb-hero::before { width: 300px; height: 300px; border-width: 45px; right: -150px; top: 40px; }
  .eb-hero::after { display: none; }
  .eb-hero__inner { width: min(calc(100% - 28px), var(--eb-max)); padding: 85px 0 90px; }
  .eb-display { font-size: clamp(66px, 24vw, 110px); }
  .eb-hero__tagline { font-size: 34px; }
  .eb-hero__lead { font-size: 20px; }
  .eb-section, .eb-band { padding-top: 72px; padding-bottom: 72px; }
  .eb-page-hero { padding: 78px 0 62px; }
  .eb-split { grid-template-columns: 1fr; gap: 15px; }
  .eb-benefits { grid-template-columns: 1fr; }
  .eb-benefit { border-right: 0; border-bottom: 1px solid var(--eb-line); padding: 28px 10px; }
  .eb-benefit:last-child { border-bottom: 0; }
  .eb-numbered-item { grid-template-columns: 1fr; gap: 4px; padding: 40px 0; }
  .eb-company-grid { grid-template-columns: 1fr; }
  .eb-company-card { padding: 24px; }
  .eb-fact__question { font-size: 19px; padding: 23px 0; }
  .eb-fact__answer { padding-right: 0; }
  .eb-manifesto__inner { padding: 80px 0 90px; }
  .eb-manifesto h1 { margin-bottom: 45px; }
  .eb-manifesto__line { padding: 27px 0; }
  .eb-site-footer__inner, .eb-site-footer__legal { display: block; }
  .eb-site-footer__links { margin-top: 35px; }
  .eb-site-footer__legal p + p { margin-top: 15px; }
}

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

.eb-contact-form { margin-top: 35px; padding: 32px; background: var(--eb-cream); border: 1px solid var(--eb-line); border-radius: var(--eb-radius); }
.eb-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.eb-contact-form label { display: block; font-size: 13px; font-weight: 850; letter-spacing: .02em; margin-bottom: 18px; }
.eb-contact-form input, .eb-contact-form textarea { display: block; width: 100%; margin-top: 8px; border: 1px solid #bdb4aa; background: #fff; color: var(--eb-ink); border-radius: 10px; padding: 13px 14px; font: inherit; font-size: 16px; }
.eb-contact-form input:focus, .eb-contact-form textarea:focus { outline: 3px solid rgba(211,11,34,.16); border-color: var(--eb-red); }
.eb-form-submit { border: 0; border-radius: 999px; background: var(--eb-red); color: #fff; padding: 14px 23px; font: inherit; font-size: 14px; font-weight: 850; cursor: pointer; }
.eb-form-notice { margin: 25px 0; padding: 14px 16px; border-radius: 10px; font-weight: 700; }
.eb-form-notice--success { background: #e9f7ec; border: 1px solid #9ac9a3; }
.eb-form-notice--error { background: #fff0f1; border: 1px solid #e2a0a7; }
.eb-hp { position: absolute !important; left: -9999px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }

.eb-age-gate { position: fixed; inset: 0; z-index: 99999; display: none; place-items: center; padding: 20px; background: rgba(23,21,21,.96); color: #fff; }
.eb-age-gate.is-visible { display: grid; }
.eb-age-gate__card { width: min(100%, 620px); text-align: center; padding: 48px 36px; background: var(--eb-paper); color: var(--eb-ink); border-radius: 22px; }
.eb-age-gate__card h2 { color: var(--eb-red); }
.eb-age-gate__card button { border: 0; border-radius: 999px; background: var(--eb-red); color: #fff; padding: 14px 24px; font: inherit; font-weight: 850; cursor: pointer; }

@media (max-width: 760px) {
  .eb-form-grid { grid-template-columns: 1fr; gap: 0; }
  .eb-contact-form { padding: 23px; }
}
