:root {
  --ink: #231f20;
  --muted: #665d5b;
  --line: #e8e2df;
  --paper: #fffdfb;
  --soft: #f4f1ef;
  --black: #202020;
  --burgundy: #7f1604;
  --burgundy-dark: #7f1604;
  --gold: #c9a45d;
  --max: 1160px;
  color-scheme: light;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

body.modal-open {
  overflow: hidden;
}

a {
  color: inherit;
}

.site-header,
.site-footer {
  background: var(--black);
  color: #f8f4ef;
}

.black-band {
  background: var(--burgundy);
  color: #f8f4ef;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 10;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}

.site-header__inner,
.site-footer__inner,
.section {
  width: min(var(--max), calc(100% - 40px));
  margin: 0 auto;
}

.site-header__inner {
  min-height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
}

.site-header__tag {
  font-size: 12px;
  color: #d7d0ca;
  letter-spacing: .02em;
}

.site-menu-toggle {
  display: none;
  min-height: 38px;
  align-items: center;
  gap: 10px;
  padding: 0 12px;
  border: 1px solid rgba(255, 255, 255, .24);
  color: #f7f0ea;
  background: transparent;
  font: inherit;
  font-size: 12px;
  cursor: pointer;
}

.site-menu-toggle:hover,
.site-menu-toggle:focus-visible {
  border-color: var(--gold);
  color: var(--gold);
}

.site-menu-toggle__bars,
.site-menu-toggle__bars::before,
.site-menu-toggle__bars::after {
  display: block;
  width: 18px;
  height: 2px;
  background: currentColor;
  content: "";
}

.site-menu-toggle__bars {
  position: relative;
}

.site-menu-toggle__bars::before,
.site-menu-toggle__bars::after {
  position: absolute;
  left: 0;
}

.site-menu-toggle__bars::before {
  top: -6px;
}

.site-menu-toggle__bars::after {
  top: 6px;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 22px;
  font-size: 12px;
}

.site-nav a {
  text-decoration: none;
  color: #f7f0ea;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a[aria-current="page"] {
  color: var(--gold);
}

.hero {
  min-height: 470px;
  display: grid;
  place-items: center;
  padding: 72px 20px;
  background: var(--burgundy);
  color: #fff8ef;
  text-align: center;
}

.home-hero {
  min-height: 260px;
  padding: 46px 20px 42px;
  background: var(--burgundy);
}

.brand-hero {
  background-size: cover;
  background-position: center;
  position: relative;
}

.brand-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(rgba(127, 22, 4, .28), rgba(127, 22, 4, .38));
}

.brand-hero--plain::before {
  display: none;
}

.brand-hero--identity {
  min-height: 740px;
  padding: 66px 20px 72px;
  align-content: start;
  gap: 58px;
  background: var(--burgundy);
}

.brand-identity-card {
  width: min(600px, 100%);
  padding: 44px 56px 32px;
  border-radius: 5px;
  background: #fff;
  color: #8b8581;
  box-shadow: 0 18px 38px rgba(0, 0, 0, .14);
}

.brand-identity-card img {
  display: block;
  width: 112px;
  height: 112px;
  object-fit: contain;
  margin: 0 auto 24px;
}

.brand-identity-lockup {
  text-align: center;
  text-transform: uppercase;
}

.brand-identity-lockup span,
.brand-identity-lockup strong {
  display: block;
  font-weight: 400;
  line-height: 1.05;
}

.brand-identity-lockup span {
  font-size: clamp(30px, 4vw, 43px);
  letter-spacing: .02em;
}

.brand-identity-lockup i {
  display: block;
  width: min(400px, 86%);
  height: 1px;
  margin: 13px auto 10px;
  background: #d8d5d2;
}

.brand-identity-lockup strong {
  font-size: clamp(18px, 2.2vw, 24px);
}

.brand-identity-copy {
  width: min(1280px, 100%);
}

.brand-hero--identity .brand-identity-copy h1 {
  margin: 0 0 26px;
  color: #fff8ef;
  font-size: clamp(38px, 5vw, 56px);
  line-height: 1.12;
  font-weight: 400;
  text-transform: none;
}

.brand-identity-copy p {
  max-width: 880px;
  margin: 0 auto 44px;
  color: #fff8ef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(19px, 2vw, 24px);
  line-height: 1.5;
}

.brand-hero--identity .button-row {
  gap: 20px;
}

.brand-hero--identity .button {
  min-width: min(386px, 100%);
  min-height: 72px;
  border-width: 2px;
  border-color: #fff8ef;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: .02em;
  text-transform: none;
}

.brand-hero--identity .button--secondary {
  color: var(--burgundy);
  background: #fff;
}

.brand-hero--identity .button--primary {
  color: #fff;
  background: transparent;
}

.brand-hero h1 {
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.08;
}

.brand-hero h2 {
  margin-bottom: 12px;
  font-size: clamp(22px, 4vw, 34px);
}

.hero__panel {
  position: relative;
  width: min(620px, 100%);
  padding: 42px 44px;
  border: 1px solid rgba(255, 255, 255, .55);
  background: rgba(255, 253, 251, .95);
  color: var(--burgundy);
  box-shadow: 0 18px 40px rgba(0, 0, 0, .18);
}

.home-hero .hero__panel {
  width: min(900px, 100%);
  padding: 0;
  background: transparent;
  border: 0;
  box-shadow: none;
  color: #fff8ef;
}

.home-hero h1 {
  margin: 0;
  color: #fff8ef;
  font-size: clamp(26px, 4.375vw, 44px);
  font-weight: 400;
  line-height: 1;
  letter-spacing: .04em;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .35);
}

.home-hero__rule {
  width: min(480px, 62vw);
  height: 3px;
  margin: 30px auto 22px;
  background: rgba(255, 255, 255, .78);
  box-shadow: 0 1px 0 rgba(0, 0, 0, .2);
}

.home-hero__subtitle {
  margin: 0;
  color: #fff8ef;
  font-size: clamp(21px, 3vw, 32px);
  font-style: italic;
  line-height: 1;
  text-shadow: 0 2px 1px rgba(0, 0, 0, .28);
}

h1,
h2,
h3,
p {
  margin-top: 0;
}

h1 {
  margin-bottom: 8px;
  font-size: clamp(42px, 8vw, 74px);
  line-height: 1;
  font-weight: 500;
  text-transform: uppercase;
}

h2 {
  color: var(--burgundy-dark);
  font-size: clamp(30px, 5vw, 48px);
  line-height: 1.12;
  font-weight: 500;
}

h3 {
  color: var(--burgundy-dark);
  font-size: 21px;
  line-height: 1.2;
}

.section {
  padding: 72px 0;
}

.intro,
.quote,
.cta {
  text-align: center;
  max-width: 840px;
}

.intro__lead {
  margin-bottom: 4px;
}

.intro p:last-child,
.cta p {
  color: var(--muted);
}

.home-contact {
  padding-top: 48px;
  padding-bottom: 52px;
}

.home-contact .eyebrow {
  margin-bottom: 6px;
}

.home-contact h2 {
  margin-bottom: 12px;
}

.home-contact p {
  margin-bottom: 18px;
}

.home-contact .button-row {
  margin-top: 6px;
}

.eyebrow {
  margin-bottom: 8px;
  color: var(--burgundy);
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 12px;
}

.brand-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  text-align: center;
}

.home-brands {
  padding-top: 42px;
  padding-bottom: 52px;
  gap: 20px;
}

.brand-card {
  padding: 34px 26px;
  border: 1px solid var(--line);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.home-brands .brand-card {
  padding: 26px 22px 24px;
}

.home-brands .brand-card h3 {
  margin-bottom: 8px;
}

.home-brands .brand-card p {
  margin-bottom: 10px;
}

.home-brands .brand-card p:last-child {
  margin-bottom: 0;
}

.brand-logo {
  display: block;
  width: 132px;
  height: 99px;
  object-fit: contain;
  margin: 0 auto 18px;
}

.home-brands .brand-logo {
  margin-bottom: 12px;
}

.brand-kicker {
  color: var(--muted);
  font-size: 13px;
}

.brand-lockup {
  margin: 0 0 12px;
  color: #8b8581;
  text-align: center;
  text-transform: uppercase;
}

.home-brands .brand-lockup {
  margin-bottom: 8px;
}

.brand-lockup span,
.brand-lockup strong {
  display: block;
  font-weight: 400;
  line-height: 1.05;
}

.brand-lockup span {
  font-size: 17px;
}

.brand-lockup i {
  display: block;
  width: 84px;
  height: 1px;
  margin: 8px auto 7px;
  background: #b7b1ad;
}

.brand-lockup strong {
  font-size: 14px;
}

.brand-card a,
.brand-card__action {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  margin-top: 8px;
  padding: 0 18px;
  border: 1px solid var(--burgundy);
  color: var(--burgundy);
  text-decoration: none;
  font-size: 13px;
}

.brand-card__action {
  margin-top: auto;
  text-transform: uppercase;
  letter-spacing: .04em;
}

.brand-card__action:hover,
.brand-card__action:focus-visible {
  color: #fff;
  background: var(--burgundy);
}

.brand-contact-name {
  color: var(--burgundy);
}

.brand-title {
  margin-bottom: 2px;
  color: var(--muted);
  font-style: italic;
}

.brand-contact-details {
  text-align: center;
}

.brand-contact-details a {
  border: 0;
  min-height: 0;
  margin: 0 auto;
  padding: 0;
  display: inline;
  color: var(--burgundy);
  font-weight: 700;
  text-transform: none;
  letter-spacing: 0;
}

.black-band {
  padding: 42px 20px;
}

.metrics {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  width: min(var(--max), 100%);
  margin: 0 auto;
  text-align: center;
}

.metric strong {
  display: block;
  color: #fff;
  font-size: 26px;
}

.metric span {
  color: #d8cbc2;
  font-size: 12px;
}

.script {
  color: var(--burgundy-dark);
  font-size: clamp(24px, 4vw, 40px);
  font-style: italic;
  text-align: center;
}

.three-up,
.feature-grid,
.service-grid,
.portal-grid,
.area-grid {
  display: grid;
  gap: 24px;
}

.three-up {
  grid-template-columns: repeat(3, 1fr);
  text-align: center;
}

.pillars {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
  margin-top: 32px;
  text-align: left;
}

.callout {
  border-left: 5px solid var(--burgundy);
  background: var(--soft);
  padding: 42px;
}

.quote blockquote {
  margin: 0 auto 32px;
  color: var(--burgundy-dark);
  font-size: clamp(28px, 5vw, 48px);
  line-height: 1.25;
  font-style: italic;
}

.quote cite {
  color: var(--muted);
  font-style: normal;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.connect-band {
  display: grid;
  grid-template-columns: 1fr minmax(220px, 360px);
  gap: 40px;
  align-items: center;
  width: min(var(--max), 100%);
  margin: 0 auto;
}

.connect-band h2 {
  color: #fff8ef;
}

.connect-band p,
.connect-band li {
  color: #eadfda;
}

.phone {
  width: min(100%, 360px);
  height: auto;
  border-radius: 18px;
  border: 10px solid rgba(255, 255, 255, .12);
  background: linear-gradient(#313131, var(--burgundy));
  display: block;
  object-fit: contain;
  box-shadow: 0 18px 40px rgba(0, 0, 0, .32);
}

.app-section {
  padding: 110px 5%;
  background: var(--burgundy);
  color: #fff8ef;
}

.app-container {
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 80px;
  align-items: center;
}

.app-content h2 {
  margin-bottom: 24px;
  color: #fff8ef;
  font-size: clamp(42px, 5vw, 64px);
  letter-spacing: 0;
}

.app-content > p {
  max-width: 520px;
  margin-bottom: 44px;
  color: #eadfda;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1.8;
}

.app-features {
  display: grid;
  gap: 20px;
  margin-bottom: 44px;
}

.app-feature {
  display: flex;
  align-items: center;
  gap: 16px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 248, 239, .22);
}

.app-feature-number {
  min-width: 40px;
  color: var(--gold);
  font-size: 24px;
  font-weight: 600;
}

.app-feature span:last-child {
  color: #eadfda;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
}

.app-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.store-btn {
  min-height: 72px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
  padding: 14px 24px;
  background: #fff;
  color: var(--burgundy-dark);
  text-decoration: none;
  transition: background .25s ease, transform .25s ease;
}

.store-btn:hover,
.store-btn:focus-visible {
  background: #f8f4ef;
  transform: translateY(-2px);
}

.store-btn svg {
  width: 24px;
  height: 24px;
  flex: 0 0 auto;
  fill: var(--burgundy-dark);
}

.store-btn span {
  display: block;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .05em;
  line-height: 1.2;
  text-transform: uppercase;
}

.store-btn strong {
  display: block;
  color: var(--burgundy-dark);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  line-height: 1.2;
}

.app-visual {
  display: flex;
  justify-content: center;
}

.amgateway-phone {
  position: relative;
  width: min(300px, 74vw);
  height: 600px;
  padding: 42px 14px 18px;
  border-radius: 44px;
  background: linear-gradient(145deg, #1b1718 0%, #3a2b2f 48%, #120f10 100%);
  border: 2px solid rgba(255, 248, 239, .22);
  box-shadow:
    inset 0 0 0 2px rgba(255, 255, 255, .06),
    inset 0 -18px 32px rgba(0, 0, 0, .38),
    0 40px 80px rgba(0, 0, 0, .4);
}

.amgateway-phone__speaker {
  position: absolute;
  top: 20px;
  left: 50%;
  width: 76px;
  height: 6px;
  border-radius: 999px;
  background: rgba(0, 0, 0, .52);
  box-shadow: inset 0 1px 2px rgba(255, 255, 255, .16);
  transform: translateX(-50%);
}

.amgateway-phone__screen {
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 32px;
  background: #f8f4ef;
  box-shadow: inset 0 0 0 1px rgba(255, 255, 255, .16);
}

.amgateway-phone__screen img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: top center;
}

.button-row {
  display: flex;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
}

.button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0 22px;
  border: 1px solid var(--burgundy);
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: .04em;
  transition: background 0.25s ease, border-color 0.25s ease, color 0.25s ease, transform 0.25s ease;
}

.button--primary {
  color: #fff;
  background: var(--burgundy);
}

.button--primary:hover,
.button--primary:focus-visible {
  border-color: var(--burgundy-dark);
  background: var(--burgundy-dark);
  color: #fff;
  transform: translateY(-2px);
}

.button--secondary {
  color: var(--burgundy);
  background: #fff;
}

.button--secondary:hover,
.button--secondary:focus-visible {
  color: #fff;
  background: var(--burgundy);
  transform: translateY(-2px);
}

.brand-intro {
  max-width: 860px;
}

.centered {
  text-align: center;
}

.soft-band {
  background: var(--soft);
  padding: 56px 0;
}

.why-band {
  padding: 42px 0 24px;
}

.why-band .section {
  padding: 0;
}

.why-band h2 {
  margin-bottom: 12px;
}

.why-band p {
  max-width: 760px;
  margin: 0 auto;
}

.feature-grid {
  grid-template-columns: repeat(3, 1fr);
}

.why-features {
  padding-top: 34px;
}

.why-features.feature-grid {
  gap: 18px;
}

.feature,
.service,
.area,
.contact-card {
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--burgundy);
  padding: 28px;
}

.service-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service {
  min-height: 210px;
  transition: background 0.4s ease, border-color 0.4s ease, color 0.4s ease;
}

.service--interactive {
  cursor: pointer;
}

.service--interactive:focus-visible {
  outline: 3px solid var(--gold);
  outline-offset: 4px;
}

.service small {
  color: #c9bdb6;
  display: block;
  margin-bottom: 28px;
  font-size: 14px;
  transition: color 0.4s ease;
}

.service h3,
.service p {
  transition: color 0.4s ease;
}

.service:hover,
.service:focus-within {
  color: #fff8ef;
  background: var(--burgundy-dark);
  border-color: var(--burgundy-dark);
}

.service:hover small,
.service:focus-within small {
  color: #b98f84;
}

.service:hover h3,
.service:focus-within h3 {
  color: #fff8ef;
}

.service:hover p,
.service:focus-within p {
  color: #d8cbc2;
}

.area-grid {
  grid-template-columns: repeat(3, 1fr);
}

.service-area-image {
  display: block;
  width: min(100%, 920px);
  height: auto;
  margin: 28px auto 0;
  border: 1px solid var(--line);
  box-shadow: 0 18px 40px rgba(35, 31, 32, .12);
}

.quadrant-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
  max-width: 1000px;
  margin: 32px auto 0;
  text-align: left;
}

.quadrant-card {
  padding: 24px 28px;
  border-left: 4px solid var(--burgundy);
  background: #fff;
  box-shadow: 0 2px 8px rgba(35, 31, 32, .05);
}

.quadrant-card h3 {
  margin-bottom: 8px;
}

.quadrant-card p {
  margin-bottom: 0;
  color: var(--muted);
}

.portal-grid {
  grid-template-columns: repeat(2, 1fr);
  padding: 0;
  list-style: none;
  text-align: left;
}

.portal-grid li {
  padding: 16px 18px;
  border: 1px solid var(--line);
  background: #fff;
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.team-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--line);
  border-top: 4px solid var(--burgundy);
}

.team-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: var(--burgundy);
}

.team-photo img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 20%;
  display: block;
}

.team-monogram {
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  color: rgba(255, 248, 239, .92);
  font-size: clamp(44px, 6vw, 64px);
  font-weight: 500;
  letter-spacing: .04em;
}

.team-body {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px 26px 28px;
}

.team-body h3 {
  margin-bottom: 4px;
}

.team-role {
  margin-bottom: 14px;
  color: var(--burgundy);
  font-size: 15px;
  font-style: italic;
}

.team-bio {
  margin-bottom: 0;
  color: var(--muted);
  font-size: 15px;
  line-height: 1.6;
}

.service-modal {
  position: fixed;
  inset: 0;
  z-index: 30;
  display: grid;
  place-items: center;
  padding: 24px;
}

.service-modal[aria-hidden="true"] {
  display: none;
}

.service-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(35, 31, 32, .68);
}

.service-modal__panel {
  position: relative;
  width: min(820px, 100%);
  max-height: min(760px, calc(100vh - 48px));
  overflow: auto;
  padding: clamp(30px, 5vw, 54px);
  border: 1px solid var(--line);
  border-top: 6px solid var(--burgundy);
  background: var(--paper);
  box-shadow: 0 28px 80px rgba(0, 0, 0, .35);
}

.service-modal__panel:focus {
  outline: none;
}

.service-modal__panel h2 {
  margin-bottom: 20px;
}

.service-modal__panel p {
  color: var(--muted);
}

.service-modal__panel p:last-child {
  margin-bottom: 0;
}

.service-modal__close {
  position: absolute;
  top: 14px;
  right: 16px;
  width: 38px;
  height: 38px;
  border: 1px solid var(--line);
  color: var(--burgundy);
  background: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.service-modal__close:hover,
.service-modal__close:focus-visible {
  color: #fff;
  background: var(--burgundy);
}

.contact-card {
  max-width: 420px;
  margin: 28px auto 0;
  text-align: center;
  box-shadow: 0 14px 30px rgba(35, 31, 32, .09);
}

.brand-contact {
  padding: 38px 0 44px;
}

.brand-contact .section {
  padding: 0;
}

.brand-contact h2 {
  margin-bottom: 10px;
}

.brand-contact .section > p {
  margin-bottom: 18px;
}

.brand-contact .contact-card {
  margin-top: 0;
  padding: 22px 24px;
}

.brand-contact .contact-card h3 {
  margin-bottom: 6px;
}

.brand-contact .contact-card p {
  margin-bottom: 12px;
}

.brand-contact .contact-card .button {
  margin-top: 4px;
}

.site-footer {
  text-align: center;
}

.site-footer__inner {
  padding: 32px 0;
  color: #d8d0ca;
  font-size: 12px;
}

.site-footer strong {
  color: #fff8ef;
  text-transform: uppercase;
  letter-spacing: .08em;
}

.back-to-top {
  display: none;
}

@media (max-width: 820px) {
  .site-header__inner {
    min-height: 58px;
    padding: 10px 0;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px 16px;
  }

  .site-header__tag {
    max-width: calc(100% - 100px);
  }

  .site-menu-toggle {
    display: inline-flex;
    margin-left: auto;
  }

  .site-nav {
    width: 100%;
    max-height: 0;
    overflow: hidden;
    align-items: stretch;
    flex-direction: column;
    gap: 0;
    border-top: 0 solid rgba(255, 255, 255, .12);
    opacity: 0;
    transition: max-height .25s ease, opacity .2s ease, border-top-width .2s ease;
  }

  .site-nav.is-open {
    max-height: 420px;
    border-top-width: 1px;
    opacity: 1;
  }

  .site-nav a {
    display: block;
    padding: 11px 0;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
  }

  .brand-grid,
  .metrics,
  .three-up,
  .pillars,
  .feature-grid,
  .service-grid,
  .area-grid,
  .quadrant-grid,
  .portal-grid,
  .connect-band,
  .app-container {
    grid-template-columns: 1fr;
  }

  .team-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .app-section {
    padding: 72px 20px;
  }

  .app-visual {
    order: -1;
  }

  .app-content > p {
    font-size: 16px;
  }

  .section {
    width: min(100% - 28px, var(--max));
    padding: 52px 0;
  }

  .hero {
    min-height: 390px;
  }

  .hero__panel {
    padding: 32px 22px;
  }

  .callout {
    padding: 32px 24px;
  }

  .back-to-top {
    position: fixed;
    right: 16px;
    bottom: 16px;
    z-index: 20;
    display: inline-flex;
    min-width: 58px;
    min-height: 42px;
    align-items: center;
    justify-content: center;
    padding: 0 14px;
    border: 1px solid rgba(255, 248, 239, .72);
    color: #fff8ef;
    background: var(--burgundy);
    box-shadow: 0 12px 26px rgba(35, 31, 32, .28);
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase;
  }

  .back-to-top:hover,
  .back-to-top:focus-visible {
    background: var(--black);
  }
}

@media (max-width: 600px) {
  .team-grid {
    grid-template-columns: 1fr;
  }
}
