/* Shinny Ice Hockey Club — responsive layout */
:root {
  --bg-deep: #0a1628;
  --bg-card: rgba(10, 22, 40, 0.74);
  --accent: #3db8ff;
  --accent-soft: rgba(61, 184, 255, 0.25);
  --text: #e8f4fc;
  --text-muted: #9bb4c8;
  --border: rgba(255, 255, 255, 0.12);
  --success: #4ade80;
  --radius: 14px;
  --font-display: "Baloo 2", system-ui, sans-serif;
  --font-body: "Nunito", system-ui, sans-serif;
  --max-width: 900px;
  --touch: 44px;
  /* Matches .top-menu-wrap: horizontal nav row height + small gap under sticky bar */
  --sticky-nav-offset: calc(0.45rem + 0.45rem + 36px + 1px + 0.35rem);
}

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

html {
  scroll-behavior: smooth;
  font-size: 125%;
  scroll-padding-top: var(--sticky-nav-offset);
}

body {
  margin: 0;
  min-height: 100dvh;
  font-family: var(--font-body);
  font-size: 1.05rem;
  line-height: 1.65;
  color: var(--text);
  background-color: var(--bg-deep);
  background-image:
    linear-gradient(rgba(10, 22, 40, 0.8), rgba(10, 22, 40, 0.8)),
    url("../images/sarnia_shinny.jpg"),
    radial-gradient(ellipse 120% 80% at 50% -20%, rgba(61, 184, 255, 0.18), transparent),
    radial-gradient(ellipse 60% 40% at 100% 50%, rgba(100, 200, 255, 0.06), transparent);
  background-size: cover, cover, auto, auto;
  background-position: center center, center center, center top, right center;
  background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
  background-attachment: fixed, fixed, scroll, scroll;
}

/*
 * Fixed backgrounds repaint badly on mobile (toolbar resize, rubber-band,
 * scroll-direction changes). Use scroll attachment so the backdrop stays stable.
 */
@media (max-width: 1024px), (pointer: coarse) {
  body {
    background-attachment: scroll, scroll, scroll, scroll;
  }
}

img {
  max-width: 100%;
  height: auto;
}

a {
  color: var(--accent);
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

a:hover {
  color: #7ccfff;
}

.wrap {
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
  padding-block: clamp(2rem, 5vw, 3.5rem);
}

main.wrap {
  padding-top: clamp(1rem, 3vw, 1.75rem);
}

.site-header {
  text-align: center;
  padding-top: clamp(1.25rem, 3.5vw, 2rem);
  padding-bottom: clamp(1.25rem, 4vw, 2.25rem);
}

.logo-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 128px;
  height: 128px;
  margin-bottom: 1rem;
  border-radius: 18px;
  background: linear-gradient(145deg, var(--accent-soft), transparent);
  border: 1px solid var(--border);
  font-size: 4rem;
}

.site-header h1 {
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(2.9rem, 10vw, 5rem);
  letter-spacing: -0.02em;
  line-height: 1.05;
}

.tagline {
  margin: 0;
  color: #fff;
  font-family: var(--font-display);
  font-size: clamp(1.85rem, 6.2vw, 2.75rem);
  font-weight: 700;
  max-width: 28em;
  margin-inline: auto;
}

.site-header__lede {
  max-width: 34em;
  margin-inline: auto;
  margin-top: clamp(1rem, 2.5vw, 1.5rem);
  padding-block: clamp(1rem, 2.5vw, 1.35rem);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
}

.site-header__lede p {
  margin: 0.55rem 0 0;
  font-size: clamp(1.22rem, 3.2vw, 1.55rem);
  line-height: 1.55;
  color: var(--accent);
}

.site-header__lede p:first-child {
  margin-top: 0;
}

.site-header .section-media {
  margin-top: clamp(1.75rem, 5vw, 3rem);
  margin-bottom: clamp(1.5rem, 4.5vw, 2.5rem);
}

.cta-banner {
  display: inline-flex;
  margin-top: 1.25rem;
  padding: 0.85rem 1.15rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.32);
  background: linear-gradient(120deg, #fcd34d 0%, #fb7185 100%);
  color: #121212;
  font-weight: 700;
  font-size: 1.02rem;
  text-decoration: none;
  box-shadow: 0 10px 22px rgba(251, 113, 133, 0.24);
  transition: transform 0.15s ease, box-shadow 0.2s ease;
}

.cta-banner:hover {
  color: #121212;
  transform: translateY(-1px);
  box-shadow: 0 14px 26px rgba(251, 113, 133, 0.3);
}

.cta-banner:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.launch-spotlight {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  padding: clamp(1.6rem, 5vw, 2.4rem) clamp(1.35rem, 4vw, 2rem);
  border-radius: 18px;
  text-align: center;
  background:
    linear-gradient(155deg, rgba(61, 184, 255, 0.22) 0%, rgba(10, 22, 40, 0.55) 48%, rgba(251, 113, 133, 0.16) 100%),
    linear-gradient(180deg, rgba(15, 35, 58, 0.97), rgba(8, 18, 32, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(61, 184, 255, 0.25),
    0 20px 50px rgba(0, 0, 0, 0.35);
}

.launch-spotlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, transparent, #fcd34d, #fb7185, #7dd3fc, transparent);
  z-index: 0;
}

.launch-spotlight > * {
  position: relative;
  z-index: 1;
}

section.launch-spotlight > p {
  color: rgba(232, 244, 252, 0.92);
}

section.launch-spotlight > p.launch-spotlight__eyebrow {
  margin: 0 0 0.5rem;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  color: #fcd34d;
}

.launch-spotlight__title {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.45rem, 4.5vw, 2.1rem);
  line-height: 1.15;
  color: #fff;
  text-shadow: 0 2px 24px rgba(61, 184, 255, 0.35);
}

section.launch-spotlight > p.launch-spotlight__lede {
  margin: 0 0 0.35rem;
  max-width: 36em;
  margin-inline: auto;
  font-size: 1.03rem;
  line-height: 1.55;
}

.launch-spotlight__facts {
  list-style: none;
  margin: 1.2rem auto 1.45rem;
  padding: 0;
  display: grid;
  gap: 0.65rem;
  text-align: left;
  max-width: 22rem;
}

.launch-spotlight__facts li {
  display: grid;
  gap: 0.15rem;
  padding: 0.75rem 1rem;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.28);
  border: 1px solid rgba(255, 255, 255, 0.12);
}

.launch-spotlight__fact-label {
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--accent);
}

.launch-spotlight__fact-value {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 1.08rem;
  color: var(--text);
}

section.launch-spotlight > p.launch-spotlight__free {
  display: flex;
  justify-content: center;
  margin: 0 0 1rem;
}

.launch-spotlight__free-row {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 0.65rem 0.85rem;
  max-width: 100%;
}

.launch-spotlight__free-badge {
  display: inline-block;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 4vw, 1.85rem);
  padding: 0.35rem 0.95rem;
  border-radius: 999px;
  background: linear-gradient(120deg, #fcd34d 0%, #fda4af 55%, #7dd3fc 100%);
  color: #0a1628;
  letter-spacing: 0.02em;
}

.launch-spotlight__free-text {
  text-align: left;
  font-weight: 600;
  color: var(--text);
}

section.launch-spotlight > p.launch-spotlight__register-hint {
  margin: 0 0 1rem;
  max-width: 34em;
  margin-inline: auto;
  font-size: 0.95rem;
  color: var(--text-muted);
}

.launch-spotlight__cta {
  margin-top: 0;
  margin-bottom: 0;
  text-decoration: none;
  box-shadow: 0 12px 28px rgba(61, 184, 255, 0.35);
}

.launch-spotlight__cta:hover {
  color: var(--bg-deep);
  filter: brightness(1.1);
}

.register-spotlight {
  position: relative;
  overflow: hidden;
  margin-bottom: clamp(2rem, 5vw, 3rem);
  padding: clamp(1.6rem, 5vw, 2.4rem) clamp(1.35rem, 4vw, 2rem);
  border-radius: 18px;
  text-align: left;
  background:
    linear-gradient(155deg, rgba(61, 184, 255, 0.22) 0%, rgba(10, 22, 40, 0.55) 48%, rgba(251, 113, 133, 0.16) 100%),
    linear-gradient(180deg, rgba(15, 35, 58, 0.97), rgba(8, 18, 32, 0.98));
  border: 1px solid rgba(255, 255, 255, 0.28);
  box-shadow:
    0 0 0 1px rgba(61, 184, 255, 0.25),
    0 20px 50px rgba(0, 0, 0, 0.35);
}

.register-spotlight::after {
  content: "";
  position: absolute;
  top: 0;
  left: 8%;
  right: 8%;
  height: 3px;
  border-radius: 0 0 8px 8px;
  background: linear-gradient(90deg, transparent, #fcd34d, #fb7185, #7dd3fc, transparent);
  z-index: 0;
}

.register-spotlight > * {
  position: relative;
  z-index: 1;
}

.register-spotlight h2 {
  margin: 0 0 0.85rem;
  font-family: var(--font-display);
  font-weight: 700;
  font-size: clamp(1.35rem, 4vw, 1.95rem);
  line-height: 1.2;
  color: #fff;
  text-shadow: 0 2px 24px rgba(61, 184, 255, 0.35);
}

section.register-spotlight > p {
  margin: 0 0 1.25rem;
  max-width: 36em;
  color: rgba(232, 244, 252, 0.92);
  line-height: 1.55;
}

main section {
  margin-bottom: clamp(2rem, 5vw, 3rem);
}

.card {
  background: var(--bg-card);
  border: 1px solid var(--border);
  border-radius: var(--radius);
  padding: clamp(1.25rem, 4vw, 1.75rem);
  backdrop-filter: blur(8px);
}

section h2 {
  margin: 0 0 1rem;
  font-family: var(--font-display);
  font-size: clamp(1.25rem, 3vw, 1.5rem);
  font-weight: 600;
}

section p {
  margin: 0 0 1rem;
  color: var(--text-muted);
}

section p:last-child {
  margin-bottom: 0;
}

.section-media {
  margin: 0 0 1rem;
}

.section-media img {
  width: 100%;
  border-radius: 12px;
  border: 1px solid var(--border);
  display: block;
  object-fit: cover;
}

.rules-list {
  margin: 0;
  padding-left: 1.25rem;
  color: var(--text-muted);
  font-size: 1rem;  
}

.rules-list li {
  margin: 0 0 0.45rem;
}

.highlight-box {
  border-left: 4px solid var(--accent);
  padding-left: 1rem;
  margin: 1rem 0;
  color: var(--text);
}

.welcome-badges {
  margin-top: 1.5rem;
  padding-top: 1.25rem;
  border-top: 1px solid var(--border);
}

.welcome-badges__heading {
  margin: 0 0 0.75rem;
  font-family: var(--font-display);
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: var(--accent);
}

.welcome-badges__grid {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(min(100%, 10.5rem), 1fr));
  gap: 0.5rem;
}

@media (min-width: 520px) {
  .welcome-badges__grid {
    gap: 0.55rem;
  }
}

.welcome-badge {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.5rem 0.7rem;
  min-height: 2.35rem;
  border-radius: 999px;
  border: 1px solid rgba(61, 184, 255, 0.22);
  background: linear-gradient(
    155deg,
    rgba(61, 184, 255, 0.1) 0%,
    rgba(10, 22, 40, 0.35) 100%
  );
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.05) inset;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--text);
  line-height: 1.2;
}

.welcome-badge__icon {
  flex-shrink: 0;
  font-size: 1.05rem;
  line-height: 1;
}

.welcome-badge__text {
  min-width: 0;
}

.shinny-box {
  margin-top: 1.25rem;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(
    155deg,
    rgba(61, 184, 255, 0.12) 0%,
    rgba(10, 22, 40, 0.2) 100%
  );
}

.shinny-box__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.shinny-box__title-icon,
.parents-box__title-icon {
  font-size: 1.35rem;
  line-height: 1;
  flex-shrink: 0;
}

.shinny-box__text {
  margin: 0 0 0.65rem;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.shinny-box__text:last-child {
  margin-bottom: 0;
}

.shinny-box__accent {
  color: var(--text);
  font-weight: 600;
}

.parents-box {
  margin-top: 1.25rem;
  padding: 1.1rem 1.25rem;
  border-radius: var(--radius);
  border: 1px solid var(--border);
  background: linear-gradient(
    155deg,
    rgba(74, 222, 128, 0.12) 0%,
    rgba(61, 184, 255, 0.08) 100%
  );
}

.parents-box__title {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  margin: 0 0 0.5rem;
  font-family: var(--font-display);
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--text);
}

.parents-box__text {
  margin: 0;
  color: var(--text-muted);
  font-size: 1rem;
  line-height: 1.6;
}

.parents-box__accent {
  color: var(--text);
  font-weight: 600;
}

.map-frame {
  border: 1px solid var(--border);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(0, 0, 0, 0.3);
}

.map-frame iframe {
  width: 100%;
  min-height: 320px;
  border: 0;
  display: block;
}

.faq-list {
  display: grid;
  gap: 0.75rem;
}

.faq-item {
  border: 1px solid var(--border);
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.24);
  padding: 0.2rem 0.9rem 0.9rem;
}

.faq-item summary {
  cursor: pointer;
  color: var(--text);
  font-weight: 600;
  font-family: var(--font-display);
  padding: 0.75rem 0;
}

.faq-item p {
  margin: 0;
  color: var(--text-muted);
}

.schedule-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}

.schedule-item {
  display: grid;
  gap: 0.25rem;
  padding: 1rem 1.1rem;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.2);
  border: 1px solid var(--border);
}

.schedule-item--next {
  border-color: var(--accent);
  box-shadow: 0 0 0 1px var(--accent-soft);
}

.schedule-item .date {
  font-family: var(--font-display);
  font-weight: 600;
  color: var(--text);
}

.schedule-item .time {
  color: var(--accent);
  font-weight: 500;
}

.schedule-item .note {
  font-size: 0.95rem;
  color: var(--text-muted);
  margin-top: 0.25rem;
}

.badge {
  display: inline-block;
  font-size: 0.7rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  background: var(--accent);
  color: var(--bg-deep);
  margin-bottom: 0.35rem;
}

.empty-schedule {
  color: var(--text-muted);
  font-style: italic;
}

.form-grid {
  display: grid;
  gap: 1rem;
}

label {
  display: block;
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--text);
  margin-bottom: 0.35rem;
}

input,
textarea,
select {
  width: 100%;
  min-height: var(--touch);
  padding: 0.65rem 0.85rem;
  font: inherit;
  color: var(--text);
  background: rgba(0, 0, 0, 0.35);
  border: 1px solid var(--border);
  border-radius: 10px;
}

input:focus,
textarea:focus,
select:focus {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}

textarea {
  min-height: 100px;
  resize: vertical;
}

.field-hint {
  font-size: 0.85rem;
  color: var(--text-muted);
  margin-top: 0.35rem;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: var(--touch);
  padding: 0.75rem 1.5rem;
  font: inherit;
  font-weight: 600;
  color: var(--bg-deep);
  background: var(--accent);
  border: none;
  border-radius: 10px;
  cursor: pointer;
  width: 100%;
  margin-top: 0.5rem;
  transition: transform 0.15s ease, filter 0.15s ease;
}

.btn:hover {
  filter: brightness(1.08);
}

.btn:active {
  transform: scale(0.98);
}

.btn:focus-visible {
  outline: 2px solid var(--text);
  outline-offset: 3px;
}

.form-status {
  margin-top: 1rem;
  padding: 1rem;
  border-radius: 10px;
  display: none;
}

.form-status.is-visible {
  display: block;
}

.form-status--success {
  background: rgba(74, 222, 128, 0.15);
  border: 1px solid rgba(74, 222, 128, 0.4);
  color: var(--success);
}

.form-status--error {
  background: rgba(248, 113, 113, 0.12);
  border: 1px solid rgba(248, 113, 113, 0.35);
  color: #fca5a5;
}

.contact-block {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  margin: 0;
  font-style: normal;
  color: var(--text-muted);
}

.contact-block__row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  min-height: var(--touch);
}

.contact-block__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  flex-shrink: 0;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 12px;
  background: linear-gradient(
    145deg,
    rgba(61, 184, 255, 0.18) 0%,
    rgba(10, 22, 40, 0.35) 100%
  );
  border: 1px solid rgba(61, 184, 255, 0.28);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.06) inset;
}

.contact-block__value {
  margin: 0;
  min-width: 0;
  line-height: 1.45;
  overflow-wrap: break-word;
}

.contact-block__value--name {
  font-family: var(--font-display);
  font-size: 1.1rem;
  font-weight: 600;
  color: var(--text);
}

.contact-block__link {
  text-decoration: none;
  font-weight: 600;
  border-bottom: 1px solid rgba(61, 184, 255, 0.45);
  padding-bottom: 1px;
  transition: color 0.15s ease, border-color 0.15s ease;
}

.contact-block__link:hover {
  color: #7ccfff;
  border-bottom-color: rgba(124, 207, 255, 0.55);
}

.contact-block__link:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
  border-radius: 2px;
}

.site-footer {
  text-align: center;
  padding: 2rem 1rem 3rem;
  color: var(--text-muted);
  font-size: 0.9rem;
  border-top: 1px solid var(--border);
}

.top-menu-wrap {
  position: sticky;
  top: 0;
  z-index: 40;
  border-bottom: 1px solid var(--border);
  background: rgba(10, 22, 40, 0.9);
  backdrop-filter: blur(8px);
}

.top-menu-bar {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: min(100% - 2rem, var(--max-width));
  margin-inline: auto;
  padding-block: 0.45rem;
  gap: 0.5rem;
}

.nav-toggle {
  display: none;
  align-items: center;
  gap: 0.45rem;
  margin: 0;
  padding: 0.35rem 0.75rem;
  min-height: var(--touch);
  border-radius: 999px;
  border: 1px solid var(--border);
  background: rgba(255, 255, 255, 0.06);
  color: var(--text);
  font-family: var(--font-body);
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  flex-shrink: 0;
}

.nav-toggle:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
}

.nav-toggle:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 3px;
}

.nav-toggle__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--accent);
}

.nav-toggle__svg {
  display: block;
}

.nav-inline {
  display: flex;
  flex-wrap: nowrap;
  gap: 0.5rem;
  justify-content: center;
  margin-top: 0;
}

.nav-inline a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  padding: 0.25rem 0.75rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  color: var(--text);
  text-decoration: none;
}

.nav-inline a:hover {
  border-color: var(--border);
  background: rgba(255, 255, 255, 0.08);
  color: var(--text);
}

.top-menu {
  flex: 1;
  min-width: 0;
  padding-block: 0;
  justify-content: flex-start;
  overflow-x: auto;
  scrollbar-width: thin;
}

.top-menu::-webkit-scrollbar {
  height: 6px;
}

.top-menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}

.top-menu a {
  flex: 0 0 auto;
}

@media (max-width: 719px) {
  /* ~25% smaller type than base 125% scale (125% × 0.75) */
  html {
    font-size: 93.75%;
  }

  .site-header__lede p {
    font-size: clamp(1.06rem, 2.85vw, 1.45rem);
  }

  .nav-toggle {
    display: inline-flex;
  }

  .top-menu-bar {
    justify-content: flex-end;
    flex-wrap: wrap;
  }

  .top-menu {
    display: none;
    flex: 1 1 100%;
    order: 3;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    overflow: visible;
    margin-top: 0.35rem;
    padding: 0.5rem 0.65rem 0.65rem;
    border-radius: 12px;
    border: 1px solid rgba(61, 184, 255, 0.22);
    background: linear-gradient(
      160deg,
      rgba(12, 28, 48, 0.98) 0%,
      rgba(8, 18, 32, 0.99) 100%
    );
    box-shadow: 0 16px 40px rgba(0, 0, 0, 0.45);
  }

  .top-menu-wrap.is-nav-open .top-menu {
    display: flex;
  }

  .top-menu a {
    justify-content: flex-start;
    border-radius: 10px;
    padding: 0.55rem 0.85rem;
    min-height: var(--touch);
  }
}

@media (min-width: 720px) {
  .top-menu-bar {
    justify-content: flex-start;
  }

  .top-menu {
    flex: 1;
    margin-top: 0;
    padding: 0;
    border: none;
    background: none;
    box-shadow: none;
    border-radius: 0;
    flex-direction: row;
    align-items: center;
  }
}

@media (min-width: 560px) {
  .form-grid.two-col {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1.25rem;
  }

  .form-grid.two-col .full {
    grid-column: 1 / -1;
  }

  .btn {
    width: auto;
    min-width: 200px;
  }
}
