:root {
  --bg: #07111f;
  --bg-2: #0b1a30;
  --bg-3: #102645;
  --surface: rgba(12, 25, 47, 0.72);
  --surface-strong: rgba(8, 18, 34, 0.9);
  --surface-soft: rgba(255, 255, 255, 0.08);
  --surface-line: rgba(255, 255, 255, 0.12);
  --text: #eef5ff;
  --text-soft: #bfd0eb;
  --text-muted: #8ea6c9;
  --dark-text: #09111e;
  --card-light: rgba(240, 246, 255, 0.94);
  --card-light-line: rgba(14, 32, 58, 0.1);
  --accent: #ff7a1a;
  --accent-2: #3fc8ff;
  --accent-3: #6ce0ff;
  --shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  --shadow-soft: 0 20px 50px rgba(6, 15, 31, 0.22);
  --radius-xl: 34px;
  --radius-lg: 26px;
  --radius-md: 20px;
  --radius-sm: 16px;
  --container: 1240px;
  --font: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background:
    radial-gradient(circle at 12% 8%, rgba(255, 122, 26, 0.2), transparent 22%),
    radial-gradient(circle at 88% 12%, rgba(63, 200, 255, 0.22), transparent 24%),
    radial-gradient(circle at 50% 100%, rgba(63, 200, 255, 0.1), transparent 34%),
    linear-gradient(180deg, #07111f 0%, #0b1830 32%, #091321 100%);
  min-height: 100vh;
  overflow-x: hidden;
}

body.legal-body {
  padding: 28px 0;
}

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

a,
button,
input,
textarea,
select {
  font: inherit;
}

a {
  color: inherit;
}

.skip-link,
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.skip-link:focus {
  clip: auto;
  width: auto;
  height: auto;
  left: 14px;
  top: 14px;
  z-index: 1000;
  margin: 0;
  padding: 12px 16px;
  border-radius: 999px;
  background: #fff;
  color: #000;
}

.page-glow {
  position: fixed;
  inset: auto;
  pointer-events: none;
  z-index: 0;
  filter: blur(70px);
  opacity: 0.55;
}

.page-glow-a {
  width: 320px;
  height: 320px;
  top: 80px;
  left: -80px;
  background: rgba(255, 122, 26, 0.22);
}

.page-glow-b {
  width: 360px;
  height: 360px;
  right: -90px;
  top: 240px;
  background: rgba(63, 200, 255, 0.18);
}

.container {
  width: min(calc(100% - 32px), var(--container));
  margin: 0 auto;
  position: relative;
  z-index: 1;
}

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

h1,
h2,
h3 {
  letter-spacing: -0.04em;
  line-height: 1;
}

p,
li,
dd {
  line-height: 1.7;
}

.eyebrow {
  margin: 0 0 14px;
  font-size: 0.77rem;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  color: #93dfff;
  font-weight: 700;
}

.glass-panel {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--surface-line);
  background: linear-gradient(180deg, rgba(18, 33, 58, 0.74), rgba(7, 16, 31, 0.9));
  box-shadow: var(--shadow);
  backdrop-filter: blur(22px);
}

.glass-panel::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.09), transparent 48%);
  pointer-events: none;
}

.section {
  padding: 34px 0;
}

.section-frame {
  padding: 42px 0 28px;
}

.section-heading {
  max-width: 820px;
  margin-bottom: 28px;
}

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

.section-heading h2,
.contact-panel h2,
.legal-shell h1 {
  font-size: clamp(2rem, 4vw, 4rem);
  margin-bottom: 14px;
}

.section-heading p,
.hero-lead,
.contact-panel > p,
.footer-grid p,
.timeline-item p,
.service-card p,
.trust-grid p,
.feature-points,
.faq-list p,
.legal-shell p,
.legal-note,
.form-status {
  color: var(--text-soft);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(5, 12, 24, 0.72);
  border-bottom: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(18px);
}

.header-shell {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  min-height: 82px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}

.brand-badge {
  width: 52px;
  height: 52px;
  border-radius: 18px;
  display: grid;
  place-items: center;
  font-weight: 900;
  letter-spacing: 0.08em;
  color: #fff;
  background: linear-gradient(135deg, var(--accent) 0%, #ff9d4d 100%);
  box-shadow: 0 18px 36px rgba(255, 122, 26, 0.28);
}

.brand-copy strong,
.footer-title {
  display: block;
  font-size: 1rem;
}

.brand-copy {
  min-width: 0;
}

.brand-copy strong,
.brand-copy small {
  overflow-wrap: anywhere;
}

.brand-copy small {
  display: block;
  margin-top: 2px;
  color: var(--text-muted);
}

.site-nav {
  display: flex;
  align-items: center;
  gap: 6px;
}

.site-nav a {
  text-decoration: none;
  color: var(--text-soft);
  padding: 11px 14px;
  border-radius: 999px;
  transition: background 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.site-nav a:hover,
.site-nav a:focus-visible,
.site-nav a.is-active {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  transform: translateY(-1px);
}

.header-actions,
.hero-actions,
.contact-actions,
.form-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.chip,
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 12px 18px;
  border-radius: 999px;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease, background 0.2s ease;
}

.chip:hover,
.button:hover,
.chip:focus-visible,
.button:focus-visible {
  transform: translateY(-1px);
}

.chip-phone {
  color: #fff;
  background: rgba(255, 255, 255, 0.08);
  border-color: rgba(255, 255, 255, 0.12);
}

.button-primary {
  color: #fff;
  background: linear-gradient(135deg, #ff9a40 0%, var(--accent) 52%, #ff6b1d 100%);
  box-shadow: 0 18px 40px rgba(255, 122, 26, 0.28);
}

.button-secondary {
  color: #fff;
  background: linear-gradient(135deg, rgba(63, 200, 255, 0.18), rgba(255, 255, 255, 0.08));
  border-color: rgba(63, 200, 255, 0.28);
}

.button-ghost {
  color: #fff;
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
}

.menu-toggle {
  display: none;
  width: 50px;
  height: 50px;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.05);
  padding: 0;
  cursor: pointer;
}

.menu-toggle span:not(.sr-only) {
  display: block;
  width: 22px;
  height: 2px;
  margin: 5px auto;
  background: #fff;
  border-radius: 999px;
}

.hero-grid,
.showcase-grid,
.contact-grid,
.footer-grid,
.trust-grid,
.metrics-grid,
.services-grid {
  display: grid;
  gap: 22px;
}

.hero-grid {
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.92fr);
  align-items: center;
}

.hero-copy h1 {
  font-size: clamp(2.9rem, 6vw, 5.75rem);
  max-width: 12.3ch;
  margin-bottom: 18px;
}

.hero-copy,
.showcase-copy,
.contact-panel,
.metrics-copy,
.footer-grid > div {
  min-width: 0;
}

.hero-copy {
  position: relative;
}

.hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 26px 0;
}

.hero-pills span,
.service-tag,
.timeline-step {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  color: #fff;
}

.hero-stats {
  margin-top: 28px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.hero-stats article {
  padding: 18px 18px 16px;
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.hero-stats span,
.contact-list dt {
  display: block;
  font-size: 0.86rem;
  color: var(--text-muted);
  margin-bottom: 8px;
}

.hero-stats strong,
.contact-list dd,
.service-card h3,
.timeline-item h3,
.trust-grid strong,
.metrics-grid strong {
  display: block;
}

.hero-stats small {
  display: block;
  margin-top: 8px;
}

.hero-stats a,
.contact-list a,
.footer-grid a,
.legal-shell a {
  text-decoration: none;
}

.hero-stats a:hover,
.contact-list a:hover,
.footer-grid a:hover,
.legal-shell a:hover,
.hero-stats a:focus-visible,
.contact-list a:focus-visible,
.footer-grid a:focus-visible,
.legal-shell a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}

.hero-media {
  position: relative;
  min-height: 720px;
}

.media-main,
.media-card,
.media-note {
  border-radius: var(--radius-xl);
}

.media-main {
  position: absolute;
  inset: 32px 54px 96px 0;
}

.media-main img,
.media-card img,
.bento-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.media-card {
  position: absolute;
  overflow: hidden;
}

.media-card-top {
  top: 0;
  right: 0;
  width: min(290px, 44%);
  aspect-ratio: 0.9;
}

.media-card-bottom {
  right: 28px;
  bottom: 0;
  width: min(250px, 40%);
  aspect-ratio: 0.82;
}

.media-note {
  position: absolute;
  left: 28px;
  bottom: 30px;
  width: min(320px, 58%);
  padding: 20px 22px;
}

.note-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #91deff;
  margin-bottom: 10px;
}

.trust-band {
  padding-top: 8px;
}

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

.trust-grid article,
.service-card,
.contact-panel,
.metrics-shell,
.bento-card,
.timeline-item,
.faq-list details,
.legal-shell,
.legal-block {
  border-radius: var(--radius-lg);
}

.trust-grid article,
.service-card,
.contact-panel,
.metrics-shell {
  padding: 22px;
}

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

.service-card {
  min-height: 100%;
}

.service-tag {
  margin-bottom: 16px;
  width: fit-content;
  background: rgba(255, 122, 26, 0.18);
  border-color: rgba(255, 122, 26, 0.24);
}

.service-card:hover,
.bento-card:hover,
.timeline-item:hover,
.trust-grid article:hover,
.metrics-shell:hover {
  transform: translateY(-2px);
}

.service-card,
.bento-card,
.timeline-item,
.trust-grid article,
.metrics-shell,
.faq-list details,
.contact-panel {
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.service-card:hover,
.bento-card:hover,
.timeline-item:hover,
.trust-grid article:hover,
.faq-list details:hover,
.contact-panel:hover {
  border-color: rgba(63, 200, 255, 0.26);
  box-shadow: 0 26px 72px rgba(0, 0, 0, 0.32);
}

.showcase-grid {
  grid-template-columns: minmax(0, 0.84fr) minmax(0, 1.16fr);
  align-items: start;
}

.feature-points {
  margin: 22px 0 0;
  padding-left: 18px;
}

.feature-points li + li {
  margin-top: 10px;
}

.bento-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  grid-template-rows: 280px 220px 220px;
  gap: 18px;
}

.bento-card {
  overflow: hidden;
}

.bento-wide {
  grid-column: 1 / 2;
  grid-row: 1 / 4;
}

.bento-tall {
  grid-column: 2 / 3;
  grid-row: 2 / 4;
}

.metrics-shell {
  display: grid;
  gap: 20px;
}

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

.metrics-grid article {
  padding: 14px 0 4px;
}

.metrics-grid strong {
  font-size: clamp(1.3rem, 2vw, 2rem);
  margin-bottom: 8px;
}

.timeline {
  display: grid;
  gap: 18px;
}

.timeline-item {
  display: grid;
  grid-template-columns: 92px minmax(0, 1fr);
  gap: 18px;
  padding: 22px;
  background: linear-gradient(180deg, rgba(16, 30, 53, 0.86), rgba(8, 17, 32, 0.94));
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: var(--shadow-soft);
}

.timeline-step {
  width: 72px;
  height: 72px;
  border-radius: 22px;
  font-size: 1.1rem;
  font-weight: 800;
  background: linear-gradient(135deg, rgba(255, 122, 26, 0.24), rgba(63, 200, 255, 0.18));
}

.faq-list {
  display: grid;
  gap: 14px;
}

.faq-list details {
  overflow: hidden;
}

.faq-list summary {
  list-style: none;
  cursor: pointer;
  padding: 22px 24px;
  font-weight: 700;
}

.faq-list summary::-webkit-details-marker {
  display: none;
}

.faq-list details p {
  padding: 0 24px 22px;
  margin-bottom: 0;
}

.contact-grid {
  grid-template-columns: minmax(320px, 0.92fr) minmax(0, 1.08fr);
}

.contact-panel-dark {
  background:
    linear-gradient(180deg, rgba(17, 31, 56, 0.88), rgba(7, 16, 31, 0.96)),
    url('photos/roof-blue-sky.webp');
}

.contact-panel-form {
  background: linear-gradient(180deg, rgba(15, 28, 48, 0.86), rgba(8, 17, 32, 0.92));
}

.contact-list {
  display: grid;
  gap: 16px;
  margin: 26px 0;
}

.contact-list dd {
  margin: 0;
}

.enquiry-form {
  display: grid;
  gap: 18px;
}

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

label span {
  display: block;
  margin-bottom: 8px;
  color: #ddebff;
  font-weight: 600;
}

input,
textarea,
select {
  width: 100%;
  padding: 14px 15px;
  color: #fff;
  border-radius: 16px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  background: rgba(255, 255, 255, 0.06);
  outline: none;
  transition: border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
}

input::placeholder,
textarea::placeholder {
  color: rgba(220, 232, 249, 0.54);
}

input:focus,
textarea:focus,
select:focus {
  border-color: rgba(63, 200, 255, 0.48);
  background: rgba(255, 255, 255, 0.08);
  box-shadow: 0 0 0 4px rgba(63, 200, 255, 0.1);
}

textarea {
  resize: vertical;
}

select {
  appearance: none;
  background-image:
    linear-gradient(45deg, transparent 50%, rgba(226, 240, 255, 0.92) 50%),
    linear-gradient(135deg, rgba(226, 240, 255, 0.92) 50%, transparent 50%);
  background-position:
    calc(100% - 24px) calc(50% - 3px),
    calc(100% - 18px) calc(50% - 3px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 52px;
}

select:invalid {
  color: rgba(220, 232, 249, 0.7);
}

.selection-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 18px;
  border-radius: 18px;
  border: 1px solid rgba(63, 200, 255, 0.18);
  background: linear-gradient(135deg, rgba(14, 33, 61, 0.88), rgba(10, 22, 39, 0.96));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05), 0 14px 40px rgba(0, 0, 0, 0.18);
}

.selection-bar-label {
  font-size: 0.84rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: rgba(194, 217, 245, 0.78);
}

.selection-bar strong {
  font-size: 1rem;
  color: #ffffff;
  text-align: right;
}

.form-status.sent {
  color: #b1ffd4;
}

.site-footer {
  padding-top: 18px;
}

.footer-grid {
  grid-template-columns: 1.2fr 1fr 1fr 1fr;
  padding-bottom: 26px;
}

.footer-grid a,
.footer-grid p,
.footer-bar {
  color: var(--text-soft);
}

.footer-bar {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0 26px;
}

.footer-bar-inner {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  flex-wrap: wrap;
}

.legal-shell {
  width: min(calc(100% - 32px), 980px);
  margin: 0 auto;
  padding: 30px;
  background: linear-gradient(180deg, rgba(19, 35, 61, 0.82), rgba(8, 17, 31, 0.96));
}

.legal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin: 24px 0 8px;
}

.legal-back {
  display: inline-flex;
  margin-bottom: 16px;
  color: var(--text-soft);
  text-decoration: none;
}

.legal-grid {
  display: grid;
  gap: 16px;
  margin-top: 24px;
}

.legal-block {
  padding: 22px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
}

.legal-block h2 {
  margin-bottom: 10px;
  font-size: clamp(1.35rem, 2.5vw, 2rem);
}

.copy-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: #dff5ff;
  text-decoration: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition-delay: var(--delay, 0ms);
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

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

  .reveal,
  .reveal.is-visible,
  .service-card,
  .bento-card,
  .timeline-item,
  .trust-grid article,
  .metrics-shell,
  .faq-list details,
  .contact-panel,
  .button,
  .chip {
    transition: none;
    transform: none;
    opacity: 1;
  }
}

@media (max-width: 1180px) {
  .hero-grid,
  .showcase-grid,
  .contact-grid,
  .footer-grid,
  .trust-grid,
  .metrics-grid,
  .services-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .hero-grid,
  .showcase-grid,
  .contact-grid {
    grid-template-columns: 1fr;
  }

  .hero-copy h1 {
    max-width: 12.8ch;
  }

  .hero-media {
    min-height: 660px;
  }

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

@media (max-width: 900px) {
  .header-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 12px 14px;
    min-height: auto;
    padding: 14px 0;
  }

  .brand {
    min-width: 0;
  }

  .menu-toggle {
    display: inline-block;
    margin-left: 0;
    justify-self: end;
  }

  .site-nav {
    display: none;
    width: 100%;
    grid-column: 1 / -1;
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

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

  .site-nav a {
    padding: 14px 16px;
    background: rgba(255, 255, 255, 0.05);
  }

  .header-actions {
    width: 100%;
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .header-actions .chip,
  .header-actions .button {
    flex: none;
    min-width: 0;
    width: 100%;
  }

  .hero-stats,
  .trust-grid,
  .services-grid,
  .metrics-grid,
  .footer-grid,
  .form-grid {
    grid-template-columns: 1fr;
  }

  .selection-bar {
    flex-direction: column;
    align-items: flex-start;
  }

  .selection-bar strong {
    text-align: left;
  }

  .hero-media {
    min-height: auto;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
  }

  .media-main,
  .media-card,
  .media-note {
    position: static;
    width: 100%;
    inset: auto;
  }

  .media-main,
  .media-note {
    grid-column: 1 / -1;
  }

  .media-main {
    aspect-ratio: 16 / 11;
  }

  .media-card-top,
  .media-card-bottom {
    aspect-ratio: 1.1;
  }

  .bento-grid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 260px 220px 220px;
  }

  .bento-wide {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
  }

  .bento-tall {
    grid-column: 2 / 3;
    grid-row: 2 / 4;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 620px) {
  .container,
  .legal-shell {
    width: min(calc(100% - 20px), var(--container));
  }

  .section,
  .section-frame {
    padding: 24px 0;
  }

  .brand {
    gap: 10px;
  }

  .brand-badge {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    font-size: 0.95rem;
  }

  .brand-copy strong {
    font-size: 0.94rem;
  }

  .brand-copy small {
    font-size: 0.76rem;
    line-height: 1.3;
  }

  .menu-toggle {
    width: 46px;
    height: 46px;
    border-radius: 14px;
  }

  .hero-copy h1 {
    font-size: clamp(2rem, 10vw, 2.9rem);
    max-width: none;
  }

  .section-heading h2,
  .contact-panel h2,
  .legal-shell h1 {
    font-size: clamp(1.8rem, 8vw, 2.7rem);
  }

  .hero-lead {
    font-size: 0.98rem;
  }

  .hero-pills {
    margin: 18px 0;
    gap: 8px;
  }

  .hero-pills span {
    width: auto;
    padding: 9px 12px;
  }

  .button,
  .chip {
    width: auto;
  }

  .header-actions,
  .hero-actions,
  .contact-actions,
  .form-actions {
    display: grid;
    gap: 10px;
  }

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

  .header-actions .chip,
  .header-actions .button,
  .hero-actions .button,
  .contact-actions .button,
  .form-actions .button {
    width: 100%;
  }

  .hero-stats article,
  .trust-grid article,
  .service-card,
  .contact-panel,
  .metrics-shell {
    padding: 18px;
  }

  .selection-bar {
    padding: 14px 16px;
  }

  .bento-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .bento-wide,
  .bento-tall {
    grid-column: auto;
    grid-row: auto;
  }

  .bento-card {
    min-height: 220px;
  }

  .footer-bar-inner {
    flex-direction: column;
  }

  .legal-shell {
    padding: 22px;
  }
}

@media (max-width: 420px) {
  .header-actions {
    grid-template-columns: 1fr;
  }

  .hero-media {
    grid-template-columns: 1fr;
  }
}
