:root {
  --fh-bg: #f7f1e8;
  --fh-paper: rgba(255, 251, 245, 0.94);
  --fh-paper-solid: #fffaf3;
  --fh-surface: #f1e5d1;
  --fh-ink: #181712;
  --fh-muted: #5d564d;
  --fh-line: rgba(37, 30, 21, 0.14);
  --fh-dark: #1f211d;
  --fh-dark-2: #2b2e27;
  --fh-accent: #c85b23;
  --fh-accent-2: #e18a3f;
  --fh-olive: #6d7349;
  --fh-shadow: 0 28px 60px rgba(26, 20, 13, 0.12);
  --fh-shadow-strong: 0 34px 84px rgba(20, 16, 11, 0.2);
  --fh-radius: 30px;
  --fh-radius-lg: 42px;
}

body[data-surface="public"] {
  background:
    radial-gradient(circle at top right, rgba(200, 91, 35, 0.14), transparent 22%),
    radial-gradient(circle at 16% 28%, rgba(109, 115, 73, 0.1), transparent 24%),
    linear-gradient(180deg, #f7f1e8 0%, #efe4d4 100%);
  color: var(--fh-ink);
}

.public-page.fix-public {
  display: grid;
  gap: clamp(36px, 4vw, 74px);
  max-width: 1380px;
  padding: clamp(14px, 2vw, 24px) clamp(14px, 2vw, 22px) 0;
}

.site-shell {
  overflow-x: hidden;
}

.site-header {
  backdrop-filter: blur(18px);
  background: rgba(255, 249, 241, 0.86);
  border: 1px solid rgba(70, 57, 39, 0.12);
  border-radius: 36px;
  box-shadow: 0 18px 44px rgba(29, 23, 16, 0.08);
  display: grid;
  grid-template-columns: auto 1fr auto;
  left: auto;
  margin: 0 auto;
  max-width: 1360px;
  position: sticky;
  top: 14px;
  transform: none;
  width: auto;
  z-index: 50;
}

.site-brand {
  align-items: center;
  display: inline-flex;
  min-width: 184px;
  text-decoration: none;
}

.site-brand-copy {
  display: grid;
  gap: 2px;
}

.site-brand-copy strong {
  color: var(--fh-ink);
  font-size: clamp(2.5rem, 3vw, 3.35rem);
  line-height: 0.88;
}

.site-brand-copy span {
  color: #4d6472;
  font-size: 1rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.site-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 10px 18px;
  justify-content: center;
}

.site-nav a {
  color: rgba(24, 23, 18, 0.9);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.11em;
  position: relative;
  text-transform: uppercase;
}

.site-nav a::after {
  background: linear-gradient(90deg, var(--fh-accent), var(--fh-accent-2));
  border-radius: 999px;
  bottom: -8px;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: scaleX(0.5);
  transform-origin: center;
  transition: opacity 160ms ease, transform 160ms ease;
  width: 100%;
}

.site-nav a:hover::after,
.site-nav a[aria-current="page"]::after {
  opacity: 1;
  transform: scaleX(1);
}

.site-header-actions {
  align-items: center;
}

.site-chip {
  border-radius: 999px;
  font-size: 0.84rem;
  font-weight: 800;
  padding: 0 24px;
}

.site-chip--coral {
  background: linear-gradient(135deg, var(--fh-accent) 0%, var(--fh-accent-2) 100%);
  box-shadow: 0 20px 44px rgba(200, 91, 35, 0.28);
}

.site-chip--ghost {
  background: rgba(255, 251, 246, 0.92);
  border: 1px solid rgba(55, 47, 36, 0.12);
}

.site-footer {
  background:
    radial-gradient(circle at top left, rgba(200, 91, 35, 0.22), transparent 20%),
    linear-gradient(180deg, rgba(21, 23, 18, 0.98) 0%, rgba(14, 15, 12, 1) 100%);
  margin-top: 22px;
  padding-bottom: 118px;
  padding-top: 58px;
}

.site-footer-grid {
  align-items: start;
  gap: 30px;
}

.site-footer-brand strong {
  font-size: clamp(2.75rem, 4vw, 3.6rem);
}

.site-footer-brand span {
  color: var(--fh-accent-2);
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fh-public img {
  display: block;
  height: 100%;
  object-fit: cover;
  width: 100%;
}

.fh-kicker {
  color: var(--fh-accent);
  font-size: 0.9rem;
  font-weight: 800;
  letter-spacing: 0.14em;
  margin: 0;
  text-transform: uppercase;
}

.fh-display,
.fh-section-title,
.fh-card-title,
.fh-cta-panel h2,
.fh-band-copy h2,
.fh-intro-copy h1,
.fh-form-shell h1 {
  color: var(--fh-ink);
  font-family: var(--font-display);
  letter-spacing: 0.01em;
  line-height: 0.94;
  margin: 0;
  text-transform: uppercase;
}

.fh-display {
  font-size: clamp(4.5rem, 8.4vw, 7.5rem);
}

.fh-section-title {
  font-size: clamp(2.3rem, 4.2vw, 4.2rem);
}

.fh-public p,
.fh-public li,
.fh-public label,
.fh-public input,
.fh-public textarea,
.fh-public select {
  font-family: var(--font-body);
}

.fh-lead,
.fh-copy,
.fh-list,
.fh-card p,
.fh-band-copy p,
.fh-quote-card p,
.fh-form-note,
.fh-faq-item p,
.fh-review-highlight p {
  color: rgba(24, 23, 18, 0.84);
  font-size: 1rem;
  line-height: 1.72;
}

.fh-home-hero {
  align-items: stretch;
  display: grid;
  gap: clamp(20px, 2vw, 30px);
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
}

.fh-angle-copy,
.fh-panel,
.fh-form-shell,
.fh-card,
.fh-quote-card,
.fh-review-highlight,
.fh-process-panel,
.fh-faq-panel,
.fh-contact-card,
.fh-map-card {
  background: var(--fh-paper);
  border: 1px solid var(--fh-line);
  box-shadow: var(--fh-shadow);
}

.fh-angle-copy {
  clip-path: polygon(0 0, 91% 0, 77% 100%, 0 100%);
  padding: clamp(34px, 4vw, 74px) clamp(88px, 10vw, 126px) clamp(34px, 4vw, 74px) clamp(24px, 3vw, 42px);
}

.fh-home-hero .fh-lead {
  margin: 20px 0 0;
  max-width: 560px;
}

.fh-checklist,
.fh-list,
.fh-mini-list {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 24px 0 0;
  padding: 0;
}

.fh-checklist li,
.fh-mini-list li {
  align-items: center;
  color: rgba(24, 23, 18, 0.92);
  display: inline-flex;
  gap: 12px;
}

.fh-checklist li::before,
.fh-mini-list li::before {
  color: var(--fh-olive);
  content: "✓";
  font-weight: 800;
}

.fh-action-row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  margin-top: 28px;
}

.fh-action-row .site-chip {
  text-decoration: none;
}

.fh-micro {
  color: rgba(24, 23, 18, 0.66);
  font-size: 0.92rem;
  margin: 16px 0 0;
}

.fh-hero-visual {
  display: grid;
  gap: 16px;
  grid-template-columns: minmax(0, 1fr) minmax(220px, 0.62fr);
  grid-template-rows: minmax(420px, 1fr) auto;
  position: relative;
}

.fh-photo-frame {
  border-radius: var(--fh-radius-lg);
  box-shadow: var(--fh-shadow-strong);
  min-height: 100%;
  overflow: hidden;
  position: relative;
}

.fh-photo-frame--hero {
  grid-column: 1 / span 2;
  grid-row: 1 / span 1;
}

.fh-photo-frame--detail {
  border-radius: 0 0 34px 34px;
  clip-path: polygon(9% 0, 100% 0, 100% 100%, 0 100%);
  grid-column: 2 / span 1;
  grid-row: 2 / span 1;
  margin-left: auto;
  max-width: 360px;
}

.fh-photo-frame--detail img {
  min-height: 210px;
}

.fh-badge {
  align-items: center;
  aspect-ratio: 1;
  background: var(--fh-paper-solid);
  border: 4px solid rgba(200, 91, 35, 0.72);
  border-radius: 50%;
  box-shadow: var(--fh-shadow);
  color: var(--fh-accent);
  display: grid;
  font-family: var(--font-display);
  font-size: clamp(1.05rem, 1.5vw, 1.3rem);
  grid-column: 1 / span 1;
  grid-row: 2 / span 1;
  justify-self: center;
  letter-spacing: 0.06em;
  line-height: 1.02;
  max-width: 148px;
  padding: 18px;
  place-items: center;
  text-align: center;
  text-transform: uppercase;
  transform: translateY(-28px);
}

.fh-trust-ribbon {
  background: linear-gradient(135deg, rgba(31, 33, 29, 0.98), rgba(46, 48, 42, 0.98));
  border-radius: 30px;
  box-shadow: var(--fh-shadow-strong);
  color: #fbf6ef;
  display: grid;
  gap: 1px;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  overflow: hidden;
}

.fh-ribbon-item {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(0, 0, 0, 0.04));
  padding: 26px 24px;
}

.fh-ribbon-item strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(1.65rem, 2.4vw, 2.2rem);
  margin-bottom: 6px;
  text-transform: uppercase;
}

.fh-ribbon-item span {
  color: rgba(251, 246, 239, 0.76);
  font-size: 0.95rem;
  line-height: 1.55;
}

.fh-story-grid,
.fh-band-layout,
.fh-review-layout,
.fh-contact-layout,
.fh-intro-split {
  display: grid;
  gap: clamp(20px, 2vw, 30px);
  grid-template-columns: minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.fh-panel {
  border-radius: 36px;
  padding: clamp(24px, 3vw, 42px);
}

.fh-panel--dark,
.fh-band-copy,
.fh-process-strip,
.fh-review-highlight {
  background: linear-gradient(180deg, rgba(28, 30, 26, 0.98), rgba(18, 19, 16, 1));
  color: #f6eee4;
}

.fh-panel--dark .fh-section-title,
.fh-panel--dark .fh-card-title,
.fh-band-copy h2,
.fh-review-highlight h2,
.fh-process-strip h2,
.fh-process-strip .fh-kicker,
.fh-panel--dark .fh-kicker {
  color: #f6eee4;
}

.fh-panel--dark p,
.fh-panel--dark li,
.fh-band-copy p,
.fh-review-highlight p,
.fh-process-strip p {
  color: rgba(246, 238, 228, 0.82);
}

.fh-image-stack {
  display: grid;
  gap: 18px;
}

.fh-image-stack .fh-photo-frame {
  min-height: 320px;
}

.fh-note-card {
  background: linear-gradient(160deg, rgba(32, 34, 29, 0.98), rgba(41, 43, 38, 0.98));
  border-radius: 34px 0 34px 34px;
  color: #f8f1e7;
  padding: 32px;
}

.fh-note-card h3,
.fh-mini-title {
  font-family: var(--font-display);
  font-size: clamp(2rem, 2.8vw, 2.9rem);
  letter-spacing: 0.01em;
  line-height: 0.96;
  margin: 0;
  text-transform: uppercase;
}

.fh-note-card p {
  color: rgba(248, 241, 231, 0.82);
  line-height: 1.7;
}

.fh-simple-grid,
.fh-card-grid,
.fh-review-grid,
.fh-step-grid,
.fh-mini-card-grid,
.fh-service-grid,
.fh-contact-grid {
  display: grid;
  gap: 18px;
}

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

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

.fh-card,
.fh-quote-card {
  border-radius: 30px;
  padding: 26px;
}

.fh-card-title {
  font-size: clamp(1.7rem, 2vw, 2.35rem);
  margin-bottom: 10px;
}

.fh-band-layout {
  align-items: stretch;
}

.fh-band-copy {
  border-radius: 34px 0 0 34px;
  padding: clamp(30px, 3vw, 44px);
}

.fh-band-aside {
  background: var(--fh-paper-solid);
  border: 1px solid var(--fh-line);
  border-radius: 0 34px 34px 34px;
  box-shadow: var(--fh-shadow);
  display: grid;
  gap: 18px;
  padding: clamp(24px, 3vw, 40px);
}

.fh-stat-block {
  border-bottom: 1px solid rgba(31, 33, 29, 0.1);
  padding-bottom: 18px;
}

.fh-stat-block:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.fh-stat-block strong {
  color: var(--fh-accent);
  display: block;
  font-family: var(--font-display);
  font-size: 2.4rem;
  line-height: 0.92;
}

.fh-process-strip {
  border-radius: 36px;
  display: grid;
  gap: 20px;
  padding: clamp(28px, 3vw, 40px);
}

.fh-step-grid {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.fh-step {
  border-left: 1px solid rgba(248, 241, 231, 0.12);
  padding-left: 18px;
}

.fh-step:first-child {
  border-left: 0;
  padding-left: 0;
}

.fh-step-number {
  color: rgba(109, 115, 73, 0.92);
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.8rem, 5vw, 5rem);
  line-height: 0.78;
  margin-bottom: 10px;
}

.fh-step h3,
.fh-quote-card strong,
.fh-contact-card h3,
.fh-map-card h3 {
  color: inherit;
  font-family: var(--font-display);
  font-size: 1.55rem;
  letter-spacing: 0.02em;
  margin: 0 0 10px;
  text-transform: uppercase;
}

.fh-faq-panel {
  border-radius: 36px;
  padding: clamp(24px, 3vw, 40px);
}

.fh-faq-list {
  display: grid;
  gap: 12px;
  margin-top: 22px;
}

.fh-faq-item {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(37, 30, 21, 0.1);
  border-radius: 22px;
  padding: 0 20px;
}

.fh-faq-item summary {
  cursor: pointer;
  font-weight: 700;
  list-style: none;
  padding: 18px 0;
}

.fh-faq-item summary::-webkit-details-marker {
  display: none;
}

.fh-faq-item p {
  margin: 0 0 18px;
}

.fh-quote-card {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.76), rgba(255, 248, 239, 0.92));
}

.fh-stars {
  color: #d6882c;
  font-size: 1.2rem;
  letter-spacing: 0.14em;
}

.fh-cta-panel {
  background:
    linear-gradient(135deg, rgba(200, 91, 35, 0.98), rgba(160, 72, 27, 0.98)),
    linear-gradient(180deg, rgba(33, 35, 29, 0.2), rgba(33, 35, 29, 0.05));
  border-radius: 36px;
  color: #fff7f0;
  display: grid;
  gap: 18px;
  padding: clamp(26px, 3vw, 42px);
}

.fh-cta-panel h2,
.fh-cta-panel p {
  color: inherit;
}

.fh-cta-panel .site-chip--dark {
  background: rgba(28, 30, 26, 0.82);
}

.fh-intro-split {
  align-items: center;
}

.fh-intro-copy,
.fh-form-shell {
  border-radius: 36px;
  padding: clamp(28px, 3vw, 42px);
}

.fh-intro-copy h1,
.fh-form-shell h1 {
  font-size: clamp(2.8rem, 4.4vw, 4.35rem);
  margin-top: 12px;
}

.fh-intro-copy p {
  margin: 18px 0 0;
}

.fh-photo-frame--page {
  min-height: 420px;
}

.fh-section-block {
  display: grid;
  gap: 18px;
}

.fh-section-head {
  display: grid;
  gap: 8px;
  max-width: 840px;
}

.fh-service-card {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.95), rgba(247, 239, 227, 0.95));
  border: 1px solid rgba(37, 30, 21, 0.1);
  border-radius: 26px;
  box-shadow: var(--fh-shadow);
  padding: 24px;
}

.fh-service-card h3 {
  font-family: var(--font-display);
  font-size: 2rem;
  letter-spacing: 0.01em;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.fh-service-meta {
  color: var(--fh-accent);
  font-size: 0.86rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.fh-service-rail {
  display: grid;
  gap: 18px;
  grid-template-columns: 0.88fr 1.12fr;
}

.fh-service-rail .fh-band-aside {
  border-radius: 34px;
}

.fh-review-layout {
  align-items: stretch;
}

.fh-review-highlight {
  border-radius: 36px;
  padding: clamp(28px, 3vw, 42px);
}

.fh-review-highlight strong {
  display: block;
  font-family: var(--font-display);
  font-size: clamp(2.6rem, 4vw, 4.2rem);
  margin-top: 12px;
  text-transform: uppercase;
}

.fh-form-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-top: 18px;
}

.fh-field {
  display: grid;
  gap: 8px;
}

.fh-field--full {
  grid-column: 1 / -1;
}

.fh-field span {
  color: rgba(24, 23, 18, 0.9);
  font-size: 0.88rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.fh-input,
.fh-field input,
.fh-field textarea,
.fh-field select {
  background: rgba(255, 255, 255, 0.82);
  border: 1px solid rgba(37, 30, 21, 0.12);
  border-radius: 18px;
  color: var(--fh-ink);
  font-size: 1rem;
  min-height: 56px;
  padding: 14px 16px;
  width: 100%;
}

.fh-field textarea {
  min-height: 150px;
  resize: vertical;
}

.fh-choice-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  margin-top: 18px;
}

.fh-choice-card {
  background: rgba(255, 255, 255, 0.66);
  border: 1px solid rgba(37, 30, 21, 0.1);
  border-radius: 24px;
  padding: 18px;
}

.fh-choice-card strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.7rem;
  text-transform: uppercase;
}

.fh-choice-card p {
  margin: 10px 0 0;
}

.fh-form-layout {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
}

.fh-side-stack {
  display: grid;
  gap: 18px;
}

.fh-side-card {
  background: linear-gradient(180deg, rgba(28, 30, 26, 0.98), rgba(18, 19, 16, 1));
  border-radius: 30px;
  color: #f6eee4;
  padding: 24px;
}

.fh-side-card h3 {
  color: inherit;
  font-family: var(--font-display);
  font-size: 2rem;
  margin: 0 0 12px;
  text-transform: uppercase;
}

.fh-side-card p,
.fh-side-card li {
  color: rgba(246, 238, 228, 0.82);
  line-height: 1.7;
}

.fh-side-card ul {
  display: grid;
  gap: 10px;
  margin: 0;
  padding-left: 18px;
}

.fh-timeline {
  display: grid;
  gap: 16px;
}

.fh-timeline-step {
  align-items: start;
  display: grid;
  gap: 14px;
  grid-template-columns: 70px 1fr;
}

.fh-timeline-step strong {
  color: var(--fh-accent);
  font-family: var(--font-display);
  font-size: 3rem;
  line-height: 0.82;
}

.fh-contact-layout {
  align-items: stretch;
}

.fh-contact-card,
.fh-map-card {
  border-radius: 34px;
  padding: 26px;
}

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

.fh-contact-card ul {
  display: grid;
  gap: 12px;
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
}

.fh-contact-card li,
.fh-contact-card a {
  color: rgba(24, 23, 18, 0.86);
  line-height: 1.7;
  text-decoration: none;
}

.fh-map-frame {
  border: 1px solid rgba(37, 30, 21, 0.1);
  border-radius: 24px;
  min-height: 280px;
  overflow: hidden;
}

.fh-map-frame iframe {
  border: 0;
  display: block;
  height: 100%;
  min-height: 280px;
  width: 100%;
}

.fh-hours-list {
  display: grid;
  gap: 10px;
  list-style: none;
  margin: 18px 0 0;
  padding: 0;
}

.fh-hours-list li {
  align-items: center;
  border-bottom: 1px solid rgba(37, 30, 21, 0.08);
  display: flex;
  gap: 14px;
  justify-content: space-between;
  padding-bottom: 10px;
}

.fh-hours-list li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

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

.fh-metric {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.95), rgba(247, 239, 227, 0.95));
  border: 1px solid rgba(37, 30, 21, 0.1);
  border-radius: 26px;
  box-shadow: var(--fh-shadow);
  padding: 22px;
}

.fh-metric strong {
  color: var(--fh-accent);
  display: block;
  font-family: var(--font-display);
  font-size: 2.8rem;
  line-height: 0.88;
}

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

.fh-review-grid .fh-quote-card {
  min-height: 100%;
}

.fh-section-divider {
  align-items: end;
  display: flex;
  justify-content: space-between;
  gap: 24px;
}

.fh-section-divider .site-chip {
  text-decoration: none;
}

.fh-calendar-board {
  background: linear-gradient(180deg, rgba(255, 252, 247, 0.95), rgba(247, 239, 227, 0.95));
  border: 1px solid rgba(37, 30, 21, 0.1);
  border-radius: 30px;
  box-shadow: var(--fh-shadow);
  display: grid;
  gap: 14px;
  padding: 24px;
}

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

.fh-calendar-day {
  background: rgba(255, 255, 255, 0.78);
  border: 1px solid rgba(37, 30, 21, 0.08);
  border-radius: 20px;
  min-height: 118px;
  padding: 14px;
}

.fh-calendar-day strong {
  display: block;
  font-family: var(--font-display);
  font-size: 1.45rem;
  margin-bottom: 12px;
  text-transform: uppercase;
}

.fh-calendar-day span {
  color: rgba(24, 23, 18, 0.7);
  display: block;
  font-size: 0.92rem;
  line-height: 1.5;
}

.fh-compact-cta {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.fh-compact-cta .site-chip {
  text-decoration: none;
}

.fh-spaced-top {
  margin-top: 8px;
}

@media (max-width: 1200px) {
  .fh-home-hero,
  .fh-story-grid,
  .fh-band-layout,
  .fh-intro-split,
  .fh-contact-layout,
  .fh-review-layout,
  .fh-form-layout,
  .fh-service-rail {
    grid-template-columns: 1fr;
  }

  .fh-trust-ribbon,
  .fh-metric-grid,
  .fh-step-grid,
  .fh-service-grid,
  .fh-card-grid,
  .fh-review-grid,
  .fh-choice-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .fh-angle-copy {
    clip-path: none;
    padding-right: clamp(28px, 4vw, 52px);
  }

  .fh-band-copy {
    border-radius: 34px 34px 0 0;
  }

  .fh-band-aside {
    border-radius: 0 0 34px 34px;
  }
}

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

  .site-brand,
  .site-header-actions {
    justify-content: center;
  }

  .fh-trust-ribbon,
  .fh-metric-grid,
  .fh-step-grid,
  .fh-card-grid,
  .fh-review-grid,
  .fh-service-grid,
  .fh-contact-grid,
  .fh-choice-grid,
  .fh-calendar-grid,
  .fh-form-grid {
    grid-template-columns: 1fr;
  }

  .fh-hero-visual {
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }

  .fh-photo-frame--hero,
  .fh-photo-frame--detail,
  .fh-badge {
    grid-column: auto;
    grid-row: auto;
  }

  .fh-photo-frame--detail {
    clip-path: none;
    margin-left: 0;
    max-width: none;
  }

  .fh-badge {
    justify-self: start;
    transform: none;
  }

  .fh-section-divider,
  .fh-compact-cta {
    align-items: start;
    flex-direction: column;
  }
}
