
  @font-face { font-family: "Josefin Sans"; src: url("/fonts/josefin-sans.woff2") format("woff2"); font-weight: 100 900; font-display: swap; }

    @font-face { font-family: "Inter"; src: url("/fonts/inter-400.woff2") format("woff2"); font-weight: 400; font-display: swap; }
  @font-face { font-family: "Inter"; src: url("/fonts/inter-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
  @font-face { font-family: "Inter"; src: url("/fonts/inter-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
  @font-face { font-family: "Inter"; src: url("/fonts/inter-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
  @font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-500.woff2") format("woff2"); font-weight: 500; font-display: swap; }
  @font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-600.woff2") format("woff2"); font-weight: 600; font-display: swap; }
  @font-face { font-family: "Cormorant Garamond"; src: url("/fonts/cormorant-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }

    
  @font-face { font-family: "Caveat"; src: url("/fonts/caveat-700.woff2") format("woff2"); font-weight: 700; font-display: swap; }
  
  
  

  :root {
    --primary-green: #73B96B;
    --primary-green-hover: #5DA856;
    --secondary-blue: #00384D;
    --secondary-blue-hover: #002a3a;
    --ink: #1F1F1B;
    --ink-soft: #3F3E36;
    --paper: #FFFFFF;
    --paper-deep: #F4F9F1;
    --paper-card: #FFFFFF;
    --green-real: #83C57E;
    --green-deep: #73B96B;
    --green-darker: #00384D;
    --clay: #73B96B;
    --gold: #D89B26;
    --rule: rgba(31,31,27,0.16);
  }
  * { box-sizing: border-box; margin: 0; padding: 0; }
  html, body { margin: 0; padding: 0; }
  body { background: var(--paper); color: var(--ink); font-family: "Josefin Sans", "Inter", system-ui, sans-serif; }
  a { color: var(--green-deep); }

  /* Banner */
  .banner { background: var(--green-darker); color: var(--paper); font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 500; font-size: 13.5px; letter-spacing: 0.06em; line-height: 1.5; display: flex; align-items: center; justify-content: center; gap: 28px; padding: 13px 24px; white-space: nowrap; }
  .banner-stars { color: #FFD970; }
  .banner .sep { opacity: 0.45; }
  .banner-strong { font-weight: 700; }

  /* Header */
  .header { display: flex; align-items: center; justify-content: space-between; padding: 20px max(56px, calc((100% - 1328px) / 2)); border-bottom: 1px solid var(--rule); background: var(--paper); line-height: 1.4; }
  .logo img { height: 78px; width: auto; display: block; }
  .nav { display: flex; gap: 34px; font-weight: 500; font-size: 15px; }
  .nav a { color: var(--ink); text-decoration: none; padding-bottom: 3px; position: relative; }
  .nav a.active:after { content: ""; position: absolute; left: 0; bottom: -2px; width: 100%; height: 2px; background: var(--green-deep); border-radius: 999px; }
  .header-ctas { display: flex; align-items: center; gap: 16px; }
  .header-phone { font-weight: 700; font-size: 17px; color: var(--ink); text-decoration: none; }
.header-btn { background: var(--clay); color: var(--paper); padding: 13px 26px; font-weight: 700; font-size: 14px; letter-spacing: 0.06em; text-transform: uppercase; text-decoration: none; border-radius: 999px; }
  .header-btn:hover { background: var(--green-deep); }

  /* Mobile: hide desktop header, show mobile chrome */
  .m-banner, .m-header { display: none; }
  @media (max-width: 768px) {
    .banner, .header { display: none; }
    .m-banner { display: flex; background: var(--green-darker); color: var(--paper); font-size: 12px; font-weight: 500; letter-spacing: 0.05em; align-items: center; justify-content: center; gap: 10px; padding: 8px 10px; white-space: nowrap; }
    .m-banner-stars { color: #FFD970; }
    .m-banner-strong { font-weight: 700; }
    .m-banner .m-sep { opacity: 0.5; }
    .m-header { display: flex; align-items: center; justify-content: space-between; padding: 12px 14px; border-bottom: 1px solid var(--rule); }
    .m-header .logo img { height: 56px; }
    .m-header-ctas { display: flex; align-items: center; gap: 8px; }
    .m-header-call { background: var(--clay); color: var(--paper); padding: 11px 16px; border-radius: 8px; font-weight: 700; font-size: 13px; text-decoration: none; }
    .m-header-hamburger { width: 40px; height: 40px; background: var(--ink); color: var(--paper); border-radius: 6px; display: inline-flex; align-items: center; justify-content: center; }
    .m-header-hamburger span { display: block; width: 18px; height: 2px; background: var(--paper); position: relative; }
    .m-header-hamburger span:before, .m-header-hamburger span:after { content: ""; position: absolute; left: 0; width: 18px; height: 2px; background: var(--paper); }
    .m-header-hamburger span:before { top: -6px; }
    .m-header-hamburger span:after { top: 6px; }
  }

/* Footer link styling - plain text, no green, no underline */
.s10 .s10-list a, .s10-list a, footer .s10-list a {
  color: inherit !important;
  text-decoration: none !important;
}
.s10 .s10-list a:hover, .s10-list a:hover, footer .s10-list a:hover {
  color: var(--paper, #fff) !important;
  text-decoration: none !important;
  opacity: 1;
}

/* Lucide phone icon (replaces 📞 emoji throughout) */
.icon-phone { display: inline-block; width: 1em; height: 1em; vertical-align: -0.14em; flex-shrink: 0; }
a .icon-phone, button .icon-phone { margin-right: 0.5em; }

  /* ===== Inner-page chrome adjustments + content styles ===== */
  /* Hero band */
  .ip-hero {
    background: var(--paper);
    padding: 56px max(56px, calc((100% - 1328px) / 2)) 64px;
    border-bottom: 1px solid var(--rule);
  }
  .ip-hero-inner { display: grid; grid-template-columns: 1.1fr 1fr; gap: 48px; align-items: center; max-width: 1300px; margin: 0 auto; }
  .ip-breadcrumb { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 500; font-size: 13px; letter-spacing: 0.08em; text-transform: uppercase; color: var(--ink-soft); margin-bottom: 18px; }
  .ip-breadcrumb a { color: var(--green-deep); text-decoration: none; }
  .ip-breadcrumb a:hover { text-decoration: underline; }
  .ip-breadcrumb .sep { margin: 0 6px; color: var(--clay); }
  h1.ip-h1 { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 14px; letter-spacing: 0.14em; text-transform: uppercase; color: var(--green-darker); margin-bottom: 14px; }
  .ip-display { font-family: "Josefin Sans", "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 400; font-size: 56px; line-height: 1.04; color: var(--ink); margin-bottom: 20px; }
  .ip-intro { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 400; font-size: 18px; line-height: 1.6; color: var(--ink); margin-bottom: 28px; max-width: 600px; }
  .ip-cta-row { display: flex; gap: 14px; flex-wrap: wrap; }
  .ip-cta-primary { background: var(--clay); color: var(--paper); padding: 17px 30px; font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 15.5px; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; border-radius: 8px; box-shadow: 0 4px 12px rgba(115,185,107,0.28); }
  .ip-cta-primary:hover { background: var(--green-deep); }
  .ip-cta-secondary { background: transparent; color: var(--ink); padding: 17px 26px; font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 15.5px; letter-spacing: 0.04em; text-transform: uppercase; text-decoration: none; border: 2px solid var(--ink); border-radius: 8px; }
  .ip-cta-secondary:hover { background: var(--ink); color: var(--paper); }
  .ip-hero-photo { width: 100%; aspect-ratio: 5/4; object-fit: cover; border-radius: 12px; box-shadow: 0 20px 40px rgba(31,31,27,0.18); }

  /* Sub-services section */
  .ip-section { padding: 72px max(56px, calc((100% - 1328px) / 2)); }
  .ip-section--alt { background: var(--paper-deep); }
  .ip-section-head { max-width: 880px; margin: 0 auto 40px; text-align: center; }
  .ip-eyebrow { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.16em; text-transform: uppercase; color: var(--green-darker); margin-bottom: 12px; }
  .ip-h2 { font-family: "Josefin Sans", "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 400; font-size: 44px; line-height: 1.05; color: var(--ink); margin-bottom: 14px; }
  .ip-section-intro { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-size: 17px; line-height: 1.55; color: var(--ink-soft); }

  .subservices-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1240px; margin: 0 auto; }
  .subservice-card { background: var(--paper-card); border: 1px solid var(--rule); border-radius: 10px; padding: 26px 24px; }
  .subservice-card h3 { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 18px; color: var(--ink); margin-bottom: 8px; line-height: 1.3; }
  .subservice-card p { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 400; font-size: 14.5px; line-height: 1.55; color: var(--ink-soft); }
  .subservice-card::before { content: ""; display: block; width: 30px; height: 3px; background: var(--clay); margin-bottom: 14px; border-radius: 2px; }

  /* Why-choose section */
  .why-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 22px; max-width: 1240px; margin: 0 auto; }
  .why-card { background: var(--paper-card); border: 1px solid var(--rule); border-radius: 10px; padding: 32px 26px; text-align: left; }
  .why-card .why-num { font-family: "Josefin Sans", "Josefin Sans", "Inter", system-ui, sans-serif; font-size: 32px; color: var(--green-deep); margin-bottom: 8px; }
  .why-card h3 { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 19px; color: var(--ink); margin-bottom: 10px; line-height: 1.3; }
  .why-card p { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 400; font-size: 15px; line-height: 1.55; color: var(--ink-soft); }

  /* FAQ */
  .faq-stack { max-width: 880px; margin: 0 auto; }
  .faq-row { background: var(--paper-card); border: 1px solid var(--rule); border-radius: 8px; padding: 18px 24px; margin-bottom: 10px; }
  .faq-row summary { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 16.5px; color: var(--ink); cursor: pointer; list-style: none; position: relative; padding-right: 36px; }
  .faq-row summary::-webkit-details-marker { display: none; }
  .faq-row summary::after { content: "+"; position: absolute; right: 0; top: -2px; font-family: "Josefin Sans", "Josefin Sans", "Inter", system-ui, sans-serif; font-size: 28px; color: var(--green-deep); line-height: 1; }
  .faq-row[open] summary::after { content: "−"; }
  .faq-row[open] summary { margin-bottom: 14px; }
  .faq-row .faq-body { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 400; font-size: 15.5px; line-height: 1.6; color: var(--ink-soft); }

  /* Final CTA band */
  .ip-final-cta { background: var(--green-darker); color: var(--paper); padding: 72px max(56px, calc((100% - 1328px) / 2)); text-align: center; }
  .ip-final-cta .ip-eyebrow { color: var(--green-real); }
  .ip-final-cta .ip-h2 { color: var(--paper); }
  .ip-final-cta p { color: rgba(251,246,233,0.86); font-size: 17px; max-width: 640px; margin: 0 auto 28px; line-height: 1.55; }
  .ip-final-cta .ip-cta-row { justify-content: center; }
  .ip-final-cta .ip-cta-secondary { color: var(--paper); border-color: var(--paper); }
  .ip-final-cta .ip-cta-secondary:hover { background: var(--clay); color: var(--paper); border-color: var(--clay); }

  /* Related services */
  .rel-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; max-width: 1240px; margin: 0 auto; }
  .rel-card { background: var(--paper-card); border: 1px solid var(--rule); border-radius: 10px; overflow: hidden; text-decoration: none; color: var(--ink); display: flex; flex-direction: column; transition: transform 0.15s, box-shadow 0.2s; }
  .rel-card:hover { transform: translateY(-2px); box-shadow: 0 12px 28px rgba(31,31,27,0.12); }
  .rel-card-photo { aspect-ratio: 16/9; background-size: cover; background-position: center; }
  .rel-card h3 { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 17px; padding: 16px 18px 4px; margin: 0; }
  .rel-card-arrow { font-family: "Josefin Sans", "Inter", system-ui, sans-serif; font-weight: 700; font-size: 13px; letter-spacing: 0.10em; text-transform: uppercase; color: var(--green-deep); padding: 0 18px 18px; }

  /* Mobile */
  @media (max-width: 768px) {
    .ip-hero { padding: 32px 18px 40px; }
    .ip-hero-inner { grid-template-columns: 1fr; gap: 24px; }
    .ip-display { font-size: 36px; line-height: 1.08; }
    .ip-intro { font-size: 16px; }
    .ip-cta-primary, .ip-cta-secondary { width: 100%; text-align: center; padding: 16px 22px; font-size: 15px; }
    .ip-section { padding: 48px 18px; }
    .ip-h2 { font-size: 30px; }
    .ip-section-intro { font-size: 15px; }
    .subservices-grid, .why-grid, .rel-grid { grid-template-columns: 1fr; gap: 12px; }
    .subservice-card, .why-card { padding: 22px 20px; }
    .faq-row summary { font-size: 15.5px; padding-right: 32px; }
    .ip-final-cta { padding: 48px 18px; }
    .ip-final-cta p { font-size: 15px; }
  }

