:root {
  --navy: #0C1632;
  --navy-2: #052C66;
  --navy-3: #071126;
  --blue: #052C66;
  --blue-2: #2f6fa8;
  --orange: #E96B09;
  --gold: #EBBA78;
  --cream: #F8E5BF;
  --white: #ffffff;
  --gray-25: #fbfcfe;
  --gray-50: #F7F8FA;
  --gray-100: #e9eef5;
  --gray-200: #d3deea;
  --gray-500: #657386;
  --gray-700: #344154;
  --shadow-sm: 0 12px 28px rgba(14, 36, 66, 0.1);
  --shadow-md: 0 22px 60px rgba(12, 22, 50, 0.16);
  --radius: 18px;
  --radius-sm: 12px;
  --max: 1180px;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  color: var(--gray-700);
  background:
    radial-gradient(circle at top left, rgba(248, 229, 191, 0.5), transparent 26rem),
    radial-gradient(circle at 86% 14%, rgba(233, 107, 9, 0.08), transparent 24rem),
    var(--white);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  line-height: 1.6;
  overflow-x: hidden;
}

body.nav-open {
  overflow: hidden;
}

a {
  color: inherit;
  text-decoration: none;
}

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

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

h1,
h2,
h3 {
  color: var(--navy-3);
  line-height: 1.08;
  letter-spacing: 0;
  overflow-wrap: anywhere;
}

h1 {
  max-width: 840px;
  margin-bottom: 1.1rem;
  font-size: 4.5rem;
}

h2 {
  margin-bottom: 1rem;
  font-size: 2.7rem;
}

h3 {
  margin-bottom: 0.65rem;
  font-size: 1.18rem;
}

p {
  margin-bottom: 0;
}

.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;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  min-height: 92px;
  background: var(--white);
  border-bottom: 1px solid rgba(211, 222, 234, 0.85);
  box-shadow: 0 8px 28px rgba(12, 22, 50, 0.05);
}

.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  width: 100%;
  max-width: var(--max);
  min-height: 92px;
  margin: 0 auto;
  padding: 0.875rem 1.5rem;
}

.site-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  min-width: 0;
  text-decoration: none;
}

.site-logo img {
  display: block;
  width: auto;
  height: 72px;
  max-width: 360px;
  object-fit: contain;
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  color: var(--gray-700);
  font-size: 0.94rem;
  font-weight: 800;
}

.site-nav a {
  position: relative;
  padding: 0.75rem 0.9rem;
  border-radius: 999px;
  transition: color 180ms ease, background 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.site-nav a:hover,
.site-nav a[aria-current="page"] {
  color: var(--navy);
  background: rgba(248, 229, 191, 0.45);
}

.site-nav a:hover {
  transform: translateY(-1px);
}

.site-nav .nav-cta {
  margin-left: 0.25rem;
  color: var(--white);
  background: var(--navy);
  box-shadow: 0 12px 24px rgba(12, 22, 50, 0.16);
}

.site-nav .nav-cta:hover,
.site-nav .nav-cta[aria-current="page"] {
  color: var(--white);
  background: var(--orange);
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 46px;
  padding: 0;
  border: 1px solid var(--gray-200);
  background: var(--white);
  border-radius: 12px;
  cursor: pointer;
}

.nav-toggle span:not(.sr-only) {
  display: block;
  width: 21px;
  height: 2px;
  margin: 4px auto;
  background: var(--navy);
  transition: transform 180ms ease, opacity 180ms ease;
}

.nav-toggle[aria-expanded="true"] span:nth-child(2) {
  transform: translateY(6px) rotate(45deg);
}

.nav-toggle[aria-expanded="true"] span:nth-child(3) {
  opacity: 0;
}

.nav-toggle[aria-expanded="true"] span:nth-child(4) {
  transform: translateY(-6px) rotate(-45deg);
}

.hero {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(390px, 1.05fr);
  gap: 3rem;
  align-items: center;
  max-width: var(--max);
  margin: 0 auto;
  padding: 6rem 1.25rem 5rem;
}

.hero::before {
  content: "";
  position: absolute;
  inset: 5.5rem max(1.25rem, calc((100vw - var(--max)) / 2)) auto auto;
  width: 130px;
  height: 130px;
  background: linear-gradient(135deg, rgba(233, 107, 9, 0.18), rgba(235, 186, 120, 0.18));
  border-radius: 34px;
  transform: rotate(12deg);
  z-index: -1;
}

.hero-copy {
  position: relative;
  min-width: 0;
}

.eyebrow {
  margin-bottom: 0.85rem;
  color: var(--orange);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.hero-subtitle {
  max-width: 680px;
  color: var(--gray-500);
  font-size: 1.24rem;
  overflow-wrap: break-word;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.85rem;
  margin-top: 2rem;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 0.9rem 1.25rem;
  border: 1px solid transparent;
  border-radius: 999px;
  cursor: pointer;
  font: inherit;
  font-weight: 800;
  text-align: center;
  max-width: 100%;
  transition: transform 180ms ease, box-shadow 180ms ease, background 180ms ease, border-color 180ms ease;
}

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

.button-primary {
  color: var(--white);
  background: linear-gradient(135deg, var(--orange), #c95405);
  box-shadow: 0 16px 34px rgba(233, 107, 9, 0.24);
}

.button-primary:hover {
  box-shadow: 0 20px 42px rgba(233, 107, 9, 0.32);
}

.button-secondary {
  color: var(--navy);
  background: var(--white);
  border-color: var(--gray-200);
}

.button-secondary:hover {
  border-color: var(--orange);
  box-shadow: var(--shadow-sm);
}

.button-light {
  color: var(--white);
  background: var(--orange);
  box-shadow: 0 16px 34px rgba(233, 107, 9, 0.22);
}

.button-light:hover {
  background: #c95405;
}

.trust-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.7rem;
  margin-top: 2rem;
}

.trust-strip span,
.hero-checklist span {
  display: inline-flex;
  align-items: center;
  min-height: 36px;
  padding: 0.45rem 0.75rem;
  color: var(--navy);
  background: rgba(248, 229, 191, 0.36);
  border: 1px solid rgba(235, 186, 120, 0.5);
  border-radius: 999px;
  font-size: 0.86rem;
  font-weight: 800;
}

.hero-media {
  position: relative;
  min-height: 520px;
  min-width: 0;
}

.hero-media img,
.image-page-hero img,
.image-band-photo img,
.request-photo img {
  height: 100%;
  object-fit: cover;
}

.hero-media > img {
  height: 520px;
  border-radius: 28px;
  box-shadow: var(--shadow-md);
}

.hero-media::before {
  content: "";
  position: absolute;
  inset: -18px 22px 22px -18px;
  border: 2px solid rgba(235, 186, 120, 0.65);
  border-radius: 34px;
  z-index: -1;
}

.hero-stat-card,
.hero-checklist {
  position: absolute;
  right: 1.2rem;
  background: rgba(255, 255, 255, 0.94);
  border: 1px solid rgba(211, 222, 234, 0.9);
  border-radius: var(--radius);
  box-shadow: var(--shadow-md);
  backdrop-filter: blur(14px);
}

.hero-stat-card {
  bottom: 1.2rem;
  max-width: 310px;
  padding: 1.1rem;
}

.mini-label {
  display: block;
  margin-bottom: 0.25rem;
  color: var(--blue);
  font-size: 0.74rem;
  font-weight: 800;
  text-transform: uppercase;
}

.hero-stat-card strong {
  display: block;
  color: var(--navy-3);
  line-height: 1.25;
}

.hero-checklist {
  top: 1.2rem;
  display: flex;
  gap: 0.45rem;
  padding: 0.55rem;
}

.section,
.page-hero,
.final-cta,
.image-band,
.request-layout,
.site-footer {
  padding-right: max(1.25rem, calc((100vw - var(--max)) / 2));
  padding-left: max(1.25rem, calc((100vw - var(--max)) / 2));
}

.section {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.section-muted {
  background: linear-gradient(180deg, var(--gray-50), var(--gray-25));
}

.section-heading {
  max-width: 780px;
  margin-bottom: 2.3rem;
  min-width: 0;
}

.section-heading p:not(.eyebrow),
.page-hero p:not(.eyebrow),
.image-band-copy p,
.content-stack,
.final-cta p {
  color: var(--gray-500);
  font-size: 1.05rem;
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-card,
.process-card,
.manager-grid article,
.value-grid article,
.service-detail-list article,
.property-grid article {
  position: relative;
  padding: 1.35rem;
  overflow: hidden;
  background: var(--white);
  border: 1px solid var(--gray-200);
  border-radius: var(--radius);
  box-shadow: 0 6px 18px rgba(14, 36, 66, 0.05);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.service-card,
.process-card,
.manager-grid article,
.value-grid article,
.service-detail-list article {
  text-align: center;
}

.service-card::after,
.service-detail-list article::after,
.manager-grid article::after {
  content: "";
  position: absolute;
  inset: auto 1.35rem 0 1.35rem;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--gold));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 180ms ease;
}

.service-card:hover,
.process-card:hover,
.manager-grid article:hover,
.value-grid article:hover,
.service-detail-list article:hover,
.property-grid article:hover {
  transform: translateY(-5px);
  border-color: rgba(233, 107, 9, 0.4);
  box-shadow: var(--shadow-md);
}

.service-card:hover::after,
.service-detail-list article:hover::after,
.manager-grid article:hover::after {
  transform: scaleX(1);
}

.service-card {
  min-height: 210px;
}

.service-card p,
.process-card p,
.manager-grid p,
.value-grid p,
.service-detail-list p,
.property-grid p {
  color: var(--gray-500);
}

.service-icon,
.value-number {
  display: inline-grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  padding: 0;
  place-items: center;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(248, 229, 191, 0.42), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(235, 186, 120, 0.65);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(12, 22, 50, 0.08);
}

.service-icon svg {
  width: 34px;
  height: 34px;
  fill: none;
  stroke: currentColor;
  stroke-width: 3;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.service-icon .accent {
  stroke: var(--orange);
}

.value-number {
  width: auto;
  min-width: 48px;
  padding: 0 0.75rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border-color: transparent;
  font-size: 0.78rem;
  font-weight: 800;
}

.wide-card,
.featured-detail {
  grid-column: span 2;
}

.image-band {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 0.9fr);
  gap: 2rem;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: var(--navy);
  background:
    linear-gradient(135deg, rgba(12, 22, 50, 0.98), rgba(5, 44, 102, 0.95)),
    radial-gradient(circle at top right, rgba(233, 107, 9, 0.18), transparent 26rem);
}

.image-band.reverse {
  direction: rtl;
}

.image-band.reverse > * {
  direction: ltr;
}

.image-band-photo {
  height: 430px;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.28);
}

.image-band-copy {
  max-width: 580px;
  min-width: 0;
}

.image-band-copy h2,
.image-band-copy .eyebrow {
  color: var(--white);
}

.image-band-copy p {
  color: rgba(255, 255, 255, 0.78);
}

.text-link {
  display: inline-flex;
  margin-top: 1.5rem;
  color: var(--white);
  font-weight: 800;
  border-bottom: 2px solid var(--gold);
  transition: color 180ms ease, border-color 180ms ease;
}

.text-link:hover {
  color: #d7ecff;
  border-color: var(--orange);
}

.process-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}

.process-grid::before {
  content: "";
  position: absolute;
  top: 50px;
  right: 8%;
  left: 8%;
  height: 3px;
  background: linear-gradient(90deg, var(--orange), var(--gold), var(--orange));
}

.process-card {
  z-index: 1;
}

.process-card span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  margin: 0 auto 1.2rem;
  color: var(--white);
  background: linear-gradient(135deg, var(--navy), var(--blue));
  border: 1px solid rgba(235, 186, 120, 0.55);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(12, 22, 50, 0.08);
  font-weight: 800;
}

.manager-grid {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 1rem;
}

.check-icon {
  display: grid;
  width: 58px;
  height: 58px;
  margin: 0 auto 1rem;
  place-items: center;
  color: var(--navy);
  background: linear-gradient(135deg, rgba(248, 229, 191, 0.42), rgba(255, 255, 255, 0.96));
  border: 1px solid rgba(235, 186, 120, 0.65);
  border-radius: 16px;
  box-shadow: 0 10px 22px rgba(12, 22, 50, 0.08);
}

.check-icon::after {
  content: "";
  display: block;
  width: 20px;
  height: 10px;
  margin-top: -3px;
  border-bottom: 3px solid var(--orange);
  border-left: 3px solid var(--orange);
  transform: rotate(-45deg);
}

.final-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-top: 4.2rem;
  padding-bottom: 4.2rem;
  color: var(--white);
  background:
    linear-gradient(135deg, rgba(12, 22, 50, 0.97), rgba(5, 44, 102, 0.94)),
    url("assets/hero-maintenance.png") center/cover;
}

.final-cta h2,
.final-cta .eyebrow {
  color: var(--white);
}

.final-cta p {
  max-width: 700px;
  color: rgba(255, 255, 255, 0.78);
}

.page-hero {
  padding-top: 4.8rem;
  padding-bottom: 4.8rem;
  background: linear-gradient(180deg, var(--gray-50), var(--white));
}

.image-page-hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.72fr);
  gap: 2rem;
  align-items: center;
}

.page-hero h1 {
  font-size: 3.7rem;
}

.page-hero p:not(.eyebrow) {
  max-width: 760px;
}

.image-page-hero img {
  height: 360px;
  border-radius: 28px;
  box-shadow: var(--shadow-md);
}

.split-section {
  display: grid;
  grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr);
  gap: 3rem;
}

.content-stack {
  display: grid;
  gap: 1rem;
  min-width: 0;
}

.value-grid,
.service-detail-list,
.property-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1rem;
}

.service-detail-list {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.service-detail-list h2,
.value-grid h2 {
  font-size: 1.55rem;
}

.property-grid article {
  padding: 0;
}

.property-grid img {
  height: 190px;
  object-fit: cover;
}

.property-grid div {
  padding: 1.3rem;
}

.request-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.82fr) minmax(420px, 1fr);
  gap: 3rem;
  align-items: start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background: linear-gradient(180deg, var(--gray-50), var(--white));
}

.request-intro {
  position: sticky;
  top: 7rem;
  min-width: 0;
}

.request-intro h1 {
  font-size: 3.55rem;
}

.request-intro p:not(.eyebrow) {
  color: var(--gray-500);
  font-size: 1.08rem;
}

.request-photo {
  height: 300px;
  margin-top: 2rem;
  overflow: hidden;
  border-radius: 28px;
  box-shadow: var(--shadow-md);
}

.service-form {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid var(--gray-200);
  border-radius: 24px;
  box-shadow: var(--shadow-md);
}

.form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}

label {
  display: grid;
  gap: 0.45rem;
  margin-bottom: 1rem;
  color: var(--navy-3);
  font-weight: 800;
}

input,
select,
textarea {
  width: 100%;
  padding: 0.95rem 1rem;
  color: var(--navy-3);
  background: var(--gray-25);
  border: 1px solid var(--gray-200);
  border-radius: 12px;
  font: inherit;
  transition: border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
}

textarea {
  resize: vertical;
}

input:focus,
select:focus,
textarea:focus {
  background: var(--white);
  border-color: var(--orange);
  outline: 3px solid rgba(233, 107, 9, 0.15);
}

.form-note {
  margin-top: 1rem;
  color: var(--gray-500);
  font-size: 0.92rem;
}

.site-footer {
  padding-top: 4rem;
  padding-bottom: 1.5rem;
  color: rgba(255, 255, 255, 0.76);
  background:
    linear-gradient(180deg, var(--navy), var(--navy-3));
}

.footer-inner {
  display: grid;
  grid-template-columns: minmax(260px, 1.4fr) minmax(190px, 1fr) minmax(210px, 1fr) minmax(160px, 1fr);
  gap: 3rem;
  max-width: var(--max);
  margin: 0 auto;
  padding-bottom: 3rem;
}

.footer-column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.65rem;
}

.footer-column h2 {
  margin: 0 0 0.35rem;
  color: var(--white);
  font-size: 1rem;
  line-height: 1.2;
}

.footer-column p,
.footer-column li,
.footer-column a {
  color: rgba(255, 255, 255, 0.76);
  font-size: 0.95rem;
}

.footer-column ul {
  display: grid;
  gap: 0.45rem;
  padding: 0;
  margin: 0;
  list-style: none;
}

.footer-column li {
  position: relative;
  padding-left: 0.9rem;
}

.footer-column li::before {
  content: "";
  position: absolute;
  top: 0.7em;
  left: 0;
  width: 5px;
  height: 5px;
  background: var(--orange);
  border-radius: 50%;
}

.footer-logo {
  display: inline-flex;
  align-items: center;
  margin-bottom: 1.25rem;
}

.footer-logo img {
  display: block;
  width: auto;
  height: 86px;
  max-width: 420px;
  object-fit: contain;
}

.footer-about p {
  max-width: 420px;
}

.site-footer a {
  transition: color 180ms ease, transform 180ms ease;
}

.site-footer a:hover {
  color: var(--gold);
}

.footer-column > a:hover {
  transform: translateX(2px);
}

.footer-bottom {
  max-width: var(--max);
  margin: 0 auto;
  padding: 1.25rem 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.footer-bottom p {
  margin: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.9rem;
}

@media (max-width: 1060px) {
  h1 {
    font-size: 3.4rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  .hero,
  .image-page-hero,
  .request-layout {
    grid-template-columns: 1fr;
  }

  .hero-media,
  .hero-media > img {
    min-height: auto;
    height: 460px;
  }

  .service-grid,
  .value-grid,
  .property-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid,
  .manager-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .process-grid::before {
    display: none;
  }

  .request-intro {
    position: static;
  }

  .site-logo img {
    height: 62px;
    max-width: 320px;
  }

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

@media (max-width: 860px) {
  .nav-toggle {
    display: block;
  }

  .site-nav {
    position: absolute;
    top: calc(100% + 0.5rem);
    right: 1.25rem;
    left: 1.25rem;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0.25rem;
    padding: 0.75rem;
    background: var(--white);
    border: 1px solid var(--gray-200);
    border-radius: 18px;
    box-shadow: var(--shadow-md);
  }

  .site-nav.is-open {
    display: flex;
  }

  .site-nav .nav-cta {
    margin-left: 0;
  }

  .image-band,
  .split-section {
    grid-template-columns: 1fr;
  }

  .final-cta {
    align-items: flex-start;
    flex-direction: column;
  }

  .page-hero h1,
  .request-intro h1 {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .site-header {
    min-height: 78px;
  }

  .header-inner {
    min-height: 78px;
    padding: 0.625rem 1rem;
    gap: 1rem;
    justify-content: flex-start;
  }

  .nav-toggle {
    flex-shrink: 0;
    margin-left: auto;
  }

  .site-logo img {
    height: 52px;
    max-width: min(58vw, 220px);
  }

  .hero,
  .section,
  .page-hero,
  .image-band,
  .request-layout,
  .final-cta {
    padding-top: 3.2rem;
    padding-bottom: 3.2rem;
  }

  h1,
  .page-hero h1,
  .request-intro h1 {
    font-size: 1.85rem;
    line-height: 1.12;
  }

  h2 {
    font-size: 1.85rem;
  }

  .hero-subtitle {
    font-size: 1rem;
  }

  .hero-actions,
  .button {
    width: 100%;
  }

  .hero-copy,
  .hero-subtitle,
  .trust-strip {
    max-width: 100%;
  }

  .hero {
    overflow: hidden;
  }

  .hero::before {
    display: none;
  }

  .hero-media,
  .hero-media > img,
  .image-page-hero img,
  .image-band-photo,
  .request-photo {
    height: 300px;
  }

  .hero-stat-card,
  .hero-checklist {
    position: static;
    margin-top: 0.85rem;
  }

  .hero-checklist {
    justify-content: center;
    flex-wrap: wrap;
  }

  .service-grid,
  .service-detail-list,
  .value-grid,
  .property-grid,
  .process-grid,
  .manager-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .wide-card,
  .featured-detail {
    grid-column: auto;
  }

  .service-form {
    padding: 1rem;
  }

  .footer-inner {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .footer-logo img {
    height: 64px;
    max-width: min(100%, 320px);
  }
}
