:root {
  --ink: #17211d;
  --muted: #66716d;
  --paper: #f5f6f1;
  --white: #fff;
  --line: #d7ddd7;
  --acid: #d9f06b;
  --orange: #f2633d;
  --dark: #1b2923;
  --shell: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: 'DM Sans', sans-serif; font-size: 16px; line-height: 1.5; }
body.modal-open { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.section-shell { max-width: var(--shell); margin: 0 auto; padding-left: 32px; padding-right: 32px; }
.site-header { height: 84px; display: flex; align-items: center; justify-content: space-between; max-width: var(--shell); margin: auto; padding: 0 32px; position: relative; z-index: 5; }
.brand { display: flex; align-items: center; gap: 11px; }
nav { display: flex; align-items: center; gap: 26px; font-size: 13px; font-weight: 600; }
nav a { transition: color .2s; }
nav a:hover, .inline-link:hover { color: var(--orange); }
.nav-cta { background: var(--ink); color: white; padding: 13px 17px; }
.nav-cta span { color: var(--acid); margin-left: 8px; }
.menu-toggle { display: none; background: none; border: 0; color: var(--ink); font-weight: 700; }
.eyebrow { margin: 0 0 22px; text-transform: uppercase; font-size: 11px; letter-spacing: .12em; font-weight: 700; color: var(--muted); }
.eyebrow span { display: inline-block; width: 26px; height: 2px; background: var(--orange); vertical-align: middle; margin: 0 10px 3px 0; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: 'Manrope', sans-serif; }
h1 { font-size: clamp(48px, 6vw, 79px); line-height: 1.01; letter-spacing: -.045em; margin-bottom: 25px; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
h2 { font-size: clamp(35px, 4vw, 54px); line-height: 1.07; letter-spacing: -.04em; margin-bottom: 18px; }
.hero { min-height: 620px; padding-top: 90px; padding-bottom: 105px; display: grid; grid-template-columns: 1fr 1fr; align-items: center; gap: 70px; }
.hero-lede { max-width: 460px; color: var(--muted); font-size: 18px; line-height: 1.55; margin-bottom: 33px; }
.hero-actions { display: flex; align-items: center; gap: 28px; flex-wrap: wrap; }
.button { display: inline-flex; border: 0; align-items: center; justify-content: center; gap: 22px; padding: 16px 20px; font-weight: 700; cursor: pointer; transition: transform .2s, background .2s; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--white); }
.button-primary span { color: var(--acid); font-size: 20px; }
.inline-link { border: 0; background: none; padding: 0; font-weight: 700; font-size: 14px; }
.inline-link span { color: var(--orange); font-size: 20px; margin-left: 7px; }
.hero-proof { display: flex; align-items: center; gap: 10px; margin-top: 65px; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: .07em; line-height: 1.4; }
.hero-proof strong { font: 800 22px 'Manrope', sans-serif; color: var(--ink); letter-spacing: 0; }
.hero-proof i { width: 1px; height: 30px; background: var(--line); margin: 0 15px; }
.estimate-card { background: var(--white); box-shadow: 0 18px 60px rgba(26,42,34,.1); border: 1px solid #e3e7e2; }
.card-heading, .card-footer { display: flex; justify-content: space-between; align-items: center; padding: 17px 21px; color: var(--muted); font-size: 10px; letter-spacing: .1em; font-weight: 700; }
.ready { color: #33815a; }.ready i { display: inline-block; width: 6px; height: 6px; border-radius: 50%; background: #55b87a; margin-right: 6px; }
.plan-canvas { height: 390px; background: #eff2eb; position: relative; overflow: hidden; }
.plan-grid { position: absolute; inset: 0; background-image: linear-gradient(#dce2d8 1px, transparent 1px), linear-gradient(90deg, #dce2d8 1px, transparent 1px); background-size: 34px 34px; opacity: .7; }
.plan-line { position: absolute; background: var(--ink); height: 2px; transform-origin: left center; }.line-one { width: 61%; left: 17%; top: 40%; }.line-two { width: 43%; left: 28%; top: 40%; transform: rotate(63deg); }.line-three { width: 35%; left: 57%; top: 40%; transform: rotate(118deg); }
.plan-node { position: absolute; width: 11px; height: 11px; border: 3px solid var(--orange); background: var(--paper); border-radius: 50%; }.node-one { top: 38.6%; left: 15%; }.node-two { top: 38.6%; left: 74%; }.node-three { top: 75%; left: 38%; }
.plan-label { position: absolute; font-size: 9px; font-weight: 700; letter-spacing: .1em; color: var(--muted); }.label-one { left: 12%; top: 31%; }.label-two { right: 20%; top: 33%; }.label-three { left: 34%; bottom: 17%; }
.floating-stat { position: absolute; background: var(--white); padding: 14px 38px 14px 15px; box-shadow: 0 8px 20px rgba(29,43,35,.1); min-width: 145px; }.floating-stat span { display: block; font-size: 8px; letter-spacing: .1em; color: var(--muted); font-weight: 700; }.floating-stat b { font: 700 17px 'Manrope', sans-serif; }.floating-stat small { position: absolute; right: 11px; top: 13px; color: var(--orange); font-size: 10px; }.stat-one { top: 18%; right: 8%; }.stat-two { left: 8%; bottom: 11%; }
.card-footer { background: var(--dark); color: #aab8b0; justify-content: flex-start; gap: 30px; }.card-footer b { color: var(--acid); margin-right: 7px; }
.trust-row { max-width: var(--shell); margin: auto; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); padding: 25px 32px; display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; letter-spacing: .14em; font-weight: 700; }
.content-section { padding-top: 145px; padding-bottom: 160px; }.section-intro { max-width: 620px; margin-bottom: 62px; }.section-intro > p:last-child { color: var(--muted); max-width: 480px; }.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.service-card { min-height: 335px; border-right: 1px solid var(--line); padding: 27px 23px 24px; position: relative; display: flex; flex-direction: column; }.service-card:first-child { border-left: 1px solid var(--line); }.service-number { color: var(--orange); font-size: 11px; font-weight: 700; }.service-icon { font-size: 42px; color: var(--orange); line-height: 1; margin: 28px 0 25px; }.service-card h3 { font-size: 19px; margin-bottom: 11px; }.service-card p { font-size: 13px; color: var(--muted); line-height: 1.65; }.service-card a { font-size: 12px; font-weight: 700; margin-top: auto; }.service-card a span { color: var(--orange); margin-left: 9px; }
.tools-section { background: var(--dark); color: white; padding: 120px 0; }.tools-layout { display: grid; grid-template-columns: 1fr 1.2fr; gap: 110px; }.light .eyebrow { color: #8e9d95; }.light h2 { color: white; }.light > p:last-child { color: #b8c4bd; }.tools-list { border-top: 1px solid #52625a; }.tool-item { display: grid; grid-template-columns: 45px 1fr 30px; align-items: start; gap: 14px; padding: 27px 0; border-bottom: 1px solid #52625a; }.tool-index { font-size: 11px; color: var(--acid); font-weight: 700; }.tool-item h3 { font-size: 20px; margin-bottom: 5px; }.tool-item p { font-size: 13px; color: #b8c4bd; margin: 0; }.tool-arrow { color: var(--acid); font-size: 22px; }
.proof-section { padding-top: 125px; padding-bottom: 125px; }.proof-stats { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 40px; }.proof-stats div { padding: 24px 20px 24px 0; border-right: 1px solid var(--line); }.proof-stats div:not(:first-child) { padding-left: 20px; }.proof-stats div:last-child { border-right: 0; }.proof-stats strong { display: block; color: var(--orange); font: 800 28px 'Manrope', sans-serif; }.proof-stats span { display: block; margin-top: 7px; color: var(--muted); font-size: 12px; }.testimonials { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; }.testimonials article { background: var(--dark); color: white; padding: 28px; }.quote-mark { color: var(--acid); font: 800 36px/1 'Manrope', sans-serif; }.testimonials p { max-width: 420px; font: 600 18px/1.4 'Manrope', sans-serif; }.testimonials footer { color: #b8c4bd; font-size: 11px; }.testimonials footer span { color: var(--acid); margin-left: 10px; }
.process-section { padding-top: 140px; padding-bottom: 140px; }.process-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 70px; }.process-heading h2 { margin: 0; }.steps { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--line); }.step { padding: 25px 25px 0 0; border-right: 1px solid var(--line); margin-right: 25px; }.step b { display: flex; width: 36px; height: 36px; background: var(--acid); align-items: center; justify-content: center; border-radius: 50%; font: 700 14px 'Manrope', sans-serif; margin-bottom: 31px; }.step h3 { font-size: 18px; margin-bottom: 10px; }.step p { font-size: 13px; color: var(--muted); max-width: 190px; }
.about-section { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; align-items: center; padding-top: 115px; padding-bottom: 145px; border-top: 1px solid var(--line); }.about-seal { width: 270px; height: 270px; border: 1px solid var(--orange); border-radius: 50%; margin: auto; display: flex; align-items: center; justify-content: center; flex-direction: column; position: relative; color: var(--orange); text-align: center; }.about-seal span { font: 800 35px 'Manrope', sans-serif; letter-spacing: -.07em; }.about-seal strong { font-size: 12px; letter-spacing: .15em; }.about-seal i { font-style: normal; font-size: 10px; letter-spacing: .2em; margin-top: 22px; }.about-copy { max-width: 530px; }.about-copy > p:not(.eyebrow) { color: var(--muted); font-size: 15px; }.about-copy ul { padding: 0; list-style: none; border-top: 1px solid var(--line); margin-top: 30px; }.about-copy li { border-bottom: 1px solid var(--line); padding: 12px 0; font-size: 13px; }.about-copy li:before { content: '+'; color: var(--orange); font-weight: 700; margin-right: 14px; }
.contact-section { background: var(--acid); padding: 120px 0 125px; }.contact-layout { display: grid; grid-template-columns: .85fr 1.15fr; gap: 100px; }.contact-copy h2 { font-size: clamp(42px, 5vw, 65px); }.contact-copy > p:not(.eyebrow) { max-width: 350px; color: #45523f; }.guarantee { display: inline-flex; align-items: center; gap: 12px; margin-top: 37px; padding: 12px 16px; background: var(--ink); color: white; }.guarantee strong { color: var(--acid); font: 800 30px/1 'Manrope', sans-serif; }.guarantee span { font-size: 10px; text-transform: uppercase; letter-spacing: .08em; line-height: 1.35; }.contact-details { margin-top: 30px; border-top: 1px solid rgba(23,33,29,.25); }.contact-details p { border-bottom: 1px solid rgba(23,33,29,.25); padding: 11px 0; margin: 0; font-size: 14px; }.contact-details span { display: inline-block; width: 75px; color: #68755f; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; font-weight: 700; }.contact-details a { font-weight: 700; }
.quote-form { background: var(--dark); color: white; padding: 32px; display: grid; grid-template-columns: 1fr 1fr; gap: 22px; box-shadow: 0 20px 45px rgba(23,33,29,.16); }.form-heading { grid-column: 1/-1; padding-bottom: 8px; border-bottom: 1px solid #52625a; }.form-heading span { color: var(--acid); font-size: 11px; font-weight: 700; letter-spacing: .12em; }.form-heading p { color: #b8c4bd; font-size: 11px; margin: 6px 0 0; }.form-field { display: flex; flex-direction: column; gap: 7px; }.form-field label, .modal-card label { color: #b8c4bd; font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: .1em; }.form-field input, .form-field select, .form-field textarea, .modal-card input { width: 100%; border: 0; border-bottom: 1px solid #52625a; padding: 10px 0; color: white; outline: 0; background: transparent; resize: vertical; }.form-field select option { color: var(--ink); }.form-field input:focus, .form-field select:focus, .form-field textarea:focus, .modal-card input:focus { border-color: var(--acid); }.form-field input::placeholder, .form-field textarea::placeholder { color: #819088; }.full { grid-column: 1/-1; }.button-dark { background: var(--acid); color: var(--ink); justify-content: space-between; }.button-dark span { color: var(--orange); font-size: 20px; }.form-note { margin: 0; color: #b8c4bd; font-size: 11px; }
.modal[hidden], .sample-download[hidden] { display: none; }.modal { position: fixed; inset: 0; z-index: 20; display: grid; place-items: center; padding: 20px; }.modal-backdrop { position: absolute; inset: 0; background: rgba(23,33,29,.78); }.modal-card { position: relative; width: min(100%, 500px); background: var(--paper); padding: 38px; box-shadow: 0 25px 80px rgba(0,0,0,.3); }.modal-card h2 { margin-bottom: 10px; }.modal-card > p:not(.eyebrow) { color: var(--muted); }.modal-card form { display: grid; gap: 9px; margin-top: 25px; }.modal-card label { color: var(--muted); }.modal-card input { color: var(--ink); border-color: var(--line); margin-bottom: 10px; }.modal-close { position: absolute; top: 12px; right: 15px; border: 0; background: none; font-size: 28px; color: var(--muted); }.sample-download { color: var(--ink); font-size: 12px; font-weight: 700; text-decoration: underline; text-decoration-color: var(--orange); text-underline-offset: 4px; }.sample-download span { color: var(--orange); margin-left: 6px; }.mobile-action-bar { display: none; }
.site-footer { max-width: var(--shell); margin: auto; padding: 38px 32px; display: flex; align-items: center; justify-content: space-between; font-size: 11px; color: var(--muted); }.site-footer > p:last-child { margin: 0; }.reveal { animation: rise .7s both; }.delay-one { animation-delay: .15s; }.delay-two { animation-delay: .3s; }@keyframes rise { from { opacity: 0; transform: translateY(18px); } to { opacity: 1; transform: none; } }

@media (max-width: 800px) {
  .site-header { height: 72px; padding: 0 20px; }
  .menu-toggle { display: block; }
  .site-header nav { display: none; position: absolute; top: 72px; left: 20px; right: 20px; background: var(--dark); color: white; padding: 18px; box-shadow: 0 12px 30px rgba(0,0,0,.16); flex-direction: column; align-items: stretch; gap: 0; }
  .site-header nav.open { display: flex; }
  .site-header nav a { padding: 13px 8px; border-bottom: 1px solid #52625a; }
  .site-header nav .nav-cta { margin-top: 10px; text-align: center; border: 0; background: var(--acid); color: var(--ink); }
  .section-shell { padding-left: 20px; padding-right: 20px; }
  .hero { grid-template-columns: 1fr; gap: 48px; padding-top: 58px; padding-bottom: 78px; }
  .hero-copy { max-width: 560px; }
  .estimate-card { max-width: 600px; width: 100%; margin: auto; }
  .trust-row { padding: 20px; display: grid; grid-template-columns: 1fr 1fr; gap: 15px; }
  .content-section { padding-top: 100px; padding-bottom: 105px; }
  .service-grid { grid-template-columns: 1fr 1fr; }
  .service-card { border-bottom: 1px solid var(--line); min-height: 310px; }
  .service-card:nth-child(3) { border-left: 1px solid var(--line); }
  .tools-section { padding: 100px 0; }
  .tools-layout { grid-template-columns: 1fr; gap: 55px; }
  .proof-section { padding-top: 100px; padding-bottom: 100px; }
  .proof-stats { grid-template-columns: 1fr 1fr; }
  .proof-stats div:nth-child(2) { border-right: 0; }
  .proof-stats div:nth-child(3) { border-top: 1px solid var(--line); padding-left: 0; }
  .proof-stats div:nth-child(4) { border-top: 1px solid var(--line); }
  .testimonials { grid-template-columns: 1fr; }
  .process-section { padding-top: 100px; padding-bottom: 100px; }
  .process-heading { display: block; margin-bottom: 50px; }
  .steps { grid-template-columns: 1fr 1fr; gap: 30px; }
  .step { border-right: 0; margin: 0; padding-right: 10px; }
  .about-section { grid-template-columns: 1fr; gap: 65px; padding-top: 100px; padding-bottom: 105px; }
  .contact-section { padding: 100px 0 115px; }
  .contact-layout { grid-template-columns: 1fr; gap: 55px; }
  .site-footer { padding: 30px 20px 95px; display: grid; gap: 20px; }
  .site-footer > p { margin: 0; }
  .site-footer > p:last-child { grid-column: 1/-1; }
  .mobile-action-bar { position: fixed; display: grid; grid-template-columns: 1fr 1fr; gap: 8px; left: 0; right: 0; bottom: 0; z-index: 10; padding: 8px; background: var(--dark); }
  .mobile-action-bar a { padding: 12px 8px; color: var(--ink); background: var(--acid); text-align: center; font-size: 11px; font-weight: 700; }
  .mobile-action-bar a:last-child { background: var(--orange); color: white; }
  .mobile-action-bar span { display: block; font-size: 9px; }
}
@media (max-width: 480px) { h1 { font-size: 47px; }.hero-lede { font-size: 16px; }.hero-proof { margin-top: 44px; gap: 7px; }.plan-canvas { height: 300px; }.floating-stat { transform: scale(.85); transform-origin: bottom right; }.stat-one { right: 0; }.stat-two { left: 0; transform-origin: bottom left; }.card-footer { gap: 14px; padding: 14px; font-size: 9px; }.service-grid { grid-template-columns: 1fr; }.service-card, .service-card:nth-child(3) { border-left: 1px solid var(--line); }.service-card { min-height: 270px; }.section-intro { margin-bottom: 40px; }.steps { grid-template-columns: 1fr; }.step { border-bottom: 1px solid var(--line); padding-bottom: 20px; }.quote-form { padding: 22px; grid-template-columns: 1fr; gap: 19px; }.full, .form-heading { grid-column: auto; }.contact-details { margin-top: 30px; }.about-seal { width: 220px; height: 220px; }.about-seal img { width: 310px; height: 310px; }.about-seal span { font-size: 29px; }.hero-actions { gap: 18px; }.modal-card { padding: 30px 22px; } }
@media (min-width: 768px) { .mobile-action-bar { display: none; } }
.brand { width: 84px; height: 84px; gap: 0; overflow: hidden; flex-shrink: 0; position: relative; background: var(--paper); }
.brand img { display: block; width: 118px; height: 118px; max-width: none; object-fit: contain; transform: translate(-14px, -14px); mix-blend-mode: multiply; }
.about-seal { border: 0; overflow: hidden; }
.about-seal img { position: absolute; top: 50%; left: 50%; display: block; width: 380px; height: 380px; max-width: none; object-fit: contain; transform: translate(-50%, -50%); mix-blend-mode: multiply; }
.about-seal strong { max-width: 190px; font-size: 9px; line-height: 1.35; letter-spacing: .08em; }
@media (max-width: 800px) { .brand { width: 68px; height: 68px; }.brand img { width: 94px; height: 94px; transform: translate(-13px, -13px); } }
