/* =========================================================================
   site.css — Strathfieldsaye Sheet Metal
   Design tokens + every component. Values are extracted from the old site's
   captured Webflow stylesheet (docs/_crawl/assets/strath-sheet-metal.webflow
   .shared.*.css) and rewritten as clean CSS. Same colours, type scale,
   spacing rhythm and breakpoints (991px / 767px / 479px). All assets local.
   ========================================================================= */

:root {
  --eight: 8px;
  --dark: #1a1a1a;
  --maroon: #da344b;
  --neutral: #f7f7f7;
  --white: #fff;
  --primary: #ff4949;
  --orange: #ff764c;
  --font-body: Tahoma, Verdana, Segoe, sans-serif;
  --font-heading: Impact, Haettenschweiler, "Franklin Gothic Bold", Charcoal, sans-serif;
  --font-eyebrow: "Trebuchet MS", "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Tahoma, sans-serif;
}

/* ---------- base ---------- */
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  color: #333;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 20px;
  background-color: var(--white);
}
img { max-width: 100%; vertical-align: middle; border: 0; }
a { color: #353535; text-decoration: none; }
h1, h2, h3, h4, p { margin: 0; }
button { font: inherit; }
main { display: block; }
.lightbox-open, .lightbox-open body { overflow: hidden; }

/* ---------- layout primitives ---------- */
.container {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  gap: 2rem;
  width: 1280px;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
}
.container.above { z-index: 100; position: relative; }

.section {
  position: relative;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 4rem 5%;
  background-color: var(--white);
}
.section.bg-neutral { background-color: var(--neutral); }
.section.bg1 {
  background-image: url("/images/site/ssm-workshop-band.webp");
  background-position: 50% 70%;
  background-size: cover;
  height: 40vh;
}
.section.bg-laser {
  background-image: url("/images/site/laser-cutter.webp");
  background-position: 50%;
  background-size: cover;
  height: 40vh;
}
/* old CSS used fixed 60vh/40vh heights; min-height keeps the same rendered
   size on normal screens without the H1 sliding under the fixed nav on
   short viewports */
.section.sub-hero {
  background-color: var(--dark);
  background-position: 50%;
  background-size: cover;
  min-height: 60vh;
  padding-top: 9rem;
}
.section.sub-hero.service {
  background-color: var(--neutral);
  background-image: none;
  min-height: 40vh;
  padding-top: 12rem;
}
.section.sub-hero.sub-page {
  background-color: var(--white);
  background-image: none;
  height: auto;
  padding-top: 12rem;
}
.div-block-2 { z-index: 99; position: absolute; inset: 0; background-color: #000000ba; }

/* grids */
.grid-2 { display: grid; gap: 16px; grid-template-rows: auto; grid-template-columns: 2fr 1fr; }
.grid-3 { display: grid; gap: 16px; grid-template-columns: 1fr 1fr 1fr; }
.grid-three-column { display: grid; gap: 44px; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; width: 100%; }
.collection-list { display: grid; gap: 16px; grid-template-rows: auto auto; grid-template-columns: 1fr 1fr 1fr; }
.collection-list-2 { display: grid; gap: 16px; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; }
.collection-list-3 { display: grid; gap: 16px; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; }
.column { display: flex; flex-flow: column; gap: 6px; }
.column-x-small { display: flex; flex-flow: column; gap: 8px; }
.column-small { display: flex; flex-flow: column; gap: 12px; }
.column-regular { display: flex; flex-flow: column; gap: 16px; }
.column-large { display: flex; flex-flow: column; gap: 24px; }
.row-2x-small { display: flex; flex-direction: row; justify-content: flex-start; align-items: center; gap: 4px; }

/* ---------- typography ---------- */
.heading-hero {
  color: #242424;
  text-transform: uppercase;
  font-family: var(--font-heading);
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2em;
}
.heading-hero.text-color-light { color: var(--white); }
.heading-large { color: #000; font-family: var(--font-heading); font-size: 3rem; font-weight: 400; line-height: 1.15em; }
.heading-large.black-bold {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 4px;
  padding: 12px;
}
.heading-medium { text-transform: none; font-size: 22px; font-weight: 700; line-height: 36px; }
.heading-medium.text-thin { font-weight: 400; }
.heading-small { font-family: var(--font-body); font-size: 22px; font-weight: 400; line-height: 1.2em; }
.heading-sub {
  color: var(--dark);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: var(--font-eyebrow);
  font-size: .875rem;
  font-weight: 700;
}
.text-giant { font-size: 64px; line-height: 1.1em; }
.text-large { letter-spacing: -.5px; text-transform: none; font-size: 28px; font-weight: 400; line-height: 1.4em; }
.text-large.pad-bottom { font-size: 24px; }
.text-medium { color: #000; font-family: var(--font-body); font-size: 18px; font-weight: 400; line-height: 1.4em; }
.text-medium.text-color-light { color: #fff; }
.text-small { color: var(--dark); font-family: var(--font-body); font-size: .875rem; line-height: 1.5em; }
.text-tiny { font-size: 10px; line-height: 1.5em; }
.text-color-primary { color: var(--primary); }
.text-strong { color: #1a1925; font-weight: 500; }
.paragraph-small { color: #51515e; letter-spacing: -.005em; font-size: 14px; line-height: 1.5; }
.paragraph-small.text-strong { color: #1a1925; font-weight: 500; }
.overline { color: #73737f; letter-spacing: .01em; text-transform: uppercase; font-size: 12px; font-weight: 600; line-height: 20px; }
.overline.text-color-primary { color: #1a1925; }

/* hero H1 highlight chips */
.red-bold    { background-color: var(--primary); color: #fff; border-radius: 4px; margin-left: -12px; padding-left: 12px; padding-right: 12px; }
.maroon-bold { background-color: var(--maroon);  color: #fff; border-radius: 4px; margin-left: -12px; padding-left: 12px; padding-right: 12px; }
.orange-bold { background-color: var(--orange);  color: #fff; border-radius: 4px; margin-left: -12px; padding-left: 12px; padding-right: 12px; }

/* ---------- buttons ---------- */
.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: .5rem;
  color: var(--dark);
  background-color: #fff;
  border: 0;
  border-radius: 4px;
  padding: 12px 32px;
  font-family: var(--font-body);
  font-size: 14px;
  line-height: 20px;
  cursor: pointer;
  text-decoration: none;
  transition: all .3s;
  box-shadow: 0 2px 5px #0003;
}
.button:hover { opacity: .9; transform: translate(0, -2px); box-shadow: 0 2px 5px #0003; }
.button.color-red { background-color: var(--primary); color: var(--white); box-shadow: 0 2px 5px #0003, 0 2px 5px #00000012; }
.button.color-black { background-color: var(--dark); color: var(--white); }
.button.color-orange { background-color: var(--orange); color: var(--white); box-shadow: 0 2px 5px #0003, 0 2px 5px #00000012; }
.button.color-maroon { background-color: var(--maroon); color: var(--white); }
.button.color-dark { background-color: var(--dark); color: var(--white); }
.button.mini, .button.color-cat { padding: 6px 22px; }
.button-wrapper { display: flex; justify-content: flex-start; align-items: center; gap: 12px; }
.hero-button-wrapper { display: flex; flex-flow: row; justify-content: flex-start; align-items: center; gap: 8px; margin-top: 44px; }

/* ---------- navigation ---------- */
.navigation-wrapper { z-index: 100; position: fixed; inset: 0 0 auto; }
.navigation-3 { z-index: 999; background-color: transparent; }
.navigation-container-2 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 24px;
  border-radius: var(--eight);
  background-color: var(--dark);
  width: 1380px;
  max-width: 95%;
  margin: 12px auto 0;
  padding: 6px 22px;
}
.navigation-container-2 > .home { flex: none; }
.nav-logo { width: 92px; max-width: none; }
.nav-logo[width="149"] { width: 149px; }
.nav-left { display: flex; flex: 1; justify-content: flex-start; align-items: center; gap: 8px; position: static; }
.nav-link {
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  padding: 8px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.nav-right { display: flex; flex: 1; justify-content: flex-end; align-items: center; gap: 8px; }
.navigation-buttons-2 { display: flex; flex-flow: row; justify-content: flex-start; align-items: center; gap: 8px; }
.navigation-buttons-2 .button { white-space: nowrap; }
.sub-page-wrapper { display: flex; justify-content: center; align-items: center; margin-right: 44px; }
.sub-home-link { margin-right: 12px; flex: none; }
/* explicit height + the markup's width attr reproduce the old 44px-high crop
   (the old aspect-ratio/max-height combo collapses to 0×0 outside Webflow) */
.image-sub-logo { height: 44px; max-width: none; object-fit: cover; }

/* services dropdown */
.navigation-dropdown-2 { position: relative; transition: all .3s; }
.nav-dropdown {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  color: #fff;
  text-transform: uppercase;
  background: none;
  border: 0;
  cursor: pointer;
  white-space: nowrap;
  padding: 8px 12px 8px 16px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}
.dropdown-icon { display: flex; flex: none; justify-content: center; align-items: center; width: 24px; height: 24px; transition: transform .3s; }
.navigation-dropdown-list-2 { display: none; position: absolute; top: 100%; left: -125px; padding-top: 32px; }
.navigation-dropdown-2.open .navigation-dropdown-list-2 { display: flex; }
.navigation-dropdown-2.open .dropdown-icon { transform: rotate(180deg); }
@media (hover: hover) and (min-width: 992px) {
  .navigation-dropdown-2:hover .navigation-dropdown-list-2,
  .navigation-dropdown-2:focus-within .navigation-dropdown-list-2 { display: flex; }
  .navigation-dropdown-2:hover .dropdown-icon { transform: rotate(180deg); }
}
.navigation-dropdown-card-2 { background-color: #fff; border: 1px solid #e6e6e7; min-width: 930px; padding: 8px; }
.navigation-card {
  display: flex;
  flex-flow: column;
  gap: 8px;
  color: #252527;
  border: 1px solid transparent;
  padding: 12px;
  transition: border-color .3s;
}
.navigation-card:hover { border-color: #ff5805; }
.navigation-card.is-current { border-radius: 4px; }
.navigation-image-small-2 { display: block; background-color: #f5f5f6; border: 1px solid #e6e6e7; height: 200px; overflow: hidden; }
.image-cover-2 { object-fit: cover; border-radius: 4px; width: 100%; height: 100%; }
.navigation-card .column { display: flex; }
.navigation-card .text-medium, .navigation-card .text-tiny { display: block; }

/* mobile menu button (hidden on desktop) */
.menu-button {
  display: none;
  justify-content: center;
  align-items: center;
  background-color: var(--maroon);
  color: #fff;
  border: 0;
  border-radius: 8px;
  padding: 8px;
  cursor: pointer;
}

/* ---------- landing hero ---------- */
.section-hero { display: flex; justify-content: center; align-items: center; padding: 12rem 1% 8rem; }
.title-row {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 4rem;
  text-align: center;
  width: 100%;
}
.heading-wrapper { display: flex; flex-flow: column; justify-content: flex-start; align-items: center; gap: 22px; }
._70max { width: 70%; margin-left: auto; margin-right: auto; }
.image-wrapper { position: relative; display: flex; justify-content: space-between; align-items: center; border-radius: var(--eight); overflow: hidden; }
.image-wrapper._400 { max-height: 500px; }
.image-wrapper._400 .image-3 { width: 100%; max-height: 500px; object-fit: cover; }
.image-wrapper._550px { height: 550px; }
.image-block { width: 100%; }

/* ---------- home bento gallery ---------- */
.gallery-wrapper-hero { overflow: hidden; }
.gallery_bento {
  display: grid;
  gap: 1.25rem;
  grid-template-rows: auto auto;
  grid-template-columns: .35fr 1fr;
  margin-top: 1.25rem;
  margin-right: -20vw;
}
.gallery_bento-image { filter: grayscale(1); height: 15vw; overflow: hidden; transition: filter .5s; }
.gallery_bento-image:hover { filter: grayscale(0); }
.gallery_bento-image.is-tall { grid-row: span 2; height: auto; }
.gallery_bento-grid { display: grid; gap: 1.25rem; grid-template-rows: auto; grid-template-columns: 1.25fr 1fr 1.5fr; }
.gallery_bento-grid.is-bottom { grid-template-columns: 1fr 1.5fr 1.25fr; }
.image-cover { object-fit: cover; width: 100%; height: 100%; }

/* ---------- section title block ---------- */
.title-wrapper {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  gap: 22px;
  text-align: center;
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 22px;
}
.title-wrapper.centre { justify-content: flex-start; align-items: center; }
.title-wrapper-text-info { width: 50%; }
.large-text-wrapper { width: 100%; }

/* ---------- stat tiles ---------- */
.tile { border-left: 4px solid #0000001a; border-radius: 4px; padding: 22px; transition: all .2s; }
.tile:hover { border-left-color: var(--primary); color: var(--primary); }

/* ---------- service / category cards ---------- */
.integration-card {
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
  transition: all .2s;
  color: inherit;
}
.integration-card:hover { transform: translate(0, -3px); }
.column-small-2 { display: flex; flex-direction: column; justify-content: flex-start; align-items: flex-start; gap: 12px; }
.service-image-wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.image-4 { width: 100%; height: 100%; object-fit: cover; }
.logo-header {
  z-index: 101;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--white);
  border-radius: 4px;
  width: 100%;
  padding: 6px;
  box-shadow: 0 2px 5px #0003;
}
.image-2 { height: 72px; width: auto; }

/* ---------- our story / service detail ---------- */
.info-wrapper { display: flex; flex-flow: column; justify-content: center; align-items: flex-start; gap: 22px; padding: 22px; }

/* ---------- industries ---------- */
.industry-list-wrapper { width: 100%; }
.service-line-wrapper {
  display: grid;
  justify-content: space-between;
  align-items: start;
  gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  padding: 22px;
  transition: all .3s;
}
.service-line-wrapper:hover { background-color: var(--neutral); border-radius: 4px; }
.service-line-wrapper.neutral { background-color: #f7f7f780; }
.service-line-wrapper .heading-small { text-align: left; }
.service-line-wrapper .text-small { text-align: left; }

/* ---------- testimonial ---------- */
.main-testimonial-wrapper {
  display: block;
  background-color: var(--neutral);
  border-radius: 8px;
  padding: 22px;
}
.main-testimonial-wrapper .image { height: 33px; width: auto; margin: 0 0 22px 22px; position: absolute; inset: auto auto 0 0; }
.main-testimonial-wrapper .image-wrapper._550px img.image-block { width: 100%; height: 100%; object-fit: cover; }

/* ---------- quote form ---------- */
.form-block { width: 80%; margin: 0 auto; }
.form-grid { display: grid; gap: 12px; grid-template-rows: auto; grid-template-columns: 1fr 1fr; }
.form-field-label { color: #1a1925; letter-spacing: -.006em; font-size: 13px; font-weight: 500; line-height: 20px; }
.form-field-label.text-color-brand { color: #1f62ff; }
.form-text-field {
  display: block;
  width: 100%;
  color: #1a1925;
  background-color: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  min-height: 36px;
  padding: 8px 12px;
  font-family: var(--font-body);
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  box-shadow: 0 0 0 1px #1a192514, 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308;
}
.form-text-field:focus { outline: none; border: 1px solid #1f62ff; box-shadow: 0 0 0 2px #1f62ff1f, 0 3px 3px -1.5px #07011308, 0 2px 2px -1px #07011308, 0 1px 1px -.5px #07011308, 0 .5px .5px #07011308; }
.form-text-field::placeholder { color: #73737f; }
.form-text-field.text-area-small { border-radius: 12px; min-height: 128px; resize: vertical; }
.divider-primary { background-color: #e7e7ea; border-radius: 4px; flex: none; width: 100%; height: 1px; }
.form-caption { display: flex; justify-content: space-between; align-items: center; gap: 40px; padding-top: 6px; padding-bottom: 6px; }
.mobile-order-first { display: flex; flex-flow: column; }
.form-status { border-radius: 4px; padding: 12px 16px; font-size: 14px; }
.form-status.ok { background-color: #ddedda; color: #1e4620; }
.form-status.err { background-color: #ffdede; color: #8a1f1f; }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; overflow: hidden; }

/* ---------- gallery + lightbox ---------- */
.lightbox-link {
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: 1;
  border-radius: var(--eight);
  overflow: hidden;
}
.lightbox-image { object-fit: cover; width: 100%; height: 100%; }
.lightbox-overlay {
  position: fixed;
  inset: 0;
  z-index: 2000;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000e6;
  cursor: zoom-out;
}
.lightbox-overlay img { max-width: 92vw; max-height: 92vh; object-fit: contain; border-radius: 4px; }
.lightbox-close {
  position: absolute;
  top: 16px;
  right: 20px;
  background: none;
  border: 0;
  color: #fff;
  font-size: 40px;
  line-height: 1;
  cursor: pointer;
}

/* ---------- footer ---------- */
.section-footer { padding-top: 2rem; background-color: var(--white); }
.footer-block {
  background-color: #f7f7f8;
  border-radius: 24px;
  width: 100%;
  max-width: 1424px;
  margin: 0 auto;
  padding: 64px 5%;
}
.container-large-3 { z-index: 2; position: relative; width: 100%; max-width: 1084px; margin: 0 auto; }
.grid-three-column-2 { display: grid; gap: 16px; grid-template-rows: auto; grid-template-columns: 1fr 1fr 1fr; width: 100%; }
.footer-feature { display: flex; flex-flow: column; justify-content: flex-start; align-items: flex-start; gap: 24px; padding: 22px 22px 22px 0; }
.icon-wrapper-light { display: flex; justify-content: center; align-items: center; background-color: var(--white); border-radius: 4px; width: 100%; padding: 6px 12px; }
.logo-footer { height: 100px; width: auto; }
.footer-divider-small { background-color: #e7e7ea; border-radius: 99px; width: 100%; height: 1px; margin: 32px 0; }
.footer-grid { display: grid; gap: 64px; grid-template-rows: auto; grid-template-columns: 2fr 1fr; }
.column-small-3 { display: flex; flex-flow: column; gap: 12px; }
.footer-link { color: #51515e; letter-spacing: -.006em; font-size: 14px; font-weight: 400; line-height: 20px; transition: color .3s; }
.footer-link:hover { color: #1a1925; }
.div-block { display: flex; justify-content: center; align-items: center; background-color: var(--white); border-radius: 4px; }
.footer-wrapper { padding: 32px 5%; }

/* =========================================================================
   Breakpoints (Webflow: 991 / 767 / 479)
   ========================================================================= */
@media screen and (max-width: 991px) {
  .title-row { flex-flow: column; justify-content: space-between; align-items: center; }
  .gallery_bento-image { height: 25vw; }
  .section-hero { height: auto; padding-bottom: 4rem; }

  /* nav collapses to a dark dropdown panel */
  .menu-button { display: flex; }
  .nav-left {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    flex-flow: column;
    align-items: flex-start;
    background-color: var(--dark);
    border-radius: var(--eight);
    max-width: 100%;
    margin-top: 12px;
    padding: 24px 5%;
  }
  .nav-left.open { display: flex; }
  .navigation-dropdown-2 { width: 100%; position: relative; }
  .navigation-dropdown-list-2 { position: static; left: auto; padding-top: 0; width: 100%; }
  .navigation-dropdown-card-2 { min-width: auto; width: 100%; }
  .collection-list-3 { grid-template-columns: 1fr; }
  .navigation-image-small-2 { height: 120px; }
  .sub-page-wrapper { display: none; }
  .nav-logo { width: 75px; }

  .grid-three-column { grid-template-columns: 1fr 1fr; }
  .heading-large.black-bold { padding-top: 6px; font-size: 2.2rem; }
  .heading-wrapper { text-align: center; justify-content: flex-start; align-items: center; }
  .text-large { font-size: 22px; }
  .title-wrapper-text-info { width: 70%; }
  .service-image-wrapper.hide-mobile { display: none; }
  .service-line-wrapper { grid-template-columns: 1fr; }
  .image-wrapper._550px { height: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .grid-three-column-2 { grid-template-columns: 1fr 1fr; }
  .grid-2, .collection-list-2 { grid-template-columns: 1fr; }
  .integration-card {
    display: grid;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    justify-content: flex-start;
    align-items: stretch;
    gap: 16px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 767px) {
  .section-hero { padding-top: 8rem; }
  .navigation-buttons-2 { display: none; }
  .section.sub-hero.service { min-height: 30vh; padding-top: 8rem; padding-bottom: 4rem; }
  .section.sub-hero.sub-page { padding-top: 8rem; }
  .grid-three-column, .integration-card { grid-template-columns: 1fr; }
  .heading-hero { font-size: 2.5rem; }
  .nav-logo { width: 65px; }
  .text-medium { font-size: 1rem; }
  .text-large.pad-bottom { font-size: 1.275rem; }
  /* the old site hides hero CTAs below 767px — kept for visual parity.
     `.always` (404 page) opts back in so the page isn't a dead end. */
  .hero-button-wrapper { display: none; }
  .hero-button-wrapper.always { display: flex; }
  .grid-three-column-2 { grid-template-columns: 1fr; }
  .footer-divider-small { margin-top: 48px; margin-bottom: 40px; }
  .heading-sub { font-size: .675rem; }
  .grid-3 { grid-template-columns: 1fr 1fr; }
  .image-4 { width: 100%; }
}

@media screen and (max-width: 479px) {
  .gallery_bento, .gallery_bento-grid { gap: .5rem; }
  .section-hero { padding-top: 8rem; padding-bottom: 4rem; }
  .integration-card { grid-template-columns: 1fr; }
  .heading-small { font-size: 1.251rem; }
  .heading-hero { font-size: 2rem; }
  .text-large { font-size: 18px; }
  .title-wrapper-text-info { width: auto; }
  .mobile-order-first { order: -1; }
  .form-grid { gap: 16px; grid-template-columns: 1fr; }
  .form-caption { flex-flow: column; align-items: stretch; gap: 12px; }
  .footer-grid { grid-template-columns: 1fr; }
}
