/* Bedrock Home Networks global stylesheet */

/* home-page */
body.home-page{
    --charcoal:#302B26;
    --cream:#F5F0E7;
    --copper:#B86F32;
    --sage:#707C53;
    --sandstone:#B7A58B;
    --soft-white:#FCFAF6;
    --line: rgba(48,43,38,0.14);
    --cream-deep:#F0E8DD;
    --font-main: 'Avenir Next', 'Avenir', -apple-system, BlinkMacSystemFont, sans-serif;
  }
  body.home-page *{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;}
  body.home-page{
    font-family:var(--font-main);
    font-weight:400;
    color:var(--charcoal);
    background:var(--charcoal);
    line-height:1.5;
  }
  body.home-page .site{max-width:1024px;margin:0 auto;background:var(--soft-white);overflow:hidden;border-left:1px solid var(--cream);border-right:1px solid var(--cream);}
  body.home-page h1,body.home-page h2,body.home-page h3,body.home-page .headline{
    font-family:var(--font-main);
    font-weight:600;
    line-height:1.06;
    color:var(--charcoal);
  }
  body.home-page a{text-decoration:none;color:inherit;}
  body.home-page ul{list-style:none;}
  body.home-page img{max-width:100%;display:block;}
  body.home-page .wrap{max-width:1024px;margin:0 auto;padding:0 40px;}
  body.home-page .eyebrow{
    font-family:var(--font-main);
    font-weight:600;
    font-size:0.6rem;
    letter-spacing:0.14em;
    text-transform:uppercase;
    color:var(--copper);
  }
  body.home-page .btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    font-family:var(--font-main);
    font-weight:600;
    font-size:11px;
    letter-spacing:0.03em;
    text-transform:uppercase;
    height:33px;
    padding:0 26px;
    border-radius:4px;
    border:2px solid transparent;
    cursor:pointer;
    transition:transform 0.15s ease, opacity 0.15s ease;
  }
  body.home-page .btn:hover{opacity:0.9;}
  body.home-page .btn-primary{background:var(--copper);color:var(--soft-white);}
  body.home-page .btn-outline{background:transparent;border-color:var(--copper);color:var(--charcoal);}
  body.home-page .btn-outline-light{background:transparent;border-color:rgba(252,250,246,0.5);color:var(--soft-white);}
  body.home-page .btn svg{width:12px;height:12px;}

  /* Header */
  body.home-page header{
    background:var(--cream);
    position:sticky;top:0;z-index:50;
  }
  body.home-page header .wrap{
    display:flex;align-items:center;justify-content:space-between;
    padding-top:21px;padding-bottom:21px;
  }
  body.home-page .logo{display:flex;align-items:center;}
  body.home-page .logo img{height:72px;width:auto;display:block;}
  body.home-page nav ul{display:flex;align-items:center;gap:28px;}
  body.home-page nav a{
    font-family:var(--font-main);
    font-weight:600;font-size:9.5px;letter-spacing:0.02em;
    color:var(--charcoal);
    padding-bottom:6px;
    border-bottom:2px solid transparent;
  }
  body.home-page nav a.active{border-bottom-color:var(--copper);}
  body.home-page nav a:hover{color:var(--copper);}
  body.home-page .nav-inner{display:flex;align-items:center;gap:28px;}
  body.home-page .btn-header{
    width:220px;
    height:36px;
    padding:0;
    justify-content:center;
    font-family:var(--font-main);
    font-size:9px;
    line-height:1;
    white-space:nowrap;
    border-radius:4px;
    letter-spacing:0.03em;
  }
  body.home-page .nav-toggle{
    display:none;
    background:none;border:none;padding:6px;margin:0;cursor:pointer;
    color:var(--charcoal);
  }
  body.home-page .nav-toggle svg{width:24px;height:24px;display:block;}
  body.home-page .nav-toggle .icon-close{display:none;}
  body.home-page .nav-toggle.active .icon-burger{display:none;}
  body.home-page .nav-toggle.active .icon-close{display:block;}
  body.home-page .mobile-nav{
    display:none;
    background:var(--cream);
    border-top:1px solid var(--line);
    padding:8px 40px 24px;
  }
  body.home-page .mobile-nav.open{display:block;}
  body.home-page .mobile-nav nav ul{display:flex;flex-direction:column;align-items:stretch;gap:0;}
  body.home-page .mobile-nav nav a{
    display:block;
    font-family:var(--font-main);font-weight:600;font-size:0.85rem;letter-spacing:0.02em;
    color:var(--charcoal);
    padding:14px 0;
    border-bottom:1px solid var(--line);
  }
  body.home-page .mobile-nav nav a.active{color:var(--copper);}
  body.home-page .mobile-nav .btn{width:100%;margin-top:18px;}

  /* Hero */
  body.home-page .hero{
    position:relative;
    background:var(--cream);
    overflow:hidden;
    height:461px;
  }
  body.home-page .hero-media{
    position:absolute;top:0;bottom:0;left:0;right:0;
    z-index:1;
  }
  body.home-page .hero-photo{
    position:absolute;top:0;bottom:0;right:0;
    width:767px;height:100%;object-fit:cover;object-position:center center;
  }
  body.home-page .hero-fade{
    position:absolute;inset:0;z-index:2;
    background:linear-gradient(to right, var(--cream) 0px, var(--cream) 400px, rgba(245,240,231,0) 650px);
  }
  body.home-page .hero-wrap{position:relative;z-index:4;height:100%;}
  body.home-page .hero-copy{padding-top:52px;}
  body.home-page .hero h1{font-size:3.05rem;margin-bottom:12px;}
  body.home-page .hero p.lead{
    font-family:var(--font-main);font-weight:400;
    font-size:0.875rem;line-height:1.43;color:#544d43;max-width:300px;margin-bottom:10px;
  }
  body.home-page .hero .cta-row{display:flex;gap:14px;margin-bottom:35px;flex-wrap:wrap;}
  body.home-page .trust-row{display:flex;justify-content:space-between;max-width:423px;}
  body.home-page .trust-item{display:flex;align-items:flex-start;gap:7px;}
  body.home-page .trust-item svg{width:16px;height:16px;flex-shrink:0;color:var(--copper);margin-top:2px;}
  body.home-page .trust-item span{font-size:0.625rem;line-height:1.35;font-weight:600;font-family:var(--font-main);color:var(--charcoal);}

  /* Sound familiar */
  body.home-page .familiar{
    background:var(--cream-deep);
    padding:14px 0 18px;
    text-align:center;
  }
  body.home-page .familiar h2{font-size:1.75rem;line-height:1;max-width:520px;margin:10px auto 20px;}
  body.home-page .familiar-grid{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:0;
    margin-bottom:22px;
  }
  body.home-page .familiar-item{position:relative;padding:0 12px;}
  body.home-page .familiar-item::after{
    content:'';position:absolute;top:-4px;right:0;bottom:-4px;width:1px;
    background:#DDD3C4;
  }
  body.home-page .familiar-item:last-child::after{display:none;}
  body.home-page .familiar-item svg{width:34px;height:34px;color:var(--charcoal);margin:0 auto 14px;}
  body.home-page .familiar-item p{font-size:0.575rem;line-height:1.5;font-weight:600;font-family:var(--font-main);color:var(--charcoal);max-width:100px;margin:0 auto;}
  body.home-page .familiar-tag p{font-size:0.75rem;font-family:var(--font-main);font-weight:400;color:#544d43;margin-bottom:6px;}
  body.home-page .familiar-tag .fix{
    font-family:var(--font-main);font-weight:700;color:var(--copper);
    letter-spacing:0.06em;font-size:0.8125rem;
  }

  /* Bedrock difference */
  body.home-page .difference{scroll-margin-top:114px;background:var(--charcoal);color:var(--soft-white);}
  body.home-page .difference .wrap{
    display:grid;
    grid-template-columns:370px 1fr;
    gap:0;
    align-items:stretch;
    padding:0 0 0 40px;
    max-width:1024px;
  }
  body.home-page .difference-copy{padding:34px 60px 40px 0;}
  body.home-page .difference-copy h2{color:var(--soft-white);font-size:1.48rem;line-height:1.15;margin:13px 0 20px;}
  body.home-page .divider-sage{width:33px;height:3px;background:var(--sage);margin-bottom:12px;}
  body.home-page .difference-copy > p{font-family:var(--font-main);font-weight:400;color:var(--soft-white);max-width:380px;margin-bottom:17px;font-size:0.6875rem;line-height:1.7;}
  body.home-page .difference-list{margin-bottom:23px;}
  body.home-page .difference-list li{
    display:flex;align-items:center;gap:10px;margin-bottom:4px;
    font-family:var(--font-main);font-weight:400;
    font-size:0.6875rem;color:var(--soft-white);
  }
  body.home-page .check-badge{
    width:18px;height:18px;border-radius:50%;background:var(--sage);
    display:flex;align-items:center;justify-content:center;flex-shrink:0;
  }
  body.home-page .check-badge svg{width:10px;height:10px;color:var(--soft-white);}

  body.home-page .difference-media{position:relative;height:100%;}
  body.home-page .difference-media .photo{position:absolute;inset:0;overflow:hidden;}
  body.home-page .difference-media .photo img{width:100%;height:100%;object-fit:cover;}
  body.home-page .quote-box{
    position:absolute;
    left:10%;right:0;bottom:0;
    border-top-left-radius:20px;
    background:#5C5D40;
    color:var(--soft-white);
    padding:15px 34px;
    display:flex;
    gap:18px;
    align-items:flex-start;
  }
  body.home-page .quote-box svg{width:26px;height:20px;flex-shrink:0;color:rgba(252,250,246,0.6);margin-top:4px;}
  body.home-page .quote-box p{font-family:var(--font-main);font-weight:400;font-size:0.95rem;line-height:1.5;}
  body.home-page .quote-box .attribution{font-family:var(--font-main);margin-top:8px;font-weight:600;font-size:0.85rem;opacity:0.9;}

  /* Trusted tech */
  body.home-page .tech-strip{
    background:var(--soft-white);
    padding:26px 0;
  }
  body.home-page .tech-strip .eyebrow-center{
    text-align:center;
    font-family:var(--font-main);
    font-weight:600;
    font-size:0.625rem;
    letter-spacing:0.12em;
    color:#585049;
    margin-bottom:20px;
  }
  body.home-page .tech-logos{
    display:flex;
    justify-content:space-between;
    align-items:center;
    flex-wrap:wrap;
    gap:24px;
  }
  body.home-page .tech-logo{text-align:center;color:#544d43;}
  body.home-page .tech-logo .word{
    font-family:var(--font-main);font-weight:700;font-size:1.1rem;color:#585049;
    display:block;
  }
  body.home-page .tech-logo .tag{font-family:var(--font-main);font-weight:400;font-size:0.6rem;letter-spacing:0.04em;color:#948c80;}

  /* Footer */
  body.home-page footer{background:var(--charcoal);color:var(--soft-white);padding:36px 0 28px;}
  body.home-page .footer-grid{
    display:grid;
    grid-template-columns:1fr 1fr 1.1fr;
    gap:0;
  }
  body.home-page .footer-col{padding:0 40px;border-left:1px solid rgba(252,250,246,0.14);}
  body.home-page .footer-col:first-child{padding-left:0;border-left:none;}
  body.home-page .footer-col .eyebrow{margin-bottom:12px;display:block;}
  body.home-page .footer-col p{font-family:var(--font-main);font-weight:400;color:#d8d3c8;font-size:0.6rem;line-height:1.7;margin-bottom:14px;max-width:230px;}
  body.home-page .footer-contact{color:#d8d3c8;font-family:var(--font-main);font-size:.65rem;font-style:normal;line-height:1.65;}
  body.home-page .footer-contact strong{color:var(--soft-white);font-weight:600;}
  body.home-page .footer-contact a{color:#f1c49e;text-decoration:underline;text-decoration-color:rgba(241,196,158,.5);text-underline-offset:3px;}
  body.home-page .footer-contact a:hover{color:var(--soft-white);}
  body.home-page .footer-promise li{display:flex;align-items:center;gap:10px;margin-bottom:10px;font-family:var(--font-main);font-weight:400;font-size:0.6rem;color:#ece7dc;}
  body.home-page .footer-promise svg{width:15px;height:15px;color:var(--soft-white);flex-shrink:0;}
  body.home-page .footer-cities{font-family:var(--font-main);font-weight:400;color:#ece7dc;font-size:0.6rem;line-height:1.7;margin-bottom:14px;}
  body.home-page .mountains{width:100%;height:auto;opacity:0.3;margin-bottom:10px;}
  body.home-page .footer-tagline{
    font-family:var(--font-main);font-weight:600;font-size:0.6rem;letter-spacing:0.1em;
    text-align:center;color:var(--sandstone);
  }
  body.home-page :focus-visible{outline:3px solid #e99b59;outline-offset:3px;}

  @media (max-width: 980px){
    body.home-page .difference{scroll-margin-top:80px;}
    /* header: swap inline nav for hamburger */
    body.home-page .nav-inner nav{display:none;}
    body.home-page .btn-header{display:none;}
    body.home-page .nav-toggle{display:flex;align-items:center;justify-content:center;}
    body.home-page .logo img{height:52px;}
    body.home-page header .wrap{padding-top:14px;padding-bottom:14px;}

    /* hero: stack photo above copy instead of overlay */
    body.home-page .hero{height:auto;}
    body.home-page .hero-media{position:relative;top:auto;bottom:auto;left:auto;right:auto;width:100%;height:280px;}
    body.home-page .hero-photo{width:100%;}
    body.home-page .hero-fade{display:none;}
    body.home-page .hero-wrap{height:auto;}
    body.home-page .hero-copy{padding:28px 0 36px;}
    body.home-page .trust-row{max-width:none;flex-wrap:wrap;gap:16px 28px;}

    /* sound familiar: dividers don't make sense once the grid wraps */
    body.home-page .familiar-grid{grid-template-columns:repeat(3,1fr);row-gap:28px;}
    body.home-page .familiar-item::after{display:none;}

    /* difference: stack, restore even side padding, quote box goes full-width */
    body.home-page .difference .wrap{grid-template-columns:1fr;padding:0 40px;}
    body.home-page .difference-copy{padding:48px 0 32px;}
    body.home-page .difference-media{height:auto;min-height:0;}
    body.home-page .difference-media .photo{position:relative;inset:auto;height:280px;width:100%;}
    body.home-page .quote-box{position:relative;left:auto;right:auto;bottom:auto;border-radius:0;padding:20px 24px;}

    body.home-page .footer-grid{grid-template-columns:1fr;gap:40px;}
    body.home-page .footer-col{border-left:none;padding:0;}
  }
  @media (max-width: 600px){
    body.home-page .wrap{padding:0 24px;}
    body.home-page .difference .wrap{padding:0 24px;}
    body.home-page .mobile-nav{padding-left:24px;padding-right:24px;}
    body.home-page .hero h1{font-size:2.2rem;}
    body.home-page .hero-media{height:220px;}
    body.home-page .lg-break{display:none;}
    body.home-page .familiar h2{font-size:1.4rem;}
    body.home-page .difference-media .photo{height:220px;}
    body.home-page .quote-box{flex-direction:column;gap:10px;}
    body.home-page .tech-logos{justify-content:center;}
    body.home-page .familiar-grid{grid-template-columns:repeat(2,1fr);}
  }

/* whole-home-page */
body.whole-home-page{
    --charcoal:#302B26;
    --charcoal-soft:#403a34;
    --cream:#F5F0E7;
    --cream-deep:#ECE3D6;
    --copper:#B86F32;
    --copper-dark:#8E4E1F;
    --sage:#707C53;
    --sandstone:#B7A58B;
    --soft-white:#FCFAF6;
    --line:rgba(48,43,38,0.15);
    --font-main:'Avenir Next','Avenir',-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  }
  body.whole-home-page *{box-sizing:border-box;margin:0;padding:0;}
  html{scroll-behavior:smooth;}
  body.whole-home-page{font-family:var(--font-main);font-size:16px;line-height:1.6;color:var(--charcoal);background:var(--charcoal);}
  body.whole-home-page.nav-open{overflow:hidden;}
  body.whole-home-page img{display:block;max-width:100%;}
  body.whole-home-page a{color:inherit;text-decoration:none;}
  body.whole-home-page ul{list-style:none;}
  body.whole-home-page button{font:inherit;}
  body.whole-home-page .site{max-width:1280px;margin:0 auto;background:var(--soft-white);overflow:hidden;border-inline:1px solid rgba(245,240,231,0.45);}
  body.whole-home-page .wrap{width:min(100% - 80px,1100px);margin-inline:auto;}
  body.whole-home-page .eyebrow{display:block;margin-bottom:14px;color:var(--copper);font-size:.75rem;font-weight:700;letter-spacing:.15em;text-transform:uppercase;}
  body.whole-home-page h1,body.whole-home-page h2,body.whole-home-page h3{font-family:var(--font-main);font-weight:600;line-height:1.08;letter-spacing:-.025em;}
  body.whole-home-page h1{font-size:clamp(2.6rem,5.5vw,4.9rem);}
  body.whole-home-page h2{font-size:clamp(2rem,4vw,3.35rem);}
  body.whole-home-page h3{font-size:clamp(1.35rem,2vw,1.75rem);}
  body.whole-home-page p{max-width:68ch;}
  body.whole-home-page .no-break{white-space:nowrap;}
  body.whole-home-page .btn{display:inline-flex;min-height:46px;align-items:center;justify-content:center;gap:10px;padding:0 24px;border:2px solid transparent;border-radius:4px;font-size:.76rem;font-weight:700;letter-spacing:.055em;text-transform:uppercase;transition:background-color .18s ease,color .18s ease,border-color .18s ease,transform .18s ease;}
  body.whole-home-page .btn:hover{transform:translateY(-1px);}
  body.whole-home-page .btn-primary{background:var(--copper);color:var(--soft-white);}
  body.whole-home-page .btn-primary:hover{background:var(--copper-dark);}
  body.whole-home-page .btn-outline{border-color:var(--copper);color:var(--charcoal);}
  body.whole-home-page .btn-outline-light{border-color:rgba(252,250,246,.55);color:var(--soft-white);}
  body.whole-home-page :focus-visible{outline:3px solid #E99B59;outline-offset:4px;}
  body.whole-home-page .temporary-label{display:inline-flex;align-items:center;gap:7px;margin-bottom:18px;padding:6px 10px;border:1px dashed currentColor;border-radius:999px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;opacity:.8;}

  /* Global header */
  body.whole-home-page .site-header{position:sticky;top:0;z-index:50;background:rgba(245,240,231,.97);border-bottom:1px solid var(--line);backdrop-filter:blur(12px);}
  body.whole-home-page .site-header .wrap{display:flex;min-height:104px;align-items:center;justify-content:space-between;gap:28px;}
  body.whole-home-page .logo img{width:auto;height:70px;}
  body.whole-home-page .nav-inner{display:flex;align-items:center;gap:26px;}
  body.whole-home-page .desktop-nav ul{display:flex;align-items:center;gap:25px;}
  body.whole-home-page .desktop-nav a{padding:9px 0 6px;border-bottom:2px solid transparent;font-size:.7rem;font-weight:700;letter-spacing:.025em;text-transform:uppercase;}
  body.whole-home-page .desktop-nav a:hover,body.whole-home-page .desktop-nav a[aria-current="page"]{color:var(--copper);border-bottom-color:var(--copper);}
  body.whole-home-page .nav-toggle{display:none;padding:8px;border:0;background:transparent;color:var(--charcoal);cursor:pointer;}
  body.whole-home-page .nav-toggle svg{display:block;width:27px;height:27px;}
  body.whole-home-page .nav-toggle .icon-close{display:none;}
  body.whole-home-page .nav-toggle.active .icon-menu{display:none;}
  body.whole-home-page .nav-toggle.active .icon-close{display:block;}
  body.whole-home-page .mobile-nav{display:none;padding:8px 40px 28px;background:var(--cream);border-top:1px solid var(--line);}
  body.whole-home-page .mobile-nav.open{display:block;}
  body.whole-home-page .mobile-nav a:not(.btn){display:block;padding:14px 0;border-bottom:1px solid var(--line);font-size:.9rem;font-weight:650;}
  body.whole-home-page .mobile-nav .btn{width:100%;margin-top:20px;}

  /* Hero */
  body.whole-home-page .hero{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,32%);min-height:320px;background:var(--charcoal);color:var(--soft-white);}
  body.whole-home-page .hero-copy{display:flex;align-items:center;padding:42px max(40px,calc((100vw - 1180px)/2 + 40px));padding-right:52px;}
  body.whole-home-page .hero-copy-inner{max-width:720px;}
  body.whole-home-page .hero h1{max-width:720px;color:var(--soft-white);font-size:clamp(2.4rem,4vw,3.65rem);}
  body.whole-home-page .hero .lead{margin:20px 0 0;color:#e0d9ce;font-size:1.03rem;line-height:1.65;}
  body.whole-home-page .hero-media{position:relative;min-height:320px;overflow:hidden;}
  body.whole-home-page .hero-media::before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(90deg,var(--charcoal) 0,transparent 32%),linear-gradient(0deg,rgba(48,43,38,.22),transparent 55%);}
  body.whole-home-page .hero-media img{width:100%;height:100%;object-fit:cover;object-position:center;}

  /* Shared promise */
  body.whole-home-page .promise{padding:38px 0;background:#24211e;color:var(--soft-white);}
  body.whole-home-page .promise-grid{display:grid;grid-template-columns:repeat(4,1fr);}
  body.whole-home-page .promise-item{padding:8px 26px;border-left:1px solid rgba(252,250,246,.16);}
  body.whole-home-page .promise-item:first-child{padding-left:0;border-left:0;}
  body.whole-home-page .promise-icon{display:grid;width:38px;height:38px;margin-bottom:15px;place-items:center;border:1px solid rgba(184,111,50,.8);border-radius:50%;color:#E99B59;}
  body.whole-home-page .promise-icon svg{width:21px;height:21px;}
  body.whole-home-page .promise-item h3{margin-bottom:7px;font-size:1rem;color:var(--soft-white);letter-spacing:0;}
  body.whole-home-page .promise-item p{color:#cfc7bb;font-size:.87rem;line-height:1.5;}

  /* Package introduction */
  body.whole-home-page .packages{padding:104px 0;background:var(--cream);}
  body.whole-home-page .section-heading{max-width:760px;margin-bottom:48px;}
  body.whole-home-page .section-heading h2{margin-bottom:20px;}
  body.whole-home-page .section-heading p{color:#625b52;font-size:1.05rem;}
  body.whole-home-page .package-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;align-items:stretch;}
  body.whole-home-page .package-card{position:relative;display:flex;flex-direction:column;padding:46px 42px;border:1px solid rgba(184,111,50,.38);border-radius:16px;box-shadow:0 18px 48px rgba(48,43,38,.1);overflow:hidden;}
  body.whole-home-page .package-card::before{content:"";position:absolute;inset:0 0 auto;height:5px;background:var(--copper);}
  body.whole-home-page .package-card.whole-home{background:var(--soft-white);}
  body.whole-home-page .package-card.wired{background:var(--charcoal);color:var(--soft-white);}
  body.whole-home-page .package-label{margin-bottom:22px;color:var(--copper);font-size:.7rem;font-weight:750;letter-spacing:.14em;text-transform:uppercase;}
  body.whole-home-page .package-name{margin-bottom:8px;font-size:.83rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase;}
  body.whole-home-page .package-card.wired .package-name{color:#d9d1c5;}
  body.whole-home-page .package-card.wired h3{color:var(--soft-white);}
  body.whole-home-page .price{margin:28px 0 4px;font-size:clamp(1.8rem,3vw,2.65rem);font-weight:650;letter-spacing:-.03em;line-height:1.1;}
  body.whole-home-page .package-copy{margin:22px 0 28px;color:#5d564d;}
  body.whole-home-page .package-card.wired .package-copy{color:#ddd6ca;}
  body.whole-home-page .feature-list{display:grid;gap:12px;margin:28px 0 34px;}
  body.whole-home-page .feature-list li{display:flex;align-items:flex-start;gap:12px;font-size:.94rem;}
  body.whole-home-page .feature-list svg{width:18px;height:18px;flex:0 0 18px;margin-top:3px;color:var(--copper);}
  body.whole-home-page .boundary{margin-top:auto;padding-top:20px;border-top:1px solid var(--line);color:#756d63;font-size:.8rem;}
  body.whole-home-page .package-card.wired .boundary{border-color:rgba(252,250,246,.16);color:#c8c0b5;}

  /* Node selector */
  body.whole-home-page .nodes{padding:104px 0;background:var(--cream-deep);}
  body.whole-home-page .two-col{display:grid;grid-template-columns:1fr 1fr;gap:78px;align-items:center;}
  body.whole-home-page .nodes h2,body.whole-home-page .architecture h2,body.whole-home-page .care h2{margin-bottom:24px;}
  body.whole-home-page .nodes-copy>p{color:#5e574e;font-size:1.04rem;}
  body.whole-home-page .node-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:30px 0 18px;}
  body.whole-home-page .node-tab{min-height:44px;padding:0 18px;border:1px solid rgba(48,43,38,.3);border-radius:4px;background:transparent;color:var(--charcoal);font-size:.75rem;font-weight:750;letter-spacing:.05em;cursor:pointer;}
  body.whole-home-page .node-tab[aria-selected="true"]{border-color:var(--copper);background:var(--copper);color:var(--soft-white);}
  body.whole-home-page .node-caption{font-weight:600;}
  body.whole-home-page .concept{padding:22px;border:1px solid rgba(48,43,38,.18);border-radius:14px;background:rgba(252,250,246,.62);}
  body.whole-home-page .floor-plan{position:relative;display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:1fr 1fr;min-height:355px;border:2px solid #8f8475;background:var(--soft-white);}
  body.whole-home-page .room{display:flex;align-items:flex-end;padding:14px;border:1px solid rgba(48,43,38,.22);color:#817768;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;}
  body.whole-home-page .room:first-child{grid-row:1/3;}
  body.whole-home-page .coverage{position:absolute;width:145px;height:145px;border:2px solid rgba(184,111,50,.68);border-radius:50%;background:rgba(184,111,50,.17);box-shadow:0 0 0 20px rgba(184,111,50,.06);transition:opacity .2s ease,transform .2s ease;}
  body.whole-home-page .coverage::after{content:"Wi-Fi node";position:absolute;top:50%;left:50%;width:68px;transform:translate(-50%,-50%);color:var(--copper-dark);font-size:.65rem;font-weight:750;text-align:center;text-transform:uppercase;}
  body.whole-home-page .coverage.one{top:24px;left:22px;}
  body.whole-home-page .coverage.two{right:20px;bottom:20px;}
  body.whole-home-page .coverage.three{right:65px;top:12px;opacity:0;transform:scale(.65);}
  body.whole-home-page .concept[data-nodes="3"] .coverage.three{opacity:1;transform:scale(1);}
  body.whole-home-page .concept-note{margin-top:18px;color:#6a6258;font-size:.78rem;line-height:1.5;}

  /* Wired Network architecture */
  body.whole-home-page .architecture{padding:108px 0;background:var(--charcoal);color:var(--soft-white);}
  body.whole-home-page .architecture .eyebrow{color:#E99B59;}
  body.whole-home-page .architecture h2{color:var(--soft-white);}
  body.whole-home-page .architecture-copy>p{color:#d6cec2;font-size:1.04rem;}
  body.whole-home-page .network-diagram{padding:22px;border:1px solid rgba(252,250,246,.22);border-radius:14px;background:rgba(252,250,246,.045);}
  body.whole-home-page .network-core{position:relative;display:grid;grid-template-columns:1fr 1fr;gap:16px;padding:28px 10px 12px;}
  body.whole-home-page .network-core::before{content:"";position:absolute;top:50%;left:12%;right:12%;height:1px;background:rgba(233,155,89,.55);}
  body.whole-home-page .diagram-node{position:relative;z-index:1;min-height:92px;padding:17px;display:flex;align-items:center;justify-content:center;border:1px solid rgba(252,250,246,.28);border-radius:8px;background:var(--charcoal-soft);color:var(--soft-white);font-size:.78rem;font-weight:700;text-align:center;}
  body.whole-home-page .diagram-node.core{grid-column:1/-1;width:62%;margin:0 auto;border-color:var(--copper);background:#544238;}
  body.whole-home-page .diagram-node.future{border-style:dashed;color:#d8cfc2;}

  /* Right fit */
  body.whole-home-page .right-fit{padding:106px 0;background:var(--soft-white);}
  body.whole-home-page .right-fit .section-heading{margin-inline:auto;text-align:center;}
  body.whole-home-page .fit-grid{display:grid;grid-template-columns:1fr 1fr;margin-top:52px;}
  body.whole-home-page .fit-column{padding:10px 58px 8px 0;}
  body.whole-home-page .fit-column+ .fit-column{padding-right:0;padding-left:58px;border-left:1px solid var(--line);}
  body.whole-home-page .fit-column h3{margin-bottom:26px;}
  body.whole-home-page .fit-list{display:grid;gap:17px;}
  body.whole-home-page .fit-list li{position:relative;padding-left:26px;color:#5e574e;}
  body.whole-home-page .fit-list li::before{content:"";position:absolute;top:.68em;left:0;width:8px;height:8px;border-radius:50%;background:var(--copper);}
  body.whole-home-page .fit-closing{max-width:760px;margin:52px auto 0;padding-top:30px;border-top:1px solid var(--line);font-weight:650;text-align:center;}

  /* Care */
  body.whole-home-page .care{padding:98px 0;background:#C6A17F;}
  body.whole-home-page .care-copy>p{font-size:1.04rem;}
  body.whole-home-page .care-terms{margin-top:24px;font-size:.88rem;}
  body.whole-home-page .care-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px;}
  body.whole-home-page .care-pillar{padding:24px;border:1px solid rgba(48,43,38,.2);border-radius:8px;background:rgba(252,250,246,.34);}
  body.whole-home-page .care-pillar h3{margin-bottom:8px;font-size:1rem;letter-spacing:0;}
  body.whole-home-page .care-pillar p{font-size:.84rem;line-height:1.5;}
  body.whole-home-page .care .btn{margin-top:28px;}

  /* Process */
  body.whole-home-page .process{padding:104px 0;background:var(--cream);}
  body.whole-home-page .process .section-heading{margin-inline:auto;text-align:center;}
  body.whole-home-page .process-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:28px;margin-top:52px;}
  body.whole-home-page .process-step{padding-top:20px;border-top:1px solid var(--line);}
  body.whole-home-page .step-number{display:block;margin-bottom:22px;color:var(--copper);font-size:2.7rem;font-weight:600;line-height:1;}
  body.whole-home-page .process-step h3{margin-bottom:12px;font-size:1.1rem;letter-spacing:0;}
  body.whole-home-page .process-step p{color:#655d53;font-size:.88rem;}

  /* Final CTA */
  body.whole-home-page .final-cta{position:relative;isolation:isolate;padding:112px 0;background:var(--charcoal);color:var(--soft-white);text-align:center;overflow:hidden;}
  body.whole-home-page .final-cta::before{content:"";position:absolute;inset:0;z-index:-2;background:url('../assets/difference-living-room.jpg') center 58%/cover no-repeat;opacity:.34;}
  body.whole-home-page .final-cta::after{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(rgba(48,43,38,.55),rgba(48,43,38,.88));}
  body.whole-home-page .final-cta h2{max-width:720px;margin:0 auto 20px;color:var(--soft-white);}
  body.whole-home-page .final-cta p{margin:0 auto 30px;color:#eee8df;font-size:1.04rem;}

  /* Footer */
  body.whole-home-page footer{padding:52px 0 30px;background:var(--charcoal);color:var(--soft-white);border-top:1px solid rgba(252,250,246,.14);}
  body.whole-home-page .footer-grid{display:grid;grid-template-columns:1.1fr .9fr .9fr;gap:64px;}
  body.whole-home-page .footer-about p{margin:16px 0;color:#d3ccc1;font-size:.9rem;}
  body.whole-home-page .footer-about img{width:220px;height:auto;}
  body.whole-home-page .footer-heading{display:block;margin-bottom:16px;color:var(--copper);font-size:.72rem;font-weight:750;letter-spacing:.13em;text-transform:uppercase;}
  body.whole-home-page .footer-links{display:grid;gap:10px;color:#e5ded4;font-size:.88rem;}
  body.whole-home-page .footer-links a:hover{color:#E99B59;}
  body.whole-home-page .mountains{width:100%;margin-top:40px;opacity:.27;}
  body.whole-home-page .footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:22px;color:#aca397;font-size:.74rem;}

  @media (max-width:980px){
    body.whole-home-page .wrap{width:min(100% - 64px,900px);}
    body.whole-home-page .desktop-nav,body.whole-home-page .header-cta{display:none;}
    body.whole-home-page .nav-toggle{display:block;}
    body.whole-home-page .site-header .wrap{min-height:82px;}
    body.whole-home-page .logo img{height:54px;}
    body.whole-home-page .hero{grid-template-columns:minmax(0,1fr) 220px;min-height:300px;}
    body.whole-home-page .hero-copy{padding:42px 40px;}
    body.whole-home-page .hero-media{min-height:300px;}
    body.whole-home-page .promise-grid{grid-template-columns:1fr 1fr;gap:28px 0;}
    body.whole-home-page .promise-item:nth-child(3){padding-left:0;border-left:0;}
    body.whole-home-page .package-card{padding:38px 34px;}
    body.whole-home-page .two-col{gap:44px;}
    body.whole-home-page .process-grid{grid-template-columns:1fr 1fr;}
  }
  @media (max-width:720px){
    body.whole-home-page .wrap{width:min(100% - 40px,640px);}
    body.whole-home-page .mobile-nav{padding-inline:20px;}
    body.whole-home-page .hero{grid-template-columns:1fr;}
    body.whole-home-page .hero-copy{padding:42px 20px 38px;}
    body.whole-home-page .hero h1{font-size:clamp(2.2rem,11vw,3rem);}
    body.whole-home-page .hero-media{min-height:76px;height:76px;}
    body.whole-home-page .hero-media::before{background:linear-gradient(0deg,var(--charcoal) 0,transparent 70%);}
    body.whole-home-page .promise{padding:34px 0;}
    body.whole-home-page .promise-grid,body.whole-home-page .package-grid,body.whole-home-page .two-col,body.whole-home-page .fit-grid,body.whole-home-page .care-grid,body.whole-home-page .process-grid,body.whole-home-page .footer-grid{grid-template-columns:1fr;}
    body.whole-home-page .promise-item{padding:18px 0;border-left:0;border-top:1px solid rgba(252,250,246,.14);}
    body.whole-home-page .promise-item:first-child{border-top:0;}
    body.whole-home-page .packages,body.whole-home-page .nodes,body.whole-home-page .architecture,body.whole-home-page .right-fit,body.whole-home-page .care,body.whole-home-page .process{padding:76px 0;}
    body.whole-home-page .package-card{padding:38px 28px;}
    body.whole-home-page .two-col{gap:42px;}
    body.whole-home-page .floor-plan{min-height:320px;}
    body.whole-home-page .coverage{width:118px;height:118px;}
    body.whole-home-page .fit-column,body.whole-home-page .fit-column+ .fit-column{padding:0;}
    body.whole-home-page .fit-column+ .fit-column{margin-top:40px;padding-top:40px;border-top:1px solid var(--line);border-left:0;}
    body.whole-home-page .care-grid{margin-top:8px;}
    body.whole-home-page .process-grid{gap:36px;}
    body.whole-home-page .footer-grid{gap:38px;}
    body.whole-home-page .footer-bottom{flex-direction:column;}
    body.whole-home-page .final-cta{text-align:left;}
body.whole-home-page .final-cta h2,body.whole-home-page .final-cta p{margin-left:0;}
  }
  @media (prefers-reduced-motion:reduce){
    html{scroll-behavior:auto;}
    body.whole-home-page *,body.whole-home-page *::before,body.whole-home-page *::after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;}
  }

/* Whole-Home Networking alternate build: extends the homepage system */
body.whole-home-v2-page .subpage-hero{display:grid;grid-template-columns:minmax(0,1fr) 26%;height:220px;background:var(--charcoal);color:var(--soft-white);overflow:hidden;}
body.whole-home-v2-page .subpage-hero-copy{align-self:center;padding:20px 38px 20px 40px;text-align:left;}
body.whole-home-v2-page .subpage-hero h1{max-width:620px;margin:6px 0 10px;color:var(--soft-white);font-size:clamp(2rem,3.25vw,2.65rem);text-align:left;}
body.whole-home-v2-page .subpage-hero p{max-width:620px;color:#ddd5ca;font-size:.86rem;line-height:1.45;text-align:left;}
body.whole-home-v2-page .subpage-hero img{width:100%;height:100%;object-fit:cover;}
body.whole-home-v2-page:not(.camera-security-page):not(.bedrock-care-page):not(.schedule-assessment-page) .subpage-hero img{object-position:72% 50%;}
body.whole-home-v2-page .shared-promise{padding:38px 0;background:#24211e;color:var(--soft-white);}
body.whole-home-v2-page .promise-row{display:grid;grid-template-columns:repeat(4,1fr);}
body.whole-home-v2-page .promise-row article{padding:4px 24px;border-left:1px solid rgba(252,250,246,.16);}
body.whole-home-v2-page .promise-row article:first-child{padding-left:0;border-left:0;}
body.whole-home-v2-page .promise-row h2{margin-bottom:8px;color:var(--soft-white);font-size:1rem;line-height:1.12;}
body.whole-home-v2-page .promise-row p{color:#cec6ba;font-size:.78rem;line-height:1.5;}
body.whole-home-v2-page .network-offerings,body.whole-home-v2-page .fit-section,body.whole-home-v2-page .process-section{padding:92px 0;background:var(--cream);}
body.whole-home-v2-page .network-heading{max-width:730px;margin-bottom:44px;}
body.whole-home-v2-page .network-heading h2,body.whole-home-v2-page .coverage-section h2,body.whole-home-v2-page .wired-section h2,body.whole-home-v2-page .care-section h2{margin:12px 0 20px;font-size:clamp(2rem,4vw,3.15rem);}
body.whole-home-v2-page .network-heading>p,body.whole-home-v2-page .coverage-section p,body.whole-home-v2-page .wired-section p,body.whole-home-v2-page .care-section p{font-size:.96rem;line-height:1.65;}
body.whole-home-v2-page .centered{margin-inline:auto;text-align:center;}
body.whole-home-v2-page .offering-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;}
body.whole-home-v2-page .offering-card{display:flex;flex-direction:column;min-height:560px;padding:44px 40px;border:1px solid rgba(184,111,50,.42);border-top:5px solid var(--copper);border-radius:14px;box-shadow:0 18px 46px rgba(48,43,38,.1);}
body.whole-home-v2-page .offering-light{background:var(--soft-white);}
body.whole-home-v2-page .offering-dark{background:var(--charcoal);color:var(--soft-white);}
body.whole-home-v2-page .offering-name{margin:8px 0;font-size:.75rem;font-weight:700;letter-spacing:.1em;}
body.whole-home-v2-page .offering-card h3{margin-bottom:24px;color:inherit;font-size:1.45rem;}
body.whole-home-v2-page .offering-price{margin-bottom:24px;font-size:2.25rem;font-weight:600;line-height:1.1;}
body.whole-home-v2-page .offering-card>p:not(.offering-name):not(.offering-price):not(.offering-boundary){font-size:.92rem;line-height:1.65;}
body.whole-home-v2-page .offering-features{display:grid;gap:13px;margin:28px 0;}
body.whole-home-v2-page .offering-features li{position:relative;padding-left:25px;font-size:.88rem;}
body.whole-home-v2-page .offering-features li::before{content:'✓';position:absolute;left:0;color:var(--copper);font-weight:700;}
body.whole-home-v2-page .offering-boundary{margin-top:auto;padding-top:20px;border-top:1px solid rgba(48,43,38,.16);font-size:.74rem;}
body.whole-home-v2-page .offering-dark .offering-boundary{border-color:rgba(252,250,246,.18);}
body.whole-home-v2-page .custom-network-section{padding:72px 0;background:var(--charcoal);color:var(--soft-white);}
body.whole-home-v2-page .custom-network-layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:72px;align-items:center;}
body.whole-home-v2-page .custom-network-copy h2{max-width:650px;margin:12px 0 22px;color:var(--soft-white);font-size:clamp(2rem,4vw,3.15rem);}
body.whole-home-v2-page .custom-network-copy>p{max-width:720px;color:#d6cec2;font-size:.96rem;line-height:1.65;}
body.whole-home-v2-page .custom-network-copy>p+p{margin-top:18px;}
body.whole-home-v2-page .custom-network-notes{margin:28px 0;padding-left:22px;border-left:3px solid var(--copper);}
body.whole-home-v2-page .custom-network-notes p{color:#f0ece4;font-size:.82rem;line-height:1.55;}
body.whole-home-v2-page .custom-network-notes p+p{margin-top:8px;}
body.whole-home-v2-page .custom-network-notes a{color:#f3bd8e;text-decoration:underline;text-underline-offset:3px;}
body.whole-home-v2-page .custom-network-cues ul{display:grid;grid-template-columns:1fr 1fr;gap:0 24px;}
body.whole-home-v2-page .custom-network-cues li{position:relative;padding:17px 0 17px 20px;border-top:1px solid rgba(252,250,246,.22);color:#f0ece4;font-size:.83rem;line-height:1.45;}
body.whole-home-v2-page .custom-network-cues li::before{content:'';position:absolute;top:23px;left:0;width:7px;height:7px;border-radius:50%;background:var(--copper);}
body.whole-home-v2-page .coverage-section,body.whole-home-v2-page .care-section{padding:92px 0;background:var(--cream-deep);}
body.whole-home-v2-page .network-split{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center;}
body.whole-home-v2-page .node-controls{display:flex;flex-wrap:wrap;gap:10px;margin:28px 0 18px;}
body.whole-home-v2-page .node-choice{min-height:42px;padding:0 18px;border:1px solid rgba(48,43,38,.3);border-radius:4px;background:transparent;color:var(--charcoal);font:600 .72rem var(--font-main);cursor:pointer;}
body.whole-home-v2-page .node-choice.active{border-color:var(--copper);background:var(--copper);color:var(--soft-white);}
body.whole-home-v2-page .node-message{font-weight:600;}
body.whole-home-v2-page .coverage-visual{position:relative;display:grid;grid-template-columns:1.1fr .9fr;grid-template-rows:auto 1fr 1fr;min-height:390px;padding:20px;border:1px solid rgba(48,43,38,.2);border-radius:12px;background:var(--soft-white);overflow:hidden;}
body.whole-home-v2-page .concept-label{grid-column:1/-1;align-self:start;justify-self:start;margin-bottom:14px;padding:5px 9px;border:1px dashed currentColor;border-radius:99px;font-size:.58rem;font-weight:700;letter-spacing:.06em;}
body.whole-home-v2-page .coverage-room{display:flex;align-items:flex-end;padding:12px;border:1px solid rgba(48,43,38,.18);color:#776e63;font-size:.62rem;font-weight:700;text-transform:uppercase;}
body.whole-home-v2-page .room-main{grid-row:2/4;}
body.whole-home-v2-page .coverage-zone{position:absolute;display:grid;width:120px;height:120px;place-items:center;border:2px solid rgba(184,111,50,.68);border-radius:50%;background:rgba(184,111,50,.17);color:var(--copper);font-size:.58rem;font-weight:700;text-transform:uppercase;}
body.whole-home-v2-page .zone-one{left:45px;top:105px;}body.whole-home-v2-page .zone-two{right:28px;bottom:28px;}body.whole-home-v2-page .zone-three{right:65px;top:86px;opacity:0;}
body.whole-home-v2-page .coverage-visual[data-node-count="3"] .zone-three{opacity:1;}
body.whole-home-v2-page .wired-section{padding:96px 0;background:var(--charcoal);color:var(--soft-white);}
body.whole-home-v2-page .wired-section h2{color:var(--soft-white);}
body.whole-home-v2-page .wired-section p{color:#d6cec2;}
body.whole-home-v2-page .wired-diagram{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:22px;border:1px solid rgba(252,250,246,.22);border-radius:12px;}
body.whole-home-v2-page .wired-diagram>span:not(.concept-label),body.whole-home-v2-page .diagram-core{display:grid;min-height:78px;padding:13px;place-items:center;border:1px solid rgba(252,250,246,.24);border-radius:6px;text-align:center;font-size:.72rem;}
body.whole-home-v2-page .diagram-core{grid-column:1/-1;width:66%;margin:auto;border-color:var(--copper);}
body.whole-home-v2-page .fit-grid-v2{display:grid;grid-template-columns:1fr 1fr;margin-top:46px;}
body.whole-home-v2-page .fit-grid-v2 article{padding-right:52px;}
body.whole-home-v2-page .fit-grid-v2 article+article{padding-right:0;padding-left:52px;border-left:1px solid var(--line);}
body.whole-home-v2-page .fit-grid-v2 h3{margin-bottom:24px;font-size:1.35rem;}
body.whole-home-v2-page .fit-grid-v2 ul{display:grid;gap:14px;}
body.whole-home-v2-page .fit-grid-v2 li{position:relative;padding-left:22px;font-size:.9rem;}
body.whole-home-v2-page .fit-grid-v2 li::before{content:'';position:absolute;top:.6em;left:0;width:7px;height:7px;border-radius:50%;background:var(--copper);}
body.whole-home-v2-page .fit-note{max-width:700px;margin:44px auto 0;padding-top:24px;border-top:1px solid var(--line);font-weight:600;text-align:center;}
body.whole-home-v2-page .care-section{background:#4f593b;color:var(--soft-white);}
body.whole-home-v2-page .care-section .eyebrow{color:#E99B59;}
body.whole-home-v2-page .care-section h2{color:var(--soft-white);}
body.whole-home-v2-page .care-section> .wrap>div:first-child>p{color:#f0ece4;}
body.whole-home-v2-page .care-section p+p{margin-top:20px;}
body.whole-home-v2-page .care-grid-v2{display:grid;grid-template-columns:1fr 1fr;gap:12px;}
body.whole-home-v2-page .care-grid-v2 article{padding:22px;border:1px solid rgba(252,250,246,.38);border-top:4px solid var(--copper);border-radius:7px;background:var(--cream);color:var(--charcoal);box-shadow:0 10px 28px rgba(25,31,17,.18);}
body.whole-home-v2-page .care-grid-v2 h3{margin-bottom:7px;font-size:1rem;}
body.whole-home-v2-page .care-grid-v2 p{color:#544d43;font-size:.78rem;}
body.whole-home-v2-page .process-grid-v2{display:grid;grid-template-columns:repeat(4,1fr);gap:24px;}
body.whole-home-v2-page .process-grid-v2 article{padding-top:18px;border-top:1px solid var(--line);}
body.whole-home-v2-page .process-grid-v2 strong{display:block;margin-bottom:18px;color:var(--copper);font-size:2.5rem;}
body.whole-home-v2-page .process-grid-v2 h3{margin-bottom:10px;font-size:1rem;}
body.whole-home-v2-page .process-grid-v2 p{font-size:.78rem;line-height:1.55;}
body.whole-home-v2-page .network-cta{padding:92px 0;background:linear-gradient(rgba(48,43,38,.75),rgba(48,43,38,.88)),url('../assets/difference-living-room.jpg') center/cover;color:var(--soft-white);text-align:center;}
body.whole-home-v2-page .network-cta h2{margin:12px auto 18px;color:var(--soft-white);font-size:clamp(2rem,4vw,3rem);}
body.whole-home-v2-page .network-cta p{max-width:680px;margin:0 auto 26px;}
body.whole-home-v2-page .final-cta-actions{display:flex;flex-direction:column;align-items:center;gap:16px;}
body.whole-home-v2-page .cta-phone{min-height:44px;padding:13px 8px;color:#f3bd8e;font-size:.72rem;font-weight:700;letter-spacing:.08em;}
body.whole-home-v2-page .cta-phone:hover{color:var(--soft-white);}
body.whole-home-v2-page .network-offerings,body.whole-home-v2-page .fit-section,body.whole-home-v2-page .care-section,body.whole-home-v2-page .process-section,body.whole-home-v2-page .network-cta{padding:56px 0;}
@media (max-width:800px){body.whole-home-v2-page .subpage-hero{grid-template-columns:minmax(0,1fr) 24%;height:210px;}body.whole-home-v2-page .subpage-hero-copy{padding-left:32px;}body.whole-home-v2-page .promise-row{grid-template-columns:1fr 1fr;gap:26px 0;}body.whole-home-v2-page .promise-row article:nth-child(3){padding-left:0;border-left:0;}body.whole-home-v2-page .custom-network-layout{grid-template-columns:1fr;gap:42px;}body.whole-home-v2-page .network-split{gap:38px;}body.whole-home-v2-page .process-grid-v2{grid-template-columns:1fr 1fr;}}
@media (max-width:600px){body.whole-home-v2-page .subpage-hero{grid-template-columns:1fr;height:auto;}body.whole-home-v2-page .subpage-hero-copy{padding:24px;}body.whole-home-v2-page .subpage-hero h1{font-size:1.9rem;}body.whole-home-v2-page .subpage-hero img{height:44px;object-position:center 62%;}body.whole-home-v2-page .promise-row,body.whole-home-v2-page .offering-grid,body.whole-home-v2-page .network-split,body.whole-home-v2-page .fit-grid-v2,body.whole-home-v2-page .care-grid-v2,body.whole-home-v2-page .process-grid-v2{grid-template-columns:1fr;}body.whole-home-v2-page .promise-row article{padding:18px 0;border-left:0;border-top:1px solid rgba(252,250,246,.16);}body.whole-home-v2-page .promise-row article:first-child{border-top:0;}body.whole-home-v2-page .network-offerings,body.whole-home-v2-page .coverage-section,body.whole-home-v2-page .wired-section,body.whole-home-v2-page .fit-section,body.whole-home-v2-page .care-section,body.whole-home-v2-page .process-section{padding:70px 0;}body.whole-home-v2-page .offering-card{min-height:0;padding:36px 28px;}body.whole-home-v2-page .network-split{gap:40px;}body.whole-home-v2-page .fit-grid-v2 article{padding:0;}body.whole-home-v2-page .fit-grid-v2 article+article{margin-top:36px;padding:36px 0 0;border-top:1px solid var(--line);border-left:0;}body.whole-home-v2-page .coverage-visual{min-height:330px;}body.whole-home-v2-page .coverage-zone{width:100px;height:100px;}body.whole-home-v2-page .network-cta{text-align:left;}body.whole-home-v2-page .network-cta h2,body.whole-home-v2-page .network-cta p{margin-left:0;}}
@media (max-width:600px){body.whole-home-v2-page .network-offerings,body.whole-home-v2-page .fit-section,body.whole-home-v2-page .care-section,body.whole-home-v2-page .process-section,body.whole-home-v2-page .network-cta{padding:44px 0;}body.whole-home-v2-page .final-cta-actions{align-items:flex-start;}}
@media (max-width:600px){body.whole-home-v2-page .custom-network-section{padding:52px 0;}body.whole-home-v2-page .custom-network-cues ul{grid-template-columns:1fr;}body.whole-home-v2-page .custom-network-cues li{padding-block:14px;}body.whole-home-v2-page .custom-network-cues li::before{top:20px;}}

/* Schedule Assessment: extends the shared interior-page system */
body.schedule-assessment-page .subpage-hero img{object-position:65% 48%;}
body.schedule-assessment-page .schedule-intro{padding:64px 0;background:var(--cream);}
body.schedule-assessment-page .schedule-intro-layout{display:grid;grid-template-columns:1.05fr .95fr;gap:64px;align-items:start;}
body.schedule-assessment-page .schedule-intro h2,
body.schedule-assessment-page .schedule-widget-section h2{margin:12px 0 22px;font-size:clamp(2rem,4vw,3.15rem);}
body.schedule-assessment-page .schedule-intro-copy p{color:#5b544b;font-size:.96rem;line-height:1.7;}
body.schedule-assessment-page .schedule-intro-copy p+p{margin-top:18px;}
body.schedule-assessment-page .expect-card{padding:34px;border:1px solid rgba(48,43,38,.16);border-top:4px solid var(--copper);border-radius:8px;background:var(--soft-white);}
body.schedule-assessment-page .expect-card h2{margin-top:0;font-size:1.65rem;}
body.schedule-assessment-page .expect-list{display:grid;gap:13px;}
body.schedule-assessment-page .expect-list li{position:relative;padding-left:25px;color:#544d43;font-size:.86rem;line-height:1.5;}
body.schedule-assessment-page .expect-list li::before{content:'✓';position:absolute;left:0;color:var(--copper);font-weight:700;}
body.schedule-assessment-page .schedule-widget-section{padding:64px 0;background:var(--cream-deep);}
body.schedule-assessment-page .schedule-widget-heading{max-width:680px;margin-bottom:30px;}
body.schedule-assessment-page .schedule-widget-heading p{color:#5b544b;font-size:.92rem;line-height:1.65;}
body.schedule-assessment-page .calendly-inline-widget{width:100%;min-width:280px;min-height:760px!important;height:760px;overflow:hidden;background:var(--soft-white);}
body.schedule-assessment-page .schedule-phone-option{max-width:680px;margin:24px auto 0;text-align:center;}
body.schedule-assessment-page .schedule-phone-option h3{margin-bottom:6px;font-size:1rem;}
body.schedule-assessment-page .schedule-phone-option p{color:#5b544b;font-size:.84rem;}
body.schedule-assessment-page .schedule-phone-option a{color:#8a4c1e;font-weight:700;text-decoration:underline;text-underline-offset:3px;}
body.schedule-assessment-page :focus-visible{outline:3px solid #e99b59;outline-offset:3px;}
@media (max-width:800px){
  body.schedule-assessment-page .schedule-intro-layout{grid-template-columns:1fr;gap:38px;}
  body.schedule-assessment-page .calendly-inline-widget{min-height:820px!important;height:820px;}
}
@media (max-width:600px){
  body.schedule-assessment-page .schedule-intro,
  body.schedule-assessment-page .schedule-widget-section{padding:44px 0;}
  body.schedule-assessment-page .schedule-intro h2,
  body.schedule-assessment-page .schedule-widget-section h2{font-size:2rem;}
  body.schedule-assessment-page .expect-card{padding:28px 24px;}
  body.schedule-assessment-page .calendly-inline-widget{min-height:880px!important;height:880px;}
}

/* Camera Security alternate build: extends the Whole-Home Networking page system */
body.camera-security-page .subpage-hero img{object-position:65% 32%;}
body.camera-security-page .protect-offer,
body.camera-security-page .placement-section,
body.camera-security-page .expansion-section{padding:56px 0;background:var(--cream);}
body.camera-security-page .protect-offer-layout,
body.camera-security-page .placement-install-layout{display:grid;grid-template-columns:1.1fr .9fr;gap:58px;align-items:center;}
body.camera-security-page .protect-offer h2,
body.camera-security-page .placement-section h2,
body.camera-security-page .expansion-section h2{margin:12px 0 20px;font-size:clamp(2rem,4vw,3.15rem);}
body.camera-security-page .protect-offer-copy>p:not(.offering-name):not(.offering-price),
body.camera-security-page .placement-section p,
body.camera-security-page .expansion-section .network-heading>p{font-size:.96rem;line-height:1.65;}
body.camera-security-page .protect-offer .offering-name{margin:28px 0 5px;}
body.camera-security-page .protect-offer .offering-price{margin:0 0 22px;font-size:2.45rem;font-weight:600;line-height:1.1;}
body.camera-security-page .protect-inclusions{display:grid;gap:11px;margin:25px 0;}
body.camera-security-page .protect-inclusions li{position:relative;padding-left:24px;font-size:.86rem;line-height:1.5;}
body.camera-security-page .protect-inclusions li::before{content:'✓';position:absolute;left:0;color:var(--copper);font-weight:700;}
body.camera-security-page .price-boundary,
body.camera-security-page .boundary-note{margin-top:24px;padding:18px 20px;border-left:4px solid var(--copper);background:var(--cream-deep);}
body.camera-security-page .price-boundary strong{display:block;margin-bottom:7px;font-size:.8rem;}
body.camera-security-page .price-boundary p,
body.camera-security-page .boundary-note{color:#5b544b;font-size:.74rem;line-height:1.55;}
body.camera-security-page .local-recording-card{padding:34px;border:1px solid rgba(252,250,246,.2);border-top:4px solid var(--copper);border-radius:10px;background:var(--charcoal);color:var(--soft-white);}
body.camera-security-page .local-recording-card h3{margin:12px 0 18px;color:var(--soft-white);font-size:1.45rem;}
body.camera-security-page .local-recording-card p{color:#ddd5ca;font-size:.84rem;line-height:1.65;}
body.camera-security-page .local-recording-card .continuity-note{margin-top:20px;padding-top:18px;border-top:1px solid rgba(252,250,246,.18);font-size:.72rem;}
body.camera-security-page .placement-section{background:var(--cream-deep);}
body.camera-security-page .concept-note,
body.camera-security-page .expansion-note{margin-top:22px;padding-top:18px;border-top:1px solid var(--line);color:#625b51;font-size:.75rem!important;}
body.camera-security-page .installation-steps{display:grid;gap:11px;margin:24px 0;counter-reset:install-step;list-style:none;}
body.camera-security-page .installation-steps li{position:relative;padding-left:32px;font-size:.84rem;line-height:1.5;counter-increment:install-step;}
body.camera-security-page .installation-steps li::before{content:counter(install-step);position:absolute;left:0;display:grid;width:21px;height:21px;place-items:center;border-radius:50%;background:var(--copper);color:var(--soft-white);font-size:.62rem;font-weight:700;}
body.camera-security-page .property-plan{position:relative;min-height:390px;border:1px solid rgba(48,43,38,.2);border-radius:12px;background:var(--soft-white);overflow:hidden;}
body.camera-security-page .property-plan::before{content:'';position:absolute;inset:15% 9%;border:1px solid rgba(112,124,83,.45);background:repeating-linear-gradient(45deg,rgba(112,124,83,.06) 0,rgba(112,124,83,.06) 10px,transparent 10px,transparent 20px);}
body.camera-security-page .property-house{position:absolute;inset:31% 24% 24%;display:grid;place-items:center;border:2px solid var(--charcoal);background:var(--cream);font-size:.72rem;font-weight:700;letter-spacing:.13em;}
body.camera-security-page .property-house::before{content:'';position:absolute;top:-39px;left:8%;width:84%;height:62px;border-left:2px solid var(--charcoal);border-top:2px solid var(--charcoal);background:var(--cream);transform:skewY(-20deg) rotate(-1deg);z-index:-1;}
body.camera-security-page .property-plan .concept-label{position:absolute;z-index:4;top:16px;left:16px;}
body.camera-security-page .camera-marker{position:absolute;z-index:5;padding:6px 9px;border-radius:99px;background:var(--copper);color:var(--soft-white);font-size:.56rem;font-weight:700;box-shadow:0 5px 14px rgba(48,43,38,.18);}
body.camera-security-page .camera-marker::after{content:'';position:absolute;width:58px;height:58px;border:1px solid rgba(184,111,50,.55);border-radius:50%;background:rgba(184,111,50,.12);}
body.camera-security-page .camera-marker.optional{border:1px dashed var(--copper);background:var(--soft-white);color:var(--copper-dark);box-shadow:none;}
body.camera-security-page .camera-marker.optional::after{border-style:dashed;background:rgba(184,111,50,.06);}
body.camera-security-page .marker-entry{top:28%;left:15%;}.camera-security-page .marker-entry::after{top:18px;left:24px;}
body.camera-security-page .marker-drive{right:8%;top:26%;}.camera-security-page .marker-drive::after{top:18px;right:20px;}
body.camera-security-page .marker-yard{right:13%;bottom:12%;}.camera-security-page .marker-yard::after{right:20px;bottom:18px;}
body.camera-security-page .marker-side{left:7%;bottom:18%;}.camera-security-page .marker-side::after{left:20px;bottom:18px;}
body.camera-security-page .expansion-section{background:var(--cream-deep);}
body.camera-security-page .expansion-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;}
body.camera-security-page .expansion-grid article{padding:26px;border:1px solid rgba(48,43,38,.16);border-top:4px solid var(--copper);border-radius:8px;background:var(--soft-white);box-shadow:0 10px 28px rgba(48,43,38,.07);}
body.camera-security-page .expansion-grid h3{margin-bottom:14px;font-size:1.05rem;}
body.camera-security-page .expansion-price{margin-bottom:10px;color:#4f593b;font-size:1.25rem;font-weight:700;}
body.camera-security-page .expansion-grid article>p:last-child:not(.expansion-price){color:#5c554c;font-size:.78rem;line-height:1.55;}
body.camera-security-page .care-boundary{padding-top:18px;border-top:1px solid rgba(252,250,246,.2);font-size:.76rem!important;}
body.camera-security-page .care-section .btn{margin-top:22px;}
body.camera-security-page .care-band-list{display:grid;gap:12px;}
body.camera-security-page .care-band-list li{position:relative;padding-left:24px;font-size:.82rem;line-height:1.5;}
body.camera-security-page .care-band-list li::before{content:'✓';position:absolute;left:0;color:#e99b59;font-weight:700;}
body.camera-security-page :focus-visible{outline:3px solid #e99b59;outline-offset:3px;}
@media (max-width:800px){
  body.camera-security-page .protect-offer-layout,
  body.camera-security-page .placement-install-layout{grid-template-columns:1fr;gap:38px;}
  body.camera-security-page .expansion-grid{grid-template-columns:1fr 1fr;}
}
@media (max-width:600px){
  body.camera-security-page .protect-offer,
  body.camera-security-page .placement-section,
  body.camera-security-page .expansion-section{padding:44px 0;}
  body.camera-security-page .protect-offer h2,
  body.camera-security-page .placement-section h2,
  body.camera-security-page .expansion-section h2{font-size:2rem;}
  body.camera-security-page .expansion-grid{grid-template-columns:1fr;}
  body.camera-security-page .property-plan{min-height:330px;}
}

/* Bedrock Care alternate build: extends the shared subpage system */
body.bedrock-care-page .subpage-hero img{object-position:68% 48%;}
body.bedrock-care-page .care-pricing,
body.bedrock-care-page .care-handles-section,
body.bedrock-care-page .ownership-section{padding:56px 0;}
body.bedrock-care-page .care-pricing{background:var(--cream);}
body.bedrock-care-page .care-pricing-layout{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;}
body.bedrock-care-page .care-pricing h2,
body.bedrock-care-page .ownership-section h2,
body.bedrock-care-page .care-handles-section h2{margin:12px 0 20px;font-size:clamp(2rem,4vw,3.15rem);}
body.bedrock-care-page .care-pricing p,
body.bedrock-care-page .ownership-section> .wrap>div:first-child>p{font-size:.94rem;line-height:1.65;}
body.bedrock-care-page .care-price{margin:24px 0 16px;color:#4f593b;font-size:3.4rem!important;font-weight:650;line-height:1;}
body.bedrock-care-page .care-price span{font-size:1.05rem;font-weight:600;}
body.bedrock-care-page .care-check-list,
body.bedrock-care-page .care-limit-list{display:grid;gap:11px;margin:24px 0;}
body.bedrock-care-page .care-check-list li,
body.bedrock-care-page .care-limit-list li{position:relative;padding-left:24px;font-size:.84rem;line-height:1.5;}
body.bedrock-care-page .care-check-list li::before{content:'✓';position:absolute;left:0;color:var(--copper);font-weight:700;}
body.bedrock-care-page .care-limit-list li::before{content:'—';position:absolute;left:0;color:#766c60;font-weight:700;}
body.bedrock-care-page .care-protect-boundary,
body.bedrock-care-page .care-qualifier{margin-top:22px;padding:17px 19px;border-left:4px solid var(--copper);background:var(--cream-deep);color:#5c554c;font-size:.74rem!important;line-height:1.55!important;}
body.bedrock-care-page .care-plan-summary{padding:34px;border:1px solid rgba(48,43,38,.16);border-top:4px solid var(--copper);border-radius:10px;background:var(--cream-deep);}
body.bedrock-care-page .care-plan-summary strong{display:block;margin:14px 0 10px;font-size:1.35rem;line-height:1.25;}
body.bedrock-care-page .care-handles-section{background:var(--cream-deep);}
body.bedrock-care-page .care-handles-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;}
body.bedrock-care-page .care-handles-grid article{display:flex;min-height:330px;padding:28px;flex-direction:column;border:1px solid rgba(48,43,38,.16);border-top:4px solid var(--copper);border-radius:9px;background:var(--soft-white);}
body.bedrock-care-page .care-handles-grid h3{font-size:1.25rem;}
body.bedrock-care-page .care-handles-grid .care-qualifier{margin-top:auto;padding-top:18px;border-top:1px solid var(--line);color:#625b51;font-size:.7rem!important;line-height:1.5!important;}
body.bedrock-care-page .ownership-section{background:#4f593b;color:var(--soft-white);}
body.bedrock-care-page .ownership-section h2{color:var(--soft-white);}
body.bedrock-care-page .ownership-section> .wrap>div:first-child>p{color:#efeae2;}
body.bedrock-care-page .expectations-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:34px;}
body.bedrock-care-page .expectations-grid article{padding:28px;border:1px solid rgba(252,250,246,.3);border-radius:9px;background:var(--cream);color:var(--charcoal);}
body.bedrock-care-page .expectations-grid h3{font-size:1.25rem;}
body.bedrock-care-page .operating-qualifier{margin-top:22px;padding-top:20px;border-top:1px solid rgba(252,250,246,.25);color:#e1d9cf;font-size:.72rem;line-height:1.55;}
body.bedrock-care-page :focus-visible{outline:3px solid #e99b59;outline-offset:3px;}
@media (max-width:800px){
  body.bedrock-care-page .care-pricing-layout{gap:38px;}
}
@media (max-width:600px){
  body.whole-home-v2-page:not(.camera-security-page):not(.bedrock-care-page):not(.schedule-assessment-page) .subpage-hero img{object-position:center 46%;}
  body.camera-security-page .subpage-hero img{object-position:center top;}
  body.bedrock-care-page .subpage-hero img{object-position:center 15%;}
  body.schedule-assessment-page .subpage-hero img{object-position:center 5%;}
  body.bedrock-care-page .care-pricing,
  body.bedrock-care-page .care-handles-section,
  body.bedrock-care-page .ownership-section{padding:44px 0;}
  body.bedrock-care-page .care-pricing-layout,
  body.bedrock-care-page .care-handles-grid,
  body.bedrock-care-page .expectations-grid{grid-template-columns:1fr;}
  body.bedrock-care-page .care-pricing h2,
  body.bedrock-care-page .ownership-section h2,
  body.bedrock-care-page .care-handles-section h2{font-size:2rem;}
  body.bedrock-care-page .care-handles-grid article{min-height:0;}
}
