:root{
    --navy-950:#031C32;
    --navy-900:#0C2C4A;
    --navy-800:#173F63;
    --gold-700:#B98A2E;
    --gold-500:#D8A93F;
    --gold-300:#ECC978;
    --gold-100:#F8ECCF;
    --cream:#F7F7F7;
    --white:#FFFFFF;
    --line:#E6E1D3;
    --line-dark:rgba(216,169,63,.22);
    --text-body:#33465A;
    --text-body-dark:#C9D6E2;
    --radius-sm:10px;
    --radius-md:16px;
    --radius-lg:32px;
    --container:1200px;
    --shadow-lg: 0 30px 80px -30px rgba(3,28,50,.45);
    --shadow-sm: 0 10px 30px -14px rgba(3,28,50,.3);
  }

  *,*::before,*::after{box-sizing:border-box;}
  html{scroll-behavior:smooth;}
  @media (prefers-reduced-motion: reduce){
    html{scroll-behavior:auto;}
    *,*::before,*::after{animation-duration:0.001ms !important; animation-iteration-count:1 !important; transition-duration:0.001ms !important; scroll-behavior:auto !important;}
  }
  body{
    margin:0;
    font-family:'Archivo',sans-serif;
    color:var(--text-body);
    background:var(--cream);
    -webkit-font-smoothing:antialiased;
    overflow-x:hidden;
  }
  img{max-width:100%;display:block;}
  a{color:inherit;text-decoration:none;}
  h1,h2,h3{font-family:'Fraunces',serif;color:var(--navy-950);margin:0;font-weight:500;letter-spacing:-0.01em;}
  p{margin:0;}
  ul{margin:0;padding:0;list-style:none;}
  button{font-family:inherit;cursor:pointer;}
  input,select,textarea{font-family:inherit;font-size:1rem;}

  .container{max-width:var(--container);margin:0 auto;padding:0 clamp(1.25rem,4vw,3rem);}

  .eyebrow{
    display:inline-flex;align-items:center;gap:.5rem;
    font-family:'Archivo',sans-serif;font-weight:700;font-size:.78rem;
    letter-spacing:.16em;text-transform:uppercase;color:var(--gold-700);
    margin-bottom:1rem;
  }
  .eyebrow.on-dark{color:var(--gold-300);}
  .spark{flex-shrink:0;color:var(--gold-500);}

  .btn{
    display:inline-flex;align-items:center;justify-content:center;gap:.5rem;
    padding:.9rem 1.7rem;border-radius:999px;font-weight:700;font-size:.95rem;
    border:1.5px solid transparent;transition:transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
    white-space:nowrap;
  }
  .btn-gold{background:var(--gold-500);color:var(--navy-950);}
  .btn-gold:hover{background:var(--gold-300);transform:translateY(-2px);box-shadow:var(--shadow-sm);}
  .btn-outline-dark{border-color:rgba(247,247,247,.4);color:var(--cream);}
  .btn-outline-dark:hover{border-color:var(--gold-300);color:var(--gold-300);transform:translateY(-2px);}
  .btn-outline-navy{border-color:var(--navy-950);color:var(--navy-950);}
  .btn-outline-navy:hover{background:var(--navy-950);color:var(--cream);}

  section{position:relative;}
  .section-pad{padding:clamp(4rem,9vw,7.5rem) 0;}
  .section-navy{background:var(--navy-950);color:var(--text-body-dark);overflow:hidden;}
  .section-navy h2, .section-navy h3{color:var(--white);}
  .section-navy::before{
    content:'';position:absolute;top:-15%;right:-8%;width:560px;height:560px;pointer-events:none;
    background:radial-gradient(circle, rgba(216,169,63,.12) 0%, rgba(216,169,63,0) 70%);
  }
  .section-navy .container{position:relative;z-index:1;}

  .reveal{opacity:0;transform:translateY(18px);transition:opacity .7s ease, transform .7s ease;}
  .reveal.is-visible{opacity:1;transform:translateY(0);}

  /* ---------- REUSABLE LOGO ASSET (defined once, used in nav + footer + watermark) ---------- */
  .logo-badge-bg{background-image:url('badge.webp');background-size:contain;background-repeat:no-repeat;background-position:center;}

  /* ---------- UTILITY BAR ---------- */
  .utility-bar{background:#021320;font-size:.82rem;}
  .utility-inner{
    display:flex;align-items:center;justify-content:flex-end;gap:1.75rem;
    padding:.55rem clamp(1.25rem,4vw,3rem);max-width:var(--container);margin:0 auto;
  }
  .utility-item{display:flex;align-items:center;gap:.45rem;color:var(--text-body-dark);font-weight:600;transition:color .2s ease;}
  .utility-item svg{color:var(--gold-500);flex-shrink:0;}
  .utility-item:hover{color:var(--gold-300);}
  .utility-sep{width:1px;height:14px;background:rgba(216,169,63,.25);}
  @media (max-width:640px){
    .utility-inner{justify-content:center;gap:1.1rem;font-size:.78rem;}
    .utility-item.utility-email{display:none;}
    .utility-sep{display:none;}
  }

  /* ---------- NAV ---------- */
  .site-nav{
    position:sticky;top:0;z-index:100;background:rgba(247,247,247,.92);
    backdrop-filter:blur(10px);border-bottom:1px solid var(--line);
  }
  .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:.85rem clamp(1.25rem,4vw,3rem);max-width:var(--container);margin:0 auto;gap:1rem;}
  .brand{display:flex;align-items:center;gap:.65rem;flex-shrink:0;}
  .brand-mark{height:44px;width:50px;flex-shrink:0;}
  .brand-word{font-family:'Archivo',sans-serif;font-weight:800;letter-spacing:.04em;font-size:1.02rem;color:var(--navy-950);text-transform:uppercase;line-height:1.1;white-space:nowrap;}
  .brand-word small{display:block;font-weight:600;letter-spacing:.14em;font-size:.56rem;color:var(--gold-700);margin-top:.15rem;white-space:nowrap;}
  .nav-links{display:flex;align-items:center;gap:1.1rem;flex-shrink:0;}
  .nav-links a{font-weight:600;font-size:.87rem;color:var(--navy-950);position:relative;padding:.2rem 0;white-space:nowrap;}
  .nav-links a::after{content:'';position:absolute;left:0;bottom:-2px;width:0;height:2px;background:var(--gold-500);transition:width .25s ease;}
  .nav-links a:hover::after{width:100%;}
  .nav-cta{display:flex;align-items:center;gap:.85rem;flex-shrink:0;}
  .nav-call-btn{
    display:none;align-items:center;justify-content:center;width:42px;height:42px;border-radius:50%;
    background:var(--navy-950);color:var(--gold-300);flex-shrink:0;transition:background .2s ease;
  }
  .nav-call-btn:hover{background:var(--navy-800);}
  .nav-toggle{display:none;background:none;border:none;padding:.4rem;}
  .nav-toggle span{display:block;width:24px;height:2px;background:var(--navy-950);margin:5px 0;transition:transform .2s ease, opacity .2s ease;}
  .nav-toggle.active span:nth-child(1){transform:translateY(7px) rotate(45deg);}
  .nav-toggle.active span:nth-child(2){opacity:0;}
  .nav-toggle.active span:nth-child(3){transform:translateY(-7px) rotate(-45deg);}

  /* Collapses well before the 8-item nav would ever get cramped — covers
     common laptop widths (1280 / 1366 / 1440 / 1536px) with the clean
     mobile-style menu instead of squeezing everything onto one tight row. */
  @media (max-width: 1560px){
    .nav-links{
      position:fixed;inset:64px 0 0 0;background:var(--cream);flex-direction:column;
      align-items:flex-start;padding:2rem clamp(1.25rem,4vw,3rem);gap:1.5rem;
      transform:translateX(100%);transition:transform .3s ease;overflow-y:auto;
    }
    .nav-links.open{transform:translateX(0);}
    .nav-links a{font-size:1.15rem;}
    .nav-cta .btn{display:none;}
    .nav-call-btn{display:flex;}
    .nav-toggle{display:block;}
  }

  /* ---------- HERO ---------- */
  .hero{
    background:radial-gradient(140% 110% at 50% 0%, var(--navy-800) 0%, var(--navy-950) 55%, #021018 100%);
    color:var(--cream);overflow:hidden;padding-top:clamp(3rem,7vw,4.5rem);
  }
  .hero-glow{
    position:absolute;top:-10%;left:50%;transform:translateX(-50%);
    width:min(90vw,980px);height:min(90vw,980px);pointer-events:none;
    background:radial-gradient(circle, rgba(216,169,63,.32) 0%, rgba(216,169,63,.10) 38%, rgba(216,169,63,0) 68%);
    filter:blur(6px);
  }
  .hero-rings{position:absolute;top:6%;left:50%;transform:translateX(-50%);width:min(85vw,980px);height:min(85vw,980px);pointer-events:none;opacity:.5;animation:slow-spin 90s linear infinite;}
  @keyframes slow-spin{from{transform:translateX(-50%) rotate(0deg);}to{transform:translateX(-50%) rotate(360deg);}}
  .hero-stars{position:absolute;inset:0;pointer-events:none;}
  .hero-inner{position:relative;z-index:2;padding-bottom:clamp(3rem,8vw,4.5rem);text-align:center;max-width:760px;margin:0 auto;display:flex;flex-direction:column;align-items:center;}
  .hero-logo{
    width:min(58vw,300px);margin:0 auto clamp(1.25rem,3vw,1.75rem);
    filter:drop-shadow(0 0 55px rgba(216,169,63,.4)) drop-shadow(0 18px 40px rgba(0,0,0,.45));
  }
  .hero h1{font-size:clamp(2.3rem,5vw,4.1rem);line-height:1.08;margin-bottom:1.3rem;color:var(--white);}
  .hero h1 em{font-style:italic;color:var(--gold-300);}
  .hero p.lede{font-size:clamp(1.02rem,1.6vw,1.2rem);line-height:1.6;color:var(--text-body-dark);max-width:600px;margin:0 auto 2.2rem;}
  .hero-ctas{display:flex;flex-wrap:wrap;justify-content:center;gap:1rem;margin-bottom:2.5rem;}
  .hero-chips{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem;}
  .hero-chip{
    display:flex;align-items:center;gap:.5rem;padding:.55rem 1.1rem;border-radius:999px;
    border:1px solid rgba(216,169,63,.35);font-size:.85rem;font-weight:600;color:var(--gold-300);
    background:rgba(216,169,63,.06);transition:background .2s ease, border-color .2s ease;
  }
  .hero-chip:hover{background:rgba(216,169,63,.14);border-color:var(--gold-500);}

  .wave-divider{display:block;width:100%;height:auto;position:relative;margin-top:-1px;}

  /* ---------- SERVICES ---------- */
  #services{background:radial-gradient(1100px 480px at 50% -12%, #ffffff 0%, var(--cream) 65%);}
  .services-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.75rem;margin-top:3rem;}
  .service-card{
    background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);
    padding:2.4rem 2rem;transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  }
  .service-card:hover{transform:translateY(-6px);box-shadow:var(--shadow-lg);border-color:transparent;}
  .service-icon{
    width:64px;height:64px;border-radius:50%;background:var(--navy-950);color:var(--gold-300);
    display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem;
  }
  .service-card h3{font-size:1.35rem;margin-bottom:.7rem;}
  .service-card p{line-height:1.6;margin-bottom:1.4rem;}
  .service-link{font-weight:700;font-size:.9rem;color:var(--navy-950);display:inline-flex;align-items:center;gap:.4rem;border-bottom:1.5px solid var(--gold-500);padding-bottom:2px;}
  .service-link:hover{color:var(--gold-700);}

  /* ---------- PRICING ---------- */
  .pricing-head{text-align:left;max-width:680px;margin-bottom:2.5rem;}
  .pricing-head p.lede{color:var(--text-body);line-height:1.6;font-size:1.05rem;margin-top:1rem;}

  .tabs{display:flex;gap:.6rem;margin-bottom:2.5rem;flex-wrap:wrap;}
  .tab-btn{
    padding:.8rem 1.5rem;border-radius:999px;border:1.5px solid var(--navy-950);
    background:transparent;color:var(--navy-950);font-weight:700;font-size:.95rem;
    transition:background .2s ease, color .2s ease;
  }
  .tab-btn.active{background:var(--navy-950);color:var(--cream);}
  .tab-btn:not(.active):hover{background:rgba(3,28,50,.06);}

  .tab-panel{display:none;}
  .tab-panel.active{display:block;}

  .price-table-wrap{overflow-x:auto;border-radius:var(--radius-md);border:1px solid var(--line);background:var(--white);box-shadow:var(--shadow-sm);}
  table.price-table{width:100%;border-collapse:collapse;min-width:820px;}
  .price-table th, .price-table td{padding:1.1rem 1.15rem;text-align:left;border-bottom:1px solid var(--line);vertical-align:top;}
  .price-table thead th{
    background:var(--navy-950);color:var(--cream);font-size:.78rem;text-transform:uppercase;
    letter-spacing:.07em;font-weight:700;white-space:nowrap;
  }
  .price-table thead th:first-child{border-top-left-radius:var(--radius-md);}
  .price-table thead th:last-child{border-top-right-radius:var(--radius-md);}
  .price-table tbody tr:last-child td{border-bottom:none;}
  .price-table tbody tr:hover{background:rgba(216,169,63,.06);}
  .price-table td.price-cell{font-weight:700;color:var(--navy-950);white-space:nowrap;font-size:1.02rem;}
  .price-table td.class-cell{min-width:220px;}
  .class-name{font-weight:700;color:var(--navy-950);display:block;margin-bottom:.3rem;font-size:1rem;}
  .class-examples{font-size:.83rem;color:var(--text-body);line-height:1.45;display:block;}

  .price-note{display:flex;gap:.6rem;align-items:flex-start;margin-top:1.25rem;font-size:.9rem;color:var(--text-body);}
  .price-note svg{flex-shrink:0;margin-top:.15rem;color:var(--gold-700);}

  .yacht-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;}
  .yacht-card{
    background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);
    padding:1.9rem 1.6rem;position:relative;box-shadow:var(--shadow-sm);
  }
  .yacht-card.popular{border-color:var(--gold-500);box-shadow:0 20px 50px -20px rgba(216,169,63,.35);}
  .popular-tag{
    position:absolute;top:-13px;left:1.6rem;background:var(--gold-500);color:var(--navy-950);
    font-size:.7rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase;
    padding:.3rem .7rem;border-radius:999px;
  }
  .yacht-card h4{font-family:'Fraunces',serif;font-size:1.15rem;color:var(--navy-950);margin-bottom:.6rem;font-weight:600;}
  .yacht-price{display:flex;align-items:baseline;gap:.5rem;margin-bottom:.25rem;}
  .yacht-price .big{font-family:'Fraunces',serif;font-size:1.9rem;color:var(--navy-950);font-weight:600;}
  .yacht-range{font-size:.82rem;color:var(--text-body);margin-bottom:1rem;display:block;}
  .yacht-card p.desc{font-size:.9rem;line-height:1.55;color:var(--text-body);}

  details.fees{margin-top:2rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--white);padding:0;}
  details.fees summary{
    list-style:none;cursor:pointer;padding:1.1rem 1.4rem;font-weight:700;color:var(--navy-950);
    display:flex;align-items:center;justify-content:space-between;font-size:.95rem;
  }
  details.fees summary::-webkit-details-marker{display:none;}
  details.fees summary::after{content:'+';font-size:1.4rem;color:var(--gold-700);line-height:1;}
  details.fees[open] summary::after{content:'–';}
  .fees-body{padding:0 1.4rem 1.4rem;font-size:.9rem;line-height:1.7;color:var(--text-body);border-top:1px solid var(--line);padding-top:1rem;}
  .fees-body ul{padding-left:1.1rem;list-style:disc;}
  .fees-body li{margin-bottom:.3rem;}

  .quote-rules-strip{
    margin-top:2.5rem;padding:1.6rem 1.8rem;border-radius:var(--radius-md);
    background:var(--navy-950);color:var(--cream);display:flex;gap:1rem;align-items:flex-start;
  }
  .quote-rules-strip svg{flex-shrink:0;color:var(--gold-300);margin-top:.2rem;}
  .quote-rules-strip p{font-size:.92rem;line-height:1.6;color:var(--text-body-dark);}
  .quote-rules-strip strong{color:var(--white);}

  /* ---------- MEMBERSHIPS ---------- */
  .member-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem;margin-top:3rem;}
  .member-card{
    background:rgba(247,247,247,.04);border:1px solid rgba(216,169,63,.22);border-radius:var(--radius-md);
    padding:1.8rem 1.5rem;transition:border-color .25s ease, background .25s ease;
  }
  .member-card:hover{border-color:var(--gold-500);background:rgba(247,247,247,.07);}
  .member-card .cat{font-size:.72rem;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-300);margin-bottom:.6rem;display:block;}
  .member-card h4{font-family:'Fraunces',serif;font-size:1.15rem;color:var(--white);margin-bottom:.5rem;font-weight:600;}
  .member-card .freq{font-size:.85rem;color:var(--text-body-dark);margin-bottom:1rem;display:block;}
  .member-card .price{font-family:'Fraunces',serif;font-size:1.3rem;color:var(--gold-300);font-weight:600;}
  .member-cta{text-align:center;margin-top:3rem;}

  /* ---------- WHY ---------- */
  .why-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 2.5rem;margin-top:3rem;}
  .why-item{display:flex;gap:1.2rem;}
  .why-num{
    font-family:'Fraunces',serif;font-size:1.6rem;color:var(--gold-500);font-weight:500;
    flex-shrink:0;width:50px;
  }
  #why{overflow:hidden;}
  .why-watermark{
    position:absolute;z-index:0;top:50%;right:-9%;transform:translateY(-50%) rotate(-6deg);
    width:600px;height:600px;max-width:70vw;max-height:70vw;opacity:.05;pointer-events:none;
  }
  #why .container{position:relative;z-index:1;}
  .why-item h3{font-size:1.15rem;margin-bottom:.5rem;}
  .why-item p{font-size:.95rem;line-height:1.65;color:var(--text-body);}

  /* ---------- CONTACT ---------- */
  .contact-grid{display:grid;grid-template-columns:1fr 1.15fr;gap:3.5rem;margin-top:3rem;align-items:start;}
  .contact-info-item{display:flex;gap:1rem;margin-bottom:1.6rem;align-items:flex-start;}
  .contact-info-item svg{flex-shrink:0;color:var(--gold-300);margin-top:.2rem;transition:transform .2s ease;}
  .contact-info-item .label{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:var(--gold-300);font-weight:700;margin-bottom:.3rem;display:block;}
  .contact-info-item .val{color:var(--white);font-size:1.02rem;line-height:1.5;transition:color .2s ease;}
  .contact-info-item .val small{display:block;color:var(--text-body-dark);font-size:.85rem;margin-top:.25rem;font-weight:400;}
  .contact-info-link{width:fit-content;}
  .contact-info-link:hover .val{color:var(--gold-300);}
  .contact-info-link:hover svg{transform:scale(1.12);}

  .quote-form{background:var(--cream);border-radius:var(--radius-lg);padding:2.4rem;box-shadow:var(--shadow-lg);}
  .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem;}
  .field{display:flex;flex-direction:column;gap:.4rem;margin-bottom:1rem;}
  .field label{font-size:.82rem;font-weight:700;color:var(--navy-950);}
  .field input, .field select, .field textarea{
    padding:.8rem 1rem;border-radius:var(--radius-sm);border:1.5px solid var(--line);
    background:var(--white);color:var(--navy-950);transition:border-color .2s ease;
  }
  .field input:focus, .field select:focus, .field textarea:focus{outline:none;border-color:var(--gold-500);}
  .field textarea{resize:vertical;min-height:100px;}
  .quote-form .btn{width:100%;margin-top:.5rem;padding:1.05rem;font-size:1rem;}
  .form-note{font-size:.8rem;color:var(--text-body);margin-top:1rem;line-height:1.5;text-align:center;}
  .form-status{display:none;align-items:center;gap:.6rem;margin-top:1rem;padding:.85rem 1rem;border-radius:var(--radius-sm);font-size:.88rem;font-weight:600;text-align:left;}
  .form-status.show{display:flex;}
  .form-status.success{background:rgba(184,155,46,.12);color:var(--gold-700);border:1px solid rgba(216,169,63,.4);}
  .form-status.error{background:rgba(180,60,50,.08);color:#A13B32;border:1px solid rgba(180,60,50,.3);}
  .form-status svg{flex-shrink:0;}
  .quote-form .btn[disabled]{opacity:.7;cursor:wait;}

  :focus-visible{outline:2.5px solid var(--gold-500);outline-offset:3px;}

  /* ---------- FOOTER ---------- */
  footer{background:#021320;color:var(--text-body-dark);padding:3.5rem 0 2rem;}
  .footer-top{display:flex;justify-content:space-between;gap:3rem;flex-wrap:wrap;padding-bottom:2.5rem;border-bottom:1px solid rgba(216,169,63,.18);margin-bottom:2rem;}
  .footer-brand-row{display:flex;align-items:center;gap:.7rem;margin-bottom:1.1rem;}
  .footer-badge{width:46px;height:40px;flex-shrink:0;}
  .footer-wordmark{font-family:'Archivo',sans-serif;font-weight:800;letter-spacing:.04em;font-size:1rem;color:var(--white);text-transform:uppercase;line-height:1.1;}
  .footer-wordmark small{display:block;font-weight:600;letter-spacing:.16em;font-size:.55rem;color:var(--gold-300);margin-top:.2rem;}
  .footer-brand p{max-width:280px;font-size:.9rem;line-height:1.6;}
  .footer-cols{display:flex;gap:4rem;flex-wrap:wrap;}
  .footer-col h5{font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:var(--gold-300);font-weight:700;margin-bottom:1rem;}
  .footer-col a, .footer-col span{display:block;font-size:.92rem;margin-bottom:.7rem;color:var(--text-body-dark);}
  .footer-col a:hover{color:var(--gold-300);}
  .footer-bottom{display:flex;justify-content:space-between;flex-wrap:wrap;gap:1rem;font-size:.82rem;color:#5C7488;}

  /* ---------- RESPONSIVE ---------- */
  @media (max-width: 980px){
    .services-grid{grid-template-columns:1fr;}
    .yacht-grid{grid-template-columns:repeat(2,1fr);}
    .member-grid{grid-template-columns:repeat(2,1fr);}
    .why-grid{grid-template-columns:1fr;}
    .contact-grid{grid-template-columns:1fr;}
  }
  @media (max-width: 620px){
    .yacht-grid{grid-template-columns:1fr;}
    .member-grid{grid-template-columns:1fr;}
    .form-row{grid-template-columns:1fr;}
    .footer-top{flex-direction:column;}
    .hero-ctas .btn{width:100%;}
  }
  /* ---------- INNER PAGE HEADER (About / Disinsection / Cleaning Request / Pay Invoice) ---------- */
  .page-header{
    background:radial-gradient(140% 200% at 50% 0%, var(--navy-800) 0%, var(--navy-950) 55%, #021018 100%);
    color:var(--cream);padding:clamp(6.5rem,14vw,9rem) 0 clamp(3.5rem,7vw,5rem);text-align:center;overflow:hidden;position:relative;
  }
  .page-header .container{position:relative;z-index:1;}
  .page-header h1{color:var(--white);font-size:clamp(2rem,4.2vw,3.2rem);margin-bottom:1rem;}
  .page-header p{color:var(--text-body-dark);font-size:1.05rem;max-width:640px;margin:0 auto;line-height:1.6;}
  .page-header-rings{position:absolute;top:-20%;left:50%;transform:translateX(-50%);width:min(80vw,760px);height:min(80vw,760px);opacity:.4;pointer-events:none;}

  /* ---------- CONTENT PAGE LAYOUT ---------- */
  .content-block{max-width:800px;margin:0 auto;}
  .content-block + .content-block{margin-top:3.5rem;}
  .content-block h2{font-size:clamp(1.5rem,2.6vw,1.9rem);margin-bottom:1rem;}
  .content-block h3{font-size:1.15rem;margin-bottom:.6rem;color:var(--navy-950);}
  .content-block p{line-height:1.7;margin-bottom:1.1rem;color:var(--text-body);}
  .content-block p:last-child{margin-bottom:0;}
  .content-block a.inline-link{color:var(--gold-700);font-weight:600;border-bottom:1.5px solid var(--gold-500);}
  .content-block a.inline-link:hover{color:var(--navy-950);}

  .value-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0;}
  .value-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.6rem;text-align:center;}
  .value-card .num{font-family:'Fraunces',serif;font-size:1.6rem;color:var(--gold-500);margin-bottom:.5rem;}
  .value-card h4{font-size:1rem;color:var(--navy-950);margin-bottom:.4rem;}
  .value-card p{font-size:.88rem;color:var(--text-body);line-height:1.5;margin:0;}

  /* Method/treatment definition cards (used on Disinsection page) */
  .method-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem;margin:1.5rem 0 2.5rem;}
  .method-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.5rem;}
  .method-card h4{font-size:1.02rem;color:var(--navy-950);margin-bottom:.5rem;display:flex;align-items:center;gap:.5rem;}
  .method-card h4 svg{color:var(--gold-500);flex-shrink:0;}
  .method-card p{font-size:.9rem;line-height:1.6;color:var(--text-body);margin:0;}
  .method-card .rate{display:inline-block;margin-top:.6rem;font-weight:700;color:var(--gold-700);font-size:.85rem;background:rgba(216,169,63,.1);padding:.3rem .7rem;border-radius:999px;}

  .callout{
    display:flex;gap:1rem;background:var(--navy-950);color:var(--cream);border-radius:var(--radius-md);
    padding:1.5rem 1.75rem;margin:2rem 0;
  }
  .callout svg{flex-shrink:0;color:var(--gold-300);margin-top:.15rem;}
  .callout p{color:var(--text-body-dark);font-size:.92rem;line-height:1.6;margin:0;}
  .callout strong{color:var(--white);}

  /* ---------- REQUEST FORMS (Cleaning Request / Disinsection Request) ---------- */
  .request-form-wrap{max-width:760px;margin:0 auto;background:var(--white);border-radius:var(--radius-lg);padding:clamp(1.75rem,4vw,2.75rem);box-shadow:var(--shadow-lg);}
  .request-form-wrap .form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem;}
  .request-form-wrap .form-row-3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem;}
  .checkbox-row{display:flex;flex-wrap:wrap;gap:1.5rem;margin:.25rem 0 1.25rem;}
  .checkbox-item{display:flex;align-items:center;gap:.55rem;font-size:.92rem;color:var(--navy-950);font-weight:600;}
  .checkbox-item input{width:18px;height:18px;accent-color:var(--gold-500);}
  .file-note{
    display:flex;gap:.6rem;align-items:flex-start;background:var(--cream);border:1px dashed var(--line);
    border-radius:var(--radius-sm);padding:.9rem 1.1rem;margin-bottom:1.4rem;font-size:.85rem;color:var(--text-body);line-height:1.55;
  }
  .file-note svg{flex-shrink:0;color:var(--gold-700);margin-top:.1rem;}

  @media (max-width:720px){
    .request-form-wrap .form-row, .request-form-wrap .form-row-3{grid-template-columns:1fr;}
    .value-row{grid-template-columns:1fr;}
    .method-grid{grid-template-columns:1fr;}
  }

  /* ---------- PAY INVOICE PAGE ---------- */
  .pay-methods{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin:2.5rem 0;}
  .pay-card{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-md);padding:1.75rem;text-align:center;}
  .pay-card h4{font-size:1.1rem;color:var(--navy-950);margin-bottom:.9rem;}
  .qr-placeholder{
    width:150px;height:150px;margin:0 auto 1rem;border-radius:var(--radius-sm);
    background:repeating-linear-gradient(45deg, #EFEDE4, #EFEDE4 10px, #E6E1D3 10px, #E6E1D3 20px);
    display:flex;align-items:center;justify-content:center;color:var(--text-body);font-size:.72rem;
    font-weight:700;text-align:center;padding:.75rem;border:1.5px dashed var(--line);
  }
  .pay-card .pay-note{font-size:.85rem;color:var(--text-body);line-height:1.5;}
  .pay-card .pay-handle{font-weight:700;color:var(--navy-950);margin-top:.4rem;display:block;}
  .pay-card.disabled{opacity:.65;}
  .pay-status-tag{
    display:inline-block;font-size:.68rem;font-weight:800;letter-spacing:.06em;text-transform:uppercase;
    background:rgba(216,169,63,.15);color:var(--gold-700);padding:.25rem .6rem;border-radius:999px;margin-bottom:.75rem;
  }
  .pay-status-tag-nofee{background:rgba(60,140,90,.13);color:#2E7D4F;}
  .pay-status-tag-fee{background:rgba(3,28,50,.08);color:var(--navy-800);}

  /* ---------- FEE CALCULATOR ---------- */
  .fee-calculator{background:var(--white);border:1px solid var(--line);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-sm);}
  .fee-calc-label{font-size:.85rem;font-weight:700;color:var(--navy-950);margin-bottom:.75rem;text-align:center;}
  .fee-calc-row{position:relative;margin-bottom:1.25rem;}
  .fee-calc-dollar{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-body);font-weight:700;}
  .fee-calc-row input{
    width:100%;padding:.9rem 1rem .9rem 2rem;border-radius:var(--radius-sm);border:1.5px solid var(--line);
    font-size:1.1rem;font-family:'Fraunces',serif;color:var(--navy-950);text-align:center;
  }
  .fee-calc-row input:focus{outline:none;border-color:var(--gold-500);}
  .fee-calc-results{display:flex;flex-direction:column;gap:.75rem;}
  .fee-calc-result{
    display:flex;align-items:center;justify-content:space-between;gap:.75rem;
    background:var(--cream);border-radius:var(--radius-sm);padding:.85rem 1.1rem;
  }
  .fee-calc-method{font-size:.85rem;font-weight:600;color:var(--navy-950);flex:1;}
  .fee-calc-amount{font-family:'Fraunces',serif;font-size:1.25rem;font-weight:600;color:var(--navy-950);}
  .fee-calc-tag{font-size:.65rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;padding:.2rem .5rem;border-radius:999px;white-space:nowrap;}
  .fee-calc-tag-none{background:rgba(60,140,90,.13);color:#2E7D4F;}
  .fee-calc-tag-fee{background:rgba(216,169,63,.18);color:var(--gold-700);}
  @media (max-width:480px){
    .fee-calc-result{flex-wrap:wrap;}
  }
  @media (max-width:860px){
    .pay-methods{grid-template-columns:1fr;}
  }

  /* ---------- COLLAPSIBLE FORM SECTIONS (big multi-part forms) ---------- */
  details.form-section{margin-bottom:1.1rem;border:1px solid var(--line);border-radius:var(--radius-md);background:var(--cream);overflow:hidden;}
  details.form-section summary{
    list-style:none;cursor:pointer;padding:1rem 1.25rem;font-weight:700;color:var(--navy-950);
    display:flex;align-items:center;justify-content:space-between;font-size:.98rem;gap:.5rem;
  }
  details.form-section summary .sec-icon{margin-right:.4rem;}
  details.form-section summary::-webkit-details-marker{display:none;}
  details.form-section summary::after{content:'+';font-size:1.3rem;color:var(--gold-700);flex-shrink:0;}
  details.form-section[open] summary::after{content:'\2013';}
  details.form-section .section-body{padding:.25rem 1.25rem 1.25rem;border-top:1px solid var(--line);padding-top:1rem;background:var(--white);}

  .checkbox-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:.55rem .75rem;}
  .checkbox-grid .checkbox-item{font-size:.88rem;font-weight:500;}
  .field-group-label{font-size:.82rem;font-weight:700;color:var(--navy-950);display:block;margin-bottom:.6rem;}

  .radio-row{display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1.25rem;}
  .radio-item{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:var(--navy-950);font-weight:600;}
  .radio-item input{width:17px;height:17px;accent-color:var(--gold-500);}

  .signature-block{background:var(--cream);border:1px dashed var(--line);border-radius:var(--radius-md);padding:1.25rem 1.4rem;margin:1.5rem 0;}
  .signature-block .checkbox-item{margin-bottom:1rem;font-size:.92rem;}

  .cross-link-note{
    text-align:center;font-size:.9rem;color:var(--text-body-dark);margin-top:2.5rem;padding-top:2rem;
    border-top:1px solid rgba(216,169,63,.18);
  }
  .cross-link-note a{color:var(--gold-300);font-weight:700;border-bottom:1.5px solid var(--gold-500);}

  .brand-signoff{text-align:center;margin:3rem 0 0;padding-top:2.5rem;border-top:1px solid var(--line);}
  .brand-signoff .sig-mark{width:64px;height:56px;margin:0 auto 1rem;}
  .brand-signoff .sig-name{font-family:'Fraunces',serif;font-size:1.3rem;color:var(--navy-950);font-weight:600;}
  .brand-signoff .sig-tag{font-size:.8rem;letter-spacing:.1em;text-transform:uppercase;color:var(--gold-700);font-weight:700;margin-top:.4rem;}
  .brand-signoff .sig-motto{font-family:'Fraunces',serif;font-style:italic;color:var(--text-body);margin-top:.6rem;font-size:1.05rem;}

  /* ---------- BOOKING / PAY INVOICE ---------- */
  .service-select-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem;}
  .service-select-item{position:relative;}
  .service-select-item input{position:absolute;opacity:0;inset:0;cursor:pointer;}
  .service-select-item label{
    display:flex;align-items:center;justify-content:center;text-align:center;height:100%;
    padding:.9rem .6rem;border:1.5px solid var(--line);border-radius:var(--radius-sm);
    font-size:.85rem;font-weight:700;color:var(--navy-950);cursor:pointer;transition:all .2s ease;
  }
  .service-select-item input:checked + label{background:var(--navy-950);border-color:var(--navy-950);color:var(--gold-300);}
  .service-select-item label:hover{border-color:var(--gold-500);}
  @media (max-width:860px){ .service-select-grid{grid-template-columns:repeat(2,1fr);} }

  .stripe-callout{
    display:flex;gap:1rem;align-items:flex-start;background:var(--navy-950);color:var(--cream);
    border-radius:var(--radius-md);padding:1.4rem 1.6rem;margin:1.75rem 0;
  }
  .stripe-callout svg{flex-shrink:0;color:var(--gold-300);margin-top:.2rem;}
  .stripe-callout p{color:var(--text-body-dark);font-size:.9rem;line-height:1.6;margin:0;}
  .stripe-callout strong{color:var(--white);}

  .terms-block{margin:1.5rem 0;display:flex;flex-direction:column;gap:.85rem;}
  .terms-block .checkbox-item{align-items:flex-start;font-weight:500;font-size:.88rem;line-height:1.5;}
  .terms-block .checkbox-item input{margin-top:.15rem;}
  .terms-block a{color:var(--gold-700);font-weight:700;border-bottom:1.5px solid var(--gold-500);}

  @media (max-width:720px){
    .checkbox-grid{grid-template-columns:1fr;}
  }
