/*! tailwindcss v4.2.1 | MIT License | https://tailwindcss.com */
@layer theme {
  :root,
  :host {
    --font-sans:
      ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono:
      ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --spacing: 0.25rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
  }
}
@layer base {
  *,
  :after,
  :before,
  ::backdrop {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  ::file-selector-button {
    box-sizing: border-box;
    border: 0 solid;
    margin: 0;
    padding: 0;
  }
  html,
  :host {
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    line-height: 1.5;
    font-family: var(
      --default-font-family,
      ui-sans-serif,
      system-ui,
      sans-serif,
      "Apple Color Emoji",
      "Segoe UI Emoji",
      "Segoe UI Symbol",
      "Noto Color Emoji"
    );
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b,
  strong {
    font-weight: bolder;
  }
  code,
  kbd,
  samp,
  pre {
    font-family: var(
      --default-mono-font-family,
      ui-monospace,
      SFMono-Regular,
      Menlo,
      Monaco,
      Consolas,
      "Liberation Mono",
      "Courier New",
      monospace
    );
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(
      --default-mono-font-variation-settings,
      normal
    );
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub,
  sup {
    vertical-align: baseline;
    font-size: 75%;
    line-height: 0;
    position: relative;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol,
  ul,
  menu {
    list-style: none;
  }
  img,
  svg,
  video,
  canvas,
  audio,
  iframe,
  embed,
  object {
    vertical-align: middle;
    display: block;
  }
  img,
  video {
    max-width: 100%;
    height: auto;
  }
  button,
  input,
  select,
  optgroup,
  textarea {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    opacity: 1;
    background-color: #0000;
    border-radius: 0;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not ((-webkit-appearance: -apple-pay-button))) or
    (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentColor;
    }
    @supports (color: color-mix(in lab, red, red)) {
      ::placeholder {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-year-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-month-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-day-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-hour-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-minute-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-second-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-millisecond-field {
    padding-block: 0;
  }
  ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button,
  input:where([type="button"], [type="reset"], [type="submit"]) {
    appearance: button;
  }
  ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button {
    height: auto;
  }
  ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer components;
@layer utilities {
  .visible {
    visibility: visible;
  }
  .relative {
    position: relative;
  }
  .start {
    inset-inline-start: var(--spacing);
  }
  .table {
    display: table;
  }
}
:root {
  --cream: #fff;
  --cream-deep: #f1f1f1;
  --navy: #171717;
  --navy-soft: #4b4b4b;
  --orange: #e30613;
  --orange-dark: #b8000b;
  --white: #fff;
  --line: #17171726;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
}
body {
  background: var(--cream);
  color: var(--navy);
  font-family: var(--font-body), Arial, sans-serif;
  margin: 0;
}
a {
  color: inherit;
  text-decoration: none;
}
.site-header {
  border-bottom: 1px solid var(--line);
  z-index: 20;
  background: #fffffffa;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 40px;
  min-height: 88px;
  padding: 0 clamp(24px, 4vw, 68px);
  display: grid;
  position: relative;
}
.brand {
  font-family: var(--font-display), Arial, sans-serif;
  letter-spacing: 0.015em;
  white-space: nowrap;
  align-items: center;
  gap: 0;
  font-size: clamp(20px, 2vw, 29px);
  font-weight: 700;
  display: flex;
}
.brand-wordmark {
  background: var(--orange);
  color: #fff;
  border: 3px solid var(--orange);
  outline-offset: -7px;
  text-align: center;
  outline: 2px solid #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 174px;
  padding: 7px 13px 8px;
  line-height: 0.88;
  display: flex;
}
.brand-wordmark small {
  font-family: var(--font-body), Arial, sans-serif;
  letter-spacing: 0.055em;
  font-size: 13px;
  font-weight: 700;
}
.brand-wordmark strong {
  font-family: var(--font-display), Arial, sans-serif;
  letter-spacing: -0.07em;
  font-size: 25px;
}
nav {
  align-items: center;
  gap: clamp(28px, 4vw, 62px);
  display: flex;
}
nav a {
  padding: 33px 0 29px;
  font-weight: 650;
  position: relative;
}
nav a:after {
  content: "";
  background: var(--orange);
  height: 2px;
  transition: right 0.22s;
  position: absolute;
  bottom: 22px;
  left: 0;
  right: 100%;
}
nav a:hover:after,
nav a:focus-visible:after {
  right: 0;
}
.header-phone {
  color: var(--orange);
  font-family: var(--font-display), Arial, sans-serif;
  border: 2px solid var(--orange);
  justify-self: end;
  align-items: center;
  gap: 10px;
  padding: 10px 15px;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  transition:
    background 0.2s,
    color 0.2s;
  display: flex;
}
.header-phone:hover {
  background: var(--orange);
  color: #fff;
}
.hero {
  grid-template-rows: 1fr 122px;
  grid-template-columns: minmax(390px, 46.5%) 1fr;
  min-height: calc(100svh - 88px);
  display: grid;
  position: relative;
  overflow: hidden;
}
.hero-copy {
  border-top: 10px solid var(--orange);
  flex-direction: column;
  justify-content: center;
  padding: clamp(56px, 8vh, 100px) clamp(36px, 6vw, 94px) 54px;
  animation: 0.65s ease-out both rise;
  display: flex;
}
.eyebrow {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 22px;
  font-size: 13px;
  font-weight: 800;
}
h1 {
  font-family: var(--font-display), Arial, sans-serif;
  letter-spacing: -0.035em;
  margin: 0;
  font-size: clamp(67px, 7.2vw, 118px);
  font-weight: 400;
  line-height: 0.91;
}
h1 span {
  color: var(--orange);
}
.accent-line {
  background: var(--orange);
  width: 74px;
  height: 4px;
  margin: 35px 0 26px;
}
.hero-subline {
  max-width: 530px;
  font-family: var(--font-display), Arial, sans-serif;
  margin: 0;
  font-size: clamp(26px, 2.4vw, 39px);
  font-weight: 650;
  line-height: 1.25;
}
.hero-promise {
  color: #fff;
  background: var(--orange);
  border-left: 7px solid #a8000a;
  align-items: center;
  gap: 16px;
  max-width: 560px;
  margin-top: 30px;
  padding: 18px 20px;
  display: flex;
}
.hero-promise > svg {
  flex: none;
}
.hero-promise > span {
  flex-direction: column;
  gap: 4px;
  display: flex;
}
.hero-promise strong {
  font-family: var(--font-display), Arial, sans-serif;
  font-size: clamp(18px, 1.7vw, 24px);
  line-height: 1.05;
}
.hero-promise small {
  font-size: 14px;
  line-height: 1.4;
}
.hero-actions {
  display: none;
}
.button {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  min-height: 54px;
  padding: 0 20px;
  font-weight: 750;
  display: inline-flex;
}
.button-primary {
  background: var(--orange);
  color: var(--white);
}
.button-secondary {
  border: 1px solid var(--navy);
}
.hero-image {
  background:
    linear-gradient(90deg, #e306131f, #0000 36%),
    url(/images/hero-scaffolding.jpg) 46% / cover no-repeat;
  grid-area: 1/2/3;
  min-height: 650px;
  animation: 0.8s ease-out both reveal;
  position: relative;
}
.hero-image:after {
  content: "";
  pointer-events: none;
  background: linear-gradient(#0000 58%, #6800064d);
  position: absolute;
  inset: 0;
}
.contact-card {
  z-index: 2;
  border-top: 8px solid var(--orange);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: #fffffff5;
  border-radius: 0;
  grid-template-columns: 1fr 1fr;
  min-height: 160px;
  display: grid;
  position: absolute;
  bottom: 55px;
  left: clamp(28px, 5vw, 76px);
  right: clamp(28px, 5vw, 76px);
  overflow: hidden;
  box-shadow: 0 18px 48px #07182340;
}
.contact-action {
  align-items: center;
  gap: 19px;
  padding: 28px 34px;
  transition:
    background 0.2s,
    transform 0.2s;
  display: flex;
}
.contact-action:hover {
  background: #fff1f2;
}
.contact-action + .contact-action {
  border-left: 1px solid #dadada;
}
.contact-icon {
  color: var(--orange);
  flex: none;
}
.contact-action span:last-child {
  flex-direction: column;
  display: flex;
}
.contact-action small {
  color: var(--orange);
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 800;
}
.contact-action strong {
  font-family: var(--font-display), Arial, sans-serif;
  font-size: clamp(22px, 2vw, 31px);
  line-height: 1.1;
}
.contact-action em {
  color: var(--navy-soft);
  margin-top: 5px;
  font-size: 13px;
  font-style: normal;
}
.trust-strip {
  background: var(--orange);
  grid-area: 2/1;
  grid-template-columns: repeat(3, 1fr);
  align-items: stretch;
  display: grid;
}
.trust-strip div {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  display: flex;
}
.trust-strip div + div {
  border-left: 1px solid #ffffff61;
}
.trust-strip span {
  color: #fff;
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
}
.section-shell {
  padding: 120px clamp(24px, 6vw, 96px);
}
.section-kicker {
  color: var(--orange);
  text-transform: uppercase;
  letter-spacing: 0.15em;
  margin: 0 0 16px;
  font-size: 13px;
  font-weight: 800;
}
.section-intro {
  grid-template-columns: 1fr 1fr;
  align-items: end;
  column-gap: 70px;
  max-width: 1260px;
  margin: 0 auto 58px;
  display: grid;
}
.section-intro .section-kicker {
  grid-column: 1/-1;
}
h2 {
  font-family: var(--font-display), Arial, sans-serif;
  letter-spacing: -0.025em;
  margin: 0;
  font-size: clamp(45px, 5vw, 76px);
  line-height: 0.98;
}
.section-intro > p:last-child,
.contact-heading > p:last-child {
  color: var(--navy-soft);
  margin: 0;
  font-size: 18px;
  line-height: 1.75;
}
.services {
  background: #fff;
}
.visit-banner {
  color: #fff;
  background: var(--orange);
  grid-template-columns: auto 1.2fr 1fr auto;
  align-items: center;
  gap: 32px;
  max-width: 1260px;
  margin: 0 auto 48px;
  padding: 34px 38px;
  display: grid;
}
.visit-label {
  text-transform: uppercase;
  letter-spacing: 0.08em;
  white-space: nowrap;
  border: 2px solid #fff;
  padding: 9px 12px;
  font-size: 12px;
  font-weight: 800;
}
.visit-copy h3 {
  font-family: var(--font-display), Arial, sans-serif;
  margin: 0 0 8px;
  font-size: clamp(23px, 2.4vw, 34px);
  line-height: 1.05;
}
.visit-copy p {
  color: #ffffffe0;
  margin: 0;
  line-height: 1.55;
}
.visit-steps {
  gap: 8px;
  display: grid;
}
.visit-steps span {
  align-items: center;
  gap: 10px;
  font-weight: 700;
  display: flex;
}
.visit-steps b {
  width: 25px;
  height: 25px;
  color: var(--orange);
  background: #fff;
  place-items: center;
  font-size: 13px;
  display: grid;
}
.visit-banner > a {
  white-space: nowrap;
  border-bottom: 2px solid #fff;
  padding-bottom: 5px;
  font-weight: 800;
}
.service-grid {
  border-top: 5px solid var(--orange);
  border-bottom: 1px solid var(--line);
  grid-template-columns: repeat(4, 1fr);
  max-width: 1260px;
  margin: auto;
  display: grid;
}
.service-grid article {
  padding: 38px 28px 42px;
}
.service-grid article + article {
  border-left: 1px solid var(--line);
}
.service-grid article > span {
  color: var(--orange);
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 15px;
  font-weight: 800;
}
.service-grid h3 {
  font-family: var(--font-display), Arial, sans-serif;
  margin: 25px 0 14px;
  font-size: 25px;
  line-height: 1;
}
.service-grid p {
  color: var(--navy-soft);
  margin: 0;
  line-height: 1.65;
}
.about {
  background: var(--orange);
  min-height: 650px;
  color: var(--white);
  grid-template-columns: 44% 56%;
  display: grid;
  overflow: hidden;
}
.about-pattern {
  background:
    linear-gradient(#e306130a, #58000533),
    url(/images/hero-scaffolding.jpg) 46% / cover no-repeat;
  min-height: 650px;
  position: relative;
}
.about-pattern:after {
  content: "";
  background: linear-gradient(90deg, transparent 68%, var(--orange));
  position: absolute;
  inset: 0;
}
.about-content {
  align-self: center;
  max-width: 800px;
  padding: 90px clamp(38px, 7vw, 112px) 90px clamp(30px, 5vw, 78px);
}
.about .section-kicker {
  color: #fff;
}
.about-content h2 {
  max-width: 650px;
}
.about-content > p:not(.section-kicker) {
  color: #ffffffe0;
  max-width: 660px;
  margin: 28px 0 38px;
  font-size: 18px;
  line-height: 1.8;
}
.about-points {
  border-block: 1px solid #ffffff2e;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: 36px;
  padding: 24px 0;
  display: grid;
}
.about-points div {
  flex-direction: column;
  gap: 5px;
  display: flex;
}
.about-points div + div {
  border-left: 1px solid #ffffff2e;
  padding-left: 22px;
}
.about-points strong {
  color: #fff;
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 20px;
}
.about-points span {
  color: #ffffffc7;
  font-size: 13px;
}
.text-link {
  color: #fff;
  border-bottom: 2px solid #fff;
  align-items: center;
  gap: 16px;
  padding-bottom: 7px;
  font-weight: 750;
  display: inline-flex;
}
.text-link span {
  color: #fff;
  font-size: 24px;
}
.contact-section {
  background: #f4f4f4;
  grid-template-columns: 0.82fr 1.18fr;
  align-items: center;
  gap: clamp(45px, 7vw, 110px);
  display: grid;
}
.contact-heading > p:last-child {
  max-width: 500px;
  margin-top: 24px;
}
.contact-panel {
  gap: 14px;
  display: grid;
}
.contact-tile {
  background: #fff;
  border: 1px solid #17171733;
  align-items: center;
  gap: 24px;
  min-height: 145px;
  padding: 28px 34px;
  transition:
    transform 0.2s,
    box-shadow 0.2s;
  display: flex;
}
.contact-tile:hover {
  transform: translateY(-3px);
  box-shadow: 0 14px 28px #10283b1a;
}
.contact-tile > svg {
  color: var(--orange);
  flex: none;
}
.contact-tile span {
  flex-direction: column;
  display: flex;
}
.contact-tile small {
  text-transform: uppercase;
  color: var(--orange);
  letter-spacing: 0.12em;
  font-weight: 800;
}
.contact-tile strong {
  font-family: var(--font-display), Arial, sans-serif;
  margin: 4px 0;
  font-size: clamp(28px, 3vw, 41px);
}
.contact-tile em {
  color: var(--navy-soft);
  font-style: normal;
}
.primary-tile {
  background: var(--orange);
  color: var(--white);
  border-color: var(--orange);
}
.primary-tile > svg,
.primary-tile small,
.primary-tile em {
  color: var(--white);
}
footer {
  background: var(--orange);
  color: #fff;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
  min-height: 150px;
  padding: 36px clamp(24px, 6vw, 96px);
  display: grid;
}
.footer-brand {
  align-items: center;
  gap: 18px;
  display: flex;
}
.footer-wordmark {
  border-color: #fff;
  min-width: 132px;
}
.footer-wordmark small {
  font-size: 10px;
}
.footer-wordmark strong {
  font-size: 19px;
}
.footer-brand div {
  flex-direction: column;
  display: flex;
}
.footer-brand strong {
  font-family: var(--font-display), Arial, sans-serif;
  font-size: 21px;
}
.footer-brand span:last-child {
  color: #ffffffc2;
  font-size: 13px;
}
.footer-contact {
  text-align: center;
  color: #ffffffd1;
  flex-direction: column;
  gap: 5px;
  display: flex;
}
.footer-contact a {
  color: #fff;
  font-weight: 800;
}
.footer-top {
  color: #fff;
  border-bottom: 2px solid #fff;
  justify-self: end;
  font-weight: 750;
}
@keyframes rise {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
}
@keyframes reveal {
  0% {
    opacity: 0;
    transform: scale(1.02);
  }
}
@media (width<=980px) {
  .site-header {
    grid-template-columns: 1fr auto;
    min-height: 78px;
  }
  nav {
    display: none;
  }
  .hero {
    grid-template-columns: 1fr 1fr;
    min-height: calc(100svh - 78px);
  }
  .hero-copy {
    padding: 54px 32px;
  }
  .contact-card {
    grid-template-columns: 1fr;
    bottom: 32px;
    left: 22px;
    right: 22px;
  }
  .contact-action {
    padding: 21px 22px;
  }
  .contact-action + .contact-action {
    border-top: 1px solid #e6d4c3;
    border-left: 0;
  }
  .trust-strip {
    grid-column: 1;
  }
  .section-intro {
    grid-template-columns: 1fr;
    gap: 25px;
  }
  .visit-banner {
    grid-template-columns: auto 1fr;
  }
  .visit-steps {
    grid-column: 1/2;
  }
  .visit-banner > a {
    justify-self: start;
  }
  .service-grid {
    grid-template-columns: 1fr 1fr;
  }
  .service-grid article:nth-child(3) {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .service-grid article:nth-child(4) {
    border-top: 1px solid var(--line);
  }
  .about {
    grid-template-columns: 34% 66%;
  }
  .contact-section {
    grid-template-columns: 1fr;
  }
}
@media (width<=720px) {
  .site-header {
    padding: 0 18px;
    position: sticky;
    top: 0;
  }
  .brand {
    font-size: 19px;
  }
  .brand-wordmark {
    min-width: 140px;
    padding: 7px 10px;
  }
  .brand-wordmark small {
    font-size: 10px;
  }
  .brand-wordmark strong {
    font-size: 20px;
  }
  .header-phone span {
    display: none;
  }
  .header-phone {
    border: 0;
    padding: 10px;
  }
  .hero {
    flex-direction: column;
    min-height: 0;
    display: flex;
  }
  .hero-copy {
    padding: 56px 24px 38px;
  }
  .eyebrow {
    margin-bottom: 17px;
  }
  h1 {
    font-size: clamp(62px, 20vw, 88px);
  }
  .accent-line {
    margin: 28px 0 22px;
  }
  .hero-subline {
    font-size: 27px;
  }
  .hero-promise {
    margin-top: 24px;
    padding: 16px;
  }
  .hero-actions {
    grid-template-columns: 1fr;
    gap: 10px;
    margin-top: 30px;
    display: grid;
  }
  .hero-image {
    background-position: 46%;
    order: 2;
    width: 100%;
    min-height: 460px;
  }
  .contact-card {
    display: none;
  }
  .trust-strip {
    order: 3;
    width: 100%;
    min-height: 105px;
  }
  .trust-strip span {
    font-size: 16px;
  }
  .section-shell {
    padding: 82px 24px;
  }
  .section-intro {
    margin-bottom: 38px;
  }
  .visit-banner {
    grid-template-columns: 1fr;
    gap: 22px;
    padding: 28px 22px;
  }
  .visit-steps {
    grid-column: auto;
  }
  h2 {
    font-size: 48px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-grid article {
    padding: 30px 12px;
  }
  .service-grid article + article {
    border-left: 0;
    border-top: 1px solid var(--line);
  }
  .about {
    display: block;
  }
  .about-pattern {
    min-height: 280px;
  }
  .about-pattern:after {
    background: linear-gradient(180deg, transparent 70%, var(--orange));
  }
  .about-content {
    padding: 20px 24px 80px;
  }
  .about-points {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .about-points div + div {
    border-left: 0;
    padding-left: 0;
  }
  .contact-tile {
    min-height: 130px;
    padding: 24px 20px;
  }
  footer {
    text-align: left;
    grid-template-columns: 1fr;
  }
  .footer-contact {
    text-align: left;
  }
  .footer-top {
    justify-self: start;
  }
}
@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  *,
  :before,
  :after {
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
.footer-legal {
  grid-column: 1/-1;
  width: 100%;
  padding-top: 14px;
  border-top: 1px solid #ffffff8c;
  display: flex;
  justify-content: center;
  gap: 10px;
}
.footer-legal a {
  padding: 7px 13px;
  border: 1px solid #ffffffb8;
  color: #fff;
  font-size: 13px;
  font-weight: 750;
}
.footer-legal a:hover,
.footer-legal a:focus-visible {
  background: #fff;
  color: var(--orange);
}
.legal-page {
  min-height: 100svh;
  background: #f4f4f4;
}
.legal-header {
  min-height: 88px;
  padding: 0 clamp(24px, 6vw, 96px);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  background: var(--orange);
  color: #fff;
}
.legal-header .brand-wordmark {
  border-color: #fff;
}
.legal-back {
  padding-bottom: 4px;
  border-bottom: 2px solid #fff;
  font-weight: 750;
}
.legal-content {
  width: min(900px, calc(100% - 48px));
  margin: 0 auto;
  padding: 72px 0 96px;
}
.legal-content h1 {
  font-size: clamp(48px, 7vw, 82px);
  margin-bottom: 38px;
}
.legal-content h2 {
  margin: 40px 0 12px;
  padding-top: 20px;
  border-top: 1px solid var(--line);
  font-size: clamp(25px, 3vw, 36px);
}
.legal-content p,
.legal-content li {
  color: var(--navy-soft);
  line-height: 1.7;
}
.legal-content a {
  color: var(--orange-dark);
  text-decoration: underline;
}
.legal-content .legal-note {
  padding: 18px 20px;
  border-left: 5px solid var(--orange);
  background: #fff;
  color: var(--navy);
  font-weight: 700;
}
@media (max-width: 720px) {
  .footer-legal {
    justify-content: flex-start;
  }
  .legal-header {
    min-height: 78px;
    padding: 0 18px;
  }
  .legal-header .brand-wordmark {
    min-width: 132px;
  }
  .legal-content {
    width: min(100% - 36px, 900px);
    padding: 54px 0 72px;
  }
}
.contact-tile .contact-email {
  font-size: clamp(20px, 2.1vw, 29px);
  overflow-wrap: anywhere;
}
.brand-logo {
  display: block;
  width: clamp(150px, 15vw, 215px);
  height: auto;
  border: 2px solid #fff;
}
.footer-logo {
  display: block;
  width: 145px;
  height: auto;
  border: 2px solid #fff;
}
@media (max-width: 720px) {
  .brand-logo {
    width: 146px;
  }
}
.site-header {
  background: #d8181a;
  border-bottom: 1px solid #ffffff61;
  color: #fff;
}
.brand-logo {
  border: 0;
}
nav a:after {
  background: #fff;
}
.header-phone {
  color: #fff;
  border-color: #fff;
}
.header-phone:hover {
  background: #fff;
  color: #d8181a;
}
