:root{
    --navy:#0F1E2C;
    --navy-soft:#16283A;
    --tangerine:#F7A876;
    --white:#FFFFFF;
    --ink:#1D1D1F;
    --gray:#6E6E73;
    --hairline:#D2D2D7;
    --surface:#F5F5F7;
    --hairline-dark:rgba(255,255,255,0.14);
  }
  *{box-sizing:border-box; margin:0; padding:0;}
  html{scroll-behavior:smooth;}
  body{
    font-family:'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
    color:var(--ink);
    background:var(--white);
    line-height:1.47;
    -webkit-font-smoothing:antialiased;
  }
  img,svg{max-width:100%; display:block;}
  a{color:inherit; text-decoration:none;}
  ul{list-style:none;}
  button{font-family:inherit; border:none; background:none; cursor:pointer;}

  .wrap{ max-width:1180px; margin:0 auto; padding:0 24px; }
  .eyebrow{
    font-size:13px; font-weight:600; letter-spacing:0.01em;
    color:var(--tangerine); text-transform:uppercase;
  }

  h1,h2,h3,h4{ font-weight:700; letter-spacing:-0.02em; line-height:1.06; }
  html[lang="en"] h2{ text-transform:uppercase; }
  html:not([lang="en"]) h2{ letter-spacing:0.01em; }
  em{ font-style:italic; font-weight:500; color:var(--tangerine); }

  .btn{
    display:inline-flex; align-items:center; gap:6px;
    font-weight:500; font-size:15px;
    padding:12px 22px; border-radius:980px;
    transition:all .2s ease;
  }
  .btn-primary{ background:var(--tangerine); color:var(--white); }
  .btn-primary:hover{ background:#ED8F55; }
  .btn-light{ background:var(--white); color:var(--navy); }
  .btn-light:hover{ background:#eee; }
  .btn-outline{ border:1px solid var(--hairline); color:var(--ink); }
  .btn-outline:hover{ border-color:var(--ink); }
  .btn-text{ color:var(--tangerine); font-weight:500; font-size:15px; }
  .btn-text .arr{ transition:transform .18s ease; display:inline-block; }
  .btn-text:hover .arr{ transform:translateX(3px); }

  .icon{ width:22px; height:22px; stroke:var(--navy); fill:none; stroke-width:1.5; stroke-linecap:round; stroke-linejoin:round; }
  .icon .accent{ stroke:var(--tangerine); }

  /* ===== Nav ===== */
  header{
    position:sticky; top:0; z-index:100;
    background:rgba(255,255,255,0.78);
    backdrop-filter:saturate(180%) blur(16px);
    -webkit-backdrop-filter:saturate(180%) blur(16px);
    border-bottom:1px solid rgba(0,0,0,0.06);
    transition:background .2s ease;
  }
  .nav{ display:flex; align-items:center; justify-content:space-between; height:52px; }
  .logo-chip{
    display:flex; align-items:center; height:30px; padding:0 10px;
    background:var(--navy); border-radius:7px;
  }
  .logo-chip img{ height:19px; width:auto; }
  header .logo-chip img{ height:24px; }
  .nav-links{ display:flex; align-items:center; gap:32px; height:100%; }
  .nav-links > li{ height:100%; display:flex; align-items:center; position:relative; }
  .nav-links a, .nav-links button{
    font-size:12.5px; font-weight:500; color:var(--ink); padding:4px 0;
    display:flex; align-items:center; gap:4px;
  }
  .nav-arrow{ width:13px; height:13px; opacity:1; flex:0 0 auto; color:var(--tangerine); }
  .nav-links li:hover > a, .nav-links li:hover > button{ color:var(--gray); }
  .nav-right{ display:flex; align-items:center; gap:18px; }
  .nav-tel{ font-size:12.5px; color:var(--gray); font-weight:500; }
  .nav-tel-2{ margin-left:16px; }
  @media (max-width:1200px){ .nav-tel-2{ display:none; } }
  .nav-cta{
    font-size:12.5px; font-weight:600; color:var(--white);
    background:var(--navy); padding:7px 16px; border-radius:980px;
  }
  .nav-cta:hover{ background:var(--tangerine); }
  .nav-links a.nav-pill-highlight{
    background:var(--tangerine); color:var(--ink) !important;
    padding:7px 16px !important; border-radius:980px; font-weight:600;
    white-space:nowrap;
  }
  .nav-links a.nav-pill-highlight:hover{ background:var(--navy); color:var(--white) !important; }

  .lang-switcher{ position:relative; }
  .lang-current{
    display:flex; align-items:center; gap:6px;
    background:none; border:1px solid var(--hairline); border-radius:980px;
    padding:6px 12px; font-family:inherit; font-size:12.5px; font-weight:600;
    color:var(--ink); cursor:pointer;
  }
  .lang-current:hover{ border-color:var(--tangerine); }
  .lang-current .flag{ width:16px; height:12px; object-fit:cover; border-radius:2px; display:block; }
  .lang-option .flag{ width:16px; height:12px; object-fit:cover; border-radius:2px; flex:0 0 auto; }
  .lang-dropdown{
    position:absolute; top:calc(100% + 8px); right:0; z-index:50;
    background:var(--white); border:1px solid var(--hairline); border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,0.12); padding:6px; min-width:110px;
    opacity:0; visibility:hidden; transform:translateY(-6px);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .lang-dropdown.open{ opacity:1; visibility:visible; transform:translateY(0); }
  .lang-option{
    display:flex; align-items:center; gap:8px; width:100%;
    background:none; border:none; border-radius:8px; padding:8px 10px;
    font-family:inherit; font-size:13px; font-weight:500; color:var(--ink);
    cursor:pointer; text-align:left;
  }
  .lang-option:hover{ background:var(--surface); }
  .burger{ display:none; }

  .tel-switcher{ position:relative; }
  .tel-current{
    display:flex; align-items:center;
    border:1px solid var(--hairline); border-radius:980px;
  }
  .tel-current:hover{ border-color:var(--tangerine); }
  .tel-link{
    display:flex; align-items:center; gap:7px;
    padding:6px 6px 6px 12px; font-family:inherit; font-size:12.5px; font-weight:600;
    color:var(--ink); text-decoration:none; white-space:nowrap; flex:0 0 auto;
  }
  .tel-chevron-btn{
    display:flex; align-items:center; background:none; border:none;
    padding:6px 12px 6px 4px; color:var(--ink); cursor:pointer;
  }
  .tel-icon-wrap{
    display:flex; align-items:center; justify-content:center; flex:0 0 auto;
    transition:transform .2s cubic-bezier(.34,1.56,.64,1);
  }
  .tel-icon{
    width:14px; height:14px; color:var(--navy); transform-origin:70% 20%;
    animation:tel-ring 2.6s ease-in-out infinite;
    transition:color .2s ease;
  }
  .tel-link:hover .tel-icon-wrap{ transform:scale(1.22); }
  .tel-link:hover .tel-icon{ color:#22C55E; }
  @keyframes tel-ring{
    0%, 82%, 100%{ transform:rotate(0deg); }
    85%{ transform:rotate(-16deg); }
    88%{ transform:rotate(14deg); }
    91%{ transform:rotate(-10deg); }
    94%{ transform:rotate(6deg); }
    97%{ transform:rotate(0deg); }
  }
  .tel-dropdown{
    position:absolute; top:calc(100% + 8px); left:0; z-index:50;
    background:var(--white); border:1px solid var(--hairline); border-radius:12px;
    box-shadow:0 12px 30px rgba(0,0,0,0.12); padding:6px; min-width:170px;
    opacity:0; visibility:hidden; transform:translateY(-6px);
    transition:opacity .2s ease, transform .2s ease, visibility .2s ease;
  }
  .tel-dropdown.open{ opacity:1; visibility:visible; transform:translateY(0); }
  .tel-dropdown .tel-link{ padding:9px 10px; border-radius:8px; }
  .tel-dropdown .tel-link:hover{ background:var(--surface); }

  /* mega menu */
  .mega{
    position:fixed; top:52px; left:50%; transform:translateX(-50%) translateY(8px);
    width:min(1040px, 94vw);
    background:#FFFFFF;
    border:1px solid rgba(0,0,0,0.06);
    border-radius:18px;
    box-shadow:0 20px 50px rgba(15,30,44,0.18);
    padding:36px 36px;
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:22px;
    opacity:0; visibility:hidden; pointer-events:none;
    transition:opacity .18s ease, transform .18s ease, visibility .18s;
  }
  .nav-links li.has-mega:hover .mega{
    opacity:1; visibility:visible; pointer-events:auto;
    transform:translateX(-50%) translateY(0);
  }
  .mega.mega-simple{
    position:absolute; left:0; transform:translateY(8px);
    width:220px; grid-template-columns:1fr; padding:16px;
    top:100%;
  }
  .nav-links li.has-mega:hover .mega.mega-simple{
    transform:translateY(0);
  }
  .mega-simple .mega-col ul{ gap:4px; }
  .mega-simple .mega-col a{
    padding:10px 12px; border-radius:9px; font-size:13.5px;
  }
  .mega-simple .mega-col a:hover{ background:var(--surface); color:var(--tangerine); }
  .mega-col h5{
    font-size:11px; text-transform:uppercase; letter-spacing:0.04em;
    color:var(--ink); font-weight:600; margin-bottom:14px;
  }
  .mega-col h5 a{
    display:flex; align-items:center; gap:7px;
    color:inherit; transition:color .18s ease;
  }
  .mega-col h5 a:hover{ color:var(--tangerine); }
  .mega-col h5 .icon{ width:15px; height:15px; }
  .mega-col h5 .icon-img{ width:15px; height:15px; object-fit:contain; flex:0 0 auto; }
  .mega-col ul{ display:flex; flex-direction:column; gap:10px; }
  .mega-col a{
    display:block;
    font-size:12.5px; font-weight:500; color:var(--gray); line-height:1.35;
  }
  .mega-col a:hover{ color:var(--tangerine); }

  /* ===== Hero ===== */
  /* Blueprint-sketch hero: solid near-black base, white technical line-art
     drawn on top via .section-sketch (see bottom of file), with a subtle
     scroll parallax applied in JS. */
  .hero{
    position:relative;
    min-height:640px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--white);
    text-align:center;
    padding:120px 24px;
    overflow:hidden;
    background:#0B1620;
  }
  .hero-bg{
    position:absolute; inset:0;
    background-size:cover;
    background-position:center;
  }
  .hero-bg-before{ z-index:0; background-image:url('/assets/hero/hero-before.jpg'); }
  .hero-bg-after{
    z-index:1;
    background-image:url('/assets/hero/hero-after.jpg');
    -webkit-mask-image:url('/assets/hero/pixel-mask.png');
    mask-image:url('/assets/hero/pixel-mask.png');
    -webkit-mask-repeat:no-repeat; mask-repeat:no-repeat;
    -webkit-mask-size:400px 400px; mask-size:400px 400px;
    -webkit-mask-position:-9999px -9999px; mask-position:-9999px -9999px;
    image-rendering:pixelated;
    will-change:mask-position;
  }
  .hero-bg-before.hero-bg-works{ background-image:url('/assets/hero/works-before.jpg'); }
  .hero-bg-after.hero-bg-works{ background-image:url('/assets/hero/works-after.jpg'); }
  .hero-bg-before.hero-bg-house{ background-image:url('/assets/hero/house-before.jpg'); }
  .hero-bg-after.hero-bg-house{ background-image:url('/assets/hero/house-after.jpg'); }
  .hero-bg-before.hero-bg-fencing{ background-image:url('/assets/hero/fencing-before.jpg'); }
  .hero-bg-after.hero-bg-fencing{ background-image:url('/assets/hero/fencing-after.jpg'); }
  .hero-bg-before.hero-bg-roofing{ background-image:url('/assets/hero/roofing-before.jpg'); }
  .hero-bg-after.hero-bg-roofing{ background-image:url('/assets/hero/roofing-after.jpg'); }
  .hero-bg-before.hero-bg-yard{ background-image:url('/assets/hero/yard-before.jpg'); }
  .hero-bg-after.hero-bg-yard{ background-image:url('/assets/hero/yard-after.jpg'); }
  .hero-bg-before.hero-bg-demolition{ background-image:url('/assets/hero/demolition-before.jpg'); }
  .hero-bg-after.hero-bg-demolition{ background-image:url('/assets/hero/demolition-after.jpg'); }
  .hero-scrim{
    position:absolute; inset:0; z-index:2; pointer-events:none;
    background:linear-gradient(180deg, rgba(11,22,32,0.38) 0%, rgba(11,22,32,0.8) 100%);
  }
  .hero-content{ position:relative; z-index:3; }
  .hero-ctas{ display:flex; gap:14px; justify-content:center; flex-wrap:wrap; }

  /* ===== Hero v2: static photo, left-aligned, animated service row ===== */
  .hero-v2{ justify-content:center; text-align:center; padding:58px 24px; min-height:495px; position:relative; }
  .hero-content-left{ text-align:center; padding-left:0; margin:0 auto; max-width:640px; }
  .hero-service-strip{
    display:flex; align-items:center; justify-content:center;
    gap:10px; margin-bottom:20px; flex-wrap:nowrap;
  }
  .hero-service-chip{
    display:inline-block; white-space:nowrap;
    padding:9px 20px;
    border-radius:980px;
    border:1px solid transparent;
    background:transparent;
    color:rgba(255,255,255,0.85);
    font-size:12.5px; font-weight:600; letter-spacing:0.02em;
    text-decoration:none; text-transform:uppercase;
    transition:opacity .35s ease, background .3s ease, border-color .3s ease, color .3s ease;
  }
  .hero-service-chip.is-dist-1{ opacity:0.7; }
  .hero-service-chip.is-dist-2{ opacity:0.4; }
  .hero-service-chip.is-active{
    opacity:1;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
    border-color:rgba(255,255,255,0.4);
    color:var(--white);
  }
  .hero-service-chip.is-active:hover{
    background:var(--tangerine);
    border-color:var(--tangerine);
    color:var(--ink);
  }
  @media (max-width:760px){
    .hero-service-chip.is-dist-2{ display:none; }
  }
  @media (max-width:600px){
    .hero-service-strip{ gap:6px; }
    .hero-service-chip{ padding:7px 12px; font-size:10.5px; letter-spacing:0.01em; }
    .hero-service-chip.is-dist-1{ display:none; }
  }
  .hero-h1-small{
    font-size:clamp(37px,4.1vw,50px); font-weight:800;
    letter-spacing:-0.01em; margin:0 0 30px; line-height:1.35;
    color:var(--white);
  }
  html[lang="en"] .hero-h1-small{ text-transform:uppercase; }
  @media (max-width:600px){
    .hero-h1-small{ font-size:clamp(24px,7vw,32px); margin:0 0 22px; }
    .hero-v2{ padding:48px 16px; min-height:420px; }
    .hero-content-left{ max-width:100%; padding:0 4px; }
  }

  .hero-v2 .hero-ctas{ justify-content:center; align-items:center; gap:24px; }

  .hero-edge-arrow{
    position:absolute; top:50%; transform:translateY(-50%);
    width:64px; height:64px; border-radius:50%; z-index:4;
    background:rgba(255,255,255,0.08);
    backdrop-filter:blur(10px); -webkit-backdrop-filter:blur(10px);
    border:1px solid rgba(255,255,255,0.38);
    color:var(--white);
    display:flex; align-items:center; justify-content:center;
    cursor:pointer;
    transition:background .3s ease, border-color .3s ease, transform .3s cubic-bezier(.34,1.56,.64,1);
  }
  .hero-edge-arrow svg{ width:24px; height:24px; }
  .hero-edge-arrow-left{ left:28px; }
  .hero-edge-arrow-right{ right:28px; }
  .hero-edge-arrow:hover{
    background:var(--tangerine); border-color:var(--tangerine);
    transform:translateY(-50%) scale(1.12);
  }
  @media (max-width:760px){
    .hero-edge-arrow{ width:48px; height:48px; }
    .hero-edge-arrow svg{ width:19px; height:19px; }
    .hero-edge-arrow-left{ left:12px; }
    .hero-edge-arrow-right{ right:12px; }
  }

  /* ===== Quick service rail ===== */
  .rail{ padding:72px 0; }
  .rail-head{ text-align:center; margin-bottom:40px; }
  .rail-head .eyebrow{ display:block; margin-bottom:10px; }
  .rail-head h2{ font-size:clamp(26px,3vw,36px); }
  .rail-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:14px;
  }
  .rail-card{
    background:var(--surface);
    border-radius:16px;
    padding:22px 16px;
    text-align:center;
    transition:transform .18s ease, background .18s ease;
  }
  .rail-card:hover{ background:#ECECEE; transform:translateY(-3px); }
  .rail-card .icon{ width:26px; height:26px; margin:0 auto 12px; }
  .rail-card .icon-img{
    width:26px; height:26px; margin:0 auto 12px; object-fit:contain; display:block;
    filter:brightness(0);
    transition:transform .3s ease-out;
  }
  .rail-card:hover .icon-img{ transform:scale(1.15) translateY(-2px); }
  .rail-card span{ font-size:12.5px; font-weight:600; display:block; }

  /* ===== Category sections ===== */
  .cat-section{ padding:96px 0; border-top:1px solid rgba(0,0,0,0.06); }
  .cat-section.alt{ background:var(--surface); }
  .cat-head{
    display:flex; justify-content:space-between; align-items:flex-end;
    gap:32px; margin-bottom:48px; flex-wrap:wrap;
  }
  .cat-head h2{ font-size:clamp(28px,3.4vw,42px); margin-top:8px; max-width:16ch; }
  .cat-head h2 a{ color:inherit; transition:color .18s ease; }
  .cat-head h2 a:hover{ color:var(--tangerine); }
  .cat-head p{ color:var(--gray); max-width:36ch; font-size:15.5px; }
  .service-grid{
    display:grid;
    grid-template-columns:repeat(auto-fit, minmax(230px, 260px));
    gap:20px;
  }
  .service-card{
    background:var(--white);
    border:1px solid var(--hairline);
    border-radius:16px;
    padding:24px 22px;
    transition:background .18s ease, border-color .18s ease;
  }
  .service-card:hover{ background:#F7F7F8; border-color:rgba(15,30,44,0.16); }
  .service-card .tag{
    display:inline-block; font-size:10.5px; font-weight:600; text-transform:uppercase;
    letter-spacing:0.05em; color:var(--tangerine); margin-bottom:10px;
  }
  .service-card .thumb{
    aspect-ratio:1/1;
    width:100%;
    border-radius:12px;
    margin-bottom:20px;
    background:transparent;
    border:1px dashed rgba(15,30,44,0.14);
    display:flex; align-items:center; justify-content:center;
    overflow:hidden;
  }
  .service-card .thumb:has(img){ border:none; }
  .service-card .thumb img{ width:100%; height:100%; object-fit:cover; }
  .service-card .thumb span{ font-size:11.5px; color:var(--gray); font-weight:500; }
  .service-card h4{ font-size:17px; font-weight:600; letter-spacing:-0.01em; margin-bottom:8px; }
  .service-card p{ font-size:13.5px; color:var(--gray); }

  /* ===== Stats / why us (dark) ===== */
  .stats{
    background:var(--navy); color:var(--white);
    padding:62px 0; text-align:center;
  }
  .stats h2{ font-size:clamp(22px,2.9vw,35px); max-width:20ch; margin:11px auto 45px; }
  .stats-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:22px; max-width:760px; margin:0 auto; }
  .stat-tagline{ font-size:clamp(16px,2.1vw,22px) !important; }
  .stat b{
    font-size:clamp(32px,4.5vw,54px); display:block; letter-spacing:-0.02em;
  }
  .stat span{ font-size:11px; color:rgba(255,255,255,0.6); }

  /* ===== Team ===== */
  .team{ padding:96px 0; background:var(--surface); }
  .team-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:36px 28px; }
  .team-card{ text-align:center; }
  .team-photo{
    aspect-ratio:1/1; max-width:150px; margin:0 auto 16px;
    border-radius:50%; overflow:hidden;
    background:linear-gradient(145deg,#E4E4E8,#F0F0F2);
    display:flex; align-items:center; justify-content:center;
  }
  .team-photo img{ width:100%; height:100%; object-fit:cover; }
  .team-photo span{ font-size:10.5px; color:var(--gray); font-weight:500; }
  .team-card h4{ font-size:15.5px; font-weight:600; letter-spacing:-0.01em; margin-bottom:3px; }
  .team-card .role{ font-size:13px; color:var(--gray); }

  /* ===== Projects ===== */
  .projects{ padding:96px 0; background:var(--white); }
  .gallery-grid{ display:grid; grid-template-columns:repeat(3,1fr); gap:20px; }
  .gallery-item{
    aspect-ratio:4/3; background:linear-gradient(145deg,#E4E4E8,#F0F0F2);
    border-radius:16px; display:flex; flex-direction:column; justify-content:flex-end;
    padding:20px; position:relative; overflow:hidden;
  }
  .gallery-item .ph{ font-size:11.5px; color:var(--gray); font-weight:500; }
  .gallery-item h4{ font-size:16px; margin-top:4px; font-weight:600; }

  /* ===== Contact (dark, consultation form) ===== */
  .contact{
    background:var(--navy); color:var(--white); padding:100px 0;
  }
  .contact-grid{ display:grid; grid-template-columns:0.85fr 1.15fr; gap:64px; }
  .contact-info h2{ font-size:clamp(28px,3.4vw,40px); margin:14px 0 16px; max-width:11ch; color:var(--white); }
  .contact-info p{ color:rgba(255,255,255,0.62); font-size:15.5px; max-width:36ch; margin-bottom:36px; }
  .contact-detail{ display:flex; flex-direction:column; gap:16px; }
  .contact-detail div{ border-top:1px solid var(--hairline-dark); padding-top:14px; }
  .contact-detail .label{ font-size:11px; text-transform:uppercase; letter-spacing:0.06em; color:rgba(255,255,255,0.45); display:block; margin-bottom:4px; }
  .contact-detail .value{ font-size:15.5px; font-weight:500; display:block; }

  .form-shell{
    background:rgba(255,255,255,0.04);
    border:1px solid rgba(255,255,255,0.12);
    border-radius:20px;
    padding:40px;
  }
  .form-row{ display:grid; grid-template-columns:1fr 1fr; gap:16px; margin-bottom:16px; }
  .field{ display:flex; flex-direction:column; gap:7px; }
  .field.full{ grid-column:1/-1; }
  .field label{ font-size:11px; text-transform:uppercase; letter-spacing:0.05em; color:rgba(255,255,255,0.5); font-weight:600; }
  .field input, .field select, .field textarea{
    background:rgba(255,255,255,0.03);
    border:1px solid rgba(255,255,255,0.16);
    border-radius:10px;
    padding:13px 15px;
    font-family:inherit; font-size:14.5px; color:var(--white);
  }
  .field select{ appearance:none; color:rgba(255,255,255,0.55); }
  .field select option{ color:#000; }
  .field input::placeholder, .field textarea::placeholder{ color:rgba(255,255,255,0.35); }
  .field textarea{ resize:vertical; min-height:96px; }
  .field input:focus, .field select:focus, .field textarea:focus{
    outline:none; border-color:var(--tangerine); background:rgba(255,255,255,0.06);
  }
  .form-shell .btn-primary{ width:100%; justify-content:center; margin-top:4px; }

  /* ===== Footer ===== */
  footer{ background:var(--white); padding:48px 0 28px; border-top:1px solid rgba(0,0,0,0.08); }
  .footer-top{
    display:grid; grid-template-columns:1.3fr repeat(3,1fr); gap:28px;
    padding-bottom:40px; border-bottom:1px solid rgba(0,0,0,0.08);
  }
  .footer-brand .logo-chip{ margin-bottom:14px; }
  .footer-brand p{ font-size:12.5px; color:var(--gray); max-width:30ch; line-height:1.6; }
  .footer-col h5{ font-size:12px; font-weight:600; margin-bottom:14px; }
  .footer-col ul{ display:flex; flex-direction:column; gap:9px; }
  .footer-col a{ font-size:12.5px; color:var(--gray); }
  .footer-col a:hover{ color:var(--ink); }
  .footer-bottom{
    display:flex; justify-content:space-between; padding-top:20px;
    font-size:11.5px; color:var(--gray); flex-wrap:wrap; gap:10px;
  }

  /* ===== Responsive ===== */
  @media (max-width:980px){
    .nav-links{ display:none; }
    .nav-cta{ display:none; }
    .rail-grid{ grid-template-columns:repeat(3,1fr); }
    .stats-grid{ grid-template-columns:repeat(2,1fr); gap:28px 20px; }
    .gallery-grid{ grid-template-columns:repeat(2,1fr); }
    .team-grid{ grid-template-columns:repeat(3,1fr); }
    .contact-grid{ grid-template-columns:1fr; }
    .footer-top{ grid-template-columns:1fr 1fr; }
  }
  @media (max-width:600px){
    .wrap{ padding:0 18px; }
    .rail-grid{ grid-template-columns:repeat(2,1fr); }
    .stats-grid{ grid-template-columns:1fr 1fr; }
    .gallery-grid{ grid-template-columns:1fr; }
    .team-grid{ grid-template-columns:repeat(2,1fr); }
    .form-row{ grid-template-columns:1fr; }
    .footer-top{ grid-template-columns:1fr; }
    .cat-head{ flex-direction:column; align-items:flex-start; }
    .service-grid{ grid-template-columns:repeat(2,1fr); gap:12px; }
    .service-card{ padding:14px 12px; border-radius:12px; }
    .service-card .thumb{ margin-bottom:12px; border-radius:9px; }
    .service-card h4{ font-size:14px; margin-bottom:4px; }
    .service-card p{ font-size:12px; }
    .service-card .tag{ font-size:9px; margin-bottom:6px; }
  }

/* ===== Sub-pages: category & gallery listing pages ===== */
.page-hero{
  background:var(--navy); color:var(--white);
  padding:72px 0 56px;
  min-height:480px;
  display:flex; align-items:center;
}
.page-hero .wrap{ width:100%; }
.breadcrumb{
  display:flex; align-items:center; gap:6px; flex-wrap:wrap;
  font-size:12.5px; color:rgba(255,255,255,0.85); margin-bottom:14px;
  text-shadow:0 1px 8px rgba(0,0,0,0.45);
}
.breadcrumb a{ color:rgba(255,255,255,0.92); }
.breadcrumb a:hover{ color:var(--tangerine); }
.page-hero h1{
  font-size:clamp(28px,4vw,44px); letter-spacing:-0.02em; max-width:20ch;
  color:var(--white);
}
.page-hero p{
  color:rgba(255,255,255,0.72); font-size:15.5px; max-width:52ch; margin-top:12px;
}
.page-hero .hero-scrim{
  background:linear-gradient(180deg, rgba(11,22,32,0.38) 0%, rgba(11,22,32,0.8) 100%);
}

.subcat-section{ padding:72px 0 96px; }

a.service-card{ display:block; cursor:pointer; }

/* gallery listing page */
.gallery-section{ padding:72px 0 96px; }
.gallery-photos{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
}
.gallery-photo{
  aspect-ratio:1/1;
  border-radius:14px;
  background:transparent;
  border:1px dashed rgba(15,30,44,0.14);
  display:flex; align-items:center; justify-content:center;
  overflow:hidden; cursor:pointer;
  transition:opacity .18s ease;
}
.gallery-photo:has(img){ border:none; }
.gallery-photo:hover{ opacity:0.85; }
.gallery-photo img{ width:100%; height:100%; object-fit:cover; }
.gallery-photo span{ font-size:12px; color:var(--gray); font-weight:500; }

.gallery-back{ margin-top:40px; }

/* lightbox */
.lightbox{
  position:fixed; inset:0; z-index:200;
  background:rgba(15,30,44,0.92);
  display:none; align-items:center; justify-content:center;
  padding:24px;
}
.lightbox.open{ display:flex; }
.lightbox-modal{
  position:relative;
  display:flex;
  width:min(1040px, 100%);
  max-height:88vh;
  background:var(--navy);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 30px 70px rgba(0,0,0,0.4);
}
.lightbox-photo{
  position:relative;
  flex:1.3;
  min-width:0;
  background:#0B1620;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.lightbox-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.lightbox-info{
  flex:1;
  min-width:280px;
  padding:44px 40px;
  display:flex; flex-direction:column; justify-content:center;
  color:var(--white);
}
.lightbox-info h3{
  font-family:'Inter',sans-serif; font-size:26px; font-weight:700;
  letter-spacing:-0.01em; margin-bottom:16px; color:var(--white);
}
.lightbox-info p{
  font-size:15px; line-height:1.6; color:rgba(255,255,255,0.68); margin-bottom:28px;
}
.lightbox-ctas{ display:flex; flex-direction:column; gap:12px; }
.lightbox-ctas .btn{ justify-content:center; }
.lightbox-ctas .btn-outline{ color:var(--white); border-color:rgba(255,255,255,0.28); }
.lightbox-ctas .btn-outline:hover{ border-color:var(--white); }
.lightbox-close{
  position:absolute; top:18px; right:18px; z-index:2;
  color:var(--white); font-size:26px; line-height:1; cursor:pointer;
  background:rgba(255,255,255,0.14); width:38px; height:38px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
}
.lightbox-nav{
  position:absolute; top:50%; transform:translateY(-50%); z-index:2;
  color:var(--white); font-size:22px; line-height:1; cursor:pointer;
  background:rgba(255,255,255,0.14); width:44px; height:44px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  transition:background .15s ease;
}
.lightbox-nav:hover{ background:rgba(255,255,255,0.26); }
.lightbox-prev{ left:16px; }
.lightbox-next{ right:16px; }
.lightbox-counter{
  position:absolute; bottom:14px; left:50%; transform:translateX(-50%); z-index:2;
  color:rgba(255,255,255,0.75); font-size:12.5px; font-weight:500;
  background:rgba(0,0,0,0.3); padding:4px 10px; border-radius:980px;
}
@media (max-width:760px){
  .lightbox{ padding:0; }
  .lightbox-modal{ flex-direction:column; max-height:100vh; height:100%; border-radius:0; overflow-y:auto; }
  .lightbox-photo{ min-height:300px; flex:none; }
  .lightbox-info{ padding:32px 24px 40px; }
  .lightbox-nav{ width:38px; height:38px; font-size:18px; }
  .lightbox-prev{ left:10px; }
  .lightbox-next{ right:10px; }
}

@media (max-width:600px){
  .gallery-photos{ grid-template-columns:1fr; }
}

/* ===== Inline gallery viewer (photo + info shown directly on the page, no modal) ===== */
.gallery-viewer{
  position:relative;
  display:flex;
  width:100%;
  min-height:460px;
  background:var(--navy);
  border-radius:18px;
  overflow:hidden;
  box-shadow:0 20px 50px rgba(15,30,44,0.16);
}
.gallery-viewer-photo{
  position:relative;
  flex:1.3;
  min-width:0;
  background:#0B1620;
  display:flex; align-items:center; justify-content:center;
  overflow:hidden;
}
.gallery-viewer-photo img{ width:100%; height:100%; object-fit:cover; display:block; }
.gallery-viewer-info{
  flex:1;
  min-width:280px;
  padding:44px 40px;
  display:flex; flex-direction:column; justify-content:center;
  color:var(--white);
}
.gallery-viewer-info h3{
  font-family:'Inter',sans-serif; font-size:26px; font-weight:700;
  letter-spacing:-0.01em; margin-bottom:16px; color:var(--white);
}
.gallery-viewer-info p{
  font-size:15px; line-height:1.6; color:rgba(255,255,255,0.68); margin-bottom:28px;
}
.gallery-viewer-nav{
  position:absolute; top:50%; transform:translateY(-50%); z-index:2;
  color:var(--white); font-size:22px; line-height:1; cursor:pointer;
  background:rgba(255,255,255,0.14); width:44px; height:44px; border-radius:50%;
  display:flex; align-items:center; justify-content:center;
  transition:background .15s ease;
}
.gallery-viewer-nav:hover{ background:rgba(255,255,255,0.26); }
.gallery-viewer-prev{ left:16px; }
.gallery-viewer-next{ right:16px; }
.gallery-viewer-counter{
  position:absolute; bottom:14px; left:50%; transform:translateX(-50%); z-index:2;
  color:rgba(255,255,255,0.75); font-size:12.5px; font-weight:500;
  background:rgba(0,0,0,0.3); padding:4px 10px; border-radius:980px;
}
@media (max-width:760px){
  .gallery-viewer{ flex-direction:column; min-height:0; }
  .gallery-viewer-photo{ min-height:300px; flex:none; }
  .gallery-viewer-info{ padding:32px 24px 40px; }
  .gallery-viewer-nav{ width:38px; height:38px; font-size:18px; }
  .gallery-viewer-prev{ left:10px; }
  .gallery-viewer-next{ right:10px; }
}

/* ===== Sketch / blueprint backgrounds + parallax ===== */
.icon path, symbol path{ vector-effect:non-scaling-stroke; }

.section-sketch{
  position:absolute;
  top:-12%; left:0;
  width:100%; height:124%;
  z-index:0;
  pointer-events:none;
  will-change:transform;
}
.section-sketch svg{ width:100%; height:100%; display:block; }
.sketch-line{ fill:none; stroke-linecap:round; stroke-linejoin:round; vector-effect:non-scaling-stroke; }
.sketch-icon{ will-change:transform; }

/* light sections: black sketch lines on white/surface */
.cat-section .section-sketch .sketch-line{ stroke:#0F1E2C; stroke-width:1.4; }
.cat-section .section-sketch{ opacity:0.06; }
.cat-section .section-sketch:has(.tile-bg){ opacity:1; }
.cat-section .section-sketch.section-sketch-tile-wrap{ opacity:1; }
.tile-bg{
  position:absolute; inset:0;
  background-repeat:repeat;
  background-size:1400px auto;
  opacity:0.10;
}
.tile-spotlight{
  -webkit-mask-repeat:no-repeat;
  mask-repeat:no-repeat;
  -webkit-mask-image:radial-gradient(1px circle at -9999px -9999px, #000 0%, transparent 100%);
  mask-image:radial-gradient(1px circle at -9999px -9999px, #000 0%, transparent 100%);
}
.tile-bg.tile-works{ background-image:url('/assets/sketches/tile-works.png'); }
.tile-bg.tile-house{ background-image:url('/assets/sketches/tile-house.png'); }
.tile-bg.tile-fencing{ background-image:url('/assets/sketches/tile-fencing.png'); }
.tile-bg.tile-roofing{ background-image:url('/assets/sketches/tile-roofing.png'); }
.tile-bg.tile-yard{ background-image:url('/assets/sketches/tile-yard.png'); }
.tile-bg.tile-demolition{ background-image:url('/assets/sketches/tile-demolition.png'); }
.cat-section .grid-line{ stroke:#0F1E2C; stroke-width:0.6; opacity:0.5; }

/* dark sections (hero): white sketch lines on near-black */
.hero .section-sketch .sketch-line{ stroke:#FFFFFF; stroke-width:1.2; }
.hero .section-sketch{ opacity:0.16; }
.hero .grid-line{ stroke:#FFFFFF; stroke-width:0.5; opacity:0.4; }
.page-hero .section-sketch .sketch-line{ stroke:#FFFFFF; stroke-width:1.2; }
.page-hero .section-sketch{ opacity:0.16; }
.page-hero .grid-line{ stroke:#FFFFFF; stroke-width:0.5; opacity:0.4; }

.hero{ background:#0B1620; }
.cat-section, .page-hero{ position:relative; overflow:hidden; }
.cat-section .wrap{ position:relative; z-index:1; }
.page-hero .wrap{ position:relative; z-index:3; }

/* Labeled gallery grid (used for renovation sub-items) */
.gallery-labeled-grid{
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:32px 20px;
}
.gallery-labeled-item .gallery-photo{ margin-bottom:10px; }
.gallery-labeled-item .cap{
  font-size:13.5px; font-weight:600; color:var(--ink);
  text-align:center; display:block; line-height:1.3;
}
@media (max-width:900px){
  .gallery-labeled-grid{ grid-template-columns:repeat(2,1fr); }
}
@media (max-width:560px){
  .gallery-labeled-grid{ grid-template-columns:1fr; }
}

/* ===== Projects (portfolio) pages ===== */
.project-grid{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(260px, 340px));
  gap:24px;
}
.project-card{
  border:1px solid var(--hairline);
  border-radius:16px;
  overflow:hidden;
  background:var(--white);
  box-shadow:0 1px 3px rgba(15,30,44,0.05);
}
.project-card .thumb{ border-radius:0; margin-bottom:0; border:none; }
.project-card .card-body{ padding:20px 22px 22px; }
.project-card .tag{ font-size:9.5px; color:var(--tangerine); }
.project-specs{
  display:flex; gap:14px; flex-wrap:wrap;
  margin-top:14px; padding-top:14px;
  border-top:1px solid var(--hairline);
  font-size:12px; color:var(--gray); font-weight:600;
}
.project-info-panel{
  display:grid;
  grid-template-columns:repeat(auto-fit, minmax(220px, 1fr));
  gap:20px;
  margin-bottom:40px;
  padding:28px;
  background:var(--surface);
  border-radius:14px;
}
.project-info-panel > div{ display:flex; flex-direction:column; gap:5px; }
.project-info-panel .label{
  font-size:11px; text-transform:uppercase; letter-spacing:0.05em;
  color:var(--gray); font-weight:600;
}
.project-info-panel .value{ font-size:14.5px; font-weight:500; color:var(--ink); line-height:1.45; }

/* ===== Calculator ===== */
.calculator{ padding:96px 0; background:var(--surface); }
.calc-tab, .sb-tab{
  display:flex; align-items:center; gap:10px;
  padding:12px 14px; border-radius:10px; text-align:left;
  font-family:inherit; font-size:13.5px; font-weight:600;
  color:var(--gray); background:transparent; border:1px solid transparent;
  cursor:pointer; transition:all .15s ease;
}
.calc-tab img, .sb-tab img{
  width:17px; height:17px; object-fit:contain; flex:0 0 auto;
  filter:brightness(0);
  transition:transform .3s ease-out;
}
.calc-tab:hover img, .sb-tab:hover img{ transform:scale(1.15) translateY(-2px); }
.calc-tab:hover, .sb-tab:hover{ color:var(--ink); }
.calc-tab.active, .sb-tab.active{ background:var(--white); color:var(--ink); border-color:var(--hairline); }

.wizard-options{ display:flex; flex-wrap:wrap; gap:12px; }
.wizard-option{
  padding:13px 20px; border-radius:980px; border:1px solid var(--hairline);
  background:var(--white); color:var(--ink);
  font-family:inherit; font-size:14px; font-weight:600; cursor:pointer;
  transition:all .15s ease;
}
.wizard-option:hover{ border-color:var(--ink); }
.wizard-option.active{ background:var(--navy); border-color:var(--navy); color:var(--white); }

/* ===== Fencing calculator form ===== */
.fc-form{
  max-width:680px; margin:48px auto 0;
  background:var(--white); border:1px solid var(--hairline);
  border-radius:20px; padding:44px 40px;
}
.fc-field{ margin-bottom:26px; }
.fc-field label{
  display:block; font-size:13px; font-weight:600; color:var(--ink);
  margin-bottom:10px;
}
.fc-field select, .fc-field input[type="text"], .fc-field input[type="number"]{
  width:100%; padding:13px 16px;
  font-family:inherit; font-size:14.5px; color:var(--ink);
  border:1px solid var(--hairline); border-radius:10px; background:var(--white);
}
.fc-field select:focus, .fc-field input:focus{ outline:none; border-color:var(--tangerine); }
.fc-toggle-group{ margin-top:2px; }

.fc-gate-block{
  max-height:0; overflow:hidden; opacity:0;
  transition:max-height .35s ease, opacity .3s ease, margin .35s ease;
  margin-bottom:0;
}
.fc-gate-block.open{ max-height:900px; opacity:1; margin-bottom:26px; }
.fc-gate-type{
  padding:20px 22px; background:var(--surface); border-radius:14px; margin-bottom:14px;
}
.fc-checkbox{
  display:flex; align-items:center; gap:10px; cursor:pointer;
  font-size:14.5px; font-weight:600; color:var(--ink);
}
.fc-checkbox input{ width:18px; height:18px; accent-color:var(--tangerine); cursor:pointer; }
.fc-gate-sub{
  max-height:0; overflow:hidden; opacity:0;
  transition:max-height .3s ease, opacity .25s ease, margin .3s ease;
}
.fc-gate-sub.open{ max-height:260px; opacity:1; margin-top:16px; }
.fc-row-2{ display:grid; grid-template-columns:1fr 1fr; gap:12px; margin-bottom:14px; }
.fc-row-2 input{
  padding:11px 14px; font-family:inherit; font-size:13.5px;
  border:1px solid var(--hairline); border-radius:9px; color:var(--ink);
}
.fc-row-2 input:focus{ outline:none; border-color:var(--tangerine); }
.fc-sublabel{
  display:block; font-size:11.5px; font-weight:600; color:var(--gray);
  text-transform:uppercase; letter-spacing:0.04em; margin-bottom:10px;
}

#fc-transparent-options, #fc-covered-options{
  max-height:0; overflow:hidden; opacity:0; margin-bottom:0;
  transition:max-height .3s ease, opacity .25s ease, margin .3s ease;
}
#fc-transparent-options.open, #fc-covered-options.open{ max-height:200px; opacity:1; margin-bottom:26px; }

.fc-submit-btn{ width:100%; justify-content:center; margin-top:6px; }
#fc-error.show{ margin-bottom:14px; }

@media (max-width:560px){
  .fc-form{ padding:30px 24px; }
  .fc-row-2{ grid-template-columns:1fr; }
}

/* ===== Request modal (phone/email capture before sending) ===== */
.request-modal{
  position:fixed; inset:0; z-index:250;
  background:rgba(15,30,44,0.55);
  display:none; align-items:center; justify-content:center; padding:20px;
}
.request-modal.open{ display:flex; }
.request-modal-box{
  position:relative; width:400px; max-width:100%;
  background:#FFFFFF; border-radius:18px; padding:36px 32px;
  box-shadow:0 30px 70px rgba(0,0,0,0.3);
}
.request-modal-close{
  position:absolute; top:16px; right:16px; width:32px; height:32px;
  border-radius:50%; background:var(--surface); border:none;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; font-size:20px; line-height:1; color:var(--gray);
}
.request-modal-close:hover{ color:var(--ink); }
.request-modal-box h3{ font-size:20px; font-weight:700; margin-bottom:8px; padding-right:24px; }
.request-modal-box > p{ font-size:13.5px; color:var(--gray); margin-bottom:22px; }
.request-modal-box .field{ margin-bottom:14px; display:flex; flex-direction:column; gap:6px; }
.request-modal-box .field label{
  font-size:11px; text-transform:uppercase; letter-spacing:0.05em;
  color:var(--gray); font-weight:600;
}
.request-modal-box .field input{
  padding:11px 14px; border:1px solid var(--hairline); border-radius:9px;
  font-family:inherit; font-size:14px; color:var(--ink);
}
.request-modal-box .field input:focus{ outline:none; border-color:var(--tangerine); }
.request-modal-error{
  display:none; color:#D14343; font-size:12.5px; margin-bottom:14px; font-weight:500;
}
.request-modal-error.show{ display:block; }
.request-modal-box .btn-primary{ width:100%; justify-content:center; }
.request-modal-success{
  display:none; text-align:center; font-size:14.5px;
  color:var(--tangerine); font-weight:600; padding:20px 0;
}
.request-modal-success.show{ display:block; }
@media (max-width:480px){
  .request-modal-box{ padding:30px 24px; }
  .stats-grid{ grid-template-columns:1fr; gap:28px; }
}

/* ===== FAQ accordion ===== */
.faq{ padding:96px 0; background:var(--white); }
.faq-list{ display:flex; flex-direction:column; gap:1px; background:var(--hairline); border:1px solid var(--hairline); border-radius:16px; overflow:hidden; }
.faq-item{ background:var(--white); }
.faq-q{
  width:100%; display:flex; align-items:center; justify-content:space-between; gap:16px;
  padding:22px 24px; background:none; border:none; cursor:pointer;
  font-family:inherit; font-size:15.5px; font-weight:600; color:var(--ink); text-align:left;
}
.faq-toggle{
  flex:0 0 auto; font-size:20px; font-weight:400; color:var(--tangerine);
  transition:transform .2s ease; line-height:1;
}
.faq-item.open .faq-toggle{ transform:rotate(45deg); }
.faq-a{
  max-height:0; overflow:hidden; transition:max-height .25s ease;
  padding:0 24px;
}
.faq-item.open .faq-a{ max-height:260px; }
.faq-a p{ font-size:14px; color:var(--gray); line-height:1.65; padding-bottom:22px; }

/* ===== How we work — steps ===== */
.how-we-work{ padding:96px 0; }
.steps-grid{ display:grid; grid-template-columns:repeat(4,1fr); gap:1px; background:var(--hairline); border:1px solid var(--hairline); border-radius:16px; overflow:hidden; }
.step-item{ background:var(--white); padding:32px 26px; position:relative; }
.step-icon{
  width:44px; height:44px; border-radius:12px;
  background:var(--surface); color:var(--ink);
  display:flex; align-items:center; justify-content:center; margin-bottom:20px;
}
.step-icon svg{ width:21px; height:21px; transition:transform .3s ease-out; }
.step-item:hover .step-icon svg{ transform:scale(1.15) translateY(-2px); }
.step-num{ font-size:12px; font-weight:700; color:var(--gray); display:block; margin-bottom:8px; }
.step-item h4{ font-size:16px; font-weight:600; margin-bottom:8px; letter-spacing:-0.01em; }
.step-item p{ font-size:13.5px; color:var(--gray); line-height:1.55; }
@media (max-width:900px){ .steps-grid{ grid-template-columns:repeat(2,1fr); } }
@media (max-width:560px){ .steps-grid{ grid-template-columns:1fr; } }

/* ===== Footer social + footer meta ===== */
.footer-social{ display:flex; gap:10px; margin-top:18px; }
.social-btn{
  width:34px; height:34px; border-radius:50%;
  background:rgba(255,255,255,0.08); color:var(--white);
  display:flex; align-items:center; justify-content:center;
  transition:background .15s ease;
}
.social-btn:hover{ background:var(--tangerine); }
.social-btn svg{ width:16px; height:16px; }
.footer-meta{ color:var(--gray); }
.footer-bottom{ flex-wrap:wrap; gap:6px 20px; }

/* ===== Language switcher ===== */
.lang-switch{
  font-family:inherit; font-size:12px; font-weight:700; letter-spacing:0.02em;
  color:var(--ink); background:var(--surface); border:1px solid var(--hairline);
  border-radius:980px; padding:7px 13px; cursor:pointer; transition:all .15s ease;
}
.lang-switch:hover{ border-color:var(--ink); }

/* ===== Blog empty state ===== */
.blog-empty{
  max-width:560px; margin:0 auto; text-align:center;
  padding:64px 32px; background:var(--surface); border-radius:20px;
}
.blog-empty h3{ font-size:22px; font-weight:700; margin-bottom:12px; }
.blog-empty p{ font-size:14.5px; color:var(--gray); margin-bottom:28px; line-height:1.6; }

/* ===== Services browser (compact category selector) ===== */
.services-browser{ padding:96px 0; background:var(--surface); }
.sb-layout{ display:grid; grid-template-columns:230px 1fr; gap:28px; margin-top:40px; align-items:start; }
.sb-tabs{ display:flex; flex-direction:column; gap:6px; }
.sb-panels{ background:var(--white); border:1px solid var(--hairline); border-radius:16px; padding:28px; min-height:300px; }
.sb-panel{ display:none; }
.sb-panel.active{ display:block; }
.sb-panel .service-grid{ gap:16px; }
@media (max-width:900px){
  .sb-layout{ grid-template-columns:1fr; }
  .sb-tabs{
    flex-direction:row; overflow-x:auto; gap:8px; padding-bottom:6px;
    -webkit-overflow-scrolling:touch;
  }
  .sb-tab{ flex:0 0 auto; white-space:nowrap; }
}

/* ===== Featured project showcase (text left, overlapping photo cluster right) ===== */
.featured-project{
  position:relative; padding:120px 0; background:var(--white);
  overflow:hidden;
}
.fp-layout{
  display:grid; grid-template-columns:1fr 1.05fr; gap:56px; align-items:center;
}
.fp-text{ position:relative; z-index:2; }
.fp-text .eyebrow{ display:block; margin-bottom:10px; }
.fp-text h2{ font-size:clamp(30px,3.6vw,44px); margin-bottom:20px; }
.fp-text h3{
  font-size:clamp(20px,2.4vw,26px); font-weight:700; color:var(--tangerine);
  margin-bottom:14px; letter-spacing:-0.01em;
  transition:opacity .25s ease;
}
.fp-text > p, .fp-text #fp-desc{
  font-size:15px; color:var(--gray); line-height:1.65;
  margin-bottom:32px; max-width:46ch; transition:opacity .25s ease;
}
.fp-stats{ display:flex; gap:36px; margin-bottom:36px; flex-wrap:wrap; transition:opacity .25s ease; }
.fp-stats div{ display:flex; flex-direction:column; gap:3px; }
.fp-stats b{ font-size:19px; font-weight:700; color:var(--ink); letter-spacing:-0.01em; }
.fp-stats span{ font-size:12px; color:var(--gray); }
.fp-fading{ opacity:0; }
.fp-cta-row{ display:flex; align-items:center; gap:16px; }
.fp-slider-nav{ display:flex; gap:12px; }
.fp-slider-btn{
  width:52px; height:52px; border-radius:50%;
  background:var(--navy); color:var(--white); border:none;
  display:flex; align-items:center; justify-content:center;
  cursor:pointer; transition:all .25s ease; flex:0 0 auto;
}
.fp-slider-btn:hover{ background:var(--tangerine); transform:scale(1.06); }
.fp-slider-btn svg{ width:20px; height:20px; }

.fp-photos-right{ position:relative; height:560px; }
.fp-scatter{
  position:absolute; z-index:1;
  border-radius:14px; overflow:hidden;
  box-shadow:0 16px 36px rgba(15,30,44,0.18);
  border:5px solid var(--white);
  aspect-ratio:1/1;
  transition:opacity .2s linear;
}
.fp-scatter img{ width:100%; height:100%; object-fit:cover; display:block; }

/* subtle overlap: photos edges just touch, not deeply overlapping */
#fp-photo-l1{ top:2%; left:0%; width:44%; z-index:2; }
#fp-photo-l2{ bottom:0%; left:2%; width:52%; z-index:1; }
#fp-photo-r1{ top:0%; right:0%; width:54%; z-index:3; }
#fp-photo-r2{ bottom:4%; right:0%; width:40%; z-index:4; }

@media (max-width:1100px){
  .fp-layout{ grid-template-columns:1fr; gap:40px; }
  .fp-photos-right{ height:440px; max-width:520px; margin:0 auto; }
}
@media (max-width:600px){
  .fp-scatter{ display:none; }
  .fp-photos-right{ display:none; }
  .featured-project{ padding:64px 0; }
}
