:root {
  --navy: #0b2341;
  --blue: #173b67;
  --red: #d72d36;
  --cream: #f4f0e7;
  --paper: #fffdf8;
  --ink: #17202b;
  --muted: #66717d;
  --line: #d7d8d4;
  --max: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: inherit; }
.wrap { width: min(calc(100% - 40px), var(--max)); margin-inline: auto; }
.skip-link {
  position: fixed;
  left: 12px;
  top: -80px;
  z-index: 20;
  padding: 10px 14px;
  background: white;
  color: var(--navy);
}
.skip-link:focus { top: 12px; }
.utility-bar {
  color: white;
  background: var(--navy);
  font-size: .75rem;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.utility-inner { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; padding: 8px 0; }
.utility-inner span:nth-child(2) { text-align: center; }
.utility-inner a { justify-self: end; color: white; font-weight: 800; text-decoration: none; }
.masthead {
  min-height: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
}
.brand {
  display: block;
  text-decoration: none;
}
.brand img { display: block; width: min(470px, 78vw); height: 104px; object-fit: contain; }
.facebook-button {
  padding: 11px 16px;
  color: var(--navy);
  border: 1px solid var(--navy);
  font-size: .82rem;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
}
.facebook-button:hover,
.facebook-button:focus { color: white; background: var(--navy); }
.main-nav { border-block: 1px solid var(--line); }
.nav-inner { display: flex; gap: clamp(20px, 4vw, 48px); overflow-x: auto; }
.nav-inner a {
  flex: 0 0 auto;
  padding: 14px 0 12px;
  border-bottom: 3px solid transparent;
  font-size: .78rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.nav-inner a:hover,
.nav-inner a:focus { border-color: var(--red); }
.ad-slot {
  min-height: 98px;
  margin-block: 28px;
  display: grid;
  place-items: center;
  align-content: center;
  border: 1px dashed #b7b9b7;
  color: #737a80;
  background: #f7f7f4;
  text-align: center;
}
.ad-slot span { font-size: .62rem; letter-spacing: .2em; }
.ad-slot p { margin: 5px 0 0; font-size: .8rem; }
.hero {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(280px, .8fr);
  gap: 26px;
}
.front-page {
  display: grid;
  grid-template-columns: minmax(210px, .7fr) minmax(0, 1.7fr) minmax(240px, .85fr);
  border-block: 4px double var(--navy);
}
.front-column, .lead-story, .latest-panel { min-width: 0; }
.front-left { padding-right: 24px; border-right: 1px solid var(--line); }
.front-brief { padding: 28px 0; border-bottom: 1px solid var(--ink); }
.front-brief:first-child { padding-top: 32px; }
.front-brief h2 { font-size: clamp(1.45rem, 2vw, 2rem); }
.front-brief p { color: var(--muted); font-size: .92rem; }
.front-brief a {
  color: var(--navy);
  font-size: .72rem;
  font-weight: 900;
  letter-spacing: .08em;
  text-decoration: none;
  text-transform: uppercase;
}
.front-page .lead-story {
  min-height: auto;
  display: block;
  padding: 32px 24px;
  background: var(--paper);
}
.front-page .lead-visual { min-height: 370px; }
.front-page .lead-copy { padding: 26px 0 6px; }
.front-page .lead-copy h1 { max-width: 16ch; margin-inline: auto; text-align: center; }
.front-page .lead-copy p { max-width: 60ch; margin-inline: auto; text-align: center; }
.front-page .lead-copy .eyebrow,
.front-page .lead-copy .text-link { display: block; text-align: center; }
.lead-photo { display: block; }
.lead-photo img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; }
.latest-panel { padding: 30px 0 30px 24px; border-left: 1px solid var(--line); }
.latest-heading {
  display: flex;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 3px solid var(--navy);
  color: var(--navy);
  font-size: .7rem;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}
.latest-panel ol { margin: 0 0 26px; padding: 0; list-style: none; }
.latest-panel li { border-bottom: 1px solid var(--line); }
.latest-panel li a { display: grid; grid-template-columns: 30px 1fr; gap: 12px; padding: 19px 0; text-decoration: none; }
.latest-panel time { color: var(--red); font: 700 1.35rem Georgia, serif; }
.latest-panel li span { color: var(--navy); font: 700 1.04rem/1.25 Georgia, serif; }
.latest-panel .facebook-button { display: block; text-align: center; }
.lead-story {
  min-height: 500px;
  display: grid;
  grid-template-columns: 1.08fr .92fr;
  background: var(--cream);
}
.lead-visual {
  min-height: 460px;
  position: relative;
  display: grid;
  place-items: center;
  overflow: hidden;
  color: white;
  background:
    linear-gradient(145deg, rgba(11,35,65,.1), rgba(11,35,65,.85)),
    radial-gradient(circle at 23% 24%, #e0ad44 0 3%, transparent 3.5%),
    linear-gradient(135deg, #2a5b83 0 48%, #0b2341 48%);
}
.lead-visual::before {
  content: "";
  position: absolute;
  width: 64%;
  aspect-ratio: 1;
  border: 2px solid rgba(255,255,255,.2);
  border-radius: 50%;
  transform: translate(-22%, 20%);
}
.flag-line {
  position: absolute;
  inset: 0 auto 0 18px;
  width: 7px;
  background: var(--red);
}
.australia-word {
  max-width: 7ch;
  font: 900 clamp(3.2rem, 6.4vw, 6.2rem)/.8 Georgia, serif;
  letter-spacing: -.05em;
  word-break: break-all;
  opacity: .96;
}
.visual-tag {
  position: absolute;
  left: 34px;
  bottom: 28px;
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .17em;
}
.lead-copy { padding: clamp(32px, 5vw, 62px); align-self: center; }
.eyebrow {
  display: inline-block;
  margin-bottom: 12px;
  color: var(--red);
  font-size: .67rem;
  font-weight: 900;
  letter-spacing: .18em;
  text-transform: uppercase;
}
.eyebrow.light { color: #f0ad55; }
h1, h2, h3 { margin-top: 0; color: var(--navy); font-family: Georgia, "Times New Roman", serif; line-height: 1.07; }
h1 { margin-bottom: 22px; font-size: clamp(2.35rem, 5vw, 5rem); letter-spacing: -.045em; }
h2 { margin-bottom: 18px; font-size: clamp(1.9rem, 3.4vw, 3.1rem); letter-spacing: -.035em; }
h3 { margin-bottom: 14px; font-size: 1.65rem; }
.lead-copy p { color: #3f4a55; font-size: 1.05rem; }
.text-link, .story-card a {
  color: var(--navy);
  font-size: .83rem;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}
.text-link:hover, .story-card a:hover { color: var(--red); }
.briefing { padding: 34px; color: white; background: var(--navy); }
.briefing h2 { color: white; font-size: 2.1rem; }
.briefing ul { margin: 26px 0 0; padding: 0; list-style: none; }
.briefing li { padding: 22px 0; border-top: 1px solid rgba(255,255,255,.2); }
.briefing strong, .briefing span { display: block; }
.briefing strong { font-family: Georgia, serif; font-size: 1.16rem; }
.briefing span { margin-top: 6px; color: #c7d2dd; font-size: .86rem; }
.section { padding-block: 86px; }
.section-heading {
  display: flex;
  justify-content: space-between;
  align-items: end;
  gap: 40px;
  margin-bottom: 36px;
  border-bottom: 1px solid var(--line);
}
.section-heading h2 { margin-bottom: 22px; }
.section-heading p { max-width: 480px; margin: 0 0 24px; color: var(--muted); }
.story-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; background: var(--line); }
.news-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 34px 24px; }
.news-card { border-top: 4px solid var(--navy); }
.news-card > a { display: block; overflow: hidden; }
.news-card img { display: block; width: 100%; aspect-ratio: 1; object-fit: cover; transition: transform .25s ease; }
.news-card > a:hover img { transform: scale(1.02); }
.news-card .category { margin: 18px 0 8px; }
.news-card h3 { font-size: 1.48rem; }
.news-card h3 a { text-decoration: none; }
.news-card h3 a:hover { color: var(--red); }
.news-card p { margin: 0; color: var(--muted); font-size: .92rem; }
.story-card { min-height: 350px; padding: 30px; background: var(--paper); }
.card-number { display: block; color: #bdc1c4; font: 700 1.3rem Georgia, serif; }
.category { display: block; margin: 38px 0 12px; color: var(--red); font-size: .65rem; font-weight: 900; letter-spacing: .15em; }
.story-card p { color: var(--muted); font-size: .93rem; }
.story-card a { display: inline-block; margin-top: 18px; }
.dark-section { padding-block: 88px; color: white; background: var(--navy); }
.two-column { display: grid; grid-template-columns: 1.4fr .75fr; gap: clamp(48px, 8vw, 110px); }
.dark-section h2 { color: white; }
.check-list { margin: 36px 0 0; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 42px 1fr; gap: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); }
.check-list li > span {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  color: var(--navy);
  background: white;
  border-radius: 50%;
  font-weight: 900;
}
.check-list strong { font-family: Georgia, serif; font-size: 1.18rem; }
.check-list p { margin: 5px 0 0; color: #c2ced9; font-size: .9rem; }
.newsletter { align-self: start; padding: 34px; color: var(--navy); background: var(--cream); }
.newsletter h2 { font-size: 2.35rem; }
.newsletter form { margin-top: 28px; }
.newsletter label { display: block; margin-bottom: 7px; font-size: .78rem; font-weight: 900; text-transform: uppercase; }
.newsletter input, .newsletter button {
  width: 100%;
  min-height: 48px;
  border: 1px solid var(--navy);
  font: inherit;
}
.newsletter input { padding: 0 12px; background: white; }
.newsletter .consent-row { display: grid; grid-template-columns: 18px 1fr; gap: 10px; align-items: start; margin-top: 14px; font-size: .72rem; font-weight: 600; line-height: 1.45; text-transform: none; }
.newsletter .consent-row input { width: 16px; min-height: 16px; margin-top: 2px; }
.honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.newsletter button { margin-top: 10px; color: white; background: var(--red); border-color: var(--red); font-weight: 900; cursor: pointer; }
.newsletter small { display: block; margin-top: 12px; color: var(--muted); line-height: 1.45; }
.guides { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; }
.guides article { scroll-margin-top: 20px; }
.responsibility-grid { display: grid; gap: 12px; }
.responsibility-grid div { padding: 17px; border-left: 4px solid var(--red); background: var(--cream); }
.responsibility-grid strong, .responsibility-grid span { display: block; }
.responsibility-grid span { margin-top: 4px; color: var(--muted); font-size: .9rem; }
.ad-slot-bottom { margin-bottom: 70px; }
.about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; border-top: 5px solid var(--navy); }
.policy-card { padding: 34px; background: var(--cream); }
.site-footer { padding: 54px 0 20px; color: white; background: #071a30; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; }
.footer-grid > div:first-child strong { font: 900 1.8rem Georgia, serif; }
.footer-grid h2 { margin-bottom: 12px; color: white; font: 800 .73rem sans-serif; letter-spacing: .15em; text-transform: uppercase; }
.footer-grid a { display: block; margin: 7px 0; color: #c8d2dc; font-size: .85rem; text-decoration: none; }
.copyright { margin-top: 44px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.14); color: #9babb9; font-size: .75rem; }
.article-shell { width: min(calc(100% - 40px), 820px); margin: 0 auto; padding: 54px 0 90px; }
.article-kicker { color: var(--red); font-size: .72rem; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.article-shell h1 { margin: 14px 0 18px; font-size: clamp(2.5rem, 6vw, 4.8rem); }
.standfirst { color: #3f4a55; font: 1.25rem/1.5 Georgia, serif; }
.byline { margin: 24px 0 32px; padding-block: 14px; border-block: 1px solid var(--line); color: var(--muted); font-size: .82rem; }
.byline strong { color: var(--ink); }
.article-hero { display: block; width: 100%; margin: 0 0 10px; }
.article-caption { margin: 0 0 34px; color: var(--muted); font-size: .75rem; }
.article-body { font: 1.08rem/1.75 Georgia, "Times New Roman", serif; }
.article-body h2 { margin-top: 44px; font-size: 2rem; }
.article-body a { color: var(--blue); text-decoration-thickness: 1px; }
.article-note { margin: 34px 0; padding: 20px 22px; border-left: 4px solid var(--red); background: var(--cream); font-family: Inter, sans-serif; font-size: .9rem; }
.source-list { margin-top: 50px; padding-top: 24px; border-top: 2px solid var(--navy); font-family: Inter, sans-serif; }
.source-list h2 { margin: 0 0 12px; font-size: 1.5rem; }
.source-list li { margin-bottom: 9px; font-size: .86rem; }
.article-back { display: inline-block; margin-top: 34px; color: var(--navy); font-size: .78rem; font-weight: 900; text-decoration: none; text-transform: uppercase; }

@media (max-width: 900px) {
  .hero, .lead-story, .two-column, .guides, .about-grid { grid-template-columns: 1fr; }
  .front-page { grid-template-columns: 1fr 1fr; }
  .front-page .lead-story { grid-column: 1 / -1; grid-row: 1; border-bottom: 1px solid var(--ink); }
  .front-left { border-right: 1px solid var(--line); }
  .latest-panel { border-left: 0; }
  .story-grid { grid-template-columns: 1fr; }
  .news-grid { grid-template-columns: repeat(2, 1fr); }
  .lead-visual { min-height: 350px; }
  .section-heading { align-items: start; flex-direction: column; gap: 0; }
  .section-heading p { margin-top: -10px; }
}

@media (max-width: 600px) {
  .wrap { width: min(calc(100% - 24px), var(--max)); }
  .utility-inner { grid-template-columns: 1fr auto; }
  .utility-inner span:nth-child(2) { display: none; }
  .masthead { min-height: 104px; }
  .brand img { height: 78px; }
  .facebook-button { display: none; }
  .front-page { grid-template-columns: 1fr; }
  .front-page .lead-story { grid-column: auto; }
  .front-left, .latest-panel { padding-inline: 0; border-inline: 0; }
  .front-left { border-bottom: 1px solid var(--ink); }
  .latest-panel { padding-top: 30px; }
  .latest-panel .facebook-button { display: block; }
  .news-grid { grid-template-columns: 1fr; }
  .hero { gap: 12px; }
  .lead-visual { min-height: 270px; }
  .lead-copy, .briefing, .story-card, .newsletter, .policy-card { padding: 24px; }
  .section, .dark-section { padding-block: 58px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1 / -1; }
}
