:root {
  --red: #d71920;
  --red-dark: #a90f15;
  --black: #08090a;
  --black-raised: #111214;
  --white: #ffffff;
  --off-white: #f7f6f3;
  --ink: #111214;
  --muted: #66676a;
  --line: #d8d5cf;
  --line-dark: #353638;
  --serif: "Cormorant Garamond", Georgia, serif;
  --sans: "Montserrat", Arial, sans-serif;
  --content: 1400px;
  --section-space: clamp(4rem, 6vw, 6.5rem);
  --radius: 3px;
  --focus: 0 0 0 3px rgba(215, 25, 32, 0.32);
  --shadow: 0 20px 48px rgba(17, 18, 20, 0.09);
  --transition: 180ms ease;
}

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

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  overflow-x: hidden;
  background: var(--white);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

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

a,
button {
  transition: color var(--transition), background-color var(--transition), border-color var(--transition), transform var(--transition);
}

a:focus-visible,
button:focus-visible {
  outline: none;
  box-shadow: var(--focus);
}

.skip-link {
  position: fixed;
  top: 0.75rem;
  left: 0.75rem;
  z-index: 100;
  padding: 0.75rem 1rem;
  transform: translateY(-180%);
  background: var(--white);
  color: var(--black);
  font-size: 0.875rem;
  font-weight: 700;
}

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

.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;
}

.button {
  min-height: 52px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1.75rem;
  padding: 0.85rem 1.4rem;
  border: 1px solid transparent;
  border-radius: var(--radius);
  font-size: 0.82rem;
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

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

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

.button-red:hover {
  background: #ed252c;
}

.button-black {
  min-width: 220px;
  background: var(--black);
  color: var(--white);
}

.button-black:hover {
  background: #202124;
}

.text-link {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.25rem;
  padding-block: 0.6rem;
  border-bottom: 1px solid currentColor;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}

.text-link:hover {
  color: var(--red);
}

.text-link-light {
  color: #ed252c;
  border: none;
  padding: 14px 20px;
  border-radius: 4px;
  background-color: #ffffff;
}

.eyebrow {
  display: block;
  margin-bottom: 0.8rem;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.site-header {
  position: relative;
  z-index: 30;
  min-height: 102px;
  display: grid;
  grid-template-columns: minmax(220px, 0.8fr) minmax(560px, 1.5fr) minmax(220px, 0.8fr);
  align-items: center;
  gap: 2rem;
  padding-inline: clamp(1.5rem, 4vw, 4.5rem);
  background: var(--white);
}

.site-header::after {
  content: "";
  position: absolute;
  inset: 0 0 0 auto;
  z-index: -1;
  width: clamp(270px, 26vw, 430px);
  background: var(--black);
  clip-path: polygon(34% 0, 100% 0, 100% 100%, 58% 100%);
}

.brand {
  width: min(210px, 100%);
  height: 74px;
  display: flex;
  align-items: center;
}

.brand img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left center;
}

.main-nav {
  min-height: 102px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: clamp(1.25rem, 2vw, 2.6rem);
}

.main-nav a {
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
  font-size: 0.78rem;
  font-weight: 700;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  white-space: nowrap;
}

.main-nav a:hover,
.main-nav a.active {
  color: var(--red);
  border-color: var(--red);
}

.header-cta {
  justify-self: end;
  min-width: 220px;
}

.menu-toggle {
  display: none;
}

.hero {
  position: relative;
  min-height: 650px;
  overflow: hidden;
  background: var(--black);
  color: var(--white);
}

.hero-copy {
  position: relative;
  z-index: 7;
  width: min(540px, 42%);
  padding: clamp(4.5rem, 7vw, 6.5rem) 0 9rem clamp(2rem, 8vw, 9rem);
}

.hero-kicker {
  margin: 0 0 0.8rem;
  color: var(--red);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.hero h1 {
  margin: 0;
  font: 600 clamp(4.5rem, 5.8vw, 5.65rem) / 0.9 var(--serif);
  letter-spacing: 0;
}

.hero h1 em {
  display: inline-block;
  color: var(--red);
  font-weight: 500;
}

.hero-rule {
  width: min(360px, 86%);
  height: 1px;
  margin: 2rem 0 1.25rem;
  background: #7f8082;
}

.hero-summary {
  margin: 0;
  color: #e4e4e4;
  font-size: 0.92rem;
  line-height: 1.75;
}

.hero-actions {
  display: flex;
  align-items: center;
  gap: 2rem;
  margin-top: 2rem;
}

.hero-media {
  position: absolute;
  inset: 0 7.5% 0 38%;
  z-index: 2;
  overflow: hidden;
  clip-path: polygon(13% 0, 100% 0, 100% 100%, 0 100%, 7% 48%);
}

.hero-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 48% center;
}

.hero-red-arc {
  position: absolute;
  z-index: 3;
  top: -2%;
  right: -7%;
  width: 18%;
  height: 108%;
  border-radius: 54% 0 0 54%;
  background: var(--red);
}

.hero-index {
  position: absolute;
  z-index: 8;
  top: 25%;
  right: 4.2%;
  height: 43%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  font: 600 1rem / 1 var(--serif);
}

.hero-index i {
  width: 1px;
  height: 68%;
  background: linear-gradient(to bottom, var(--red) 0 58%, var(--white) 58% 80%, transparent 80%);
}

.hero-note {
  position: absolute;
  z-index: 8;
  bottom: 0;
  left: 0;
  width: 32%;
  min-height: 112px;
  display: flex;
  align-items: center;
  gap: 1.25rem;
  padding: 1.5rem 3rem 1.5rem clamp(2rem, 8vw, 9rem);
  border-top: 1px solid var(--red);
  border-right: 1px solid var(--red);
  border-radius: 0 100% 0 0;
}

.hero-note-mark {
  color: var(--red);
  font-size: 1.8rem;
}

.hero-note p {
  margin: 0;
  font-size: 0.75rem;
  line-height: 1.55;
  text-transform: uppercase;
}

.hero-seal {
  position: absolute;
  z-index: 10;
  bottom: 110px;
  left: 34.5%;
  width: 150px;
  height: 150px;
  object-fit: contain;
  border-radius: 50%;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.25);
}

.scroll-button {
  position: absolute;
  z-index: 10;
  right: 8.5%;
  bottom: 2rem;
  width: 56px;
  height: 56px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  background: var(--white);
  color: var(--black);
  font-size: 1.2rem;
}

.services-section {
  position: relative;
  min-height: 500px;
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(0, 2.5fr);
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: var(--section-space) max(4vw, calc((100vw - var(--content)) / 2));
  overflow: hidden;
  background: var(--off-white);
}

.services-section::before,
.services-section::after {
  content: "";
  position: absolute;
  width: 360px;
  height: 360px;
  border-radius: 50%;
  background: rgba(232, 230, 225, 0.62);
}

.services-section::before {
  left: -230px;
  bottom: -40px;
}

.services-section::after {
  right: -250px;
  top: -40px;
}

.section-intro {
  position: relative;
  z-index: 2;
}

.section-intro h2,
.about-heading h2,
.cta-heading h2 {
  margin: 0;
  font: 600 clamp(2.7rem, 3.8vw, 3.8rem) / 0.98 var(--serif);
  letter-spacing: 0;
}

.section-intro h2 em,
.about-heading h2 em {
  color: var(--red);
  font-style: normal;
  font-weight: 500;
}

.services-intro .text-link {
  margin-top: 3rem;
}

.service-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: clamp(1rem, 1.6vw, 1.75rem);
}

.service-card {
  min-width: 0;
  overflow: hidden;
  border: 1px solid #ebe8e3;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.service-photo {
  width: 100%;
  height: 180px;
  object-fit: cover;
  object-position: center;
}

.service-card:nth-child(1) .service-photo,
.service-card:nth-child(3) .service-photo {
  object-position: center;
}

.service-content {
  position: relative;
  min-height: 205px;
  padding: 2.3rem 1.4rem 1.5rem;
}

.service-icon {
  position: absolute;
  top: -32px;
  left: 1.25rem;
  width: 64px;
  height: 64px;
  display: grid;
  place-items: center;
  border: 6px solid var(--white);
  border-radius: 50%;
  background-color: var(--white);
  color: var(--red);
  font-size: 1.5rem;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

.service-content h3 {
  margin: 0 0 0.75rem;
  font-size: 0.82rem;
  line-height: 1.35;
  text-transform: uppercase;
}

.service-content p {
  margin: 0;
  color: #393a3d;
  font-size: 0.88rem;
  line-height: 1.65;
}

.card-arrow {
  position: absolute;
  right: 1.25rem;
  bottom: 1rem;
  font-size: 1.25rem;
}

.card-arrow:hover {
  color: var(--red);
  transform: translateX(4px);
}

.about-band {
  position: relative;
  min-height: 400px;
  display: grid;
  grid-template-columns: minmax(330px, 0.9fr) minmax(300px, 0.8fr) minmax(390px, 1.15fr);
  grid-template-rows: minmax(230px, 1fr) auto;
  overflow: visible;
  background: var(--black);
  color: var(--white);
}

.about-portrait-wrap {
  position: relative;
  grid-row: 1 / 3;
  overflow: visible;
}

.about-petals {
  position: absolute;
  bottom: -20%;
  left: 3%;
  width: 43%;
  height: 82%;
  object-fit: contain;
  object-position: left bottom;
}

.about-portrait {
  position: absolute;
  z-index: 2;
  bottom: 0;
  right: -25%;
  width: 96%;
  height: 115%;
  object-fit: cover;
  object-position: 23% center;
}

.about-heading {
  align-self: end;
  padding: 3.2rem 2rem 2rem 1.5rem;
}

.about-heading h2 {
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #5b5c60;
}

.about-copy {
  align-self: end;
  padding: 3.2rem clamp(3rem, 7vw, 8rem) 2.2rem 2rem;
}

.about-copy p {
  margin: 0;
  color: #e2e2e2;
  font-size: 0.88rem;
  line-height: 1.75;
}

.stats {
  position: relative;
  z-index: 3;
  grid-column: 2 / 4;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  min-height: 128px;
  padding: 1.25rem clamp(3rem, 6vw, 6.5rem) 1.25rem 1.5rem;
  border-top: 1px solid var(--line-dark);
}

.stat {
  display: grid;
  grid-template-columns: 44px auto;
  grid-template-rows: auto auto;
  align-items: center;
  column-gap: 0.9rem;
  padding-inline: 1rem;
  border-right: 1px solid var(--line-dark);
}

.stat:last-child {
  border-right: 0;
}

.stat-icon {
  grid-row: 1 / 3;
  width: 44px;
  height: 44px;
  display: grid;
  place-items: center;
  color: var(--red);
  font-size: 2rem;
}

.stat b {
  font: 600 2.2rem / 1 var(--serif);
}

.stat > span:last-child {
  font-size: 0.76rem;
  font-weight: 600;
  line-height: 1.35;
  text-transform: uppercase;
}

.about-flower {
  position: absolute;
  right: -1.5rem;
  bottom: -9rem;
  width: 230px;
  height: 350px;
  object-fit: contain;
  opacity: 0.11;
  filter: grayscale(1) brightness(2.6);
}

.testimonials {
  position: relative;
  min-height: 360px;
  display: grid;
  grid-template-columns: minmax(260px, 0.72fr) minmax(0, 2.4fr);
  align-items: center;
  gap: clamp(2.5rem, 5vw, 6rem);
  padding: var(--section-space) max(4vw, calc((100vw - var(--content)) / 2));
  overflow: hidden;
  background: var(--off-white);
}

.testimonials::before {
  content: "";
  position: absolute;
  top: -120px;
  left: -170px;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: rgba(232, 230, 225, 0.7);
}

.testimonial-controls {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
}

.testimonial-controls button {
  width: 48px;
  height: 48px;
  border: 1px solid #bbb9b5;
  border-radius: 50%;
  background: var(--white);
  color: var(--ink);
  cursor: pointer;
}

.testimonial-controls button:hover,
.testimonial-controls button.active {
  border-color: var(--red);
  background: var(--red);
  color: var(--white);
}

.review-grid {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: clamp(1.25rem, 2vw, 2rem);
}

.review-card {
  position: relative;
  min-height: 235px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 2.6rem 1.75rem 1.5rem;
  border: 1px solid #efede8;
  border-radius: var(--radius);
  background: var(--white);
  box-shadow: var(--shadow);
}

.quote-mark {
  position: absolute;
  top: 0.45rem;
  left: 1.5rem;
  color: var(--red);
  font: 600 3.25rem / 1 var(--serif);
}

.review-card blockquote {
  margin: 0;
  color: var(--muted);
  font-size: 0.9rem;
  line-height: 1.75;
}

.review-footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
}

.review-footer > div {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
}

.review-footer strong {
  font-size: 0.8rem;
}

.stars {
  color: var(--red);
  font-size: 0.72rem;
  letter-spacing: 0.14em;
}

.avatar {
  flex: 0 0 66px;
  width: 66px;
  height: 66px;
  border: 3px solid var(--off-white);
  border-radius: 50%;
  background-image: url("assets/testimonials/patient-portraits.png");
  background-repeat: no-repeat;
  background-size: 300% 100%;
}

.avatar-one { background-position: 0 center; }
.avatar-two { background-position: 50% center; }
.avatar-three { background-position: 100% center; }

.gallery-anchor,
.blog-anchor {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.cta-band {
  position: relative;
  min-height: 150px;
  display: grid;
  grid-template-columns: 1.25fr 0.9fr auto;
  align-items: center;
  gap: clamp(2rem, 4vw, 4.5rem);
  padding: 2rem max(6vw, calc((100vw - 1180px) / 2));
  overflow: hidden;
  background: var(--red);
  color: var(--white);
}

.cta-swoop {
  position: absolute;
  inset: -45% auto -65% -10%;
  width: 24%;
  border-radius: 0 70% 60% 0;
  background: var(--off-white);
  transform: rotate(11deg);
}

.cta-heading {
  position: relative;
  z-index: 2;
  padding-left: clamp(3rem, 10vw, 10rem);
}

.cta-heading span {
  display: block;
  margin-bottom: 0.15rem;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
}

.cta-heading h2 {
  font-size: clamp(2.7rem, 4vw, 4.1rem);
  white-space: nowrap;
}

.cta-band > p {
  position: relative;
  z-index: 2;
  margin: 0;
  padding-inline: 2rem;
  border-inline: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 0.88rem;
  line-height: 1.65;
}

.cta-band .button {
  position: relative;
  z-index: 3;
}

.cta-flower {
  position: absolute;
  right: -2.5rem;
  bottom: -9rem;
  width: 190px;
  height: 300px;
  object-fit: contain;
  opacity: 0.45;
  filter: grayscale(1) brightness(4);
}

.site-footer {
  position: relative;
  min-height: 330px;
  display: grid;
  grid-template-columns: 1.15fr repeat(4, minmax(130px, 0.8fr));
  gap: 0;
  padding: 3.5rem max(4vw, calc((100vw - var(--content)) / 2));
  overflow: visible;
  background: var(--black);
  color: #e6e6e6;
}

.footer-brand,
.footer-column {
  position: relative;
  z-index: 2;
  padding-inline: 2rem;
  border-right: 1px solid var(--line-dark);
}

.footer-brand {
  padding-left: 0;
}

.footer-column:nth-last-of-type(1) {
  border-right: 0;
}

.footer-brand > img {
  width: 180px;
  height: 78px;
  object-fit: contain;
  object-position: left center;
  filter: brightness(0) invert(1);
}

.footer-brand > p {
  margin: 1.25rem 0;
  color: #bebfc1;
  font-size: 0.78rem;
  line-height: 1.7;
}

.social-links {
  display: flex;
  gap: 0.75rem;
}

.social-links a {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  border: 1px solid #67686a;
  border-radius: 50%;
  font-size: 0.68rem;
  font-weight: 700;
}

.social-links a:hover {
  border-color: var(--red);
  background: var(--red);
}

.footer-column h3 {
  margin: 0 0 1.25rem;
  color: var(--white);
  font-size: 0.76rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.footer-column > a,
.footer-contact address > * {
  display: block;
  margin-bottom: 0.45rem;
  color: #c8c8ca;
  font-size: 0.78rem;
  line-height: 1.55;
}

.footer-column > a:hover,
.footer-contact address a:hover {
  color: var(--red);
}

.footer-contact address {
  font-style: normal;
}

.footer-contact address > * {
  margin-bottom: 0.9rem;
}

.footer-flower {
  position: absolute;
  right: -1rem;
  bottom: 7rem;
  width: 230px;
  height: 360px;
  object-fit: contain;
  opacity: 0.85;
}

@media (max-width: 1260px) {
  .site-header {
    grid-template-columns: 190px 1fr 190px;
    gap: 1.25rem;
    padding-inline: 1.5rem;
  }

  .main-nav {
    gap: 1.1rem;
  }

  .main-nav a {
    font-size: 0.7rem;
  }

  .header-cta {
    min-width: 190px;
    padding-inline: 1rem;
  }

  .hero-copy {
    padding-left: 5vw;
  }

  .hero h1 {
    font-size: clamp(3.9rem, 5.6vw, 4.9rem);
  }

  .hero-note {
    padding-left: 5vw;
  }

  .services-section {
    grid-template-columns: 240px minmax(0, 1fr);
    gap: 2rem;
    padding-inline: 3rem;
  }

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

  .service-photo {
    height: 230px;
  }

  .about-band {
    grid-template-columns: 32% 28% 40%;
  }

  .stat {
    grid-template-columns: 34px auto;
    column-gap: 0.55rem;
    padding-inline: 0.6rem;
  }

  .stat-icon {
    width: 34px;
    height: 34px;
    font-size: 1.55rem;
  }

  .stat b {
    font-size: 1.8rem;
  }

  .testimonials {
    padding-inline: 3rem;
    gap: 2.5rem;
  }

  .cta-band {
    grid-template-columns: 1.1fr 0.9fr auto;
    padding-inline: 3rem;
  }

  .site-footer {
    grid-template-columns: 1.1fr repeat(4, minmax(120px, 0.8fr));
    padding-inline: 2rem;
  }

  .footer-brand,
  .footer-column {
    padding-inline: 1.25rem;
  }
}

@media (max-width: 1020px) {
  .site-header {
    min-height: 88px;
    grid-template-columns: 180px 1fr 54px;
  }

  .site-header::after {
    width: 120px;
    clip-path: polygon(45% 0, 100% 0, 100% 100%, 20% 100%);
  }

  .brand {
    height: 66px;
  }

  .header-cta {
    display: none;
  }

  .menu-toggle {
    position: relative;
    z-index: 4;
    grid-column: 3;
    width: 48px;
    height: 48px;
    display: grid;
    place-items: center;
    justify-self: end;
    border: 0;
    background: transparent;
    color: var(--white);
    cursor: pointer;
  }

  .menu-toggle-lines,
  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    width: 24px;
    height: 2px;
    display: block;
    background: currentColor;
  }

  .menu-toggle-lines {
    position: relative;
  }

  .menu-toggle-lines::before,
  .menu-toggle-lines::after {
    content: "";
    position: absolute;
    left: 0;
  }

  .menu-toggle-lines::before { top: -7px; }
  .menu-toggle-lines::after { top: 7px; }

  .main-nav {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    min-height: 0;
    display: none;
    flex-direction: column;
    align-items: stretch;
    gap: 0;
    padding: 1rem 1.5rem 1.5rem;
    background: var(--white);
    border-top: 1px solid #ededed;
    box-shadow: 0 20px 35px rgba(0, 0, 0, 0.12);
  }

  .main-nav.is-open {
    display: flex;
  }

  .main-nav a {
    min-height: 48px;
    border-bottom: 1px solid #eceae6;
    font-size: 0.82rem;
  }

  .hero {
    min-height: 820px;
  }

  .hero-copy {
    width: 60%;
    padding: 4.5rem 0 11rem 5vw;
  }

  .hero-media {
    inset: 0 0 0 46%;
  }

  .hero-red-arc,
  .hero-index {
    display: none;
  }

  .hero-note {
    width: 43%;
  }

  .hero-seal {
    left: 38%;
  }

  .scroll-button {
    right: 2rem;
  }

  .services-section {
    grid-template-columns: 1fr;
    padding: 5rem 3rem;
  }

  .services-intro {
    max-width: 640px;
  }

  .services-intro .text-link {
    margin-top: 1.75rem;
  }

  .about-band {
    grid-template-columns: 42% 58%;
    grid-template-rows: auto auto auto;
  }

  .about-portrait-wrap {
    grid-column: 1;
    grid-row: 1 / 3;
    min-height: 360px;
  }

  .about-heading {
    grid-column: 2;
    grid-row: 1;
    padding: 3.5rem 3rem 1.5rem;
  }

  .about-copy {
    grid-column: 2;
    grid-row: 2;
    padding: 0 3rem 2.5rem;
  }

  .stats {
    grid-column: 1 / 3;
    grid-row: 3;
    padding-inline: 2rem;
  }

  .testimonials {
    grid-template-columns: 1fr;
    padding: 5rem 3rem;
  }

  .testimonials-intro {
    max-width: 600px;
  }

  .cta-band {
    grid-template-columns: 1fr auto;
    padding: 2.5rem 3rem;
  }

  .cta-heading {
    padding-left: 4rem;
  }

  .cta-band > p {
    grid-column: 1;
    padding: 0 0 0 4rem;
    border: 0;
  }

  .cta-band .button {
    grid-column: 2;
    grid-row: 1 / 3;
  }

  .site-footer {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 2.5rem 0;
  }

  .footer-brand,
  .footer-column {
    min-height: 190px;
    padding-inline: 2rem;
  }

  .footer-brand,
  .footer-column:nth-child(3) {
    border-right: 1px solid var(--line-dark);
  }

  .footer-column:nth-child(2),
  .footer-column:nth-child(4),
  .footer-column:nth-child(5) {
    border-right: 0;
  }
}

@media (max-width: 720px) {
  html,
  body {
    width: 100%;
    max-width: 100%;
    min-width: 0;
    overflow-x: hidden;
  }

  main,
  .site-header,
  .hero,
  .services-section,
  .about-band,
  .testimonials,
  .cta-band,
  .site-footer {
    width: 100%;
    max-width: 100%;
    min-width: 0;
  }

  .service-grid,
  .review-grid,
  .stats,
  .site-footer,
  .cta-band,
  .service-card,
  .review-card,
  .stat {
    min-width: 0;
  }

  h1,
  h2,
  h3,
  p,
  a,
  span {
    overflow-wrap: anywhere;
  }

  .site-header {
    min-height: 78px;
    grid-template-columns: minmax(0, 1fr) 48px;
    padding-inline: 1rem;
  }

  .site-header::after {
    width: 92px;
  }

  .brand {
    width: 112px;
    height: 60px;
  }

  .hero {
    min-height: auto;
    padding-bottom: 0;
  }

  .hero-copy {
    width: 100%;
    min-height: 540px;
    padding: 4rem 1.25rem 8.5rem;
    background: linear-gradient(to bottom, rgba(8, 9, 10, 0.98), rgba(8, 9, 10, 0.82));
  }

  .hero h1 {
    font-size: clamp(3.35rem, 15vw, 4.3rem);
  }

  .hero-summary br {
    display: none;
  }

  .hero-actions {
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }

  .hero-media {
    position: relative;
    inset: auto;
    width: 100%;
    height: 390px;
    clip-path: none;
  }

  .hero-media img {
    object-position: 48% center;
  }

  .hero-note {
    bottom: 390px;
    width: 75%;
    min-height: 92px;
    padding: 1.25rem 1.5rem;
    border-radius: 0 100% 0 0;
  }

  .hero-seal {
    bottom: 325px;
    left: auto;
    right: 1rem;
    width: 112px;
    height: 112px;
  }

  .scroll-button {
    right: 1rem;
    bottom: 1rem;
  }

  .services-section,
  .testimonials {
    padding: 4.5rem 1.25rem;
  }

  .section-intro h2,
  .about-heading h2 {
    font-size: clamp(2.65rem, 12vw, 3.45rem);
  }

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

  .service-photo {
    width: 100%;
    height: 220px;
  }

  .service-content {
    min-height: 180px;
  }

  .about-band {
    display: flex;
    flex-direction: column;
  }

  .about-portrait-wrap {
    min-height: 430px;
    order: 1;
  }

  .about-petals {
    left: -2%;
    width: 45%;
  }

  .about-portrait {
    width: 105%;
    height: 108%;
    right: -15%;
    object-position: 15% center;
  }

  .about-heading {
    order: 2;
    padding: 3rem 1.25rem 1.5rem;
  }

  .about-copy {
    order: 3;
    padding: 0 1.25rem 2.5rem;
  }

  .stats {
    order: 4;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    padding: 0;
  }

  .stat {
    min-height: 130px;
    padding: 1.25rem;
    border-right: 1px solid var(--line-dark);
    border-bottom: 1px solid var(--line-dark);
  }

  .stat:nth-child(2n) {
    border-right: 0;
  }

  .about-flower {
    display: none;
  }

  .review-card {
    min-height: 220px;
  }

  .cta-band {
    display: flex;
    min-height: 320px;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 1.5rem;
    padding: 3.5rem 1.25rem 3.5rem 2rem;
  }

  .cta-swoop {
    inset: -20% auto -20% -55%;
    width: 80%;
  }

  .cta-heading,
  .cta-band > p {
    padding: 0;
  }

  .cta-heading h2 {
    font-size: clamp(2.8rem, 12vw, 3.75rem);
    white-space: normal;
  }

  .cta-band > p {
    max-width: 480px;
  }

  .cta-band .button {
    min-width: 0;
  }

  .site-footer {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 3.5rem 1.25rem 7rem;
  }

  .footer-brand,
  .footer-column,
  .footer-brand,
  .footer-column:nth-child(3) {
    min-height: 0;
    padding: 2rem 0;
    border-right: 0;
    border-bottom: 1px solid var(--line-dark);
  }

  .footer-column:nth-child(5) {
    border-bottom: 0;
  }

  .footer-column > a,
  .footer-contact address > * {
    font-size: 0.82rem;
  }

  .footer-flower {
    right: -3rem;
    bottom: -10rem;
  }
}

@media (max-width: 420px) {
  .hero-copy {
    padding-top: 3.25rem;
  }

  .hero h1 {
    font-size: 3.25rem;
  }

  .button {
    width: 100%;
  }

  .hero-actions .text-link {
    width: auto;
  }

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

  .stat,
  .stat:nth-child(2n) {
    border-right: 0;
  }

  .site-header {
    padding-inline: 0.75rem;
  }
}

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

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