:root {
  --yellow: #f4c400;
  --yellow-strong: #ddb200;
  --yellow-soft: #fff5bf;
  --ink: #171717;
  --charcoal: #252525;
  --graphite: #3f4143;
  --gray-700: #5d6062;
  --gray-500: #85888a;
  --gray-300: #d8dad8;
  --gray-200: #e8e9e6;
  --gray-100: #f4f4f1;
  --white: #ffffff;
  --danger: #a82424;
  --success: #1f6b40;
  --shadow-sm: 0 12px 30px rgba(23, 23, 23, 0.08);
  --shadow-lg: 0 28px 70px rgba(23, 23, 23, 0.16);
  --container: 1180px;
  --header-height: 82px;
  --radius-sm: 4px;
  --radius-md: 8px;
  --transition: 180ms ease;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height) + 24px);
}

body {
  margin: 0;
  background: var(--white);
  color: var(--ink);
  font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body.nav-open {
  overflow: hidden;
}

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

img {
  height: auto;
}

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

button,
a {
  -webkit-tap-highlight-color: transparent;
}

a {
  color: inherit;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.18em;
}

button {
  color: inherit;
}

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

h1,
h2,
h3 {
  line-height: 1.08;
  text-wrap: balance;
}

h1,
h2 {
  letter-spacing: -0.045em;
}

h3 {
  letter-spacing: -0.02em;
}

::selection {
  background: var(--yellow);
  color: var(--ink);
}

:focus-visible {
  outline: 3px solid var(--yellow);
  outline-offset: 4px;
}

.container {
  width: min(calc(100% - 40px), var(--container));
  margin-inline: auto;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.skip-link {
  position: fixed;
  top: 12px;
  left: 12px;
  z-index: 9999;
  transform: translateY(-160%);
  padding: 10px 16px;
  background: var(--yellow);
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
  transition: transform var(--transition);
}

.skip-link:focus {
  transform: translateY(0);
}

.eyebrow {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 18px;
  color: var(--graphite);
  font-size: 0.76rem;
  font-weight: 850;
  letter-spacing: 0.14em;
  line-height: 1.25;
  text-transform: uppercase;
}

.eyebrow::before {
  width: 34px;
  height: 4px;
  background: var(--yellow);
  content: "";
  flex: 0 0 auto;
}

.eyebrow--light {
  color: rgba(255, 255, 255, 0.76);
}

.button {
  display: inline-flex;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 21px;
  border: 2px solid transparent;
  border-radius: var(--radius-sm);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.015em;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: transform var(--transition), box-shadow var(--transition), background-color var(--transition), border-color var(--transition), color var(--transition);
}

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

.button--primary {
  background: var(--yellow);
  color: var(--ink);
  box-shadow: 0 10px 0 rgba(23, 23, 23, 0.07);
}

.button--primary:hover {
  background: #ffcf00;
  box-shadow: 0 12px 24px rgba(23, 23, 23, 0.13);
}

.button--secondary {
  border-color: var(--ink);
  background: transparent;
  color: var(--ink);
}

.button--secondary:hover {
  background: var(--ink);
  color: var(--white);
}

.button--secondary svg,
.mobile-cta svg {
  width: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.button--light {
  background: var(--white);
  color: var(--ink);
}

.button--light:hover {
  background: var(--yellow);
}

.button--header {
  min-height: 44px;
  padding: 11px 17px;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.82rem;
}

.text-link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 10px;
  color: var(--ink);
  font-weight: 800;
  text-decoration: none;
}

.text-link span {
  transition: transform var(--transition);
}

.text-link:hover span {
  transform: translateX(4px);
}

.utility-bar {
  position: relative;
  z-index: 1002;
  background: var(--ink);
  color: var(--white);
  font-size: 0.78rem;
}

.utility-bar__inner {
  display: flex;
  min-height: 38px;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.utility-bar p {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: rgba(255, 255, 255, 0.82);
  font-weight: 650;
  letter-spacing: 0.015em;
}

.utility-bar p span {
  width: 7px;
  height: 7px;
  background: var(--yellow);
}

.utility-bar__contact {
  display: flex;
  align-items: center;
  gap: 18px;
}

.utility-bar__contact a {
  color: var(--white);
  font-weight: 750;
  text-decoration: none;
}

.utility-bar__contact a:hover {
  color: var(--yellow);
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 1px solid rgba(23, 23, 23, 0.1);
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
}

.site-header__inner {
  display: flex;
  min-height: var(--header-height);
  align-items: center;
  gap: 24px;
}

.brand {
  display: inline-flex;
  min-width: 0;
  align-items: center;
  color: var(--ink);
  text-decoration: none;
}

.brand__logo {
  display: block;
  width: 84px;
  max-width: none;
  height: auto;
  flex: 0 0 auto;
}

.primary-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: clamp(14px, 1.7vw, 25px);
  margin-left: auto;
}

.primary-nav a {
  position: relative;
  padding-block: 9px;
  color: var(--charcoal);
  font-size: 0.82rem;
  font-weight: 750;
  text-decoration: none;
  white-space: nowrap;
}

.primary-nav a::after {
  position: absolute;
  right: 0;
  bottom: 3px;
  left: 0;
  height: 3px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0);
  transform-origin: right;
  transition: transform var(--transition);
}

.primary-nav a:hover::after,
.primary-nav a:focus-visible::after {
  transform: scaleX(1);
  transform-origin: left;
}

.nav-toggle {
  display: none;
  width: 46px;
  height: 44px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-left: auto;
  border: 1px solid var(--gray-300);
  border-radius: var(--radius-sm);
  background: var(--white);
  cursor: pointer;
}

.nav-toggle > span:not(.sr-only) {
  width: 20px;
  height: 2px;
  background: var(--ink);
  transition: transform var(--transition), opacity var(--transition);
}

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

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

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

.hero {
  position: relative;
  overflow: hidden;
  padding: clamp(70px, 8vw, 120px) 0 clamp(82px, 9vw, 130px);
  background:
    linear-gradient(100deg, rgba(255, 255, 255, 0.97) 0 59%, rgba(244, 244, 241, 0.98) 59%),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(23, 23, 23, 0.025) 54px 55px);
}

.hero::before {
  position: absolute;
  top: -180px;
  left: -130px;
  width: 420px;
  height: 420px;
  border: 70px solid rgba(244, 196, 0, 0.14);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.hero__grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(380px, 0.92fr);
  align-items: center;
  gap: clamp(48px, 7vw, 95px);
}

.hero__content h1 {
  max-width: 12.5ch;
  margin-bottom: 25px;
  font-size: clamp(3.1rem, 5.7vw, 5.75rem);
  font-weight: 900;
}

.hero__lead {
  max-width: 690px;
  margin-bottom: 32px;
  color: var(--graphite);
  font-size: clamp(1.05rem, 1.3vw, 1.2rem);
  line-height: 1.7;
}

.hero__actions {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 13px;
}

.hero__proof {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 23px;
  margin: 30px 0 0;
  padding: 0;
  color: var(--graphite);
  font-size: 0.86rem;
  font-weight: 700;
  list-style: none;
}

.hero__proof li {
  display: flex;
  align-items: center;
  gap: 7px;
}

.hero__proof span {
  display: inline-grid;
  width: 20px;
  height: 20px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-size: 0.74rem;
  font-weight: 900;
}

.hero__visual {
  position: relative;
  padding: 0 18px 18px 0;
}

.hero__visual::before {
  position: absolute;
  top: -16px;
  right: 0;
  width: 32%;
  height: 52%;
  background: var(--yellow);
  content: "";
}

.hero__visual::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 70%;
  height: 18px;
  background: var(--yellow);
  content: "";
}

.hero__image-frame {
  position: relative;
  z-index: 1;
  overflow: hidden;
  border: 1px solid rgba(23, 23, 23, 0.26);
  background: var(--gray-200);
  box-shadow: var(--shadow-lg);
}

.hero__image-frame picture,
.hero__image-frame img {
  width: 100%;
  height: 100%;
}

.hero__image-frame {
  aspect-ratio: 4 / 3;
}

.hero__image-frame img {
  object-fit: cover;
  object-position: center 55%;
}

.service-strip {
  background: var(--ink);
  color: var(--white);
}

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

.service-strip__grid > div {
  display: flex;
  min-height: 108px;
  align-items: center;
  gap: 15px;
  padding: 24px 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.14);
}

.service-strip__grid > div:first-child {
  border-left: 1px solid rgba(255, 255, 255, 0.14);
}

.service-strip svg {
  width: 35px;
  height: 35px;
  flex: 0 0 auto;
  fill: none;
  stroke: var(--yellow);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2.1;
}

.service-strip span {
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.01em;
}

.section {
  padding: clamp(84px, 9vw, 126px) 0;
}

.section-heading {
  margin-bottom: 48px;
}

.section-heading h2,
.seasonal-content h2,
.area-content h2,
.quote-intro h2 {
  margin-bottom: 0;
  font-size: clamp(2.45rem, 4.4vw, 4.45rem);
  font-weight: 900;
}

.section-heading--split {
  display: grid;
  grid-template-columns: minmax(0, 1.05fr) minmax(300px, 0.65fr);
  align-items: end;
  gap: clamp(35px, 8vw, 110px);
}

.section-heading--split > div:last-child > p,
.section-heading--split > p {
  margin-bottom: 0;
  color: var(--graphite);
  font-size: 1.05rem;
}

.section-heading--center {
  max-width: 850px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.section-heading--center .eyebrow {
  justify-content: center;
}

.section--concrete {
  position: relative;
  overflow: hidden;
  background: var(--white);
}

.section--concrete::after {
  position: absolute;
  top: 180px;
  right: -130px;
  width: 270px;
  height: 270px;
  border: 45px solid var(--gray-100);
  content: "";
  transform: rotate(16deg);
  pointer-events: none;
}

.service-card-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.service-card {
  position: relative;
  min-height: 294px;
  padding: 30px 27px;
  border: 1px solid var(--gray-200);
  background: var(--gray-100);
  transition: border-color var(--transition), background-color var(--transition), transform var(--transition), box-shadow var(--transition);
}

.service-card::before {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 5px;
  background: var(--yellow);
  content: "";
  transform: scaleX(0.28);
  transform-origin: left;
  transition: transform var(--transition);
}

.service-card:hover {
  border-color: var(--gray-300);
  background: var(--white);
  box-shadow: var(--shadow-sm);
  transform: translateY(-5px);
}

.service-card:hover::before {
  transform: scaleX(1);
}

.service-card__icon {
  display: grid;
  width: 48px;
  height: 48px;
  place-items: center;
  margin-bottom: 27px;
  background: var(--yellow);
}

.service-card__icon svg {
  width: 30px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.9;
}

.service-card h3 {
  margin-bottom: 13px;
  font-size: 1.25rem;
  font-weight: 850;
}

.service-card p {
  margin-bottom: 0;
  color: var(--graphite);
  font-size: 0.94rem;
}

.concrete-showcase {
  position: relative;
  z-index: 1;
  margin-top: 22px;
  overflow: hidden;
  border: 1px solid var(--gray-300);
  background: var(--gray-100);
}

.concrete-showcase::after {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 24%;
  height: 10px;
  background: var(--yellow);
  content: "";
}

.concrete-showcase picture,
.concrete-showcase img {
  width: 100%;
}

.concrete-showcase img {
  max-height: 465px;
  object-fit: cover;
}

.section--seasonal {
  position: relative;
  overflow: hidden;
  background: var(--ink);
  color: var(--white);
}

.section--seasonal::before {
  position: absolute;
  top: 0;
  right: 0;
  width: 32%;
  height: 100%;
  background:
    linear-gradient(rgba(255, 255, 255, 0.03), rgba(255, 255, 255, 0.03)),
    repeating-linear-gradient(135deg, transparent 0 26px, rgba(255, 255, 255, 0.025) 26px 27px);
  content: "";
}

.seasonal-grid {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(340px, 0.82fr) minmax(0, 1fr);
  align-items: center;
  gap: clamp(50px, 8vw, 105px);
}

.seasonal-visual {
  position: relative;
  padding: 0 0 18px 18px;
}

.seasonal-visual::before {
  position: absolute;
  top: 18px;
  bottom: 0;
  left: 0;
  width: 18px;
  background: var(--yellow);
  content: "";
}

.seasonal-visual::after {
  position: absolute;
  right: 18px;
  bottom: 0;
  left: 0;
  height: 18px;
  background: var(--yellow);
  content: "";
}

.seasonal-visual picture {
  position: relative;
  z-index: 1;
  display: block;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  background: var(--graphite);
}

.seasonal-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.seasonal-content h2 {
  max-width: 9.5ch;
  margin-bottom: 23px;
  color: var(--white);
}

.seasonal-content__lead {
  max-width: 680px;
  margin-bottom: 34px;
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.04rem;
}

.seasonal-card {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 20px;
  padding: 24px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
}

.seasonal-card:nth-of-type(2) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.seasonal-card__icon {
  display: grid;
  width: 52px;
  height: 52px;
  place-items: center;
  background: var(--yellow);
}

.seasonal-card__icon svg {
  width: 31px;
  fill: none;
  stroke: var(--ink);
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.seasonal-card h3 {
  margin-bottom: 8px;
  color: var(--white);
  font-size: 1.18rem;
  font-weight: 850;
}

.seasonal-card p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.67);
  font-size: 0.94rem;
}

.seasonal-content .button {
  margin-top: 31px;
}

.section--properties {
  padding-top: clamp(70px, 7vw, 98px);
  padding-bottom: clamp(70px, 7vw, 98px);
  background: var(--yellow);
}

.section--properties .eyebrow::before {
  background: var(--ink);
}

.section--properties .section-heading {
  max-width: 930px;
  margin-bottom: 42px;
}

.section-heading__lead {
  max-width: 790px;
  margin: 22px auto 0;
  color: rgba(23, 23, 23, 0.74);
  font-size: 1rem;
  font-weight: 650;
}

.property-type-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 2px solid var(--ink);
  border-bottom: 2px solid var(--ink);
}

.property-type-grid > div {
  min-height: 164px;
  padding: 24px 22px;
  border-right: 1px solid rgba(23, 23, 23, 0.38);
}

.property-type-grid > div:last-child {
  border-right: 0;
}

.property-type-grid span {
  display: block;
  margin-bottom: 20px;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.property-type-grid h3 {
  margin-bottom: 9px;
  font-size: 1.02rem;
  font-weight: 900;
  line-height: 1.2;
}

.property-type-grid p {
  margin-bottom: 0;
  color: rgba(23, 23, 23, 0.72);
  font-size: 0.79rem;
  font-weight: 720;
  line-height: 1.45;
}

.section--process {
  background: var(--white);
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: process;
}

.process-grid li {
  position: relative;
  min-height: 270px;
  padding: 29px 25px 25px;
  border-top: 1px solid var(--gray-300);
  border-right: 1px solid var(--gray-300);
  border-bottom: 1px solid var(--gray-300);
}

.process-grid li:first-child {
  border-left: 1px solid var(--gray-300);
}

.process-grid li::after {
  position: absolute;
  right: -7px;
  top: 52px;
  z-index: 1;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.process-grid li:last-child::after {
  display: none;
}

.process-grid > li > span {
  display: block;
  margin-bottom: 42px;
  color: var(--yellow-strong);
  font-size: 0.8rem;
  font-weight: 900;
  letter-spacing: 0.12em;
}

.process-grid h3 {
  margin-bottom: 11px;
  font-size: 1.18rem;
  font-weight: 850;
}

.process-grid p {
  margin-bottom: 0;
  color: var(--graphite);
  font-size: 0.91rem;
}

.section--projects {
  background: var(--gray-100);
}

.project-grid {
  display: grid;
  grid-auto-rows: 285px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.project-shot {
  position: relative;
  overflow: hidden;
  min-width: 0;
  padding: 0;
  border: 0;
  background: var(--gray-300);
  cursor: zoom-in;
}

.project-shot--wide {
  grid-column: span 2;
}

.project-shot::after {
  position: absolute;
  inset: 0;
  border: 0 solid var(--yellow);
  content: "";
  pointer-events: none;
  transition: border-width var(--transition), background-color var(--transition);
}

.project-shot::before {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 2;
  display: grid;
  width: 42px;
  height: 42px;
  place-items: center;
  border-radius: 50%;
  background: rgba(23, 23, 23, 0.9);
  color: var(--white);
  content: "+";
  font-size: 1.45rem;
  font-weight: 350;
  opacity: 0;
  transform: translateY(8px);
  transition: opacity var(--transition), transform var(--transition), background-color var(--transition), color var(--transition);
}

.project-shot:hover::after,
.project-shot:focus-visible::after {
  border-width: 7px;
  background: rgba(23, 23, 23, 0.04);
}

.project-shot:hover::before,
.project-shot:focus-visible::before {
  background: var(--yellow);
  color: var(--ink);
  opacity: 1;
  transform: translateY(0);
}

.project-shot picture,
.project-shot img {
  width: 100%;
  height: 100%;
}

.project-shot img {
  object-fit: cover;
  transition: transform 450ms ease;
}

.project-shot:hover img {
  transform: scale(1.025);
}

.project-shot:nth-child(1) img {
  object-position: center;
}

.project-shot:nth-child(2) img {
  object-position: center 54%;
}

.project-shot:nth-child(3) img {
  object-position: center;
}

.project-shot:nth-child(4) img {
  object-position: center 52%;
}

.section--reviews {
  background: var(--white);
}

.review-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
  max-width: 1000px;
  margin-inline: auto;
}

.review-card {
  position: relative;
  min-height: 345px;
  margin-bottom: 0;
  padding: 42px 42px 37px;
  border: 1px solid var(--gray-200);
  background: var(--gray-100);
}

.review-card::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 82px;
  height: 7px;
  background: var(--yellow);
  content: "";
}

.review-card__mark {
  display: block;
  height: 44px;
  margin-bottom: 7px;
  color: var(--yellow-strong);
  font-family: Georgia, serif;
  font-size: 4.7rem;
  line-height: 1;
}

.review-card > p {
  margin-bottom: 32px;
  font-size: 1.1rem;
  font-weight: 650;
  line-height: 1.65;
}

.review-card footer {
  display: flex;
  flex-direction: column;
  gap: 2px;
  margin-top: auto;
}

.review-card strong {
  font-size: 0.92rem;
  font-weight: 850;
}

.review-card footer span {
  color: var(--gray-700);
  font-size: 0.82rem;
}

.section--area {
  overflow: hidden;
  background: var(--charcoal);
  color: var(--white);
}

.area-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(340px, 0.72fr);
  align-items: center;
  gap: clamp(55px, 9vw, 120px);
}

.area-content .eyebrow {
  color: rgba(255, 255, 255, 0.7);
}

.area-content h2 {
  max-width: 11ch;
  margin-bottom: 25px;
}

.area-content > p:not(.eyebrow) {
  max-width: 700px;
  margin-bottom: 29px;
  color: rgba(255, 255, 255, 0.69);
  font-size: 1.03rem;
}

.area-list {
  display: flex;
  flex-wrap: wrap;
  gap: 9px;
}

.area-list span {
  padding: 8px 13px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  background: rgba(255, 255, 255, 0.04);
  color: rgba(255, 255, 255, 0.83);
  font-size: 0.81rem;
  font-weight: 720;
}

.area-graphic {
  position: relative;
  aspect-ratio: 1 / 1;
}

.area-graphic__ring {
  position: absolute;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}

.area-graphic__ring::before,
.area-graphic__ring::after {
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--yellow);
  content: "";
}

.area-graphic__ring--one {
  inset: 7%;
}

.area-graphic__ring--one::before {
  top: 17%;
  right: 4%;
}

.area-graphic__ring--one::after {
  bottom: 8%;
  left: 20%;
}

.area-graphic__ring--two {
  inset: 22%;
}

.area-graphic__ring--two::before {
  top: 4%;
  left: 28%;
}

.area-graphic__ring--two::after {
  right: 5%;
  bottom: 25%;
}

.area-graphic__ring--three {
  inset: 36%;
  border-color: rgba(244, 196, 0, 0.58);
}

.area-graphic__ring--three::before {
  top: 50%;
  left: -5px;
  transform: translateY(-50%);
}

.area-graphic__ring--three::after {
  display: none;
}

.area-graphic__center {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: 86px;
  height: 86px;
  place-items: center;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  transform: translate(-50%, -50%);
}

.area-graphic__center span {
  font-size: 1.05rem;
  font-weight: 950;
  letter-spacing: 0.1em;
}

.quote-section {
  padding: clamp(86px, 9vw, 130px) 0;
  background: var(--gray-100);
}

.quote-layout {
  display: grid;
  grid-template-columns: minmax(340px, 0.8fr) minmax(0, 1.2fr);
  align-items: stretch;
  box-shadow: var(--shadow-lg);
}

.quote-intro {
  position: relative;
  overflow: hidden;
  padding: clamp(38px, 5vw, 64px);
  background: var(--yellow);
  color: var(--ink);
}

.quote-intro::after {
  position: absolute;
  right: -85px;
  bottom: -85px;
  width: 250px;
  height: 250px;
  border: 48px solid rgba(23, 23, 23, 0.09);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.quote-intro .eyebrow::before {
  background: var(--ink);
}

.quote-intro h2 {
  position: relative;
  z-index: 1;
  max-width: 10ch;
  margin-bottom: 25px;
  font-size: clamp(3.15rem, 4.1vw, 3.9rem);
}

.quote-intro > p:not(.eyebrow) {
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
  font-weight: 620;
}

.quote-intro__contact {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin-bottom: 31px;
}

.quote-intro__contact a {
  display: flex;
  flex-direction: column;
  padding: 15px 17px;
  border: 1px solid rgba(23, 23, 23, 0.25);
  background: rgba(255, 255, 255, 0.34);
  text-decoration: none;
  transition: background-color var(--transition), transform var(--transition);
}

.quote-intro__contact a:hover {
  background: var(--white);
  transform: translateX(4px);
}

.quote-intro__contact span {
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.quote-intro__contact strong {
  overflow-wrap: anywhere;
  font-size: 1rem;
  font-weight: 900;
}

.quote-intro ul {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.quote-intro li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 0.88rem;
  font-weight: 750;
}

.quote-intro li::before {
  content: "✓";
  font-weight: 950;
}

.quote-form-wrap {
  background: var(--white);
}

.quote-form {
  padding: clamp(34px, 5vw, 64px);
}

.form-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--gray-200);
}

.form-heading h3 {
  margin-bottom: 0;
  font-size: 1.42rem;
  font-weight: 900;
}

.form-heading p {
  margin-bottom: 0;
  color: var(--gray-700);
  font-size: 0.77rem;
}

.form-heading p span,
.field label > span:not(.optional),
.service-choice legend span,
.consent strong {
  color: var(--danger);
}

.field label .optional {
  color: var(--gray-700);
  font-size: 0.71rem;
  font-weight: 650;
}

.form-status {
  display: none;
  margin-bottom: 22px;
  padding: 12px 15px;
  border-left: 4px solid var(--danger);
  background: #fff0f0;
  color: #731616;
  font-size: 0.88rem;
  font-weight: 700;
}

.form-status.is-visible {
  display: block;
}

.field-grid {
  display: grid;
  gap: 20px;
}

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

.field-grid--align-start {
  align-items: start;
}

.field,
.service-choice,
.contact-choice {
  margin: 0 0 22px;
  padding: 0;
  border: 0;
}

.field label,
.service-choice legend,
.contact-choice legend {
  display: block;
  margin-bottom: 7px;
  color: var(--ink);
  font-size: 0.79rem;
  font-weight: 850;
  letter-spacing: 0.02em;
}

.field input,
.field select,
.field textarea {
  width: 100%;
  border: 1px solid var(--gray-300);
  border-radius: 2px;
  background: var(--white);
  color: var(--ink);
  transition: border-color var(--transition), box-shadow var(--transition), background-color var(--transition);
}

.field input,
.field select {
  min-height: 49px;
  padding: 10px 12px;
}

.field textarea {
  min-height: 150px;
  padding: 12px;
  resize: vertical;
}

.field input[type="file"] {
  height: auto;
  padding: 10px;
  background: var(--gray-100);
  font-size: 0.78rem;
}

.field input:hover,
.field select:hover,
.field textarea:hover {
  border-color: var(--gray-500);
}

.field input:focus,
.field select:focus,
.field textarea:focus {
  border-color: var(--ink);
  outline: 0;
  box-shadow: 0 0 0 3px rgba(244, 196, 0, 0.3);
}

.field input[aria-invalid="true"],
.field select[aria-invalid="true"],
.field textarea[aria-invalid="true"] {
  border-color: var(--danger);
  background: #fffafa;
}

.field small {
  display: block;
  margin-top: 6px;
  color: var(--gray-700);
  font-size: 0.73rem;
}

.service-choice {
  margin-bottom: 24px;
}

.service-policy {
  margin: 0 0 12px;
  padding: 10px 12px;
  border-left: 4px solid var(--yellow);
  background: var(--gray-100);
  color: var(--gray-700);
  font-size: 0.76rem;
  font-weight: 680;
  line-height: 1.5;
}

.service-policy.is-residential {
  background: var(--yellow-soft);
  color: var(--ink);
}

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

.service-choice label {
  position: relative;
  display: flex;
  min-height: 48px;
  align-items: center;
  cursor: pointer;
}

.service-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.service-choice label span {
  display: flex;
  width: 100%;
  min-height: 48px;
  align-items: center;
  padding: 10px 11px 10px 40px;
  border: 1px solid var(--gray-300);
  background: var(--white);
  color: var(--graphite);
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.3;
  transition: border-color var(--transition), background-color var(--transition), color var(--transition);
}

.service-choice label span::before {
  position: absolute;
  top: 50%;
  left: 13px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  border: 1px solid var(--gray-500);
  content: "";
  transform: translateY(-50%);
}

.service-choice input:checked + span {
  border-color: var(--ink);
  background: var(--yellow-soft);
  color: var(--ink);
}

.service-choice input:checked + span::before {
  border-color: var(--ink);
  background: var(--yellow);
  content: "✓";
  font-size: 0.73rem;
  font-weight: 950;
}

.service-choice input:focus-visible + span {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}

.service-choice label.is-disabled {
  cursor: not-allowed;
}

.service-choice label.is-disabled span {
  border-color: var(--gray-200);
  background: var(--gray-100);
  color: var(--gray-500);
  opacity: 0.72;
}

.service-choice label.is-disabled span::before {
  border-color: var(--gray-300);
  background: var(--gray-200);
}

.service-choice.is-invalid .service-choice__grid {
  padding: 8px;
  border: 1px solid var(--danger);
}

.contact-choice {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  gap: 9px;
}

.contact-choice legend {
  width: 100%;
}

.contact-choice label {
  cursor: pointer;
}

.contact-choice input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
}

.contact-choice span {
  display: inline-flex;
  min-height: 39px;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid var(--gray-300);
  color: var(--graphite);
  font-size: 0.78rem;
  font-weight: 750;
}

.contact-choice input:checked + span {
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.contact-choice input:focus-visible + span {
  outline: 3px solid var(--yellow);
  outline-offset: 2px;
}

.consent {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin: 2px 0 27px;
  cursor: pointer;
}

.consent input {
  width: 18px;
  height: 18px;
  margin: 3px 0 0;
  accent-color: var(--yellow-strong);
  flex: 0 0 auto;
}

.consent span {
  color: var(--gray-700);
  font-size: 0.75rem;
  line-height: 1.5;
}

.form-submit-row {
  display: flex;
  align-items: center;
  gap: 22px;
}

.button--submit {
  min-width: 76px;
  border-color: var(--ink);
  background: var(--ink);
  color: var(--white);
}

.button--submit:hover {
  background: var(--yellow);
  color: var(--ink);
}

.button--submit:disabled {
  cursor: wait;
  opacity: 0.65;
  transform: none;
}

.form-submit-row p {
  margin-bottom: 0;
  color: var(--gray-700);
  font-size: 0.76rem;
}

.form-submit-row a {
  color: var(--ink);
  font-weight: 800;
}

.form-honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.site-footer {
  padding: 54px 0 28px;
  background: var(--ink);
  color: var(--white);
}

.site-footer__top {
  display: grid;
  grid-template-columns: minmax(220px, 0.65fr) minmax(280px, 1fr) minmax(260px, 0.8fr);
  align-items: center;
  gap: 38px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.14);
}

.brand--footer {
  color: var(--white);
}

.brand--footer .brand__logo {
  width: 104px;
}

.site-footer__top > p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.62);
  font-size: 0.88rem;
}

.site-footer__contact {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 5px;
}

.site-footer__contact a {
  color: var(--white);
  font-weight: 800;
  overflow-wrap: anywhere;
  text-decoration: none;
}

.site-footer__contact a:hover {
  color: var(--yellow);
}

.site-footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
  padding-top: 25px;
}

.site-footer__bottom p {
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.46);
  font-size: 0.72rem;
}

.site-footer__bottom nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 18px;
}

.site-footer__bottom nav a {
  color: rgba(255, 255, 255, 0.68);
  font-size: 0.72rem;
  font-weight: 700;
  text-decoration: none;
}

.site-footer__bottom nav a:hover {
  color: var(--yellow);
}

.mobile-cta {
  display: none;
}

.lightbox {
  width: min(94vw, 1180px);
  max-height: 92vh;
  padding: 0;
  border: 0;
  background: var(--ink);
  box-shadow: var(--shadow-lg);
}

.lightbox::backdrop {
  background: rgba(0, 0, 0, 0.84);
  backdrop-filter: blur(3px);
}

.lightbox img {
  width: 100%;
  max-height: 88vh;
  object-fit: contain;
}

.lightbox__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 2;
  display: grid;
  width: 43px;
  height: 43px;
  place-items: center;
  border: 0;
  border-radius: 50%;
  background: var(--yellow);
  color: var(--ink);
  font-size: 1.65rem;
  line-height: 1;
  cursor: pointer;
}

.thanks-page {
  min-height: 100vh;
  background:
    linear-gradient(120deg, rgba(255,255,255,0.97), rgba(244,244,241,0.97)),
    repeating-linear-gradient(90deg, transparent 0 54px, rgba(23,23,23,0.03) 54px 55px);
}

.thanks-main {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 35px;
  padding: 40px 20px;
}

.brand--thanks {
  align-self: center;
}

.brand--thanks .brand__logo {
  width: min(48vw, 180px);
}

.thanks-card {
  width: min(100%, 720px);
  padding: clamp(38px, 7vw, 72px);
  border-top: 8px solid var(--yellow);
  background: var(--white);
  box-shadow: var(--shadow-lg);
  text-align: center;
}

.thanks-card__check {
  display: grid;
  width: 72px;
  height: 72px;
  place-items: center;
  margin: 0 auto 25px;
  border-radius: 50%;
  background: var(--yellow);
  font-size: 1.5rem;
  font-weight: 950;
}

.thanks-card .eyebrow {
  justify-content: center;
}

.thanks-card h1 {
  margin-bottom: 22px;
  font-size: clamp(2.5rem, 6vw, 4.6rem);
  font-weight: 900;
}

.thanks-card > p:not(.eyebrow) {
  max-width: 560px;
  margin: 0 auto 31px;
  color: var(--graphite);
}

.thanks-card > p a {
  font-weight: 850;
}

.thanks-card__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 12px;
}

.reveal {
  opacity: 1;
  transform: none;
}

.reveal-ready .reveal {
  opacity: 0;
  transform: translateY(18px);
  transition: opacity 650ms ease, transform 650ms ease;
}

.reveal-ready .reveal--delay {
  transition-delay: 110ms;
}

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

@media (max-width: 1120px) {
  .brand__logo {
    width: 80px;
  }

  .primary-nav {
    gap: 14px;
  }

  .primary-nav a {
    font-size: 0.76rem;
  }

  .button--header {
    display: none;
  }

  .hero__grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(330px, 0.9fr);
    gap: 55px;
  }

  .hero__content h1 {
    font-size: clamp(3rem, 5.6vw, 5rem);
  }
}

@media (max-width: 940px) {
  :root {
    --header-height: 72px;
  }

  .utility-bar__contact a:last-child {
    display: none;
  }

  .site-header__inner {
    position: relative;
  }

  .brand__logo {
    width: 76px;
  }

  .nav-toggle {
    display: flex;
  }

  .primary-nav {
    position: fixed;
    top: calc(38px + var(--header-height));
    right: 0;
    bottom: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    gap: 0;
    padding: 22px 20px 110px;
    background: var(--white);
    opacity: 0;
    pointer-events: none;
    transform: translateY(-12px);
    transition: opacity var(--transition), transform var(--transition);
  }

  .primary-nav.is-open {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(0);
  }

  .primary-nav a {
    padding: 18px 5px;
    border-bottom: 1px solid var(--gray-200);
    font-size: 1rem;
  }

  .primary-nav a::after {
    display: none;
  }

  .hero {
    background: var(--white);
  }

  .hero__grid {
    grid-template-columns: 1fr;
  }

  .hero__content {
    max-width: 800px;
  }

  .hero__content h1 {
    max-width: 13ch;
  }

  .hero__visual {
    max-width: 800px;
  }

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

  .seasonal-grid {
    grid-template-columns: minmax(300px, 0.75fr) minmax(0, 1fr);
    gap: 55px;
  }

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

  .property-type-grid > div:nth-child(2) {
    border-right: 0;
  }

  .property-type-grid > div:nth-child(-n+2) {
    border-bottom: 1px solid rgba(23, 23, 23, 0.38);
  }

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

  .process-grid li:nth-child(2) {
    border-right: 1px solid var(--gray-300);
  }

  .process-grid li:nth-child(3) {
    border-left: 1px solid var(--gray-300);
    border-top: 0;
  }

  .process-grid li:nth-child(4) {
    border-top: 0;
  }

  .process-grid li:nth-child(2)::after {
    display: none;
  }

  .area-grid {
    grid-template-columns: minmax(0, 1fr) 320px;
    gap: 50px;
  }

  .quote-layout {
    grid-template-columns: 1fr;
  }

  .quote-intro h2 {
    max-width: 11ch;
  }

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

  .site-footer__top {
    grid-template-columns: 1fr 1fr;
  }

  .site-footer__top > p {
    grid-column: 1 / -1;
    grid-row: 2;
  }
}

@media (max-width: 760px) {
  .container {
    width: min(calc(100% - 32px), var(--container));
  }

  .utility-bar__inner {
    justify-content: center;
  }

  .utility-bar p {
    display: none;
  }

  .utility-bar__contact {
    width: 100%;
    justify-content: center;
  }

  .utility-bar__contact a:first-child::before {
    margin-right: 7px;
    color: var(--yellow);
    content: "Call or text";
    font-weight: 650;
  }

  .brand__logo {
    width: 72px;
  }

  .hero {
    padding-top: 62px;
    padding-bottom: 82px;
  }

  .hero::before {
    width: 310px;
    height: 310px;
    border-width: 50px;
  }

  .hero__grid {
    gap: 48px;
  }

  .hero__content h1 {
    margin-bottom: 21px;
    font-size: clamp(2.75rem, 12.5vw, 4.35rem);
  }

  .hero__lead {
    font-size: 1rem;
  }

  .hero__actions {
    align-items: stretch;
    flex-direction: column;
  }

  .hero__actions .button {
    width: 100%;
  }

  .hero__proof {
    flex-direction: column;
    gap: 10px;
  }

  .hero__visual {
    padding-right: 11px;
    padding-bottom: 11px;
  }

  .hero__visual::before {
    top: -10px;
  }

  .hero__visual::after {
    height: 11px;
  }

  .service-strip__grid {
    grid-template-columns: 1fr;
  }

  .service-strip__grid > div,
  .service-strip__grid > div:first-child {
    min-height: 78px;
    padding: 17px 5px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.14);
    border-left: 0;
  }

  .service-strip__grid > div:last-child {
    border-bottom: 0;
  }

  .section-heading--split {
    grid-template-columns: 1fr;
    align-items: start;
    gap: 25px;
  }

  .section-heading h2,
  .seasonal-content h2,
  .area-content h2,
  .quote-intro h2 {
    font-size: clamp(2.35rem, 10vw, 3.5rem);
  }

  .service-card-grid {
    grid-template-columns: 1fr;
  }

  .service-card {
    min-height: auto;
  }

  .concrete-showcase img {
    min-height: 240px;
    object-fit: cover;
  }

  .seasonal-grid {
    grid-template-columns: 1fr;
  }

  .seasonal-visual {
    max-width: 540px;
  }

  .seasonal-content h2 {
    max-width: 12ch;
  }

  .property-type-grid {
    grid-template-columns: 1fr;
  }

  .property-type-grid > div,
  .property-type-grid > div:nth-child(2) {
    min-height: 112px;
    border-right: 0;
    border-bottom: 1px solid rgba(23, 23, 23, 0.38);
  }

  .property-type-grid > div:last-child {
    border-bottom: 0;
  }

  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid li,
  .process-grid li:nth-child(3),
  .process-grid li:nth-child(4) {
    min-height: auto;
    border-top: 0;
    border-right: 1px solid var(--gray-300);
    border-left: 1px solid var(--gray-300);
  }

  .process-grid li:first-child {
    border-top: 1px solid var(--gray-300);
  }

  .process-grid li::after {
    top: auto;
    right: 50%;
    bottom: -7px;
    display: block;
    transform: translateX(50%);
  }

  .process-grid li:last-child::after {
    display: none;
  }

  .process-grid > li > span {
    margin-bottom: 22px;
  }

  .project-grid {
    grid-auto-rows: 250px;
    grid-template-columns: 1fr;
  }

  .project-shot--wide {
    grid-column: auto;
  }

  .project-shot:nth-child(1) {
    height: 220px;
  }

  .review-grid {
    grid-template-columns: 1fr;
  }

  .review-card {
    min-height: auto;
    padding: 35px 28px;
  }

  .area-grid {
    grid-template-columns: 1fr;
  }

  .area-graphic {
    width: min(100%, 430px);
    margin-inline: auto;
  }

  .quote-intro__contact {
    grid-template-columns: 1fr;
  }

  .field-grid--two,
  .service-choice__grid {
    grid-template-columns: 1fr;
  }

  .form-heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 7px;
  }

  .form-submit-row {
    align-items: stretch;
    flex-direction: column;
  }

  .button--submit {
    width: 100%;
  }

  .site-footer {
    padding-bottom: 92px;
  }

  .site-footer__top {
    grid-template-columns: 1fr;
    align-items: start;
  }

  .site-footer__top > p {
    grid-column: auto;
    grid-row: auto;
  }

  .site-footer__contact {
    align-items: flex-start;
  }

  .site-footer__bottom {
    align-items: flex-start;
    flex-direction: column;
  }

  .site-footer__bottom nav {
    justify-content: flex-start;
  }

  .mobile-cta {
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1200;
    display: grid;
    grid-template-columns: 0.8fr 1.2fr;
    min-height: 62px;
    border-top: 1px solid rgba(23, 23, 23, 0.14);
    box-shadow: 0 -10px 30px rgba(23, 23, 23, 0.15);
  }

  .mobile-cta a {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    background: var(--white);
    color: var(--ink);
    font-size: 0.84rem;
    font-weight: 850;
    text-decoration: none;
  }

  .mobile-cta a:last-child {
    background: var(--yellow);
  }

  .mobile-cta svg {
    width: 17px;
  }

  .lightbox {
    width: 96vw;
  }
}

@media (max-width: 480px) {
  .container {
    width: min(calc(100% - 26px), var(--container));
  }

  .site-header__inner {
    gap: 10px;
  }

  .brand__logo {
    width: 68px;
  }

  .hero__content h1 {
    font-size: clamp(2.6rem, 13vw, 3.65rem);
  }

  .section {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .quote-form,
  .quote-intro {
    padding: 30px 22px;
  }

  .quote-intro__contact strong {
    font-size: 0.88rem;
  }

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

  .contact-choice label,
  .contact-choice span {
    width: 100%;
    justify-content: center;
  }

  .thanks-card {
    padding: 38px 24px;
  }

  .thanks-card__actions {
    flex-direction: column;
  }
}

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

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
  }

  .reveal {
    opacity: 1;
    transform: none;
  }
}
