  :root {
    --cream: #F5F0E8;
    --forest: #1C3A2A;
    --sage: #4A7C59;
    --moss: #2D5A3D;
    --gold: #C8A45A;
    --gold-light: #E8C97A;
    --text: #1A2618;
    --text-muted: #5A6B54;
    --white: #FFFFFF;
    --border: rgba(28, 58, 42, 0.12);
    --border-card: rgba(255,255,255,0.07);
    --cream2: #ede8df;
    --card-inner: #2a4a38;
    --radius: 16px;
  }
  *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  html { scroll-behavior: smooth; }
  body {
    font-family: 'DM Sans', sans-serif;
    background: var(--cream);
    color: var(--text);
    line-height: 1.6;
    overflow-x: hidden;
  }

  /* NAV */
  nav {
    position: fixed; top: 0; left: 0; right: 0; z-index: 100;
    display: flex; align-items: center; justify-content: space-between;
    padding: 1.1rem 5%;
    background: rgba(245,240,232,0.93);
    backdrop-filter: blur(16px);
    border-bottom: 1px solid var(--border);
  }
  .logo { font-family: 'DM Sans', sans-serif; font-size: 1.15rem; font-weight: 600; color: var(--text); text-decoration: none; }
  .logo em { font-family: 'Playfair Display', serif; font-style: italic; font-weight: 700; }
  .nav-links { display: flex; gap: 2.5rem; list-style: none; }
  .nav-links a { color: var(--text-muted); text-decoration: none; font-size: 0.95rem; font-weight: 500; transition: color 0.2s; }
  .nav-links a:hover { color: var(--text); }
  .nav-cta { background: var(--forest); color: var(--white); padding: 0.65rem 1.5rem; border-radius: 100px; font-weight: 600; font-size: 0.9rem; text-decoration: none; transition: opacity 0.2s; }
  .nav-cta:hover { opacity: 0.85; }

  /* HERO */
  .hero { min-height: 100vh; display: flex; align-items: center; padding: 8rem 5% 5rem; }
  .hero-inner { max-width: 1200px; margin: 0 auto; width: 100%; display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
  .hero-badge { display: inline-flex; align-items: center; gap: 0.5rem; border: 1px solid var(--border); color: var(--text-muted); font-size: 0.72rem; font-weight: 700; padding: 0.4rem 1rem; border-radius: 100px; margin-bottom: 2rem; letter-spacing: 0.1em; text-transform: uppercase; }
  .hero-badge::before { content: ''; width: 6px; height: 6px; background: var(--sage); border-radius: 50%; }
  .hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(3rem, 4vw, 4rem); font-weight: 800; line-height: 1.05; letter-spacing: -0.02em; margin-bottom: 1.75rem; color: var(--forest); }
  .hero h1 em { font-style: italic; color: var(--sage); }
  .hero p { font-size: 1.05rem; color: var(--text-muted); max-width: 480px; margin-bottom: 2.5rem; line-height: 1.8; }
  .hero p.hero-lead { font-size: 1.15rem; color: var(--forest); font-weight: 600; margin-bottom: 1rem; line-height: 1.6; max-width: 500px; }
  .hero-actions { display: flex; align-items: center; gap: 1.5rem; flex-wrap: wrap; }
  .btn-primary { background: var(--forest); color: var(--white); padding: 0.9rem 2rem; border-radius: 100px; font-weight: 600; font-size: 0.95rem; text-decoration: none; transition: opacity 0.2s, transform 0.2s; }
  .btn-primary:hover { opacity: 0.88; transform: translateY(-1px); }
  .btn-link { color: var(--text); font-size: 0.95rem; font-weight: 500; text-decoration: none; display: flex; align-items: center; gap: 0.4rem; transition: gap 0.2s; }
  .btn-link:hover { gap: 0.7rem; }

  /* HERO VISUAL */
  .hero-visual { background: var(--forest); border-radius: 24px; padding: 2rem; position: relative; overflow: hidden; }
  .hero-visual::before { content: ''; position: absolute; bottom: -80px; right: -80px; width: 250px; height: 250px; border-radius: 50%; background: rgba(45,90,61,0.35); }
  .hero-product-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0.75rem; margin-bottom: 2rem; }
  .hero-product { background: var(--card-inner); border: 1px solid var(--border-card); border-radius: 12px; padding: 1.25rem; }
  .hero-product-icon { font-size: 1.5rem; margin-bottom: 0.75rem; }
  .hero-product h4 { font-size: 0.9rem; font-weight: 600; color: var(--white); margin-bottom: 0.2rem; }
  .hero-product p { font-size: 0.75rem; color: rgba(255,255,255,0.65); }
  .hero-stats { display: grid; grid-template-columns: repeat(3,1fr); gap: 0.5rem; }
  .hero-stat { text-align: center; }
  .hero-stat-num { font-family: 'Playfair Display', serif; font-size: 1.6rem; font-weight: 700; color: var(--gold); }
  .hero-stat-label { font-size: 0.7rem; color: rgba(255,255,255,0.45); margin-top: 0.15rem; }

  /* MOCKUP SHOWCASE SLIDER */
  .mockup-showcase { background: var(--cream2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); padding: 3rem 0; }
  .mockup-showcase-inner { max-width: 1100px; margin: 0 auto; padding: 0 5%; text-align: center; margin-bottom: 2rem; }
  .mockup-showcase-title { font-family: 'Playfair Display', serif; font-size: clamp(1.5rem, 2.6vw, 2rem); color: var(--forest); margin-top: 0.5rem; }
  .mockup-slider { overflow: hidden; padding: 0.25rem 5% 0.75rem; -webkit-mask-image: linear-gradient(to right, transparent 0, black 4%, black 96%, transparent 100%); mask-image: linear-gradient(to right, transparent 0, black 4%, black 96%, transparent 100%); }
  .mockup-track { display: flex; gap: 1.25rem; width: max-content; animation: mockup-scroll 32s linear infinite; }
  .mockup-slider:hover .mockup-track { animation-play-state: paused; }
  @keyframes mockup-scroll { from { transform: translateX(0); } to { transform: translateX(-50%); } }
  .mockup-slide {
    flex: 0 0 220px; background: var(--white); border-radius: var(--radius);
    padding: 0.65rem; border: 1px solid var(--border); box-shadow: 0 6px 18px rgba(28,58,42,0.07);
  }
  .mockup-slide .img-placeholder { aspect-ratio: 3/4; }
  .mockup-slide .img-frame { aspect-ratio: 3/4; border-radius: calc(var(--radius) - 8px); }
  .mockup-slide .img-frame img { object-fit: contain; background: var(--white); }
  @media (max-width: 640px) { .mockup-slide { flex-basis: 170px; } }
  @media (prefers-reduced-motion: reduce) { .mockup-track { animation: none; } .mockup-slider { overflow-x: auto; } }

  /* SECTION COMMONS */
  section { padding: 6rem 5%; }
  .section-inner { max-width: 1100px; margin: 0 auto; }
  .section-tag { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: var(--sage); margin-bottom: 1rem; display: block; }
  .section-title { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 3.5vw, 3rem); font-weight: 800; letter-spacing: -0.02em; margin-bottom: 1rem; color: var(--forest); line-height: 1.15; }
  .section-title em { font-style: italic; color: var(--sage); }
  .section-sub { color: var(--text-muted); font-size: 1rem; max-width: 520px; line-height: 1.75; }

  /* SERVICES */
  .services-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3rem; }
  .service-card { background: var(--forest); border-radius: var(--radius); padding: 2rem; border: 1px solid transparent; transition: transform 0.25s, border-color 0.25s, box-shadow 0.25s; display: block; text-decoration: none; }
.service-card:hover { transform: translateY(-6px); border-color: var(--moss); box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18); }
  .service-card::after { content: 'Learn more →'; display: block; margin-top: 1.1rem; font-size: 0.8rem; font-weight: 600; color: var(--gold-light); }
  .service-icon { font-size: 1.75rem; margin-bottom: 1.25rem; }
  .service-card h3 { font-family: 'Playfair Display', serif; font-size: 1.1rem; font-weight: 700; color: var(--white); margin-bottom: 0.6rem; }
  .service-card p { font-size: 0.85rem; color: rgba(255,255,255,0.5); line-height: 1.7; }
  .service-badge { display: inline-block; margin-top: 1.25rem; background: rgba(200,164,90,0.15); color: var(--gold); font-size: 0.7rem; font-weight: 700; letter-spacing: 0.06em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 100px; border: 1px solid rgba(200,164,90,0.3); }

  /* PRICING STRIP */
  .pricing-strip { background: var(--moss); padding: 3rem 5%; }
  .pricing-strip-inner { max-width: 1100px; margin: 0 auto; }
  .pricing-strip-label { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; color: rgba(255,255,255,0.4); margin-bottom: 1.5rem; display: block; }
  .pricing-items { display: grid; grid-template-columns: repeat(6,1fr); gap: 0.5rem; }
  .pricing-item { background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.08); border-radius: 12px; padding: 0.6rem 0.5rem; }
  .pricing-item-name { font-size: 0.68rem; color: rgba(255,255,255,0.5); margin-bottom: 0.3rem; line-height: 1.3; white-space: nowrap; }
  .pricing-item-price { font-family: 'Playfair Display', serif; font-size: 1.05rem; font-weight: 700; color: var(--gold-light); }
  .pricing-item-unit { font-size: 0.75rem; color: rgba(255,255,255,0.4); font-family: 'DM Sans', sans-serif; }

  /* WHY US */
  .why-bg { background: var(--cream2); border-top: 1px solid var(--border); border-bottom: 1px solid var(--border); }
  .why-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; margin-top: 3rem; }
  .why-list { list-style: none; display: flex; flex-direction: column; gap: 0.85rem; }
  .why-list li { display: flex; align-items: flex-start; gap: 1rem; background: var(--white); border: 1px solid var(--border); border-radius: 12px; padding: 1.1rem 1.25rem; transition: border-color 0.2s; }
  .why-list li:hover { border-color: rgba(28,58,42,0.3); }
  .why-check { width: 20px; height: 20px; border-radius: 50%; background: var(--forest); display: flex; align-items: center; justify-content: center; flex-shrink: 0; margin-top: 1px; color: var(--white); font-size: 0.65rem; font-weight: 800; }
  .why-list p { font-size: 0.875rem; color: var(--text-muted); line-height: 1.6; }
  .why-panel { background: var(--forest); border-radius: var(--radius); padding: 2.5rem; position: relative; overflow: hidden; }
  .why-panel::before { content: ''; position: absolute; bottom: -100px; right: -100px; width: 300px; height: 300px; border-radius: 50%; background: rgba(45,90,61,0.25); }
  .why-stat { margin-bottom: 1.75rem; }
  .why-stat:last-child { margin-bottom: 0; }
  .why-stat-num { font-family: 'Playfair Display', serif; font-size: 2.75rem; font-weight: 800; color: var(--gold); line-height: 1; }
  .why-stat-label { font-size: 0.82rem; color: rgba(255,255,255,0.7); margin-top: 0.3rem; }
  .why-divider { border: none; border-top: 1px solid rgba(255,255,255,0.08); margin: 1.5rem 0; }

  /* PROCESS */
  .process-steps { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.5rem; margin-top: 3rem; position: relative; }
  .process-steps::before { content: ''; position: absolute; top: 1.35rem; left: 14%; right: 14%; height: 1px; background: linear-gradient(90deg, transparent, var(--border), transparent); }
  .process-step { text-align: center; padding: 0 0.5rem; }
  .step-num { width: 40px; height: 40px; border-radius: 50%; background: var(--forest); display: flex; align-items: center; justify-content: center; font-size: 0.9rem; font-weight: 700; color: var(--white); margin: 0 auto 1.25rem; }
  .process-step h3 { font-family: 'Playfair Display', serif; font-size: 1rem; font-weight: 700; color: var(--forest); margin-bottom: 0.5rem; }
  .process-step p { font-size: 0.82rem; color: var(--text-muted); line-height: 1.65; }

  /* QUOTE */
  .quote-bg { background: var(--cream); border-top: 1px solid var(--border); }
  .quote-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1.3fr; gap: 5rem; align-items: start; }
  .quote-perks { list-style: none; display: flex; flex-direction: column; gap: 1.5rem; margin-top: 2rem; }
  .quote-perk { display: flex; gap: 1rem; align-items: flex-start; }
  .quote-perk-icon { width: 42px; height: 42px; border-radius: 12px; background: var(--forest); display: flex; align-items: center; justify-content: center; font-size: 1.1rem; flex-shrink: 0; }
  .quote-perk h3 { font-size: 0.92rem; font-weight: 600; color: var(--forest); margin-bottom: 0.2rem; }
  .quote-perk p { font-size: 0.8rem; color: var(--text-muted); line-height: 1.6; }
  .quote-form { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 2.5rem; box-shadow: 0 4px 32px rgba(28,58,42,0.07); }
  .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
  .form-group { margin-bottom: 1rem; }
  .form-group label { display: block; font-size: 0.78rem; font-weight: 600; color: var(--text-muted); margin-bottom: 0.4rem; letter-spacing: 0.02em; text-transform: uppercase; }
  .form-group input, .form-group select, .form-group textarea { width: 100%; background: var(--cream); border: 1px solid var(--border); border-radius: 8px; padding: 0.8rem 1rem; color: var(--text); font-family: 'DM Sans', sans-serif; font-size: 0.9rem; transition: border-color 0.2s; outline: none; appearance: none; }
  .form-group input:focus, .form-group select:focus, .form-group textarea:focus { border-color: var(--sage); background: var(--white); }
  .form-group textarea { resize: vertical; min-height: 100px; }
  .form-submit { width: 100%; padding: 1rem; background: var(--forest); color: var(--white); border: none; border-radius: 100px; cursor: pointer; font-family: 'DM Sans', sans-serif; font-size: 0.95rem; font-weight: 600; transition: opacity 0.2s, transform 0.2s; margin-top: 0.5rem; }
  .form-submit:hover { opacity: 0.88; transform: translateY(-1px); }

  /* FOOTER */
  footer { background: var(--forest); padding: 4rem 5% 2rem; }
  .footer-inner { max-width: 1100px; margin: 0 auto; }
  .footer-top { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 3rem; margin-bottom: 3rem; }
  .footer-logo { font-family: 'DM Sans', sans-serif; font-size: 1.1rem; font-weight: 600; color: var(--white); text-decoration: none; }
  .footer-logo em { font-family: 'Playfair Display', serif; font-style: italic; }
  .footer-brand p { font-size: 0.85rem; color: rgba(255,255,255,0.45); margin-top: 0.75rem; max-width: 260px; line-height: 1.75; }
  .footer-col h5 { font-size: 0.72rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.35); margin-bottom: 1.1rem; }
  .footer-col ul { list-style: none; display: flex; flex-direction: column; gap: 0.65rem; }
  .footer-col a { color: rgba(255,255,255,0.55); text-decoration: none; font-size: 0.875rem; transition: color 0.2s; }
  .footer-col a:hover { color: var(--white); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.1); padding-top: 2rem; display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap; gap: 1rem; }
  .footer-bottom p { font-size: 0.8rem; color: rgba(255,255,255,0.6); }
  .footer-bottom-links { display: flex; gap: 1.5rem; }
  .footer-bottom-links a { font-size: 0.8rem; color: rgba(255,255,255,0.6); text-decoration: none; transition: color 0.2s; }
  .footer-bottom-links a:hover { color: rgba(255,255,255,0.7); }

  /* RESPONSIVE */
  @media (max-width: 960px) {
    .hero-inner, .why-grid, .quote-inner { grid-template-columns: 1fr; }
    .hero-visual { margin-top: 2.5rem; }
    .services-grid { grid-template-columns: 1fr 1fr; }
    .process-steps { grid-template-columns: 1fr 1fr; }
    .process-steps::before { display: none; }
    .pricing-items { grid-template-columns: repeat(3,1fr); }
    .footer-top { grid-template-columns: 1fr 1fr; }
    .nav-links { display: none; }
    .form-row { grid-template-columns: 1fr; }
    .quote-inner { gap: 2.5rem; }
  }
  @media (max-width: 600px) {
    .services-grid { grid-template-columns: 1fr; }
    .footer-top { grid-template-columns: 1fr; gap: 2rem; }
    .footer-bottom { flex-direction: column; text-align: center; }
  }

  /* ============================================
     SHARED COMPONENTS: product pages, blog, images
     ============================================ */

  /* Breadcrumbs */
  .breadcrumbs { max-width: 1100px; margin: 0 auto; padding: 6.5rem 5% 0; font-size: 0.82rem; color: var(--text-muted); }
  .breadcrumbs a { color: var(--text-muted); text-decoration: none; }
  .breadcrumbs a:hover { color: var(--forest); text-decoration: underline; }
  .breadcrumbs span { margin: 0 0.4rem; opacity: 0.5; }
  .breadcrumbs .current { color: var(--forest); font-weight: 600; }

  /* Product page hero */
  .product-hero { padding: 2rem 5% 4rem; }
  .product-hero-inner { max-width: 1100px; margin: 0 auto; display: grid; grid-template-columns: 1fr 1fr; gap: 3.5rem; align-items: center; }
  .product-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2.2rem, 3.4vw, 3rem); font-weight: 800; line-height: 1.1; letter-spacing: -0.02em; margin-bottom: 1.25rem; color: var(--forest); }
  .product-hero h1 em { font-style: italic; color: var(--sage); }
  .product-hero > .product-hero-inner > div:first-child p { font-size: 1.02rem; color: var(--text-muted); line-height: 1.8; margin-bottom: 2rem; max-width: 480px; }

  /* Real-photo image placeholder box (swap for real <img> once photography is ready) */
  .img-placeholder {
    aspect-ratio: 4/3; border-radius: var(--radius); background: var(--forest);
    display: flex; align-items: center; justify-content: center; flex-direction: column;
    color: rgba(255,255,255,0.55); text-align: center; padding: 2rem; gap: 0.5rem;
    border: 2px dashed rgba(255,255,255,0.2);
  }
  .img-placeholder .ph-icon { font-size: 2rem; opacity: 0.6; }
  .img-placeholder small { font-size: 0.72rem; color: rgba(255,255,255,0.35); line-height: 1.5; max-width: 260px; }
  .img-gallery { display: grid; grid-template-columns: repeat(3,1fr); gap: 1rem; margin-top: 3rem; }
  .img-gallery .img-placeholder { aspect-ratio: 1/1; }

  /* Real photo frame (used once a placeholder is swapped for an <img>) */
  .img-frame { aspect-ratio: 4/3; border-radius: var(--radius); overflow: hidden; }
  .img-frame img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .img-gallery .img-frame { aspect-ratio: 1/1; }

  /* Specs table */
  .specs-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; background: var(--white); border-radius: var(--radius); overflow: hidden; border: 1px solid var(--border); }
  .specs-table th, .specs-table td { text-align: left; padding: 0.9rem 1.25rem; font-size: 0.88rem; border-bottom: 1px solid var(--border); }
  .specs-table th { background: var(--cream2); color: var(--forest); font-weight: 700; width: 220px; }
  .specs-table td { color: var(--text-muted); }
  .specs-table tr:last-child th, .specs-table tr:last-child td { border-bottom: none; }

  /* Related products */
  .related-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 2rem; }
  .related-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); padding: 1.5rem; text-decoration: none; display: block; transition: transform 0.2s, border-color 0.2s; }
  .related-card:hover { transform: translateY(-3px); border-color: var(--sage); }
  .related-card h4 { font-family: 'Playfair Display', serif; color: var(--forest); font-size: 1rem; margin-bottom: 0.4rem; }
  .related-card p { font-size: 0.82rem; color: var(--text-muted); }

  /* Blog listing */
  .blog-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.5rem; margin-top: 3rem; }
  .blog-card { background: var(--white); border: 1px solid var(--border); border-radius: var(--radius); overflow: hidden; text-decoration: none; display: block; transition: transform 0.2s, border-color 0.2s; }
  .blog-card:hover { transform: translateY(-4px); border-color: var(--sage); }
  .blog-card-img { aspect-ratio: 16/10; background: var(--cream2); display: flex; align-items: center; justify-content: center; }
  .blog-card-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
  .blog-card-body { padding: 1.5rem; }
  .blog-card-tag { font-size: 0.7rem; font-weight: 700; letter-spacing: 0.08em; text-transform: uppercase; color: var(--sage); }
  .blog-card h3 { font-family: 'Playfair Display', serif; font-size: 1.05rem; color: var(--forest); margin: 0.5rem 0; line-height: 1.3; }
  .blog-card p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.6; }
  .blog-card-meta { font-size: 0.75rem; color: var(--text-muted); opacity: 0.7; margin-top: 0.75rem; }

  /* Blog post body */
  .post-hero { padding: 2rem 5% 3rem; text-align: center; }
  .post-hero-inner { max-width: 760px; margin: 0 auto; }
  .post-hero .post-tag { display: block; font-size: 0.75rem; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--sage); margin-bottom: 1rem; }
  .post-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 4vw, 2.8rem); color: var(--forest); line-height: 1.15; margin-bottom: 1rem; }
  .post-meta { font-size: 0.85rem; color: var(--text-muted); }
  .post-body { max-width: 720px; margin: 0 auto; padding: 0 5% 5rem; }
  .post-body p { font-size: 1rem; color: var(--text); line-height: 1.85; margin-bottom: 1.4rem; }
  .post-body h2 { font-family: 'Playfair Display', serif; color: var(--forest); font-size: 1.6rem; margin: 2.5rem 0 1rem; }
  .post-body h3 { font-family: 'Playfair Display', serif; color: var(--forest); font-size: 1.2rem; margin: 2rem 0 0.75rem; }
  .post-body ul, .post-body ol { color: var(--text); font-size: 1rem; line-height: 1.85; margin: 0 0 1.4rem 1.4rem; }
  .post-body li { margin-bottom: 0.4rem; }
  .post-body a { color: var(--moss); font-weight: 600; }
  .post-cta { background: var(--forest); border-radius: var(--radius); padding: 2rem; text-align: center; margin: 3rem 0; }
  .post-cta p { color: rgba(255,255,255,0.7) !important; margin-bottom: 1rem !important; }
  .post-cta a { display: inline-block; background: var(--gold-light); color: var(--forest); padding: 0.8rem 1.8rem; border-radius: 100px; text-decoration: none; font-weight: 700; }

  /* Responsive additions */
  @media (max-width: 960px) {
    .product-hero-inner { grid-template-columns: 1fr; }
    .img-gallery, .related-grid, .blog-grid { grid-template-columns: 1fr 1fr; }
  }
  @media (max-width: 600px) {
    .img-gallery, .related-grid, .blog-grid { grid-template-columns: 1fr; }
    .specs-table th { width: 140px; }
  }
  .service-icon-img {
  width: 100%;
  height: 220px;
  object-fit: contain;
  background: var(--white);
  border-radius: 10px;
  margin-bottom: 1.25rem;
  display: block;
}
.hero-photo {
  border-radius: 14px;
  overflow: hidden;
  margin-bottom: 1.5rem;
}
.hero-photo img {
  width: 100%;
  height: 340px;
  object-fit: cover;
  display: block;
}
.service-icon-img {
  transition: transform 0.4s ease;
}
.service-card:hover .service-icon-img {
  transform: scale(1.04);
}

.hero-photo img {
  transition: transform 0.6s ease;
}
.hero-photo:hover img {
  transform: scale(1.03);
}

.btn-primary, .form-submit {
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.btn-primary:hover, .form-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0,0,0,0.2);
}
.btn-primary:active, .form-submit:active {
  transform: translateY(0px) scale(0.98);
}
.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity 0.7s ease, transform 0.7s ease;
}
.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}
@media (max-width: 600px) {
  .service-icon-img {
    height: 160px;
  }
  .hero-photo img {
    height: 220px;
  }
  .mockup-slide {
    flex-basis: 150px;
  }
}
@media (max-width: 600px) {
  .pricing-items {
    grid-template-columns: repeat(2, 1fr);
  }
  .pricing-item-name {
    white-space: normal;
  }
}
.specs-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  margin-top: 1.75rem;
}
@media (max-width: 700px) {
  .specs-grid {
    grid-template-columns: 1fr;
  }
}