/* Gillams flagship editorial system: white, Oxford navy and restrained gold. */
.ga-page {
  --ga-navy: #14213d;
  --ga-gold: #b4975a;
  color: var(--ga-navy);
  background: #fff;
  font-family: Inter, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.75;
  overflow-wrap: break-word;
}
.ga-page * {
  box-sizing: border-box;
}
.ga-shell {
  max-width: 1280px;
  margin: auto;
  padding: 0 32px;
}
.ga-page a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: #b4975a;
  text-underline-offset: 4px;
}
.ga-page a:hover {
  text-decoration-thickness: 2px;
}
.ga-page :is(a, button, summary, select, [tabindex]):focus-visible {
  outline: 3px solid #b4975a;
  outline-offset: 4px;
}
.ga-page h1,
.ga-page h2,
.ga-page h3 {
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 500;
  line-height: 1.15;
  letter-spacing: -0.025em;
}
.ga-page h2 {
  font-size: clamp(1.85rem, 3vw, 2.65rem);
  margin: 0 0 24px;
}
.ga-page h3 {
  font-size: 1.55rem;
  margin: 16px 0;
}
.ga-hero {
  background: #14213d;
  color: #fff;
  padding: 24px 0 64px;
  border-bottom: 3px solid #b4975a;
}
.ga-breadcrumb {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  font-size: 12px;
  line-height: 1.7;
  padding-bottom: 44px;
  color: #fff;
}
.ga-breadcrumb a {
  text-decoration-color: #b4975a;
}
.ga-hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(240px, 1fr);
  gap: 64px;
  align-items: end;
}
.ga-eyebrow {
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 11px;
  font-weight: 600;
  margin: 0 0 18px;
  color: #765d2c;
}
.ga-hero .ga-eyebrow,
.ga-final .ga-eyebrow {
  color: #d4b779;
}
.ga-hero h1 {
  font-size: clamp(2.65rem, 5.3vw, 4.65rem);
  line-height: 1.06;
  max-width: 860px;
  margin: 0 0 26px;
}
.ga-dek {
  max-width: 760px;
  font-size: 18px;
  line-height: 1.7;
  margin: 0;
  color: #fff;
}
.ga-review {
  border-left: 1px solid #b4975a;
  padding-left: 24px;
  font-size: 12px;
  line-height: 1.7;
}
.ga-review strong {
  display: block;
  font-size: 14px;
}
.ga-review p {
  margin: 9px 0;
}
.ga-review a {
  display: inline-block;
  margin-top: 8px;
}
.ga-monogram {
  display: flex;
  width: 55px;
  height: 55px;
  border: 1px solid #b4975a;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-family: Georgia, serif;
  font-size: 34px;
  color: #d4b779;
  margin: 0 0 20px;
}
.ga-opening {
  padding: 48px 0;
}
.ga-opening > p {
  max-width: 780px;
}
.ga-stats {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  border-top: 1px solid #14213d;
  border-bottom: 1px solid #14213d;
  margin-top: 30px;
}
.ga-stats > div {
  padding: 24px 18px;
  border-right: 1px solid #dce0e6;
  min-width: 0;
}
.ga-stats > div:first-child {
  padding-left: 0;
}
.ga-stats > div:last-child {
  border: 0;
}
.ga-stats span {
  display: block;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.07em;
}
.ga-stats strong {
  display: block;
  font-size: 36px;
  line-height: 1.15;
  margin: 13px 0;
  font-weight: 500;
  letter-spacing: -0.03em;
}
.ga-stats strong.ga-unknown {
  font-size: 18px;
  line-height: 1.4;
  letter-spacing: 0;
}
.ga-stats small {
  font-size: 11px;
  display: block;
  color: #465167;
}
.ga-layout {
  display: grid;
  grid-template-columns: 210px minmax(0, 1fr);
  gap: 56px;
  align-items: start;
}
.ga-contents {
  position: sticky;
  top: 96px;
  border-top: 2px solid #b4975a;
  padding: 20px 0;
  font-size: 12px;
  max-height: calc(100vh - 120px);
  overflow: auto;
}
.ga-contents strong {
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-size: 10px;
  margin-bottom: 16px;
}
.ga-contents a {
  display: block;
  text-decoration: none;
  padding: 7px 3px;
  line-height: 1.6;
}
.ga-contents a:hover {
  color: #765d2c;
}
.ga-body {
  min-width: 0;
}
.ga-section {
  padding: 38px 0;
  border-top: 1px solid #dce0e6;
  scroll-margin-top: 100px;
}
.ga-prose {
  max-width: 780px;
}
.ga-prose p {
  margin: 0 0 22px;
}
.ga-inline-links {
  display: flex;
  gap: 10px 22px;
  flex-wrap: wrap;
  margin: 24px 0;
  font-size: 14px;
}
.ga-table-scroll {
  overflow: auto;
  max-width: 100%;
  border-top: 2px solid #14213d;
  margin: 24px 0;
  overscroll-behavior-x: contain;
}
.ga-page table {
  width: 100%;
  border-collapse: collapse;
  min-width: 650px;
  font-size: 13px;
  line-height: 1.6;
}
.ga-page caption {
  text-align: left;
  padding: 15px 0;
  color: #465167;
  font-size: 12px;
  caption-side: bottom;
}
.ga-page th,
.ga-page td {
  text-align: left;
  vertical-align: top;
  padding: 15px 13px;
  border-bottom: 1px solid #dce0e6;
}
.ga-page thead th {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-weight: 600;
  background: #14213d;
  color: white;
}
.ga-page tbody th {
  font-weight: 600;
  min-width: 125px;
}
.ga-agent-table {
  min-width: 930px !important;
  table-layout: fixed;
}
.ga-agent-table th:first-child {
  width: 140px;
}
.ga-source {
  font-size: 11px;
  margin-top: 10px;
  color: #465167;
}
.ga-source summary {
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 3px;
}
.ga-note {
  font-size: 12px;
  line-height: 1.7;
  color: #465167;
}
.ga-group-links {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin: 24px 0;
}
.ga-group-links > div {
  border: 1px solid #dce0e6;
  padding: 18px;
}
.ga-group-links h3 {
  font-size: 20px;
  margin-top: 0;
}
.ga-group-links a {
  display: block;
  font-size: 13px;
  margin: 8px 0;
}
.ga-properties {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  margin: 25px 0;
}
.ga-property {
  border: 1px solid #dce0e6;
  background: white;
  min-width: 0;
}
.ga-property img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 640/420;
  object-fit: cover;
}
.ga-property > div {
  padding: 20px;
}
.ga-property h3 {
  font-size: 22px;
  margin: 0 0 12px;
}
.ga-property h3 a {
  text-decoration: none;
}
.ga-property p {
  font-size: 12px;
  margin: 7px 0;
}
.ga-property-link {
  display: block;
  font-size: 12px;
  margin-top: 18px;
}
.ga-method {
  border-left: 3px solid #b4975a;
  padding-left: 26px;
}
.ga-faq {
  border-bottom: 1px solid #dce0e6;
  padding: 18px 0;
}
.ga-faq summary {
  cursor: pointer;
  font-weight: 600;
  font-size: 15px;
  padding-right: 12px;
}
.ga-faq p {
  margin: 18px 0 0;
  max-width: 750px;
}
.ga-related {
  padding: 40px 0;
}
.ga-related-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.ga-related-card {
  display: block !important;
  padding: 22px;
  border: 1px solid #dce0e6;
  border-top: 2px solid #b4975a;
  text-decoration: none !important;
  background: #fff;
}
.ga-related-card > span:first-child {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 22px;
  line-height: 1.25;
  display: block;
}
.ga-related-card > span:last-child {
  display: block;
  margin-top: 18px;
  color: #765d2c;
}
.ga-related-card p {
  font-size: 13px;
  line-height: 1.7;
  margin: 13px 0 0;
}
.ga-final {
  background: #14213d;
  color: white;
  padding: 40px;
  margin: 10px 0 60px;
}
.ga-final h2 {
  color: white;
}
.ga-final p {
  max-width: 620px;
}
.ga-button {
  display: inline-block;
  background: #b4975a;
  color: #14213d !important;
  padding: 12px 20px;
  font:
    600 13px Inter,
    Arial,
    sans-serif;
  border: 1px solid #b4975a;
  text-decoration: none !important;
  cursor: pointer;
}
.ga-secondary {
  display: inline-block;
  margin: 14px 0 0 20px;
  font-size: 13px;
}
.ga-comparison-controls {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
  margin: 24px 0;
}
.ga-comparison-controls label {
  font-size: 13px;
  font-weight: 600;
}
.ga-comparison-controls select {
  display: block;
  border: 1px solid #14213d;
  background: white;
  color: #14213d;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  padding: 12px;
  font:
    14px Inter,
    Arial,
    sans-serif;
  margin-top: 8px;
}
.ga-context {
  max-width: 1200px;
  margin: 36px auto;
  padding: 28px 24px;
  border-top: 1px solid #b4975a;
  background: #fff;
  color: #14213d;
}
.ga-context h2 {
  font-family: "Playfair Display", Georgia, serif;
  font-size: 26px;
  font-weight: 500;
}
.ga-context a {
  display: inline-block;
  color: #14213d;
  text-decoration: underline;
  text-underline-offset: 4px;
  margin: 8px 22px 8px 0;
}
.ga-context p {
  max-width: 760px;
}
.ga-context-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
}
.ga-context-grid a {
  display: block;
  border: 1px solid #dce0e6;
  padding: 20px;
  text-decoration: none;
  margin: 0;
}
.ga-context-grid strong {
  display: block;
}
.ga-context-grid span {
  display: block;
  font-size: 13px;
  margin-top: 8px;
}
.ga-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
@media (max-width: 1000px) {
  .ga-hero-grid {
    gap: 32px;
    grid-template-columns: minmax(0, 1fr) 230px;
  }
  .ga-layout {
    grid-template-columns: 170px minmax(0, 1fr);
    gap: 30px;
  }
  .ga-stats {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .ga-stats > div {
    border-bottom: 1px solid #dce0e6;
  }
  .ga-stats > div:first-child {
    padding-left: 18px;
  }
}
@media (max-width: 700px) {
  .ga-shell {
    padding: 0 20px;
  }
  .ga-hero {
    padding-bottom: 36px;
  }
  .ga-breadcrumb {
    padding-bottom: 28px;
    font-size: 11px;
  }
  .ga-hero-grid {
    display: block;
  }
  .ga-hero h1 {
    font-size: 42px;
  }
  .ga-dek {
    font-size: 16px;
  }
  .ga-review {
    margin-top: 28px;
    padding: 16px 0 0;
    border-left: 0;
    border-top: 1px solid #b4975a;
  }
  .ga-monogram {
    display: none;
  }
  .ga-review p {
    margin: 5px 0;
  }
  .ga-opening {
    padding: 32px 0;
  }
  .ga-stats {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .ga-stats > div {
    padding: 18px 12px;
  }
  .ga-stats strong {
    font-size: 30px;
  }
  .ga-stats strong.ga-unknown {
    font-size: 16px;
  }
  .ga-layout {
    display: block;
  }
  .ga-contents {
    position: static;
    max-height: none;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3px 16px;
    padding: 18px 0 28px;
  }
  .ga-contents strong {
    grid-column: 1/-1;
    margin-bottom: 6px;
  }
  .ga-section {
    padding: 30px 0;
  }
  .ga-page h2 {
    font-size: 31px;
  }
  .ga-group-links,
  .ga-related-grid {
    grid-template-columns: 1fr 1fr;
  }
  .ga-group-links > div {
    padding: 12px;
  }
  .ga-properties {
    gap: 14px;
  }
  .ga-property > div {
    padding: 14px;
  }
  .ga-property h3 {
    font-size: 20px;
  }
  .ga-method {
    padding-left: 18px;
  }
  .ga-final {
    padding: 26px;
    margin-bottom: 35px;
  }
  .ga-secondary {
    margin: 18px 0 0;
    display: block;
  }
  .ga-comparison-controls {
    grid-template-columns: 1fr;
  }
  .ga-context-grid {
    grid-template-columns: 1fr;
  }
  .ga-page table {
    font-size: 12px;
  }
  .ga-page th,
  .ga-page td {
    padding: 13px 10px;
  }
}
@media (max-width: 390px) {
  .ga-hero h1 {
    font-size: 36px;
  }
  .ga-related-grid,
  .ga-properties {
    grid-template-columns: 1fr;
  }
}
@media (prefers-reduced-motion: reduce) {
  .ga-page * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
