/* ============================================================
   THE UPHOLSTERY CO. — Simple, findthethread-style system
   Palette: light blue / lighter light blue / light yellow / military blue
   ============================================================ */
:root {
  --ivory:        #FBF6EA;
  --ivory-2:      #F1E9D6;
  --sand:         #E8D9A0;
  --stone:        #AEBB9C;
  --slate:        #55684F;
  --slate-dark:   #435340;
  --charcoal:     #55684F;
  --charcoal-soft:#33402F;
  --line:         rgba(85,104,79,0.2);
  --line-strong:  rgba(85,104,79,0.32);
  --white:        #FFFFFF;
  --shadow:       0 14px 34px -16px rgba(51,64,47,0.28);
  --radius:       26px;
}

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

html { scroll-behavior: smooth; }

body {
  font-family: 'Roboto Slab', serif;
  font-weight: 400;
  background: var(--ivory);
  color: var(--charcoal);
  line-height: 1.65;
  overflow-x: hidden;
  font-size: 16px;
}

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

/* ── NAV ── */
nav {
  background: var(--charcoal);
  position: sticky;
  top: 0;
  z-index: 100;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.5rem 5%;
  min-height: 88px;
}

.nav-logo {
  display: flex;
  align-items: center;
  text-decoration: none;
}
.nav-logo img {
  display: block;
  height: 33px;
  width: auto;
}

.nav-links { display: flex; align-items: center; gap: 2.3rem; list-style: none; }

.nav-links a {
  color: var(--ivory);
  text-decoration: none;
  font-size: 0.95rem;
  font-weight: 600;
  transition: opacity 0.2s;
  opacity: 0.82;
}

.nav-links a:hover, .nav-links a.active { opacity: 1; }

.nav-cta {
  background: var(--ivory) !important;
  color: var(--charcoal) !important;
  border: 2px solid var(--ivory);
  padding: 0.65rem 1.5rem;
  border-radius: 100px;
  font-weight: 700;
  transition: background 0.2s, color 0.2s, transform 0.2s;
}

.nav-cta:hover { background: var(--charcoal-soft) !important; border-color: var(--charcoal-soft); color: var(--ivory) !important; transform: translateY(-1px); }

.nav-hamburger { display: none; flex-direction: column; gap: 5px; cursor: pointer; background: none; border: none; padding: 4px; }
.nav-hamburger span { display: block; width: 22px; height: 2px; background: var(--ivory); }

/* ── BUTTONS ── */
.btn-primary {
  background: var(--charcoal);
  color: var(--ivory);
  border: 1px solid var(--charcoal);
  padding: 0.9rem 2.1rem;
  border-radius: 100px;
  font-family: 'Roboto Slab', serif;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: background 0.2s, color 0.2s, border-color 0.2s, transform 0.2s;
  display: inline-block;
}
.btn-primary:hover { background: var(--sand); border-color: var(--sand); color: var(--charcoal); transform: translateY(-1px); }

.btn-outline, .btn-outline-dark {
  background: transparent;
  color: var(--charcoal);
  border: 1px solid var(--line-strong);
  padding: 0.9rem 2.1rem;
  border-radius: 100px;
  font-family: 'Roboto Slab', serif;
  font-size: 0.86rem;
  font-weight: 600;
  text-decoration: none;
  cursor: pointer;
  transition: border-color 0.2s, color 0.2s, background 0.2s, transform 0.2s;
  display: inline-block;
}
.btn-outline:hover, .btn-outline-dark:hover { border-color: var(--sand); background: var(--sand); color: var(--charcoal); transform: translateY(-1px); }
.btn-whatsapp { display: inline-flex; align-items: center; justify-content: center; gap: 0.55rem; background: #25D366; color: #fff; padding: 0.85rem 1.5rem; border-radius: 100px; font-family: 'Roboto Slab', serif; font-weight: 600; font-size: 0.85rem; text-decoration: none; transition: transform 0.2s, box-shadow 0.2s; }
.btn-whatsapp:hover { transform: translateY(-1px); box-shadow: 0 4px 14px rgba(37,211,102,0.35); }
.btn-whatsapp svg { width: 18px; height: 18px; flex-shrink: 0; }
.whatsapp-icon-link { display: inline-flex; align-items: center; justify-content: center; width: 30px; height: 30px; background: #25D366; border-radius: 50%; color: #fff; margin-left: 0.6rem; vertical-align: middle; transition: transform 0.2s; }
.whatsapp-icon-link:hover { transform: translateY(-1px); }
.whatsapp-icon-link svg { width: 16px; height: 16px; }

/* ── SECTIONS / TYPE ── */
section { padding: 6.5rem 5%; }

.section-label, .page-hero .section-label {
  font-size: 0.85rem;
  color: var(--slate);
  background: none;
  display: inline-block;
  width: fit-content;
  padding: 0;
  border-radius: 0;
  margin-bottom: 1.3rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  font-family: 'Roboto Slab', serif;
}
.section-label::after {
  content: '';
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 0.35rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='8' viewBox='0 0 16 8'%3E%3Cpath d='M0 4.5 Q4 1,8 4.5 T16 4.5' fill='none' stroke='%23E8D9A0' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 13px 6px;
}

.section-heading {
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  font-size: clamp(2rem, 3vw, 2.8rem);
  line-height: 1.22;
  color: var(--slate);
  max-width: 640px;
  letter-spacing: -0.01em;
}
.section-heading em { color: var(--stone); font-style: normal; }
.intro .section-heading { color: var(--stone); }
.intro .section-heading em { color: var(--slate); font-style: normal; }

/* PILLOW EDGE — preview alternative to the rounded-rectangle frame */
.pillow-edge {
  border-radius: 76% 24% 76% 24% / 24% 76% 24% 76% !important;
  box-shadow: inset 0 0 50px rgba(20,36,28,0.12);
}
.photo-frame.pillow-edge { padding: 20px; }

/* Fabric split comparison — two images, subtle divider, no merged file needed */
.fabric-split { position: relative; display: flex; width: 100%; height: 100%; }
.fabric-split img { width: 50%; height: 100%; object-fit: cover; display: block; }
.fabric-split .divider {
  position: absolute; top: 0; bottom: 0; left: 50%;
  width: 3px; background: rgba(245,240,234,0.85);
  transform: translateX(-50%);
}
.fabric-split .slash {
  position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%);
  width: 34px; height: 34px; border-radius: 50%;
  background: var(--ivory);
  display: flex; align-items: center; justify-content: center;
  font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 1.1rem; color: var(--charcoal);
  box-shadow: 0 4px 10px rgba(0,0,0,0.15);
}

/* Framed photo — outer rounded rect (frame/mat) + inner rounded rect (photo), same corner radius */
.photo-frame {
  background: none;
  padding: 0;
  border-radius: var(--radius);
  box-sizing: border-box;
  display: block;
}
.photo-frame-inner {
  width: 100%;
  height: 100%;
  border-radius: var(--radius);
  overflow: hidden;
  display: block;
  object-fit: cover;
}
img.photo-frame-inner { object-fit: cover; }
.photo-frame-inner.placeholder-text {
  background: var(--ivory);
  color: var(--stone);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Photo placeholder — used everywhere an image would go, until real photos are added */
.photo-placeholder {
  border: 1px solid var(--line);
  border-radius: var(--radius);
  background: var(--ivory-2);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--stone);
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-align: center;
  padding: 2rem;
  aspect-ratio: 4/3;
}

/* Simple numbered feature list — no cards, no boxes, just text + thin rule (findthethread style) */
.feature-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 2.4rem 3rem; }
.feature-item { }
.feature-title { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 1.15rem; color: var(--charcoal); margin-bottom: 0.6rem; }
.feature-num { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 1.3rem; color: var(--stone); }
.feature-rule { border: none; border-top: 1px solid var(--line-strong); margin: 0.6rem 0 0.8rem; }
.feature-body { font-size: 0.92rem; color: var(--charcoal-soft); line-height: 1.7; }
.squiggle { display: block; width: 220px; max-width: 60%; height: 16px; margin: 0.3rem 0 1.2rem; }
.squiggle path { fill: none; stroke: var(--sand); stroke-width: 5; stroke-linecap: round; }

/* Organic blob-shaped photo placeholder, echoing findthethread's rounded-blob imagery */
.blob { border-radius: 62% 38% 55% 45% / 48% 55% 45% 52% !important; }

/* Marquee — repeating tagline strip */
.marquee-strip { background: var(--charcoal); overflow: hidden; padding: 1.3rem 0; white-space: nowrap; }
.marquee-inner { display: inline-flex; animation: marquee 28s linear infinite; }
.marquee-inner span { font-family: 'Roboto Slab', serif; font-weight: 700; font-size: 1.3rem; color: var(--sand); padding: 0 1rem; }
.marquee-dot { color: var(--ivory) !important; font-style: normal !important; }
@keyframes marquee { from { transform: translateX(0); } to { transform: translateX(-50%); } }

/* ── HERO (full-bleed image + content, findthethread-style) ── */
.hero-split {
  display: grid;
  grid-template-columns: minmax(0, 738px) minmax(0, 520px);
  align-items: center;
  column-gap: 2rem;
  padding: 1.4rem 4% 2rem;
  max-width: 1500px;
  margin: 0 auto;
  background: var(--ivory);
}
.hero-split-content { display: flex; flex-direction: column; justify-content: center; max-width: 560px; width: 100%; margin-left: 0; margin-right: 0; }
.hero-split-media {
  width: 100%;
  max-width: 520px;
  aspect-ratio: 3/4;
  max-height: 760px;
  margin-left: -31px;
  margin-right: 0;
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  background: var(--ivory-2);
  padding: 0;
}
.hero-split-media img,
.hero-split-media .photo-frame-inner {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
  display: block;
  border-radius: 30px;
}
.hero-heading {
  max-width: 560px;
  width: 100%;
  font-family: 'Roboto Slab', serif;
  font-weight: 800;
  font-size: clamp(2.76rem, 5.1vw, 4.15rem);
  line-height: 1.18;
  color: var(--slate);
  letter-spacing: -0.01em;
  padding-top: 1rem;
}
.heading-line-wrap { display: block; width: fit-content; margin-bottom: 0.3rem; }
.hero-heading .heading-line { display: block; }
.line-squiggle {
  display: block;
  width: 100%;
  height: 13px;
  margin: 0.2rem 0 0.9rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='13' viewBox='0 0 24 13'%3E%3Cpath d='M0 7 Q6 0,12 7 T24 7' fill='none' stroke='%23E8D9A0' stroke-width='4' stroke-linecap='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-size: 24px 13px;
}
.hero-sub {
  max-width: 420px;
  width: 100%;
  font-size: 1.05rem; color: var(--charcoal-soft);
  margin-bottom: 2.6rem; margin-top: 0; line-height: 1.8;
}
.hero-actions { max-width: 560px; width: 100%; display: flex; gap: 1rem; flex-wrap: wrap; padding-bottom: 1rem; }

/* ── MORE THAN UPHOLSTERY ── */
.more-than { background: var(--ivory); }
.more-than-header { max-width: 640px; margin: 0 auto 4rem; text-align: center; }
.more-than-header .section-heading { max-width: 100%; }
.more-than-sub { font-size: 0.95rem; color: var(--charcoal-soft); line-height: 1.85; margin-top: 1rem; }

/* ── GALLERY PREVIEW ── */
.gallery-preview { background: var(--slate); }
.gallery-preview .section-label { color: var(--sand); opacity: 1; background: none; padding: 0; display: block; }
.gallery-preview .section-heading { color: var(--ivory); }
.gallery-preview .section-heading em { color: var(--sand); font-style: normal; }
.gallery-preview .more-than-sub { color: var(--ivory); opacity: 0.8; }
.gallery-preview .btn-outline { border-color: var(--ivory); color: var(--ivory); }
.gallery-preview .btn-outline:hover { background: var(--sand); color: var(--charcoal); border-color: var(--sand); }
.gallery-preview-grid .photo-frame { aspect-ratio: 3/4; background: none; padding: 0; }
.gallery-preview-header { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.gallery-preview-sub-mobile { display: none; }
.gallery-preview-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }


/* ── INTRO ── */
.intro { background: var(--ivory); display: grid; grid-template-columns: 0.95fr 1fr; column-gap: 5.5rem; align-items: center; max-width: 1140px; margin: 0 auto; padding-left: 0; padding-right: 0; }
.intro-content { display: flex; flex-direction: column; justify-content: center; }
.intro-body { font-size: 1rem; color: var(--charcoal-soft); line-height: 1.85; margin-top: 1.6rem; }
.intro-body p + p { margin-top: 1.1rem; }
.intro-image-wrap .photo-frame { aspect-ratio: 4/5; width: 100%; max-height: 760px; margin: 0 auto; }
.intro-image-wrap .photo-frame-inner { object-fit: contain; background: var(--ivory-2); }
.intro-features { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.6rem; margin-top: 2rem; }
.intro-feature { padding-left: 1.6rem; }
.intro-feature:first-child { padding-left: 0; }
.intro-feature:not(:first-child) { border-left: 1px solid var(--sand); }
.intro-feature-icon { width: 34px; height: 34px; color: var(--slate); margin-bottom: 0.7rem; }
.intro-feature h3 { font-family: 'Roboto Slab', serif; font-size: 0.92rem; font-weight: 700; color: var(--charcoal); margin-bottom: 0.4rem; }
.intro-feature p { font-size: 0.85rem; line-height: 1.6; color: var(--charcoal-soft); }

/* ── PILLARS ── */
.pillars { background: var(--ivory-2); }
.pillars-header { text-align: center; max-width: 560px; margin: 0 auto 3.5rem; }
.pillars-header .section-heading { max-width: 100%; }
.pillars-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2.2rem; }
.pillar { background: transparent; padding: 0; }
.pillar .photo-frame-inner { object-fit: cover; }
.pillar-number { font-family: 'Roboto Slab', serif; font-size: 2.8rem; font-weight: 500; color: var(--sand); line-height: 1; margin-bottom: 1rem; }
.pillar-title { font-family: 'Roboto Slab', serif; font-size: 1.25rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.8rem; }
.pillar-body { font-size: 0.92rem; color: var(--charcoal-soft); line-height: 1.8; }
.pillar-line { width: 1.6rem; height: 2px; border-radius: 2px; background: var(--stone); margin-bottom: 1.2rem; }

/* ── SERVICES (warm rounded cards) ── */
.services { background: var(--ivory); }
.services-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: end; margin-bottom: 3.5rem; }
.services-sub { font-size: 0.9rem; color: var(--charcoal-soft); line-height: 1.85; align-self: end; }
.service-tile { background: var(--ivory-2); padding: 2rem 1.8rem; border-radius: var(--radius); transition: transform 0.2s, box-shadow 0.2s; }
.service-tile:hover { transform: translateY(-3px); box-shadow: var(--shadow); }
.service-icon { width: 30px; height: 2px; border-radius: 2px; background: var(--stone); margin-bottom: 1.3rem; }
.service-name { font-family: 'Roboto Slab', serif; font-size: 1.1rem; color: var(--charcoal); font-weight: 500; margin-bottom: 0.5rem; }
.service-desc { font-size: 0.85rem; color: var(--charcoal-soft); line-height: 1.7; }
.services-cta-row { margin-top: 2.5rem; text-align: center; }

/* ── PROCESS ── */
.process { background: var(--ivory-2); }
.process-inner { display: grid; grid-template-columns: 1fr 2fr; gap: 5rem; align-items: start; }
.process-sticky { position: sticky; top: 110px; }
.process-steps { display: flex; flex-direction: column; }
.step { display: grid; grid-template-columns: 44px 1fr; gap: 1.4rem; padding: 1.8rem 0; border-bottom: 1px solid var(--line); align-items: start; }
.step:first-child { padding-top: 0; }
.step-num { font-family: 'Roboto Slab', serif; font-size: 0.85rem; color: var(--slate-dark); font-weight: 500; padding-top: 0.2rem; }
.step-title { font-family: 'Roboto Slab', serif; font-size: 1.1rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.4rem; }
.step-body { font-size: 0.85rem; color: var(--charcoal-soft); line-height: 1.8; }

/* ── TESTIMONIAL ── */
.testimonial { background: var(--ivory); text-align: center; padding: 6rem 5%; }
.testimonial-quote {
  font-family: 'Roboto Slab', serif; font-size: clamp(1.3rem, 2vw, 1.7rem); font-weight: 400;
  color: var(--charcoal); max-width: 720px; margin: 0 auto 1.6rem; line-height: 1.55;
}
.testimonial-author { font-size: 0.8rem; color: var(--stone); }
.testimonial-line { width: 1.6rem; height: 2px; border-radius: 2px; background: var(--stone); margin: 0 auto 1.3rem; }

/* ── GALLERY STRIP (empty state) ── */
.gallery-strip { background: var(--ivory-2); padding: 3rem 5%; text-align: center; border-radius: var(--radius); margin: 0 5% 0; }
.gallery-strip-note { font-size: 0.9rem; color: var(--stone); font-family: 'Roboto Slab', serif; }

/* ── CTA BANNER ── */
.cta-banner { background: var(--charcoal); color: var(--ivory); padding: 5.5rem 5%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2.5rem; border-radius: var(--radius); margin: 3rem 5% 0; }
.cta-banner .section-label, .services-cta .section-label, .gallery-cta .section-label, .process-cta .section-label, .faq-cta .section-label { color: var(--sand); background: none; padding: 0; display: block; }
.cta-banner-heading { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(1.6rem, 2.6vw, 2.2rem); color: var(--ivory); line-height: 1.3; }
.cta-banner-heading em { color: var(--sand); font-style: normal; }
.cta-banner .btn-primary { background: var(--ivory); color: var(--charcoal); border-color: var(--ivory); }
.cta-banner .btn-primary:hover { background: var(--sand); border-color: var(--sand); }

/* ── FOOTER (light, not dark) ── */
footer { background: var(--ivory-2); padding: 4rem 5% 2rem; margin-top: 2rem; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.3fr; gap: 3rem; padding-bottom: 2.8rem; border-bottom: 1px solid var(--line); }
.footer-note { font-size: 0.82rem; color: var(--stone); opacity: 0.9; margin-top: 1rem; font-family: 'Roboto Slab', serif; }
.footer-brand { height: 40px; width: auto; display: block; margin-bottom: 0.9rem; }
.footer-tagline { font-size: 0.85rem; color: var(--charcoal-soft); line-height: 1.8; max-width: 240px; }
.footer-col-title { font-size: 0.78rem; color: var(--stone); margin-bottom: 1.1rem; font-weight: 600; font-family: 'Roboto Slab', serif; }
.footer-col ul { list-style: none; }
.footer-col ul li { margin-bottom: 0.55rem; font-size: 0.85rem; color: var(--charcoal-soft); }
.footer-col ul li a { font-size: inherit; color: var(--charcoal-soft); text-decoration: none; transition: color 0.2s; }
.footer-col ul li a:hover { color: var(--slate); text-decoration: underline; }
.footer-col:last-of-type ul li a:hover { color: var(--charcoal); text-decoration: none; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; padding-top: 1.4rem; font-size: 0.78rem; color: var(--stone); flex-wrap: wrap; gap: 0.5rem; }

/* ============================================================
   PAGE-SPECIFIC (shared across sub-pages)
   ============================================================ */
.page-hero { background: var(--ivory-2); padding: 5rem 5% 3.5rem; }
.page-hero-inner { max-width: 720px; }
.page-title {
  font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(2.1rem, 4vw, 3.2rem);
  color: var(--slate); line-height: 1.2; max-width: 700px; letter-spacing: -0.01em;
}
.page-title em { color: var(--stone); font-style: normal; }
.portfolio-page-hero .page-title { color: var(--stone); }
.portfolio-page-hero .page-title em { color: var(--slate); font-style: normal; }
.more-than-header .section-label, .services-overview .section-label { color: var(--stone); }
.page-subtitle { margin-top: 1.3rem; font-size: 0.95rem; color: var(--charcoal-soft); max-width: 520px; line-height: 1.85; }

/* Budget banner */
.budget-banner { background: var(--sand); padding: 1.4rem 5%; display: flex; align-items: center; gap: 1.2rem; border-radius: var(--radius); margin: 0 5% 3rem; }
.budget-banner-icon { width: 42px; height: 42px; min-width:42px; background: var(--ivory); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-family: 'Roboto Slab', serif; color: var(--charcoal); font-size:1.1rem; }
.budget-banner p { font-size: 0.85rem; color: var(--charcoal-soft); }
.budget-banner strong { color: var(--charcoal); }

/* Services list (service-block) */
.services-list { background: var(--ivory); }
.service-block { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; padding: 4rem 0; }
.service-block:first-child { padding-top: 0; }
.service-block:last-child { padding-bottom: 0; }
.service-block.reverse .service-media { order: -1; }
.photo-frame.service-media { aspect-ratio: 4/3; }
.service-media.photo-placeholder { aspect-ratio: 4/3; }
.services-grid { display: flex; gap: 1.5rem; padding: 3rem 5% 2.5rem; max-width: 1440px; margin: 0 auto; overflow-x: auto; scroll-snap-type: x mandatory; -webkit-overflow-scrolling: touch; scroll-padding-left: 5%; scrollbar-width: none; }
.services-grid::-webkit-scrollbar { display: none; }
.services-scroll-wrap { position: relative; }
.services-scroll-btn { position: absolute; top: 50%; transform: translateY(-50%); z-index: 3; width: 46px; height: 46px; border-radius: 50%; border: none; background: var(--charcoal); color: var(--ivory); font-size: 1.4rem; line-height: 1; cursor: pointer; display: flex; align-items: center; justify-content: center; box-shadow: var(--shadow); transition: background 0.2s, transform 0.2s; }
.mobile-scroll-btn { display: none; }
.services-scroll-btn:hover { background: var(--slate); transform: translateY(-50%) scale(1.06); }
.services-scroll-btn.prev { left: 1.2rem; }
.services-scroll-btn.next { right: 1.2rem; }
.service-card { background: var(--ivory-2); border-radius: var(--radius); padding: 1.4rem; flex: 0 0 420px; scroll-snap-align: start; }
.service-card-media { aspect-ratio: 4/5; border-radius: calc(var(--radius) - 8px); overflow: hidden; margin-bottom: 1.1rem; }
.service-card-media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.service-card-title { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 1.2rem; color: var(--slate); margin-bottom: 0.5rem; }
.service-card-body { font-size: 0.85rem; line-height: 1.65; color: var(--charcoal-soft); }
.service-num { font-family: 'Roboto Slab', serif; font-size: 1rem; color: var(--stone); margin-bottom: 0.8rem; }
.service-title { font-family: 'Roboto Slab', serif; font-weight: 500; font-size: clamp(1.5rem,2.4vw,2rem); color: var(--charcoal); margin-bottom: 1rem; }
.service-title em { color: var(--stone); font-style: normal; }
.service-body { font-size: 0.92rem; color: var(--charcoal-soft); line-height: 1.85; margin-bottom: 1.2rem; }
.service-tag { display: inline-block; font-size: 0.78rem; color: var(--charcoal-soft); background: var(--ivory-2); border-radius: 100px; padding: 0.4rem 0.9rem; margin: 0 0.5rem 0.5rem 0; }

/* Additional services */
.additional { background: var(--ivory-2); }
.additional-heading { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(1.6rem,2.6vw,2.1rem); color: var(--charcoal); margin-top: 0.5rem; max-width: 600px; }
.additional-heading em { color: var(--stone); font-style: normal; }
.additional-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; margin-top: 2.5rem; }
.additional-card { background: var(--ivory); padding: 2.2rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.additional-line { width: 1.6rem; height: 2px; border-radius: 2px; background: var(--stone); margin-bottom: 1.1rem; }
.additional-title { font-family: 'Roboto Slab', serif; font-size: 1.15rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.7rem; }
.additional-body { font-size: 0.88rem; color: var(--charcoal-soft); line-height: 1.8; }
.services-cta { background: var(--charcoal); padding: 5.5rem 5%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; border-radius: var(--radius); margin: 3rem 5% 0; }
.services-cta h2 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(1.5rem,2.4vw,2rem); color: var(--ivory); }
.services-cta h2 em { color: var(--sand); font-style: normal; }
.services-cta .btn-primary { background: var(--ivory); color: var(--charcoal); border-color: var(--ivory); }
.services-cta .btn-primary:hover { background: var(--sand); border-color: var(--sand); }

/* Gallery page */
.filter-bar { background: var(--ivory); padding: 1.3rem 5%; display: flex; gap: 0.6rem; flex-wrap: wrap; align-items: center; }
.filter-btn { background: var(--ivory-2); border: none; color: var(--charcoal-soft); font-family: 'Roboto Slab', serif; font-size: 0.82rem; padding: 0.5rem 1.1rem; border-radius: 100px; cursor: pointer; transition: all 0.2s; }
.filter-btn:hover, .filter-btn.active { background: var(--charcoal); color: var(--ivory); }
.gallery-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; padding: 0 5%; }
.gallery-item { position: relative; }
.photo-frame.gallery-thumb { width: 100%; height: 100%; min-height: 280px; box-sizing: border-box; }
.gallery-item.tall { grid-row: span 2; }
.gallery-item.wide { grid-column: span 2; }
.gallery-thumb.photo-placeholder { width: 100%; height: 100%; min-height: 280px; aspect-ratio: auto; border-radius: 0; border: none; }
.gallery-overlay { position: absolute; inset: auto 0 0 0; padding: 1.2rem; }
.overlay-label { font-size: 0.72rem; color: var(--stone); margin-bottom: 0.3rem; }
.overlay-title { font-family: 'Roboto Slab', serif; font-size: 1.05rem; color: var(--charcoal); }
.gallery-caption { padding: 1rem 0.2rem 0; }
.gallery-caption .overlay-title { display: block; margin-bottom: 0.7rem; }
.toggle-before-after {
  background: none;
  border: 1px solid var(--line-strong);
  color: var(--charcoal);
  font-family: 'Roboto Slab', serif;
  font-size: 0.78rem;
  font-weight: 600;
  padding: 0.45rem 1rem;
  border-radius: 100px;
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.toggle-before-after:hover { background: var(--sand); border-color: var(--sand); color: var(--charcoal); }

/* Portfolio grid (real projects, main image/video + Before/After buttons overlay) */
.portfolio-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1.6rem 1.2rem; padding: 1rem 5% 2rem; }
.portfolio-thumb { aspect-ratio: 4/5; position: relative; overflow: hidden; }
.portfolio-media { width: 100%; height: 100%; }
.portfolio-media .portfolio-img { width: 100%; height: 100%; object-fit: cover; object-position: center; display: block; border-radius: var(--radius); }
.portfolio-nav-overlay {
  position: absolute;
  left: 50%;
  bottom: 12px;
  transform: translateX(-50%);
  display: flex;
  align-items: center;
  gap: 0.4rem;
  background: rgba(51,64,47,0.72);
  backdrop-filter: blur(2px);
  padding: 0.3rem;
  border-radius: 100px;
  z-index: 2;
}
.portfolio-cat-btn {
  background: none;
  border: none;
  color: var(--ivory);
  cursor: pointer;
  font-family: 'Roboto Slab', serif;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding: 0.38rem 0.85rem;
  border-radius: 100px;
  transition: background 0.2s, color 0.2s;
  white-space: nowrap;
}
.portfolio-cat-btn:hover { background: rgba(255,255,255,0.18); }
.portfolio-cat-btn.active { background: var(--sand); color: var(--charcoal); }
.portfolio-arrow-btn {
  background: none;
  border: none;
  color: var(--ivory);
  cursor: pointer;
  width: 18px;
  height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.95rem;
  line-height: 1;
  padding: 0;
  border-radius: 50%;
  transition: background 0.2s;
}
.portfolio-arrow-btn:hover { background: rgba(255,255,255,0.18); }
.gallery-cta { background: var(--charcoal); padding: 5.5rem 5%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; border-radius: var(--radius); margin: 3rem 5% 0; }
.gallery-cta h2 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(1.5rem,2.4vw,2rem); color: var(--ivory); }
.gallery-cta h2 em { color: var(--sand); font-style: normal; }
.gallery-cta .btn-primary { background: var(--ivory); color: var(--charcoal); border-color: var(--ivory); }
.gallery-cta .btn-primary:hover { background: var(--sand); border-color: var(--sand); }

/* About page */
.stat-bar { background: var(--sand); padding: 2.2rem 5%; display: flex; justify-content: space-around; flex-wrap: wrap; gap: 1.5rem; }
.stat-item { text-align: center; }
.stat-num { display: block; font-family: 'Roboto Slab', serif; font-size: 1.9rem; font-weight: 500; color: var(--charcoal); }
.stat-label { font-size: 0.78rem; color: var(--charcoal-soft); }
.story { background: var(--ivory-2); padding-top: 4.5rem; padding-bottom: 4.5rem; }
.story-grid { display: grid; grid-template-columns: 1.1fr 0.9fr; gap: 4rem; align-items: center; }
.story-body p { font-size: 0.95rem; color: var(--charcoal-soft); line-height: 1.85; margin-bottom: 1.1rem; }
.pull-quote { font-family: 'Roboto Slab', serif; font-size: 1.25rem; color: var(--charcoal); border-left: 3px solid var(--stone); padding-left: 1.3rem; margin: 1.6rem 0; line-height: 1.5; }
.values { background: var(--ivory); }
.values-header { max-width: 560px; margin-bottom: 3rem; }
.values-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.4rem; }
.value-card { background: var(--ivory-2); padding: 2.2rem; border-radius: var(--radius); }
.value-num { font-family: 'Roboto Slab', serif; font-size: 2.1rem; font-weight: 500; color: var(--sand); margin-bottom: 1rem; }
.value-line { width: 1.6rem; height: 2px; border-radius: 2px; background: var(--stone); margin-bottom: 1rem; }
.value-title { font-family: 'Roboto Slab', serif; font-size: 1.15rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.6rem; }
.value-body { font-size: 0.88rem; color: var(--charcoal-soft); line-height: 1.8; }
.team { background: var(--ivory-2); }
.team-intro { display: grid; grid-template-columns: 1fr 1fr; gap: 3rem; align-items: end; margin-bottom: 3rem; }
.team-sub { font-size: 0.88rem; color: var(--charcoal-soft); line-height: 1.85; align-self: end; }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 2rem; }
.team-card { text-align: center; }
.team-img { aspect-ratio: 1; border-radius: 50%; background: var(--ivory); display: flex; align-items: center; justify-content: center; margin: 0 auto 1.1rem; width: 130px; color: var(--stone); box-shadow: var(--shadow); }
.team-name { font-family: 'Roboto Slab', serif; font-size: 1.05rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.3rem; }
.team-role { font-size: 0.82rem; color: var(--stone); }
.about-cta { background: var(--ivory); text-align: center; padding: 6rem 5%; }
.about-cta h2 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(1.6rem,2.6vw,2.2rem); color: var(--charcoal); margin: 0.5rem 0 1.2rem; }
.about-cta h2 em { color: var(--stone); font-style: normal; }
.about-cta p { max-width: 480px; margin: 0 auto 2rem; color: var(--charcoal-soft); font-size: 0.92rem; }
.about-cta > div { display: flex; gap: 1rem; justify-content: center; flex-wrap: wrap; }

/* Process page extras */
.steps-section { background: var(--ivory); }
.step-row { display: grid; grid-template-columns: 60px 1fr 1fr; gap: 2.5rem; padding: 3rem 0; border-bottom: 1px solid var(--line); }
.step-row:first-child { padding-top: 0; }
.step-row .step-num { font-size: 1.1rem; }
.step-content h2 { font-family: 'Roboto Slab', serif; font-weight: 500; font-size: 1.5rem; color: var(--charcoal); margin-bottom: 0.9rem; }
.step-content h2 em { color: inherit; font-style: normal; }
.step-content p { font-size: 0.9rem; color: var(--charcoal-soft); line-height: 1.85; }
.step-detail { background: var(--ivory-2); border-radius: var(--radius); padding: 1.6rem; }
.step-detail-label { font-size: 0.78rem; color: var(--stone); margin-bottom: 0.9rem; font-weight: 600; font-family: 'Roboto Slab', serif; }
.step-detail ul { list-style: none; }
.step-detail li { font-size: 0.85rem; color: var(--charcoal-soft); padding: 0.4rem 0; border-top: 1px solid var(--line); }
.step-detail li:first-child { border-top: none; }
.step-detail-link { color: var(--charcoal-soft); text-decoration: none; display: flex; align-items: center; justify-content: space-between; gap: 1rem; transition: color 0.2s; }
.step-detail-link:hover { color: var(--slate); }
.step-arrow { display: flex; align-items: center; justify-content: center; width: 26px; height: 26px; border-radius: 50%; background: var(--ivory); color: var(--slate); font-size: 0.9rem; flex-shrink: 0; transition: background 0.2s, transform 0.2s; }
.step-detail-link:hover .step-arrow { background: var(--sand); transform: translateX(2px); }
.step-arrow.whatsapp { background: #25D366; color: #fff; }
.step-arrow.whatsapp svg { width: 13px; height: 13px; }
.step-detail-link:hover .step-arrow.whatsapp { background: #20bd5a; }
.step-detail-static { cursor: default; }
.step-detail-static:hover { color: var(--charcoal-soft); }
.step-detail-static:hover .step-arrow { background: var(--ivory); transform: none; }
.step-detail-static:hover .step-arrow.whatsapp { background: #25D366; }
.consultation { background: var(--ivory-2); text-align: center; }
.consultation-heading { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(1.6rem,2.6vw,2.2rem); color: var(--charcoal); margin-bottom: 3rem; }
.consultation-heading em { color: var(--stone); font-style: normal; }
.consult-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.4rem; text-align: left; }
.consult-card { background: var(--ivory); padding: 2.2rem; border-radius: var(--radius); box-shadow: var(--shadow); }
.consult-icon { width: 42px; height: 42px; background: var(--ivory-2); border-radius: 50%; margin-bottom: 1.2rem; display:flex; align-items:center; justify-content:center; color:var(--charcoal); }
.consult-title { font-family: 'Roboto Slab', serif; font-size: 1.1rem; font-weight: 500; color: var(--charcoal); margin-bottom: 0.6rem; }
.consult-body { font-size: 0.88rem; color: var(--charcoal-soft); line-height: 1.8; }
.process-cta { background: var(--charcoal); padding: 5.5rem 5%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; border-radius: var(--radius); margin: 3rem 5% 0; }
.process-cta-buttons { display: flex; flex-direction: column; gap: 0.9rem; }
.process-cta h2 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(1.5rem,2.4vw,2rem); color: var(--ivory); }
.process-cta h2 em { color: var(--sand); font-style: normal; }
.process-cta .btn-primary { background: var(--ivory); color: var(--charcoal); border-color: var(--ivory); }
.process-cta .btn-primary:hover { background: var(--sand); border-color: var(--sand); }

/* FAQ page */
.faq-section { background: var(--ivory); }
.faq-inner { display: grid; grid-template-columns: 0.8fr 1.6fr; gap: 4rem; }
.faq-sidebar { position: sticky; top: 110px; align-self: start; }
.faq-sidebar-title { font-family: 'Roboto Slab', serif; font-weight: 500; font-size: 1.5rem; color: var(--charcoal); margin-bottom: 1rem; }
.faq-sidebar p { font-size: 0.88rem; color: var(--charcoal-soft); margin-bottom: 1.5rem; line-height: 1.8; }
.faq-list { }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { width: 100%; background: none; border: none; text-align: left; padding: 1.6rem 0; display: flex; justify-content: space-between; align-items: center; cursor: pointer; gap: 2rem; }
.faq-question-text { font-family: 'Roboto Slab', serif; font-size: 1.1rem; color: var(--charcoal); font-weight: 500; }
.faq-icon { position: relative; width: 16px; height: 16px; min-width:16px; }
.faq-icon::before, .faq-icon::after { content:''; position:absolute; background: var(--stone); transition: transform 0.2s, opacity 0.2s; }
.faq-icon::before { top:50%; left:0; width:100%; height:2px; border-radius:2px; transform: translateY(-50%); }
.faq-icon::after { left:50%; top:0; height:100%; width:2px; border-radius:2px; transform: translateX(-50%); }
.faq-item.open .faq-icon::after { transform: translateX(-50%) rotate(90deg); opacity: 0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height 0.3s ease; }
.faq-item.open .faq-answer { max-height: 400px; }
.faq-answer-inner { padding-bottom: 1.6rem; font-size: 0.9rem; color: var(--charcoal-soft); line-height: 1.85; max-width: 60ch; }
.faq-cta { background: var(--charcoal); padding: 5.5rem 5%; display: grid; grid-template-columns: 1fr auto; align-items: center; gap: 2rem; border-radius: var(--radius); margin: 3rem 5% 0; }
.faq-cta h2 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: clamp(1.5rem,2.4vw,2rem); color: var(--ivory); }
.faq-cta h2 em { color: var(--sand); font-style: normal; }
.faq-cta .btn-primary { background: var(--ivory); color: var(--charcoal); border-color: var(--ivory); }
.faq-cta .btn-primary:hover { background: var(--sand); border-color: var(--sand); }

/* Contact page */
.contact-main { background: var(--ivory); }
.contact-grid { display: grid; grid-template-columns: 0.9fr 1.1fr; gap: 4.5rem; }
.contact-info-intro { font-size: 0.92rem; color: var(--stone); line-height: 1.85; margin-top: 1rem; }
.contact-detail { padding: 1.3rem 0; border-top: 1px solid var(--line); }
.contact-detail:last-child { border-bottom: 1px solid var(--line); }
.contact-detail-label { font-size: 0.78rem; color: var(--stone); margin-bottom: 0.4rem; font-weight: 600; }
.contact-detail-value { font-family: 'Roboto Slab', serif; font-size: 1.05rem; color: var(--charcoal); }
.contact-detail-sub { font-size: 0.8rem; color: var(--charcoal-soft); margin-top: 0.2rem; }
.contact-form-wrap { background: var(--ivory-2); border-radius: var(--radius); padding: 2.4rem; box-shadow: var(--shadow); }
.contact-form-wrap h2 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 1.6rem; color: var(--slate); margin-bottom: 1.6rem; }
.contact-form-wrap h2 em { font-style: normal; color: var(--slate); }
.contact-info h2 { font-family: 'Roboto Slab', serif; font-weight: 800; font-size: 1.6rem; color: var(--slate); margin-bottom: 0.6rem; }
.contact-info h2 em { font-style: normal; color: var(--slate); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1.2rem; }
.form-group { margin-bottom: 1.2rem; }
.form-group label { display: block; font-size: 0.8rem; color: var(--charcoal-soft); margin-bottom: 0.5rem; font-weight: 600; }
.form-group input, .form-group select, .form-group textarea {
  width: 100%; border: 1px solid var(--line-strong); background: var(--ivory); border-radius: 10px;
  padding: 0.8rem 0.9rem; font-family: 'Roboto Slab', serif; font-size: 0.9rem; color: var(--charcoal);
}
.form-group input:focus, .form-group select:focus, .form-group textarea:focus { outline: 2px solid var(--stone); outline-offset: 1px; }
.form-group textarea { resize: vertical; min-height: 110px; }
.consult-type-group { display: flex; flex-direction: column; gap: 0.6rem; }
.radio-option { display: flex; align-items: center; gap: 0.6rem; font-size: 0.85rem; color: var(--charcoal-soft); cursor: pointer; }
.btn-submit { width: 100%; background: var(--charcoal); color: var(--ivory); border: none; padding: 0.95rem; border-radius: 100px; font-size: 0.9rem; font-weight: 600; cursor: pointer; transition: background 0.2s; }
.btn-submit:hover { background: var(--stone); }
.form-note { font-size: 0.82rem; color: var(--stone); margin-top: 1rem; text-align: center; }
.form-success { display: none; text-align: center; padding: 3rem 2rem; }
.hp-field { position: absolute; left: -9999px; top: -9999px; }
.contact-testimonial { background: var(--ivory-2); text-align: center; padding: 5rem 5%; }
.contact-disclaimer { font-size: 0.82rem; color: var(--stone); margin-top: 1.6rem; }

/* ============================================================
   MOBILE
   ============================================================ */
@media (max-width: 1359px) and (min-width: 901px) {
  .hero-split { grid-template-columns: minmax(0, 600px) minmax(0, 440px); }
  .hero-split-content { margin-left: 20px; }
  .hero-split-media { margin-left: 0; margin-right: auto; max-width: 440px; }
}

@media (max-width: 900px) {
  section { padding: 3.5rem 6%; }
  .nav-links { display: none; }
  .nav-links.open {
    display: flex;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: var(--charcoal);
    flex-direction: column;
    align-items: flex-start;
    gap: 0;
    padding: 0.5rem 5% 1.5rem;
    box-shadow: 0 16px 24px -12px rgba(0,0,0,0.3);
    z-index: 200;
  }
  .nav-links.open li { width: 100%; padding: 0.7rem 0; border-bottom: 1px solid rgba(255,255,255,0.12); }
  .nav-links.open li:last-child { border-bottom: none; padding: 1rem 0; }
  .nav-hamburger { display: flex; }
  .hero-split {
    grid-template-columns: 1fr;
    min-height: auto;
    align-items: stretch;
    row-gap: 1.2rem;
    padding-top: 3rem;
  }
  .hero-split-content { max-width: 100%; margin-left: 0; }
  .hero-heading, .hero-sub, .hero-actions { max-width: 100%; padding: 0; }
  .hero-split-media { display: none; }
  .hero-actions { flex-wrap: nowrap; gap: 0.7rem; }
  .hero-actions .btn-primary, .hero-actions .btn-outline { flex: 1 1 0; padding: 0.8rem 0.6rem; font-size: 0.76rem; text-align: center; white-space: nowrap; }
  .intro-features { grid-template-columns: 1fr; gap: 1.4rem; }
  .intro { grid-template-columns: 1fr; row-gap: 1.2rem; padding-left: 6%; padding-right: 6%; }
  .intro-image-wrap { display: none; }
  .more-than-header { margin-bottom: 2.2rem; }
  .more-than-header .section-heading { font-size: 1.65rem; }
  .gallery-preview { padding-top: 3rem; padding-bottom: 3rem; }
  .gallery-preview-header { grid-template-columns: 1fr; gap: 0.5rem; text-align: center; }
  .gallery-preview-sub-desktop { display: none; }
  .gallery-preview-sub-mobile { display: block; }
  .gallery-preview-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    gap: 1rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 4%;
  }
  .gallery-preview-grid .photo-frame { flex: 0 0 80%; aspect-ratio: 3/4; scroll-snap-align: start; }
  .pillars-grid {
    display: flex;
    grid-template-columns: none;
    overflow-x: auto;
    gap: 1.2rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-padding-left: 4%;
  }
  .pillar { flex: 0 0 80%; scroll-snap-align: start; background: var(--ivory-2); border-radius: var(--radius); padding: 1.4rem; }
  .mobile-scroll-wrap { position: relative; }
  .mobile-scroll-btn {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: var(--charcoal);
    color: var(--ivory);
    font-size: 1.3rem;
    line-height: 1;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: var(--shadow);
  }
  .mobile-scroll-btn.prev { left: -8px; }
  .mobile-scroll-btn.next { right: -8px; }
  .services-intro { grid-template-columns: 1fr; gap: 1.4rem; }
  .process-inner { grid-template-columns: 1fr; gap: 2.5rem; }
  .process-sticky { position: static; }
  .cta-banner, .services-cta, .gallery-cta, .faq-cta, .process-cta { grid-template-columns: 1fr; text-align: center; padding: 2.8rem 6%; margin-top: 1.2rem; }
  .cta-banner .section-label, .services-cta .section-label, .gallery-cta .section-label, .faq-cta .section-label, .process-cta .section-label { margin-left: auto; margin-right: auto; }
  .cta-banner .section-label::after, .services-cta .section-label::after, .gallery-cta .section-label::after, .faq-cta .section-label::after, .process-cta .section-label::after { margin-left: auto; margin-right: auto; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 1.6rem; }
  .footer-bottom { flex-direction: column; text-align: center; }
  .gallery-grid { grid-template-columns: repeat(2, 1fr); }
  .portfolio-grid { grid-template-columns: repeat(2, 1fr); }
  .gallery-item.tall, .gallery-item.wide { grid-row: span 1; grid-column: span 1; }
  .story-grid { grid-template-columns: 1fr; gap: 2rem; }
  .story-grid > div:first-child { order: 2; }
  .values-grid { grid-template-columns: 1fr; }
  .team-intro { grid-template-columns: 1fr; gap: 1rem; }
  .team-grid { grid-template-columns: 1fr; max-width: 260px; margin: 0 auto; }
  .service-block, .service-block.reverse { grid-template-columns: 1fr; gap: 1.6rem; }
  .service-block.reverse .service-media { order: 0; }
  .additional-grid { grid-template-columns: 1fr; }
  .faq-inner { grid-template-columns: 1fr; gap: 2rem; }
  .faq-sidebar { position: static; }
  .step-row { grid-template-columns: 1fr; gap: 1rem; }
  .consult-grid { grid-template-columns: 1fr; }
  .contact-grid { grid-template-columns: 1fr; gap: 2.5rem; }
  .form-row { grid-template-columns: 1fr; }
  .section-label { font-size: 0.76rem; }
}
@media (max-width: 520px) {
  .service-card { flex-basis: 260px; }
  .footer-top { grid-template-columns: 1fr; }
  .gallery-grid { grid-template-columns: 1fr; }
  .portfolio-grid { grid-template-columns: 1fr; }
  .gallery-preview-grid .photo-frame { flex-basis: 80%; }
  .pillar { flex-basis: 88%; }
}
@media (prefers-reduced-motion: reduce) { * { transition: none !important; } }

a:focus-visible, button:focus-visible { outline: 2px solid var(--slate); outline-offset: 2px; }
