/*
Theme Name: GAG Public
Theme URI: https://www.genrichathleticgroup.com/
Author: Genrich Athletic Group
Description: The public website for Genrich Athletic Group and its Rochester indoor turf facilities.
Version: 3.3.2
Requires at least: 6.5
Requires PHP: 7.4
Text Domain: gag-public
*/

@font-face {
  font-family: "Plus Jakarta Sans";
  src: url("assets/fonts/plus-jakarta-sans-latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("assets/fonts/montserrat-latin-wght-normal.woff2") format("woff2-variations");
  font-style: normal;
  font-weight: 200 800;
  font-display: swap;
}

:root {
  --gag-ink: #101915;
  --gag-deep: #071a14;
  --gag-deep-soft: #0d2b21;
  --gag-green: #376b47;
  --gag-lime: #b6d942;
  --gag-muted: #66706b;
  --gag-soft: #f3f5f4;
  --gag-cool: #e9eeeb;
  --gag-line: #dbe1dd;
  --gag-white: #ffffff;
  --gag-focus: #2f6fc2;
  --gag-shell: 1220px;
  --gag-header-height: 82px;
}

.gag-availability-when { margin: 14px 0 10px; color: var(--gag-ink); font-size: 20px; font-weight: 700; overflow-wrap: anywhere; }
.gag-availability-date-note { margin: 12px 0 0; font-size: 16px; color: var(--gag-ink); }
.gag-partner-options h2, .gag-partner-spaces h2 { margin-bottom: 36px; }
.gag-partner-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 48px; }
.gag-partner-option-grid > div { border-top: 2px solid var(--gag-green); padding-top: 24px; }
.gag-partner-option-grid h3 { font-size: 27px; margin-bottom: 16px; }
.gag-partner-option-grid p { margin-bottom: 0; font-size: 18px; }
.gag-partner-note { margin: 32px 0 0; font-size: 15px; }
.gag-partner-spaces { background: var(--gag-soft); }
.gag-partner-photo-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 32px; }
.gag-partner-photo-grid figure { margin: 0; min-width: 0; }
.gag-partner-photo-grid img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; border-radius: 6px; }
.gag-partner-photo-grid figcaption { padding-top: 14px; color: var(--gag-ink); font-size: 16px; font-weight: 600; }
.gag-partner-inquiry-layout { display: grid; grid-template-columns: minmax(0, .85fr) minmax(0, 1.15fr); gap: 72px; align-items: start; }
.gag-partner-inquiry h2 { font-size: 38px; margin-bottom: 22px; }
.gag-partner-inquiry p { font-size: 18px; }
.gag-partner-form { min-width: 0; }
.gag-partner-form .contact-form { margin: 0; }
.gag-partner-form .contact-form label { color: var(--gag-ink); font-size: 16px; font-weight: 600; }
.gag-partner-form .contact-form input:not([type="checkbox"]):not([type="radio"]):not([type="hidden"]),
.gag-partner-form .contact-form select,
.gag-partner-form .contact-form textarea { max-width: 100%; width: 100%; min-height: 48px; border: 1px solid #8b9690; background: #fff; color: var(--gag-ink); border-radius: 4px; font-size: 16px; padding: 12px; }
.gag-partner-form .contact-form textarea { min-height: 120px; resize: vertical; }
.gag-partner-form .contact-form button[type="submit"] { background: var(--gag-ink); color: #fff; min-height: 48px; padding: 14px 24px; border: 0; border-radius: 6px; font-weight: 700; font-size: 16px; white-space: normal; }
.gag-partner-form .contact-form button[type="submit"]:hover { background: var(--gag-green); }
.gag-partner-form .contact-form button[type="submit"]:disabled { opacity: .65; cursor: wait; }
@media (max-width: 760px) {
  .gag-partner-option-grid, .gag-partner-photo-grid, .gag-partner-inquiry-layout { grid-template-columns: minmax(0, 1fr); gap: 32px; }
  .gag-partner-inquiry h2 { font-size: 32px; }
  .gag-partner-form .contact-form button[type="submit"] { width: 100%; }
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--gag-white);
  color: var(--gag-ink);
  font-family: "Montserrat", system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  letter-spacing: 0;
  -webkit-font-smoothing: antialiased;
}

button,
input,
select,
textarea {
  font-family: inherit;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 4px;
}

h1,
h2,
h3,
p,
ul,
ol,
dl,
figure {
  margin-top: 0;
}

h1,
h2,
h3 {
  margin-bottom: 0;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.08;
  letter-spacing: 0;
  text-wrap: balance;
}

h1 {
  font-size: 72px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 31px;
}

p {
  color: var(--gag-muted);
}

:focus-visible {
  outline: 3px solid var(--gag-focus);
  outline-offset: 4px;
}

.gag-shell {
  width: min(100% - 64px, var(--gag-shell));
  margin-inline: auto;
}

.gag-main {
  overflow: hidden;
}

.gag-skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 99999;
  padding: 11px 18px;
  border-radius: 999px;
  transform: translateY(-180%);
  background: var(--gag-white);
  color: var(--gag-ink);
  font-weight: 700;
}

.gag-skip-link:focus {
  transform: translateY(0);
}

/* Header */

.gag-site-header {
  position: relative;
  z-index: 50;
  min-height: var(--gag-header-height);
  border-bottom: 1px solid rgba(16, 25, 21, 0.1);
  background: rgba(255, 255, 255, 0.96);
  color: var(--gag-ink);
  box-shadow: 0 12px 30px rgba(16, 25, 21, 0.08);
}

.gag-site-header-overlay {
  margin-bottom: calc(var(--gag-header-height) * -1);
  border-bottom: 1px solid rgba(16, 25, 21, 0.12);
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 34px rgba(16, 25, 21, 0.1);
  backdrop-filter: blur(10px) saturate(120%);
}

.gag-header-inner {
  display: flex;
  min-height: var(--gag-header-height);
  align-items: center;
  justify-content: space-between;
  gap: 34px;
}

.gag-brand {
  display: flex;
  width: 126px;
  height: 66px;
  flex: 0 0 126px;
  align-items: center;
}

.gag-brand img {
  width: 126px;
  height: auto;
  max-height: 64px;
  object-fit: contain;
  filter: drop-shadow(0 2px 12px rgba(0, 0, 0, 0.22));
}

.gag-nav {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 4px;
}

.gag-nav > a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  padding: 0 14px;
  color: rgba(16, 25, 21, 0.72);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gag-nav > a:hover,
.gag-nav > a[aria-current="page"] {
  color: var(--gag-ink);
}

.gag-menu-button {
  display: none;
  width: 48px;
  height: 48px;
  align-items: center;
  justify-content: center;
  border: 0;
  border-radius: 50%;
  background: transparent;
  color: var(--gag-ink);
  cursor: pointer;
}

.gag-menu-icon,
.gag-menu-icon::before,
.gag-menu-icon::after {
  display: block;
  width: 23px;
  height: 2px;
  background: currentColor;
  content: "";
  transition: transform 160ms ease, opacity 160ms ease;
}

.gag-menu-icon {
  position: relative;
}

.gag-menu-icon::before {
  position: absolute;
  top: -7px;
}

.gag-menu-icon::after {
  position: absolute;
  top: 7px;
}

.gag-menu-button[aria-expanded="true"] .gag-menu-icon {
  background: transparent;
}

.gag-menu-button[aria-expanded="true"] .gag-menu-icon::before {
  top: 0;
  transform: rotate(45deg);
}

.gag-menu-button[aria-expanded="true"] .gag-menu-icon::after {
  top: 0;
  transform: rotate(-45deg);
}

/* Controls and shared type */

.gag-actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}

.gag-actions-center {
  justify-content: center;
}

.gag-button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  padding: 0 25px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease, transform 160ms ease;
}

.gag-button:hover {
  transform: translateY(-1px);
}

.gag-button-primary {
  border-color: var(--gag-white);
  background: var(--gag-white);
  color: var(--gag-deep);
}

.gag-button-primary:hover {
  border-color: var(--gag-lime);
  background: var(--gag-lime);
}

.gag-button-dark {
  border-color: var(--gag-deep);
  background: var(--gag-deep);
  color: var(--gag-white);
}

.gag-button-dark:hover {
  border-color: var(--gag-green);
  background: var(--gag-green);
}

.gag-button-outline {
  border-color: #9ba59f;
  background: transparent;
  color: var(--gag-ink);
}

.gag-button-outline:hover {
  border-color: var(--gag-deep);
}

.gag-button-ghost {
  border-color: rgba(255, 255, 255, 0.42);
  background: rgba(255, 255, 255, 0.06);
  color: var(--gag-white);
}

.gag-button-ghost:hover {
  border-color: var(--gag-white);
  background: rgba(255, 255, 255, 0.12);
}

.gag-arrow-link {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: var(--gag-deep);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.gag-arrow-link span {
  font-size: 20px;
  transition: transform 160ms ease;
}

.gag-arrow-link:hover span {
  transform: translateX(4px);
}

.gag-arrow-link-light {
  color: var(--gag-white);
}

.gag-kicker,
.gag-hero-kicker,
.gag-photo-callout-content > p {
  margin-bottom: 14px;
  color: var(--gag-green);
  font-size: 13px;
  font-weight: 800;
  line-height: 1.3;
  text-transform: uppercase;
  letter-spacing: 0;
}

.gag-hero-kicker,
.gag-photo-callout-content > p {
  color: var(--gag-lime);
}

.gag-section {
  padding: 118px 0;
}

.gag-centered-heading {
  max-width: 760px;
  margin: 0 auto 64px;
  text-align: center;
}

.gag-centered-heading h2 {
  margin-bottom: 20px;
}

.gag-centered-heading p {
  max-width: 640px;
  margin: 0 auto;
  font-size: 18px;
}

.gag-centered-heading-narrow {
  max-width: 680px;
}

/* Image-led heroes */

.gag-photo-hero {
  position: relative;
  display: flex;
  min-height: 660px;
  align-items: center;
  isolation: isolate;
  background: var(--gag-deep);
}

.gag-home-hero {
  height: min(82svh, 760px);
  min-height: 690px;
}

.gag-facility-hero,
.gag-rental-hero {
  height: min(60svh, 580px);
  min-height: 540px;
}

.gag-hero-media,
.gag-hero-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gag-hero-media {
  z-index: -2;
  object-fit: cover;
  object-position: center 52%;
  filter: saturate(0.82) contrast(1.08);
}

.gag-hero-shade {
  z-index: -1;
  background: rgba(5, 20, 15, 0.64);
}

.gag-hero-content {
  padding-top: calc(var(--gag-header-height) + 70px);
  padding-bottom: 82px;
  color: var(--gag-white);
}

.gag-hero-content-centered {
  text-align: center;
}

.gag-hero-content-centered > * {
  max-width: 910px;
  margin-inline: auto;
}

.gag-hero-content h1 {
  max-width: 950px;
}

.gag-hero-content > p:not(.gag-hero-kicker) {
  max-width: 720px;
  margin-top: 24px;
  margin-bottom: 30px;
  color: rgba(255, 255, 255, 0.86);
  font-size: 20px;
  line-height: 1.55;
}

.gag-hero-proof {
  display: flex;
  max-width: 720px;
  margin-top: 72px;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.gag-hero-proof span {
  padding: 0 24px;
  border-right: 1px solid rgba(255, 255, 255, 0.26);
}

.gag-hero-proof span:last-child {
  border-right: 0;
}

.gag-hero-proof strong {
  margin-right: 5px;
  color: var(--gag-white);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 15px;
}

/* Homepage */

.gag-locations {
  background: var(--gag-white);
}

.gag-location-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 68px;
}

.gag-location-preview {
  min-width: 0;
}

.gag-location-image {
  display: block;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: var(--gag-cool);
}

.gag-location-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 360ms ease;
}

.gag-location-image:hover img {
  transform: scale(1.018);
}

.gag-location-preview .gag-location-image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 44px;
  border: 1px solid var(--gag-line);
  background:
    radial-gradient(circle at 50% 42%, rgba(182, 217, 66, 0.18), transparent 46%),
    linear-gradient(135deg, #ffffff 0%, #f4f7f5 100%);
}

.gag-location-preview .gag-location-image img {
  width: min(78%, 360px);
  height: auto;
  max-height: 72%;
  object-fit: contain;
  filter: drop-shadow(0 12px 22px rgba(16, 25, 21, 0.14));
}

.gag-location-preview-body {
  padding-top: 28px;
}

.gag-location-meta {
  display: flex;
  margin-bottom: 13px;
  justify-content: space-between;
  color: var(--gag-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gag-location-preview h3 {
  margin-bottom: 12px;
}

.gag-address {
  margin-bottom: 0;
  color: var(--gag-muted);
  font-size: 14px;
}

.gag-map-link {
  display: inline-flex;
  width: fit-content;
  min-height: 36px;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--gag-green);
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.gag-map-link:hover {
  color: var(--gag-ink);
}

.gag-map-link svg {
  flex: 0 0 auto;
}

.gag-map-link-small {
  min-height: 30px;
  margin-top: 4px;
  font-size: 12px;
}

.gag-location-facts {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin: 26px 0 28px;
  border-top: 1px solid var(--gag-line);
  border-bottom: 1px solid var(--gag-line);
}

.gag-location-facts > div {
  min-width: 0;
  padding: 18px 14px 18px 0;
}

.gag-location-facts strong,
.gag-location-facts span {
  display: block;
}

.gag-location-facts strong {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 15px;
}

.gag-location-facts span {
  margin-top: 2px;
  color: var(--gag-muted);
  font-size: 12px;
}

.gag-availability-band {
  padding: 104px 0;
  background: var(--gag-soft);
}

.gag-availability-heading {
  display: grid;
  grid-template-columns: minmax(300px, 0.85fr) minmax(0, 1.15fr);
  align-items: end;
  gap: 72px;
  padding-bottom: 42px;
  border-bottom: 1px solid var(--gag-line);
}

.gag-availability-heading h2,
.gag-availability-heading p {
  margin: 0;
}

.gag-availability-heading p {
  max-width: 620px;
  justify-self: end;
  font-size: 17px;
}

.gag-availability-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-bottom: 1px solid var(--gag-line);
}

.gag-availability-list article {
  min-width: 0;
  padding: 42px 54px 42px 0;
}

.gag-availability-list article + article {
  padding-right: 0;
  padding-left: 54px;
  border-left: 1px solid var(--gag-line);
}

.gag-availability-status {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
  gap: 9px;
  color: var(--gag-muted);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gag-availability-status > span {
  width: 9px;
  height: 9px;
  flex: 0 0 9px;
  border-radius: 50%;
  background: #6f7974;
}

.gag-availability-status.is-available > span {
  background: #27824c;
}

.gag-availability-status.is-limited > span {
  background: #b47712;
}

.gag-availability-status.is-waitlist > span {
  background: #496a82;
}

.gag-availability-status.is-full > span {
  background: #a44444;
}

.gag-availability-list h3 {
  margin-bottom: 12px;
  font-size: 27px;
}

.gag-availability-detail {
  display: grid;
  max-width: 520px;
  margin: 0;
  gap: 11px;
  color: var(--gag-muted);
  font-size: 15px;
  line-height: 1.55;
}

.gag-availability-detail-copy {
  display: block;
}

.gag-availability-time {
  display: inline-grid;
  width: fit-content;
  max-width: 100%;
  gap: 5px;
  margin-top: 3px;
  padding: 14px 18px 15px;
  border: 1px solid #cbd7cf;
  border-left: 6px solid #27824c;
  border-radius: 8px;
  background: var(--gag-white);
  box-shadow: 0 18px 35px rgba(20, 44, 32, 0.08);
  color: var(--gag-deep);
}

.gag-availability-list article.is-limited .gag-availability-time {
  border-left-color: #b47712;
}

.gag-availability-list article.is-waitlist .gag-availability-time {
  border-left-color: #496a82;
}

.gag-availability-list article.is-full .gag-availability-time {
  border-left-color: #a44444;
}

.gag-availability-time > span {
  color: var(--gag-green);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  line-height: 1;
  text-transform: uppercase;
}

.gag-availability-time strong {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.05;
}

.gag-availability-time > .gag-availability-slot-day {
  color: var(--gag-deep);
  font-size: 20px;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
  overflow-wrap: anywhere;
}

.gag-availability-footer {
  display: flex;
  min-height: 70px;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

.gag-availability-footer > span {
  color: var(--gag-muted);
  font-size: 12px;
}

.gag-uses-band {
  padding: 110px 0;
  background: var(--gag-deep);
  color: var(--gag-white);
}

.gag-uses-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 100px;
}

.gag-uses-layout h2 {
  max-width: 470px;
}

.gag-uses-layout > div:first-child > p {
  max-width: 430px;
  margin: 24px 0 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 18px;
}

.gag-use-list > div {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
  gap: 34px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.gag-use-list > div:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
}

.gag-use-list strong {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 17px;
}

.gag-use-list span {
  color: rgba(255, 255, 255, 0.62);
  font-size: 14px;
}

.gag-story {
  background: var(--gag-soft);
}

.gag-story-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(330px, 0.85fr);
  align-items: center;
  gap: 84px;
}

.gag-story-layout-wide {
  grid-template-columns: minmax(0, 1.2fr) minmax(340px, 0.8fr);
}

.gag-story-media {
  overflow: hidden;
  min-height: 500px;
  border-radius: 8px;
  background: var(--gag-cool);
}

.gag-story-media img {
  width: 100%;
  height: 100%;
  min-height: 500px;
  object-fit: cover;
}

.gag-story-copy h2 {
  margin-bottom: 24px;
}

.gag-story-copy > p:not(.gag-kicker) {
  margin-bottom: 30px;
  font-size: 18px;
}

.gag-photo-callout {
  position: relative;
  display: flex;
  min-height: 560px;
  align-items: center;
  justify-content: center;
  isolation: isolate;
  overflow: hidden;
  color: var(--gag-white);
}

.gag-photo-callout > img,
.gag-photo-callout-shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gag-photo-callout > img {
  z-index: -2;
  object-fit: cover;
  object-position: center 68%;
  filter: saturate(0.72) contrast(1.08);
}

.gag-photo-callout-shade {
  z-index: -1;
  background: rgba(5, 20, 15, 0.7);
}

.gag-photo-callout-content {
  max-width: 780px;
  text-align: center;
}

.gag-photo-callout-content h2 {
  margin-bottom: 30px;
}

/* Facility pages */

.gag-fact-strip {
  border-bottom: 1px solid var(--gag-line);
  background: var(--gag-white);
}

.gag-fact-strip-inner {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.gag-fact-strip-inner > div {
  min-width: 0;
  padding: 32px 28px;
  border-right: 1px solid var(--gag-line);
}

.gag-fact-strip-inner > div:first-child {
  padding-left: 0;
}

.gag-fact-strip-inner > div:last-child {
  padding-right: 0;
  border-right: 0;
}

.gag-fact-strip strong,
.gag-fact-strip span {
  display: block;
}

.gag-fact-strip strong {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 16px;
}

.gag-fact-strip span {
  margin-top: 3px;
  color: var(--gag-muted);
  font-size: 12px;
}

.gag-field-stories {
  display: grid;
  gap: 118px;
}

.gag-field-story {
  display: grid;
  grid-template-columns: minmax(0, 1.18fr) minmax(330px, 0.82fr);
  align-items: center;
  gap: 84px;
}

.gag-field-story-reverse .gag-field-story-media {
  order: 2;
}

.gag-field-story-media {
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: var(--gag-cool);
}

.gag-field-story-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gag-field-story-copy h3 {
  margin-bottom: 20px;
  font-size: 45px;
}

.gag-field-story-copy > p:not(.gag-kicker) {
  margin-bottom: 26px;
  font-size: 17px;
}

.gag-info-band {
  padding: 108px 0;
  background: var(--gag-cool);
}

.gag-info-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(400px, 1.15fr);
  align-items: start;
  gap: 100px;
}

.gag-info-layout h2 {
  max-width: 470px;
  margin-bottom: 30px;
}

.gag-detail-list {
  margin: 0;
  border-top: 1px solid #c9d1cc;
}

.gag-detail-list > div {
  display: grid;
  grid-template-columns: 160px minmax(0, 1fr);
  gap: 26px;
  padding: 20px 0;
  border-bottom: 1px solid #c9d1cc;
}

.gag-detail-list dt {
  font-weight: 750;
}

.gag-detail-list dd {
  margin: 0;
  color: var(--gag-muted);
}

.gag-inline-uses {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 20px;
  margin: 0 0 32px;
  color: var(--gag-green);
  font-size: 13px;
  font-weight: 750;
}

.gag-inline-uses span {
  position: relative;
}

.gag-inline-uses span:not(:last-child)::after {
  position: absolute;
  right: -12px;
  color: #a8b1ac;
  content: "/";
}

/* Booking and recurring rentals */

.gag-page-hero {
  padding: 112px 0 104px;
  background: var(--gag-deep);
  color: var(--gag-white);
}

.gag-page-hero-inner {
  max-width: 820px;
  text-align: center;
}

.gag-page-hero h1 {
  margin-bottom: 24px;
}

.gag-page-hero p {
  max-width: 650px;
  margin: 0 auto;
  color: rgba(255, 255, 255, 0.67);
  font-size: 19px;
}

.gag-inquiry-section {
  background: var(--gag-white);
}

.gag-inquiry-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.72fr) minmax(0, 1.28fr);
  align-items: start;
  gap: 110px;
}

.gag-inquiry-copy h2 {
  margin-bottom: 18px;
}

.gag-inquiry-copy > p {
  margin-bottom: 30px;
  font-size: 17px;
}

.gag-inquiry-list {
  display: grid;
  gap: 0;
  margin: 0;
  padding: 0;
  border-top: 1px solid var(--gag-line);
  list-style: none;
}

.gag-inquiry-list li {
  padding: 15px 0;
  border-bottom: 1px solid var(--gag-line);
  color: var(--gag-muted);
  font-size: 14px;
}

.gag-inquiry-locations {
  display: grid;
  gap: 0;
  border-top: 1px solid var(--gag-line);
}

.gag-inquiry-locations article {
  display: grid;
  grid-template-columns: minmax(138px, 0.42fr) minmax(0, 1fr);
  align-items: center;
  gap: 24px;
  padding: 24px 0;
  border-bottom: 1px solid var(--gag-line);
}

.gag-inquiry-location-media {
  overflow: hidden;
  aspect-ratio: 4 / 3;
  border-radius: 8px;
  background: var(--gag-cool);
}

.gag-inquiry-location-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gag-inquiry-location-body {
  display: grid;
  gap: 3px;
}

.gag-inquiry-locations p,
.gag-inquiry-locations h3,
.gag-inquiry-locations span,
.gag-inquiry-locations small {
  margin: 0;
}

.gag-inquiry-locations p {
  color: var(--gag-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gag-inquiry-locations h3 {
  margin-top: 4px;
  font-size: 23px;
}

.gag-inquiry-locations span,
.gag-inquiry-locations small {
  display: block;
  color: var(--gag-muted);
  font-size: 13px;
  line-height: 1.45;
}

.gag-inquiry-locations small {
  margin-top: 2px;
}

.gag-field-rentals-section .gag-inquiry-layout {
  grid-template-columns: minmax(240px, 0.44fr) minmax(0, 1.56fr);
  gap: 72px;
}

.gag-field-rentals-section .gag-inquiry-locations article {
  grid-template-columns: 1fr;
  align-items: start;
  gap: 18px;
  padding: 38px 0;
}

.gag-field-rentals-section .gag-inquiry-location-media {
  aspect-ratio: 21 / 9;
}

.gag-field-rentals-section .gag-inquiry-location-body {
  max-width: 660px;
}

.gag-field-rentals-section .gag-inquiry-locations h3 {
  font-size: 30px;
}

.gag-field-rentals-section .gag-inquiry-locations span,
.gag-field-rentals-section .gag-inquiry-locations small {
  font-size: 14px;
}

.gag-recurring-rentals {
  margin-top: 72px;
  padding: 46px;
  border: 1px solid var(--gag-line);
  border-radius: 8px;
  background: var(--gag-cool);
}

.gag-recurring-rentals-header {
  max-width: 780px;
  margin-bottom: 38px;
}

.gag-recurring-rentals-header h2 {
  margin-bottom: 14px;
  font-size: 54px;
}

.gag-recurring-rentals-header p:not(.gag-kicker) {
  margin: 0;
  font-size: 17px;
}

.gag-recurring-rentals-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
  gap: 54px;
}

.gag-recurring-process h3,
.gag-recurring-summary h3 {
  margin-bottom: 12px;
  font-size: 28px;
}

.gag-recurring-process > p {
  margin-bottom: 28px;
}

.gag-recurring-rentals .gag-step-list-compact {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px 0;
}

.gag-recurring-rentals .gag-step-list-compact li {
  padding: 0 24px 0 0;
  text-align: left;
}

.gag-recurring-rentals .gag-step-list-compact li:not(:last-child)::after {
  display: none;
}

.gag-recurring-rentals .gag-step-list-compact li > span {
  width: 40px;
  height: 40px;
  margin-bottom: 14px;
}

.gag-recurring-rentals .gag-rental-summary-grid-compact {
  grid-template-columns: 1fr;
}

.gag-recurring-rentals .gag-rental-summary-grid-compact article,
.gag-recurring-rentals .gag-rental-summary-grid-compact article + article {
  padding: 24px 0;
  border-left: 0;
}

.gag-recurring-rentals .gag-rental-summary-grid-compact article:first-child {
  padding-top: 0;
}

.gag-late-night-rentals {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 28px;
  margin-top: 54px;
  padding: 32px;
  border-radius: 8px;
  background: var(--gag-deep);
  color: var(--gag-white);
}

.gag-late-night-rentals .gag-kicker {
  color: var(--gag-lime);
}

.gag-late-night-rentals h2 {
  margin-bottom: 10px;
  font-size: 34px;
}

.gag-late-night-rentals p:not(.gag-kicker),
.gag-late-night-rentals-actions span {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
}

.gag-late-night-rentals-actions {
  display: grid;
  justify-items: end;
  gap: 8px;
  text-align: right;
}

.gag-late-night-rentals-phone {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
  border-radius: 999px;
  background: var(--gag-lime);
  color: var(--gag-deep);
  font-size: 14px;
  font-weight: 850;
  text-decoration: none;
}

.gag-late-night-rentals-phone:hover {
  background: var(--gag-white);
  color: var(--gag-deep);
}

.gag-single-action {
  margin-top: 70px;
  padding-top: 32px;
  border-top: 1px solid var(--gag-line);
  text-align: center;
}

.gag-single-action p {
  margin: 14px 0 0;
  font-size: 13px;
}

.gag-booking-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 68px;
}

.gag-booking-card {
  min-width: 0;
}

.gag-booking-card-media {
  position: relative;
  overflow: hidden;
  aspect-ratio: 16 / 10;
  border-radius: 8px;
  background: var(--gag-cool);
}

.gag-booking-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gag-booking-card-media span {
  position: absolute;
  bottom: 18px;
  left: 18px;
  padding: 9px 15px;
  border-radius: 999px;
  background: rgba(7, 26, 20, 0.88);
  color: var(--gag-white);
  font-size: 12px;
  font-weight: 750;
}

.gag-booking-card-body {
  padding-top: 27px;
}

.gag-booking-card h3 {
  margin-bottom: 13px;
}

.gag-booking-card-body > p {
  margin-bottom: 18px;
}

.gag-booking-facts {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-bottom: 28px;
  color: var(--gag-green);
  font-size: 13px;
  font-weight: 750;
}

.gag-account-links {
  display: grid;
  margin-top: 72px;
  border-top: 1px solid var(--gag-line);
}

.gag-account-links a {
  position: relative;
  display: grid;
  grid-template-columns: minmax(220px, 0.5fr) minmax(0, 1fr) 32px;
  align-items: center;
  gap: 24px;
  min-height: 82px;
  border-bottom: 1px solid var(--gag-line);
  text-decoration: none;
}

.gag-account-links span {
  color: var(--gag-muted);
  font-size: 14px;
}

.gag-account-links b {
  font-size: 22px;
  font-weight: 400;
}

.gag-rental-process {
  background: var(--gag-white);
}

.gag-step-list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: rental-step;
}

.gag-step-list li {
  position: relative;
  min-width: 0;
  padding: 0 28px;
  text-align: center;
}

.gag-step-list li:not(:last-child)::after {
  position: absolute;
  top: 23px;
  right: -50%;
  width: 100%;
  height: 1px;
  background: var(--gag-line);
  content: "";
}

.gag-step-list li > span {
  position: relative;
  z-index: 1;
  display: inline-flex;
  width: 46px;
  height: 46px;
  margin-bottom: 22px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--gag-deep);
  color: var(--gag-white);
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-weight: 700;
}

.gag-step-list strong {
  display: block;
  margin-bottom: 5px;
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 17px;
}

.gag-step-list p {
  margin: 0;
  font-size: 13px;
}

.gag-rental-choices {
  padding: 112px 0;
  background: var(--gag-soft);
}

.gag-rental-choices-layout {
  display: grid;
  grid-template-columns: minmax(280px, 0.7fr) minmax(0, 1.3fr);
  align-items: start;
  gap: 100px;
}

.gag-rental-summary-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  border-top: 1px solid var(--gag-line);
}

.gag-rental-summary-grid article {
  display: grid;
  align-content: start;
  gap: 6px;
  padding: 28px 34px 28px 0;
  border-bottom: 1px solid var(--gag-line);
}

.gag-rental-summary-grid article + article {
  padding-right: 0;
  padding-left: 34px;
  border-left: 1px solid var(--gag-line);
}

.gag-rental-summary-grid span {
  color: var(--gag-green);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.gag-rental-summary-grid strong {
  font-family: "Plus Jakarta Sans", system-ui, sans-serif;
  font-size: 20px;
}

.gag-rental-summary-grid small {
  color: var(--gag-muted);
  font-size: 13px;
}

/* Calls to action, footer, and 404 */

.gag-page-cta {
  padding: 112px 0;
  background: var(--gag-deep-soft);
  color: var(--gag-white);
  text-align: center;
}

.gag-page-cta-light {
  background: var(--gag-cool);
  color: var(--gag-ink);
}

.gag-page-cta-inner {
  max-width: 820px;
}

.gag-page-cta h2 {
  margin-bottom: 18px;
}

.gag-page-cta p:not(.gag-kicker) {
  max-width: 620px;
  margin: 0 auto 30px;
  color: rgba(255, 255, 255, 0.66);
  font-size: 18px;
}

.gag-page-cta-light p:not(.gag-kicker) {
  color: var(--gag-muted);
}

.gag-site-footer {
  color: var(--gag-white);
}

.gag-footer-main {
  padding: 62px 0 28px;
  background: var(--gag-deep);
}

.gag-footer-simple {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 64px;
}

.gag-footer-simple h2 {
  font-size: 15px;
}

.gag-footer-brand p {
  max-width: 350px;
  margin: 17px 0 22px;
  color: rgba(255, 255, 255, 0.56);
  font-size: 14px;
}

.gag-footer-instagram {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  font-weight: 700;
}

.gag-footer-contact {
  display: grid;
  justify-items: end;
  gap: 6px;
  margin: 0;
  font-style: normal;
  text-align: right;
}

.gag-footer-contact > a {
  color: rgba(255, 255, 255, 0.72);
  font-size: 14px;
}

.gag-footer-contact > a:hover {
  color: var(--gag-white);
}

.gag-footer-map-links {
  display: grid;
  justify-items: end;
  gap: 2px;
  margin-top: 8px;
}

.gag-map-link-footer {
  min-height: 28px;
  margin-top: 0;
  color: rgba(255, 255, 255, 0.76);
  font-size: 12px;
}

.gag-map-link-footer:hover {
  color: var(--gag-white);
}

.gag-footer-bottom {
  display: flex;
  margin-top: 62px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  justify-content: space-between;
  color: rgba(255, 255, 255, 0.42);
  font-size: 11px;
}

.gag-page-content {
  width: min(100% - 48px, 760px);
  margin: 0 auto;
  padding: 140px 0;
  text-align: center;
}

.gag-page-content h1 {
  margin-bottom: 22px;
  font-size: 58px;
}

.gag-page-content > p:not(.gag-kicker) {
  max-width: 620px;
  margin: 0 auto 30px;
  font-size: 18px;
}

/* Responsive navigation and layouts */

@media (max-width: 980px) {
  h1 {
    font-size: 60px;
  }

  h2 {
    font-size: 43px;
  }

  .gag-shell {
    width: min(100% - 44px, var(--gag-shell));
  }

  .gag-menu-button {
    display: inline-flex;
  }

  .gag-nav {
    position: absolute;
    top: calc(100% + 10px);
    right: 22px;
    left: 22px;
    display: none;
    overflow: hidden;
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 8px;
    background: rgba(7, 26, 20, 0.98);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.26);
  }

  .gag-nav.is-open {
    display: grid;
  }

  body.gag-menu-open {
    overflow: hidden;
  }

  body.gag-menu-open::after {
    position: fixed;
    inset: 0;
    z-index: 40;
    background: rgba(3, 12, 9, 0.42);
    content: "";
  }

  .gag-nav > a {
    min-height: 50px;
    justify-content: flex-start;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.82);
  }

  .gag-location-grid,
  .gag-booking-grid {
    gap: 44px;
  }

  .gag-uses-layout,
  .gag-story-layout,
  .gag-story-layout-wide,
  .gag-field-story,
  .gag-info-layout,
  .gag-inquiry-layout,
  .gag-rental-choices-layout {
    grid-template-columns: 1fr;
    gap: 54px;
  }

  .gag-field-rentals-section .gag-inquiry-layout {
    grid-template-columns: 1fr;
  }

  .gag-availability-heading {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .gag-availability-heading p {
    justify-self: start;
  }

  .gag-field-story-reverse .gag-field-story-media {
    order: 0;
  }

  .gag-use-list > div {
    grid-template-columns: minmax(190px, 0.8fr) minmax(0, 1.2fr);
  }

  .gag-step-list li {
    padding-inline: 14px;
  }

}

@media (max-width: 680px) {
  :root {
    --gag-header-height: 76px;
  }

  body {
    font-size: 15px;
  }

  h1 {
    font-size: 43px;
  }

  h2 {
    font-size: 36px;
  }

  h3 {
    font-size: 27px;
  }

  .gag-shell {
    width: min(100% - 36px, var(--gag-shell));
  }

  .gag-brand,
  .gag-brand img {
    width: 112px;
  }

  .gag-brand {
    height: 60px;
    flex-basis: 112px;
  }

  .gag-section {
    padding: 78px 0;
  }

  .gag-centered-heading {
    margin-bottom: 42px;
    text-align: left;
  }

  .gag-centered-heading h2 {
    margin-bottom: 15px;
  }

  .gag-centered-heading p {
    font-size: 16px;
  }

  .gag-photo-hero {
    min-height: 600px;
  }

  .gag-home-hero {
    height: min(78svh, 690px);
    min-height: 640px;
  }

  .gag-facility-hero,
  .gag-rental-hero {
    height: min(64svh, 560px);
    min-height: 520px;
  }

  .gag-hero-media {
    object-position: center 50%;
  }

  .gag-hero-content {
    padding-top: calc(var(--gag-header-height) + 54px);
    padding-bottom: 46px;
  }

  .gag-hero-content > p:not(.gag-hero-kicker) {
    margin-top: 19px;
    margin-bottom: 25px;
    font-size: 17px;
  }

  .gag-hero-content .gag-actions {
    display: grid;
    width: 100%;
  }

  .gag-hero-proof {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    width: 100%;
    margin-top: 44px;
    font-size: 9px;
  }

  .gag-hero-proof span {
    display: grid;
    padding: 0 8px;
  }

  .gag-hero-proof strong {
    margin: 0;
    font-size: 14px;
  }

  .gag-location-grid,
  .gag-booking-grid {
    grid-template-columns: 1fr;
    gap: 72px;
  }

  .gag-location-image,
  .gag-booking-card-media {
    aspect-ratio: 4 / 3;
  }

  .gag-location-preview .gag-location-image {
    padding: 30px;
  }

  .gag-location-preview .gag-location-image img {
    width: min(84%, 300px);
    max-height: 76%;
  }

  .gag-location-preview-body {
    padding-top: 23px;
  }

  .gag-location-facts {
    grid-template-columns: 1fr;
  }

  .gag-location-facts > div {
    padding: 12px 0;
    border-bottom: 1px solid var(--gag-line);
  }

  .gag-location-facts > div:last-child {
    border-bottom: 0;
  }

  .gag-location-preview .gag-actions,
  .gag-booking-card .gag-actions {
    align-items: stretch;
  }

  .gag-location-preview .gag-button,
  .gag-booking-card .gag-button {
    width: 100%;
  }

  .gag-uses-band {
    padding: 78px 0;
  }

  .gag-availability-band {
    padding: 78px 0;
  }

  .gag-availability-heading {
    padding-bottom: 30px;
  }

  .gag-availability-heading p {
    font-size: 15px;
  }

  .gag-availability-list {
    grid-template-columns: 1fr;
  }

  .gag-availability-list article,
  .gag-availability-list article + article {
    padding: 30px 0;
    border-left: 0;
  }

  .gag-availability-list article + article {
    border-top: 1px solid var(--gag-line);
  }

  .gag-availability-time {
    width: 100%;
    padding: 14px 16px 15px;
  }

  .gag-availability-time strong {
    font-size: 24px;
  }

  .gag-availability-footer {
    display: grid;
    gap: 10px;
    padding-top: 24px;
  }

  .gag-uses-layout {
    gap: 42px;
  }

  .gag-uses-layout > div:first-child > p {
    font-size: 16px;
  }

  .gag-use-list > div {
    grid-template-columns: 1fr;
    gap: 6px;
    padding: 20px 0;
  }

  .gag-story-media,
  .gag-story-media img {
    min-height: 340px;
  }

  .gag-story-layout,
  .gag-story-layout-wide,
  .gag-field-story,
  .gag-info-layout,
  .gag-rental-choices-layout {
    gap: 38px;
  }

  .gag-photo-callout {
    min-height: 500px;
  }

  .gag-photo-callout-content {
    text-align: left;
  }

  .gag-photo-callout-content .gag-button {
    width: 100%;
  }

  .gag-fact-strip-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gag-fact-strip-inner > div,
  .gag-fact-strip-inner > div:first-child,
  .gag-fact-strip-inner > div:last-child {
    padding: 20px 14px;
    border-right: 0;
    border-bottom: 1px solid var(--gag-line);
  }

  .gag-fact-strip-inner > div:nth-child(odd) {
    padding-left: 0;
    border-right: 1px solid var(--gag-line);
  }

  .gag-fact-strip-inner > div:nth-child(even) {
    padding-right: 0;
    padding-left: 18px;
  }

  .gag-fact-strip-inner > div:nth-last-child(-n + 2) {
    border-bottom: 0;
  }

  .gag-field-stories {
    gap: 78px;
  }

  .gag-field-story-media {
    aspect-ratio: 4 / 3;
  }

  .gag-field-story-copy h3 {
    font-size: 36px;
  }

  .gag-info-band,
  .gag-rental-choices {
    padding: 78px 0;
  }

  .gag-detail-list > div {
    grid-template-columns: 1fr;
    gap: 5px;
    padding: 17px 0;
  }

  .gag-page-hero {
    padding: 82px 0 78px;
  }

  .gag-page-hero h1 {
    margin-bottom: 18px;
  }

  .gag-page-hero p {
    font-size: 16px;
  }

  .gag-inquiry-layout {
    gap: 46px;
  }

  .gag-inquiry-locations article,
  .gag-field-rentals-section .gag-inquiry-locations article {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 15px;
    padding: 23px 0;
  }

  .gag-inquiry-location-media,
  .gag-field-rentals-section .gag-inquiry-location-media {
    aspect-ratio: 16 / 10;
  }

  .gag-inquiry-locations small {
    margin-top: 6px;
  }

  .gag-recurring-rentals {
    margin-top: 52px;
    padding: 30px 24px;
  }

  .gag-recurring-rentals-header {
    margin-bottom: 30px;
  }

  .gag-recurring-rentals-header h2 {
    font-size: 38px;
  }

  .gag-recurring-rentals-layout,
  .gag-recurring-rentals .gag-step-list-compact {
    grid-template-columns: 1fr;
  }

  .gag-recurring-rentals .gag-step-list-compact li {
    padding: 14px 0;
  }

  .gag-late-night-rentals {
    grid-template-columns: 1fr;
    gap: 24px;
    margin-top: 42px;
    padding: 28px 24px;
  }

  .gag-late-night-rentals h2 {
    font-size: 30px;
  }

  .gag-late-night-rentals-actions {
    justify-items: start;
    text-align: left;
  }

  .gag-late-night-rentals-phone {
    width: 100%;
  }

  .gag-single-action {
    margin-top: 48px;
    text-align: left;
  }

  .gag-booking-card-body .gag-button {
    width: 100%;
  }

  .gag-account-links {
    margin-top: 54px;
  }

  .gag-account-links a {
    grid-template-columns: 1fr 28px;
    gap: 4px 16px;
    padding: 18px 0;
  }

  .gag-account-links span {
    grid-column: 1;
  }

  .gag-account-links b {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .gag-step-list {
    grid-template-columns: 1fr;
  }

  .gag-step-list li {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr);
    align-items: center;
    gap: 18px;
    padding: 14px 0;
    text-align: left;
  }

  .gag-step-list li:not(:last-child)::after {
    top: 59px;
    right: auto;
    bottom: -14px;
    left: 23px;
    width: 1px;
    height: 28px;
  }

  .gag-step-list li > span {
    margin-bottom: 0;
  }

  .gag-rental-summary-grid {
    grid-template-columns: 1fr;
  }

  .gag-rental-summary-grid article,
  .gag-rental-summary-grid article + article {
    padding: 23px 0;
    border-left: 0;
  }

  .gag-page-cta {
    padding: 82px 0;
  }

  .gag-page-cta-inner {
    text-align: left;
  }

  .gag-footer-main {
    padding-top: 60px;
  }

  .gag-footer-simple {
    display: grid;
    gap: 32px;
  }

  .gag-footer-contact,
  .gag-footer-map-links {
    justify-items: start;
    text-align: left;
  }

  .gag-footer-bottom {
    display: grid;
    gap: 7px;
    margin-top: 48px;
  }

  .gag-page-content {
    padding: 100px 0;
  }

  .gag-page-content h1 {
    font-size: 42px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }
}
