:root {
  --forest: #173f37;
  --forest-deep: #0d2d29;
  --forest-soft: #2d5a50;
  --cream: #f4f1e8;
  --paper: #fbfaf6;
  --orange: #f06438;
  --orange-dark: #d74d29;
  --ink: #19332e;
  --muted: #62736d;
  --line: #d9ddd3;
  --pale-green: #dfece1;
  --shadow: 0 20px 60px rgba(26, 56, 47, 0.1);
  --radius-lg: 24px;
  --radius-md: 14px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: 'DM Sans', Arial, sans-serif; line-height: 1.5; }
body, button, input, select, textarea { font-synthesis: none; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { cursor: pointer; }
.container { width: min(1180px, calc(100% - 48px)); margin: 0 auto; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }

.utility-bar { background: var(--forest-deep); color: #e9f2e7; font-size: 12px; letter-spacing: .02em; }
.utility-inner { min-height: 35px; display: flex; align-items: center; justify-content: space-between; gap: 16px; }
.utility-inner p, .utility-inner a { margin: 0; }
.utility-inner a { color: #fff; font-weight: 700; text-decoration: none; }
.status-dot { display: inline-block; width: 7px; height: 7px; margin-right: 7px; border-radius: 50%; background: #f8b463; box-shadow: 0 0 0 3px rgba(248, 180, 99, .15); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(251, 250, 246, .94); border-bottom: 1px solid rgba(217, 221, 211, .9); backdrop-filter: blur(16px); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 28px; }
.brand { display: inline-flex; align-items: center; gap: 11px; color: var(--forest); text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border-radius: 11px 11px 11px 3px; color: #fff; background: var(--orange); font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: -.08em; transform: rotate(-4deg); }
.brand-copy { display: grid; line-height: 1.05; font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: -.02em; }
.brand-copy strong { font-size: 15px; letter-spacing: -.04em; }
.site-nav { display: flex; align-items: center; gap: 25px; font-size: 13px; font-weight: 600; }
.site-nav a { color: var(--forest); text-decoration: none; }
.site-nav a:not(.nav-cta):hover, .text-link:hover { color: var(--orange-dark); }
.nav-cta { display: inline-flex; gap: 8px; align-items: center; padding: 11px 16px; color: #fff !important; background: var(--forest); border-radius: 9px; }
.nav-cta:hover { background: var(--forest-soft); }
.menu-toggle { display: none; border: 0; background: transparent; padding: 8px; }
.menu-toggle > span:not(.sr-only) { display: block; width: 24px; height: 2px; margin: 5px 0; background: var(--forest); }

.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(430px, .93fr); gap: 7%; align-items: center; min-height: 625px; padding-top: 72px; padding-bottom: 84px; }
.eyebrow { display: flex; align-items: center; gap: 9px; margin: 0 0 18px; color: var(--orange-dark); font-size: 11px; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; }
.eyebrow > span { display: inline-block; width: 21px; height: 2px; background: currentColor; }
.eyebrow-light { color: #ffc078; }
h1, h2, h3, .brand-copy { font-family: 'Space Grotesk', Arial, sans-serif; }
h1, h2, h3, p { margin-top: 0; }
h1 { max-width: 650px; margin-bottom: 24px; color: var(--forest); font-size: clamp(46px, 6.5vw, 82px); font-weight: 600; letter-spacing: -.075em; line-height: .98; }
h1 em, h2 em { color: var(--orange); font-style: normal; }
.hero-intro { max-width: 570px; margin-bottom: 29px; color: var(--muted); font-size: 17px; line-height: 1.7; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 11px; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 11px; min-height: 49px; padding: 13px 19px; border: 0; border-radius: 9px; font-size: 13px; font-weight: 700; text-decoration: none; transition: transform .2s ease, background .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { color: #fff; background: var(--forest); }
.button-primary:hover { background: var(--forest-soft); }
.button-quiet { color: var(--forest); background: transparent; border: 1px solid var(--line); }
.button-quiet:hover { background: #fff; }
.button-orange { color: #fff; background: var(--orange); }
.button-orange:hover { background: var(--orange-dark); }
.hero-assurance { display: flex; align-items: center; gap: 10px; max-width: 470px; margin-top: 27px; color: var(--muted); font-size: 12px; }
.hero-assurance p { margin: 0; }
.hero-assurance strong { color: var(--forest); }
.assurance-check { display: grid; flex: 0 0 auto; place-items: center; width: 21px; height: 21px; color: var(--forest); border: 1px solid #b7cfbc; border-radius: 50%; background: var(--pale-green); font-size: 12px; font-weight: 800; }

.hero-art { position: relative; min-height: 480px; overflow: hidden; border-radius: 30px; background: #e6efe2; box-shadow: var(--shadow); }
.hero-art::before { position: absolute; inset: 0; background: linear-gradient(135deg, rgba(23, 63, 55, .04), transparent 40%), repeating-linear-gradient(90deg, transparent, transparent 58px, rgba(23, 63, 55, .035) 59px); content: ''; }
.art-grid { position: absolute; right: -54px; bottom: -72px; width: 360px; height: 360px; border-radius: 50%; background: repeating-conic-gradient(from 2deg, rgba(255,255,255,.22) 0 3deg, transparent 3deg 8deg); opacity: .82; }
.art-label { position: absolute; top: 29px; left: 30px; color: var(--forest-soft); font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 700; letter-spacing: .16em; }
.art-label span { margin-left: 18px; color: var(--orange-dark); }
.art-sticker { position: absolute; top: 51px; right: 33px; display: grid; place-items: center; width: 82px; height: 82px; color: #fff4de; background: var(--orange); border-radius: 50%; font-family: 'Space Grotesk', sans-serif; font-size: 14px; font-weight: 700; letter-spacing: -.04em; line-height: 1.03; text-align: center; transform: rotate(8deg); }
.pickup-card { position: absolute; top: 121px; right: 49px; left: 43px; padding: 31px; border: 1px solid rgba(23, 63, 55, .07); border-radius: 20px; background: rgba(251,250,246,.95); box-shadow: 0 24px 45px rgba(23, 63, 55, .14); transform: rotate(-3deg); }
.pickup-card-top { display: flex; justify-content: space-between; color: var(--orange-dark); font-family: 'Space Grotesk', sans-serif; font-size: 9px; font-weight: 700; letter-spacing: .16em; }
.mini-dot { width: 8px; height: 8px; border-radius: 50%; background: var(--orange); }
.pickup-card h2 { margin: 36px 0 30px; color: var(--forest); font-size: clamp(28px, 3.7vw, 43px); font-weight: 600; letter-spacing: -.08em; line-height: .98; }
.pickup-card h2 span { color: var(--orange); }
.route-line { display: flex; align-items: center; margin: 0 5px 6px; }
.route-node { display: inline-block; width: 12px; height: 12px; border: 2px solid var(--orange); border-radius: 50%; background: #fff; }
.route-node.filled { background: var(--orange); }
.route-dash { flex: 1; height: 2px; margin: 0 8px; background: repeating-linear-gradient(90deg, var(--orange) 0 7px, transparent 7px 12px); }
.route-labels { display: flex; justify-content: space-between; color: var(--muted); font-size: 10px; }
.pickup-note { display: flex; align-items: center; gap: 10px; margin-top: 29px; padding-top: 17px; border-top: 1px solid var(--line); color: var(--muted); font-size: 11px; line-height: 1.25; }
.pickup-note strong { color: var(--forest); }
.note-icon { display: grid; place-items: center; width: 28px; height: 28px; color: var(--forest); background: var(--pale-green); border-radius: 50%; font-size: 15px; }
.art-caption { position: absolute; right: 33px; bottom: 32px; color: var(--forest); font-family: 'Space Grotesk', sans-serif; font-size: 13px; letter-spacing: -.03em; line-height: 1.12; text-align: right; }
.art-caption strong { color: var(--orange-dark); }

.trust-row { display: flex; align-items: center; justify-content: space-between; gap: 20px; padding: 20px 0 22px; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); color: #71817a; font-size: 11px; font-weight: 600; }
.trust-lead { color: var(--forest); font-size: 12px; font-weight: 700; }
.trust-row span:not(.status-dot) { white-space: nowrap; }

.section { padding-top: 132px; padding-bottom: 132px; }
.services-section { display: grid; grid-template-columns: .73fr 1.55fr; gap: 7%; }
.section-intro h2, .process-heading h2, .area-intro h2, .faq-intro h2 { margin-bottom: 18px; color: var(--forest); font-size: clamp(39px, 4.5vw, 58px); letter-spacing: -.08em; line-height: .98; }
.section-intro > p:not(.eyebrow), .area-intro > p:not(.eyebrow), .faq-intro > p:not(.eyebrow) { max-width: 300px; margin-bottom: 25px; color: var(--muted); font-size: 14px; line-height: 1.7; }
.text-link { display: inline-flex; align-items: center; gap: 9px; color: var(--orange-dark); font-size: 13px; font-weight: 700; text-decoration: none; }
.service-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 12px; }
.service-card { position: relative; min-height: 210px; padding: 22px; border: 1px solid var(--line); border-radius: var(--radius-md); background: var(--paper); transition: transform .2s ease, box-shadow .2s ease, border-color .2s ease; }
.service-card:hover { border-color: #b2c4b5; box-shadow: 0 14px 30px rgba(26, 56, 47, .08); transform: translateY(-4px); }
.service-card h3 { max-width: 180px; margin-bottom: 10px; color: var(--forest); font-size: 19px; letter-spacing: -.06em; line-height: 1.05; }
.service-card p { min-height: 63px; margin-bottom: 14px; color: var(--muted); font-size: 12px; line-height: 1.55; }
.service-card a, .step-card a { color: var(--orange-dark); font-size: 12px; font-weight: 700; text-decoration: none; }
.service-index { margin-bottom: 28px; color: var(--orange-dark); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; }
.featured-service { color: #fff; border-color: var(--forest); background: var(--forest); }
.featured-service h3 { color: #fff; }
.featured-service p { color: #bad0c5; }
.featured-service a { color: #ffc078; }
.service-card-last { background: #f0f4ec; }

.dark-section { color: #eef4e9; background: var(--forest); }
.why-section { padding: 112px 0; }
.why-grid { display: grid; grid-template-columns: .93fr 1fr; gap: 11%; align-items: center; }
.why-art { position: relative; min-height: 470px; overflow: hidden; padding: 30px; border-radius: 20px 60px 20px 20px; color: #d6e9d5; background: #28594c; }
.why-art::before { position: absolute; right: -160px; bottom: -160px; width: 410px; height: 410px; border: 1px solid rgba(255,255,255,.18); border-radius: 50%; box-shadow: 0 0 0 28px rgba(255,255,255,.04), 0 0 0 58px rgba(255,255,255,.03), 0 0 0 88px rgba(255,255,255,.025); content: ''; }
.why-art-top, .why-bottom { position: relative; display: flex; justify-content: space-between; color: #98bdab; font-size: 9px; font-weight: 700; letter-spacing: .14em; }
.why-number { position: absolute; top: 87px; left: 28px; color: #f8b463; font-family: 'Space Grotesk', sans-serif; font-size: clamp(100px, 16vw, 190px); font-weight: 600; letter-spacing: -.14em; line-height: .8; }
.why-stamp { position: absolute; right: 25%; bottom: 27%; display: grid; place-items: center; width: 114px; height: 114px; border: 1px solid rgba(255,255,255,.42); border-radius: 50%; color: #fff0d4; font-family: 'Space Grotesk', sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .05em; line-height: 1.05; text-align: center; transform: rotate(-13deg); }
.why-bottom { position: absolute; right: 30px; bottom: 29px; left: 30px; }
.why-copy h2, .pricing-grid h2, .book-copy h2 { max-width: 570px; margin-bottom: 20px; color: #f2f4e9; font-size: clamp(39px, 4.5vw, 58px); letter-spacing: -.08em; line-height: .98; }
.why-copy h2 em, .pricing-grid h2 em { color: #f8b463; }
.lede { max-width: 510px; color: #b9cfc3; font-size: 15px; line-height: 1.75; }
.benefit-list { display: grid; gap: 0; margin: 29px 0 31px; border-top: 1px solid rgba(220,239,219,.19); }
.benefit-list > div { display: grid; grid-template-columns: 38px 1fr; gap: 10px; padding: 15px 0; border-bottom: 1px solid rgba(220,239,219,.19); }
.benefit-list span, .pricing-factors > div > span { color: #f8b463; font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; }
.benefit-list p { margin: 0; color: #b9cfc3; font-size: 12px; line-height: 1.45; }
.benefit-list strong { color: #f2f4e9; }

.process-section { display: grid; grid-template-columns: .63fr 1.6fr; gap: 7%; align-items: start; }
.process-steps { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.step-card { min-height: 265px; padding: 24px; border: 1px solid var(--line); border-radius: var(--radius-md); background: #fff; }
.step-card-accent { color: #fff; border-color: var(--orange); background: var(--orange); }
.step-number { display: block; margin-bottom: 40px; color: var(--orange-dark); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; }
.step-card-accent .step-number, .step-card-accent a, .step-card-accent .step-note { color: #ffe2b5; }
.step-card h3 { margin-bottom: 9px; color: var(--forest); font-size: 20px; letter-spacing: -.06em; line-height: 1; }
.step-card-accent h3 { color: #fff; }
.step-card p { min-height: 75px; margin-bottom: 13px; color: var(--muted); font-size: 12px; line-height: 1.6; }
.step-card-accent p { color: #fff0db; }
.step-note { color: var(--orange-dark); font-size: 11px; font-weight: 700; }

.work-section { padding-bottom: 132px; }
.work-heading { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 29px; }
.work-heading h2 { margin: 0; color: var(--forest); font-size: clamp(39px, 4.5vw, 58px); letter-spacing: -.08em; line-height: .98; }
.work-heading > p { max-width: 270px; margin: 0 0 3px; color: var(--muted); font-size: 13px; line-height: 1.6; }
.project-grid { display: grid; grid-template-columns: 1.25fr .8fr .8fr; gap: 14px; }
.project-card { overflow: hidden; border-radius: var(--radius-md); background: #dfe8d9; }
.project-visual { position: relative; height: 310px; overflow: hidden; }
.project-garage .project-visual { background: linear-gradient(165deg, #c7d8c7 0 46%, #a7bba7 46% 49%, #c87947 49% 52%, #7b987e 52%); }
.project-garage .project-visual::before { position: absolute; inset: 36px 23px 0; border: 16px solid #8aa293; border-bottom: 0; background: linear-gradient(90deg, rgba(255,255,255,.36) 0 5%, transparent 5% 48%, rgba(255,255,255,.22) 48% 53%, transparent 53%); content: ''; }
.project-home .project-visual { background: linear-gradient(154deg, #edd7ad 0 44%, #cfb786 44% 48%, #a47551 48% 52%, #c7dbca 52%); }
.project-home .project-visual::before { position: absolute; right: 19%; bottom: 0; width: 73%; height: 69%; border-radius: 4px 4px 0 0; background: #fbf6eb; content: ''; box-shadow: -90px 20px 0 -56px #d88b55; }
.project-yard .project-visual { background: linear-gradient(175deg, #a7d0cc 0 51%, #6d985e 51% 72%, #4b7145 72%); }
.project-sun { position: absolute; top: 32px; right: 30px; width: 62px; height: 62px; border-radius: 50%; background: #f5b664; }
.project-box { position: absolute; z-index: 2; bottom: 38px; width: 67px; height: 51px; background: #c98555; box-shadow: inset 0 0 0 4px rgba(93,57,39,.12); }
.box-one { left: 14%; transform: rotate(-6deg); }.box-two { left: 32%; bottom: 32px; transform: rotate(8deg) scale(.8); }
.project-shelf { position: absolute; z-index: 1; right: 14%; bottom: 43px; width: 29%; height: 5px; background: #536e5e; box-shadow: 0 -49px 0 #536e5e, 0 -98px 0 #536e5e; }
.project-window { position: absolute; top: 29px; right: 19%; width: 33%; height: 112px; background: #99c4c1; border: 8px solid #fff6e8; }
.project-couch { position: absolute; bottom: 42px; left: 21%; width: 58%; height: 65px; border-radius: 17px 17px 5px 5px; background: #6a8b7d; box-shadow: 0 -27px 0 -3px #6a8b7d; }
.project-table { position: absolute; right: 10%; bottom: 31px; width: 28%; height: 8px; background: #9c6948; transform: rotate(-4deg); }
.project-plant { position: absolute; bottom: 34px; left: 9%; width: 26px; height: 50px; border-radius: 50% 0 50% 50%; background: #50775d; transform: rotate(-23deg); }
.project-cloud { position: absolute; width: 80px; height: 20px; border-radius: 50%; background: rgba(255,255,255,.55); }.cloud-one { top: 46px; left: 18%; }.cloud-two { top: 74px; right: 10%; transform: scale(.75); }
.project-branch { position: absolute; right: 16%; bottom: 48px; width: 62%; height: 11px; border-radius: 100%; background: #74533d; transform: rotate(-14deg); }.project-branch::after { position: absolute; top: -35px; left: 25%; width: 13px; height: 57px; border-radius: 100%; background: #74533d; content: ''; transform: rotate(-32deg); }
.project-leaves { position: absolute; right: 10%; bottom: 64px; width: 110px; height: 70px; border-radius: 50%; background: #4f7c4e; box-shadow: -32px -18px 0 #608c57, -8px 22px 0 #789c57; transform: rotate(-8deg); }
.project-caption { display: grid; gap: 2px; padding: 16px 18px 18px; background: #f3f1e9; }.project-caption span { color: var(--orange-dark); font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: .12em; }.project-caption strong { color: var(--forest); font-family: 'Space Grotesk', sans-serif; font-size: 16px; letter-spacing: -.04em; }
.photo-note { display: flex; align-items: center; gap: 9px; margin: 17px 0 0; color: var(--muted); font-size: 12px; }.photo-note span { color: var(--orange); }

.area-section { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8%; align-items: center; padding-top: 0; }
.area-map { position: relative; min-height: 490px; overflow: hidden; border-radius: 30px; background: #dce8d8; }
.area-map::before { position: absolute; inset: 0; opacity: .35; background: linear-gradient(135deg, transparent 40%, #bdd2bc 40% 41%, transparent 41% 60%, #bdd2bc 60% 61%, transparent 61%), repeating-linear-gradient(22deg, transparent 0 30px, rgba(96,133,97,.18) 31px 32px); content: ''; }
.map-rings { position: absolute; top: 50%; left: 50%; width: 220px; height: 220px; border: 1px solid rgba(23,63,55,.19); border-radius: 50%; box-shadow: 0 0 0 35px rgba(23,63,55,.06), 0 0 0 70px rgba(23,63,55,.045), 0 0 0 105px rgba(23,63,55,.03); transform: translate(-50%, -50%); }
.map-center { position: absolute; top: 50%; left: 50%; display: grid; place-items: center; width: 41px; height: 41px; color: #fff; border: 4px solid #f6bb73; border-radius: 50% 50% 50% 3px; background: var(--forest); font-family: 'Space Grotesk', sans-serif; font-size: 11px; font-weight: 700; transform: translate(-50%, -72%) rotate(-45deg); }
.area-map > p { position: absolute; right: 30px; bottom: 27px; margin: 0; color: var(--forest); font-size: 12px; line-height: 1.2; text-align: right; }.area-map > p strong { font-family: 'Space Grotesk', sans-serif; font-size: 15px; letter-spacing: -.04em; }
.map-pin { position: absolute; padding: 5px 8px; border-radius: 5px; color: var(--forest); background: rgba(251,250,246,.82); box-shadow: 0 4px 13px rgba(50,87,57,.09); font-family: 'Space Grotesk', sans-serif; font-size: 10px; font-weight: 600; }.map-pin::before { display: inline-block; width: 5px; height: 5px; margin: 0 5px 1px 0; border-radius: 50%; background: var(--orange); content: ''; }.pin-portsmouth { top: 45%; left: 42%; }.pin-hampton { top: 71%; left: 46%; }.pin-exeter { top: 62%; left: 17%; }.pin-rye { top: 30%; left: 55%; }.pin-dover { top: 28%; left: 27%; }.pin-seabrook { top: 84%; left: 64%; }.pin-stratham { top: 50%; left: 61%; }.pin-newmarket { top: 17%; left: 46%; }

.pricing-section { padding: 114px 0; }.pricing-grid { display: grid; grid-template-columns: 1fr .9fr; gap: 13%; align-items: center; }.pricing-grid h2 { max-width: 580px; }.pricing-factors { border-top: 1px solid rgba(220,239,219,.19); }.pricing-factors > div { display: grid; grid-template-columns: 40px 1fr; gap: 11px; padding: 18px 0; border-bottom: 1px solid rgba(220,239,219,.19); }.pricing-factors p { margin: 0; color: #b9cfc3; font-size: 13px; line-height: 1.45; }.pricing-factors strong { color: #f2f4e9; }

.reviews-section { display: grid; grid-template-columns: 100px 1fr; gap: 20px; align-items: start; padding-top: 106px; padding-bottom: 106px; border-bottom: 1px solid var(--line); }.review-mark { color: var(--orange); font-family: Georgia, serif; font-size: 124px; line-height: .7; }.reviews-section blockquote { max-width: 700px; margin: 0 0 23px; color: var(--forest); font-family: 'Space Grotesk', sans-serif; font-size: clamp(27px, 3vw, 43px); font-weight: 600; letter-spacing: -.07em; line-height: 1.05; }.review-support { max-width: 460px; margin-bottom: 19px; color: var(--muted); font-size: 13px; line-height: 1.65; }

.faq-section { display: grid; grid-template-columns: .72fr 1.28fr; gap: 10%; }.faq-list { border-top: 1px solid var(--line); }.faq-list details { border-bottom: 1px solid var(--line); }.faq-list summary { display: flex; justify-content: space-between; gap: 20px; padding: 19px 0; color: var(--forest); font-family: 'Space Grotesk', sans-serif; font-size: 15px; font-weight: 600; letter-spacing: -.03em; list-style: none; cursor: pointer; }.faq-list summary::-webkit-details-marker { display: none; }.faq-list summary span { color: var(--orange); font-size: 22px; font-weight: 400; line-height: 1; transition: transform .2s ease; }.faq-list details[open] summary span { transform: rotate(45deg); }.faq-list details p { max-width: 620px; margin: -3px 35px 21px 0; color: var(--muted); font-size: 13px; line-height: 1.65; }

.book-section { display: grid; grid-template-columns: .8fr 1.2fr; gap: 7%; margin-bottom: 90px; padding: 61px; border-radius: 28px; background: var(--forest); }.book-copy h2 { font-size: clamp(39px, 4.6vw, 62px); }.contact-details { display: grid; gap: 15px; margin-top: 34px; padding-top: 19px; border-top: 1px solid rgba(220,239,219,.2); }.contact-details a, .contact-details p { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 8px; margin: 0; color: #eef4e9; font-size: 12px; text-decoration: none; }.contact-details p { grid-template-columns: 45px 1fr; }.contact-details span { color: #f8b463; font-size: 9px; font-weight: 700; letter-spacing: .13em; }.contact-details b { color: #f8b463; font-size: 16px; }
.request-form { padding: 28px; border-radius: 17px; background: var(--paper); }.form-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 10px; margin-bottom: 21px; }.form-heading strong { color: var(--forest); font-family: 'Space Grotesk', sans-serif; font-size: 18px; letter-spacing: -.05em; }.form-heading span { color: var(--muted); font-size: 10px; }.field-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }.request-form label { display: grid; gap: 6px; margin-bottom: 13px; color: var(--forest); font-size: 11px; font-weight: 700; }.request-form input:not([type='checkbox']):not([type='file']), .request-form select, .request-form textarea { width: 100%; border: 1px solid #d4dbd2; border-radius: 7px; outline: 0; color: var(--ink); background: #fff; padding: 10px 11px; font-size: 12px; font-weight: 400; }.request-form input:focus, .request-form select:focus, .request-form textarea:focus { border-color: var(--orange); box-shadow: 0 0 0 3px rgba(240,100,56,.12); }.request-form textarea { resize: vertical; min-height: 92px; }.file-field { padding: 12px; border: 1px dashed #c6d1c5; border-radius: 8px; background: #f5f8f1; }.file-field input[type='file'] { width: 100%; color: var(--muted); font-size: 11px; font-weight: 400; }.file-field span { color: var(--muted); font-size: 10px; font-weight: 400; }.consent-field { display: flex !important; align-items: flex-start; gap: 8px !important; color: var(--muted) !important; font-size: 10px !important; font-weight: 400 !important; }.consent-field input { flex: 0 0 auto; margin-top: 2px; accent-color: var(--orange); }.request-form .button { width: 100%; margin-top: 4px; }.form-footnote { margin: 13px 0 0; color: var(--muted); font-size: 10px; line-height: 1.45; text-align: center; }.form-footnote a { color: var(--forest); font-weight: 700; }.honeypot { position: absolute; left: -9999px; opacity: 0; pointer-events: none; }.form-status { margin: 9px 0 0; font-size: 12px; font-weight: 700; text-align: center; }.form-status.error { color: #ad3529; }.form-status.success { color: var(--forest); }

.site-footer { padding: 0 0 23px; color: #b9cfc3; background: var(--forest-deep); }.footer-top { display: grid; grid-template-columns: 1fr 1fr auto; align-items: center; gap: 30px; min-height: 130px; border-bottom: 1px solid rgba(220,239,219,.16); }.brand-footer { color: #f2f4e9; }.brand-footer .brand-mark { color: var(--forest); background: #f8b463; }.footer-top > p { margin: 0; font-size: 12px; }.footer-cta { color: #f8b463; font-size: 12px; font-weight: 700; text-decoration: none; }.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 20px; color: #8fac9f; font-size: 10px; }.footer-bottom p { margin: 0; }.footer-bottom a { color: #c5ddd0; text-decoration: none; }

.thank-you-page { display: grid; min-height: 100vh; place-items: center; padding: 25px; background: var(--forest); }.thank-you-card { width: min(660px, 100%); padding: clamp(30px, 7vw, 72px); border-radius: 26px; background: var(--paper); box-shadow: var(--shadow); }.thank-you-card .brand { margin-bottom: 78px; }.thank-you-card h1 { font-size: clamp(48px, 8vw, 78px); }.thank-you-card > p:not(.eyebrow) { max-width: 470px; color: var(--muted); font-size: 15px; line-height: 1.7; }.thank-you-card .thank-you-note { margin-top: 10px; margin-bottom: 28px; font-size: 12px; }.thank-you-card a:not(.brand):not(.button) { color: var(--orange-dark); font-weight: 700; }

@media (max-width: 1020px) {
  .site-nav { gap: 16px; }.hero { gap: 5%; grid-template-columns: minmax(0, 1fr) minmax(360px, .9fr); }.services-section, .process-section { grid-template-columns: .55fr 1.5fr; gap: 4%; }.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.service-card-last { display: none; }.project-grid { grid-template-columns: repeat(3, 1fr); }.project-visual { height: 240px; }.book-section { padding: 44px; gap: 5%; }
}
@media (max-width: 790px) {
  .container { width: min(100% - 34px, 620px); }.utility-inner { min-height: 42px; }.utility-inner p, .utility-inner a { font-size: 10px; }.header-inner { min-height: 70px; }.menu-toggle { display: block; }.site-nav { position: absolute; top: 70px; right: 17px; left: 17px; display: none; align-items: stretch; flex-direction: column; gap: 0; padding: 9px; border: 1px solid var(--line); border-radius: 12px; background: var(--paper); box-shadow: var(--shadow); }.site-nav.is-open { display: flex; }.site-nav a { padding: 12px 13px; }.site-nav .nav-cta { justify-content: space-between; margin-top: 5px; }
  .hero { display: flex; flex-direction: column; gap: 48px; min-height: 0; padding-top: 62px; padding-bottom: 62px; }.hero-copy { width: 100%; }.hero-art { width: 100%; min-height: 430px; }.pickup-card { right: 28px; left: 25px; padding: 25px; }.art-sticker { right: 18px; }.art-label { left: 20px; }.trust-row { align-items: flex-start; flex-wrap: wrap; gap: 10px 17px; }.trust-lead { width: 100%; }
  .section { padding-top: 85px; padding-bottom: 85px; }.services-section, .process-section, .area-section, .faq-section, .pricing-grid, .book-section { display: block; }.section-intro, .process-heading, .area-intro, .faq-intro { margin-bottom: 38px; }.service-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }.service-card-last { display: block; }.service-card { min-height: 205px; }.service-card p { min-height: 70px; }
  .why-section, .pricing-section { padding: 75px 0; }.why-grid { display: flex; flex-direction: column; gap: 52px; align-items: stretch; }.why-art { min-height: 380px; }.why-copy h2, .pricing-grid h2, .book-copy h2 { font-size: 45px; }.process-steps { grid-template-columns: 1fr; }.step-card { min-height: 0; }.step-number { margin-bottom: 28px; }.step-card p { min-height: 0; }.work-heading { align-items: start; flex-direction: column; }.project-grid { grid-template-columns: 1fr; }.project-visual { height: 280px; }.area-section { padding-top: 85px; }.area-map { min-height: 420px; }.pricing-grid .lede { margin-bottom: 28px; }.pricing-factors { margin-top: 46px; }.reviews-section { grid-template-columns: 45px 1fr; gap: 14px; padding-top: 75px; padding-bottom: 75px; }.review-mark { font-size: 70px; }.reviews-section blockquote { font-size: 32px; }.book-section { padding: 34px 22px; }.book-copy { margin-bottom: 42px; }.contact-details { margin-top: 28px; }.footer-top { grid-template-columns: 1fr auto; gap: 20px; min-height: 110px; }.footer-top > p { grid-column: 1 / -1; grid-row: 2; margin-top: -14px; }.footer-bottom { flex-direction: column; gap: 6px; }
}
@media (max-width: 460px) {
  h1 { font-size: 48px; }.hero-intro { font-size: 15px; }.hero-art { min-height: 395px; }.pickup-card { top: 105px; right: 14px; left: 14px; padding: 23px 20px; }.pickup-card h2 { margin-top: 31px; font-size: 30px; }.art-caption { right: 17px; bottom: 18px; }.service-grid, .field-row { grid-template-columns: 1fr; }.service-card { min-height: 0; }.service-card p { min-height: 0; }.why-art { min-height: 330px; }.why-stamp { right: 15%; bottom: 24%; }.map-pin { font-size: 8px; }.pin-portsmouth { left: 35%; }.pin-hampton { left: 38%; }.pin-seabrook { left: 53%; }.pin-exeter { left: 9%; }.pin-dover { left: 17%; }.pin-rye { left: 46%; }.pin-stratham { left: 51%; }.pin-newmarket { left: 33%; }.form-heading { align-items: flex-start; flex-direction: column; gap: 2px; }.request-form { padding: 21px 17px; }.contact-details a, .contact-details p { font-size: 11px; }
}
