:root {
  --ink: #18201d;
  --forest: #12372f;
  --navy: #363a52;
  --teal: #276d66;
  --coral: #ee9586;
  --clay: #9b5846;
  --brass: #c5c9ad;
  --mist: #eef2ec;
  --paper: #f7f4ee;
  --soft: #eee9df;
  --line: rgba(24, 32, 29, 0.14);
  --white: #ffffff;
  --shadow: 0 24px 70px rgba(18, 55, 47, 0.16);
  --radius: 8px;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  --serif: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --script: Allura, "Brush Script MT", cursive;
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  line-height: 1.6;
}

body.nav-open {
  overflow: hidden;
}

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

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

button,
input,
select {
  font: inherit;
}

.site-header {
  align-items: center;
  backdrop-filter: blur(22px);
  background: rgba(247, 244, 238, 0.88);
  border-bottom: 1px solid rgba(24, 32, 29, 0.08);
  display: grid;
  gap: 24px;
  grid-template-columns: auto 1fr auto;
  left: 0;
  padding: 14px clamp(18px, 4vw, 56px);
  position: fixed;
  right: 0;
  top: 0;
  transition: box-shadow 180ms ease, background 180ms ease;
  z-index: 20;
}

.site-header.is-scrolled {
  background: rgba(247, 244, 238, 0.98);
  box-shadow: 0 12px 42px rgba(54, 58, 82, 0.12);
}

.brand {
  align-items: center;
  display: inline-flex;
  gap: 12px;
  min-width: 0;
}

.brand-logo {
  display: block;
  height: 64px;
  object-fit: contain;
  width: auto;
}

.brand-mark {
  align-items: center;
  background: var(--forest);
  border-radius: 50%;
  color: var(--brass);
  display: inline-flex;
  font-family: var(--serif);
  font-size: 0.86rem;
  font-weight: 700;
  height: 46px;
  justify-content: center;
  letter-spacing: 0;
  width: 46px;
}

.brand strong,
.brand small {
  display: block;
  line-height: 1.1;
}

.brand strong {
  font-size: 0.98rem;
  font-weight: 800;
}

.brand small {
  color: rgba(24, 32, 29, 0.66);
  font-size: 0.75rem;
  margin-top: 3px;
  text-transform: uppercase;
}

.main-nav {
  align-items: center;
  display: flex;
  gap: clamp(14px, 2.6vw, 34px);
  justify-content: center;
}

.main-nav a {
  color: rgba(24, 32, 29, 0.68) !important;
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: color 160ms ease;
}

.main-nav a:hover,
.main-nav a:focus-visible {
  color: var(--coral);
}

.nav-cta {
  display: none;
}

.header-cta,
.button {
  align-items: center;
  border-radius: 999px;
  display: inline-flex;
  font-weight: 800;
  gap: 10px;
  justify-content: center;
  line-height: 1;
  min-height: 46px;
  padding: 0 18px;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
  white-space: nowrap;
}

.button span {
  min-width: 0;
}

.button svg {
  flex: 0 0 auto;
}

.header-cta {
  background: var(--navy);
  border: 1px solid transparent;
  color: var(--white);
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

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

.header-cta svg,
.button svg,
.intro-item svg,
.group-features svg,
.why-list svg {
  height: 18px;
  width: 18px;
}

.nav-toggle {
  align-items: center;
  background: var(--navy);
  border: 0;
  border-radius: 999px;
  color: var(--white);
  display: none;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.hero {
  color: var(--white);
  display: grid;
  min-height: 92svh;
  overflow: hidden;
  padding: 138px clamp(18px, 5vw, 76px) clamp(190px, 15vw, 250px);
  position: relative;
}

.hero-video,
.hero-overlay {
  inset: 0;
  position: absolute;
}

.hero-video {
  height: 100%;
  object-fit: cover;
  pointer-events: none;
  width: 100%;
}

.hero-overlay {
  background:
    linear-gradient(90deg, rgba(21, 23, 35, 0.74) 0%, rgba(21, 23, 35, 0.48) 46%, rgba(21, 23, 35, 0.2) 100%),
    linear-gradient(180deg, rgba(21, 23, 35, 0.1), rgba(21, 23, 35, 0.72));
}

.hero-content {
  align-self: end;
  max-width: 880px;
  position: relative;
  z-index: 2;
}

.eyebrow {
  color: var(--clay);
  font-size: 0.78rem;
  font-weight: 900;
  letter-spacing: 0.12em;
  margin: 0 0 14px;
  text-transform: uppercase;
}

.hero .eyebrow {
  color: var(--brass);
}

.script-heading {
  color: var(--coral);
  font-family: var(--script);
  font-size: clamp(3rem, 7vw, 6.2rem);
  line-height: 0.82;
  margin: 0 0 12px;
}

h1,
h2,
h3,
p {
  overflow-wrap: break-word;
}

h1,
h2 {
  font-family: var(--serif);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 0.98;
  margin: 0;
}

h1 {
  font-size: clamp(3.2rem, 8.4vw, 7.5rem);
  max-width: 1000px;
  text-transform: uppercase;
}

h2 {
  font-size: clamp(2.25rem, 5.2vw, 5.15rem);
}

h3 {
  font-size: 1.05rem;
  line-height: 1.2;
  margin: 0;
}

.hero-copy {
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(1.02rem, 1.7vw, 1.24rem);
  margin: 24px 0 0;
  max-width: 760px;
}

.hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 34px;
}

.button-primary {
  background: var(--coral);
  box-shadow: 0 18px 40px rgba(238, 149, 134, 0.24);
  color: var(--white);
}

.button-secondary {
  background: rgba(255, 255, 255, 0.12);
  border: 1px solid rgba(255, 255, 255, 0.35);
  color: var(--white);
}

.button-dark {
  background: var(--navy);
  color: var(--white);
  margin-top: 26px;
}

.button-muted {
  background: var(--brass);
  color: var(--white);
  letter-spacing: 0.14em;
  margin-top: 30px;
  text-transform: uppercase;
}

.hero-stats {
  align-items: center;
  bottom: 0;
  display: grid;
  gap: 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  left: clamp(18px, 5vw, 76px);
  max-width: 680px;
  position: absolute;
  right: auto;
  z-index: 3;
}

.hero-stats span {
  background: rgba(247, 244, 238, 0.97);
  border-right: 1px solid rgba(54, 58, 82, 0.14);
  color: rgba(24, 32, 29, 0.7);
  display: grid;
  font-size: 0.82rem;
  min-height: 76px;
  padding: 16px 18px;
}

.hero-stats span:first-child {
  border-top-left-radius: var(--radius);
  border-bottom-left-radius: 0;
}

.hero-stats span:last-child {
  border-right: 0;
  border-top-right-radius: var(--radius);
  border-bottom-right-radius: 0;
}

.hero-stats strong {
  color: var(--navy);
  font-family: var(--serif);
  font-size: 1.48rem;
  line-height: 1;
}

.intro-band {
  background: var(--navy);
  color: var(--white);
  margin-top: -1px;
  padding: clamp(70px, 9vw, 118px) clamp(18px, 5vw, 76px) clamp(96px, 11vw, 150px);
  position: relative;
}

.intro-band::after {
  background: var(--paper);
  bottom: -1px;
  clip-path: polygon(0 70%, 100% 40%, 100% 100%, 0% 100%);
  content: "";
  height: clamp(76px, 9vw, 136px);
  left: 0;
  position: absolute;
  right: 0;
}

.statement-inner {
  margin: 0 auto;
  max-width: 980px;
  text-align: center;
}

.statement-inner .script-heading {
  color: var(--coral);
}

.statement-inner h2 {
  color: var(--white);
  font-size: clamp(2.2rem, 4.8vw, 4.8rem);
}

.statement-inner p:not(.script-heading) {
  color: rgba(255, 255, 255, 0.76);
  font-size: 1.05rem;
  margin: 24px auto 0;
  max-width: 740px;
}

.section {
  padding: clamp(72px, 10vw, 138px) clamp(18px, 5vw, 76px);
}

.about-section {
  background: var(--paper);
  padding-bottom: clamp(24px, 4vw, 48px);
}

.section-heading {
  margin: 0 auto clamp(34px, 5vw, 64px);
  max-width: 860px;
  text-align: center;
}

.section-heading p:not(.eyebrow) {
  color: rgba(24, 32, 29, 0.66);
  font-size: 1.05rem;
  margin: 22px auto 0;
  max-width: 680px;
}

.section-copy.narrow {
  margin-bottom: clamp(34px, 5vw, 58px);
  max-width: 880px;
}

.about-grid {
  align-items: center;
  display: grid;
  gap: clamp(28px, 5vw, 70px);
  grid-template-columns: minmax(0, 0.95fr) minmax(280px, 0.88fr);
  margin: 0 auto;
  max-width: 1180px;
}

.about-photo {
  background: linear-gradient(145deg, var(--mist), var(--soft));
  border: 12px solid var(--white);
  box-shadow: var(--shadow);
  min-height: 500px;
  overflow: hidden;
  position: relative;
}

.about-photo img {
  height: 100%;
  object-fit: contain;
  object-position: center bottom;
  padding: 22px 22px 0;
  width: 100%;
}

.about-content {
  align-self: center;
}

.about-content .script-heading {
  margin-bottom: 6px;
}

.about-content h2 {
  color: var(--ink);
  font-size: clamp(2.5rem, 5.4vw, 5.2rem);
}

.about-content > p {
  color: rgba(24, 32, 29, 0.72);
  font-size: 1.08rem;
  margin: 22px 0 0;
  max-width: 670px;
}

.signature-points {
  border-top: 1px solid var(--line);
}

.signature-points div {
  border-bottom: 1px solid var(--line);
  display: grid;
  gap: 12px;
  grid-template-columns: 48px 130px 1fr;
  padding: 22px 0;
}

.signature-points span {
  color: var(--coral);
  font-weight: 900;
}

.signature-points p {
  color: rgba(24, 32, 29, 0.62);
  margin: 0;
}

.serve-section {
  background: var(--paper);
  padding-top: clamp(24px, 4vw, 48px);
}

.serve-grid {
  align-items: center;
  display: grid;
  gap: clamp(30px, 5vw, 72px);
  grid-template-columns: minmax(280px, 0.84fr) minmax(0, 1fr);
  margin: 0 auto;
  max-width: 1180px;
}

.serve-images {
  background: var(--white);
  box-shadow: var(--shadow);
  display: grid;
  gap: 10px;
  padding: 12px;
}

.serve-images img {
  aspect-ratio: 5 / 4;
  height: auto;
  object-fit: cover;
  width: 100%;
}

.serve-copy article {
  margin-top: 24px;
}

.serve-copy h3 {
  font-family: var(--serif);
  font-size: clamp(1.8rem, 3vw, 2.7rem);
  font-weight: 600;
}

.serve-copy p:not(.script-heading) {
  color: rgba(24, 32, 29, 0.66);
  margin: 10px 0 0;
  max-width: 650px;
}

.group-section {
  align-items: stretch;
  background: var(--navy);
  color: var(--white);
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  overflow: hidden;
  padding: clamp(70px, 8vw, 112px) clamp(18px, 5vw, 76px);
  position: relative;
}

.group-section::before,
.group-section::after {
  background: var(--paper);
  content: "";
  height: clamp(62px, 8vw, 112px);
  left: 0;
  position: absolute;
  right: 0;
  z-index: 0;
}

.group-section::before {
  clip-path: polygon(0 0, 100% 0, 100% 28%, 0 72%);
  top: -1px;
}

.group-section::after {
  bottom: -1px;
  clip-path: polygon(0 72%, 100% 30%, 100% 100%, 0 100%);
}

.group-image {
  align-self: center;
  border: 12px solid var(--white);
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  height: clamp(520px, 56vw, 720px);
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.group-image img {
  display: block;
  height: 100%;
  object-fit: cover;
  object-position: center;
  width: 100%;
}

.group-content {
  align-self: center;
  padding: clamp(56px, 8vw, 110px) 0 clamp(56px, 8vw, 110px) clamp(24px, 5vw, 76px);
  position: relative;
  z-index: 1;
}

.group-content > p {
  color: rgba(255, 255, 255, 0.72);
  font-size: 1.05rem;
  margin: 24px 0 0;
}

.group-features {
  display: grid;
  gap: 18px;
  margin-top: 34px;
}

.group-features div {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: var(--radius);
  display: grid;
  gap: 12px;
  grid-template-columns: auto 1fr;
  padding: 20px;
}

.group-features svg {
  color: var(--coral);
  margin-top: 2px;
}

.group-features h3 {
  grid-column: 2;
}

.group-features p {
  color: rgba(255, 255, 255, 0.68);
  grid-column: 2;
  margin: -6px 0 0;
}

.group-rate {
  background: rgba(247, 244, 238, 0.96);
  border-radius: var(--radius);
  color: var(--ink);
  margin-top: 26px;
  padding: 24px;
}

.group-rate span {
  color: rgba(24, 32, 29, 0.6);
  display: block;
  font-size: 0.78rem;
  font-weight: 800;
  text-transform: uppercase;
}

.group-rate strong {
  color: var(--navy);
  display: block;
  font-family: var(--serif);
  font-size: clamp(3rem, 7vw, 5.5rem);
  line-height: 0.9;
  margin: 12px 0;
}

.group-rate p {
  color: rgba(24, 32, 29, 0.64);
  margin: 0;
}

.services-section {
  background: var(--soft);
}

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

.service-card {
  background: var(--white);
  border: 1px solid rgba(24, 32, 29, 0.08);
  border-radius: var(--radius);
  box-shadow: 0 18px 40px rgba(18, 55, 47, 0.08);
  display: flex;
  flex-direction: column;
  min-height: 440px;
  padding: 26px;
}

.service-kicker {
  color: var(--teal);
  font-size: 0.78rem;
  font-weight: 900;
  text-transform: uppercase;
}

.service-card h3 {
  font-family: var(--serif);
  font-size: 1.74rem;
  line-height: 1;
  margin-top: 18px;
}

.service-card p {
  color: rgba(24, 32, 29, 0.62);
  margin: 16px 0 0;
}

.service-card strong {
  color: var(--clay);
  display: block;
  font-family: var(--serif);
  font-size: 2.15rem;
  line-height: 1;
  margin: 24px 0;
}

.service-card ul {
  border-top: 1px solid var(--line);
  color: rgba(24, 32, 29, 0.68);
  list-style: none;
  margin: auto 0 0;
  padding: 18px 0 0;
}

.service-card li {
  margin-bottom: 10px;
  padding-left: 22px;
  position: relative;
}

.service-card li::before {
  background: var(--brass);
  border-radius: 50%;
  content: "";
  height: 7px;
  left: 0;
  position: absolute;
  top: 0.7em;
  width: 7px;
}

.featured-service {
  background: var(--forest);
  color: var(--white);
}

.featured-service .service-kicker,
.featured-service strong {
  color: var(--brass);
}

.featured-service p,
.featured-service ul {
  color: rgba(255, 255, 255, 0.72);
}

.featured-service ul {
  border-color: rgba(255, 255, 255, 0.16);
}

.process-grid {
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(5, minmax(0, 1fr));
}

.process-grid article {
  background: var(--mist);
  min-height: 300px;
  padding: 26px;
}

.process-grid span {
  color: var(--coral);
  display: block;
  font-weight: 900;
  margin-bottom: 62px;
}

.process-grid h3 {
  font-family: var(--serif);
  font-size: 1.7rem;
}

.process-grid p {
  color: rgba(24, 32, 29, 0.62);
  margin: 14px 0 0;
}

.why-section {
  background:
    linear-gradient(rgba(251, 250, 246, 0.92), rgba(251, 250, 246, 0.92)),
    url("https://images.unsplash.com/photo-1503220317375-aaad61436b1b?auto=format&fit=crop&w=1800&q=80") center / cover;
  display: grid;
  gap: clamp(34px, 5vw, 76px);
  grid-template-columns: minmax(0, 0.7fr) minmax(0, 1fr);
}

.why-list {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.why-list div {
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(24, 32, 29, 0.08);
  border-radius: var(--radius);
  padding: 24px;
}

.why-list svg {
  color: var(--coral);
  margin-bottom: 18px;
}

.why-list p {
  color: rgba(24, 32, 29, 0.62);
  margin: 12px 0 0;
}

.testimonial-section {
  background: var(--forest);
  color: var(--white);
  padding: clamp(72px, 10vw, 138px) clamp(18px, 5vw, 76px);
}

.testimonial-section .eyebrow {
  color: var(--brass);
}

.testimonial-section .section-heading p {
  color: rgba(255, 255, 255, 0.68);
}

.testimonial-grid {
  display: grid;
  gap: 18px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

figure {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: var(--radius);
  margin: 0;
  min-height: 260px;
  padding: 28px;
}

blockquote {
  color: rgba(255, 255, 255, 0.82);
  font-family: var(--serif);
  font-size: clamp(1.2rem, 2vw, 1.62rem);
  line-height: 1.25;
  margin: 0;
}

figcaption {
  color: var(--brass);
  font-weight: 900;
  margin-top: 28px;
}

.faq-section {
  background: var(--paper);
}

.faq-list {
  border-top: 1px solid var(--line);
  margin: 0 auto;
  max-width: 960px;
}

details {
  border-bottom: 1px solid var(--line);
  padding: 0;
}

summary {
  cursor: pointer;
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2vw, 1.8rem);
  list-style: none;
  padding: 26px 42px 26px 0;
  position: relative;
}

summary::-webkit-details-marker {
  display: none;
}

summary::after {
  color: var(--coral);
  content: "+";
  font-family: var(--sans);
  font-weight: 600;
  position: absolute;
  right: 0;
}

details[open] summary::after {
  content: "-";
}

details p {
  color: rgba(24, 32, 29, 0.64);
  margin: 0;
  max-width: 720px;
  padding: 0 0 26px;
}

.cta-section {
  align-items: center;
  background: var(--coral);
  color: var(--white);
  display: grid;
  gap: 26px;
  grid-template-columns: 1fr auto;
  padding: clamp(54px, 8vw, 96px) clamp(18px, 5vw, 76px);
}

.cta-section .eyebrow {
  color: rgba(255, 255, 255, 0.72);
}

.cta-section h2 {
  max-width: 840px;
}

.cta-section p:not(.eyebrow) {
  color: rgba(255, 255, 255, 0.82);
  font-size: 1.05rem;
  max-width: 720px;
}

.cta-section .button-primary {
  background: var(--white);
  color: var(--forest);
}

.site-footer {
  background: #0f1b18;
  color: var(--white);
  display: grid;
  gap: 30px;
  grid-template-columns: minmax(0, 1fr) auto;
  padding: 46px clamp(18px, 5vw, 76px);
}

.site-footer p {
  color: rgba(255, 255, 255, 0.58);
  margin: 18px 0 0;
  max-width: 420px;
}

.footer-brand .brand-logo {
  filter: invert(1) brightness(1.8);
  height: 86px;
  padding: 0;
}

.site-footer nav {
  display: grid;
  gap: 10px;
  justify-items: end;
}

.site-footer nav a {
  color: rgba(255, 255, 255, 0.68);
  font-weight: 700;
}

.site-footer nav a:hover {
  color: var(--brass);
}

.copyright {
  grid-column: 1 / -1;
}

.site-header .main-nav a,
.site-header .main-nav a:link,
.site-header .main-nav a:visited {
  color: #4b504d !important;
}

.site-header .header-cta,
.site-header .header-cta:link,
.site-header .header-cta:visited {
  background-color: var(--navy) !important;
  color: var(--white) !important;
}

@media (max-width: 1160px) {
  .service-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

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

@media (max-width: 920px) {
  .site-header {
    grid-template-columns: 1fr auto;
    padding: 10px 18px;
  }

  .nav-toggle {
    display: inline-flex;
  }

  .main-nav {
    align-content: start;
    background: var(--paper);
    border-top: 1px solid var(--line);
    display: none;
    gap: 0;
    grid-column: 1 / -1;
    inset: 85px 0 auto;
    justify-content: stretch;
    padding: 12px clamp(18px, 4vw, 56px) 24px;
    position: fixed;
  }

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

  .main-nav a {
    border-bottom: 1px solid var(--line);
    font-size: 0.95rem;
    padding: 16px 0;
  }

  .main-nav .nav-cta {
    align-items: center;
    background: var(--navy);
    border: 0;
    border-radius: 999px;
    color: var(--white) !important;
    display: inline-flex;
    justify-content: center;
    margin-top: 18px;
    min-height: 48px;
    padding: 0 20px;
  }

  .header-cta {
    display: none;
  }

  .hero {
    min-height: 82svh;
    padding-bottom: 210px;
  }

  .hero-content {
    max-width: 720px;
  }

  h1 {
    font-size: 5rem;
  }

  h2 {
    font-size: 3.7rem;
  }

  .script-heading {
    font-size: 4.4rem;
  }

  .hero-stats {
    bottom: 0;
    left: 18px;
    right: 18px;
  }

  .intro-band,
  .about-grid,
  .group-section,
  .serve-grid,
  .why-section,
  .cta-section,
  .site-footer {
    grid-template-columns: 1fr;
  }

  .group-content {
    padding: 34px 0 72px;
  }

  .group-image {
    height: 460px;
  }

  .about-photo {
    min-height: 380px;
  }

  .serve-images {
    order: 2;
  }

  .serve-copy {
    order: 1;
  }

  .why-list,
  .testimonial-grid {
    grid-template-columns: 1fr;
  }

  .cta-section .button {
    justify-self: start;
  }

  .site-footer nav {
    justify-items: start;
  }
}

@media (max-width: 680px) {
  body {
    line-height: 1.5;
  }

  .brand-logo {
    height: 48px;
  }

  .main-nav {
    inset: 68px 0 auto;
  }

  .hero {
    min-height: 88svh;
    padding: 104px 24px 250px;
  }

  .hero-content {
    align-self: center;
  }

  h1 {
    font-size: 3.25rem;
    line-height: 0.95;
  }

  h2,
  .about-content h2,
  .statement-inner h2 {
    font-size: 2.6rem;
    line-height: 1;
  }

  .script-heading {
    font-size: 3.35rem;
  }

  .eyebrow {
    font-size: 0.68rem;
  }

  .hero-copy {
    font-size: 1rem;
    margin-top: 18px;
  }

  .hero-actions {
    display: grid;
    gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 24px;
  }

  .button {
    align-items: center;
    justify-content: center;
    line-height: 1.15;
    min-height: 56px;
    text-align: center;
    white-space: normal;
    width: 100%;
  }

  .button-muted,
  .button-dark,
  .cta-section .button-primary {
    font-size: 0.82rem;
    letter-spacing: 0.07em;
    padding: 0 18px;
  }

  .hero-stats {
    left: 24px;
    right: 24px;
    grid-template-columns: 1fr;
  }

  .hero-stats span {
    border-bottom: 1px solid rgba(18, 55, 47, 0.1);
    border-right: 0;
    min-height: auto;
    padding: 18px 22px;
  }

  .hero-stats span:first-child {
    border-top-right-radius: var(--radius);
  }

  .hero-stats span:last-child {
    border-bottom-left-radius: var(--radius);
    border-bottom-right-radius: var(--radius);
    border-top-right-radius: 0;
  }

  .intro-band {
    margin-top: -1px;
    padding: 64px 24px 86px;
  }

  .statement-inner p:not(.script-heading) {
    font-size: 1rem;
  }

  .section {
    padding: 58px 24px;
  }

  .about-section {
    padding-bottom: 30px;
  }

  .about-grid,
  .serve-grid {
    gap: 30px;
  }

  .about-photo {
    border-width: 8px;
    min-height: 330px;
  }

  .about-photo img {
    padding: 14px 14px 0;
  }

  .serve-section {
    padding-top: 30px;
  }

  .serve-images {
    gap: 8px;
    padding: 8px;
  }

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

  .service-card {
    min-height: auto;
    padding: 22px;
  }

  .group-section {
    padding: 84px 24px 98px;
  }

  .group-section::before,
  .group-section::after {
    height: 64px;
  }

  .group-image {
    border-width: 8px;
    height: 320px;
  }

  .group-features div,
  .group-features h3,
  .group-features p {
    grid-column: auto;
  }

  .group-features div {
    grid-template-columns: 1fr;
  }

  figure {
    min-height: auto;
    padding: 24px;
  }

  .process-grid article {
    min-height: auto;
  }

  .process-grid span {
    margin-bottom: 32px;
  }

  .site-footer {
    padding: 36px 24px;
  }
}

@media (max-width: 420px) {
  .hero {
    padding-bottom: 270px;
  }

  h1 {
    font-size: 2.85rem;
  }

  h2,
  .about-content h2,
  .statement-inner h2 {
    font-size: 2.28rem;
  }

  .script-heading {
    font-size: 3rem;
  }

  .button {
    font-size: 0.84rem;
    padding: 0 16px;
  }

  .button-muted,
  .button-dark,
  .cta-section .button-primary {
    font-size: 0.78rem;
    letter-spacing: 0.05em;
  }

  .hero-stats strong {
    font-size: 1.28rem;
  }

  .group-rate strong {
    font-size: 3.2rem;
  }
}
