:root {
  --ink: #102f43;
  --cream: #f4faff;
  --paper: #ffffff;
  --acid: #8fd3ff;
  --coral: #c7eaff;
  --blue: #dff3ff;
  --line: rgba(16, 47, 67, 0.18);
  --radius: 30px;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, sans-serif;
  --serif: Georgia, "Times New Roman", serif;
}

* { box-sizing: border-box; }
[hidden] { display: none !important; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--cream); font-family: var(--sans); font-size: 16px; line-height: 1.5; }
img, video { display: block; width: 100%; }
a { color: inherit; }
button, input, select, textarea { font: inherit; }
button { color: inherit; }
.skip-link { position: fixed; left: 1rem; top: -10rem; z-index: 100; background: white; padding: .8rem 1rem; }
.skip-link:focus { top: 1rem; }
.announcement { min-height: 34px; display: flex; align-items: center; justify-content: center; gap: 1rem; background: #bde7ff; text-transform: uppercase; letter-spacing: .12em; font-weight: 800; font-size: .72rem; }
.site-header { height: 74px; padding: 0 clamp(1rem, 4vw, 4rem); display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 2rem; background: rgba(255,255,255,.9); border-bottom: 1px solid var(--line); backdrop-filter: blur(16px); position: sticky; top: 0; z-index: 50; }
.brand { display: inline-flex; align-items: center; gap: .9rem; width: max-content; color: var(--ink); text-decoration: none; }
.brand__wordmark { width: 9.25rem; display: flex; flex-direction: column; line-height: .78; text-transform: uppercase; }
.brand__wordmark > span { display: flex; justify-content: space-between; font-size: .67rem; font-weight: 850; letter-spacing: .12em; }
.brand__wordmark > strong { width: 100%; display: block; font-size: 1.3rem; font-weight: 950; letter-spacing: .205em; }
.brand__tagline { padding-left: .9rem; border-left: 1px solid var(--line); font-family: var(--serif); font-size: .8rem; font-style: italic; line-height: 1.15; white-space: nowrap; }
.header-reassurance, .button__mobile-label { display: none; }
.site-header nav { display: flex; gap: 2rem; }
.site-header nav a { text-decoration: none; font-weight: 700; font-size: .86rem; }
.site-header nav a:hover { text-decoration: underline; text-underline-offset: .3rem; }
.site-header > .button { justify-self: end; }
.button { min-height: 50px; display: inline-flex; align-items: center; justify-content: center; gap: .75rem; padding: .8rem 1.25rem; border: 2px solid transparent; border-radius: 999px; text-decoration: none; font-weight: 850; letter-spacing: -.02em; cursor: pointer; transition: transform .18s ease, background .18s ease, color .18s ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 3px solid #3d61ff; outline-offset: 3px; }
.button--mini { min-height: 42px; padding: .55rem 1rem; background: var(--ink); color: white; font-size: .84rem; }
.button--primary { background: var(--acid); border-color: var(--ink); box-shadow: 4px 4px 0 var(--ink); }
.button--ghost { border-color: var(--ink); }
.button--ink { background: var(--ink); color: white; }
.button--ghost-dark { color: #082a3f; border-color: rgba(8,42,63,.4); background: rgba(255,255,255,.22); }
.hero { min-height: calc(100svh - 108px); padding: clamp(2.5rem, 6vw, 6rem) clamp(1rem, 5vw, 5.5rem); display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(2rem, 5vw, 6rem); align-items: center; overflow: hidden; }
.eyebrow { margin: 0 0 1.2rem; font-size: .75rem; font-weight: 900; letter-spacing: .14em; text-transform: uppercase; }
.eyebrow--light { color: var(--acid); }
h1, h2 { margin: 0; font-weight: 950; letter-spacing: -.07em; line-height: .88; text-transform: uppercase; }
h1 { max-width: 760px; font-size: clamp(4rem, 5.4vw, 6.7rem); }
h1 > span { white-space: nowrap; }
h2 { font-size: clamp(3.2rem, 6.7vw, 7rem); }
h1 em, h2 em { font-family: var(--serif); font-weight: 500; text-transform: none; letter-spacing: -.06em; }
.hero__lede { max-width: 600px; margin: 2rem 0; font-size: clamp(1.05rem, 1.55vw, 1.32rem); line-height: 1.55; }
.hero__actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.proof-link { margin-top: 2rem; display: inline-flex; align-items: baseline; gap: .45rem; text-decoration: none; border-bottom: 1px solid var(--line); padding-bottom: .35rem; }
.proof-link strong { font-size: 1.1rem; }
.proof-link span { letter-spacing: .05em; }
.proof-link small { font-size: .78rem; color: #50534d; }
.hero__media { position: relative; min-height: min(670px, 68vw); }
.hero__photo { margin: 0; overflow: hidden; border: 2px solid var(--ink); box-shadow: 8px 8px 0 #8fd3ff; }
.hero__photo img { height: 100%; object-fit: cover; }
.hero__photo--main { position: absolute; inset: 0 10% 4% 0; border-radius: 42% 42% 28px 28px; transform: rotate(1.5deg); }
.hero__photo--small { position: absolute; width: 37%; aspect-ratio: .78; right: 0; bottom: -1%; border-radius: 50% 50% 18px 18px; transform: rotate(-4deg); box-shadow: 5px 5px 0 #2c8fc9; }
.hero__note { position: absolute; top: 7%; right: 0; max-width: 140px; padding: .8rem .95rem; background: var(--acid); border: 2px solid var(--ink); transform: rotate(3deg); font-size: .8rem; font-weight: 900; line-height: 1.15; text-transform: uppercase; }
.hero__note span { color: #2db148; }
.proof-strip { display: grid; grid-template-columns: repeat(4,1fr); border-top: 2px solid var(--ink); border-bottom: 2px solid var(--ink); background: var(--paper); }
.proof-strip > div { padding: 1.5rem clamp(1rem, 3vw, 3rem); display: flex; flex-direction: column; border-right: 1px solid var(--line); }
.proof-strip > div:last-child { border-right: 0; }
.proof-strip strong { font-size: clamp(1.8rem, 3vw, 3.3rem); line-height: 1; letter-spacing: -.06em; }
.proof-strip span { margin-top: .35rem; font-size: .76rem; font-weight: 800; text-transform: uppercase; letter-spacing: .08em; }
.section { padding: clamp(5rem, 9vw, 10rem) clamp(1rem, 5vw, 5.5rem); }
.section-heading { display: grid; grid-template-columns: 1fr 1.4fr .8fr; gap: 2rem; align-items: end; margin-bottom: clamp(2.5rem, 5vw, 5rem); }
.section-heading .eyebrow { align-self: start; }
.section-heading h2 { font-size: clamp(3rem, 5.6vw, 6rem); }
.section-heading > p:last-child { margin: 0; font-size: 1.05rem; }
.service-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.service-card { min-height: 460px; padding: 1.4rem; border: 2px solid var(--ink); border-radius: var(--radius); display: flex; flex-direction: column; overflow: hidden; position: relative; }
.service-card--yellow { background: var(--acid); }
.service-card--coral { background: var(--coral); }
.service-card--photo { color: white; background: var(--ink); }
.service-card--photo::before { content: ""; position: absolute; inset: 0; background-image: linear-gradient(to top, rgba(0,0,0,.78), rgba(0,0,0,.05) 60%), var(--card-image); background-size: cover; background-position: center; }
.service-card > * { position: relative; z-index: 1; }
.service-card__number { font-size: .75rem; font-weight: 900; }
.service-card h3 { margin: auto 0 .75rem; max-width: 250px; font-size: clamp(1.65rem, 2.4vw, 2.6rem); line-height: .95; letter-spacing: -.05em; }
.service-card p { min-height: 76px; margin: 0 0 1.2rem; }
.text-button { min-height: 44px; padding: 0; width: 100%; display: flex; justify-content: space-between; align-items: center; background: none; border: 0; border-top: 1px solid currentColor; font-weight: 900; cursor: pointer; text-align: left; }
.real-life { background: #0d3f60; color: white; padding: clamp(5rem, 8vw, 9rem) 0 clamp(4rem, 7vw, 8rem); overflow: hidden; }
.real-life__heading { padding: 0 clamp(1rem, 5vw, 5.5rem); margin-bottom: 3rem; }
.real-life h2 { font-size: clamp(4rem, 9.5vw, 10rem); }
.real-life h2 em { color: var(--acid); }
.video-rail { display: grid; grid-template-columns: repeat(4, minmax(260px, 1fr)); gap: 1rem; padding: 0 clamp(1rem, 5vw, 5.5rem); overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--acid) #333; }
.video-card { min-width: 0; scroll-snap-align: start; }
.video-card video { aspect-ratio: 9 / 16; object-fit: cover; border-radius: 26px; border: 1px solid #4b4d48; background: #222; pointer-events: none; }
.video-card > div { display: flex; flex-direction: column; padding: 1rem .3rem 0; }
.video-card strong { font-size: 1.15rem; }
.video-card span { color: #aaa; font-size: .85rem; }
.meet { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(3rem, 8vw, 8rem); align-items: center; background: var(--paper); }
.meet__collage { min-height: 650px; position: relative; }
.meet__photo { position: absolute; margin: 0; border: 2px solid var(--ink); overflow: hidden; }
.meet__photo img { height: 100%; object-fit: cover; }
.meet__photo--one { inset: 0 27% 15% 0; border-radius: 48% 48% 20px 20px; transform: rotate(-2deg); }
.meet__photo--two { width: 46%; height: 48%; right: 0; bottom: 0; border-radius: 22px; transform: rotate(4deg); }
.scribble { position: absolute; top: 5%; right: 0; background: var(--blue); border: 2px solid var(--ink); padding: .8rem 1rem; font-family: var(--serif); font-size: 1.05rem; font-style: italic; transform: rotate(7deg); }
.meet__copy h2 { font-size: clamp(3.8rem, 7.2vw, 7.5rem); }
.meet__lead { margin: 2rem 0 1rem; font-size: 1.35rem; font-weight: 800; line-height: 1.25; }
.meet__copy > p:not(.eyebrow):not(.meet__lead) { max-width: 590px; color: #4c4d48; }
.meet__copy .button { margin-top: 1rem; }
.details { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(3rem, 8vw, 9rem); }
.details__intro { position: sticky; top: 120px; align-self: start; }
.details__intro h2 { font-size: clamp(3.3rem, 6vw, 6.4rem); }
.details__list article { padding: 1.8rem 0; display: grid; grid-template-columns: 60px 1fr; gap: 1rem; border-top: 2px solid var(--ink); }
.details__list article:last-child { border-bottom: 2px solid var(--ink); }
.details__list article > span { font-size: .75rem; font-weight: 900; }
.details__list h3 { margin: 0 0 .45rem; font-size: 1.45rem; letter-spacing: -.04em; }
.details__list p { margin: 0; color: #575950; }
.reviews { background: linear-gradient(135deg, #42a7df 0%, #77c9f4 100%); color: #082a3f; }
.reviews__top { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 4rem; }
.reviews__top h2 { font-size: clamp(3.3rem, 6.7vw, 7.4rem); }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
blockquote { margin: 0; min-height: 300px; padding: 1.8rem; border-radius: 24px; background: white; color: var(--ink); display: flex; flex-direction: column; }
blockquote > div { letter-spacing: .08em; }
blockquote p { margin: 2rem 0; font-family: var(--serif); font-size: clamp(1.45rem, 2.2vw, 2.25rem); line-height: 1.08; }
blockquote footer { margin-top: auto; font-size: .78rem; font-weight: 850; text-transform: uppercase; letter-spacing: .08em; }
.review-evidence__header { margin-top: 4.5rem; padding-top: 1.5rem; border-top: 1px solid rgba(8,42,63,.28); display: flex; align-items: end; justify-content: space-between; gap: 1rem; }
.review-evidence__header > div { display: flex; flex-direction: column; }
.review-evidence__header strong { font-size: 1.2rem; }
.review-evidence__header span { color: rgba(8,42,63,.72); font-size: .88rem; }
.review-pause { min-height: 44px; padding: .5rem .9rem; border: 1px solid rgba(8,42,63,.45); border-radius: 999px; background: rgba(255,255,255,.2); color: #082a3f; font-weight: 800; cursor: pointer; }
.review-marquee { width: calc(100% + clamp(2rem, 10vw, 11rem)); margin-left: calc(clamp(1rem, 5vw, 5.5rem) * -1); margin-top: 1.5rem; overflow: hidden; mask-image: linear-gradient(to right, transparent, black 4%, black 96%, transparent); }
.review-marquee__track { width: max-content; display: flex; gap: 1rem; animation: review-scroll 168s linear infinite; }
.review-marquee__duplicate { display: contents; }
.review-marquee img { width: clamp(300px, 32vw, 460px); height: auto; align-self: flex-start; border-radius: 22px; border: 3px solid rgba(255,255,255,.98); background: white; box-shadow: 0 18px 40px rgba(12,62,92,.24); }
.review-marquee.is-paused .review-marquee__track, .review-marquee:hover .review-marquee__track, .review-marquee:focus-within .review-marquee__track { animation-play-state: paused; }
@keyframes review-scroll { to { transform: translateX(calc(-50% - .5rem)); } }
.request { display: grid; grid-template-columns: .85fr 1.15fr; gap: clamp(3rem, 8vw, 8rem); background: var(--acid); }
.request__copy h2 { font-size: clamp(3.2rem, 6vw, 6.3rem); }
.request__copy > p:not(.eyebrow) { max-width: 500px; font-size: 1.1rem; }
.request__contact { margin-top: 2rem; display: flex; flex-direction: column; font-weight: 800; }
.request__contact span { font-size: .75rem; text-transform: uppercase; letter-spacing: .09em; }
.request__contact a { font-size: 1.4rem; }
.request-form { padding: clamp(1.5rem, 4vw, 3rem); border: 2px solid var(--ink); border-radius: 28px; background: var(--paper); box-shadow: 9px 9px 0 var(--ink); }
.request-form label { display: block; margin-bottom: 1rem; }
.request-form label > span { display: block; margin-bottom: .45rem; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .08em; }
.request-form input, .request-form select, .request-form textarea { width: 100%; min-height: 54px; border: 2px solid var(--ink); border-radius: 12px; background: white; padding: .85rem 1rem; }
.request-form textarea { resize: vertical; }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.button--submit { width: 100%; min-height: 58px; border-radius: 12px; background: var(--ink); color: white; }
.form-note { margin: .75rem 0 0; color: #66685f; font-size: .78rem; text-align: center; }
.site-footer { padding: 3.5rem clamp(1rem, 5vw, 5.5rem) 6rem; display: grid; grid-template-columns: 1.2fr 1fr auto; gap: 2rem; align-items: start; background: #0d3f60; color: white; }
.brand--footer { color: white; }
.brand--footer .brand__tagline { border-color: rgba(255,255,255,.28); }
.site-footer p { margin: 0; max-width: 330px; color: #b8bab3; }
.site-footer > div { display: flex; flex-direction: column; gap: .5rem; }
.site-footer small { grid-column: 1 / -1; color: #7c7e77; border-top: 1px solid #363834; padding-top: 1.5rem; }
.mobile-cta { display: none; }

@media (max-width: 1050px) {
  .site-header nav { display: none; }
  .site-header { grid-template-columns: 1fr auto; }
  .hero { grid-template-columns: 1fr 1fr; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { min-height: 390px; }
  .video-rail { grid-template-columns: repeat(4, 300px); }
  .section-heading { grid-template-columns: .7fr 1.3fr; }
  .section-heading > p:last-child { grid-column: 2; }
}

@media (max-width: 760px) {
  body { padding-bottom: 76px; }
  .announcement { min-height: 31px; padding-inline: .75rem; font-size: .57rem; letter-spacing: .095em; white-space: nowrap; }
  .site-header { height: 70px; padding-inline: .85rem; grid-template-columns: auto 1fr auto; gap: .65rem; }
  .site-header > .button { display: inline-flex; min-height: 38px; padding: .48rem .72rem; font-size: .72rem; white-space: nowrap; }
  .site-header .brand__tagline { display: none; }
  .brand__wordmark { width: 7.55rem; }
  .brand__wordmark > span { font-size: .56rem; letter-spacing: .105em; }
  .brand__wordmark > strong { font-size: 1.08rem; letter-spacing: .205em; }
  .header-reassurance { display: block; justify-self: center; font-family: var(--serif); font-size: .72rem; font-style: italic; line-height: 1; white-space: nowrap; color: rgba(16,47,67,.74); }
  .button__desktop-label { display: none; }
  .button__mobile-label { display: inline; }
  .hero { min-height: min(730px, calc(100svh - 101px)); padding: clamp(7.5rem, 27vh, 13.5rem) 1rem 1.25rem; grid-template-columns: 1fr; align-items: end; color: white; background-image: linear-gradient(to bottom, rgba(5,30,45,.04) 18%, rgba(5,30,45,.24) 43%, rgba(5,30,45,.94) 87%), url('/assets/photos/yard-pack.jpg'); background-size: cover; background-position: 54% 43%; }
  .hero__copy { position: relative; z-index: 1; }
  .hero .eyebrow { margin-bottom: .75rem; color: white; text-shadow: 0 1px 12px rgba(0,0,0,.35); }
  h1 { font-size: clamp(3.15rem, 14vw, 4.35rem); text-shadow: 0 2px 22px rgba(0,0,0,.28); }
  h1 > span { white-space: normal; }
  .hero__lede { max-width: 34rem; margin: 1rem 0 1.15rem; font-size: 1rem; line-height: 1.42; text-shadow: 0 1px 12px rgba(0,0,0,.45); }
  .hero__actions .button { flex: 1 1 160px; }
  .hero .button--primary { color: var(--ink); }
  .hero .button--ghost { color: white; border-color: white; background: rgba(5,30,45,.18); backdrop-filter: blur(8px); }
  .hero .proof-link { margin-top: 1rem; color: white; border-color: rgba(255,255,255,.45); }
  .hero .proof-link small { color: rgba(255,255,255,.82); }
  .hero__media { display: none; }
  .proof-strip { grid-template-columns: repeat(2,1fr); }
  .proof-strip > div:nth-child(2) { border-right: 0; }
  .proof-strip > div:nth-child(-n+2) { border-bottom: 1px solid var(--line); }
  .section-heading, .meet, .details, .request { grid-template-columns: 1fr; }
  .section-heading > p:last-child { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 360px; }
  .real-life h2 { font-size: clamp(4rem, 19vw, 7rem); }
  .video-rail { grid-template-columns: repeat(4, 78vw); padding-bottom: 1rem; }
  .meet__collage { min-height: 520px; order: 2; }
  .meet__copy { order: 1; }
  .details__intro { position: static; }
  .reviews__top { align-items: start; flex-direction: column; }
  .review-grid { grid-template-columns: 1fr; }
  blockquote { min-height: 240px; }
  .review-evidence__header { align-items: flex-start; }
  .review-marquee img { width: 82vw; }
  .form-row { grid-template-columns: 1fr; gap: 0; }
  .site-footer { grid-template-columns: 1fr; padding-bottom: 4rem; }
  .site-footer small { grid-column: auto; }
  .mobile-cta { position: fixed; z-index: 70; display: flex; align-items: center; justify-content: space-between; left: .75rem; right: .75rem; bottom: .75rem; min-height: 56px; padding: 0 1.2rem; border-radius: 999px; background: var(--acid); border: 2px solid var(--ink); box-shadow: 4px 4px 0 var(--ink); font-weight: 900; text-decoration: none; }
}

@media (max-width: 355px) {
  .site-header { grid-template-columns: 1fr auto; }
  .header-reassurance { display: none; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; transition-duration: .01ms !important; }
  .review-marquee { overflow-x: auto; }
}
