.press-page {
  --press-ink: #111;
  --press-muted: #686868;
  --press-line: #dedede;
  color: var(--press-ink);
  background: #fff;
}

.press-page *, .press-page *::before, .press-page *::after { box-sizing: border-box; }
.press-page > main, .press-page > main section, .press-page > main header { background: #fff; }
.press-page > main { overflow: clip; }
.press-page a { color: inherit; text-decoration: none; }
.press-wrap { width: min(1380px, calc(100% - 72px)); margin-inline: auto; }
.press-reading-wrap { width: min(820px, calc(100% - 48px)); margin-inline: auto; }
.press-kicker { margin: 0; color: var(--press-muted); font-size: 11px; font-weight: 700; letter-spacing: .14em; line-height: 1.4; text-transform: uppercase; }
.press-skip { position: fixed; z-index: 999; top: 12px; left: 12px; padding: 11px 15px; color: #fff !important; background: #111; transform: translateY(-160%); }
.press-skip:focus { transform: none; }

.press-hero { padding: 48px 0 50px; border-bottom: 1px solid var(--press-line); }
.press-hero__layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(180px, .24fr); gap: clamp(48px, 8vw, 120px); align-items: center; }
.press-hero__copy h1 { margin: 13px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: clamp(34px, 4vw, 48px); font-weight: 400; letter-spacing: -.035em; line-height: 1.04; }
.press-hero__copy > p:last-child { max-width: 760px; margin: 17px 0 0; color: #444; font-size: 15px; line-height: 1.68; }
.press-hero__mark { display: flex; justify-content: flex-end; }
.press-hero__mark .twb-exact-logo { width: min(190px, 100%); }

.press-section-nav { overflow-x: auto; border-bottom: 1px solid var(--press-line); background: #fff; scrollbar-width: none; }
.press-section-nav::-webkit-scrollbar { display: none; }
.press-section-nav .press-wrap { min-width: 680px; display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); }
.press-section-nav a { min-height: 64px; padding: 0 22px; display: flex; align-items: center; border-right: 1px solid var(--press-line); color: #5c5c5c; font-size: 13px; font-weight: 650; }
.press-section-nav a:first-child { border-left: 1px solid var(--press-line); }
.press-section-nav a[aria-current="page"] { color: #111; box-shadow: inset 0 -2px #111; }

.press-section { padding: clamp(54px, 6vw, 82px) 0; border-bottom: 1px solid #ededed; }
.press-section-head { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, .35fr); gap: clamp(40px, 7vw, 100px); align-items: end; }
.press-section-head--compact { margin-bottom: 34px; }
.press-section-head h2, .press-calendar-layout h2, .press-contact h2 { margin: 10px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: clamp(28px, 3vw, 40px); font-weight: 400; letter-spacing: -.035em; line-height: 1.08; }
.press-section-head > p, .press-contact header > p:last-of-type { margin: 0; color: var(--press-muted); font-size: 14px; line-height: 1.65; }

.press-asset-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
.press-asset-grid article { min-width: 0; overflow: hidden; display: flex; flex-direction: column; border: 1px solid var(--press-line); border-radius: 12px; background: #fff; }
.press-asset-grid figure { aspect-ratio: 4 / 3; margin: 0; display: grid; place-items: center; overflow: hidden; border-bottom: 1px solid var(--press-line); background: #fff; }
.press-asset-grid img { width: 100%; height: 100%; display: block; object-fit: contain; }
.press-asset-card__body { min-height: 188px; padding: 20px; display: flex; flex-direction: column; }
.press-asset-meta { margin: 0; display: flex; justify-content: space-between; gap: 16px; color: var(--press-muted); font-size: 10px; line-height: 1.4; }
.press-asset-meta span { font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.press-asset-grid h3 { margin: 18px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: 22px; font-weight: 400; line-height: 1.15; }
.press-asset-credit { margin: 9px 0 20px; color: var(--press-muted); font-size: 11px; line-height: 1.45; }
.press-asset-card__body > a { margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; border-top: 1px solid var(--press-line); font-size: 12px; font-weight: 700; }
.press-rights-note { margin-top: 26px; padding-top: 19px; display: flex; justify-content: space-between; gap: 28px; border-top: 1px solid var(--press-line); }
.press-rights-note p { margin: 0; color: var(--press-muted); font-size: 12px; line-height: 1.55; }
.press-rights-note a { font-size: 12px; font-weight: 700; white-space: nowrap; }

.press-programme-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--press-line); border-left: 1px solid var(--press-line); }
.press-programme-grid article { min-height: 220px; padding: 24px; display: flex; flex-direction: column; border-right: 1px solid var(--press-line); border-bottom: 1px solid var(--press-line); background: #fff; }
.press-programme-grid small { color: var(--press-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.press-programme-grid h3 { margin: 14px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: 24px; font-weight: 400; letter-spacing: -.025em; line-height: 1.12; }
.press-programme-grid a { margin-top: auto; padding-top: 14px; display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid #e7e7e7; font-size: 12px; font-weight: 700; }
.press-programme-grid i { font-style: normal; }
.press-fact-sheet { margin-top: 42px; padding-top: 34px; display: grid; grid-template-columns: minmax(220px, .45fr) minmax(0, 1.55fr); gap: clamp(44px, 7vw, 105px); border-top: 1px solid var(--press-line); }
.press-fact-sheet h3 { margin: 9px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: 27px; font-weight: 400; letter-spacing: -.025em; }
.press-fact-sheet ul { margin: 0; padding: 0; list-style: none; border-top: 1px solid var(--press-line); }
.press-fact-sheet li { padding: 14px 0; border-bottom: 1px solid var(--press-line); color: #393939; font-size: 13px; line-height: 1.58; }

.press-release-lead { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(230px, .45fr); border: 1px solid var(--press-line); border-radius: 12px; overflow: hidden; }
.press-release-lead > div { padding: clamp(28px, 4vw, 52px); }
.press-release-lead > div > p:first-child { margin: 0; display: flex; gap: 9px; color: var(--press-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.press-release-lead > div > p:first-child span { color: #111; }
.press-release-lead h3 { max-width: 840px; margin: 18px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: clamp(28px, 3.3vw, 42px); font-weight: 400; letter-spacing: -.035em; line-height: 1.06; }
.press-release-lead h3 + p { max-width: 750px; margin: 20px 0 0; color: var(--press-muted); font-size: 14px; line-height: 1.68; }
.press-release-lead footer { padding: 26px; display: flex; flex-direction: column; justify-content: flex-end; border-left: 1px solid var(--press-line); }
.press-release-lead footer time, .press-release-lead footer > span { color: var(--press-muted); font-size: 11px; line-height: 1.6; }
.press-release-lead footer a { margin-top: 28px; padding-top: 16px; display: flex; justify-content: space-between; border-top: 1px solid var(--press-line); font-size: 12px; font-weight: 700; }
.press-release-lead footer i { font-style: normal; }
.press-release-archive { margin-top: 18px; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 14px; }
.press-release-archive article { min-height: 250px; padding: 22px; display: flex; flex-direction: column; border: 1px solid var(--press-line); border-radius: 12px; }
.press-release-archive article > div { display: flex; justify-content: space-between; gap: 18px; color: var(--press-muted); font-size: 10px; }
.press-release-archive h3 { margin: 25px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: 22px; font-weight: 400; line-height: 1.15; }
.press-release-archive p { margin: 13px 0 22px; color: var(--press-muted); font-size: 12px; line-height: 1.6; }
.press-release-archive article > a { margin-top: auto; display: flex; justify-content: space-between; font-size: 12px; font-weight: 700; }
.press-empty-state { padding: clamp(32px, 5vw, 58px); border: 1px solid var(--press-line); border-radius: 12px; }
.press-empty-state span { color: var(--press-muted); font-size: 10px; font-weight: 700; letter-spacing: .09em; text-transform: uppercase; }
.press-empty-state h3 { margin: 13px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: 28px; font-weight: 400; }
.press-empty-state p { margin: 13px 0 0; color: var(--press-muted); font-size: 13px; }
.press-calendar-layout { display: grid; grid-template-columns: minmax(230px, .5fr) minmax(0, 1.5fr); gap: clamp(48px, 8vw, 120px); }
.press-calendar-list { border-top: 1px solid var(--press-line); }
.press-calendar-list article { min-height: 92px; padding: 18px 0; display: grid; grid-template-columns: minmax(0, 1fr) minmax(140px, .32fr); gap: 22px; border-bottom: 1px solid var(--press-line); }
.press-calendar-list h3 { margin: 0; font-family: var(--pub-display, Georgia, serif); font-size: 20px; font-weight: 400; }
.press-calendar-list p { margin: 7px 0 0; color: var(--press-muted); font-size: 12px; line-height: 1.55; }
.press-calendar-list strong { color: #555; font-size: 11px; line-height: 1.5; }

.press-contact__layout { display: grid; grid-template-columns: minmax(260px, .62fr) minmax(0, 1.38fr); gap: clamp(50px, 9vw, 130px); }
.press-contact header > p:last-of-type { margin-top: 17px; }
.press-contact header dl { margin: 27px 0 0; border-top: 1px solid var(--press-line); }
.press-contact header dl > div { padding: 13px 0; display: grid; grid-template-columns: 116px minmax(0, 1fr); gap: 18px; border-bottom: 1px solid var(--press-line); }
.press-contact dt { color: var(--press-muted); font-size: 9px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.press-contact dd { margin: 0; font-size: 12px; line-height: 1.5; }
.press-contact dd a { border-bottom: 1px solid #777; }
.press-enquiry-form { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.press-field { display: grid; gap: 8px; }
.press-field > span { color: #4e4e4e; font-size: 11px; font-weight: 700; }
.press-field input, .press-field select, .press-field textarea { width: 100%; min-height: 48px; padding: 12px 13px; color: #111; background: #fff; border: 1px solid #cfcfcf; border-radius: 8px; font: 14px/1.45 var(--pub-body, Arial, sans-serif); }
.press-field textarea { min-height: 150px; resize: vertical; }
.press-field--wide { grid-column: 1 / -1; }
.press-enquiry-consent { display: grid; grid-template-columns: 18px minmax(0, 1fr); gap: 9px; align-items: start; }
.press-enquiry-consent input { width: 17px; height: 17px; margin-top: 2px; }
.press-enquiry-consent span { color: #555; font-size: 12px; line-height: 1.55; }
.press-enquiry-honeypot { position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden; }
.press-enquiry-submit { display: flex; flex-wrap: wrap; align-items: center; gap: 18px; }
.press-enquiry-submit button { min-height: 46px; padding: 0 19px; color: #fff; background: #111; border: 1px solid #111; border-radius: 8px; font-size: 12px; font-weight: 700; cursor: pointer; }
.press-enquiry-submit button:disabled { cursor: wait; opacity: .6; }
.press-enquiry-submit span { color: var(--press-muted); font-size: 11px; }
.press-enquiry-result { padding: 16px 18px; display: grid; gap: 5px; color: #174d32; border: 1px solid #b9d6c4; border-radius: 8px; font-size: 13px; }
.press-enquiry-result[data-error] { color: #7d1d20; border-color: #dfb9b7; }
.press-protocol-list { border-top: 1px solid var(--press-line); }
.press-protocol-list article { padding: 18px 0; display: grid; grid-template-columns: minmax(150px, .34fr) minmax(0, 1fr) auto; gap: 30px; align-items: start; border-bottom: 1px solid var(--press-line); }
.press-protocol-list h3 { margin: 0; font-family: var(--pub-display, Georgia, serif); font-size: 20px; font-weight: 400; }
.press-protocol-list p { margin: 0; color: var(--press-muted); font-size: 12px; line-height: 1.62; }
.press-protocol-list a { font-size: 11px; font-weight: 700; white-space: nowrap; }

.press-release-hero { padding: clamp(58px, 8vw, 96px) 0 54px; border-bottom: 1px solid var(--press-line); }
.press-release-hero h1 { margin: 16px 0 0; font-family: var(--pub-display, Georgia, serif); font-size: clamp(34px, 4vw, 48px); font-weight: 400; letter-spacing: -.04em; line-height: 1.04; }
.press-release-hero h1 + p { margin: 22px 0 0; color: #444; font-family: var(--pub-display, Georgia, serif); font-size: 20px; line-height: 1.5; }
.press-release-hero dl { margin: 36px 0 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--press-line); }
.press-release-hero dl > div { padding: 13px 0; display: grid; grid-template-columns: 90px minmax(0, 1fr); gap: 15px; border-bottom: 1px solid var(--press-line); }
.press-release-hero dl > div:nth-child(odd) { padding-right: 20px; }
.press-release-hero dl > div:nth-child(even) { padding-left: 20px; border-left: 1px solid var(--press-line); }
.press-release-hero dt { color: var(--press-muted); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.press-release-hero dd { margin: 0; font-size: 12px; }
.press-release-body { padding: 44px 0 80px; }
.press-release-body > nav { padding-bottom: 18px; display: flex; gap: 10px; color: var(--press-muted); border-bottom: 1px solid var(--press-line); font-size: 11px; }
.press-release-dateline { margin: 38px 0 0; font-size: 13px; font-weight: 700; letter-spacing: .03em; text-transform: uppercase; }
.press-release-body > section { margin-top: 34px; }
.press-release-body h2 { margin: 0 0 16px; font-family: var(--pub-display, Georgia, serif); font-size: 28px; font-weight: 400; letter-spacing: -.025em; }
.press-release-body section p { margin: 0; color: #333; font-size: 16px; line-height: 1.78; }
.press-release-body section p + p { margin-top: 20px; }
.press-release-body blockquote { margin: 42px 0; padding: 28px 0; border-top: 1px solid var(--press-line); border-bottom: 1px solid var(--press-line); }
.press-release-body blockquote p { margin: 0; font-family: var(--pub-display, Georgia, serif); font-size: 25px; line-height: 1.45; }
.press-release-body blockquote cite { margin-top: 16px; display: block; color: var(--press-muted); font-size: 12px; font-style: normal; }
.press-release-body > aside { margin-top: 40px; padding: 24px; border: 1px solid var(--press-line); border-radius: 12px; }
.press-release-body > aside h2 { font-size: 21px; }
.press-release-body > aside p { margin: 0; color: #444; font-size: 14px; line-height: 1.65; }
.press-release-assets a, .press-release-links a { min-height: 58px; padding: 13px 0; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-top: 1px solid var(--press-line); font-size: 13px; }
.press-release-assets a:last-child, .press-release-links a:last-child { border-bottom: 1px solid var(--press-line); }
.press-release-assets a span { display: grid; gap: 5px; }
.press-release-assets a small { color: var(--press-muted); font-size: 11px; }
.press-release-assets i { font-style: normal; }
.press-release-boilerplate, .press-release-contact { padding-top: 32px; border-top: 1px solid var(--press-line); }
.press-release-contact a { margin-top: 18px; display: inline-flex; gap: 18px; font-size: 12px; font-weight: 700; }
.press-release-body > footer { margin-top: 46px; padding-top: 18px; display: flex; justify-content: space-between; gap: 24px; border-top: 1px solid var(--press-line); font-size: 12px; font-weight: 700; }

@media (hover: hover) {
  .press-page > main a:hover { opacity: .62; }
}

@media (max-width: 980px) {
  .press-asset-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .press-programme-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
  .press-wrap { width: min(100% - 32px, 1380px); }
  .press-reading-wrap { width: min(100% - 32px, 820px); }
  .press-hero { padding: 38px 0 40px; }
  .press-hero__layout, .press-section-head, .press-fact-sheet, .press-calendar-layout, .press-contact__layout { grid-template-columns: 1fr; gap: 28px; }
  .press-hero__copy h1, .press-release-hero h1 { font-size: 36px; }
  .press-hero__mark { display: none; }
  .press-section-nav .press-wrap { width: 680px; margin-left: 16px; margin-right: 16px; }
  .press-asset-grid, .press-programme-grid, .press-release-archive { grid-template-columns: 1fr; }
  .press-asset-card__body { min-height: 176px; }
  .press-rights-note { flex-direction: column; gap: 10px; }
  .press-rights-note a { white-space: normal; }
  .press-release-lead { grid-template-columns: 1fr; }
  .press-release-lead footer { border-top: 1px solid var(--press-line); border-left: 0; }
  .press-calendar-list article { grid-template-columns: 1fr; gap: 12px; }
  .press-enquiry-form { grid-template-columns: 1fr; }
  .press-enquiry-form > * { grid-column: 1; }
  .press-protocol-list article { grid-template-columns: 1fr; gap: 10px; }
  .press-protocol-list a { white-space: normal; }
  .press-release-hero dl { grid-template-columns: 1fr; }
  .press-release-hero dl > div:nth-child(n) { padding-inline: 0; border-left: 0; }
}

@media (max-width: 420px) {
  .press-section-nav .press-wrap { width: 620px; min-width: 620px; }
  .press-section-nav a { padding-inline: 18px; }
  .press-release-body > footer { flex-direction: column; }
}
.press-subscription-topics{display:flex;flex-wrap:wrap;gap:10px 22px;margin-top:10px}.press-subscription-topics label{display:flex;align-items:center;gap:7px;font-size:13px}.press-confirmation{max-width:760px;padding:80px 0}.press-confirmation h2{font:48px/1.05 Didot,"Times New Roman",serif;font-weight:400}.press-confirmation p{color:#666}.press-confirmation a{display:inline-block;margin-top:20px;color:#111;text-underline-offset:4px}
