:root {
  --ink: #241f1b;
  --charcoal: #37302b;
  --taupe: #8e6b4a;
  --taupe-dark: #6e5236;
  --rose: #c5897e;
  --sage: #66745f;
  --ivory: #fff9f2;
  --linen: #f2e8dc;
  --blush: #f6dfd9;
  --mist: #edf1ed;
  --white: #ffffff;
  --muted: #6e665c;
  --line: #dfd2c2;
  --shadow: 0 18px 50px rgba(36, 31, 27, 0.08);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

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

body.menu-open {
  overflow: hidden;
}

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

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

button,
input,
textarea {
  font: inherit;
}

.skip-link {
  position: absolute;
  left: 16px;
  top: -80px;
  z-index: 999;
  background: var(--ink);
  color: var(--white);
  padding: 10px 14px;
  border-radius: 4px;
}

.skip-link:focus {
  top: 16px;
}

.site-header {
  position: sticky;
  top: 0;
  z-index: 80;
  background: rgba(255, 249, 242, 0.96);
  backdrop-filter: blur(14px);
  border-bottom: 1px solid rgba(142, 107, 74, 0.18);
}

.nav {
  max-width: 1180px;
  margin: 0 auto;
  padding: 14px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 22px;
}

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

.brand img {
  width: 122px;
  height: auto;
}

.brand-text {
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  line-height: 1;
  color: var(--ink);
}

.nav-links {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  font-size: 13px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: var(--muted);
}

.nav-links a:hover,
.nav-links a:focus {
  color: var(--taupe);
}

.nav-actions {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mobile-menu-button {
  display: none;
  width: 42px;
  height: 42px;
  border: 1px solid var(--line);
  background: var(--white);
  color: var(--ink);
  border-radius: 4px;
  cursor: pointer;
}

.mobile-menu-button span {
  display: block;
  width: 18px;
  height: 2px;
  margin: 4px auto;
  background: currentColor;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 14px 24px;
  border-radius: 4px;
  border: 1px solid transparent;
  background: var(--taupe);
  color: var(--white);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
  transition: transform 180ms ease, background 180ms ease, color 180ms ease, border-color 180ms ease;
}

.button:hover,
.button:focus {
  transform: translateY(-1px);
  background: var(--taupe-dark);
}

.button.secondary {
  background: transparent;
  color: var(--ink);
  border-color: rgba(36, 31, 27, 0.35);
}

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

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

.button.light:hover,
.button.light:focus {
  background: var(--linen);
  color: var(--ink);
}

.button.outline-light {
  background: transparent;
  color: var(--white);
  border-color: rgba(255, 255, 255, 0.78);
}

.button.outline-light:hover,
.button.outline-light:focus {
  background: var(--white);
  color: var(--taupe-dark);
}

.hero {
  min-height: 86vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: var(--white);
  background: var(--ink);
}

.hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(36, 31, 27, 0.82) 0%, rgba(36, 31, 27, 0.52) 48%, rgba(36, 31, 27, 0.2) 100%);
  background-size: cover;
  background-position: center;
  transform: scale(1.02);
}

.hero.hero-image-home::before {
  background-image: linear-gradient(90deg, rgba(36, 31, 27, 0.82) 0%, rgba(36, 31, 27, 0.52) 48%, rgba(36, 31, 27, 0.2) 100%), url("../images/microblading-honolulu-3.jpg");
  background-position: center right;
}

.page-hero.hero-image-microblading::before {
  background-image: linear-gradient(90deg, rgba(36, 31, 27, 0.86) 0%, rgba(36, 31, 27, 0.52) 58%, rgba(36, 31, 27, 0.18) 100%), url("../images/microblading-honolulu-2.jpg");
  background-position: center right;
}

.page-hero.hero-image-lip-blush::before {
  background-image: linear-gradient(90deg, rgba(36, 31, 27, 0.86) 0%, rgba(36, 31, 27, 0.52) 58%, rgba(36, 31, 27, 0.18) 100%), url("../images/lip-blush-honolulu-1.jpg");
  background-position: center;
}

.page-hero.hero-image-powder::before {
  background-image: linear-gradient(90deg, rgba(36, 31, 27, 0.86) 0%, rgba(36, 31, 27, 0.52) 58%, rgba(36, 31, 27, 0.18) 100%), url("../images/microblading-honolulu-4.jpg");
  background-position: center right;
}

.page-hero.hero-image-correction::before {
  background-image: linear-gradient(90deg, rgba(36, 31, 27, 0.86) 0%, rgba(36, 31, 27, 0.52) 58%, rgba(36, 31, 27, 0.18) 100%), url("../images/microblading-honolulu-1.jpg");
  background-position: center right;
}

.hero .container {
  position: relative;
  z-index: 1;
}

.professional-hero {
  min-height: auto;
  padding: 94px 0 76px;
  color: var(--ink);
  background:
    linear-gradient(135deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 42%),
    linear-gradient(135deg, #fffaf3 0%, #f2e8dc 54%, #e8e2d7 100%);
}

.professional-hero::before {
  display: none;
}

.professional-hero::after {
  content: "";
  position: absolute;
  right: min(7vw, 90px);
  top: 50%;
  width: min(38vw, 560px);
  aspect-ratio: 1.9 / 1;
  background-image: url("../images/beauty-touch-pmu-honolulu-logo.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.07;
  transform: translateY(-50%);
  pointer-events: none;
}

.hero-content {
  max-width: 760px;
  padding: 0;
}

.hero h1,
.page-hero h1 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-weight: 500;
  font-size: 72px;
  line-height: 1.02;
  letter-spacing: 0;
}

.professional-hero h1 {
  max-width: 760px;
  color: var(--ink);
  font-size: 68px;
}

.hero p {
  max-width: 650px;
  margin: 24px 0 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.86);
}

.professional-hero .hero-content > p:not(.eyebrow):not(.hero-location) {
  max-width: 620px;
  color: var(--charcoal);
  font-size: 20px;
}

.eyebrow {
  margin: 0 0 16px;
  color: var(--taupe);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.24em;
  text-transform: uppercase;
}

.hero .eyebrow,
.page-hero .eyebrow,
.final-cta .eyebrow {
  color: #f2d7c4;
}

.professional-hero .eyebrow {
  color: var(--taupe-dark);
}

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

.professional-hero .hero-actions {
  margin-top: 30px;
}

.professional-hero .button.secondary {
  color: var(--ink);
  border-color: rgba(36, 31, 27, 0.35);
}

.professional-hero .button.secondary:hover,
.professional-hero .button.secondary:focus {
  background: var(--ink);
  border-color: var(--ink);
  color: var(--white);
}

.hero-meta {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-meta span,
.pill {
  display: inline-flex;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.28);
  border-radius: 999px;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.86);
}

.hero-assurance {
  margin-top: 28px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.hero-assurance span {
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 8px 12px;
  border: 1px solid rgba(142, 107, 74, 0.28);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.58);
  color: var(--taupe-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  backdrop-filter: blur(10px);
}

.hero-location {
  max-width: 560px;
  margin-top: 18px;
  color: var(--muted);
  font-size: 15px;
}

.container {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
}

.section {
  padding: 86px 0;
}

.section.compact {
  padding: 62px 0;
}

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

.section.linen {
  background: var(--linen);
}

.section.mist {
  background: var(--mist);
}

.section.blush {
  background: var(--blush);
}

.section-header {
  max-width: 760px;
  margin-bottom: 44px;
}

.section-header.center {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

h2,
.section-title {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 48px;
  line-height: 1.08;
  font-weight: 500;
  letter-spacing: 0;
}

h3 {
  margin: 0;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 30px;
  line-height: 1.18;
  font-weight: 600;
  letter-spacing: 0;
}

.lead {
  margin: 18px 0 0;
  max-width: 720px;
  color: var(--muted);
  font-size: 18px;
}

.center .lead {
  margin-left: auto;
  margin-right: auto;
}

.trust-strip {
  background: var(--ink);
  color: var(--white);
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.trust-grid {
  width: min(1120px, calc(100% - 44px));
  margin: 0 auto;
  padding: 18px 0;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.trust-item {
  display: flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.trust-item::before {
  content: "";
  width: 7px;
  height: 7px;
  flex: 0 0 auto;
  background: var(--rose);
  border-radius: 50%;
}

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

.gallery-card {
  position: relative;
  min-height: 300px;
  overflow: hidden;
  border-radius: 6px;
  background: var(--linen);
  box-shadow: var(--shadow);
}

.gallery-card img {
  width: 100%;
  height: 100%;
  min-height: 300px;
  object-fit: cover;
  transition: transform 250ms ease;
}

.gallery-card:hover img {
  transform: scale(1.03);
}

.gallery-caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 46px 18px 18px;
  background: linear-gradient(180deg, rgba(36, 31, 27, 0) 0%, rgba(36, 31, 27, 0.88) 100%);
  color: var(--white);
  font-size: 14px;
}

.notice {
  margin-top: 18px;
  color: var(--muted);
  font-size: 13px;
}

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

.card {
  background: var(--white);
  border: 1px solid rgba(142, 107, 74, 0.2);
  border-radius: 8px;
  padding: 28px;
  box-shadow: 0 12px 35px rgba(36, 31, 27, 0.04);
}

.card.highlight {
  background: var(--mist);
  border-color: rgba(102, 116, 95, 0.38);
}

.card-media {
  padding: 0;
  overflow: hidden;
}

.card-media img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

.card-media .card-body {
  padding: 28px;
}

.service-meta {
  margin-bottom: 10px;
  color: var(--sage);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.price {
  margin: 16px 0 12px;
  color: var(--taupe);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 1;
  font-weight: 600;
}

.card p,
.step p,
.review-card p,
.split-copy p,
.faq-answer,
.service-list li,
.timeline li {
  color: var(--muted);
}

.card .button {
  width: 100%;
  margin-top: 20px;
}

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

.feature-card {
  background: rgba(255, 255, 255, 0.72);
  border: 1px solid rgba(102, 116, 95, 0.25);
  border-radius: 8px;
  padding: 24px;
}

.feature-card .number {
  color: var(--rose);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  line-height: 1;
  margin-bottom: 14px;
}

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

.step {
  background: var(--white);
  border: 1px solid var(--line);
  border-radius: 8px;
  padding: 24px;
}

.step-number {
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  background: var(--taupe);
  color: var(--white);
  border-radius: 50%;
  font-weight: 800;
}

.split {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 54px;
  align-items: center;
}

.artist-photo-card {
  margin: 0;
  overflow: hidden;
  border-radius: 8px;
  background: var(--white);
  border: 1px solid var(--line);
  box-shadow: var(--shadow);
}

.artist-photo-card img {
  width: 100%;
  height: auto;
  object-fit: contain;
  object-position: center top;
  background: var(--white);
}

.artist-photo-card figcaption {
  padding: 16px 18px 18px;
  color: var(--muted);
  font-size: 14px;
  background: var(--white);
}

.artist-photo-card figcaption span {
  display: block;
  margin-bottom: 4px;
  color: var(--taupe-dark);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.credential-list,
.service-list,
.timeline {
  margin: 24px 0 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 12px;
}

.credential-list li,
.service-list li,
.timeline li {
  position: relative;
  padding-left: 24px;
}

.credential-list li::before,
.service-list li::before,
.timeline li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.72em;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--sage);
}

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

.review-card {
  background: var(--white);
  border: 1px solid rgba(142, 107, 74, 0.2);
  border-radius: 8px;
  padding: 28px;
}

.review-stars {
  color: var(--taupe);
  font-weight: 900;
  letter-spacing: 0.06em;
  margin-bottom: 12px;
}

.review-name {
  margin-top: 18px;
  color: var(--sage);
  font-weight: 800;
}

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

.faq-item {
  border-bottom: 1px solid var(--line);
}

.faq-question {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
  border: 0;
  background: transparent;
  color: var(--ink);
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 26px;
  line-height: 1.2;
  text-align: left;
  cursor: pointer;
}

.faq-question::after {
  content: "+";
  flex: 0 0 auto;
  color: var(--taupe);
  font-family: "Inter", sans-serif;
  font-size: 24px;
}

.faq-item.open .faq-question::after {
  content: "-";
}

.faq-answer {
  display: none;
  padding: 0 0 22px;
}

.faq-item.open .faq-answer {
  display: block;
}

.location-grid {
  display: grid;
  grid-template-columns: 0.85fr 1.15fr;
  gap: 36px;
  align-items: stretch;
}

.contact-list {
  display: grid;
  gap: 18px;
}

.contact-list strong {
  display: block;
  color: var(--taupe-dark);
  font-size: 12px;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.map-frame {
  min-height: 420px;
  border: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: var(--linen);
}

.final-cta {
  padding: 86px 0;
  color: var(--white);
  background: linear-gradient(135deg, var(--taupe-dark) 0%, var(--sage) 100%);
  text-align: center;
}

.final-cta h2 {
  color: var(--white);
}

.final-cta .lead {
  color: rgba(255, 255, 255, 0.86);
}

.final-cta .section-actions {
  justify-content: center;
}

.site-footer {
  background: var(--ink);
  color: rgba(255, 255, 255, 0.76);
  padding: 64px 0 92px;
}

.footer-grid {
  display: grid;
  grid-template-columns: 1.2fr 0.8fr 0.8fr;
  gap: 36px;
}

.footer-logo {
  width: 150px;
  margin-bottom: 18px;
}

.footer-heading {
  margin: 0 0 12px;
  color: var(--white);
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.footer-links {
  display: grid;
  gap: 8px;
}

.footer-links a:hover,
.footer-links a:focus {
  color: var(--white);
}

.footer-bottom {
  margin-top: 40px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.14);
  color: rgba(255, 255, 255, 0.52);
  font-size: 13px;
}

.page-hero {
  position: relative;
  min-height: 520px;
  display: flex;
  align-items: center;
  color: var(--white);
  background: var(--ink);
  overflow: hidden;
}

.page-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: linear-gradient(90deg, rgba(36, 31, 27, 0.86) 0%, rgba(36, 31, 27, 0.52) 58%, rgba(36, 31, 27, 0.18) 100%);
  background-size: cover;
  background-position: center;
}

.page-hero .container {
  position: relative;
  z-index: 1;
  padding: 86px 0;
}

.page-hero-content {
  max-width: 760px;
}

.page-hero p {
  max-width: 650px;
  margin: 22px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 19px;
}

.two-col {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 26px;
}

.content-block {
  max-width: 780px;
}

.content-block + .content-block {
  margin-top: 44px;
}

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

.mini-gallery img {
  width: 100%;
  height: 320px;
  object-fit: cover;
  border-radius: 8px;
  box-shadow: var(--shadow);
}

.sticky-mobile-cta {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: none;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 10px 12px;
  background: rgba(255, 249, 242, 0.96);
  border-top: 1px solid var(--line);
  backdrop-filter: blur(12px);
}

.sticky-mobile-cta .button {
  min-height: 44px;
  padding: 12px 10px;
  font-size: 12px;
}

@media (max-width: 1000px) {
  .nav-links {
    position: fixed;
    left: 0;
    right: 0;
    top: 72px;
    display: none;
    padding: 20px;
    background: var(--ivory);
    border-bottom: 1px solid var(--line);
    box-shadow: var(--shadow);
    flex-direction: column;
    align-items: stretch;
  }

  .nav-links.open {
    display: flex;
  }

  .mobile-menu-button {
    display: inline-block;
  }

  .nav-actions .button {
    display: none;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 54px;
  }

  .professional-hero {
    min-height: auto;
    padding: 70px 0 58px;
  }

  .professional-hero h1 {
    font-size: 56px;
  }

  .trust-grid,
  .service-grid,
  .feature-grid,
  .process-grid,
  .review-grid,
  .footer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .split,
  .location-grid {
    grid-template-columns: 1fr;
  }

  .artist-photo-card img {
    height: auto;
  }
}

@media (max-width: 720px) {
  .brand img {
    width: 104px;
  }

  .hero {
    min-height: 78vh;
  }

  .professional-hero {
    min-height: auto;
    padding: 48px 0 38px;
  }

  .hero::before,
  .page-hero::before {
    background-image: linear-gradient(180deg, rgba(36, 31, 27, 0.88) 0%, rgba(36, 31, 27, 0.58) 54%, rgba(36, 31, 27, 0.42) 100%);
  }

  .hero.hero-image-home::before {
    background-image: linear-gradient(180deg, rgba(36, 31, 27, 0.88) 0%, rgba(36, 31, 27, 0.58) 54%, rgba(36, 31, 27, 0.42) 100%), url("../images/microblading-honolulu-3.jpg");
  }

  .page-hero.hero-image-microblading::before {
    background-image: linear-gradient(180deg, rgba(36, 31, 27, 0.88) 0%, rgba(36, 31, 27, 0.58) 54%, rgba(36, 31, 27, 0.42) 100%), url("../images/microblading-honolulu-2.jpg");
  }

  .page-hero.hero-image-lip-blush::before {
    background-image: linear-gradient(180deg, rgba(36, 31, 27, 0.88) 0%, rgba(36, 31, 27, 0.58) 54%, rgba(36, 31, 27, 0.42) 100%), url("../images/lip-blush-honolulu-1.jpg");
  }

  .page-hero.hero-image-powder::before {
    background-image: linear-gradient(180deg, rgba(36, 31, 27, 0.88) 0%, rgba(36, 31, 27, 0.58) 54%, rgba(36, 31, 27, 0.42) 100%), url("../images/microblading-honolulu-4.jpg");
  }

  .page-hero.hero-image-correction::before {
    background-image: linear-gradient(180deg, rgba(36, 31, 27, 0.88) 0%, rgba(36, 31, 27, 0.58) 54%, rgba(36, 31, 27, 0.42) 100%), url("../images/microblading-honolulu-1.jpg");
  }

  .hero-content {
    padding: 70px 0 56px;
  }

  .professional-hero .hero-content {
    padding: 0;
  }

  .hero h1,
  .page-hero h1 {
    font-size: 42px;
  }

  .professional-hero h1 {
    font-size: 43px;
  }

  .professional-hero::after {
    display: none;
  }

  .hero p,
  .page-hero p {
    font-size: 17px;
  }

  .professional-hero .hero-content > p:not(.eyebrow):not(.hero-location) {
    font-size: 17px;
  }

  .section {
    padding: 62px 0;
  }

  h2,
  .section-title {
    font-size: 36px;
  }

  h3 {
    font-size: 26px;
  }

  .lead {
    font-size: 16px;
  }

  .hero-actions,
  .section-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .button {
    width: 100%;
  }

  .trust-grid,
  .service-grid,
  .feature-grid,
  .process-grid,
  .review-grid,
  .gallery-grid,
  .two-col,
  .mini-gallery,
  .footer-grid {
    grid-template-columns: 1fr;
  }

  .gallery-card,
  .gallery-card img {
    min-height: 250px;
  }

  .card {
    padding: 24px;
  }

  .card-media {
    padding: 0;
  }

  .artist-photo-card img {
    height: auto;
  }

  .faq-question {
    font-size: 23px;
  }

  .map-frame {
    min-height: 320px;
  }

  .sticky-mobile-cta {
    display: grid;
  }
}
