:root{--page-title-display:none;}/* Start custom CSS *//* ===== FONTS & VARIABLES ===== */
@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;600;700&family=DM+Sans:wght@300;400;500;600&display=swap');

:root {
  --stone:      #8b7355;
  --stone-dark: #5c4a32;
  --stone-light:#c9b99a;
  --cream:      #faf7f2;
  --white:      #ffffff;
  --text:       #2c2c2c;
  --text-muted: #6b6355;
  --border:     #e8e2d9;
  --accent:     #c0834a;
  --section-bg: #f4f1eb;
  --max-w:      1200px;
  --radius:     6px;
}

/* ===== UTILITIES & BASE STYLES ===== */
.sm-wrapper {
  font-family: 'DM Sans', sans-serif;
  font-weight: 400;
  color: var(--text);
  background: #fafaf8;
  line-height: 1.65;
  box-sizing: border-box;
}
.sm-wrapper *, .sm-wrapper *::before, .sm-wrapper *::after { box-sizing: border-box; margin: 0; padding: 0; }
.sm-wrapper .container { max-width: var(--max-w); margin: 0 auto; padding: 0 24px; }
.sm-wrapper .section-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}
.sm-wrapper .section-title {
  font-family: 'Cormorant Garamond', serif;
  font-size: clamp(30px, 4vw, 46px);
  font-weight: 700;
  line-height: 1.18;
  color: var(--stone-dark);
}
.sm-wrapper .section-sub {
  font-size: 16px;
  color: var(--text-muted);
  max-width: 560px;
  margin-top: 12px;
  line-height: 1.7;
}
.sm-wrapper .btn-primary {
  display: inline-block;
  background: var(--accent);
  color: #fff;
  padding: 14px 32px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  letter-spacing: 0.3px;
  transition: background 0.22s, transform 0.15s;
  border: none;
  cursor: pointer;
}
.sm-wrapper .btn-primary:hover { background: var(--stone-dark); transform: translateY(-1px); }
.sm-wrapper .btn-outline {
  display: inline-block;
  background: transparent;
  color: var(--stone-dark);
  padding: 13px 30px;
  border-radius: var(--radius);
  font-weight: 600;
  font-size: 15px;
  text-decoration: none;
  border: 2px solid var(--stone);
  transition: all 0.22s;
  cursor: pointer;
}
.sm-wrapper .btn-outline:hover { background: var(--stone-dark); color: #fff; border-color: var(--stone-dark); }

/* ===== TOP BAR & NAVBAR ===== */
.sm-wrapper .topbar { background: var(--stone-dark); color: #e8d9c8; font-size: 13px; padding: 8px 0; text-align: center; }
.sm-wrapper .topbar a { color: var(--stone-light); text-decoration: none; }
.sm-wrapper .navbar { background: var(--white); border-bottom: 1px solid var(--border); position: sticky; top: 0; z-index: 100; padding: 0 24px; }
.sm-wrapper .nav-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; height: 68px; }
.sm-wrapper .logo { font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 700; color: var(--stone-dark); text-decoration: none; letter-spacing: 0.5px; }
.sm-wrapper .logo span { color: var(--accent); }
.sm-wrapper .nav-links { display: flex; gap: 28px; list-style: none; }
.sm-wrapper .nav-links a { font-size: 14px; font-weight: 500; color: var(--text-muted); text-decoration: none; transition: color 0.18s; }
.sm-wrapper .nav-links a:hover { color: var(--stone-dark); }

/* ===== HERO SECTION ===== */
.sm-wrapper .hero { background: linear-gradient(135deg, #f9f5ef 0%, #ede7dc 60%, #ddd0bc 100%); position: relative; overflow: hidden; padding: 80px 24px 90px; }
.sm-wrapper .hero::before { content: ''; position: absolute; right: -80px; top: -80px; width: 520px; height: 520px; border-radius: 50%; background: radial-gradient(circle, rgba(192,131,74,0.12), transparent 70%); pointer-events: none; }
.sm-wrapper .hero-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 64px; align-items: center; }
.sm-wrapper .hero-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 12px; font-weight: 600; letter-spacing: 2px; text-transform: uppercase; color: var(--accent); margin-bottom: 20px; }
.sm-wrapper .hero-eyebrow::before { content: ''; display: block; width: 28px; height: 2px; background: var(--accent); }
.sm-wrapper .hero h1 { font-family: 'Cormorant Garamond', serif; font-size: clamp(38px, 5vw, 60px); font-weight: 700; line-height: 1.1; color: var(--stone-dark); margin-bottom: 22px; }
.sm-wrapper .hero h1 em { font-style: normal; color: var(--accent); border-bottom: 3px solid var(--stone-light); }
.sm-wrapper .hero-desc { font-size: 17px; color: var(--text-muted); line-height: 1.75; margin-bottom: 36px; max-width: 480px; }
.sm-wrapper .hero-actions { display: flex; gap: 16px; flex-wrap: wrap; }
.sm-wrapper .hero-trust { margin-top: 48px; display: flex; gap: 32px; flex-wrap: wrap; }
.sm-wrapper .trust-item { text-align: left; }
.sm-wrapper .trust-num { font-family: 'Cormorant Garamond', serif; font-size: 32px; font-weight: 700; color: var(--stone-dark); line-height: 1; }
.sm-wrapper .trust-label { font-size: 12px; color: var(--text-muted); font-weight: 500; letter-spacing: 0.3px; }
.sm-wrapper .hero-image-panel { position: relative; }
.sm-wrapper .hero-img-stack { position: relative; height: 420px; }
.sm-wrapper .img-placeholder { background: linear-gradient(135deg, #c9b99a, #8b7355); display: flex; align-items: center; justify-content: center; color: rgba(255,255,255,0.5); font-size: 13px; font-weight: 500; letter-spacing: 1px; text-transform: uppercase; }

/* ===== TRUST STRIP ===== */
.sm-wrapper .trust-strip { background: var(--stone-dark); padding: 28px 24px; color: var(--cream); }
.sm-wrapper .trust-strip-inner { max-width: var(--max-w); margin: 0 auto; display: flex; align-items: center; justify-content: space-between; gap: 24px; flex-wrap: wrap; }
.sm-wrapper .strip-item { display: flex; align-items: center; gap: 12px; font-size: 14px; font-weight: 500; color: #e8d9c8; }
.sm-wrapper .strip-icon { width: 36px; height: 36px; background: rgba(255,255,255,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 16px; }

/* ===== SERVICES ===== */
.sm-wrapper .services { padding: 88px 24px; background: var(--white); }
.sm-wrapper .services-header { text-align: center; margin-bottom: 56px; }
.sm-wrapper .services-header .section-sub { margin: 12px auto 0; }
.sm-wrapper .services-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 28px; }
.sm-wrapper .service-card { border: 1px solid var(--border); border-radius: 10px; padding: 36px 28px; transition: box-shadow 0.25s, transform 0.2s, border-color 0.25s; background: var(--white); position: relative; overflow: hidden; }
.sm-wrapper .service-card::after { content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform 0.3s; }
.sm-wrapper .service-card:hover { box-shadow: 0 12px 40px rgba(139,115,85,0.14); transform: translateY(-4px); border-color: var(--stone-light); }
.sm-wrapper .service-card:hover::after { transform: scaleX(1); }
.sm-wrapper .service-icon { width: 54px; height: 54px; background: var(--section-bg); border-radius: 10px; display: flex; align-items: center; justify-content: center; font-size: 24px; margin-bottom: 20px; }
.sm-wrapper .service-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 21px; font-weight: 700; color: var(--stone-dark); margin-bottom: 10px; }
.sm-wrapper .service-card p { font-size: 14px; color: var(--text-muted); line-height: 1.7; }
.sm-wrapper .service-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 18px; font-size: 13px; font-weight: 600; color: var(--accent); text-decoration: none; letter-spacing: 0.3px; }
.sm-wrapper .service-link:hover { color: var(--stone-dark); }

/* ===== CATEGORIES ===== */
.sm-wrapper .categories { padding: 88px 24px; background: var(--section-bg); }
.sm-wrapper .categories-header { max-width: var(--max-w); margin: 0 auto 48px; display: flex; justify-content: space-between; align-items: flex-end; flex-wrap: wrap; gap: 20px; }
.sm-wrapper .cat-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 20px; }
.sm-wrapper .cat-card { border-radius: 10px; overflow: hidden; position: relative; height: 200px; cursor: pointer; transition: transform 0.25s; }
.sm-wrapper .cat-card:hover { transform: scale(1.02); }
.sm-wrapper .cat-card:first-child { grid-column: span 2; height: 260px; }
.sm-wrapper .cat-img { width: 100%; height: 100%; object-fit: cover; transition: transform 0.4s; }
.sm-wrapper .cat-overlay { position: absolute; inset: 0; background: linear-gradient(180deg, transparent 30%, rgba(40,28,16,0.75) 100%); display: flex; align-items: flex-end; padding: 20px; }
.sm-wrapper .cat-name { font-family: 'Cormorant Garamond', serif; font-size: 20px; font-weight: 700; color: #fff; line-height: 1.2; }
.sm-wrapper .cat-count { font-size: 12px; color: rgba(255,255,255,0.7); display: block; margin-top: 2px; font-weight: 400; }
.sm-wrapper .cat-marble   { background: linear-gradient(135deg, #d4cfc9, #b8b0a6); }
.sm-wrapper .cat-granite  { background: linear-gradient(135deg, #6b6b6b, #404040); }
.sm-wrapper .cat-sandstone{ background: linear-gradient(135deg, #d4a76a, #b8894a); }
.sm-wrapper .cat-slate    { background: linear-gradient(135deg, #7a8a8a, #506060); }
.sm-wrapper .cat-limestone{ background: linear-gradient(135deg, #c9c0b2, #a89884); }
.sm-wrapper .cat-quartzite{ background: linear-gradient(135deg, #b0c0c8, #8098a8); }
.sm-wrapper .cat-travertine{background: linear-gradient(135deg, #d4c4a8, #b8a088); }
.sm-wrapper .cat-cobble   { background: linear-gradient(135deg, #9a8c7a, #6a5e4e); }

/* ===== WHY US & FORM COMBO ===== */
.sm-wrapper .lead-section { padding: 88px 24px; background: var(--white); }
.sm-wrapper .lead-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 80px; align-items: center; }
.sm-wrapper .lead-content .section-title { margin-bottom: 20px; }
.sm-wrapper .lead-bullets { list-style: none; margin: 28px 0 36px; display: flex; flex-direction: column; gap: 14px; }
.sm-wrapper .lead-bullets li { display: flex; align-items: flex-start; gap: 12px; font-size: 15px; color: var(--text-muted); }
.sm-wrapper .bullet-dot { width: 20px; height: 20px; background: var(--accent); border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #fff; font-size: 11px; flex-shrink: 0; margin-top: 2px; }
.sm-wrapper .lead-form-box { background: var(--cream); border: 1px solid var(--border); border-radius: 12px; padding: 40px 36px; }
.sm-wrapper .form-title { font-family: 'Cormorant Garamond', serif; font-size: 24px; font-weight: 700; color: var(--stone-dark); margin-bottom: 6px; }
.sm-wrapper .form-subtitle { font-size: 14px; color: var(--text-muted); margin-bottom: 28px; }
.sm-wrapper .form-group { margin-bottom: 18px; }
.sm-wrapper .form-group label { display: block; font-size: 13px; font-weight: 600; color: var(--stone-dark); margin-bottom: 6px; letter-spacing: 0.2px; }
.sm-wrapper .form-group input, .sm-wrapper .form-group select, .sm-wrapper .form-group textarea { width: 100%; padding: 12px 14px; border: 1px solid var(--border); border-radius: var(--radius); font-size: 14px; font-family: 'DM Sans', sans-serif; color: var(--text); background: var(--white); transition: border-color 0.2s, box-shadow 0.2s; outline: none; }
.sm-wrapper .form-group input:focus, .sm-wrapper .form-group select:focus, .sm-wrapper .form-group textarea:focus { border-color: var(--accent); box-shadow: 0 0 0 3px rgba(192,131,74,0.12); }
.sm-wrapper .form-group textarea { resize: vertical; min-height: 100px; }
.sm-wrapper .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; }
.sm-wrapper .form-submit { width: 100%; margin-top: 6px; padding: 15px; font-size: 16px; }
.sm-wrapper .form-note { font-size: 12px; color: var(--text-muted); text-align: center; margin-top: 14px; }

.sm-wrapper .why-us { background: var(--stone-dark); padding: 88px 24px; position: relative; overflow: hidden; }
.sm-wrapper .why-header { text-align: center; margin-bottom: 56px; }
.sm-wrapper .why-header .section-title { color: #f0e8dc; }
.sm-wrapper .why-header .section-label { color: var(--stone-light); }
.sm-wrapper .why-header .section-sub { color: #c9b99a; margin: 12px auto 0; }
.sm-wrapper .why-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(4, 1fr); gap: 24px; }
.sm-wrapper .why-card { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.1); border-radius: 10px; padding: 32px 24px; text-align: center; transition: background 0.25s; }
.sm-wrapper .why-card:hover { background: rgba(255,255,255,0.1); }
.sm-wrapper .why-icon { font-size: 32px; margin-bottom: 16px; display: block; }
.sm-wrapper .why-card h3 { font-family: 'Cormorant Garamond', serif; font-size: 19px; font-weight: 700; color: #f0e8dc; margin-bottom: 10px; }
.sm-wrapper .why-card p { font-size: 14px; color: #a89880; line-height: 1.65; }

/* ===== PROCESS STEPPER ===== */
.sm-wrapper .process { padding: 88px 24px; background: var(--section-bg); }
.sm-wrapper .process-header { text-align: center; margin-bottom: 56px; }
.sm-wrapper .process-steps { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(5, 1fr); gap: 16px; position: relative; }
.sm-wrapper .process-steps::before { content: ''; position: absolute; top: 36px; left: calc(10% + 24px); right: calc(10% + 24px); height: 2px; background: var(--stone-light); z-index: 0; }
.sm-wrapper .step-item { text-align: center; position: relative; z-index: 1; }
.sm-wrapper .step-num { width: 72px; height: 72px; background: var(--white); border: 2px solid var(--stone-light); border-radius: 50%; display: flex; align-items: center; justify-content: center; margin: 0 auto 16px; font-family: 'Cormorant Garamond', serif; font-size: 26px; font-weight: 700; color: var(--accent); box-shadow: 0 4px 16px rgba(139,115,85,0.12); }
.sm-wrapper .step-item h4 { font-size: 14px; font-weight: 600; color: var(--stone-dark); margin-bottom: 6px; }
.sm-wrapper .step-item p { font-size: 13px; color: var(--text-muted); line-height: 1.55; }

/* ===== TESTIMONIALS ===== */
.sm-wrapper .testimonials { padding: 88px 24px; background: var(--white); }
.sm-wrapper .test-header { text-align: center; margin-bottom: 56px; }
.sm-wrapper .test-grid { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; }
.sm-wrapper .test-card { background: var(--cream); border: 1px solid var(--border); border-radius: 10px; padding: 32px 28px; }
.sm-wrapper .stars { color: var(--accent); font-size: 16px; margin-bottom: 16px; letter-spacing: 2px; }
.sm-wrapper .test-text { font-size: 15px; color: var(--text); line-height: 1.72; font-style: italic; margin-bottom: 24px; }
.sm-wrapper .test-author { display: flex; align-items: center; gap: 12px; }
.sm-wrapper .author-avatar { width: 42px; height: 42px; border-radius: 50%; background: var(--stone-light); display: flex; align-items: center; justify-content: center; font-family: 'Cormorant Garamond', serif; font-size: 18px; font-weight: 700; color: var(--stone-dark); }
.sm-wrapper .author-name { font-size: 14px; font-weight: 600; color: var(--stone-dark); }
.sm-wrapper .author-role { font-size: 12px; color: var(--text-muted); }

/* ===== CTA BANNER ===== */
.sm-wrapper .cta-banner { background: linear-gradient(135deg, var(--accent), #a06530); padding: 72px 24px; text-align: center; }
.sm-wrapper .cta-banner h2 { font-family: 'Cormorant Garamond', serif; font-size: clamp(28px, 4vw, 46px); font-weight: 700; color: #fff; margin-bottom: 16px; }
.sm-wrapper .cta-banner p { font-size: 17px; color: rgba(255,255,255,0.85); margin-bottom: 36px; max-width: 520px; margin-left: auto; margin-right: auto; }
.sm-wrapper .cta-actions { display: flex; gap: 16px; justify-content: center; flex-wrap: wrap; }
.sm-wrapper .btn-white { display: inline-block; background: #fff; color: var(--accent); padding: 14px 32px; border-radius: var(--radius); font-weight: 700; font-size: 15px; text-decoration: none; transition: all 0.22s; }
.sm-wrapper .btn-white:hover { background: var(--stone-dark); color: #fff; }
.sm-wrapper .btn-outline-white { display: inline-block; background: transparent; color: #fff; padding: 13px 30px; border-radius: var(--radius); font-weight: 600; font-size: 15px; text-decoration: none; border: 2px solid rgba(255,255,255,0.6); transition: all 0.22s; }
.sm-wrapper .btn-outline-white:hover { background: rgba(255,255,255,0.15); border-color: #fff; }

/* ===== FOOTER ===== */
footer { background: var(--stone-dark); color: #c9b99a; padding: 64px 24px 32px; }
footer .footer-inner { max-width: var(--max-w); margin: 0 auto; display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 48px; padding-bottom: 48px; border-bottom: 1px solid rgba(255,255,255,0.1); }
footer .footer-brand .logo { color: #f0e8dc; display: block; margin-bottom: 16px; }
footer .footer-brand .logo span { color: var(--stone-light); }
footer .footer-desc { font-size: 14px; color: #a89880; line-height: 1.7; margin-bottom: 24px; }
footer .footer-social { display: flex; gap: 12px; }
footer .social-btn { width: 36px; height: 36px; background: rgba(255,255,255,0.08); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; text-decoration: none; color: #c9b99a; transition: background 0.2s; }
footer .social-btn:hover { background: var(--accent); }
footer .footer-col h4 { font-size: 13px; font-weight: 600; letter-spacing: 1.5px; text-transform: uppercase; color: #f0e8dc; margin-bottom: 20px; }
footer .footer-links { list-style: none; }
footer .footer-links li { margin-bottom: 10px; }
footer .footer-links a { font-size: 14px; color: #a89880; text-decoration: none; transition: color 0.18s; }
footer .footer-links a:hover { color: var(--stone-light); }
footer .footer-bottom { max-width: var(--max-w); margin: 32px auto 0; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 12px; font-size: 13px; color: #7a6e60; }

/* ===== WHATSAPP FLOATER ===== */
.wa-float { position: fixed; bottom: 28px; right: 28px; width: 56px; height: 56px; background: #25D366; border-radius: 50%; display: flex; align-items: center; justify-content: center; box-shadow: 0 6px 24px rgba(37,211,102,0.4); text-decoration: none; font-size: 26px; z-index: 999; transition: transform 0.2s; }
.wa-float:hover { transform: scale(1.1); }

/* ===== RESPONSIVE MEDIA QUERIES ===== */
@media (max-width: 900px) {
  .sm-wrapper .hero-inner { grid-template-columns: 1fr; }
  .sm-wrapper .hero-image-panel { display: none; }
  .sm-wrapper .services-grid, .sm-wrapper .cat-grid, .sm-wrapper .why-grid, .sm-wrapper .process-steps, footer .footer-inner { grid-template-columns: 1fr 1fr; }
  .sm-wrapper .cat-card:first-child { grid-column: span 2; }
  .sm-wrapper .lead-inner { grid-template-columns: 1fr; }
  .sm-wrapper .process-steps::before { display: none; }
  .sm-wrapper .test-grid { grid-template-columns: 1fr; }
  .sm-wrapper .nav-links, .sm-wrapper .nav-cta { display: none; }
}
@media (max-width: 560px) {
  .sm-wrapper .services-grid, .sm-wrapper .cat-grid, .sm-wrapper .why-grid, footer .footer-inner, .sm-wrapper .form-row { grid-template-columns: 1fr; }
  .sm-wrapper .cat-card:first-child { grid-column: span 1; height: 200px; }
  .sm-wrapper .trust-strip-inner { flex-direction: column; align-items: flex-start; }
}/* End custom CSS */