/* Media design direction: colours and composition from the supplied review. */
.press-page {
  --press-ink: #111714;
  --press-gold: #9a7b43;
  --press-cream: #f3efe6;
  --press-paper: #f8f5ee;
  --press-sand: #e5ddcf;
  --press-muted: #59605b;
  --press-line: rgba(17, 23, 20, .17);
  background: var(--press-cream);
  color: var(--press-ink);
  font-family: var(--sans, "Noto Sans", Arial, sans-serif);
  font-size: 16px;
  line-height: 1.7;
}
.press-page *, .press-page *::before, .press-page *::after { box-sizing: border-box; }
.press-page a { color: inherit; text-decoration: none; }
.press-page a:focus-visible, .press-page summary:focus-visible, .press-page button:focus-visible { outline: 2px solid var(--press-gold); outline-offset: 5px; }
.press-inner { width: min(1440px, 86%); margin-inline: auto; min-width: 0; }
.press-page .press-kicker {
  color: var(--press-gold);
  font-family: var(--sans, "Noto Sans", Arial, sans-serif);
  font-size: 12px;
  font-weight: 400;
  line-height: 1.7;
  letter-spacing: .17em;
  text-transform: uppercase;
  margin: 0;
}
.press-hero { background: var(--press-paper); padding-block: 165px 85px; border-bottom: 1px solid var(--press-line); }
.press-hero .breadcrumbs { color: var(--press-ink); font-size: 11px; letter-spacing: .13em; line-height: 1.7; margin: 0 0 28px; flex-wrap: wrap; }
.press-hero h1 {
  font-family: var(--serif, "Baskervville", Georgia, serif);
  color: var(--press-ink);
  font-size: clamp(62px, 8.3vw, 122px);
  font-weight: 400;
  letter-spacing: -.035em;
  line-height: .94;
  max-width: 1100px;
  margin: 20px 0 25px;
  overflow-wrap: break-word;
}
.press-hero__intro { max-width: 720px; font-size: 20px; line-height: 1.7; margin: 0; }
.press-coverage, .press-archive { padding-block: 105px; scroll-margin-top: 110px; }
.press-coverage { background: var(--press-paper); }
.press-archive { background: var(--press-cream); }
.press-featured-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid var(--press-line); margin-top: 45px; }
.press-feature { min-width: 0; border-inline-end: 1px solid var(--press-line); border-bottom: 1px solid var(--press-line); }
.press-feature:nth-child(3n) { border-inline-end: 0; }
.press-feature a { min-height: 210px; height: 100%; padding: 28px; display: flex; flex-direction: column; justify-content: space-between; gap: 38px; transition: background-color .2s; }
.press-feature a:hover { background: var(--press-cream); }
.press-feature__top { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; }
.press-feature h3 { color: var(--press-ink); font-family: var(--serif, "Baskervville", Georgia, serif); font-size: 32px; font-weight: 400; letter-spacing: -.035em; line-height: 1.2; margin: 0; }
.press-feature__caption { font-size: 14px; line-height: 1.7; color: var(--press-muted); margin: 0; max-width: 34ch; }
.press-external { display: inline-flex; align-items: center; justify-content: center; width: 16px; height: 20px; flex: 0 0 16px; }
.press-external svg { width: 15px; height: 15px; }
.press-feature__top .press-external { color: var(--press-gold); margin-top: 8px; }
.press-rows { margin: 32px 0 0; padding: 0; list-style: none; }
.press-rows li { margin: 0; padding: 0; }
.press-row { display: grid; grid-template-columns: 160px minmax(0, 1fr) 150px; gap: 35px; padding: 25px 0; border-bottom: 1px solid var(--press-line); align-items: center; }
.press-row__publisher { color: var(--press-gold); text-transform: uppercase; letter-spacing: .11em; font-size: 12px; line-height: 1.8; }
.press-row__publisher small { display: block; font-size: 12px; letter-spacing: .03em; text-transform: none; margin-top: 5px; color: var(--press-muted); }
.press-row__title { color: var(--press-ink); font-family: var(--serif, "Baskervville", Georgia, serif); font-size: 24px; font-weight: 400; letter-spacing: -.02em; line-height: 1.35; overflow-wrap: anywhere; }
.press-row__action { display: flex; align-items: center; justify-content: space-between; gap: 10px; font-size: 14px; line-height: 1.5; }
.press-row:hover .press-row__title, .press-row:hover .press-row__action { color: #785e31; }
.press-row--compact { grid-template-columns: minmax(0, 1fr) 150px; }
.press-more { margin-top: 32px; }
.press-more > summary, .press-principles > summary { display: flex; align-items: center; gap: 14px; cursor: pointer; list-style: none; font-size: 14px; line-height: 1.7; padding-block: 18px; }
.press-more > summary::-webkit-details-marker, .press-principles > summary::-webkit-details-marker { display: none; }
.press-more__count { color: var(--press-gold); font-size: 12px; }
.press-toggle { margin-inline-start: auto; color: var(--press-gold); font-size: 22px; line-height: 1; font-weight: 300; }
.press-more[open] > summary .press-toggle, .press-principles[open] > summary .press-toggle { transform: rotate(45deg); }
.press-more[open] > summary { border-bottom: 1px solid var(--press-line); }
.press-more .press-rows { margin-top: 0; }
.press-principles { border-top: 1px solid var(--press-line); margin-top: 38px; }
.press-principles > summary { color: var(--press-muted); }
.press-editorial { padding-block: 22px 0; }
.press-editorial__note { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 45px; border-bottom: 1px solid var(--press-line); padding-bottom: 28px; margin-bottom: 32px; }
.press-editorial__note p { margin: 0; font-size: 14px; line-height: 1.8; color: var(--press-muted); }
.press-editorial__grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 42px 65px; }
.press-editorial__section h2 { color: var(--press-ink); font-family: var(--serif, "Baskervville", Georgia, serif); font-size: 32px; font-weight: 400; line-height: 1.2; letter-spacing: -.025em; margin: 0 0 22px; }
.press-editorial__section p, .press-editorial__section li { font-size: 16px; line-height: 1.8; color: var(--press-muted); }
.press-editorial__section ul { padding-inline-start: 20px; }
.press-editorial__section li { margin-block: 8px; }
.press-editorial__section strong { font-weight: 500; color: var(--press-ink); }
.press-editorial__section a { text-decoration: underline; text-underline-offset: 4px; }
.press-editorial__section:last-child:nth-child(odd) { grid-column: 1 / -1; }
.press-contact { background: var(--press-sand); padding-block: 105px; scroll-margin-top: 110px; }
.press-contact__grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 8vw; }
.press-contact h2 { color: var(--press-ink); font-family: var(--serif, "Baskervville", Georgia, serif); font-size: clamp(45px, 5.8vw, 80px); font-weight: 400; line-height: 1.05; letter-spacing: -.035em; margin: 16px 0 26px; }
.press-contact__intro { font-size: 16px; line-height: 1.8; margin: 0; max-width: 50ch; }
.press-contact__actions { align-self: start; border-top: 1px solid var(--press-line); min-width: 0; }
.press-contact__email { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 7px 12px; padding-block: 22px; border-bottom: 1px solid var(--press-line); }
.press-contact__email > span:first-child { grid-column: 1 / -1; color: var(--press-gold); font-size: 12px; text-transform: uppercase; letter-spacing: .12em; }
.press-contact__email strong { color: var(--press-ink); font: 400 26px/1.4 var(--serif, "Baskervville", Georgia, serif); overflow-wrap: anywhere; }
.press-contact__actions button { display: flex; width: 100%; align-items: center; justify-content: space-between; gap: 14px; background: transparent; border: 0; border-bottom: 1px solid var(--press-line); color: var(--press-ink); font: 400 26px/1.4 var(--serif, "Baskervville", Georgia, serif); cursor: pointer; text-align: start; padding: 22px 0; }
[dir="rtl"] .press-page .press-kicker, [dir="rtl"] .press-page .press-row__publisher { letter-spacing: 0; }
[dir="rtl"] .press-hero h1 { line-height: 1.15; letter-spacing: 0; }
[dir="rtl"] .press-feature h3, [dir="rtl"] .press-row__title, [dir="rtl"] .press-contact h2 { letter-spacing: 0; }
@media (max-width: 900px) {
  .press-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .press-feature:nth-child(3n) { border-inline-end: 1px solid var(--press-line); }
  .press-feature:nth-child(2n) { border-inline-end: 0; }
  .press-row { grid-template-columns: 130px minmax(0, 1fr) 140px; gap: 24px; }
  .press-row--compact { grid-template-columns: minmax(0, 1fr) 140px; }
  .press-contact__grid { grid-template-columns: 1fr; gap: 42px; }
}
@media (max-width: 600px) {
  .press-inner { width: auto; margin-inline: 25px; }
  .press-hero { padding-block: 130px 65px; }
  .press-hero h1 { font-size: clamp(46px, 12vw, 60px); line-height: 1; }
  .press-hero__intro { font-size: 18px; line-height: 1.7; }
  .press-coverage, .press-archive, .press-contact { padding-block: 75px; }
  .press-featured-grid { grid-template-columns: 1fr; margin-top: 35px; }
  .press-feature:nth-child(n) { border-inline-end: 0; }
  .press-feature a { min-height: 185px; padding: 25px 0; gap: 32px; }
  .press-feature h3 { font-size: 32px; }
  .press-feature__caption { max-width: none; }
  .press-row, .press-row--compact { grid-template-columns: minmax(0, 1fr); gap: 12px; padding-block: 24px; }
  .press-row__title { font-size: 25px; }
  .press-row__action { justify-content: flex-start; gap: 14px; margin-top: 3px; }
  .press-editorial__note, .press-editorial__grid { grid-template-columns: 1fr; gap: 30px; }
  .press-contact h2 { font-size: clamp(42px, 11vw, 60px); }
  .press-contact__email strong, .press-contact__actions button { font-size: 24px; }
  .press-more > summary, .press-principles > summary { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) { .press-feature a { transition: none; } }
