/* Scoped award feature: existing page sections and carousel behaviour are retained. */
.hero-slide--award { background: #081d34; }
.award-banner-photo { position: absolute; right: 0; top: 0; width: 57%; height: 100%; object-fit: cover; object-position: 58% center; }
.award-banner-shade { position: absolute; inset: 0; background: linear-gradient(90deg,#081d34 0%,#081d34 40%,rgba(8,29,52,.3) 61%,transparent 80%),linear-gradient(0deg,rgba(8,29,52,.85),transparent 25%); }
.hero-content.award-banner-copy { left: 7vw; max-width: 44%; }
.award-banner-copy h2 { font: 500 clamp(44px,4.7vw,80px)/1.08 "Playfair Display",Georgia,serif; letter-spacing: -.045em; margin: 25px 0; }
.award-banner-copy h2 em { color: #d3ad68; font-weight: 500; }
.hero-content.award-banner-copy>p:not(.eyebrow) { max-width: 470px; font-size: 17px; }
.awards-page { background: #faf8f3; color: #10253d; }
.awards-wrap { width: min(1280px,86%); margin: 0 auto; }
.awards-breadcrumb { padding: 28px 0; font: 11px "DM Mono",monospace; text-transform: uppercase; letter-spacing: .08em; color: #586575; }
.awards-breadcrumb a { color: #10253d; }
.awards-breadcrumb span { margin: 0 12px; color: #96713b; }
.awards-title { padding: 42px 0 58px; }
.awards-title .eyebrow,.awards-feature .eyebrow,.awards-gallery .eyebrow { color: #8d652e; }
.awards-title h1 { font: 500 clamp(46px,6vw,88px)/1.08 "Playfair Display",Georgia,serif; letter-spacing: -.04em; margin: 20px 0; }
.awards-title h1 em { color: #96713b; font-weight: 500; }
.awards-title>p:last-child { max-width: 700px; font-size: 18px; line-height: 1.75; color: #586575; }
.awards-feature { display: grid; grid-template-columns: 1.25fr 1fr; background: white; border: 1px solid #e3dfd5; }
.awards-feature figure { margin: 0; background: #10253d; display: flex; flex-direction: column; }
.awards-feature figure img { display: block; width: 100%; height: auto; margin: auto 0; }
.awards-feature figcaption { font-size: 12px; color: #e7e1d5; padding: 18px 22px; line-height: 1.65; }
.awards-feature-copy { padding: clamp(26px,4vw,58px); }
.awards-feature h2 { font: 500 clamp(30px,3vw,43px)/1.2 "Playfair Display",Georgia,serif; letter-spacing: -.025em; margin: 22px 0; }
.awards-feature-copy>p:not(.eyebrow) { color: #526070; font-size: 16px; line-height: 1.85; }
.awards-facts { border-top: 1px solid #ddd8cb; margin-top: 28px; padding-top: 10px; }
.awards-facts div { display: grid; grid-template-columns: 95px 1fr; gap: 12px; margin: 15px 0; font-size: 14px; line-height: 1.6; }
.awards-facts dt { color: #7e643c; }
.awards-facts dd { margin: 0; }
.awards-gallery { padding-top: 90px; padding-bottom: 80px; }
.awards-gallery h2,.awards-note h2 { font: 500 clamp(32px,4vw,50px)/1.2 "Playfair Display",Georgia,serif; margin: 18px 0 32px; }
.awards-gallery-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr; gap: 24px; align-items: start; }
.awards-gallery figure { margin: 0; }
.awards-gallery a { display: block; background: #eae6dd; }
.awards-gallery img { display: block; width: 100%; height: 360px; object-fit: contain; }
.awards-gallery figcaption { font-size: 14px; line-height: 1.7; color: #526070; padding: 18px 0; border-bottom: 1px solid #ddd8cb; }
.awards-note { border-top: 1px solid #ddd8cb; padding: 45px 0 75px; max-width: 800px; }
.awards-note p { color: #526070; line-height: 1.8; }
.awards-note a { display: inline-block; margin-top: 12px; text-decoration: underline; text-underline-offset: 5px; }
.awards-note small { display: block; margin-top: 28px; color: #687584; font-size: 12px; line-height: 1.65; }
@media (max-width: 900px) {
  .award-banner-photo { width: 66%; object-position: 58% center; }
  .award-banner-shade { background: linear-gradient(90deg,#081d34 0%,rgba(8,29,52,.92) 30%,rgba(8,29,52,.12) 100%),linear-gradient(0deg,#081d34,transparent 35%); }
  .hero-content.award-banner-copy { max-width: 65%; }
  .awards-feature { grid-template-columns: 1fr; }
  .awards-gallery-grid { grid-template-columns: 1fr 1fr; }
  .awards-gallery figure:first-child { grid-column: 1/-1; }
  .awards-gallery figure:first-child img { height: auto; }
}
@media (max-width: 600px) {
  .hero:has(.hero-slide--award) { min-height: 760px; }
  .award-banner-photo { width: 100%; height: 43%; object-position: center 42%; }
  .award-banner-shade { background: linear-gradient(0deg,#081d34 54%,transparent 77%); }
  .hero-content.award-banner-copy { top: 42%; left: 7%; right: 7%; max-width: none; transform: none; }
  .award-banner-copy h2 { font-size: 42px; margin: 16px 0; }
  .award-banner-copy .eyebrow { font-size: 10px; }
  .hero-content.award-banner-copy>p:not(.eyebrow) { font-size: 15px; line-height: 1.65; }
  .award-banner-copy .hero-actions { margin-top: 22px; }
  .awards-title { padding: 15px 0 35px; }
  .awards-title h1 { font-size: 45px; }
  .awards-title>p:last-child { font-size: 16px; }
  .awards-gallery { padding-top: 55px; padding-bottom: 35px; }
  .awards-gallery-grid { gap: 18px; }
  .awards-gallery img { height: 240px; }
  .awards-gallery figcaption { font-size: 12px; }
}
