/* ─────────────────────────────────────────────────────────────────────
   RNZAF Avionics Reunion — site styles
   Extends colors_and_type.css design tokens
   ───────────────────────────────────────────────────────────────────── */

* { box-sizing: border-box; }
html, body { margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { background: var(--bone); color: var(--black); font-family: var(--font-body); overflow-x: hidden; }

img { max-width: 100%; display: block; }
ul { list-style: none; padding: 0; margin: 0; }

::selection { background: var(--rnzaf-blue); color: var(--bone); }

/* ─────────────────────────── Utility ─────────────────────────── */
.rar-eyebrow {
  display: inline-block;
  font-family: var(--font-display);
  font-size: 11px;
  font-weight: 700;
  letter-spacing: var(--tracking-caps);
  text-transform: uppercase;
  color: var(--airforce-sky);
  margin: 0 0 8px 0;
}
.rar-eyebrow--light { color: var(--airforce-sky-300); }
.rar-eyebrow--alert { color: var(--kiwi-red); }
.rar-eyebrow--ink   { color: var(--rnzaf-blue); }

.rar-rule-roundel {
  height: 3px;
  background: linear-gradient(90deg,
    var(--kiwi-red) 0 33%,
    var(--white)     33% 66%,
    var(--airforce-sky) 66% 100%);
}

/* ─────────────────────────── Header ─────────────────────────── */
.rar-header { background: var(--rnzaf-blue); color: var(--bone); position: sticky; top: 0; z-index: 50; }
.rar-header__inner {
  max-width: 1180px; margin: 0 auto;
  display: flex; align-items: center; justify-content: space-between;
  padding: 14px 32px;
}
.rar-header__brand { display: flex; align-items: center; gap: 14px; text-decoration: none; color: inherit; }
.rar-header__brand img { width: 48px; height: 48px; }
.rar-header__brand-text { display: flex; flex-direction: column; line-height: 1.1; gap: 2px; }
.rar-header__brand-text strong {
  font-family: var(--font-display); font-weight: 700; font-size: 15px;
  letter-spacing: 0.04em; text-transform: uppercase; color: var(--white);
}
.rar-header__nav { display: flex; gap: 28px; align-items: center; }
.rar-header__nav a {
  color: var(--bone); text-decoration: none;
  font-family: var(--font-display); font-size: 12px; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  padding: 8px 0; transition: color 180ms var(--ease);
  position: relative;
}
.rar-header__nav a:hover { color: var(--airforce-sky); }
.rar-header__cta {
  background: var(--kiwi-red); color: var(--white) !important;
  padding: 10px 16px !important; border-radius: 2px;
  transition: background 180ms var(--ease);
}
.rar-header__cta:hover { background: var(--kiwi-red-700); color: var(--white) !important; }

/* ─────────────────────────── Hero ─────────────────────────── */
.rar-hero { position: relative; color: var(--bone); overflow: hidden; min-height: 680px; display: flex; }
.rar-hero__photo {
  position: absolute; inset: 0;
  background: url("assets/photos/wigram-01.jpg") center 35% / cover no-repeat;
  filter: grayscale(0.15) contrast(1.05) brightness(0.78) sepia(0.18);
}
.rar-hero__veil {
  position: absolute; inset: 0;
  background:
    linear-gradient(160deg,
      rgba(10, 34, 64, 0.82) 0%,
      rgba(10, 34, 64, 0.50) 45%,
      rgba(10, 34, 64, 0.92) 100%);
}
.rar-hero__credit {
  position: absolute; right: 24px; bottom: 18px; z-index: 3;
  font-family: var(--font-mono); font-size: 10px;
  letter-spacing: 0.08em; text-transform: uppercase;
  color: rgba(246,244,238,0.55);
}
.rar-hero__inner {
  position: relative; z-index: 1;
  max-width: 1180px; width: 100%; margin: 0 auto;
  padding: 96px 32px 120px;
  display: grid; grid-template-columns: 1.4fr 1fr; gap: 64px; align-items: center;
}
.rar-hero__left { display: flex; flex-direction: column; gap: 16px; align-items: flex-start; }
.rar-hero__lockup { display: flex; align-items: center; gap: 16px; margin-bottom: 4px; }
.rar-hero__lockup-stripe { width: 48px; height: 2px; background: var(--airforce-sky); }
.rar-hero h1 {
  font-family: var(--font-display); font-weight: 800;
  font-size: clamp(44px, 5.8vw, 76px); line-height: 0.98;
  letter-spacing: -0.02em; color: var(--white); margin: 0;
}
.rar-hero h1 .accent { color: var(--airforce-sky); }
.rar-hero__caption {
  max-width: 580px; font-size: 18px; line-height: 1.65;
  color: rgba(246, 244, 238, 0.88); margin: 8px 0 16px;
}
.rar-hero__meta {
  display: flex; gap: 14px; align-items: center; flex-wrap: wrap;
  font-family: var(--font-display); font-size: 12px; font-weight: 700;
  letter-spacing: var(--tracking-caps); color: var(--airforce-sky-300);
}
.rar-hero__meta .dot { width: 4px; height: 4px; background: currentColor; border-radius: 50%; opacity: 0.6; }
.rar-hero__cta-row { display: flex; gap: 16px; margin-top: 8px; flex-wrap: wrap; }

.rar-hero__right {
  position: relative; display: flex; flex-direction: column; align-items: center; justify-content: center;
}
.rar-hero__mark {
  width: 280px; height: auto;
  filter: drop-shadow(0 12px 32px rgba(0,0,0,0.5));
}
.rar-hero__plaque {
  margin-top: 24px;
  display: flex; flex-direction: column; align-items: center; gap: 4px;
  padding: 12px 24px;
  border: 1px solid rgba(127, 183, 212, 0.4);
}
.rar-hero__plaque-years {
  font-family: var(--font-heritage); font-weight: 600;
  font-size: 28px; letter-spacing: 0.12em;
  color: var(--white);
}
.rar-hero__plaque-sub {
  font-family: var(--font-display); font-size: 10px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--airforce-sky-300);
}

/* ─────────────────────────── Announcement ─────────────────────────── */
.rar-announce {
  max-width: 980px; margin: -64px auto 0; position: relative; z-index: 2;
  background: var(--white); border: 1px solid var(--field-grey-100);
  border-top: 4px solid var(--kiwi-red);
  box-shadow: 0 16px 40px rgba(10,34,64,0.18);
  padding: 40px 48px;
  display: grid; grid-template-columns: auto 1fr auto; gap: 40px; align-items: center;
}
.rar-announce__year {
  font-family: var(--font-heritage); font-weight: 700;
  font-size: 104px; color: var(--kiwi-red);
  line-height: 0.9; letter-spacing: 0.02em;
}
.rar-announce__title {
  font-family: var(--font-display); font-weight: 700;
  font-size: 30px; color: var(--rnzaf-blue);
  margin: 0 0 12px 0; letter-spacing: -0.01em; text-transform: none;
}
.rar-announce__body { font-size: 16px; line-height: 1.7; margin: 0; color: var(--black); max-width: 540px; }
.rar-announce__cta { display: flex; flex-direction: column; gap: 10px; align-items: flex-end; }
.rar-announce__date {
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--field-grey);
}

/* ─────────────────────────── Buttons ─────────────────────────── */
.rar-btn {
  font-family: var(--font-display); font-size: 12px; font-weight: 700;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  padding: 14px 24px; border: 1px solid transparent; border-radius: 2px;
  cursor: pointer; line-height: 1; transition: all 180ms var(--ease);
  display: inline-flex; align-items: center; gap: 10px;
  text-decoration: none;
}
.rar-btn--primary { background: var(--rnzaf-blue); color: var(--bone); }
.rar-btn--primary:hover { background: var(--rnzaf-blue-700); color: var(--bone); }
.rar-btn--alert { background: var(--kiwi-red); color: var(--white); }
.rar-btn--alert:hover { background: var(--kiwi-red-700); color: var(--white); }
.rar-btn--ghost { background: transparent; color: var(--rnzaf-blue); padding: 10px 0; }
.rar-btn--ghost:hover { color: var(--airforce-sky); }
.rar-btn--small { font-size: 11px; padding: 8px 16px; }
.rar-btn--outline {
  background: transparent; color: var(--white); border-color: rgba(246,244,238,0.4);
}
.rar-btn--outline:hover { border-color: var(--airforce-sky); color: var(--airforce-sky); }
.rar-btn .arrow { font-size: 14px; line-height: 1; }

/* ─────────────────────────── Reunion details ─────────────────────────── */
.rar-details {
  max-width: 1180px; margin: 88px auto 0; padding: 0 32px;
}
.rar-details__head { text-align: center; max-width: 720px; margin: 0 auto 48px; }
.rar-details__grid {
  display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px;
}
.rar-detail-card {
  background: var(--white); border: 1px solid var(--border-strong);
  padding: 32px 28px;
  display: flex; flex-direction: column; gap: 12px;
  box-shadow: var(--shadow-sm);
  position: relative;
}
.rar-detail-card__num {
  position: absolute; top: 14px; right: 18px;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.08em;
  color: var(--field-grey-300);
}
.rar-detail-card__label {
  font-family: var(--font-display); font-size: 10px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--airforce-sky);
}
.rar-detail-card__value {
  font-family: var(--font-display); font-weight: 700;
  font-size: 24px; color: var(--rnzaf-blue); letter-spacing: -0.005em;
  line-height: 1.2;
}
.rar-detail-card__tbc {
  display: inline-block;
  font-family: var(--font-mono); font-size: 10px; letter-spacing: 0.08em;
  text-transform: uppercase; color: var(--kiwi-red);
  padding: 3px 7px; border: 1px solid var(--kiwi-red); border-radius: 2px;
  align-self: flex-start; margin-top: 4px;
}
.rar-detail-card__note {
  font-size: 13px; color: var(--field-grey); line-height: 1.55; margin: 0;
}

/* ─────────────────────────── Section headers ─────────────────────────── */
.rar-section { max-width: 880px; margin: 0 auto; padding: 0 32px; }
.rar-section--wide { max-width: 1180px; }

.rar-section__heading {
  text-align: center; margin: 96px 0 48px;
}
.rar-section__heading .rar-eyebrow { display: block; margin-bottom: 14px; }
.rar-section__heading h2 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 36px; letter-spacing: var(--tracking-wide); text-transform: uppercase;
  color: var(--rnzaf-blue); margin: 0;
}
.rar-section__heading p {
  margin: 16px auto 0; max-width: 620px;
  color: var(--field-grey); font-size: 16px; line-height: 1.65;
}

/* ─────────────────────────── Stats strip ─────────────────────────── */
.rar-stats-wrap {
  margin: 88px 0 0; padding: 64px 32px;
  background: var(--rnzaf-blue); color: var(--bone);
  position: relative; overflow: hidden;
}
.rar-stats-wrap::before {
  content: ""; position: absolute; inset: 0;
  background:
    radial-gradient(ellipse at top right, rgba(49, 179, 232, 0.18), transparent 60%);
  pointer-events: none;
}
.rar-stats {
  position: relative; max-width: 1180px; margin: 0 auto;
  display: grid; grid-template-columns: repeat(4, 1fr); gap: 32px;
}
.rar-stat { display: flex; flex-direction: column; gap: 8px; padding-left: 20px; border-left: 2px solid var(--airforce-sky); }
.rar-stat__num {
  font-family: var(--font-display); font-weight: 800;
  font-size: 56px; line-height: 1; color: var(--white);
  letter-spacing: -0.02em;
}
.rar-stat__num .unit { font-size: 22px; font-weight: 700; color: var(--airforce-sky-300); margin-left: 4px; letter-spacing: 0; }
.rar-stat__label {
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--airforce-sky-300);
}
.rar-stat__desc { font-size: 13px; line-height: 1.55; color: rgba(246,244,238,0.75); margin: 0; }

/* ─────────────────────────── Chapters ─────────────────────────── */
.rar-chapter { padding: 36px 0; border-top: 1px solid var(--border); }
.rar-chapter:first-of-type { border-top: none; padding-top: 0; }
.rar-chapter__head { margin-bottom: 18px; display: grid; gap: 6px; }
.rar-chapter h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 26px; color: var(--rnzaf-blue); margin: 6px 0 10px; letter-spacing: -0.005em;
}
.rar-chapter__meta {
  display: flex; gap: 12px; align-items: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.04em; color: var(--field-grey);
}
.rar-sep { width: 4px; height: 4px; background: var(--field-grey-300); border-radius: 50%; display: inline-block; }
.rar-chapter__lead { font-size: 17px; line-height: 1.65; color: var(--black); margin: 0 0 16px 0; }
.rar-chapter p { font-size: 15px; line-height: 1.75; margin: 0 0 14px 0; }

.rar-chapter__figure {
  margin: 24px 0 8px;
  background: var(--rnzaf-blue);
}
.rar-chapter__figure img {
  width: 100%; height: 340px; object-fit: cover;
  filter: grayscale(0.12) contrast(1.05) sepia(0.1);
}
.rar-chapter__caption {
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  color: var(--field-grey); text-transform: uppercase;
  margin: 10px 0 0; padding: 0;
}

/* ─────────────────────────── Pull quote ─────────────────────────── */
.rar-pullquote {
  margin: 56px -32px;
  padding: 48px 56px;
  background: var(--bone-50);
  border-left: 4px solid var(--kiwi-red);
  position: relative;
}
.rar-pullquote::before {
  content: """;
  position: absolute; top: 8px; left: 24px;
  font-family: var(--font-heritage); font-weight: 700;
  font-size: 96px; line-height: 1; color: var(--ensign-light);
  opacity: 0.6;
}
.rar-pullquote__text {
  font-family: var(--font-display); font-weight: 500;
  font-size: 24px; line-height: 1.35; letter-spacing: -0.01em;
  color: var(--rnzaf-blue); margin: 0 0 18px 0;
  position: relative; z-index: 1;
  text-wrap: balance;
}
.rar-pullquote__attr {
  display: flex; gap: 12px; align-items: center;
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--field-grey);
}
.rar-pullquote__attr-stripe { width: 24px; height: 2px; background: var(--kiwi-red); }

/* ─────────────────────────── Gallery ─────────────────────────── */
.rar-gallery-wrap { background: var(--white); padding: 88px 0; margin-top: 96px; border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
.rar-gallery {
  max-width: 1320px; margin: 0 auto; padding: 0 32px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-auto-rows: 180px;
  gap: 12px;
}
.rar-gallery .rar-section__heading { grid-column: 1 / -1; margin: 0 0 16px; }
.rar-gallery__item {
  position: relative; overflow: hidden;
  background: var(--rnzaf-blue);
  cursor: pointer;
  border: 1px solid transparent;
  transition: transform 240ms var(--ease), box-shadow 240ms var(--ease);
}
.rar-gallery__item img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.18) contrast(1.05) sepia(0.12);
  transition: filter 320ms var(--ease), transform 480ms var(--ease);
}
.rar-gallery__item:hover img { filter: grayscale(0) contrast(1.08) sepia(0.04); transform: scale(1.04); }
.rar-gallery__item:hover { box-shadow: var(--shadow-md); z-index: 2; }
.rar-gallery__caption {
  position: absolute; left: 0; right: 0; bottom: 0;
  padding: 12px 14px;
  background: linear-gradient(180deg, transparent, rgba(10,34,64,0.92));
  color: var(--bone);
  font-family: var(--font-display); font-size: 11px; font-weight: 600;
  letter-spacing: var(--tracking-wider); text-transform: uppercase;
  display: flex; align-items: end; gap: 8px;
  opacity: 0; transition: opacity 240ms var(--ease);
}
.rar-gallery__item:hover .rar-gallery__caption { opacity: 1; }
.rar-gallery__caption .yr { color: var(--airforce-sky-300); font-family: var(--font-mono); }

/* span helpers */
.span-c-3 { grid-column: span 3; }
.span-c-4 { grid-column: span 4; }
.span-c-5 { grid-column: span 5; }
.span-c-6 { grid-column: span 6; }
.span-c-8 { grid-column: span 8; }
.span-r-2 { grid-row: span 2; }

/* ─────────────────────────── Past Reunions ─────────────────────────── */
.rar-past-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-bottom: 24px; }
.rar-past {
  background: var(--white); border: 1px solid var(--border-strong);
  overflow: hidden; display: grid; grid-template-rows: 220px 1fr;
  box-shadow: var(--shadow-sm); transition: box-shadow 240ms var(--ease);
}
.rar-past:hover { box-shadow: var(--shadow-md); }
.rar-past__photo {
  position: relative; overflow: hidden; background: var(--rnzaf-blue);
}
.rar-past__photo img {
  width: 100%; height: 100%; object-fit: cover;
  filter: grayscale(0.1) contrast(1.05) sepia(0.1);
}
.rar-past__year-stamp {
  position: absolute; bottom: 0; left: 0;
  font-family: var(--font-heritage); font-weight: 700;
  font-size: 72px; line-height: 1; color: var(--bone);
  padding: 12px 18px;
  background: rgba(10, 34, 64, 0.85);
  letter-spacing: 0.04em;
}
.rar-past__body { padding: 24px 28px 28px; display: flex; flex-direction: column; gap: 8px; }
.rar-past__meta {
  display: flex; gap: 10px; align-items: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  color: var(--field-grey); text-transform: uppercase;
}
.rar-past h3 {
  font-family: var(--font-display); font-weight: 700;
  font-size: 20px; color: var(--rnzaf-blue); margin: 4px 0 6px;
}
.rar-past p { font-size: 14px; line-height: 1.65; color: var(--black); margin: 0 0 10px; }
.rar-past__tag {
  display: inline-block; margin-top: 6px;
  font-family: var(--font-display); font-size: 10px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--airforce-sky);
}

.rar-past-timeline {
  display: flex; align-items: center; justify-content: center; gap: 18px;
  margin-top: 8px; padding: 24px;
  background: var(--bone-50); border: 1px solid var(--border);
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  color: var(--field-grey);
}
.rar-past-timeline .yr-now { color: var(--kiwi-red); }
.rar-past-timeline .yr-past { color: var(--rnzaf-blue); }
.rar-past-timeline .line { flex: 0 0 48px; height: 1px; background: var(--field-grey-300); }

/* ─────────────────────────── Register form ─────────────────────────── */
.rar-register {
  max-width: 880px; margin: 88px auto 0; padding: 48px 48px;
  background: var(--white); border: 1px solid var(--border-strong);
  box-shadow: 0 4px 16px rgba(10,34,64,0.06);
}
.rar-register__head { margin-bottom: 28px; }
.rar-register h3 { font-family: var(--font-display); font-size: 26px; font-weight: 700; color: var(--rnzaf-blue); margin: 0 0 6px; }
.rar-register__sub { color: var(--field-grey); font-size: 14px; margin: 0; line-height: 1.6; }

.rar-form { display: grid; grid-template-columns: 1fr 1fr; gap: 18px 20px; }
.rar-field { display: flex; flex-direction: column; gap: 6px; }
.rar-field--full { grid-column: 1 / -1; }
.rar-field > span {
  font-family: var(--font-display); font-size: 11px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase; color: var(--rnzaf-blue);
}
.rar-field input, .rar-field select, .rar-field textarea {
  font-family: var(--font-body); font-size: 14px; padding: 12px 14px;
  border: 1px solid var(--border-input); border-radius: 2px; background: var(--white); color: var(--black);
  transition: border-color 180ms var(--ease), box-shadow 180ms var(--ease);
}
.rar-field input:focus, .rar-field select:focus, .rar-field textarea:focus {
  outline: none; border-color: var(--airforce-sky);
  box-shadow: 0 0 0 3px rgba(49, 179, 232, 0.15);
}
.rar-checks { display: flex; flex-direction: column; gap: 10px; padding-top: 4px; }
.rar-checks label { display: flex; align-items: center; gap: 12px; font-size: 14px; cursor: pointer; }
.rar-checks input { accent-color: var(--rnzaf-blue); width: 18px; height: 18px; }

.rar-form__actions {
  grid-column: 1 / -1;
  display: flex; justify-content: space-between; align-items: center;
  margin-top: 12px; padding-top: 20px; border-top: 1px solid var(--border);
  gap: 16px; flex-wrap: wrap;
}
.rar-form__hint { display: flex; align-items: center; gap: 10px; font-size: 13px; color: var(--field-grey); }
.rar-field--error input, .rar-field--error select, .rar-field--error textarea {
  border-color: #c0392b;
  box-shadow: 0 0 0 3px rgba(192, 57, 43, 0.12);
}
.rar-field__error { font-size: 12px; color: #c0392b; font-family: var(--font-body); }
.rar-form__server-error {
  grid-column: 1 / -1; font-size: 13px; color: #c0392b;
  background: rgba(192, 57, 43, 0.06); border: 1px solid rgba(192, 57, 43, 0.25);
  padding: 10px 14px; border-radius: 2px;
}
.rar-btn:disabled { opacity: 0.6; cursor: not-allowed; }

.rar-badge {
  font-family: var(--font-display); font-size: 10px; font-weight: 700;
  letter-spacing: var(--tracking-caps); text-transform: uppercase;
  padding: 5px 10px; border-radius: 999px; line-height: 1;
}
.rar-badge--ink { background: var(--rnzaf-blue); color: var(--bone); }

.rar-register--done { text-align: center; padding: 64px 48px; }
.rar-register--done .rar-eyebrow { color: var(--airforce-sky); }
.rar-register--done .rar-check {
  width: 56px; height: 56px; border-radius: 50%; background: var(--airforce-sky);
  color: var(--white); display: inline-flex; align-items: center; justify-content: center;
  font-size: 28px; line-height: 1; margin: 0 auto 16px;
}

/* ─────────────────────────── Footer ─────────────────────────── */
.rar-footer { margin-top: 96px; background: var(--rnzaf-blue); color: var(--bone); }
.rar-footer__rule { height: 4px; background: linear-gradient(90deg, var(--kiwi-red) 0 33%, var(--white) 33% 66%, var(--airforce-sky) 66% 100%); }
.rar-footer__inner {
  max-width: 1180px; margin: 0 auto; padding: 64px 32px 28px;
  display: grid; grid-template-columns: 1.2fr 1fr 1fr 0.9fr; gap: 48px;
}
.rar-footer__col p, .rar-footer__col li { font-size: 14px; line-height: 1.7; color: rgba(246,244,238,0.85); }
.rar-footer__col a { color: var(--airforce-sky-300); text-decoration: none; }
.rar-footer__col a:hover { color: var(--white); }
.rar-footer__col li { margin-bottom: 10px; }
.rar-footer__col li a { display: inline-flex; align-items: center; gap: 6px; }
.rar-footer__col li a .ext { opacity: 0.5; font-size: 11px; }
.rar-footer__col--brand { display: flex; flex-direction: column; align-items: flex-end; text-align: right; }
.rar-footer__col--brand img { width: 72px; height: 72px; margin-bottom: 16px; opacity: 0.95; }
.rar-footer__heritage { font-family: var(--font-heritage); font-weight: 600; font-size: 18px; letter-spacing: 0.08em; color: var(--airforce-sky-300); margin: 0 0 8px 0; }
.rar-footer__copy { font-size: 12px; color: rgba(246,244,238,0.6); max-width: 320px; margin: 0; line-height: 1.6; }

.rar-footer__bar {
  border-top: 1px solid rgba(246,244,238,0.12);
  padding: 18px 32px;
  max-width: 1180px; margin: 0 auto;
  display: flex; justify-content: space-between; align-items: center;
  font-family: var(--font-mono); font-size: 11px; letter-spacing: 0.06em;
  color: rgba(246,244,238,0.55); text-transform: uppercase;
}

/* ─────────────────────────── History Page ─────────────────────────── */
.rar-history-page { max-width: 900px; margin: 0 auto; padding: 40px 32px; }
.rar-history-gallery { margin: 60px 0; }
.rar-history-gallery h2 { margin-bottom: 24px; }
.rar-history-gallery .rar-gallery { grid-template-columns: repeat(3, 1fr); gap: 16px; }
.rar-history-gallery .rar-gallery__item { display: flex; flex-direction: column; }
.rar-history-gallery .rar-gallery__item img { aspect-ratio: 1; object-fit: cover; }
.rar-chapter { margin-bottom: 48px; }
.rar-chapter__head h2 { font-family: var(--font-display); font-size: 24px; font-weight: 700; margin: 0 0 24px 0; }
.rar-chapter p { margin: 0 0 16px 0; line-height: 1.7; }

/* ─────────────────────────── Responsive ─────────────────────────── */
@media (max-width: 920px) {
  .rar-header__nav { display: none; }
  .rar-hero { min-height: 600px; }
  .rar-hero__inner { grid-template-columns: 1fr; gap: 40px; padding: 64px 24px 96px; }
  .rar-hero__right { order: -1; }
  .rar-hero__mark { width: 180px; }
  .rar-announce { grid-template-columns: 1fr; gap: 16px; padding: 32px 28px; margin: -40px 16px 0; }
  .rar-announce__year { font-size: 80px; }
  .rar-announce__cta { align-items: flex-start; }
  .rar-details__grid { grid-template-columns: 1fr; }
  .rar-stats { grid-template-columns: repeat(2, 1fr); gap: 28px; }
  .rar-stat__num { font-size: 44px; }
  .rar-section { padding: 0 24px; }
  .rar-section__heading h2 { font-size: 28px; }
  .rar-form { grid-template-columns: 1fr; }
  .rar-past-list { grid-template-columns: 1fr; }
  .rar-pullquote { margin: 40px -24px; padding: 36px 28px; }
  .rar-pullquote__text { font-size: 20px; }
  .rar-footer__inner { grid-template-columns: 1fr 1fr; gap: 32px; }
  .rar-footer__col--brand { grid-column: 1 / -1; align-items: flex-start; text-align: left; }
  .rar-gallery { grid-auto-rows: 120px; gap: 8px; }
  .rar-chapter__figure img { height: 240px; }
}
@media (max-width: 560px) {
  .rar-stats { grid-template-columns: 1fr; }
  .span-c-3, .span-c-4, .span-c-5, .span-c-6, .span-c-8 { grid-column: span 6; }
  .rar-gallery { grid-template-columns: repeat(6, 1fr); }
}
