@import url("https://fonts.googleapis.com/css2?family=Hanken+Grotesk:wght@400;500;600;700&family=Schibsted+Grotesk:wght@500;600;700;800&display=swap");
:root {
  --pbmit-global-color: #0073bd;
  --pbmit-secondary-color: #1f1d1d;
  --pbmit-light-color: #f6f6f6;
  --pbmit-white-color: #ffffff;
  --pbmit-blackish-color: #0073bd;
  --pbmit-accent-color: #afd616;
  --pbmit-navy-color: #000080;
  --pbmit-body-color: #666666;
  --pbmit-heading-color: #000000;
  --pbmit-line-color: #dce7ed;
  --pbmit-body-font: "Hanken Grotesk", Arial, sans-serif;
  --pbmit-heading-font: "Schibsted Grotesk", Arial, sans-serif;
}


a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
h1, h2, h3, h4 { color: var(--pbmit-heading-color); font-family: var(--pbmit-heading-font); }
.site-container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }

.brand { align-items: center; display: flex; gap: 14px; }
.brand img { height: 58px; object-fit: contain; width: 116px; }
.brand span { border-left: 1px solid #d7e1e7; display: flex; flex-direction: column; padding-left: 14px; }
.brand strong { color: var(--pbmit-navy-color); font-family: var(--pbmit-heading-font); font-size: 18px; line-height: 1.1; }
.brand small { color: var(--pbmit-global-color); font-size: 13px; font-weight: 600; margin-top: 4px; }
.desktop-nav { align-items: center; display: flex; gap: 26px; }
.desktop-nav > a { color: #1b2630; font-family: var(--pbmit-heading-font); font-size: 14px; font-weight: 600; }
.desktop-nav > a:hover { color: var(--pbmit-global-color); }
.desktop-nav .nav-cta { background: var(--pbmit-global-color); color: #fff; padding: 14px 20px; }
.desktop-nav .nav-cta:hover { background: var(--pbmit-navy-color); color: #fff; }

.hero { background: linear-gradient(112deg, #f5fafd 0%, #fff 58%, #edf8fd 100%); overflow: hidden; padding: 92px 0 84px; position: relative; }
.hero-grid { align-items: center; display: grid; gap: 72px; grid-template-columns: 1.15fr .85fr; position: relative; z-index: 2; }
.eyebrow { color: var(--pbmit-global-color); font-family: var(--pbmit-heading-font); font-size: 13px; font-weight: 700; letter-spacing: .12em; margin: 0 0 20px; text-transform: uppercase; }
.hero h1 { font-size: clamp(48px, 5vw, 74px); letter-spacing: -.045em; line-height: 1.02; margin: 0; max-width: 720px; }
.hero h1 span { color: var(--pbmit-global-color); display: block; }
.hero-name { color: var(--pbmit-navy-color); font-family: var(--pbmit-heading-font); font-size: 22px; font-weight: 700; letter-spacing: .08em; margin: 18px 0 0; text-transform: uppercase; }
.hero-lead { color: #4a5b65; font-size: 19px; line-height: 1.65; margin: 24px 0 0; max-width: 650px; }
.hero-actions { align-items: center; display: flex; flex-wrap: wrap; gap: 25px; margin-top: 34px; }
.primary-button { background: var(--pbmit-global-color); color: #fff; display: inline-flex; font-family: var(--pbmit-heading-font); font-weight: 600; gap: 18px; padding: 17px 24px; }
.primary-button:hover { background: var(--pbmit-navy-color); color:white; }
.text-button { color: #13242e; font-family: var(--pbmit-heading-font); font-weight: 600; }
.text-button:hover { color: var(--pbmit-global-color); }

.hero-card { background: #fff; border: 1px solid rgba(0,115,189,.15); box-shadow: 0 28px 70px rgba(3,39,61,.12); padding: 42px; position: relative; }
.hero-card-accent { background: var(--pbmit-accent-color); height: 7px; left: 0; position: absolute; top: 0; width: 40%; }
.card-kicker { color: var(--pbmit-global-color); font-size: 12px; font-weight: 700; letter-spacing: .12em; margin: 0 0 10px; text-transform: uppercase; }
.hero-card h2 { font-size: 27px; line-height: 1.3; margin: 0; }
.policy-list { border-top: 1px solid var(--pbmit-line-color); margin-top: 30px; }
.policy-list > div { align-items: center; border-bottom: 1px solid var(--pbmit-line-color); display: grid; gap: 16px; grid-template-columns: 38px 1fr; padding: 18px 0; }
.policy-list > div > span { color: var(--pbmit-global-color); font-family: var(--pbmit-heading-font); font-size: 13px; font-weight: 700; }
.policy-list p { display: flex; flex-direction: column; margin: 0; }
.policy-list strong { color: #111; font-family: var(--pbmit-heading-font); font-size: 15px; }
.policy-list small { color: #77848b; font-size: 13px; margin-top: 3px; }
.hero-orb { border: 1px solid rgba(0,115,189,.15); border-radius: 50%; position: absolute; }
.hero-orb-one { height: 420px; right: -140px; top: -165px; width: 420px; }
.hero-orb-two { bottom: -240px; height: 520px; left: -310px; width: 520px; }

.fact-strip { background: var(--pbmit-global-color); color: #fff; }
.fact-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.fact-grid p { border-right: 1px solid rgba(255,255,255,.25); display: flex; flex-direction: column; margin: 0; padding: 28px 24px; }
.fact-grid p:first-child { border-left: 1px solid rgba(255,255,255,.25); }
.fact-grid strong { color: #fff; font-family: var(--pbmit-heading-font); font-size: 23px; }
.fact-grid span { color: rgba(255,255,255,.76); font-size: 13px; margin-top: 3px; }

.skip-link { background: #fff; color: #000; left: 16px; padding: 10px 16px; position: fixed; top: -60px; z-index: 100; }
.skip-link:focus { top: 10px; }
.mobile-menu { display: none; position: relative; }
.section { padding: 108px 0; scroll-margin-top: 88px; }
.section-kicker { color: var(--pbmit-global-color); font-family: var(--pbmit-heading-font); font-size: 13px; font-weight: 700; letter-spacing: .12em; margin: 0 0 18px; text-transform: uppercase; }
.section-heading h2, .editorial-heading h2, .guidelines-intro h2, .submission-copy h2, .contact-grid h2 { font-size: clamp(38px, 4vw, 56px); letter-spacing: -.035em; line-height: 1.08; margin: 0; }

.about-grid { display: grid; gap: 80px; grid-template-columns: .9fr 1.1fr; }
.about-copy > p { color: #44545d; font-size: 18px; line-height: 1.75; margin: 0 0 22px; }
.scope-line { border-top: 1px solid var(--pbmit-line-color); display: flex; flex-wrap: wrap; gap: 10px 26px; margin-top: 34px; padding-top: 25px; }
.scope-line span { color: #172832; font-family: var(--pbmit-heading-font); font-size: 14px; font-weight: 600; }

.review-band { background: var(--pbmit-navy-color); color: #fff; padding: 78px 0; }
.review-grid { align-items: center; display: grid; gap: 90px; grid-template-columns: 1fr 1fr; }
.review-band h2 { color: #fff; font-size: clamp(36px, 3.6vw, 52px); letter-spacing: -.035em; line-height: 1.08; margin: 0; }
.light-kicker { color: var(--pbmit-accent-color); }
.review-copy > p:first-child { color: rgba(255,255,255,.78); font-size: 18px; line-height: 1.7; margin: 0; }
.fee-note { align-items: center; border-top: 1px solid rgba(255,255,255,.2); display: flex; gap: 20px; margin: 28px 0 0; padding-top: 24px; }
.fee-note span { color: var(--pbmit-accent-color); font-family: var(--pbmit-heading-font); font-size: 34px; font-weight: 700; }

.guidelines-section { background: var(--pbmit-light-color); }
.guidelines-grid { align-items: start; display: grid; gap: 90px; grid-template-columns: .8fr 1.2fr; }
.guidelines-intro { position: sticky; top: 130px; }
.guidelines-intro > p:not(.section-kicker) { font-size: 18px; line-height: 1.7; margin: 26px 0 0; }
.quick-check { background: var(--pbmit-global-color); color: #fff; margin-top: 35px; padding: 28px; }
.quick-check strong { color: #fff; font-family: var(--pbmit-heading-font); font-size: 16px; }
.quick-check p { color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.7; margin: 9px 0 0; }
.guideline-list { background: #fff; border-top: 5px solid var(--pbmit-accent-color); box-shadow: 0 20px 60px rgba(26,56,72,.08); }
.guideline-list details { border-bottom: 1px solid var(--pbmit-line-color); }
.guideline-list summary { align-items: center; color: #121d23; cursor: pointer; display: grid; font-family: var(--pbmit-heading-font); font-size: 18px; font-weight: 700; gap: 20px; grid-template-columns: 40px 1fr; list-style: none; padding: 25px 30px; position: relative; }
.guideline-list summary::-webkit-details-marker { display: none; }
.guideline-list summary::after { color: var(--pbmit-global-color); content: "+"; font-size: 26px; font-weight: 400; position: absolute; right: 30px; }
.guideline-list details[open] summary::after { content: "−"; }
.guideline-list summary span { color: var(--pbmit-global-color); font-size: 12px; }
.guideline-list details > div { padding: 0 35px 25px 90px; }
.guideline-list details > div p { color: #5a6870; line-height: 1.7; margin: 0 0 12px; }

.editorial-heading { align-items: end; display: grid; gap: 60px; grid-template-columns: 1fr .7fr; }
.editorial-heading > p { font-size: 17px; line-height: 1.7; margin: 0 0 6px; }
.lead-editor { background: var(--pbmit-global-color); color: #fff; margin-top: 55px; padding: 38px 42px; position: relative; }
.lead-editor::after { background: var(--pbmit-accent-color); content: ""; height: 100%; position: absolute; right: 0; top: 0; width: 9px; }
.role-label { color: var(--pbmit-global-color); font-family: var(--pbmit-heading-font); font-size: 12px; font-weight: 700; letter-spacing: .12em; margin: 0 0 11px; text-transform: uppercase; }
.lead-editor .role-label { color: var(--pbmit-accent-color); }
.lead-editor h3 { color: #fff; font-size: 34px; margin: 0; }
.lead-editor > p:last-child { color: rgba(255,255,255,.75); margin: 6px 0 0; }
.editorial-columns { display: grid; gap: 70px; grid-template-columns: 1fr 1fr; margin-top: 48px; }
.editorial-columns > div { border-top: 1px solid var(--pbmit-line-color); padding-top: 28px; }
.name-list, .compact-name-list { list-style: none; margin: 0; padding: 0; }
.name-list li { border-bottom: 1px solid var(--pbmit-line-color); display: flex; flex-direction: column; padding: 17px 0; }
.name-list strong { color: #111; font-family: var(--pbmit-heading-font); font-size: 18px; }
.name-list span { font-size: 14px; margin-top: 4px; }
.compact-name-list { display: grid; gap: 12px; grid-template-columns: 1fr 1fr; }
.compact-name-list li { color: #111; font-family: var(--pbmit-heading-font); font-size: 17px; font-weight: 600; padding: 10px 0; }

.advisory-section { background: #f2f7fa; }
.advisory-heading { max-width: 760px; }
.panel-grid { display: grid; gap: 34px; grid-template-columns: 1fr 1fr; margin-top: 55px; }
.panel-column { background: #fff; padding: 40px; }
.panel-column h3 { align-items: center; border-bottom: 1px solid var(--pbmit-line-color); display: flex; font-size: 25px; gap: 16px; margin: 0; padding-bottom: 22px; }
.panel-column h3 span { color: var(--pbmit-global-color); font-size: 12px; }
.panel-column ol { list-style: none; margin: 0; padding: 0; }
.panel-column li { border-bottom: 1px solid var(--pbmit-line-color); counter-increment: panel; padding: 22px 0 22px 36px; position: relative; }
.panel-column li::before { color: var(--pbmit-global-color); content: counter(panel, decimal-leading-zero); font-family: var(--pbmit-heading-font); font-size: 11px; font-weight: 700; left: 0; position: absolute; top: 27px; }
.panel-column li:last-child { border-bottom: 0; padding-bottom: 0; }
.panel-column li strong { color: #111; font-family: var(--pbmit-heading-font); font-size: 17px; }
.panel-column li p { font-size: 14px; line-height: 1.55; margin: 5px 0 0; }

.submission-section { background: #071b29; color: #fff; }
.submission-grid { align-items: start; display: grid; gap: 90px; grid-template-columns: 1.15fr .85fr; }
.submission-copy h2 { color: #fff; }
.submission-lead { color: rgba(255,255,255,.7); font-size: 18px; line-height: 1.7; margin: 26px 0 0; max-width: 690px; }
.step-list { list-style: none; margin: 42px 0 0; padding: 0; }
.step-list li { align-items: start; border-top: 1px solid rgba(255,255,255,.14); display: grid; gap: 20px; grid-template-columns: 40px 1fr; padding: 18px 0; }
.step-list li:last-child { border-bottom: 1px solid rgba(255,255,255,.14); }
.step-list span { color: var(--pbmit-accent-color); font-family: var(--pbmit-heading-font); font-size: 12px; font-weight: 700; padding-top: 4px; }
.step-list p { color: rgba(255,255,255,.84); margin: 0; }
.access-card { background: #fff; border-top: 6px solid var(--pbmit-accent-color); color: var(--pbmit-body-color); margin-top: 34px; padding: 42px; }
.access-card h3 { font-size: 34px; line-height: 1.18; margin: 0; }
.access-card > p:not(.card-kicker) { font-size: 17px; line-height: 1.7; margin: 20px 0 28px; }
.access-card .primary-button { width: 100%; justify-content: space-between; }
.access-contact { border-top: 1px solid var(--pbmit-line-color); display: flex; flex-direction: column; margin-top: 30px; padding-top: 23px; }
.access-contact span { font-size: 12px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.access-contact a { color: var(--pbmit-global-color); font-weight: 700; margin-top: 7px; }

.contact-grid { align-items: start; display: grid; gap: 100px; grid-template-columns: .9fr 1.1fr; }
.contact-grid > div > p:last-child { font-size: 17px; line-height: 1.7; margin: 24px 0 0; }
.contact-grid address { border-left: 6px solid var(--pbmit-accent-color); display: flex; flex-direction: column; font-style: normal; padding: 12px 0 12px 35px; }
.contact-grid address strong { color: #111; font-family: var(--pbmit-heading-font); font-size: 22px; margin-bottom: 18px; }
.contact-grid address span { line-height: 1.75; }
.contact-grid address a { color: var(--pbmit-global-color); font-family: var(--pbmit-heading-font); font-size: 18px; font-weight: 700; margin-top: 20px; }

footer { background: var(--pbmit-navy-color); color: rgba(255,255,255,.7); padding: 38px 0; }
.footer-grid { align-items: center; display: grid; gap: 30px; grid-template-columns: 1fr auto auto; }
.footer-brand { align-items: center; display: flex; gap: 16px; }
.footer-brand img { background: #fff; height: 48px; object-fit: contain; padding: 5px; width: 96px; }
.footer-brand span { color: #fff; font-family: var(--pbmit-heading-font); font-size: 14px; font-weight: 600; }
.footer-links { display: flex; gap: 22px; }
.footer-links a { font-size: 13px; }
.footer-links a:hover { color: var(--pbmit-accent-color); }
.footer-grid > p { font-size: 12px; margin: 0; }

@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .mobile-menu summary { background: var(--pbmit-global-color); color: #fff; cursor: pointer; font-family: var(--pbmit-heading-font); font-size: 14px; font-weight: 600; list-style: none; padding: 12px 17px; }
  .mobile-menu summary::-webkit-details-marker { display: none; }
  .mobile-menu nav { background: #fff; box-shadow: 0 18px 42px rgba(0,0,0,.15); display: flex; flex-direction: column; min-width: 230px; padding: 15px; position: absolute; right: 0; top: 48px; }
  .mobile-menu nav a { border-bottom: 1px solid var(--pbmit-line-color); color: #14232c; font-weight: 600; padding: 11px 7px; }
  .mobile-menu nav a:last-child { border-bottom: 0; }
  .hero { padding-top: 68px; }
  .hero-grid { gap: 44px; grid-template-columns: 1fr; }
  .hero-card { max-width: 620px; }
  .section { padding: 82px 0; }
  .about-grid, .review-grid, .guidelines-grid, .submission-grid, .contact-grid { gap: 50px; grid-template-columns: 1fr; }
  .guidelines-intro { position: static; }
  .editorial-heading { align-items: start; grid-template-columns: 1fr; }
  .panel-grid { grid-template-columns: 1fr; }
  .footer-grid { grid-template-columns: 1fr; }
}

@media (max-width: 700px) {
  .site-container { width: min(100% - 32px, 1180px); }
  .topbar-inner > span { display: none; }
  .topbar-inner { justify-content: center; }
  .topbar-links { gap: 16px; }
  .header-inner { min-height: 76px; }
  .brand img { height: 48px; width: 96px; }
  .brand strong { font-size: 16px; }
  .hero { padding: 56px 0; }
  .hero h1 { font-size: 43px; }
  .hero-lead { font-size: 17px; }
  .hero-card { padding: 34px 26px; }
  .fact-grid { grid-template-columns: repeat(2, 1fr); }
  .fact-grid p, .fact-grid p:first-child { border-bottom: 1px solid rgba(255,255,255,.2); border-left: 0; }
  .section { padding: 70px 0; }
  .about-grid, .review-grid, .guidelines-grid, .submission-grid, .contact-grid { gap: 38px; }
  .section-heading h2, .editorial-heading h2, .guidelines-intro h2, .submission-copy h2, .contact-grid h2 { font-size: 37px; }
  .guideline-list summary { font-size: 16px; gap: 12px; grid-template-columns: 32px 1fr; padding: 22px 45px 22px 20px; }
  .guideline-list summary::after { right: 20px; }
  .guideline-list details > div { padding: 0 20px 24px 64px; }
  .editorial-columns { gap: 35px; grid-template-columns: 1fr; }
  .compact-name-list { grid-template-columns: 1fr; }
  .lead-editor { padding: 32px 28px; }
  .panel-column { padding: 28px 22px; }
  .access-card { padding: 34px 25px; }
  .contact-grid address { padding-left: 24px; }
  .footer-links { flex-wrap: wrap; }
}

/* Motion and modern interaction layer */
.scroll-progress {
  background: linear-gradient(90deg, var(--pbmit-accent-color), #5dd5ff);
  height: 4px;
  left: 0;
  position: fixed;
  top: 0;
  transform: scaleX(0);
  transform-origin: left center;
  width: 100%;
  z-index: 120;
}

.site-header {
  transition: box-shadow .35s ease, background-color .35s ease, backdrop-filter .35s ease;
}

.site-header.scrolled {
  background: rgba(255,255,255,.91);
  backdrop-filter: blur(18px);
  box-shadow: 0 14px 34px rgba(0,28,48,.09);
}

.desktop-nav > a:not(.nav-cta) { position: relative; }
.desktop-nav > a:not(.nav-cta)::after {
  background: var(--pbmit-accent-color);
  bottom: -11px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .3s ease;
  width: 100%;
}
.desktop-nav > a.is-active:not(.nav-cta)::after,
.desktop-nav > a:not(.nav-cta):hover::after { transform: scaleX(1); }

.hero::before {
  background-image:
    linear-gradient(rgba(0,115,189,.045) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0,115,189,.045) 1px, transparent 1px);
  background-size: 56px 56px;
  content: "";
  inset: 0;
  mask-image: linear-gradient(to right, #000 0%, transparent 82%);
  position: absolute;
}

.hero h1 span {
  background: linear-gradient(105deg, var(--pbmit-global-color) 10%, #05a7d8 54%, var(--pbmit-navy-color) 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.hero-orb-one { animation: orbitDrift 9s ease-in-out infinite alternate; }
.hero-orb-two { animation: orbitDrift 12s ease-in-out infinite alternate-reverse; }
.hero-card, .access-card, .panel-column { will-change: transform; }
.hero-card { transform-style: preserve-3d; transition: box-shadow .35s ease, transform .16s ease-out; }
.hero-card:hover { box-shadow: 0 35px 90px rgba(3,39,61,.18); }
.hero-card > * { transform: translateZ(16px); }
.panel-column, .access-card { transition: box-shadow .35s ease, transform .35s ease; }
.panel-column:hover, .access-card:hover { box-shadow: 0 26px 70px rgba(3,39,61,.12); transform: translateY(-8px); }

.primary-button {
  overflow: hidden;
  position: relative;
  transition: background-color .3s ease, box-shadow .3s ease, transform .3s ease;
}
.primary-button::before {
  background: linear-gradient(110deg, transparent 20%, rgba(255,255,255,.33) 48%, transparent 76%);
  content: "";
  inset: 0;
  position: absolute;
  transform: translateX(-130%);
  transition: transform .65s ease;
}
.primary-button:hover { box-shadow: 0 14px 32px rgba(0,115,189,.25); transform: translateY(-3px); }
.primary-button:hover::before { transform: translateX(130%); }
.primary-button > span { transition: transform .3s ease; }
.primary-button:hover > span { transform: translate(3px,-3px); }

.scope-line span { transition: color .25s ease, transform .25s ease; }
.scope-line span:hover { color: var(--pbmit-global-color); transform: translateY(-2px); }
.guideline-list details > div { animation: detailsReveal .35s ease both; }
.guideline-list summary { transition: background-color .25s ease, color .25s ease; }
.guideline-list summary:hover { background: #f4f9fc; color: var(--pbmit-global-color); }
.step-list li { transition: background-color .25s ease, padding-left .25s ease; }
.step-list li:hover { background: rgba(255,255,255,.04); padding-left: 12px; }

.motion-ready .reveal {
  opacity: 0;
  transform: translateY(34px);
  transition:
    opacity .75s cubic-bezier(.2,.7,.2,1),
    transform .75s cubic-bezier(.2,.7,.2,1);
  transition-delay: var(--reveal-delay, 0ms);
}
.motion-ready .reveal.reveal-left { transform: translateX(-38px); }
.motion-ready .reveal.reveal-right { transform: translateX(38px); }
.motion-ready .reveal.is-visible { opacity: 1; transform: translate(0,0); }

@keyframes orbitDrift {
  from { transform: translate3d(0,0,0) scale(1); }
  to { transform: translate3d(-26px,28px,0) scale(1.08); }
}
@keyframes detailsReveal {
  from { opacity: 0; transform: translateY(-8px); }
  to { opacity: 1; transform: translateY(0); }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after {
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
  .motion-ready .reveal { opacity: 1; transform: none; }
}
