:root {
  color-scheme: light;
  --ink: #31372b;
  --muted: #68705f;
  --paper: #f1eadf;
  --cream: #fbf8f1;
  --sage: #aeb5a2;
  --moss: #414936;
  --clay: #cba68d;
  --focus: #155ea8;
  --measure: 76rem;
  --reading: 48rem;
  --radius: 0.7rem;
  --shadow: 0 0.4rem 1.5rem rgb(49 55 43 / 12%);
}

* { box-sizing: border-box; }
html { background: var(--paper); color: var(--ink); font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; line-height: 1.6; scroll-padding-top: 5.25rem; }
body { margin: 0; }
img { display: block; height: auto; max-width: 100%; }
a { color: inherit; text-decoration-thickness: 0.1em; text-underline-offset: 0.18em; }
a:focus-visible, button:focus-visible, input:focus-visible { outline: 0.2rem solid var(--focus); outline-offset: 0.2rem; }
.visually-hidden { clip: rect(0 0 0 0); clip-path: inset(50%); height: 1px; overflow: hidden; position: absolute; white-space: nowrap; width: 1px; }
h1, h2, h3 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; line-height: 1.08; text-wrap: balance; }
h1 { font-size: clamp(2.4rem, 7vw, 5.2rem); margin: 0; }
h2 { font-size: clamp(1.8rem, 4vw, 3rem); margin-block: 3.5rem 1rem; }
h3 { font-size: clamp(1.25rem, 2.4vw, 1.7rem); }
p { max-width: var(--reading); }

.skip-link { background: #fff; left: 1rem; padding: 0.7rem 1rem; position: fixed; top: -5rem; z-index: 20; }
.skip-link:focus { top: 1rem; }
.preview-banner { background: #6b452f; color: #fff; font-size: 0.85rem; font-weight: 700; padding: 0.55rem 1rem; text-align: center; }
.site-header { align-items: center; background: var(--paper); display: grid; gap: 1.5rem; grid-template-columns: minmax(12rem, 1fr) auto auto; margin-inline: auto; max-width: var(--measure); padding: 1rem 1.5rem; }
.brand { align-items: center; display: flex; gap: 0.7rem; text-decoration: none; }
.brand-mark { height: 3.4rem; object-fit: contain; width: 3.4rem; }
.brand strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.55rem; font-weight: 400; line-height: 1; }
.brand small { display: block; font-size: 0.58rem; letter-spacing: 0.18em; margin-top: 0.35rem; text-transform: uppercase; }
.site-nav > ul, .site-footer ul { display: flex; flex-wrap: wrap; gap: 0.5rem 1.2rem; list-style: none; margin: 0; padding: 0; }
.site-nav > ul > li { position: relative; }
.site-nav a, .site-nav summary { display: inline-block; font-size: 0.84rem; min-height: 2.75rem; padding-block: 0.7rem; text-decoration: none; text-transform: uppercase; }
.site-nav summary { cursor: pointer; list-style: none; }
.site-nav summary::-webkit-details-marker { display: none; }
.site-nav summary::after { content: "⌄"; display: inline-block; margin-left: 0.28rem; transform: translateY(-0.08rem); }
.site-nav details[open] summary::after { transform: rotate(180deg) translateY(0.08rem); }
.site-nav summary:focus-visible { outline: 0.2rem solid var(--focus); outline-offset: 0.2rem; }
.site-nav .nav-submenu { background: var(--cream); border: 1px solid rgb(49 55 43 / 18%); box-shadow: var(--shadow); display: grid; gap: 0; left: -1rem; list-style: none; margin: 0; min-width: 13rem; padding: 0.45rem 1rem; position: absolute; top: calc(100% - 0.25rem); z-index: 10; }
.site-nav .nav-submenu a { display: block; min-height: 2.5rem; padding-block: 0.6rem; white-space: nowrap; }
.button, button { background: var(--moss); border: 0; border-radius: 0.55rem; color: #fff; display: inline-flex; justify-content: center; min-height: 2.75rem; padding: 0.75rem 1.3rem; text-decoration: none; text-transform: uppercase; }
.button-light { background: var(--cream); color: var(--ink); }
button:disabled { cursor: not-allowed; opacity: 0.7; }

.hero { display: grid; grid-template-columns: minmax(18rem, 0.8fr) minmax(22rem, 1.2fr); margin-inline: auto; max-width: var(--measure); min-height: 28rem; overflow: hidden; }
.hero-copy { align-content: center; background: var(--cream); display: grid; min-width: 0; padding: clamp(2rem, 4vw, 3.5rem); }
.hero-copy h1 { font-size: clamp(2.8rem, 4.3vw, 4.1rem); }
.hero-copy > p:last-child { color: var(--muted); font-size: 1.05rem; }
.hero-image { height: 100%; min-width: 0; object-fit: cover; width: 100%; }
.home-hero { grid-template-columns: minmax(20rem, 0.9fr) minmax(24rem, 1.4fr); min-height: 36rem; }
.eyebrow { font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.14em; margin-bottom: 0.8rem; text-transform: uppercase; }

.family-home .site-header { max-width: 82rem; min-height: 5.5rem; }
.family-home .brand-mark { height: 4rem; width: 4rem; }
.family-home .brand strong { font-size: 1.7rem; }
.parity-home-hero { height: clamp(34rem, 49vw, 44rem); overflow: hidden; position: relative; }
.parity-home-hero-image, .parity-home-cta-image { height: 100%; object-fit: cover; width: 100%; }
.parity-home-hero-copy { bottom: clamp(2.5rem, 6vw, 5rem); color: #fff; max-width: 40rem; position: absolute; right: clamp(2rem, 8vw, 8rem); text-align: center; text-shadow: 0 0.12rem 0.75rem rgb(0 0 0 / 60%); }
.parity-home-hero-copy h1 { font-size: clamp(2.8rem, 4.2vw, 4.4rem); margin: 0 0 1rem; }
.parity-home-hero-copy p { font-size: 1.05rem; margin: 0 auto 1.4rem; }
.parity-home-section { margin-inline: auto; max-width: 82rem; padding: clamp(3rem, 7vw, 7rem) clamp(1.5rem, 4vw, 4rem); }
.parity-home-section h2, .parity-home-green h2, .parity-home-cta h2 { margin-top: 0; }
.parity-home-welcome { display: grid; gap: 1.75rem 2.5rem; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.parity-home-welcome h2 { align-self: center; grid-column: 1 / 4; margin: 0; text-align: center; }
.welcome-gardeners { aspect-ratio: 1.4 / 1; border-radius: var(--radius); grid-column: 4 / 8; height: 100%; object-fit: cover; width: 100%; }
.welcome-child { aspect-ratio: 1.65 / 1; border-radius: var(--radius); grid-column: 8 / 13; height: 100%; object-fit: cover; width: 100%; }
.welcome-aerial { aspect-ratio: 2.05 / 1; border-radius: var(--radius); grid-column: 1 / 8; height: 100%; object-fit: cover; width: 100%; }
.welcome-copy { align-self: center; grid-column: 8 / 13; padding-inline: 1rem; }
.welcome-copy p { margin-top: 0; }
.parity-home-green { align-items: center; background: var(--sage); display: grid; gap: clamp(2rem, 6vw, 7rem); grid-template-columns: minmax(18rem, 0.8fr) minmax(24rem, 1.2fr); padding: clamp(4rem, 8vw, 7rem) max(5vw, calc((100vw - 82rem) / 2 + 4rem)); }
.parity-home-green > div { justify-self: end; max-width: 34rem; }
.green-homes-image { aspect-ratio: 1.45 / 1; border-radius: var(--radius); height: 100%; object-fit: cover; width: 100%; }
.parity-home-amenities { align-items: center; display: grid; gap: 2rem; grid-template-columns: repeat(6, minmax(0, 1fr)); }
.amenities-feature-image { aspect-ratio: 1.35 / 1; border-radius: var(--radius); grid-column: 1 / 4; height: 100%; object-fit: cover; width: 100%; }
.amenities-copy { grid-column: 4 / 7; padding-inline: clamp(1rem, 5vw, 4rem); }
.parity-home-amenities figure { grid-column: span 2; margin: 2rem 0 0; }
.amenities-tile { aspect-ratio: 1.45 / 1; border-radius: calc(var(--radius) * 0.75); height: 100%; object-fit: cover; width: 100%; }
.parity-home-amenities figcaption { font-size: 0.75rem; font-weight: 700; padding-top: 0.45rem; text-transform: uppercase; }
.parity-home-cta { color: #fff; height: 34rem; overflow: hidden; position: relative; text-align: center; }
.parity-home-cta::after { background: rgb(15 19 12 / 18%); content: ""; inset: 0; position: absolute; }
.parity-home-cta > div { left: 50%; max-width: 38rem; position: absolute; text-shadow: 0 0.12rem 0.75rem rgb(0 0 0 / 70%); top: 50%; transform: translate(-50%, -50%); width: calc(100% - 3rem); z-index: 1; }
.parity-home-cta h2 { color: #fff; }
.parity-home-updates h2 { margin-top: 0; }
.home-update-grid { display: grid; gap: 2rem; grid-template-columns: repeat(2, minmax(0, 1fr)); max-width: 54rem; }
.home-update-card { border: 1px solid rgb(49 55 43 / 16%); border-radius: calc(var(--radius) * 0.45); overflow: hidden; }
.home-update-image { aspect-ratio: 16 / 9; object-fit: cover; width: 100%; }
.home-update-card h3, .home-update-card p { margin-inline: 1.2rem; }
.home-update-card h3 { margin-bottom: 0.7rem; }
.home-update-card h3 a { text-decoration: none; }
.home-update-card p { font-size: 0.88rem; margin-bottom: 1.4rem; }
.content-shell { background: var(--cream); margin-inline: auto; max-width: var(--measure); padding: clamp(1.5rem, 5vw, 5rem); }
.content-shell > p, .content-shell > h2, .content-shell > h3, .content-shell > blockquote { margin-inline: auto; max-width: var(--reading); }
.capture-notice, .review-note { background: #f7efda; border-left: 0.35rem solid #9a6a43; margin: 0 auto 3rem; max-width: var(--reading); padding: 1rem 1.2rem; }
.capture-notice { font-size: 0.9rem; }
.captured-list-item { padding-left: 1.25rem; position: relative; }
.captured-list-item::before { content: "•"; left: 0; position: absolute; }
blockquote { border-left: 0.25rem solid var(--sage); font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; margin-block: 2rem; padding-left: 1.5rem; }

.intro-panel { margin: 0 auto 2.5rem; max-width: var(--reading); }
.intro-panel h2, .review-note h2 { margin-top: 0; }
.card-grid { display: grid; gap: 1.4rem; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.card { background: #fff; border: 1px solid rgb(49 55 43 / 14%); box-shadow: var(--shadow); overflow: hidden; }
.card-image { aspect-ratio: 4 / 3; object-fit: cover; width: 100%; }
.card-body { padding: 1.25rem; }
.card-body h2 { font-size: 1.45rem; margin: 0.65rem 0; }
.card-body h2 span { display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 0.8rem; margin-top: 0.4rem; }
.card-body p { font-size: 0.9rem; }
.status-chip { background: var(--sage); display: inline-block; font-size: 0.72rem !important; font-weight: 700; letter-spacing: 0.04em; margin: 0; padding: 0.35rem 0.55rem; text-transform: uppercase; }
.text-link { font-weight: 700; }
.review-note { margin-top: 3rem; }
.journal-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.journal-card .card-image { aspect-ratio: 16 / 9; }

.status-panel { background: var(--sage); margin: 0 auto 3rem; max-width: var(--reading); padding: 1.5rem; }
.status-label { font-family: Georgia, "Times New Roman", serif; font-size: 2rem; margin: 0.3rem 0 1.2rem; }
.status-panel dl { display: grid; gap: 0.7rem; grid-template-columns: repeat(3, 1fr); margin: 0; }
.status-panel dl div { background: rgb(255 255 255 / 50%); padding: 0.8rem; }
.status-panel dt { font-size: 0.7rem; font-weight: 700; text-transform: uppercase; }
.status-panel dd { margin: 0.25rem 0 0; overflow-wrap: anywhere; }
.fine-print { font-size: 0.8rem; }

.form-preview { background: var(--paper); margin: 3rem auto; max-width: var(--reading); padding: clamp(1.25rem, 4vw, 2.5rem); }
.form-preview h2 { margin-top: 0; }
.field-grid, .state-grid { display: grid; gap: 1rem; grid-template-columns: repeat(2, minmax(0, 1fr)); margin-block: 1.5rem; }
label { display: grid; font-size: 0.82rem; font-weight: 700; gap: 0.35rem; }
input, select, textarea { background: #fff; border: 1px solid var(--muted); border-radius: 0.2rem; font: inherit; min-height: 2.75rem; padding: 0.65rem; }
textarea { min-height: 7rem; resize: vertical; }
.pending-field-set { background: #fff4d6; border-left: 0.3rem solid #9a6a43; margin-block: 1.5rem; padding: 1rem; }
.service-link { background: var(--sage); margin: 3rem auto 0; max-width: var(--reading); padding: 2rem; }
.service-link h2 { margin-top: 0; }
.state-grid p { background: #fff; font-size: 0.85rem; margin: 0; padding: 0.9rem; }

.site-footer { background: #302f2a; color: #f5f1e7; display: grid; gap: 2rem; grid-template-columns: minmax(20rem, 2fr) minmax(10rem, 0.8fr) minmax(7rem, 0.55fr); margin-inline: auto; max-width: none; padding: clamp(3rem, 5vw, 5rem) max(5vw, calc((100vw - 82rem) / 2 + 4rem)); }
.site-footer h2 { margin-top: 0; }
.site-footer ul { align-content: start; flex-direction: column; }
.site-footer a { font-size: 0.82rem; }
.footer-preview-copy { font-size: 0.78rem; margin-bottom: 0.9rem; }
.newsletter-preview { align-items: end; display: grid; gap: 0.75rem; grid-template-columns: minmax(12rem, 1fr) auto; max-width: 32rem; }
.newsletter-preview input { border: 0; border-radius: 0; }
.newsletter-preview button { border-radius: 0; min-width: 8.5rem; }
.footer-brand { align-items: center; display: flex; gap: 0.7rem; grid-column: 1 / -1; margin-top: 1.5rem; }
.footer-brand-mark { height: 3rem; object-fit: contain; width: 3rem; }
.footer-brand span strong { display: block; font-family: Georgia, "Times New Roman", serif; font-size: 1.4rem; font-weight: 400; line-height: 1; }
.footer-brand span small { display: block; font-size: 0.5rem; letter-spacing: 0.14em; margin-top: 0.25rem; text-transform: uppercase; }
.footer-brand > small { margin-left: 0.6rem; }
.footer-note { border-top: 1px solid rgb(255 255 255 / 25%); font-size: 0.8rem; grid-column: 1 / -1; max-width: none; padding-top: 1rem; }

@media (max-width: 68rem) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-nav { grid-column: 1 / -1; grid-row: 2; }
  .site-nav > ul { justify-content: center; }
}

@media (max-width: 62rem) {
  .hero, .home-hero { grid-template-columns: 1fr; }
  .hero-copy h1 { max-width: 15ch; }
  .hero-image { max-height: 32rem; }
  .parity-home-welcome h2 { grid-column: 1 / 5; }
  .welcome-gardeners { grid-column: 5 / 13; }
  .welcome-child { grid-column: 1 / 6; }
  .welcome-aerial { grid-column: 6 / 13; }
  .welcome-copy { grid-column: 2 / 12; padding-block: 1rem; }
  .parity-home-green { grid-template-columns: 1fr; }
  .parity-home-green > div { justify-self: start; }
  .card-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 38rem) {
  .site-header { padding-inline: 1rem; }
  .brand strong { font-size: 1.25rem; }
  .header-action { font-size: 0.75rem; padding-inline: 0.8rem; }
  .site-nav > ul { gap: 0 0.8rem; }
  .hero { min-height: 0; }
  .hero-copy { padding: 2rem 1.25rem; }
  .parity-home-hero { height: 34rem; }
  .parity-home-hero-copy { bottom: 2rem; left: 1.25rem; right: 1.25rem; }
  .parity-home-hero-copy h1 { font-size: 2.55rem; }
  .parity-home-section { padding: 3rem 1.25rem; }
  .parity-home-welcome { grid-template-columns: 1fr; }
  .parity-home-welcome h2, .welcome-gardeners, .welcome-child, .welcome-aerial, .welcome-copy { grid-column: 1; }
  .parity-home-welcome h2 { text-align: left; }
  .welcome-gardeners, .welcome-child, .welcome-aerial { aspect-ratio: 4 / 3; }
  .welcome-copy { padding-inline: 0; }
  .parity-home-green { gap: 2rem; padding: 3rem 1.25rem; }
  .amenities-feature-image, .amenities-copy { grid-column: 1 / 7; }
  .amenities-copy { padding-inline: 0; }
  .parity-home-amenities figure { grid-column: 1 / 7; margin-top: 0; }
  .parity-home-cta { height: 30rem; }
  .home-update-grid { grid-template-columns: 1fr; }
  .content-shell { padding: 1.25rem; }
  .card-grid, .journal-grid, .field-grid, .state-grid, .site-footer, .status-panel dl { grid-template-columns: 1fr; }
  .footer-brand { grid-column: 1; flex-wrap: wrap; }
  .newsletter-preview { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: 0.01ms !important; }
}

:root {
  --ink: #2a2b26;
  --muted: #5e5f58;
  --paper: #f1ece1;
  --cream: #faf7f0;
  --linen: #e9e2d4;
  --sage: #e4ead9;
  --moss: #3f4d37;
  --garden: #5f7a4b;
  --clay: #9a4f32;
  --line: #c9c1b0;
  --focus: #9a4f32;
  --radius: 0.125rem;
  --shadow: 0 0.7rem 2rem rgb(42 43 38 / 7%);
  --measure: 82rem;
  --reading: 46rem;
}

html {
  background: var(--paper);
  color: var(--ink);
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.6;
}

body { background: var(--paper); min-width: 20rem; }

a {
  color: var(--moss);
  text-decoration-color: currentColor;
  text-underline-offset: 0.22em;
}

a:hover { color: var(--clay); }

h1,
h2,
h3,
.brand strong,
.footer-brand span strong,
.status-label,
.request-decision-intro,
.reliability-summaries strong {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: -0.012em;
}

h1,
h2,
h3 { color: var(--moss); }

h1 { font-size: clamp(2.5rem, 5vw, 4.5rem); line-height: 1.02; text-wrap: pretty; }
h2 { font-size: clamp(1.875rem, 2.8vw, 2.5rem); line-height: 1.05; text-wrap: pretty; }
h3 { font-size: clamp(1.25rem, 1.6vw, 1.375rem); line-height: 1.2; }

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

a:focus-visible,
button:focus-visible,
input:focus-visible,
select:focus-visible,
textarea:focus-visible {
  outline: 2px solid var(--ink);
  outline-offset: 2px;
}

.eyebrow,
.request-kicker,
.status-kicker,
.brand small,
.footer-brand span small {
  color: var(--clay);
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.14em;
}

.preview-banner {
  background: var(--clay);
  font-size: 0.72rem;
  letter-spacing: 0.06em;
}

.site-header {
  background: var(--paper);
  border-bottom: 1px solid var(--line);
  gap: 1.25rem;
  max-width: none;
  padding: 1rem max(1.25rem, calc((100vw - 82rem) / 2));
}

.brand { gap: 0.65rem; }
.brand-mark { height: 3rem; width: 3rem; }
.brand strong { color: var(--ink); font-size: 1.5rem; }
.brand small { margin-top: 0.3rem; }

.site-nav > ul { gap: 0.25rem 1.05rem; }

.site-nav a,
.site-nav summary {
  color: var(--ink);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  padding-inline: 0.05rem;
}

.site-nav a:hover,
.site-nav summary:hover { color: var(--clay); }

.site-nav .nav-submenu {
  background: var(--cream);
  border-color: var(--line);
  border-radius: var(--radius);
  box-shadow: var(--shadow);
  padding: 0.35rem 1rem;
}

.button,
button {
  background: var(--garden);
  border: 1px solid var(--garden);
  border-radius: 0.25rem;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  line-height: 1.2;
  text-transform: uppercase;
  transition: background-color 160ms ease, border-color 160ms ease, color 160ms ease;
}

.button:hover,
button:hover { background: var(--clay); border-color: var(--clay); color: #fff; }

.button-light {
  background: transparent;
  border-color: var(--clay);
  color: var(--clay);
}

.button-light:hover { background: var(--clay); border-color: var(--clay); color: #fff; }

.header-action { justify-self: end; }

.parity-home-hero {
  height: clamp(32rem, 48vw, 44rem);
  margin-inline: auto;
  max-width: 100rem;
}

.parity-home-hero::after {
  background: linear-gradient(90deg, rgb(23 30 20 / 66%), rgb(23 30 20 / 20%) 64%, transparent);
  content: "";
  inset: 0;
  pointer-events: none;
  position: absolute;
}

.parity-home-hero-copy {
  left: max(1.5rem, calc((100% - 82rem) / 2));
  max-width: 34rem;
  right: auto;
  text-align: left;
  z-index: 1;
}

.parity-home-hero-copy h1 { color: #fff; font-size: clamp(3rem, 4.7vw, 4.8rem); }
.parity-home-hero-copy p { font-family: Georgia, "Times New Roman", serif; font-size: 1.2rem; line-height: 1.4; }

.parity-home-section { max-width: 82rem; }

.parity-home-welcome h2,
.parity-home-green h2,
.parity-home-amenities h2,
.parity-home-updates h2 { color: var(--moss); }

.parity-home-green {
  background: var(--sage);
  gap: clamp(2rem, 5vw, 6rem);
}

.green-homes-image,
.welcome-gardeners,
.welcome-child,
.welcome-aerial,
.amenities-feature-image,
.amenities-tile,
.home-update-image { border-radius: var(--radius); }

.parity-home-amenities figcaption {
  color: var(--muted);
  font-size: 0.7rem;
  letter-spacing: 0.08em;
}

.parity-home-cta::after { background: rgb(21 29 18 / 42%); }
.parity-home-cta h2 { color: #fff; }

.home-update-card,
.card {
  background: var(--cream);
  border-color: var(--line);
  border-radius: var(--radius);
  box-shadow: none;
}

.home-update-card h3 a,
.card-body h2 a { color: var(--moss); }

.content-shell {
  background: var(--cream);
  max-width: 82rem;
}

.capture-notice,
.review-note,
.pending-field-set {
  background: var(--linen);
  border-left-color: var(--clay);
}

blockquote { border-left-color: var(--clay); color: var(--moss); }

.status-panel,
.service-link {
  background: var(--sage);
  border-radius: var(--radius);
}

.status-panel dl div,
.state-grid p { background: var(--cream); }

.form-preview { background: var(--linen); }

input,
select,
textarea {
  background: var(--cream);
  border-color: var(--line);
  border-radius: var(--radius);
}

.site-footer {
  background: var(--moss);
  border-top: 0.35rem solid var(--clay);
  padding-block: clamp(3rem, 5vw, 5rem);
}

.site-footer a { color: #f5f1e7; }
.site-footer a:hover { color: #fff; }

@media (max-width: 68rem) {
  .site-header { padding-inline: 1.25rem; }
}

@media (max-width: 38rem) {
  .site-header { gap: 0.75rem; }
  .brand-mark { height: 2.65rem; width: 2.65rem; }
  .parity-home-hero-copy { left: 1.25rem; right: 1.25rem; }
  .parity-home-hero-copy h1 { font-size: clamp(2.75rem, 13vw, 3.45rem); }
}
