/* Start custom CSS for html, class: .elementor-element-00e738c */body {
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #1d1d1b;
  background: #f6f4ef;
  line-height: 1.55;
}

img {
  max-width: 100%;
  display: block;
}

a {
  color: inherit;
  text-decoration: none;
}

.page {
  min-height: 100vh;
}

.hero {
  box-sizing: border-box;
  background-color: #d8cfbf;
  background-image:
    linear-gradient(rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.35)),
    url("https://hairbyrochester.dk/wp-content/uploads/2024/07/5120B69F-1806-4F1B-917E-3A44297791C4.jpg");
  background-size: cover;
  background-position: center;
  padding: 80px 20px 72px;
}

.hero__content {
  max-width: 960px;
  margin: 0 auto;
  text-align: center;
}

.hero__content .kicker,
.hero__content h1,
.hero__content .intro {
  color: #ffffff;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.35);
}

.kicker {
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 12px;
  margin: 0 0 12px;
}

h1 {
  font-size: 36px;
  margin: 0 0 12px;
}

.intro {
  max-width: 600px;
  margin: 0 auto 20px;
}

.cta {
  display: inline-block;
  border: 1px solid #111111;
  padding: 12px 28px;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  font-weight: 600;
  background: #ffffff;
  color: #111111;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
  transition:
    color 180ms ease,
    background-color 180ms ease,
    transform 180ms ease,
    box-shadow 180ms ease;
}

.cta:hover,
.cta:focus-visible {
  background: #111111;
  color: #ffffff;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.12);
}

.cta:focus-visible {
  outline: 2px solid #111111;
  outline-offset: 3px;
}

.price-section {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 56px 20px 10px;
}

.section-title {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: #6f6a63;
  margin: 0 0 32px;
  text-align: center;
}

.price-grid {
  display: grid;
  box-sizing: border-box;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 28px;
}

.price-card {
  box-sizing: border-box;
  padding: 8px 4px;
}

.price-card h3 {
  font-size: 15px;
  margin: 0 0 12px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
}

.price-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: grid;
  gap: 10px;
}

.price-list li {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #e4ded6;
  padding-bottom: 8px;
}

.price-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.service {
  font-size: 14px;
}

.price {
  font-size: 14px;
  color: #6f6a63;
  white-space: nowrap;
}

.note {
  text-align: center;
  color: #6f6a63;
  margin: 32px 0 0;
  font-size: 14px;
}

.site-footer {
  box-sizing: border-box;
  background: #d8cfbf;
  color: #6f6a63;
  border-top: 1px solid #e4ded6;
  padding: 48px 20px;
}

.footer-inner {
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 32px;
}

.footer-col {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.site-footer h3 {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.18em;
  margin: 0 0 2px;
  color: #1d1d1b;
}

.footer-subtitle {
  margin-top: 24px;
}

.footer-text,
.footer-list {
  font-size: 13px;
  color: #6f6a63;
  line-height: 1.6;
}

.footer-text {
  margin: 0 0 8px;
}

.footer-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.footer-list a,
.footer-text a {
  color: #6f6a63;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.footer-list a:hover,
.footer-text a:hover,
.footer-list a:focus-visible,
.footer-text a:focus-visible {
  color: #1d1d1b;
}

.footer-social {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  align-items: center;
}

.footer-social .icon {
  width: 20px;
  height: 20px;
  display: block;
  fill: currentColor;
}

.icon--inline {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
}

.footer-note {
  font-size: 12px;
  color: #bdbdbd;
  margin: 16px 0 0;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 980px) {
  .price-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .footer-inner {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .hero {
    padding: 56px 16px 48px;
  }

  .price-section {
    padding: 40px 16px 64px;
  }

  .price-grid {
    grid-template-columns: 1fr;
  }

  .footer-inner {
    grid-template-columns: 1fr;
  }
}

/* ---------------------------------------------------------------------------
   Fade underside — tekst + billede (uden aspect-ratio; WP-venlig)
   --------------------------------------------------------------------------- */

.fade-page {
  background: #f6f4ef;
}

.fade-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 40px 48px;
  max-width: 1100px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 20px;
}

.fade-row__text {
  min-width: 0;
}

.fade-row__media {
  min-width: 0;
}

.fade-media {
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 75%;
  background: #e4ded6;
  border: 1px solid #e4ded6;
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.06);
  overflow: hidden;
}

.fade-media__img {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fade-strip {
  padding: 52px 0 56px;
  border-bottom: 1px solid #e4ded6;
}

.fade-strip--alt {
  background: #ffffff;
}

.fade-strip--last {
  border-bottom: none;
  padding-bottom: 64px;
}

.fade-block__heading {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 600;
  color: #1d1d1b;
  margin: 0 0 18px;
  line-height: 1.3;
  letter-spacing: 0.02em;
}

.fade-prose {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 15px;
  line-height: 1.65;
  color: #1d1d1b;
}

.fade-prose p {
  margin: 0 0 16px;
}

.fade-prose p:last-child {
  margin-bottom: 0;
}

.fade-strip__cta {
  margin: 28px 0 0;
}

.fade-strip__cta .cta {
  vertical-align: middle;
}

@media (max-width: 900px) {
  .fade-row {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .fade-media {
    padding-bottom: 62.5%;
  }
}

@media (max-width: 640px) {
  .fade-strip {
    padding: 40px 0 44px;
  }

  .fade-block__heading {
    font-size: 20px;
  }

  .fade-strip--last {
    padding-bottom: 52px;
  }
}/* End custom CSS */