/* Redesign A: shared presentation for the English and Spanish pages. */
:root {
  --primer: #f6f4ee;
  --ink: #142a38;
  --ink-soft: #4b5d66;
  --tape: #206aaf;
  --tape-dark: #17518a;
  --navy: #142a38;
  --chip-line: #d7dedf;
}
html {
  scroll-padding-top: 110px;
}
body {
  font-family: "Work Sans", Arial, sans-serif;
  color: var(--ink);
  font-size: 16px;
  background: var(--primer);
}
a,
button {
  -webkit-tap-highlight-color: transparent;
}
a:focus-visible,
button:focus-visible,
summary:focus-visible {
  outline: 3px solid #e9a63c;
  outline-offset: 5px;
}
.section {
  max-width: 1240px;
  margin: 0 auto;
  padding: 88px 32px;
}
.site-header {
  border-bottom: 1px solid var(--chip-line);
  background: var(--primer);
}
.header-inner {
  max-width: 1240px;
  padding: 12px 32px;
  gap: 20px;
}
.logo-lockup {
  height: 54px;
  width: 216px;
}
.hero {
  background: var(--primer);
  border-bottom: 1px solid var(--chip-line);
}
.hero-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 52px;
  align-items: center;
  padding-top: 48px;
  padding-bottom: 52px;
}
.eyebrow {
  font-family: "IBM Plex Mono", Consolas, monospace;
  letter-spacing: 0.09em;
  font-size: 12px;
  font-weight: 500;
  color: var(--tape-dark);
  margin-bottom: 22px;
}
.hero h1 {
  font-size: clamp(44px, 4.7vw, 68px);
  line-height: 1.09;
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  max-width: 570px;
}
.hero h1 span {
  color: var(--tape);
}
.hero-lead {
  font-size: 18px;
  line-height: 1.75;
  color: var(--ink-soft);
  max-width: 440px;
  margin-top: 24px;
}
.hero-buttons {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 24px;
  margin: 30px 0 0;
}
.btn {
  border: 0;
  border-radius: 3px;
  font-family: inherit;
  font-weight: 600;
  font-size: 16px;
  line-height: 1.4;
  padding: 18px 24px;
  min-height: 56px;
  margin: 0;
  cursor: pointer;
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 18px;
}
.btn-call {
  background: var(--tape);
  color: #fff;
}
.btn-call:hover {
  background: var(--tape-dark);
}
.text-link {
  font-size: 15px;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  gap: 14px;
  align-items: center;
  min-height: 44px;
}
.text-link:hover {
  text-decoration: underline;
}
.hero-photo {
  position: relative;
  margin: 0;
  min-width: 0;
  padding-bottom: 32px;
}
.hero-photo > .photo-link > img {
  width: 100%;
  height: 490px;
  object-fit: cover;
  object-position: 52% 50%;
  border-radius: 3px;
}
.hero-photo figcaption {
  position: absolute;
  bottom: 0;
  left: 24px;
  right: 24px;
  padding: 22px 24px;
  background: var(--navy);
  color: #fff;
  border-left: 5px solid #7abae8;
}
.photo-label {
  display: block;
  font-family: "IBM Plex Mono", monospace;
  font-size: 11px;
  letter-spacing: 0.11em;
  color: #a9ccea;
}
.hero-photo strong {
  display: block;
  font-size: 28px;
  font-weight: 500;
  margin: 2px 0 3px;
}
.hero-photo a {
  color: #fff;
  font-size: 13px;
  text-underline-offset: 4px;
}
@media (max-width: 900px) {
  .hero-layout {
    gap: 30px;
  }
  .hero h1 {
    font-size: 49px;
  }
  .hero-photo > .photo-link > img {
    height: 475px;
  }
  .hero-buttons {
    gap: 14px;
  }
  .section {
    padding: 64px 24px;
  }
  .hero-layout {
    padding-top: 36px;
  }
  .header-inner {
    padding: 10px 24px;
  }
}
@media (max-width: 640px) {
  .section {
    padding: 52px 20px;
  }
  .header-inner {
    padding: 8px 14px;
    gap: 10px;
  }
  .logo-lockup {
    width: 170px;
    height: 43px;
  }
  .header-call {
    display: none;
  }
  .lang-links {
    margin: 0;
  }
  .hero-layout {
    grid-template-columns: 1fr;
    gap: 28px;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .hero h1 {
    font-size: clamp(40px, 10vw, 58px);
    max-width: 530px;
  }
  .eyebrow {
    font-size: 11px;
    margin-bottom: 16px;
  }
  .hero-lead {
    font-size: 16px;
    margin-top: 20px;
  }
  .hero-buttons {
    margin-top: 24px;
  }
  .hero-photo > .photo-link > img {
    height: 300px;
  }
  .hero-photo figcaption {
    left: 16px;
    right: 16px;
    padding: 14px 18px;
  }
  .hero-photo strong {
    font-size: 23px;
  }
}
@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  -webkit-text-size-adjust: 100%;
}
body {
  line-height: 1.65;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
a {
  color: var(--tape-dark);
  text-underline-offset: 4px;
}
[hidden] {
  display: none !important;
}
.display,
h2 {
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-weight: 400;
  line-height: 1.14;
  letter-spacing: 0.01em;
}
h2 {
  font-size: clamp(34px, 3.3vw, 46px);
}
h3 {
  line-height: 1.35;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  top: -100px;
  left: 16px;
  z-index: 100;
  background: var(--navy);
  color: white;
  padding: 12px 18px;
}
.skip-link:focus {
  top: 10px;
}
.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
}
.header-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: auto;
}
.wordmark {
  display: flex;
  flex-shrink: 0;
}
.header-actions {
  display: flex;
  gap: 18px;
  align-items: center;
}
.lang-links {
  display: flex;
  gap: 2px;
  border: 1px solid #bdc8cd;
  border-radius: 3px;
  padding: 3px;
}
.lang-links a {
  text-decoration: none;
  font-size: 13px;
  padding: 6px 9px;
  color: var(--ink);
  min-height: 36px;
  display: flex;
  align-items: center;
}
.lang-links a.active {
  background: var(--navy);
  color: white;
  border-radius: 2px;
}
.main-nav {
  display: flex;
  gap: 8px;
}
.main-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 10px 16px;
  border: 1px solid var(--chip-line);
  border-radius: 6px;
  background: #fff;
  color: var(--ink);
  font-size: 14px;
  font-weight: 500;
  white-space: nowrap;
  text-decoration: none;
  transition:
    background-color 0.15s,
    border-color 0.15s,
    color 0.15s;
}
.main-nav a:hover,
.main-nav a:focus-visible {
  background: #e8eff5;
  border-color: #91b2ce;
  color: var(--tape-dark);
  text-decoration: none;
}
.main-nav a:active {
  background: #dbe7f1;
}
.header-call {
  background: var(--tape);
  color: #fff;
  text-decoration: none;
  padding: 12px 18px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: 600;
  white-space: nowrap;
}
.section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 48px;
  margin-bottom: 32px;
}
.section-heading > p {
  max-width: 450px;
  color: var(--ink-soft);
  font-size: 16px;
}
.section-heading .eyebrow,
.section-head .eyebrow {
  margin-bottom: 12px;
}
.service-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.service-card {
  background: #fff;
  border: 1px solid var(--chip-line);
  border-radius: 3px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.service-card > .photo-link > img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
.service-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
}
.service-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
}
.service-card p {
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
.service-card a {
  margin-top: auto;
  font-size: 14px;
}
.service-help {
  font-size: 15px;
  text-align: center;
  margin-top: 28px;
  color: var(--ink-soft);
}
.service-help a {
  font-weight: 600;
}
.process {
  background: #e9eef0;
  border-top: 1px solid var(--chip-line);
  border-bottom: 1px solid var(--chip-line);
}
.film {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
}
.frame {
  margin: 0;
  min-width: 0;
}
.frame > .photo-link > img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 3px;
}
.frame figcaption {
  position: relative;
  padding: 20px 0 0;
}
.frame h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.frame p {
  font-size: 14px;
  color: var(--ink-soft);
}
.process-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #c7d2d7;
}
.process-bottom p {
  font-size: 16px;
  max-width: 620px;
  color: var(--ink-soft);
}
.btn-outline {
  background: transparent;
  color: var(--ink);
  border: 1px solid #82949c;
  white-space: nowrap;
}
.btn-outline:hover {
  background: #fff;
}
.section-head {
  margin-bottom: 30px;
}
.section-intro {
  max-width: 650px;
  color: var(--ink-soft);
  margin-top: 16px;
}
.gallery-group {
  margin-top: 32px;
}
.gallery-group h3 {
  font-size: 22px;
  margin-bottom: 8px;
}
.gallery-group > p {
  max-width: 650px;
  font-size: 15px;
  color: var(--ink-soft);
  margin-bottom: 20px;
}
.gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}
.gallery figure {
  margin: 0;
  background: white;
  border: 1px solid var(--chip-line);
  border-radius: 3px;
  overflow: hidden;
  min-width: 0;
}
.gallery a {
  display: block;
  overflow: hidden;
}
.gallery img {
  width: 100%;
  height: 245px;
  object-fit: cover;
  transition: transform 0.2s;
}
.gallery a:hover img {
  transform: scale(1.025);
}
.gallery figcaption {
  font-size: 15px;
  font-weight: 500;
  padding: 14px 18px;
}
.gallery-group:nth-of-type(3) .gallery {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.gallery-group:nth-of-type(3) .gallery img {
  height: 300px;
}
.more-work {
  border-top: 1px solid var(--chip-line);
  border-bottom: 1px solid var(--chip-line);
  margin-top: 32px;
}
.more-work summary {
  padding: 22px 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
}
.more-work summary span {
  float: right;
  padding: 0 8px;
  font-size: 20px;
}
.more-work[open] summary span {
  transform: rotate(45deg);
}
.more-work .gallery {
  padding: 0 0 24px;
}
.area {
  background: var(--navy);
  color: #fff;
}
.area-layout {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
}
.area .eyebrow {
  color: #a4d1f1;
}
.area h2 {
  margin-bottom: 24px;
}
.area p {
  font-size: 16px;
  color: #ccd9e1;
}
.area .text-link {
  color: white;
  margin-top: 20px;
}
.area-regions {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.area-regions > div {
  border-bottom: 1px solid #405663;
  padding: 18px 0;
}
.area-regions > div:first-child {
  padding-top: 0;
}
.area-regions h3 {
  font-size: 18px;
  margin-bottom: 8px;
}
.area-regions p {
  font-size: 14px;
  line-height: 1.9;
}
.faq {
  display: grid;
  grid-template-columns: 0.9fr 1.2fr;
  gap: 80px;
}
.faq-heading .eyebrow {
  margin-bottom: 16px;
}
.faq-heading > p:not(.eyebrow) {
  color: var(--ink-soft);
  margin-top: 22px;
}
.faq-heading .text-link {
  margin-top: 10px;
}
.faq-list details {
  border-bottom: 1px solid var(--chip-line);
  padding: 18px 0;
}
.faq-list details:first-child {
  border-top: 1px solid var(--chip-line);
}
.faq-list summary {
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  line-height: 1.6;
}
.faq-list p {
  font-size: 15px;
  color: var(--ink-soft);
  margin-top: 12px;
}
.quote-section {
  background: #e8eff5;
  border-top: 1px solid #cddae4;
}
.quote-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 70px;
  align-items: start;
}
.quote-copy > p:not(.eyebrow) {
  font-size: 17px;
  color: var(--ink-soft);
  margin-top: 22px;
  max-width: 480px;
}
.estimate-steps {
  list-style: none;
  counter-reset: estimate;
  margin-top: 32px;
}
.estimate-steps li {
  counter-increment: estimate;
  position: relative;
  padding: 0 0 25px 54px;
}
.estimate-steps li:before {
  content: counter(estimate);
  position: absolute;
  left: 0;
  top: 0;
  width: 34px;
  height: 34px;
  border: 1px solid #a2b9cc;
  color: var(--tape-dark);
  display: grid;
  place-items: center;
  font-family: "IBM Plex Mono", monospace;
  border-radius: 50%;
  font-size: 13px;
}
.estimate-steps h3 {
  font-size: 17px;
  padding-top: 3px;
}
.estimate-steps p {
  color: var(--ink-soft);
  font-size: 14px;
  margin-top: 6px;
}
.contact-card {
  background: #fff;
  padding: 34px;
  border: 1px solid #c9d7e1;
  border-top: 5px solid var(--tape);
  border-radius: 3px;
  box-shadow: 0 12px 30px #142a3808;
  min-width: 0;
}
.contact-card .contact-person {
  font-size: 13px;
  color: var(--ink-soft);
  margin: -4px 0 16px;
}
.contact-label {
  font-family: "IBM Plex Mono", monospace;
  letter-spacing: 0.08em;
  font-size: 12px;
  color: var(--tape-dark);
}
.contact-card h3 {
  font-size: 21px;
  margin: 14px 0 12px;
  font-weight: 500;
}
.phone-big {
  display: block;
  font-family: "Anton", Impact, "Arial Narrow", sans-serif;
  font-size: clamp(32px, 3.4vw, 43px);
  line-height: 1.3;
  color: var(--ink);
  text-decoration: none;
  white-space: nowrap;
  letter-spacing: 0.01em;
}
.contact-hours {
  font-size: 14px;
  color: var(--ink-soft);
  margin-top: 14px;
}
.contact-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
  margin-top: 22px;
}
.contact-actions .btn {
  font-size: 14px;
  padding: 16px 10px;
  min-width: 0;
}
.btn-dark {
  background: var(--navy);
  color: #fff;
}
.btn-dark:hover {
  background: #294858;
}
.contact-hint {
  font-size: 13px;
  line-height: 1.7;
  color: var(--ink-soft);
  margin-top: 16px;
}
.desktop-contact {
  display: flex;
  align-items: center;
  gap: 18px;
  border-top: 1px solid var(--chip-line);
  padding-top: 24px;
  margin-top: 24px;
}
.desktop-contact img {
  width: 128px;
  height: 128px;
  flex-shrink: 0;
  image-rendering: pixelated;
}
.desktop-contact h4 {
  font-size: 15px;
  margin-bottom: 6px;
}
.desktop-contact p {
  font-size: 13px;
  color: var(--ink-soft);
  line-height: 1.6;
  margin-bottom: 10px;
}
.desktop-contact a,
.copy-number {
  font-size: 13px;
  display: inline-block;
  min-height: 32px;
}
.copy-number {
  font-family: inherit;
  border: 0;
  background: transparent;
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  color: var(--tape-dark);
  margin-left: 12px;
}
.copy-status {
  display: block;
  font-size: 12px;
  color: var(--ink-soft);
  min-height: 1.7em;
}
.mobile-contact {
  display: none;
}
@media (max-width: 1100px) {
  .main-nav {
    gap: 6px;
  }
  .header-actions {
    gap: 12px;
  }
  .logo-lockup {
    width: 190px;
  }
  .quote-layout {
    gap: 36px;
  }
  .contact-card {
    padding: 26px;
  }
  .desktop-contact {
    gap: 10px;
  }
  .desktop-contact img {
    width: 110px;
    height: 110px;
  }
  .service-body {
    padding: 20px;
  }
}
@media (max-width: 980px) {
  .main-nav {
    display: none;
  }
  .section-heading {
    gap: 28px;
  }
  .section-heading > p {
    max-width: 360px;
  }
  .service-grid {
    gap: 16px;
  }
  .service-card > .photo-link > img {
    height: 175px;
  }
  .service-card h3 {
    font-size: 18px;
  }
  .film {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
  }
  .frame > .photo-link > img {
    height: 260px;
  }
  .gallery {
    gap: 16px;
  }
  .gallery img {
    height: 200px;
  }
  .faq,
  .area-layout {
    gap: 40px;
  }
  .quote-layout {
    grid-template-columns: 1fr 1.05fr;
    gap: 28px;
  }
  .contact-card {
    padding: 22px;
  }
  .desktop-contact {
    align-items: flex-start;
    flex-direction: column;
  }
  .desktop-contact img {
    width: 128px;
    height: 128px;
  }
  .contact-actions {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 720px) {
  .section-heading {
    display: block;
  }
  .section-heading > p {
    max-width: 600px;
    margin-top: 20px;
  }
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .service-card > .photo-link > img {
    height: 190px;
  }
  .service-photo:nth-child(3) {
    grid-column: 1/-1;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .service-photo:nth-child(3) > img {
    height: 100%;
    min-height: 250px;
  }
  .service-card:last-child {
    grid-column: 1/-1;
  }
  .process-bottom {
    align-items: flex-start;
    flex-direction: column;
  }
  .area-layout,
  .faq,
  .quote-layout {
    grid-template-columns: 1fr;
    gap: 36px;
  }
  .gallery {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .gallery-group:nth-of-type(3) .gallery img {
    height: 220px;
  }
  .contact-card {
    padding: 28px;
  }
  .contact-actions {
    grid-template-columns: 1fr 1fr;
  }
  .desktop-contact {
    flex-direction: row;
    align-items: center;
    gap: 20px;
  }
  .phone-big {
    font-size: 42px;
  }
}
@media (max-width: 640px) {
  body {
    padding-bottom: calc(76px + env(safe-area-inset-bottom, 0px));
  }
  html {
    scroll-padding-top: 85px;
  }
  .header-call {
    display: none;
  }
  .logo-lockup {
    width: 170px;
    height: 43px;
  }
  .header-actions {
    gap: 0;
  }
  .lang-links a {
    font-size: 12px;
    padding: 5px 8px;
    min-height: 34px;
  }
  .service-grid {
    grid-template-columns: 1fr;
  }
  .service-card > .photo-link > img {
    height: 220px;
  }
  .service-photo:nth-child(3) {
    display: flex;
    grid-column: auto;
  }
  .service-photo:nth-child(3) > img {
    height: 220px;
    min-height: 0;
  }
  .service-body {
    padding: 24px;
  }
  .service-card:last-child {
    grid-column: auto;
  }
  .service-card h3 {
    font-size: 21px;
  }
  .service-card p {
    font-size: 16px;
  }
  .service-card a {
    font-size: 15px;
  }
  .film {
    gap: 22px 16px;
  }
  .frame > .photo-link > img {
    height: 180px;
  }
  .frame h3 {
    font-size: 16px;
  }
  .frame p {
    font-size: 14px;
  }
  .gallery {
    gap: 14px;
  }
  .gallery img {
    height: 175px;
  }
  .gallery figcaption {
    padding: 12px;
    font-size: 14px;
  }
  .gallery-group:nth-of-type(3) .gallery img {
    height: 190px;
  }
  .contact-card {
    padding: 24px;
  }
  .desktop-contact {
    align-items: flex-start;
    gap: 14px;
  }
  .desktop-contact img {
    width: 104px;
    height: 104px;
  }
  .phone-big {
    font-size: 36px;
  }
  .copy-number {
    margin-left: 0;
    margin-right: 12px;
  }
  .desktop-contact a {
    margin-right: 12px;
  }
  .mobile-contact {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 60;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    background: #fff;
    border-top: 1px solid #cdd8df;
    padding: 10px 14px calc(10px + env(safe-area-inset-bottom, 0px));
  }
  .mobile-contact a {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 10px 12px;
    background: var(--tape);
    color: #fff;
    text-decoration: none;
    border-radius: 3px;
    font-weight: 600;
    font-size: 14px;
  }
  .mobile-contact a + a {
    background: var(--navy);
  }
  .faq-heading h2 br {
    display: none;
  }
  .contact-card h3 {
    font-size: 20px;
  }
}
@media (max-width: 380px) {
  .hero-buttons {
    align-items: flex-start;
    flex-direction: column;
    gap: 8px;
  }
  .hero-buttons .btn {
    width: 100%;
  }
  .gallery {
    grid-template-columns: 1fr;
  }
  .gallery img {
    height: 230px;
  }
  .gallery-group:nth-of-type(3) .gallery {
    grid-template-columns: 1fr;
  }
  .contact-card {
    padding: 20px;
  }
  .phone-big {
    font-size: 30px;
  }
  .desktop-contact {
    flex-direction: column;
  }
  .contact-actions {
    grid-template-columns: 1fr;
  }
  .hero h1 {
    font-size: 40px;
  }
}
@media (prefers-reduced-motion: reduce) {
  * {
    scroll-behavior: auto !important;
    transition: none !important;
  }
}
.email-direct {
  font-size: 14px;
  margin-top: 18px;
  color: var(--ink-soft);
}
.email-direct a {
  display: block;
  font-weight: 600;
  overflow-wrap: anywhere;
}
.email-planner {
  margin-top: 20px;
  border-top: 1px solid var(--chip-line);
}
.email-planner > summary {
  font-size: 14px;
  font-weight: 600;
  padding: 18px 0 0;
  cursor: pointer;
  color: var(--tape-dark);
}
#estimate-form {
  padding-top: 16px;
}
#email-explainer {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 16px;
}
#estimate-form label {
  display: block;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 15px;
}
.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
#estimate-form input,
#estimate-form select,
#estimate-form textarea {
  display: block;
  width: 100%;
  min-width: 0;
  margin-top: 6px;
  border: 1px solid #97a9b6;
  border-radius: 3px;
  background: #fff;
  color: var(--ink);
  font-family: inherit;
  font-size: 16px;
  line-height: 1.5;
  padding: 10px;
  min-height: 46px;
}
#estimate-form textarea {
  resize: vertical;
}
#estimate-form input:focus,
#estimate-form select:focus,
#estimate-form textarea:focus {
  outline: 3px solid #7aaad4;
  outline-offset: 2px;
}
#estimate-form .btn {
  width: 100%;
  font-size: 15px;
}
#estimate-form .form-privacy {
  font-size: 12px;
  color: var(--ink-soft);
  margin-top: 12px;
}
.email-result {
  border-top: 1px solid var(--chip-line);
  margin-top: 20px;
  padding-top: 18px;
}
.email-result > p {
  font-size: 13px;
  color: var(--ink-soft);
  margin-bottom: 12px;
}
.email-result .btn {
  margin-bottom: 16px;
}
.email-result label {
  font-size: 13px !important;
  overflow-wrap: anywhere;
}
#estimate-form #draft-text {
  font-size: 14px;
  background: #f5f8fa;
  font-weight: 400;
}
.copy-draft {
  background: none;
  border: 0;
  font: inherit;
  font-size: 14px;
  color: var(--tape-dark);
  cursor: pointer;
  text-decoration: underline;
  text-underline-offset: 4px;
  padding: 8px 0;
}
.draft-copy-status {
  display: block;
  font-size: 12px;
  color: var(--ink-soft);
  margin-bottom: 10px;
}
@media (max-width: 380px) {
  .form-row {
    grid-template-columns: 1fr;
    gap: 0;
  }
}
/* Property professionals: two painting services, followed by the three supporting services. */
.painting-services {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px;
}
.painting-services .service-card > .photo-link > img {
  height: 270px;
}
.support-services {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 24px;
}
.painting-services .service-body,
.support-services .service-body {
  padding: 26px;
}
.painting-services .service-card h3 {
  font-size: 23px;
}
@media (max-width: 720px) {
  .painting-services {
    gap: 18px;
  }
  .painting-services .service-card > .photo-link > img {
    height: 220px;
  }
  .support-services {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .support-services .service-card {
    grid-column: auto;
  }
  .painting-services .service-body,
  .support-services .service-body {
    padding: 22px;
  }
}
@media (max-width: 640px) {
  .painting-services {
    grid-template-columns: 1fr;
  }
  .painting-services .service-card > .photo-link > img {
    height: 230px;
  }
  .hero-photo > .photo-link > img {
    height: 290px;
  }
}
.painting-services .service-card {
  grid-column: auto;
}
.desktop-contact img {
  width: 164px;
  height: 164px;
}
@media (max-width: 640px) {
  .desktop-contact img {
    display: none;
  }
}
