:root {
  --color-background: #0d0d0f;
  --color-surface: #16161a;
  --color-raised: #1f1f25;
  --color-primary: #d6a347;
  --color-primary-dark: #a6792a;
  --color-text: #f3f3f4;
  --color-muted: #b8b8bc;
  --color-border: rgba(255, 255, 255, 0.08);
  --container-width: 1200px;
  --gutter: 1.5rem;
  --shadow-sm: 0 8px 24px rgba(0, 0, 0, 0.4);
  --shadow-lg: 0 20px 50px rgba(0, 0, 0, 0.55);
}

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

html {
  font-size: 16px;
}

body {
  margin: 0;
  background: radial-gradient(circle at top left, rgba(214, 163, 71, 0.15), transparent 45%),
    radial-gradient(circle at bottom right, rgba(214, 163, 71, 0.08), transparent 40%), var(--color-background);
  color: var(--color-text);
  font-family: "Poppins", "Segoe UI", sans-serif;
  line-height: 1.6;
}

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

a:hover {
  color: var(--color-primary);
}

a.button--primary:hover {
  color: var(--color-text);
}

.page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.container {
  width: min(100% - 2 * var(--gutter), var(--container-width));
  margin-inline: auto;
}

.eyebrow {
  display: inline-block;
  font-size: 0.75rem;
  letter-spacing: 0.25rem;
  text-transform: uppercase;
  color: var(--color-primary);
  margin-bottom: 0.75rem;
}

.eyebrow--dark {
  /* color: var(--color-primary-dark); */
  color: var(--color-raised);
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.9rem 1.6rem;
  border-radius: 999px;
  border: 1px solid transparent;
  font-weight: 600;
  transition: transform 0.3s ease, box-shadow 0.3s ease, background 0.3s ease, color 0.3s ease;
}

.button--primary {
  background: var(--color-primary);
  color: #101014;
  box-shadow: var(--shadow-sm);
}

.button--primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 30px rgba(214, 163, 71, 0.35);
}

.button--ghost {
  border-color: rgba(255, 255, 255, 0.3);
  /* color: var(--color-text); */
  color: rgba(15, 15, 18, 0.92);
}

.button--ghost:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.button--outline {
  border-color: rgba(255, 255, 255, 0.35);
  padding-inline: 1.4rem;
}

.button--outline:hover {
  border-color: var(--color-primary);
  color: var(--color-primary);
}

.button--dark {
  background: #19191d;
  border-color: #19191d;
  color: var(--color-text);
  box-shadow: var(--shadow-sm);
}

.button--dark:hover {
  background: var(--color-primary-dark);
  border-color: var(--color-primary-dark);
}

.top-bar {
  background: rgba(10, 10, 12, 0.9);
  border-bottom: 1px solid var(--color-border);
  font-size: 0.85rem;
}

.top-bar__content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
  padding-block: 0.65rem;
  flex-wrap: wrap;
}

.top-bar__label {
  text-transform: uppercase;
  letter-spacing: 0.12rem;
  color: var(--color-muted);
  font-size: 0.7rem;
  margin-right: 0.35rem;
}

.top-bar__value {
  font-weight: 600;
}

.top-bar__social {
  display: flex;
  gap: 0.5rem;
  align-items: center;
}

.pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.1rem;
  height: 2.1rem;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  font-size: 0.75rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.pill--facebook {
  background: #35558a;
}

.pill--instagram {
  background: linear-gradient(135deg, #ee645b, #d641a2);
}

.pill--yelp {
  background: #d32323;
}

.pill--linkedin {
  background: #0a66c2;
}

.nav-bar {
  background: rgba(15, 15, 18, 0.92);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(12px);
}

.nav-bar__content {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 2rem;
  padding-block: 1.25rem;
}

.logo-placeholder {
  width: 180px;
  height: 58px;
  /* background: linear-gradient(135deg, rgba(214, 163, 71, 0.5), rgba(214, 163, 71, 0.1)); */
  /* border: 1px solid rgba(214, 163, 71, 0.45); */
  background-image: url('./images/logo.png');

  /* border-radius: 12px; */
  position: relative;
  background-size: 100% auto;
}

/* .logo-placeholder::after {
  content: "LOGO";
  position: absolute;
  inset: 0;
  display: grid;
  place-items: center;
  font-weight: 600;
  font-size: 0.9rem;
  letter-spacing: 0.3rem;
  color: rgba(255, 255, 255, 0.6);
} */

.primary-nav {
  display: flex;
  gap: 1.75rem;
  justify-content: center;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2rem;
}

.primary-nav a {
  color: var(--color-muted);
  position: relative;
  padding-bottom: 0.25rem;
}

.primary-nav a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: var(--color-primary);
  transition: width 0.3s ease;
}

.primary-nav a:hover {
  color: var(--color-text);
}

.primary-nav a:hover::after {
  width: 100%;
}

.hero {
  position: relative;
  overflow: hidden;
  padding-block: 6rem;
  min-height: 640px;
}

.hero__background {
  position: absolute;
  inset: 0;
  /* background: linear-gradient(135deg, rgba(214, 163, 71, 0.3), rgba(25, 26, 30, 0.9)), */
    /* radial-gradient(circle at 20% 20%, rgba(214, 163, 71, 0.5), transparent 55%); */
  z-index: 0;

  background-image: url(./images/hero/timber-deck-with-modern-pergola-auckland.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

  opacity: 1;
  transform: scale(1);
}

.hero__background--scale {
  /* animation: hero-bg-scale 20s ease-in-out infinite; */
  transform: scale(1.3);
  transition: 4s ease;
}

.hero__overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at 80% 0%, rgba(255, 255, 255, 0.07), transparent 40%);
  mix-blend-mode: screen;
  z-index: 1;
}

.hero__content {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  align-items: center;
  gap: 3rem;
}

.hero__social {
  display: grid;
  gap: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.3rem;
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
}

.hero__social span {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 999px;
  padding: 0.8rem 0.35rem;
  text-align: center;
  background: rgba(0, 0, 0, 0.2);
}

.hero__body h1 {
  font-size: clamp(2.5rem, 4vw, 4rem);
  line-height: 1.1;
  margin-bottom: 1.5rem;
  color: #a77929ff;
}

.hero__body p {
  max-width: 620px;
  color: #3b2909ff;
  margin-bottom: 2.25rem;
}

.hero__actions {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
}

.highlight-band {
  margin-top: -3rem;
  margin-bottom: -3rem;
  position: relative;
  z-index: 3;
}

.highlight-band__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
  gap: 1.5rem;
  background: rgba(18, 18, 22, 1);
  padding: 2.5rem;
  border-radius: 18px;
  border: 1px solid rgba(214, 163, 71, 0.25);
  box-shadow: var(--shadow-lg);
}

.highlight-card {
  text-align: center;
}

.highlight-card__number {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  color: var(--color-primary);
}

.highlight-card__label {
  color: var(--color-muted);
  letter-spacing: 0.08rem;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.section {
  padding-block: clamp(4rem, 10vw, 7rem);
}

.section__header {
  max-width: 720px;
  margin-bottom: 2.5rem;
}

.section__header--center {
  text-align: center;
  margin-inline: auto;
}

.section__header--light {
  margin-bottom: 3rem;
}

.section__header h2 {
  font-size: clamp(1.75rem, 3vw, 2.75rem);
  margin-bottom: 1rem;
  line-height: 1.2;
}

.section__header p {
  color: var(--color-muted);
}

.service-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 2rem;
}

#services {
  position: relative;
  overflow: hidden;
}

#services .container {
  position: relative;
  z-index: 2;
}

#services .section__header p {
  background: rgb(20 18 19 / 40%);
  color: #FAFAFA;
  padding: .5rem 1rem;
  border-radius: 8px;
  display: inline-block;
  max-width: 800px;
  line-height: 1.6;
}

.services__background {
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(15, 15, 18, 0.9), rgba(30, 24, 20, 0.85));
  background-size: cover;
  background-position: center;  
  background-repeat:no-repeat;
}

.services__background-layer {
  position: absolute;
  inset: -5%;
  opacity: 0;
  transition: opacity 0.8s ease, transform 6s ease;
  filter: saturate(1.1);
  transform: scale(1.1);
  background: linear-gradient(135deg, rgba(15, 15, 18, 0.92), rgba(30, 24, 20, 0.85));
  background-size: cover !important;
  background-position: center !important;  
  background-repeat:no-repeat !important;
}

.services__background-layer.is-visible {
  opacity: 1;
  transform: scale(1);
  transition: opacity 2s ease, transform 5s ease;
}

.services__background-layer.is-fading-out {
  opacity: 0;
  transform: scale(1.08);
  transition: opacity 2s ease, transform 5s ease;
}

.service-card {
  background: var(--color-raised);
  background-size: cover;
  background-position: center;

  padding: 2rem;
  border-radius: 18px;
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  gap: 1rem;
  box-shadow: var(--shadow-sm);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.service-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--shadow-lg);
}

.service-card h3 {
  margin: 0;
  font-size: 1.3rem;
}

.service-card p {
  color: var(--color-muted);
  margin: 0;
}

.service-card__icon {
  width: 64px;
  height: 64px;
  border-radius: 18px;
  background: rgba(214, 163, 71, 0.2);
  border: 1px solid rgba(214, 163, 71, 0.35);
}

.service-card__icon--one {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.5), transparent);
}

.service-card__icon--two {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.35), rgba(110, 94, 183, 0.45));
}

.service-card__icon--three {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.35), rgba(199, 96, 60, 0.5));
}

.service-card__icon--four {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.35), rgba(97, 173, 140, 0.5));
}

.featured-services {
  padding-block: clamp(3rem, 9vw, 6rem);
  background: rgba(16, 16, 20, 0.85);
  border-block: 1px solid rgba(255, 255, 255, 0.05);
}

.featured-services__scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(260px, 1fr);
  gap: 1.5rem;
  overflow-x: auto;
  padding-block: 1rem 0.5rem;
  padding-inline: 0.5rem;
  scrollbar-width: thin;
}

.featured-services__scroller::-webkit-scrollbar {
  height: 6px;
}

.featured-services__scroller::-webkit-scrollbar-thumb {
  background: rgba(214, 163, 71, 0.4);
  border-radius: 999px;
}

.featured-card {
  background: var(--color-raised);
  border-radius: 18px;
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  min-height: 340px;
}

.featured-card__badge {
  align-self: flex-start;
  background: rgba(214, 163, 71, 0.9);
  color: #111;
  font-weight: 700;
  letter-spacing: 0.25rem;
  padding: 0.75rem 1.25rem;
  border-bottom-right-radius: 18px;
}

.featured-card__image {
  margin: 1.5rem;
  border-radius: 14px;
  height: 160px;
  background-size: cover;
  background-position: center;
}

.everyday-living    .featured-card__image { background-image: url(./images/tiles/open-plan-kitchen-dining-auckland.jpg); }
.designer-bathrooms .featured-card__image { background-image: url(./images/hero/modern-bathroom-renovation-auckland.jpg); }
.home-extensions    .featured-card__image { background-image: url(./images/tiles/home-extension-deck-renovation-auckland.jpg); }
.outdoor-structures .featured-card__image { background-image: url(./images/hero/timber-deck-with-modern-pergola-auckland.jpg); }

.featured-card__body {
  padding: 0 1.5rem 1.5rem;
  color: var(--color-muted);
}

.about {
  padding-block: clamp(4rem, 10vw, 7rem);
}

.about__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 3rem;
  align-items: center;
}

.about__image {
  min-height: 450px;
  background-image: url(./images/logo-main.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 60% center;
}

.list {
  list-style: none;
  padding: 0;
  margin: 1.5rem 0 2rem;
  display: grid;
  gap: 0.75rem;
}

.list--checked li {
  position: relative;
  padding-left: 1.75rem;
  color: var(--color-muted);
}

.list--checked li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45rem;
  width: 0.9rem;
  height: 0.9rem;
  border-radius: 999px;
  background: var(--color-primary);
  box-shadow: 0 0 0 4px rgba(214, 163, 71, 0.2);
}

.icon-strip {
  padding-block: clamp(3rem, 9vw, 5rem);
  background: rgba(18, 18, 22, 0.95);
  border-block: 1px solid rgba(214, 163, 71, 0.1);
}

.icon-strip__scroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(160px, 1fr);
  gap: 1.25rem;
  overflow-x: auto;
  padding-inline: 0.5rem;
  scrollbar-width: thin;
}

.icon-strip__item {
  background: var(--color-raised);
  border-radius: 18px;
  border: 1px solid var(--color-border);
  padding: 1.75rem 1.25rem;
  text-align: center;
  display: grid;
  gap: 0.75rem;
  font-size: 0.85rem;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  color: var(--color-muted);
}

.icon-strip__icon {
  width: 56px;
  height: 56px;
  margin: 0 auto;
  border-radius: 16px;
  background: rgba(214, 163, 71, 0.2);
  border: 1px solid rgba(214, 163, 71, 0.4);
}

.icon-strip__icon--two {
  background: linear-gradient(120deg, rgba(214, 163, 71, 0.3), rgba(105, 96, 183, 0.45));
}

.icon-strip__icon--three {
  background: linear-gradient(120deg, rgba(214, 163, 71, 0.3), rgba(214, 90, 60, 0.45));
}

.icon-strip__icon--four {
  background: linear-gradient(120deg, rgba(214, 163, 71, 0.3), rgba(90, 173, 152, 0.45));
}

.icon-strip__icon--five {
  background: linear-gradient(120deg, rgba(214, 163, 71, 0.3), rgba(214, 163, 71, 0.6));
}

.projects {
  background: rgba(14, 14, 18, 0.92);
}

.projects__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 2rem;
}

.project-card {
  background: var(--color-raised);
  border-radius: 20px;
  border: 1px solid var(--color-border);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
}

.project-card__image {
  height: 180px;
  background-size:130% auto;
  background-repeat: no-repeat;
  background-position: center;

  /* background: linear-gradient(135deg, rgba(214, 163, 71, 0.4), rgba(39, 39, 48, 0.9)); */
}

/* .project-card__image--two {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.4), rgba(103, 94, 183, 0.5));
}

.project-card__image--three {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.4), rgba(214, 90, 60, 0.4));
}

.project-card__image--four {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.4), rgba(86, 173, 152, 0.5));
}

.project-card__image--five {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.4), rgba(173, 110, 83, 0.5));
}

.project-card__image--six {
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.4), rgba(122, 110, 173, 0.45));
} */

.project-card.kitchen-upgrade .project-card__image {
  background-image: url(./images/tiles/bright-family-kitchen-renovation-auckland.jpg);
}

.project-card.bathroom-transformation .project-card__image {
  background-image: url(./images/hero/modern-bathroom-renovation-auckland.jpg);
}

.project-card.open-plan-living .project-card__image {
  background-image: url(./images/tiles/open-plan-kitchen-living-auckland.jpg);
}

.project-card.outdoor-entertainment .project-card__image {
  background-image: url(./images/hero/timber-deck-with-modern-pergola-auckland.jpg);
}

.project-card.ensuite-rebuild .project-card__image {
  background-image: url(./images/tiles/outdoor.jpg);
}

.project-card.entrance-refresh .project-card__image {
  background-image: url(./images/tiles/bright-kitchen-with-window-auckland.jpg);
}

.project-card__body {
  padding: 1.75rem;
  color: var(--color-muted);
}

.project-card__body h3 {
  color: var(--color-text);
  margin-top: 0;
  margin-bottom: 0.75rem;
}

.process {
  background-color: #1c1c1c;
}

.process__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 1.75rem;
}

.process-step {
  background: var(--color-raised);
  padding: 2rem;
  border-radius: 20px;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  position: relative;
}

.process-step__badge {
  position: absolute;
  top: -1.25rem;
  left: 1.5rem;
  background: var(--color-primary);
  color: #111;
  font-weight: 700;
  padding: 0.5rem 1rem;
  border-radius: 999px;
  letter-spacing: 0.25rem;
}

.process-step h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.process-step p {
  color: var(--color-muted);
  margin: 0;
}

.process .section__footer {
  margin-top: 2rem;
  color: var(--color-muted);
  max-width: 720px;
}

.testimonials {
  background: rgba(18, 18, 22, 0.95);
}

.testimonials__grid {
  display: grid;
  gap: 1.75rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}

.testimonial-card {
  background: var(--color-raised);
  border-radius: 20px;
  padding: 2rem;
  border: 1px solid var(--color-border);
  box-shadow: var(--shadow-sm);
  display: grid;
  gap: 1.5rem;
}

.testimonial-card__quote {
  font-style: italic;
  color: rgba(255, 255, 255, 0.8);
}

.testimonial-card__author {
  display: flex;
  align-items: center;
  gap: 1rem;
  color: var(--color-muted);
}

.testimonial-card__avatar {
  /* width: 56px;
  height: 56px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(214, 163, 71, 0.4), rgba(35, 36, 42, 0.9));
  border: 1px solid rgba(214, 163, 71, 0.5); */

  width: 56px;
  height: 56px;
  border-radius: 50%;
  background-image: url(./images/personicon.png);
  background-size: 110%;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .9;
}

.cta {
  background: linear-gradient(130deg, #d6a347, #9f7123);
  color: #2d210a;
  padding-block: clamp(4rem, 10vw, 7rem);
}

.cta__content {
  display: grid;
  gap: 3rem;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  align-items: start;
}

.cta__content h2 {
  font-size: clamp(2rem, 4vw, 2.8rem);
  margin-bottom: 1rem;
}

.cta__content p {
  color: rgba(45, 33, 10, 0.8);
}

.cta__form {
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 20px;
  display: grid;
  gap: 1.25rem;
}

.form-row {
  display: grid;
  gap: 1.25rem;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
}

.cta__form label {
  display: grid;
  gap: 0.5rem;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
}

.cta__form input,
.cta__form textarea {
  background: rgba(255, 255, 255, 0.9);
  border: none;
  border-radius: 12px;
  padding: 0.85rem 1rem;
  font-family: inherit;
  font-size: 1rem;
  resize: vertical;
}

.cta__form button {
  justify-self: flex-start;
}

.site-footer {
  background: rgba(10, 10, 13, 0.95);
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  margin-top: auto;
}

.site-footer__grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2.5rem;
  padding: clamp(3rem, 9vw, 5rem) 0;
}

.site-footer h3 {
  text-transform: uppercase;
  letter-spacing: 0.2rem;
  font-size: 0.85rem;
  color: rgba(255, 255, 255, 0.7);
}

.site-footer__brand p {
  color: var(--color-muted);
  margin: 1rem 0 0;
}

.logo-placeholder--footer {
  width: 160px;
  height: 50px;
}

.footer-links {
  list-style: none;
  padding: 0;
  margin: 1rem 0 0;
  display: grid;
  gap: 0.6rem;
  color: var(--color-muted);
}

.footer-links a:hover {
  color: var(--color-primary);
}

.footer-social {
  display: flex;
  gap: 0.75rem;
  margin-top: 1rem;
}

.site-footer__bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-block: 1.25rem;
  font-size: 0.8rem;
  color: var(--color-muted);
}

.site-footer__bottom-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.reveal { opacity: 0; transform: translateY(18px); transition: opacity 1.7s ease, transform 1.7s ease; }
.reveal.is-in { opacity: 1; transform: none; }
.reveal-slow { transition-duration: 1s; }
@media (prefers-reduced-motion: reduce) {
  .reveal { opacity: 1 !important; transform: none !important; }
}


.service-card:hover, .featured-card:hover, .project-card:hover, .process-step:hover {
  outline: 1px solid rgba(214,163,71,.35);
  outline-offset: -1px;
}

.hero .stagger { opacity: 0; transform: translateY(10px); transition: opacity .6s ease, transform .6s ease; }
.hero .stagger.in { opacity: 1; transform: none; }

.featured-services__scroller { scroll-snap-type: x mandatory; }
.featured-card { scroll-snap-align: start; }


.hero__body p.hero-text-block {
  background: rgba(0, 0, 0, 0.55); /* semi-transparent black */
  color: #FAFAFA; /* warm white for readability */
  padding: 1rem 1.5rem;
  border-radius: 8px;
  display: inline-block; /* keeps the box tight around the text */
  max-width: 720px;
  line-height: 1.6;
}

/* .hero__body p { color: var(--color-muted); } */

@media (max-width: 900px) {
  .nav-bar__content {
    grid-template-columns: 1fr;
    justify-items: center;
    text-align: center;
  }

  .primary-nav {
    flex-wrap: wrap;
  }

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

  .hero__social {
    display: none;
  }

  .highlight-band {
    margin-top: -2rem;
  }
}

@media (max-width: 600px) {
  .top-bar__content {
    justify-content: center;
  }

  .hero {
    padding-block: 4rem;
  }

  .section {
    padding-block: 3.5rem;
  }

  .highlight-band__grid {
    padding: 2rem 1.5rem;
  }

  .cta__content {
    padding: 0.5rem;
  }

  .cta__form {
    padding: 1.5rem;
  }
}

@media (max-width: 900px), (prefers-reduced-motion: reduce) {
  .services__background-layer { transition: none !important; }
}
