:root {
    /* Brand Theming */
  /* Brand Accent — Red */
--color-accent:         #cc1111;
--color-accent-hover:   #ff4444;
--color-accent-active:  #8b0000;
--color-accent-subtle:  rgba(204, 17, 17, 0.15);
--color-accent-deep:    #2d0000;
--color-rating: #ffd43b;

    /* Color Palette */
--color-neutral-0:      #ffffff;
--color-neutral-50:     #f2f2f4;
--color-neutral-100:    #dddde2;
--color-neutral-200:    #b8b8c0;
--color-neutral-300:    #8e8e98;
--color-neutral-400:    #636370;
--color-neutral-500:    #444450;
--color-neutral-600:    #2e2e38;
--color-neutral-700:    #1e1e26;
--color-neutral-800:    #131318;
--color-neutral-900:    #0a0a0e;

/* Typography */
--font-display:         Dirtyline, sans-serif;
--font-body:            GeneralSans, sans-serif;
--weight-regular:       400;
--weight-medium:        500;
--weight-semibold:      600;
--weight-bold:          700;
--leading-tight:        1.2;
--leading-snug:         1.4;
--leading-base:         1.6;
--leading-relaxed:      1.8;

/* ─── Fluid Type Scale ───────────────────────────────────────────────────────
   Uses clamp(min, preferred, max) so every value scales smoothly
   between a small phone (≈360px) and a wide desktop (≈1440px).
   No abrupt jumps — the viewport width drives every font size continuously.
   ─────────────────────────────────────────────────────────────────────────── */
  --text-xs:      clamp(0.500rem, 0.10vw + 0.47rem, 0.563rem);
  --text-sm:      clamp(0.688rem, 0.20vw + 0.60rem, 0.813rem);
  --text-base:    clamp(0.938rem, 0.30vw + 0.80rem, 1.000rem);
  --text-md:      clamp(1.050rem, 0.60vw + 0.85rem, 1.333rem);
  --text-lg:      clamp(1.150rem, 1.20vw + 0.75rem, 1.777rem);
  --text-xl:      clamp(1.300rem, 1.80vw + 0.65rem, 2.369rem);
  --text-2xl:     clamp(1.550rem, 2.50vw + 0.70rem, 3.157rem);
  --text-3xl:     clamp(1.900rem, 3.50vw + 0.70rem, 4.209rem);
  --text-hero:    clamp(2.500rem, 5.50vw + 0.90rem, 5.610rem);

/* Surfaces — semantic backgrounds */
--surface-page:         var(--color-neutral-800);
--surface-dark:         var(--color-neutral-700);
--surface-darker:       var(--color-neutral-800);
--surface-darkest:      var(--color-neutral-900);
--surface-light:        var(--color-neutral-50);
--surface-card:         var(--color-neutral-600);
--surface-card-border:  rgba(255, 255, 255, 0.08);
--surface-header:       var(--color-neutral-900);

/* Text — semantic */
--text-primary:         var(--color-neutral-0);
--text-secondary:       var(--color-neutral-200);
--text-muted:           var(--color-neutral-400);
--text-subtle:          var(--color-neutral-500);
--text-on-light:        var(--color-neutral-800);
--text-on-light-muted:  var(--color-neutral-400);
--text-accent:          var(--color-accent);

/* Border Radius */
--radius-xs:    4px;
--radius-sm:    8px;
--radius-md:    12px;
--radius-lg:    16px;
--radius-xl:    24px;
--radius-full:  9999px;

/* Shadows */
--shadow-sm:            0 2px 6px rgba(0, 0, 0, 0.3);
--shadow-md:            0 4px 14px rgba(0, 0, 0, 0.4);
--shadow-lg:            0 8px 24px rgba(0, 0, 0, 0.5);
--shadow-xl:            0 16px 48px rgba(0, 0, 0, 0.6);
--shadow-glow-red:      0 0 20px rgba(255, 68, 68, 0.3);
--shadow-glow-white:    0 0 20px rgba(255, 255, 255, 0.08);

/* Transitions */
--ease-out:             cubic-bezier(0.0, 0.0, 0.2, 1);
--ease-in-out:          cubic-bezier(0.4, 0.0, 0.2, 1);
--transition-fast:      0.15s var(--ease-out);
--transition-base:      0.25s var(--ease-out);
--transition-slow:      0.40s var(--ease-in-out);
--transition-xslow:     0.80s var(--ease-in-out);

/* Z-Index */
--z-below:      -1;
--z-base:        0;
--z-raised:      10;
--z-dropdown:    100;
--z-sticky:      200;
--z-overlay:     300;
--z-modal:       400;

/* Spacing Scale — Base 8 */
--space-1:      0.25rem;    /*  4px */
--space-2:      0.50rem;    /*  8px */
--space-3:      0.75rem;    /* 12px */
--space-4:      1.00rem;    /* 16px */
--space-5:      1.25rem;    /* 20px */
--space-6:      1.50rem;    /* 24px */
--space-8:      2.00rem;    /* 32px */
--space-10:     2.50rem;    /* 40px */
--space-12:     3.00rem;    /* 48px */
--space-16:     4.00rem;    /* 64px */
--space-20:     5.00rem;    /* 80px */
--space-24:     6.00rem;    /* 96px */

/* ─── Fluid Section Spacing ──────────────────────────────────────────────────
   Use these on section padding so gutters scale with the viewport —
   never too tight on a tablet, never wasted on a small laptop.
   ─────────────────────────────────────────────────────────────────────────── */
--section-y:    clamp(3.00rem, 7vw,  6.00rem);   /* vertical rhythm */
--section-x:    clamp(1.00rem, 5vw,  2.00rem);   /* horizontal gutters */
--section-y-lg: clamp(4.00rem, 9vw,  8.00rem);   /* larger sections */

/* Layout */
--header-height:    clamp(64px, 8vh, 80px);
--container-max:    1200px;

}

@font-face {
  font-family: Dirtyline;
  src: url('assets/fonts/Dirtyline36Daysoftype2022/woff/Dirtyline 36daysoftype 2022.eot');
  src: url('assets/fonts/Dirtyline36Daysoftype2022/woff/Dirtyline 36daysoftype 2022.eot?#iefix') format('embedded-opentype'),
       url('assets/fonts/Dirtyline36Daysoftype2022/woff/Dirtyline 36daysoftype 2022.woff') format('woff'),
       url('assets/fonts/Dirtyline36Daysoftype2022/woff/Dirtyline 36daysoftype 2022.woff2') format('woff2'),
       url('assets/fonts/Dirtyline36Daysoftype2022/woff/Dirtyline 36daysoftype 2022.ttf') format('truetype');
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}

@font-face {
    font-family: GeneralSans;
    src: url(/assets/fonts/GeneralSans-Medium.ttf) format('truetype');
}

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

html {
  scroll-padding-top: var(--header-height);
}

html, body {
    width: 100%;
    scroll-behavior: smooth;
    color: var(--text-on-light);
    font-family: var(--font-body);
    text-wrap: balance;
    overflow-x: hidden;
}

header {
    width: 100%;
    height: var(--header-height);
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* fluid horizontal gutter — roomy on desktop, tighter as viewport narrows */
    padding: 0 clamp(1rem, 4vw, 2rem);
    gap: clamp(0.5rem, 2vw, 1.5rem);
    background-color: var(--surface-header);
    position: sticky;
    top: 0;
    z-index: var(--z-sticky);
}

.logo {
    /* clamp keeps the logo readable without squeezing the nav */
    font-size: clamp(1.0rem, 1.4vw + 0.5rem, 1.777rem);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
    letter-spacing: 0.03em;
    white-space: nowrap;
    flex-shrink: 0;
}

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

nav {
    display: flex;
    align-items: stretch;
    background-color: var(--surface-card);
    border: 1px solid var(--surface-card-border);
    border-radius: var(--radius-full);
    padding: var(--space-4);
}

nav ul {
    display: flex;
    align-items: stretch;
    list-style: none;
}

nav ul li {
    display: flex;
    align-items: stretch;
}

/* Every nav link AND the services button share identical styles */
nav ul li a,
nav ul li .service-dropdown-button {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: clamp(0.688rem, 0.4vw + 0.55rem, 0.813rem);
    font-weight: var(--weight-medium);
    letter-spacing: 0.06em;
    /* horizontal padding shrinks smoothly as the viewport narrows */
    padding: 0 clamp(0.5rem, 1.2vw, 1.5rem);
    border-radius: var(--radius-full);
    white-space: nowrap;
    background: none;
    border: none;
    cursor: pointer;
    line-height: normal;
    transition: color var(--transition-fast),
                background-color var(--transition-fast);
}

nav ul li a:hover,
nav ul li .service-dropdown-button:hover {
    color: var(--text-primary);
    background-color: rgba(255, 255, 255, 0.06);
}

/* Dropdown panel */
.service-dropdown {
    position: relative;
}

.service-dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    display: none;
    flex-direction: column;
    min-width: 200px;
    background-color: var(--surface-card);
    border: 1px solid var(--surface-card-border);
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-lg);
    z-index: var(--z-dropdown);
    overflow: hidden;
}

.service-dropdown:hover .service-dropdown-content {
    display: flex;
}

.service-dropdown-content a {
    display: block;
    padding: var(--space-3) var(--space-5);
    text-decoration: none;
    color: var(--text-muted);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--weight-medium);
    letter-spacing: 0.04em;
    white-space: nowrap;
    transition: color var(--transition-fast),
                background-color var(--transition-fast);
}

.service-dropdown-content a:hover {
    color: var(--text-primary);
    background-color: rgba(255, 255, 255, 0.06);
}

.cta-buttons {
    display: inline-flex;
    align-items: center;
    gap: var(--space-3);
}

.cta-buttons .button-estimate {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--weight-semibold);
    letter-spacing: 0.06em;
    color: var(--color-neutral-0);
    background-color: var(--color-accent);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-full);
    white-space: nowrap;
    transition: background-color var(--transition-fast);
}

.cta-buttons .button-estimate:hover {
    background-color: var(--color-accent-hover);
}
.cta-buttons .button-estimate:active {
    background-color: var(--color-accent-active);
}

.cta-buttons .button-call {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--weight-semibold);
    letter-spacing: 0.06em;
    color: var(--text-primary);
    background-color: transparent;
    border: 1px solid var(--surface-card-border);
    padding: var(--space-3) var(--space-6);
    border-radius: var(--radius-full);
    white-space: nowrap;
    transition: border-color var(--transition-fast),
                color var(--transition-fast);
}

.cta-buttons .button-call:hover {
    border-color: var(--color-neutral-200);
    color: var(--text-primary);
}

.hero {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-wrap: balance;
    overflow: hidden;
}
 
/* video fills the hero behind all content */
.hero video {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: var(--z-below);
    pointer-events: none; /* allows clicks to pass through to buttons */
}

.hero::after {
    content: '';
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.55);
    z-index: 0;
}

/* all hero children sit above the overlay */
.hero > * {
    position: relative;
    z-index: 1;
}

.hero h1 {
    font-size: var(--text-hero);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
    max-width: 900px;
}
.hero h2 {
    font-size: var(--text-md);
    font-family: var(--font-body);
    font-weight: var(--weight-regular);
    line-height: var(--leading-relaxed);
    color: var(--text-secondary);
    max-width: 620px;
    margin-top: var(--space-4);
}

.hero .cta-buttons {
    margin-top: var(--space-8);
}

.flooring-services {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-16) var(--space-8);
    background-color: var(--surface-dark);
}

.flooring-services h2 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
    max-width: var(--container-max);
    margin-bottom: var(--space-8);
}
.flooring-services p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    font-weight: var(--weight-regular);
    line-height: var(--leading-relaxed);
    color: var(--text-secondary);
    max-width: 720px;
    margin-bottom: var(--space-8);
}

.flooring-services h2, .flooring-services p {
  color: rgba(255, 255, 255, 0.7);
}

.flooring-grid {
    display: flex;
    flex-direction: row;
    gap: var(--space-8);
    width: 100%;
    max-width: var(--container-max);
    align-items: stretch;
}

/* Slideshow container takes up left half */
.services-images {
    flex: 1;
    position: relative;
    overflow: hidden;
    border-radius: var(--radius-sm);
    aspect-ratio: 4/3;
}

.services-images img {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: var(--radius-sm);
    opacity: 0;
    transition: opacity var(--transition-xslow);
}

.services-images img.active {
    opacity: 1;
}

.dots {
    position: absolute;
    bottom: var(--space-3);
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    gap: var(--space-2);
    z-index: var(--z-raised);
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: var(--radius-full);
    background: rgba(255, 255, 255, 0.4);
    transition: background var(--transition-base);
}

.dot.active {
    background: var(--color-neutral-0);
}

.services-list {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: var(--space-2);
}

.services-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: var(--space-6);
    text-align: left;
}

.services-content h2 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
}

.services-content p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
}

.flooring-services .cta-buttons {
    margin-top: var(--space-10);
}

.who-we-are {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: var(--space-24) var(--space-8);
    background-color: var(--color-neutral-700);
    background-image: url('assets/Images/Andys-Media/webp_images/IMG_0887.webp');
    background-size: cover;
    background-position: center 50%;
    background-repeat: no-repeat;
    
}

/* frosted content card */
.who-we-are .content-card {
    position: relative;
    z-index: var(--z-base);
    background: rgba(255, 255, 255, 0.88);
    border-radius: var(--radius-lg);
    padding: var(--space-12) var(--space-10);
    max-width: 680px;
}

.who-we-are h2 {
    font-size: var(--text-3xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-on-light);
    margin-bottom: var(--space-6);
}

.who-we-are p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    font-weight: var(--weight-regular);
    line-height: var(--leading-relaxed);
    color: var(--text-on-light);
    margin-bottom: var(--space-8);
}

.who-we-are .cta-buttons {
    margin-top: var(--space-6);
}

.who-we-are .button-call {
    border-color: var(--color-neutral-400);
    color: var(--color-neutral-800);
}

.who-we-are .button-call:hover {
    border-color: var(--color-neutral-900);
    color: var(--color-neutral-900);
}

.our-purpose {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-24) var(--space-8);
    background-color: var(--color-neutral-700);
    gap: var(--space-8);
}

.our-purpose h2 {
    font-size: var(--text-3xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
}

.our-purpose h3 {
    font-size: var(--text-md);
    font-family: var(--font-body);
    font-weight: var(--weight-regular);
    line-height: var(--leading-tight);
    color: var(--text-secondary);
    max-width: 640px;
}

.our-purpose li {
    font-family: var(--font-body);
    color: var(--text-primary);
    font-size: var(--text-base);
    line-height: var(--leading-relaxed);
    list-style: none;
}

/* Bible verse — display moment */
.our-purpose .verse {
    font-family: var(--font-display);
    font-style: italic;
    font-size: var(--text-md);
    color: var(--text-muted);
    letter-spacing: 0.06em;
    max-width: 560px;
}

.what-we-do {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: var(--space-24) var(--space-8);
    background-color: var(--surface-dark);
    gap: var(--space-16);
}

.what-we-do h2 {
    font-size: var(--text-3xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
    text-align: center;
}

.steps-wrapper {
    display: flex;
    flex-direction: column;
    gap: var(--space-16);
    width: 100%;
    max-width: 700px;
}

.step {
    display: flex;
    align-items: center;
    gap: var(--space-8);
}

.step.right {
    flex-direction: row-reverse;
}

.step.right .step-content {
    text-align: right;
}

.step-number {
    width: 52px;
    height: 52px;
    min-width: 52px;
    border-radius: var(--radius-full);
    background-color: var(--color-accent);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: var(--text-lg);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--color-neutral-0);
    flex-shrink: 0;
}

.step-content h3 {
    font-size: var(--text-xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
    margin-bottom: var(--space-2);
}

.step-content p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
}

.what-we-do .cta-buttons {
    margin-top: var(--space-4);
}

.client-testimonials {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-24) var(--space-8);
    background-color: var(--color-neutral-700);
    gap: var(--space-16);
}

.client-testimonials h2 {
    font-size: var(--text-3xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
}

.client-testimonials h3 {
    font-size: var(--text-md);
    font-family: var(--font-body);
    font-weight: var(--weight-regular);
    line-height: var(--leading-relaxed);
    color: var(--text-primary);
}

.client-testimonials p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
    max-width: 640px;
}

.testimonial-header {
  display: flex;
  align-items: center;
  gap: var(--space-2); /* 8px — perfect for tight UI pairing */
  margin-bottom: var(--space-2);
}

.testimonial-header h3 {
  margin: 0;
  font-size: var(--text-md);
  font-weight: var(--weight-medium); /* slight bump for hierarchy */
}

.testimonial-stars {
  display: flex;
  gap: var(--space-1); /* 4px — tighter for icons */
  fill: var(--color-rating);
}

.testimonial-stars svg {
  width: 1rem;  /* scales with root */
  height: 1rem;
  fill: var(--color-accent-hover); /* use your system, not raw RGB */
}

.client-testimonials .testimonials {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: var(--space-6);
  width: 100%;
  max-width: var(--container-max);
  margin: 0 auto;
  align-items: start;
}

.client-testimonials .testimonials > div {
  background: var(--surface-card);
  padding: var(--space-6);
  border-radius: var(--radius-md);
  box-shadow: var(--shadow-sm);
  text-align: left;
}

.client-testimonials hr {
  margin-bottom: var(--space-6);
}

.free-estimate {
  background-color: var(--surface-dark);
  padding: var(--space-24) var(--space-8);
}

.free-estimate-wrapper {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr; /* subtle bias toward form */
  max-width: var(--container-max);
  margin: 0 auto;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: var(--shadow-lg);
}

.consultation-form {
  background: var(--surface-card);
  padding: var(--space-12);
  display: flex;
  flex-direction: column;
  gap: var(--space-6);
}

.consultation-form h2 {
  font-size: var(--text-2xl);
  font-family: var(--font-display);
  color: var(--text-primary);
  max-width: 420px;
}

.form-row {
  display: flex;
  gap: var(--space-4);
}

.form-group {
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
  flex: 1;
}

.form-group label {
  font-size: var(--text-sm);
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

input,
textarea {
  width: 100%;
  padding: var(--space-3) var(--space-4);
  margin-bottom: var(--space-8);
  border-radius: var(--radius-sm);
  border: 1px solid var(--surface-card-border);
  background: var(--surface-dark);
  color: var(--text-primary);
  font-size: var(--text-base);
  transition: border-color var(--transition-fast),
              box-shadow var(--transition-fast);
}

input::placeholder,
textarea::placeholder {
  color: var(--text-subtle);
}

input:focus,
textarea:focus {
  outline: none;
  border-color: var(--color-accent);
  box-shadow: 0 0 0 1px var(--color-accent);
}

textarea {
  min-height: 160px;
  resize: vertical;
}

input[type="submit"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: var(--space-3) var(--space-6);
    background-color: var(--color-accent);
    color: var(--color-neutral-0);
    font-family: var(--font-body);
    font-size: var(--text-sm);
    font-weight: var(--weight-semibold);
    letter-spacing: 0.06em;
    border-radius: var(--radius-full);
    border: none;
    cursor: pointer;
    transition: background-color var(--transition-fast);
    margin-top: var(--space-4);
}

input[type="submit"]:hover {
    background-color: var(--color-accent-hover);
}

.service-areas {
  position: relative;
  padding: var(--space-12);
  background-image: url('assets/Images/Andys-Media/webp_images/IMG_0761.webp');
  background-size: cover;
  background-position: center;
}

.service-areas::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(10, 10, 14, 0.75),
    rgba(10, 10, 14, 0.9)
  );
}

.service-areas > * {
  position: relative;
  z-index: 1;
}

.service-areas h2 {
  font-size: var(--text-xl);
  font-family: var(--font-display);
  color: var(--text-primary);
  margin-bottom: var(--space-4);
}

.service-areas h3 {
    font-size: var(--text-md);
    font-family: var(--font-display);
    color: var(--text-primary);
}

.service-areas p {
  color: var(--text-secondary);
  margin-bottom: var(--space-2);
}

.areas-list {
  columns: 2;
  column-gap: var(--space-6);
  margin-top: var(--space-8);
  margin-bottom: var(--space-8);
}

.areas-list li {
  color: var(--text-secondary);
  margin-bottom: var(--space-2);
}

.area-not-covered {
  margin-top: var(--space-8);
  padding: var(--space-5);
  border-radius: var(--radius-md);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid var(--surface-card-border);
}

.area-not-covered a {
  color: var(--color-accent);
  font-weight: var(--weight-semibold);
  text-decoration: none;
  transition: color var(--transition-fast);
}

.area-not-covered a:hover {
  color: var(--color-accent-hover);
}

footer {
  position: relative;
  background-color: var(--surface-darkest);
  padding: var(--space-16) var(--space-8) var(--space-8);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}

footer::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: url('assets/Images/icons/fish.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0.5;
  pointer-events: none;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.footer-header {
  position: absolute;
  top: var(--space-12);
  left: var(--space-8);
  display: flex;
  flex-direction: column;
  gap: var(--space-3);
  max-width: 260px;
}

.footer-header h2 {
  font-family: var(--font-display);
  font-size: var(--text-lg);
  color: var(--text-primary);
  line-height: var(--leading-tight);
}

.footer-header p {
  font-size: var(--text-sm);
  color: var(--text-muted);
}

.footer-header a {
  color: var(--color-accent);
  text-decoration: none;
  font-weight: var(--weight-medium);
  display: inline-flex;
  align-items: center;
  gap: var(--space-2);
}

.footer-header a:hover {
  color: var(--color-accent-hover);
}

.footer-header a img {
  display: block;
  margin-top: var(--space-2);
  border-radius: var(--radius-xs);
}

.social-icon {
  width: 20px;
  height: 20px;
  opacity: 0.8;
  transition: opacity var(--transition-fast),
              transform var(--transition-fast);
}

.columns {
  display: flex;
  gap: var(--space-16);
  justify-content: center;
  width: 100%;
  max-width: var(--container-max);
}

.column ul {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: var(--space-2);
}

.column h3 {
  font-size: var(--text-sm);
  font-weight: var(--weight-semibold);
  letter-spacing: 0.08em;
  color: var(--text-muted);
  margin-bottom: var(--space-2);
  text-transform: uppercase;
}

.column a {
  text-decoration: none;
  font-size: var(--text-sm);
  color: var(--text-secondary);
  transition: color var(--transition-fast);
}

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

.footer-bottom {
  width: 100%;
  max-width: var(--container-max);
  margin-top: var(--space-16);
  text-align: center;
}

.footer-bottom hr {
  border: none;
  height: 1px;
  background: var(--surface-card-border);
  margin-bottom: var(--space-4);
}

.footer-bottom p {
  font-size: var(--text-sm);
  color: var(--text-muted);
}

/* css design for thank-you page */
.thank-you {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - var(--header-height));
    padding: var(--space-24) var(--space-8);
    background-color: var(--surface-page);
}

.thank-you-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--space-6);
    max-width: 560px;
}

.thank-you-icon {
    margin-bottom: var(--space-4);
}

.thank-you-card h1 {
    font-size: var(--text-3xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
}

.thank-you-card p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
}

.thank-you-card p a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color var(--transition-fast);

}

.thank-you-sub {
    font-size: var(--text-sm);
    color: var(--text-muted);
}

.thank-you-card .verse {
    font-family: var(--font-display);
    font-style: italic;
    font-size: var(--text-sm);
    color: var(--text-subtle);
    letter-spacing: 0.04em;
    padding-top: var(--space-6);
    border-top: 1px solid var(--surface-card-border);
    width: 100%;
}

.thank-you-card .button-estimate {
    color: var(--color-accent);
    text-decoration: none;
    transition: color var(--transition-fast);

}

.thank-you-card p a:hover, .thank-you-card .button-estimate:hover {
    color: var(--color-accent-hover);
}

/* service pages */

/* Service page heroes */
.hero-service {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-wrap: balance;
    overflow: hidden;
    padding: var(--space-16) var(--space-8);
}

.hero-service h1 {
    font-size: var(--text-3xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
    max-width: 820px;
}

.hero-service h2 {
    font-size: var(--text-md);
    font-family: var(--font-body);
    font-weight: var(--weight-regular);
    line-height: var(--leading-relaxed);
    color: var(--text-secondary);
    max-width: 620px;
    margin-top: var(--space-4);
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    z-index: var(--z-below);
}

.hero-overlay {
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.60);
    z-index: 0;
}

.hero-service > *:not(.hero-bg-image):not(.hero-overlay) {
    position: relative;
    z-index: 1;
}

.hero-service .cta-buttons {
    margin-top: var(--space-8);
}

/* FAQ section shared styles */
.service-faq {
    display: flex;
    flex-direction: column;
    gap: var(--space-12);
    padding: var(--space-24) var(--space-8);
    width: 100%;
    background-color: var(--surface-dark);
}

.faq-intro, .faq-items {
  margin: 0 auto;
  max-width: var(--container-max);
}

.faq-intro h2 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
    margin-bottom: var(--space-4);
}

.faq-intro p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
    max-width: 720px;
}

.faq-items {
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
}

.faq-item h3 {
    font-size: var(--text-lg);
    font-family: var(--font-display);
    font-weight: var(--weight-semibold);
    color: var(--text-primary);
    margin-bottom: var(--space-3);
}

.faq-item p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
    max-width: 720px;
}

.faq-item a {
    color: var(--color-accent);
    text-decoration: none;
    transition: color var(--transition-fast);
}

.faq-item a:hover {
    color: var(--color-accent-hover);
}

/* Small hero — used on services, faq, gallery, about */
.hero-small {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: var(--space-20) var(--space-8);
    background-color: var(--surface-darkest);
    gap: var(--space-4);
}

.hero-small h1 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
}

.hero-small p {
    font-size: var(--text-md);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
    max-width: 640px;
}

/* services.html — hero sections used as service cards */
.service-card {
  position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-wrap: balance;
    overflow: hidden;
    padding: var(--space-16) var(--space-8);
}

.service-card h2 {
    font-size: var(--text-3xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    line-height: var(--leading-tight);
    color: var(--text-primary);
    max-width: 820px;
}

.service-card p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
    max-width: 560px;
    margin-top: var(--space-4);
}

.service-card > *:not(.hero-bg-image):not(.hero-overlay) {
    position: relative;
    z-index: 1;
}

.service-card .cta-buttons {
    margin-top: var(--space-8);
}

/* faq.html page */
.faq-page {
    display: flex;
    flex-direction: column;
    background-color: var(--surface-dark);
}

.faq-category {
    padding: var(--space-16) var(--space-8);
    border-bottom: 1px solid rgba(255, 255, 255, 0.05);
    display: flex;
    flex-direction: column;
    gap: var(--space-8);
    max-width: var(--container-max);
    width: 100%;
    margin: 0 auto;
}

.faq-category h2 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-accent);
    padding-bottom: var(--space-4);
    border-bottom: 1px solid var(--surface-card-border);
}

/* About-us.html page */
.about-story {
    padding: var(--space-24) var(--space-8);
    background-color: var(--surface-dark);
}

.about-story-content {
    display: flex;
    gap: var(--space-16);
    max-width: var(--container-max);
    margin: 0 auto;
    align-items: center;
}

.about-story-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
}

.about-story-text h2 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
}

.about-story-text p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
}

.about-story-image {
    flex: 1;
}

.about-story-image img {
    width: 100%;
    border-radius: var(--radius-lg);
    object-fit: cover;
}

.about-andy {
    padding: var(--space-24) var(--space-8);
    background-color: var(--surface-darker);
}

.about-andy-content {
    display: flex;
    gap: var(--space-16);
    max-width: var(--container-max);
    margin: 0 auto;
    align-items: center;
}

.about-andy-image {
    flex: 1;
}

.about-andy-image img {
    width: 100%;
    border-radius: var(--radius-lg);
    object-fit: cover;
}

.about-andy-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: var(--space-5);
}

.about-andy-text h2 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
}

.about-andy-title {
    font-size: var(--text-sm);
    font-family: var(--font-body);
    color: var(--color-accent);
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

.about-andy-text p {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
}

.about-andy-contact {
    margin-top: var(--space-4);
}

.about-andy-contact a {
    color: var(--color-accent);
    text-decoration: none;
    font-weight: var(--weight-semibold);
    transition: color var(--transition-fast);
}
.about-andy-contact a:hover {
    color: var(--color-accent-hover);
}

.about-purpose {
    padding: var(--space-24) var(--space-8);
    background-color: var(--surface-dark);
    display: flex;
    justify-content: center;
}

.about-purpose-content {
    max-width: 720px;
    display: flex;
    flex-direction: column;
    gap: var(--space-6);
    text-align: center;
    align-items: center;
}

.about-purpose-content h2 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
}

.about-purpose-content h3 {
    font-size: var(--text-base);
    font-family: var(--font-body);
    font-weight: var(--weight-regular);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
}

.purpose-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    text-align: left;
}

.purpose-list li {
    font-size: var(--text-base);
    font-family: var(--font-body);
    color: var(--text-secondary);
    padding-left: var(--space-5);
    position: relative;
}

.purpose-list li::before {
    content: '—';
    position: absolute;
    left: 0;
    color: var(--color-accent);
}

.about-why {
    padding: var(--space-24) var(--space-8);
    background-color: var(--surface-darker);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-12);
}

.about-why h2 {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--text-primary);
    text-align: center;
}

.why-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: var(--space-10);
    max-width: 680px;
    width: 100%;
}

.why-list li {
    display: flex;
    align-items: flex-start;
    gap: var(--space-8);
}

.why-numeral {
    font-size: var(--text-2xl);
    font-family: var(--font-display);
    font-weight: var(--weight-bold);
    color: var(--color-accent);
    line-height: 1;
    min-width: 48px;
    flex-shrink: 0;
}

.why-content {
    display: flex;
    flex-direction: column;
    gap: var(--space-3);
    padding-top: var(--space-2);
}

.why-content h3 {
    font-size: var(--text-lg);
    font-family: var(--font-display);
    font-weight: var(--weight-semibold);
    color: var(--text-primary);
    line-height: var(--leading-snug);
}

.why-content p {
    font-size: var(--text-sm);
    font-family: var(--font-body);
    color: var(--text-secondary);
    line-height: var(--leading-relaxed);
}

/* gallery.html page and services galleries */
.gallery-category {
padding: var(--space-16) var(--space-8);
background-color: var(--surface-dark);
border-bottom: 1px solid rgba(255, 255, 255, 0.05);
align-items: center;
}
.gallery-category h2 {
font-size: var(--text-2xl);
font-family: var(--font-display);
font-weight: var(--weight-bold);
color: var(--text-primary);
margin-bottom: var(--space-8);
}
.media-grid {
columns: 3;
column-gap: var(--space-4);
width: 100%;
max-width: var(--container-max);
margin: 0 auto;
}
.media-grid img,
.media-grid video {
width: 100%;
display: block;
margin-bottom: var(--space-4);
border-radius: var(--radius-sm);
object-fit: cover;
break-inside: avoid;
transition: opacity var(--transition-base);
background-color: var(--surface-card);

}
.media-grid img:hover,
.media-grid video:hover {
opacity: 0.85;
}
/* Force consistent aspect ratio for a uniform grid feel */
.media-grid img,
.media-grid video {
aspect-ratio: 4 / 3;
contain: layout;
}
/* Allow portrait photos to show naturally — remove aspect ratio override */
.media-grid img.portrait {
aspect-ratio: 3 / 4;
}

/* mobile design */
/* Hide mobile-only elements on desktop */
.hamburger,
.mobile-call-btn {
    display: none;
} 



/* ============================================================
   TABLET & SMALL LAPTOP — max-width: 1024px
   Covers iPads, iPad Pros, small Windows laptops, Surface, etc.
   Primary job: swap the desktop pill-nav for a hamburger so
   nothing in the header ever overlaps at any window width.
   Secondary: begin collapsing two-column layouts → one column.
   ============================================================ */

@media (max-width: 1024px) {

    /* ── Header ── */
    header {
        padding: 0 var(--space-5);
    }

    /* Desktop nav pill — hidden; hamburger takes over */
    nav {
        display: none;
        position: absolute;
        top: var(--header-height);
        left: 0;
        right: 0;
        width: 100%;
        flex-direction: column;
        background-color: var(--surface-header);
        border-radius: 0;
        border: none;
        border-top: 1px solid var(--surface-card-border);
        border-bottom: 1px solid var(--surface-card-border);
        padding: var(--space-4) 0;
        z-index: var(--z-sticky);
    }

    nav.open {
        display: flex;
    }

    nav ul {
        flex-direction: column;
        width: 100%;
        gap: 0;
        align-items: stretch;
    }

    nav ul li {
        width: 100%;
        display: block;
    }

    nav ul li a,
    nav ul li .service-dropdown-button {
        display: block;
        width: 100%;
        padding: var(--space-4) var(--space-6);
        border-radius: 0;
        font-size: var(--text-base);
        text-align: left;
    }

    /* Services submenu — stacks in-flow on mobile/tablet */
    .service-dropdown-content {
        position: static;
        display: none;
        flex-direction: column;
        width: 100%;
        background-color: transparent;
        border: none;
        border-radius: 0;
        box-shadow: none;
        overflow: visible;
    }

    .service-dropdown.open .service-dropdown-content {
        display: flex;
        flex-direction: column;
    }

    /* Cancel desktop hover trigger */
    .service-dropdown:hover .service-dropdown-content {
        display: none;
    }

    .service-dropdown.open .service-dropdown-content {
        display: flex;
    }

    .service-dropdown-content a {
        display: block;
        width: 100%;
        padding: var(--space-3) var(--space-6);
        padding-left: var(--space-10);
        font-size: var(--text-sm);
        color: var(--text-muted);
        text-align: left;
    }

    /* Desktop CTA buttons in header — hidden (nav has the links) */
    header > .cta-buttons {
        display: none;
    }

    /* Hamburger — show */
    .hamburger {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5px;
        width: 40px;
        height: 40px;
        background: none;
        border: none;
        cursor: pointer;
        padding: var(--space-2);
        border-radius: var(--radius-sm);
        transition: background-color var(--transition-fast);
    }

    .hamburger:hover {
        background-color: rgba(255, 255, 255, 0.06);
    }

    .hamburger span {
        display: block;
        width: 22px;
        height: 2px;
        background-color: var(--text-primary);
        border-radius: 2px;
        transition: transform var(--transition-base), opacity var(--transition-base);
    }

    .hamburger.open span:nth-child(1) {
        transform: translateY(7px) rotate(45deg);
    }

    .hamburger.open span:nth-child(2) {
        opacity: 0;
    }

    .hamburger.open span:nth-child(3) {
        transform: translateY(-7px) rotate(-45deg);
    }

    /* ── Layouts ── */

    /* Testimonials: 3-col → 2-col on tablet */
    .client-testimonials .testimonials {
        grid-template-columns: repeat(2, 1fr);
    }

    /* About page side-by-sides: keep two columns but tighten gap */
    .about-story-content,
    .about-andy-content {
        gap: var(--space-10);
    }

    /* Free estimate: side-by-side → stacked */
    .free-estimate-wrapper {
        grid-template-columns: 1fr;
        border-radius: var(--radius-md);
    }

    /* Service-page gallery: 3 columns → 2 columns */
    .media-grid {
        columns: 2;
    }

}

/* ============================================================
   MOBILE — max-width: 768px
   Modern smartphones. Everything stacks vertically.
   ============================================================ */

@media (max-width: 768px) {

    /* ── Header ── */
    header {
        padding: 0 var(--space-4);
    }

    .logo a {
        font-size: clamp(0.85rem, 3.5vw, 1.1rem);
    }

    /* ── Hero ── */
    .hero {
        padding: var(--space-8);
        min-height: 100svh;
    }

    .hero h1 { max-width: 100%; }
    .hero h2 { max-width: 100%; }

    .hero .cta-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 300px;
    }

    .hero .cta-buttons .button-estimate,
    .hero .cta-buttons .button-call {
        width: 100%;
        justify-content: center;
        padding: var(--space-4) var(--space-6);
        font-size: var(--text-base);
    }

    /* ── Services section ── */
    .flooring-services {
        padding: var(--section-y) var(--section-x);
    }

    .flooring-grid {
        flex-direction: column;
        gap: var(--space-6);
    }

    .services-images {
        width: 100%;
        aspect-ratio: 4/3;
    }

    .services-content {
        text-align: center;
    }

    .services-content .cta-buttons {
        justify-content: center;
    }

    /* ── Who We Are ── */
    .who-we-are {
        padding: var(--section-y) var(--section-x);
    }

    .who-we-are .content-card {
        padding: var(--space-8) var(--space-6);
        max-width: 100%;
    }

    /* ── Our Purpose ── */
    .our-purpose {
        padding: var(--section-y) var(--section-x);
        gap: var(--space-6);
    }

    /* ── What We Do ── */
    .what-we-do {
        padding: var(--section-y) var(--section-x);
        gap: var(--space-10);
    }

    .steps-wrapper {
        gap: var(--space-10);
    }

    .step.right {
        flex-direction: row;
    }

    .step.right .step-content {
        text-align: left;
    }

    /* ── Testimonials ── */
    .client-testimonials {
        padding: var(--section-y) var(--section-x);
        gap: var(--space-8);
    }

    .client-testimonials .testimonials {
        grid-template-columns: 1fr;
    }

    /* ── Free Estimate / Form ── */
    .free-estimate {
        padding: var(--section-y) var(--section-x);
    }

    .free-estimate-wrapper {
        grid-template-columns: 1fr;
        border-radius: var(--radius-md);
    }

    .consultation-form {
        padding: var(--space-8) var(--space-6);
    }

    .form-row {
        flex-direction: column;
        gap: 0;
    }

    .form-group {
        width: 100%;
    }

    input[type="submit"] {
        width: 100%;
        padding: var(--space-4) var(--space-6);
        font-size: var(--text-base);
    }

    .service-areas {
        padding: var(--space-8) var(--space-6);
    }

    /* ── Service page hero ── */
    .hero-service {
        padding: var(--section-y) var(--section-x);
        min-height: 100svh;
    }

    .hero-service h1 { max-width: 100%; }
    .hero-service h2 { max-width: 100%; }

    .hero-service .cta-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }

    .hero-service .cta-buttons .button-estimate,
    .hero-service .cta-buttons .button-call {
        width: 100%;
        justify-content: center;
    }

    /* ── Small hero ── */
    .hero-small {
        padding: var(--space-10) var(--section-x);
    }

    .hero-small p { max-width: 100%; }

    /* ── Service cards ── */
    .service-card {
        padding: var(--section-y) var(--section-x);
        min-height: 100svh;
    }

    .service-card .cta-buttons {
        flex-direction: column;
        width: 100%;
        max-width: 280px;
    }

    .service-card .cta-buttons .button-estimate,
    .service-card .cta-buttons .button-call {
        width: 100%;
        justify-content: center;
    }

    /* ── Service FAQ ── */
    .service-faq {
        padding: var(--section-y) var(--section-x);
        gap: var(--space-8);
    }

    .service-gallery {
        padding: var(--space-10) var(--section-x);
    }

    /* ── Gallery ── */
    .photo-grid {
        columns: 1;
    }

    .gallery-category {
        padding: var(--space-10) var(--section-x);
    }

    .media-grid {
        columns: 1;
    }

    .media-grid img,
    .media-grid video {
        aspect-ratio: unset;
    }

    /* ── FAQ ── */
    .faq-category {
        padding: var(--space-10) var(--section-x);
        gap: var(--space-6);
    }

    .faq-category h2 {
        font-size: var(--text-lg);
    }

    /* ── About ── */
    .about-story {
        padding: var(--section-y) var(--section-x);
    }

    .about-story-content {
        flex-direction: column;
        gap: var(--space-8);
    }

    .about-story-image {
        width: 100%;
        order: -1;
    }

    .about-andy {
        padding: var(--section-y) var(--section-x);
    }

    .about-andy-content {
        flex-direction: column;
        gap: var(--space-8);
    }

    .about-andy-image {
        width: 100%;
    }

    .about-why {
        padding: var(--section-y) var(--section-x);
        gap: var(--space-8);
    }

    .why-list li {
        gap: var(--space-5);
    }

    .why-numeral {
        font-size: var(--text-xl);
        min-width: 36px;
    }

    /* ── Footer ── */
    footer {
        padding: var(--section-y) var(--section-x) var(--space-8);
        align-items: flex-start;
    }

    .footer-header {
        position: static;
        max-width: 100%;
        margin-bottom: var(--space-8);
    }

    .columns {
        flex-direction: column;
        gap: var(--space-8);
        width: 100%;
    }

    /* ── Thank You ── */
    .thank-you {
        padding: var(--section-y) var(--section-x);
        align-items: flex-start;
    }

    .thank-you-card {
        align-items: flex-start;
        text-align: left;
    }

    .thank-you-card .verse {
        text-align: left;
    }

    /* ── Mobile call button (shows in hamburger menu area) ── */
    .mobile-call-btn {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-family: var(--font-body);
        font-size: var(--text-sm);
        font-weight: var(--weight-semibold);
        letter-spacing: 0.06em;
        color: var(--color-neutral-0);
        background-color: var(--color-accent);
        padding: var(--space-2) var(--space-4);
        border-radius: var(--radius-full);
        white-space: nowrap;
    }

}

/* ============================================================
   EXTRA SMALL — max-width: 480px
   Fine-tuning for smaller phones (iPhone SE, older Androids).
   The clamp values in :root already handle most of this —
   these are targeted overrides for specific components.
   ============================================================ */

@media (max-width: 480px) {

    .who-we-are .content-card {
        padding: var(--space-6) var(--space-4);
    }

    .consultation-form {
        padding: var(--space-6) var(--space-4);
    }

    .hero-service h1,
    .service-card h2 {
        font-size: clamp(1.5rem, 7vw, 2rem);
    }

}