/* ============================================================
   T² Tile and Flooring — redesign
   Warm craftsman palette · serif display · clean sans body
   ============================================================ */

:root {
  --cream: #f6f1e7;
  --cream-2: #efe7d6;
  --cream-3: #e7ddc9;
  --ink: #211d17;
  --ink-soft: #3a342b;
  --muted: #6f6757;
  --clay: #b0653f;
  --clay-dark: #8d4e2f;
  --line: rgba(33, 29, 23, 0.12);
  --line-strong: rgba(33, 29, 23, 0.22);
  --white: #fffdf8;
  --shadow-sm: 0 2px 10px rgba(33, 29, 23, 0.06);
  --shadow-md: 0 14px 40px rgba(33, 29, 23, 0.12);
  --shadow-lg: 0 30px 70px rgba(33, 29, 23, 0.22);
  --r-sm: 8px;
  --r-md: 16px;
  --r-lg: 26px;
  --ease: cubic-bezier(0.22, 1, 0.36, 1);
  --container: 1200px;
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* ---------- reset ---------- */
*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation-duration: 0.001ms !important; transition-duration: 0.001ms !important; }
}
body {
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.65;
  font-size: 17px;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
}
img { display: block; max-width: 100%; height: auto; }
a { color: inherit; text-decoration: none; }
button { font-family: inherit; cursor: pointer; border: none; background: none; }
ul { list-style: none; }

/* ---------- type ---------- */
h1, h2, h3, h4 { font-family: var(--display); font-weight: 500; line-height: 1.08; letter-spacing: -0.015em; color: var(--ink); }
.display { font-family: var(--display); }
.eyebrow {
  font-family: var(--body);
  font-size: 0.78rem;
  font-weight: 600;
  letter-spacing: 0.22em;
  text-transform: uppercase;
  color: var(--clay);
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
}
.eyebrow::before { content: ""; width: 28px; height: 1px; background: var(--clay); display: inline-block; }
.eyebrow.center::after { content: ""; width: 28px; height: 1px; background: var(--clay); display: inline-block; }
.lead { font-size: 1.18rem; color: var(--ink-soft); }

/* ---------- layout ---------- */
.container { width: 100%; max-width: var(--container); margin: 0 auto; padding: 0 24px; }
section { position: relative; }
.section-pad { padding: clamp(70px, 9vw, 130px) 0; }
.section-head { max-width: 640px; margin-bottom: 52px; }
.section-head.center { margin-left: auto; margin-right: auto; text-align: center; }
.section-head h2 { font-size: clamp(2.1rem, 4.6vw, 3.4rem); margin: 18px 0 16px; }
.section-head p { color: var(--muted); font-size: 1.08rem; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.95rem 1.6rem;
  border-radius: 100px;
  font-weight: 600;
  font-size: 0.96rem;
  letter-spacing: 0.01em;
  transition: transform 0.4s var(--ease), background 0.3s var(--ease), box-shadow 0.3s var(--ease), color 0.3s var(--ease);
  will-change: transform;
}
.btn svg { width: 17px; height: 17px; transition: transform 0.4s var(--ease); }
.btn:hover svg { transform: translateX(4px); }
.btn-primary { background: var(--clay); color: var(--white); box-shadow: 0 10px 26px rgba(176, 101, 63, 0.32); }
.btn-primary:hover { background: var(--clay-dark); transform: translateY(-3px); box-shadow: 0 16px 34px rgba(176, 101, 63, 0.42); }
.btn-ghost { background: transparent; color: var(--ink); border: 1.5px solid var(--line-strong); }
.btn-ghost:hover { border-color: var(--ink); transform: translateY(-3px); }
.btn-light { background: var(--white); color: var(--ink); }
.btn-light:hover { transform: translateY(-3px); box-shadow: var(--shadow-md); }
.btn-outline-light { background: transparent; color: var(--white); border: 1.5px solid rgba(255, 253, 248, 0.45); }
.btn-outline-light:hover { background: rgba(255, 253, 248, 0.12); border-color: var(--white); transform: translateY(-3px); }

/* ============================================================
   HEADER / NAV
   ============================================================ */
.site-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 100;
  transition: background 0.4s var(--ease), box-shadow 0.4s var(--ease), padding 0.4s var(--ease);
  padding: 18px 0;
}
.site-header.scrolled {
  background: rgba(246, 241, 231, 0.88);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  box-shadow: 0 1px 0 var(--line);
  padding: 10px 0;
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: flex; align-items: center; gap: 12px; font-family: var(--display); font-size: 1.18rem; font-weight: 600; letter-spacing: -0.01em; }
.brand img { width: 46px; height: 46px; border-radius: 50%; transition: width 0.4s var(--ease), height 0.4s var(--ease); }
.site-header.scrolled .brand img { width: 40px; height: 40px; }
.brand small { display: block; font-family: var(--body); font-size: 0.62rem; letter-spacing: 0.18em; text-transform: uppercase; color: var(--muted); font-weight: 600; }
.brand .brand-name { line-height: 1.1; }
.nav-links { display: flex; align-items: center; gap: 6px; }
.nav-links a {
  padding: 0.5rem 0.9rem;
  font-size: 0.95rem;
  font-weight: 500;
  border-radius: 100px;
  color: var(--ink-soft);
  transition: color 0.25s, background 0.25s;
  position: relative;
}
.nav-links a:hover { color: var(--ink); background: rgba(33, 29, 23, 0.05); }
.nav-cta { display: flex; align-items: center; gap: 14px; }
.nav-phone { font-weight: 600; font-size: 0.95rem; color: var(--ink); white-space: nowrap; }
.nav-phone:hover { color: var(--clay); }
.burger { display: none; flex-direction: column; gap: 5px; width: 44px; height: 44px; align-items: center; justify-content: center; border-radius: 12px; }
.burger span { width: 24px; height: 2px; background: var(--ink); border-radius: 2px; transition: transform 0.35s var(--ease), opacity 0.25s; }
.burger.open span:nth-child(1) { transform: translateY(7px) rotate(45deg); }
.burger.open span:nth-child(2) { opacity: 0; }
.burger.open span:nth-child(3) { transform: translateY(-7px) rotate(-45deg); }

/* mobile menu */
.mobile-menu {
  position: fixed;
  inset: 0;
  z-index: 99;
  background: var(--cream);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 90px 32px 40px;
  gap: 8px;
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
  transition: transform 0.5s var(--ease), opacity 0.4s, visibility 0.4s;
}
.mobile-menu.open { transform: translateY(0); opacity: 1; visibility: visible; }
.mobile-menu a { font-family: var(--display); font-size: 2rem; padding: 0.4rem 0; color: var(--ink); border-bottom: 1px solid var(--line); }
.mobile-menu a:last-of-type { border-bottom: none; }
.mobile-menu .btn { margin-top: 24px; align-self: flex-start; }
.mobile-contact { margin-top: 28px; color: var(--muted); font-size: 1rem; line-height: 2; }

/* ============================================================
   HERO
   ============================================================ */
.hero { position: relative; min-height: 100vh; min-height: 100svh; display: flex; align-items: flex-end; color: var(--white); overflow: hidden; }
.hero-bg { position: absolute; inset: 0; z-index: -2; }
.hero-bg img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.08); animation: heroZoom 14s var(--ease) forwards; }
@keyframes heroZoom { to { transform: scale(1); } }
.hero::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(180deg, rgba(20, 16, 12, 0.55) 0%, rgba(20, 16, 12, 0.12) 38%, rgba(20, 16, 12, 0.78) 100%);
}
.hero-inner { padding-bottom: clamp(54px, 8vw, 100px); padding-top: 140px; width: 100%; }
.hero .eyebrow { color: #e8c4a8; }
.hero .eyebrow::before { background: #e8c4a8; }
.hero h1 { font-size: clamp(3rem, 8.5vw, 6.6rem); font-weight: 500; max-width: 14ch; margin: 22px 0; text-shadow: 0 2px 30px rgba(0, 0, 0, 0.3); }
.hero h1 em { font-style: italic; color: #e8c4a8; }
.hero-sub { font-size: clamp(1.05rem, 1.6vw, 1.3rem); max-width: 50ch; color: rgba(255, 253, 248, 0.92); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 36px; }
.hero-meta {
  position: absolute;
  right: 24px;
  bottom: clamp(54px, 8vw, 100px);
  text-align: right;
  display: flex;
  flex-direction: column;
  gap: 4px;
  font-size: 0.85rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(255, 253, 248, 0.8);
}
.hero-meta strong { font-family: var(--display); font-size: 1.4rem; letter-spacing: 0; text-transform: none; color: var(--white); }
.scroll-hint { position: absolute; left: 50%; bottom: 26px; transform: translateX(-50%); display: flex; flex-direction: column; align-items: center; gap: 8px; font-size: 0.7rem; letter-spacing: 0.2em; text-transform: uppercase; color: rgba(255, 253, 248, 0.7); }
.scroll-hint .mouse { width: 24px; height: 38px; border: 1.5px solid rgba(255, 253, 248, 0.6); border-radius: 14px; position: relative; }
.scroll-hint .mouse::after { content: ""; position: absolute; left: 50%; top: 7px; width: 3px; height: 7px; background: rgba(255, 253, 248, 0.8); border-radius: 2px; transform: translateX(-50%); animation: scrollDot 1.8s infinite; }
@keyframes scrollDot { 0% { opacity: 0; transform: translate(-50%, 0); } 40% { opacity: 1; } 80% { opacity: 0; transform: translate(-50%, 12px); } 100% { opacity: 0; } }

/* marquee strip below hero */
.marquee { background: var(--ink); color: var(--cream); overflow: hidden; padding: 16px 0; }
.marquee-track { display: flex; gap: 56px; white-space: nowrap; width: max-content; animation: marquee 28s linear infinite; }
.marquee:hover .marquee-track { animation-play-state: paused; }
.marquee-track span { font-family: var(--display); font-style: italic; font-size: 1.25rem; display: inline-flex; align-items: center; gap: 56px; color: rgba(246, 241, 231, 0.92); }
.marquee-track span::after { content: "✦"; color: var(--clay); font-style: normal; font-size: 0.9rem; }
@keyframes marquee { to { transform: translateX(-50%); } }

/* ============================================================
   ABOUT / INTRO
   ============================================================ */
.about-grid { display: grid; grid-template-columns: 1.05fr 0.95fr; gap: clamp(40px, 6vw, 90px); align-items: center; }
.about-media { position: relative; }
.about-media .img-main { border-radius: var(--r-lg); box-shadow: var(--shadow-md); aspect-ratio: 4 / 5; object-fit: cover; width: 100%; }
.about-media .img-badge {
  position: absolute;
  left: -28px;
  bottom: -28px;
  background: var(--clay);
  color: var(--white);
  border-radius: var(--r-md);
  padding: 22px 26px;
  box-shadow: var(--shadow-md);
  max-width: 220px;
}
.about-media .img-badge .num { font-family: var(--display); font-size: 2.4rem; line-height: 1; }
.about-media .img-badge .lbl { font-size: 0.85rem; opacity: 0.92; margin-top: 6px; }
.about-copy h2 { font-size: clamp(2rem, 4.4vw, 3.2rem); margin: 16px 0 22px; }
.about-copy h2 em { font-style: italic; color: var(--clay); }
.about-copy p { color: var(--ink-soft); margin-bottom: 18px; }
.about-sign { display: flex; align-items: center; gap: 16px; margin-top: 30px; }
.about-sign .sig { font-family: var(--display); font-style: italic; font-size: 1.5rem; color: var(--ink); }
.about-sign .who { font-size: 0.9rem; color: var(--muted); line-height: 1.4; }
.about-sign .who strong { color: var(--ink); font-weight: 600; display: block; font-style: normal; }

/* stats */
.stats { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; margin-top: 80px; }
.stat { text-align: center; padding: 28px 16px; border: 1px solid var(--line); border-radius: var(--r-md); background: var(--white); transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); }
.stat:hover { transform: translateY(-5px); box-shadow: var(--shadow-md); }
.stat .num { font-family: var(--display); font-size: clamp(2.4rem, 5vw, 3.4rem); color: var(--clay); line-height: 1; }
.stat .lbl { color: var(--muted); font-size: 0.95rem; margin-top: 10px; }

/* ============================================================
   VALUES (dark philosophy band)
   ============================================================ */
.philosophy { background: var(--ink); color: var(--cream); overflow: hidden; }
.philosophy::before {
  content: "";
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(246, 241, 231, 0.04) 1px, transparent 1px), linear-gradient(90deg, rgba(246, 241, 231, 0.04) 1px, transparent 1px);
  background-size: 46px 46px;
  mask-image: radial-gradient(circle at 70% 20%, black, transparent 75%);
  -webkit-mask-image: radial-gradient(circle at 70% 20%, black, transparent 75%);
}
.philosophy .container { position: relative; }
.philosophy .eyebrow { color: #e8c4a8; }
.philosophy .eyebrow::before { background: #e8c4a8; }
.philosophy-quote { font-family: var(--display); font-size: clamp(1.7rem, 3.6vw, 3rem); line-height: 1.2; max-width: 18ch; margin: 20px 0 18px; color: var(--cream); }
.philosophy-quote em { font-style: italic; color: #e8c4a8; }
.philosophy-lead { max-width: 60ch; color: rgba(246, 241, 231, 0.78); font-size: 1.1rem; }
.values { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 64px; }
.value { padding: 34px 28px; border: 1px solid rgba(246, 241, 231, 0.14); border-radius: var(--r-md); transition: background 0.4s var(--ease), transform 0.4s var(--ease), border-color 0.4s; }
.value:hover { background: rgba(246, 241, 231, 0.05); transform: translateY(-6px); border-color: rgba(232, 196, 168, 0.4); }
.value .ic { width: 50px; height: 50px; border-radius: 14px; background: rgba(232, 196, 168, 0.14); display: grid; place-items: center; color: #e8c4a8; margin-bottom: 22px; }
.value .ic svg { width: 26px; height: 26px; }
.value h3 { color: var(--cream); font-size: 1.45rem; margin-bottom: 10px; }
.value p { color: rgba(246, 241, 231, 0.7); font-size: 0.98rem; }

/* ============================================================
   SERVICES
   ============================================================ */
.services-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 22px; }
.service-card {
  position: relative;
  border-radius: var(--r-md);
  overflow: hidden;
  min-height: 360px;
  display: flex;
  align-items: flex-end;
  color: var(--white);
  box-shadow: var(--shadow-sm);
  isolation: isolate;
}
.service-card img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: -2; transition: transform 0.9s var(--ease); }
.service-card::after { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(180deg, rgba(20, 16, 12, 0) 30%, rgba(20, 16, 12, 0.85) 100%); transition: background 0.4s; }
.service-card:hover img { transform: scale(1.08); }
.service-card:hover::after { background: linear-gradient(180deg, rgba(20, 16, 12, 0.1) 10%, rgba(20, 16, 12, 0.9) 100%); }
.service-card .sc-body { padding: 26px 24px; width: 100%; }
.service-card .sc-num { font-family: var(--display); font-size: 0.85rem; color: #e8c4a8; opacity: 0.9; }
.service-card h3 { font-size: 1.4rem; margin: 6px 0 0; text-transform: capitalize; }
.service-card p { font-size: 0.93rem; color: rgba(255, 253, 248, 0.85); max-height: 0; opacity: 0; overflow: hidden; transition: max-height 0.5s var(--ease), opacity 0.4s, margin 0.5s var(--ease); }
.service-card:hover p { max-height: 160px; opacity: 1; margin-top: 12px; }
.service-card.tall { grid-row: span 2; min-height: 100%; }

/* ============================================================
   GALLERY
   ============================================================ */
.gallery-grid { columns: 3; column-gap: 18px; }
.gallery-grid .g-item { break-inside: avoid; margin-bottom: 18px; border-radius: var(--r-md); overflow: hidden; position: relative; cursor: pointer; box-shadow: var(--shadow-sm); }
.gallery-grid .g-item img { width: 100%; transition: transform 0.8s var(--ease); }
.gallery-grid .g-item::after { content: ""; position: absolute; inset: 0; background: rgba(33, 29, 23, 0); transition: background 0.4s; }
.gallery-grid .g-item .g-zoom { position: absolute; right: 14px; bottom: 14px; width: 42px; height: 42px; border-radius: 50%; background: rgba(255, 253, 248, 0.92); display: grid; place-items: center; opacity: 0; transform: scale(0.7); transition: opacity 0.4s, transform 0.4s var(--ease); color: var(--ink); }
.gallery-grid .g-item:hover img { transform: scale(1.06); }
.gallery-grid .g-item:hover::after { background: rgba(33, 29, 23, 0.18); }
.gallery-grid .g-item:hover .g-zoom { opacity: 1; transform: scale(1); }
.gallery-foot { text-align: center; margin-top: 46px; }
.gallery-foot a { color: var(--clay); font-weight: 600; display: inline-flex; align-items: center; gap: 8px; }
.gallery-foot a:hover { color: var(--clay-dark); }

/* lightbox */
.lightbox { position: fixed; inset: 0; z-index: 200; background: rgba(18, 14, 10, 0.94); display: flex; align-items: center; justify-content: center; opacity: 0; visibility: hidden; transition: opacity 0.4s; padding: 5vw; }
.lightbox.open { opacity: 1; visibility: visible; }
.lightbox img { max-width: 100%; max-height: 88vh; border-radius: var(--r-sm); box-shadow: var(--shadow-lg); }
.lb-close, .lb-nav { position: absolute; background: rgba(255, 253, 248, 0.12); color: var(--white); width: 52px; height: 52px; border-radius: 50%; display: grid; place-items: center; transition: background 0.3s, transform 0.3s; }
.lb-close:hover, .lb-nav:hover { background: rgba(255, 253, 248, 0.25); }
.lb-close { top: 24px; right: 24px; }
.lb-nav { top: 50%; transform: translateY(-50%); }
.lb-prev { left: 24px; }
.lb-next { right: 24px; }
.lb-nav:hover { transform: translateY(-50%) scale(1.08); }

/* ============================================================
   PRICING
   ============================================================ */
.pricing { background: var(--cream-2); }
.pricing-note { text-align: center; max-width: 60ch; margin: 0 auto 14px; color: var(--muted); }
.pricing-tag { text-align: center; font-size: 0.85rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--clay); font-weight: 600; margin-bottom: 50px; }
.plans { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; align-items: stretch; }
.plan { background: var(--white); border: 1px solid var(--line); border-radius: var(--r-lg); padding: 38px 32px; display: flex; flex-direction: column; transition: transform 0.4s var(--ease), box-shadow 0.4s var(--ease); position: relative; }
.plan:hover { transform: translateY(-8px); box-shadow: var(--shadow-md); }
.plan.featured { background: var(--ink); color: var(--cream); border-color: var(--ink); transform: scale(1.03); }
.plan.featured:hover { transform: scale(1.03) translateY(-8px); }
.plan .badge { position: absolute; top: 22px; right: 26px; background: var(--clay); color: var(--white); font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; padding: 6px 12px; border-radius: 100px; }
.plan .plan-name { font-family: var(--display); font-size: 1.6rem; }
.plan .plan-for { color: var(--muted); font-size: 0.95rem; margin-top: 4px; }
.plan.featured .plan-for { color: rgba(246, 241, 231, 0.66); }
.plan .price { font-family: var(--display); font-size: 3rem; line-height: 1; margin: 24px 0 4px; color: var(--clay); }
.plan.featured .price { color: #e8c4a8; }
.plan .price small { font-family: var(--body); font-size: 0.85rem; color: var(--muted); font-weight: 500; display: block; letter-spacing: 0.04em; }
.plan.featured .price small { color: rgba(246, 241, 231, 0.6); }
.plan ul { margin: 26px 0 30px; display: flex; flex-direction: column; gap: 13px; flex: 1; }
.plan li { display: flex; gap: 11px; font-size: 0.96rem; color: var(--ink-soft); }
.plan.featured li { color: rgba(246, 241, 231, 0.85); }
.plan li svg { width: 19px; height: 19px; color: var(--clay); flex-shrink: 0; margin-top: 2px; }
.plan.featured li svg { color: #e8c4a8; }
.plan .btn { width: 100%; justify-content: center; }

/* ============================================================
   TESTIMONIAL + PARTNERS
   ============================================================ */
.proof-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: center; }
.quote-card { background: var(--white); border-radius: var(--r-lg); padding: clamp(32px, 4vw, 50px); box-shadow: var(--shadow-sm); border: 1px solid var(--line); position: relative; }
.quote-card .mark { font-family: var(--display); font-size: 5rem; line-height: 0.7; color: var(--clay); opacity: 0.25; }
.quote-card blockquote { font-family: var(--display); font-size: clamp(1.4rem, 2.4vw, 1.9rem); line-height: 1.35; color: var(--ink); margin: 6px 0 26px; }
.quote-card .cite { display: flex; align-items: center; gap: 14px; }
.quote-card .cite .av { width: 48px; height: 48px; border-radius: 50%; background: var(--clay); color: var(--white); display: grid; place-items: center; font-family: var(--display); font-size: 1.3rem; }
.quote-card .cite .who strong { display: block; }
.quote-card .cite .who span { color: var(--muted); font-size: 0.92rem; }
.partners h3 { font-size: 1.05rem; letter-spacing: 0.04em; margin-bottom: 8px; }
.partners p { color: var(--muted); margin-bottom: 26px; }
.partner-list { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.partner-item { display: flex; align-items: center; gap: 12px; padding: 16px 18px; background: var(--white); border: 1px solid var(--line); border-radius: var(--r-md); font-size: 0.95rem; font-weight: 500; transition: transform 0.3s var(--ease), border-color 0.3s; }
.partner-item:hover { transform: translateY(-3px); border-color: var(--clay); }
.partner-item .dot { width: 9px; height: 9px; border-radius: 50%; background: var(--clay); flex-shrink: 0; }

/* ============================================================
   CONTACT / CTA
   ============================================================ */
.contact { background: var(--ink); color: var(--cream); overflow: hidden; }
.contact .container { position: relative; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(40px, 6vw, 80px); align-items: start; }
.contact-copy .eyebrow { color: #e8c4a8; }
.contact-copy .eyebrow::before { background: #e8c4a8; }
.contact-copy h2 { color: var(--cream); font-size: clamp(2.2rem, 5vw, 3.6rem); margin: 18px 0 20px; }
.contact-copy h2 em { font-style: italic; color: #e8c4a8; }
.contact-copy p { color: rgba(246, 241, 231, 0.74); max-width: 46ch; margin-bottom: 36px; }
.contact-lines { display: flex; flex-direction: column; gap: 16px; }
.contact-line { display: flex; align-items: center; gap: 16px; padding: 16px 0; border-bottom: 1px solid rgba(246, 241, 231, 0.12); transition: padding 0.3s; }
.contact-line:hover { padding-left: 6px; }
.contact-line .ic { width: 46px; height: 46px; border-radius: 12px; background: rgba(232, 196, 168, 0.14); display: grid; place-items: center; color: #e8c4a8; flex-shrink: 0; }
.contact-line .ic svg { width: 20px; height: 20px; }
.contact-line .lbl { font-size: 0.78rem; letter-spacing: 0.14em; text-transform: uppercase; color: rgba(246, 241, 231, 0.55); }
.contact-line .val { font-family: var(--display); font-size: 1.3rem; color: var(--cream); }

.contact-form { background: var(--cream); color: var(--ink); border-radius: var(--r-lg); padding: clamp(28px, 4vw, 44px); box-shadow: var(--shadow-lg); }
.contact-form h3 { font-size: 1.6rem; margin-bottom: 6px; }
.contact-form .fsub { color: var(--muted); font-size: 0.95rem; margin-bottom: 26px; }
.field { margin-bottom: 18px; }
.field label { display: block; font-size: 0.82rem; font-weight: 600; letter-spacing: 0.04em; margin-bottom: 8px; color: var(--ink-soft); }
.field input, .field select, .field textarea {
  width: 100%;
  padding: 0.85rem 1rem;
  border: 1.5px solid var(--line-strong);
  border-radius: var(--r-sm);
  background: var(--white);
  font-family: inherit;
  font-size: 1rem;
  color: var(--ink);
  transition: border-color 0.25s, box-shadow 0.25s;
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { outline: none; border-color: var(--clay); box-shadow: 0 0 0 4px rgba(176, 101, 63, 0.12); }
.field-row { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-form .btn { width: 100%; justify-content: center; margin-top: 6px; }
.form-note { text-align: center; font-size: 0.82rem; color: var(--muted); margin-top: 14px; }
.form-success { display: none; text-align: center; padding: 30px 10px; }
.form-success.show { display: block; }
.form-success .check { width: 64px; height: 64px; border-radius: 50%; background: var(--clay); color: var(--white); display: grid; place-items: center; margin: 0 auto 18px; }
.form-success h3 { color: var(--ink); }
.form-success p { color: var(--muted); }

/* ============================================================
   FOOTER
   ============================================================ */
.footer { background: #19150f; color: rgba(246, 241, 231, 0.7); padding: 70px 0 30px; }
.footer-top { display: grid; grid-template-columns: 1.4fr 1fr 1fr 1.2fr; gap: 40px; padding-bottom: 50px; border-bottom: 1px solid rgba(246, 241, 231, 0.1); }
.footer-brand .brand { color: var(--cream); margin-bottom: 18px; }
.footer-brand .brand small { color: rgba(246, 241, 231, 0.5); }
.footer-brand p { font-size: 0.95rem; max-width: 32ch; }
.footer h4 { color: var(--cream); font-family: var(--body); font-size: 0.82rem; letter-spacing: 0.16em; text-transform: uppercase; margin-bottom: 18px; font-weight: 600; }
.footer-col a, .footer-col span { display: block; padding: 6px 0; font-size: 0.96rem; transition: color 0.25s, padding 0.25s; }
.footer-col a:hover { color: #e8c4a8; padding-left: 4px; }
.footer-social { display: flex; gap: 12px; margin-top: 18px; }
.footer-social a { width: 42px; height: 42px; border-radius: 50%; border: 1px solid rgba(246, 241, 231, 0.18); display: grid; place-items: center; color: var(--cream); transition: background 0.3s, border-color 0.3s, transform 0.3s; }
.footer-social a:hover { background: var(--clay); border-color: var(--clay); transform: translateY(-3px); }
.footer-social svg { width: 19px; height: 19px; }
.footer-bottom { display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; padding-top: 26px; font-size: 0.85rem; }
.footer-bottom a:hover { color: #e8c4a8; }

/* ============================================================
   SCROLL REVEAL
   ============================================================ */
.reveal { opacity: 0; transform: translateY(34px); transition: opacity 0.8s var(--ease), transform 0.8s var(--ease); }
.reveal.in { opacity: 1; transform: none; }
.reveal[data-delay="1"] { transition-delay: 0.08s; }
.reveal[data-delay="2"] { transition-delay: 0.16s; }
.reveal[data-delay="3"] { transition-delay: 0.24s; }
.reveal[data-delay="4"] { transition-delay: 0.32s; }

/* ============================================================
   RESPONSIVE
   ============================================================ */
/* touch devices: hover-reveal text can't be triggered, so show it */
@media (hover: none) {
  .service-card p { max-height: 200px; opacity: 1; margin-top: 12px; }
  .service-card::after { background: linear-gradient(180deg, rgba(20, 16, 12, 0.1) 10%, rgba(20, 16, 12, 0.9) 100%); }
  .gallery-grid .g-item .g-zoom { opacity: 1; transform: scale(1); }
}

@media (max-width: 1080px) {
  .services-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card.tall { grid-row: span 1; min-height: 360px; }
  .footer-top { grid-template-columns: 1fr 1fr; gap: 32px; }
}
@media (max-width: 900px) {
  .nav-links, .nav-phone { display: none; }
  .nav-cta .btn-primary { display: none; } /* declutter mobile header; CTA lives in menu + hero */
  .burger { display: flex; }
  .about-grid, .proof-grid, .contact-grid { grid-template-columns: 1fr; }
  .about-media { max-width: 460px; margin: 0 auto; }
  .about-media .img-badge { left: 0; }
  .plans { grid-template-columns: 1fr; max-width: 460px; margin: 0 auto; }
  .plan.featured { transform: none; }
  .plan.featured:hover { transform: translateY(-8px); }
  .gallery-grid { columns: 2; }
  .values { grid-template-columns: 1fr; }
  .hero-meta { display: none; }
  .scroll-hint { display: none; } /* was overlapping hero CTAs on small screens */
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .container { padding: 0 18px; }
  .services-grid { grid-template-columns: 1fr; }
  .stats { grid-template-columns: 1fr; gap: 12px; }
  .gallery-grid { columns: 1; }
  .field-row { grid-template-columns: 1fr; }
  .partner-list { grid-template-columns: 1fr; }
  .footer-top { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.6rem, 13vw, 4rem); }
  .hero-inner { padding-bottom: 48px; }
  .hero-actions { width: 100%; gap: 12px; }
  .hero-actions .btn { flex: 1 1 100%; justify-content: center; }
  .about-media .img-badge { left: 0; bottom: -18px; padding: 16px 18px; }
}
