@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600&family=Italiana&display=swap');

:root {
  --pine: #0b3428;
  --pine-deep: #06251c;
  --pine-soft: #174638;
  --moss: #53715b;
  --paper: #f5f0e6;
  --paper-deep: #e9e0d0;
  --ink: #163329;
  --gold: #bd9853;
  --gold-soft: #dcc89d;
  --white: #fffdf8;
  --line: rgba(22, 51, 41, .17);
  --shadow: 0 24px 70px rgba(4, 30, 22, .16);
  --serif: 'Italiana', 'Baskerville', 'Times New Roman', serif;
  --sans: 'DM Sans', 'Trebuchet MS', sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--ink);
  font-family: var(--sans);
  font-size: 16px;
  line-height: 1.65;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: '';
  position: fixed;
  inset: 0;
  z-index: 20;
  pointer-events: none;
  opacity: .11;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 180 180' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='.35'/%3E%3C/svg%3E");
}

a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }

.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 14px;
  color: var(--gold);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .2em;
  text-transform: uppercase;
}
.eyebrow::before { content: '✦'; font-size: .8rem; }
.display {
  margin: 0;
  font-family: var(--serif);
  font-weight: 400;
  line-height: .98;
  letter-spacing: -.025em;
}
.section-title { font-size: clamp(2.5rem, 5vw, 4.7rem); }
.section-copy { max-width: 650px; color: #496056; }
.kicker { font-family: var(--serif); font-size: 1.25rem; color: var(--gold); }

.site-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(248, 244, 235, .94);
  border-bottom: 1px solid rgba(11, 52, 40, .08);
  backdrop-filter: blur(18px);
}
.nav-shell { min-height: 86px; display: flex; align-items: center; justify-content: space-between; gap: 26px; }
.brand { display: flex; align-items: center; gap: 13px; flex: 0 0 auto; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 51px;
  height: 51px;
  border: 1px solid var(--pine);
  border-radius: 50% 50% 44% 44%;
  color: var(--pine);
  position: relative;
  overflow: hidden;
}
.brand-mark::before { content: 'L'; font-family: var(--serif); font-size: 2rem; transform: translateY(-2px); }
.brand-mark::after { content: ''; position: absolute; height: 9px; width: 46px; bottom: 8px; border-top: 1px solid currentColor; border-radius: 50%; transform: rotate(-5deg); }
.brand-name { display: block; font-family: var(--serif); font-size: 1.55rem; line-height: 1; letter-spacing: .08em; }
.brand-sub { display: block; margin-top: 5px; font-size: .53rem; letter-spacing: .17em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: clamp(16px, 2.2vw, 31px); }
.main-nav > a:not(.button) { position: relative; padding: 12px 0; font-size: .7rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.main-nav > a:not(.button)::after { content: ''; position: absolute; left: 0; right: 100%; bottom: 6px; height: 1px; background: var(--gold); transition: right .25s ease; }
.main-nav > a:hover::after, .main-nav > a.active::after { right: 0; }
.menu-toggle { display: none; width: 46px; height: 42px; background: transparent; border: 1px solid var(--line); border-radius: 2px; color: var(--pine); font-size: 1.35rem; }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 23px;
  border: 1px solid transparent;
  border-radius: 2px;
  background: var(--gold);
  color: var(--white);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .11em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform .25s ease, background .25s ease, border-color .25s ease;
}
.button:hover { transform: translateY(-2px); background: #aa8440; }
.button.dark { background: var(--pine); }
.button.dark:hover { background: var(--pine-soft); }
.button.ghost { background: transparent; border-color: rgba(255,255,255,.38); color: var(--white); }
.button.ghost:hover { border-color: var(--gold); }
.button .sprig { margin-left: 9px; font-size: 1rem; }

.hero {
  position: relative;
  min-height: 655px;
  display: grid;
  align-items: center;
  overflow: hidden;
  color: var(--white);
  background: var(--pine-deep);
}
.hero::before { content: ''; position: absolute; inset: 0; background: var(--hero-image, url('images/hero-garden.png')) center 52% / cover no-repeat; animation: hero-in 1.2s ease-out both; }
.hero::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(3, 28, 21, .94) 0%, rgba(3, 28, 21, .74) 33%, rgba(3, 28, 21, .18) 67%, rgba(3, 28, 21, .1) 100%), linear-gradient(0deg, rgba(5,32,24,.3), transparent 40%); }
.hero-content { position: relative; z-index: 2; max-width: 620px; padding: 82px 0 95px; animation: rise .9s .15s ease-out both; }
.hero h1 { font-size: clamp(3.8rem, 7vw, 7rem); max-width: 780px; }
.hero p { max-width: 520px; margin: 26px 0 31px; color: rgba(255,255,255,.82); font-size: 1.02rem; }
.hero-actions { display: flex; align-items: center; gap: 26px; flex-wrap: wrap; }
.phone-link { display: inline-flex; align-items: center; gap: 11px; font-family: var(--serif); font-size: 1.35rem; letter-spacing: .03em; }
.phone-link::before { content: '☎'; display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid rgba(255,255,255,.45); border-radius: 50%; font-family: var(--sans); font-size: .95rem; }
.hero-scroll { position: absolute; z-index: 3; right: 32px; bottom: 28px; writing-mode: vertical-rl; font-size: .6rem; letter-spacing: .2em; text-transform: uppercase; color: rgba(255,255,255,.58); }

.page-hero { min-height: 430px; }
.page-hero h1 { font-size: clamp(3.3rem, 6vw, 6rem); }
.page-hero .hero-content { padding-block: 75px; }
.page-hero::after { background: linear-gradient(90deg, rgba(3,28,21,.94), rgba(3,28,21,.72) 44%, rgba(3,28,21,.12) 76%); }

.promise-strip { background: var(--paper); border-bottom: 1px solid var(--line); }
.promises { display: grid; grid-template-columns: repeat(3, 1fr); }
.promise { display: grid; grid-template-columns: 52px 1fr; gap: 17px; align-items: center; padding: 26px clamp(18px,3vw,40px); border-right: 1px solid var(--line); }
.promise:last-child { border-right: 0; }
.line-icon { display: grid; place-items: center; width: 50px; height: 50px; border: 1px solid var(--gold); border-radius: 50%; font-family: var(--serif); font-size: 1.35rem; color: var(--gold); }
.promise strong { display: block; font-size: .76rem; line-height: 1.25; letter-spacing: .1em; text-transform: uppercase; }
.promise span { color: #67766e; font-size: .72rem; }

.section { padding: 104px 0; }
.section-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 50px; }
.section-head .section-copy { margin: 0 0 8px; }
.center-head { text-align: center; max-width: 800px; margin: 0 auto 50px; }
.center-head .section-copy { margin: 18px auto 0; }

.service-grid { display: grid; grid-template-columns: repeat(5, 1fr); border: 1px solid var(--line); background: var(--white); box-shadow: 0 16px 50px rgba(10,45,34,.07); }
.service-card { position: relative; min-width: 0; border-right: 1px solid var(--line); overflow: hidden; }
.service-card:last-child { border-right: 0; }
.service-image { aspect-ratio: 1 / .82; object-fit: cover; transition: transform .6s cubic-bezier(.2,.7,.2,1); }
.service-card:hover .service-image { transform: scale(1.035); }
.service-body { padding: 29px 21px 25px; }
.service-number { color: var(--gold); font-family: var(--serif); font-size: 1.15rem; }
.service-card h3 { margin: 4px 0 13px; font-size: .78rem; letter-spacing: .1em; text-transform: uppercase; }
.service-card p { min-height: 66px; margin: 0 0 17px; color: #65766e; font-size: .75rem; }
.text-link { color: var(--pine); font-size: .66rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.text-link::after { content: ' ↗'; color: var(--gold); }

.feature-band { padding: 76px 0; background: var(--pine); color: var(--white); }
.feature-band .eyebrow { color: var(--gold-soft); }
.feature-band .section-title { max-width: 650px; }
.project-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 14px; margin-top: 40px; }
.project-card { position: relative; min-height: 340px; overflow: hidden; background: var(--pine-deep); color: var(--white); }
.project-card:nth-child(1) { grid-column: span 5; }
.project-card:nth-child(2) { grid-column: span 3; }
.project-card:nth-child(3) { grid-column: span 4; }
.project-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.project-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,30,22,.88), transparent 56%); }
.project-card:hover img { transform: scale(1.04); }
.project-caption { position: absolute; z-index: 2; left: 24px; right: 24px; bottom: 22px; }
.project-caption strong { display: block; font-family: var(--serif); font-size: 1.55rem; font-weight: 400; }
.project-caption span { color: rgba(255,255,255,.68); font-size: .7rem; letter-spacing: .08em; text-transform: uppercase; }

.story-grid { display: grid; grid-template-columns: .9fr 1.1fr; gap: clamp(50px, 7vw, 100px); align-items: center; }
.story-image { position: relative; }
.story-image img { height: 600px; object-fit: cover; box-shadow: var(--shadow); }
.story-image::before { content: ''; position: absolute; z-index: -1; left: -18px; bottom: -18px; width: 70%; height: 70%; border: 1px solid var(--gold); }
.story-copy h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.story-copy > p { color: #50655c; }
.signature { margin-top: 29px; font-family: var(--serif); font-size: 1.4rem; color: var(--gold); }
.check-list { display: grid; gap: 12px; padding: 0; margin: 27px 0 0; list-style: none; }
.check-list li { position: relative; padding-left: 29px; color: #445a50; }
.check-list li::before { content: '✓'; position: absolute; left: 0; top: 1px; color: var(--gold); font-weight: 600; }

.quote-band { padding: 85px 0; background: var(--paper-deep); }
.quote-card { display: grid; grid-template-columns: 1fr .8fr; overflow: hidden; background: var(--pine); color: var(--white); box-shadow: var(--shadow); }
.quote-copy { padding: clamp(38px, 6vw, 78px); }
.quote-mark { color: var(--gold); font-family: var(--serif); font-size: 5rem; line-height: .6; }
.quote-copy blockquote { margin: 25px 0; font-family: var(--serif); font-size: clamp(1.55rem, 2.6vw, 2.25rem); line-height: 1.35; }
.quote-copy cite { color: var(--gold-soft); font-style: normal; font-size: .75rem; letter-spacing: .1em; text-transform: uppercase; }
.quote-card img { height: 100%; min-height: 430px; object-fit: cover; }

.cta { position: relative; padding: 62px 0; overflow: hidden; color: var(--white); background: var(--pine-deep); }
.cta::before { content: ''; position: absolute; inset: 0; opacity: .25; background: url('images/garden-walk.png') center 60% / cover; }
.cta::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, var(--pine-deep), rgba(6,37,28,.64)); }
.cta-inner { position: relative; z-index: 2; display: flex; justify-content: space-between; align-items: center; gap: 30px; }
.cta h2 { margin: 0; font-family: var(--serif); font-size: clamp(2rem, 4vw, 3.6rem); font-weight: 400; line-height: 1; }
.cta p { margin: 9px 0 0; color: rgba(255,255,255,.68); }
.cta-actions { display: flex; align-items: center; gap: 20px; flex: 0 0 auto; }

.site-footer { padding: 70px 0 23px; background: var(--pine-deep); color: rgba(255,255,255,.72); }
.footer-grid { display: grid; grid-template-columns: 1.25fr .7fr .8fr 1fr; gap: 52px; }
.site-footer .brand { color: var(--white); }
.footer-tagline { max-width: 260px; margin: 23px 0 0; color: var(--gold-soft); font-family: var(--serif); font-size: 1.25rem; }
.footer-col h4 { margin: 5px 0 19px; color: var(--gold-soft); font-size: .65rem; letter-spacing: .16em; text-transform: uppercase; }
.footer-col a, .footer-col span { display: block; margin: 8px 0; font-size: .78rem; }
.footer-col a:hover { color: var(--white); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-top: 32px; margin-top: 48px; border-top: 1px solid rgba(255,255,255,.12); font-size: .66rem; }

.split-section { display: grid; grid-template-columns: 1fr 1fr; }
.split-image { min-height: 650px; object-fit: cover; }
.split-content { display: flex; align-items: center; padding: clamp(50px, 8vw, 120px); background: var(--white); }
.split-content h2 { font-size: clamp(2.8rem, 5vw, 5rem); }
.split-content p { color: #52665d; }

.value-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 18px; }
.value-card { min-height: 250px; padding: 32px; border: 1px solid var(--line); background: rgba(255,255,255,.5); }
.value-card .line-icon { margin-bottom: 25px; }
.value-card h3 { font-family: var(--serif); font-size: 1.5rem; font-weight: 400; }
.value-card p { color: #65766e; font-size: .8rem; }

.process { background: var(--pine); color: var(--white); }
.process-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 50px; }
.process-step { position: relative; padding: 0 35px; text-align: center; }
.process-step:not(:last-child)::after { content: ''; position: absolute; top: 31px; left: calc(50% + 42px); right: calc(-50% + 42px); border-top: 1px dashed rgba(220,200,157,.4); }
.step-no { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 22px; border: 1px solid var(--gold); border-radius: 50%; color: var(--gold); font-family: var(--serif); font-size: 1.5rem; }
.process-step h3 { font-size: .72rem; letter-spacing: .11em; text-transform: uppercase; }
.process-step p { color: rgba(255,255,255,.64); font-size: .76rem; }

.services-detail { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; }
.service-detail-card { display: grid; grid-template-columns: .72fr 1fr; min-height: 350px; background: var(--white); border: 1px solid var(--line); overflow: hidden; }
.service-detail-card img { height: 100%; object-fit: cover; }
.service-detail-copy { padding: 36px; }
.service-detail-copy h2 { margin: 8px 0 13px; font-family: var(--serif); font-weight: 400; font-size: 2.1rem; line-height: 1; }
.service-detail-copy p, .service-detail-copy li { color: #5e7268; font-size: .78rem; }
.service-detail-copy ul { padding-left: 17px; }

.filter-bar { display: flex; justify-content: center; gap: 11px; flex-wrap: wrap; margin: 0 0 40px; }
.filter-button { padding: 10px 20px; border: 1px solid var(--line); border-radius: 30px; background: transparent; color: var(--pine); cursor: pointer; font-size: .67rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; transition: .25s; }
.filter-button:hover, .filter-button.active { background: var(--pine); color: var(--white); border-color: var(--pine); }
.gallery { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.gallery-card { position: relative; min-height: 410px; overflow: hidden; color: white; background: var(--pine); transition: opacity .3s, transform .3s; }
.gallery-card.hidden { display: none; }
.gallery-card img { height: 100%; object-fit: cover; transition: transform .7s ease; }
.gallery-card:hover img { transform: scale(1.04); }
.gallery-card::after { content: ''; position: absolute; inset: 0; background: linear-gradient(0deg, rgba(4,30,22,.9), transparent 57%); }
.gallery-card .project-caption strong { font-size: 1.7rem; }

.rating-summary { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--white); border: 1px solid var(--line); }
.rating-cell { padding: 35px; text-align: center; border-right: 1px solid var(--line); }
.rating-cell:last-child { border: 0; }
.stars { color: var(--gold); letter-spacing: .16em; font-size: 1.15rem; }
.rating-cell strong { display: block; margin-top: 8px; font-family: var(--serif); font-size: 1.7rem; font-weight: 400; }
.rating-cell span { color: #718078; font-size: .7rem; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.review-card { display: flex; flex-direction: column; min-height: 330px; padding: 36px; border: 1px solid var(--line); background: rgba(255,255,255,.55); }
.review-card blockquote { margin: 24px 0; color: #475d53; font-family: var(--serif); font-size: 1.2rem; line-height: 1.55; }
.review-card cite { margin-top: auto; color: var(--pine); font-size: .69rem; font-style: normal; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }

.contact-grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: 24px; }
.contact-panel { padding: clamp(32px,5vw,60px); background: rgba(255,255,255,.55); border: 1px solid var(--line); }
.contact-panel h2 { margin: 0 0 9px; font-family: var(--serif); font-size: 2.4rem; font-weight: 400; }
.contact-panel > p { color: #65766e; font-size: .8rem; }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 15px; margin-top: 28px; }
.field { display: grid; gap: 7px; }
.field.full { grid-column: 1 / -1; }
.field label { font-size: .64rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; }
.field input, .field textarea, .field select { width: 100%; padding: 14px 16px; border: 1px solid var(--line); border-radius: 0; background: var(--white); color: var(--ink); font: inherit; font-size: .82rem; outline: none; transition: border-color .2s; }
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--gold); }
.field textarea { min-height: 135px; resize: vertical; }
.form-status { grid-column: 1 / -1; min-height: 22px; color: var(--pine); font-size: .78rem; }
.contact-list { display: grid; gap: 22px; margin-top: 34px; }
.contact-row { display: grid; grid-template-columns: 47px 1fr; gap: 14px; align-items: center; padding-bottom: 22px; border-bottom: 1px solid var(--line); }
.contact-row:last-child { border: 0; }
.contact-row strong { display: block; font-size: .68rem; letter-spacing: .1em; text-transform: uppercase; }
.contact-row span { color: #607168; font-size: .85rem; }
.service-area { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-top: 25px; }
.service-area span { font-size: .76rem; }
.service-area span::before { content: '✦'; margin-right: 8px; color: var(--gold); }
.faq-list { max-width: 900px; margin: 38px auto 0; border-top: 1px solid var(--line); }
.faq-item { border-bottom: 1px solid var(--line); }
.faq-question { display: flex; justify-content: space-between; width: 100%; padding: 22px 0; border: 0; background: transparent; color: var(--ink); text-align: left; font-weight: 600; cursor: pointer; }
.faq-question::after { content: '+'; color: var(--gold); font-family: var(--serif); font-size: 1.3rem; }
.faq-item.open .faq-question::after { content: '−'; }
.faq-answer { display: none; max-width: 750px; padding: 0 0 23px; color: #64766e; font-size: .85rem; }
.faq-item.open .faq-answer { display: block; }

.proposal-note { padding: 11px 16px; background: var(--gold); color: var(--pine-deep); text-align: center; font-size: .67rem; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }

@keyframes hero-in { from { transform: scale(1.035); filter: brightness(.7); } to { transform: scale(1); filter: brightness(1); } }
@keyframes rise { from { opacity: 0; transform: translateY(22px); } to { opacity: 1; transform: translateY(0); } }

@media (max-width: 1050px) {
  .main-nav { position: fixed; inset: 86px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px 24px 28px; background: var(--paper); border-bottom: 1px solid var(--line); box-shadow: var(--shadow); }
  .main-nav.open { display: flex; }
  .main-nav > a:not(.button) { padding: 15px 4px; border-bottom: 1px solid var(--line); }
  .main-nav .button { margin-top: 16px; }
  .menu-toggle { display: block; }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .service-card { border-bottom: 1px solid var(--line); }
  .service-card:last-child { grid-column: 1 / -1; }
  .service-card:last-child .service-image { aspect-ratio: 2 / .7; }
  .value-grid { grid-template-columns: repeat(2, 1fr); }
  .services-detail { grid-template-columns: 1fr; }
}

@media (max-width: 760px) {
  .container { width: min(100% - 32px, 1180px); }
  .brand-name { font-size: 1.25rem; }
  .brand-sub { font-size: .45rem; }
  .hero { min-height: 690px; align-items: end; }
  .hero::before { background-position: 64% center; }
  .hero::after { background: linear-gradient(0deg, rgba(3,28,21,.98) 2%, rgba(3,28,21,.77) 48%, rgba(3,28,21,.18) 100%); }
  .hero-content { padding: 220px 0 58px; }
  .hero h1 { font-size: clamp(3.5rem, 18vw, 5.2rem); }
  .hero p { font-size: .9rem; }
  .hero-scroll { display: none; }
  .page-hero { min-height: 520px; }
  .promises { grid-template-columns: 1fr; }
  .promise { border-right: 0; border-bottom: 1px solid var(--line); }
  .section { padding: 76px 0; }
  .section-head { display: block; }
  .section-head .section-copy { margin-top: 20px; }
  .service-grid, .gallery, .review-grid, .rating-summary { grid-template-columns: 1fr; }
  .service-card, .rating-cell { border-right: 0; border-bottom: 1px solid var(--line); }
  .service-card:last-child { grid-column: auto; }
  .service-card:last-child .service-image { aspect-ratio: 1 / .82; }
  .project-grid { grid-template-columns: 1fr; }
  .project-card:nth-child(n) { grid-column: auto; }
  .project-card { min-height: 390px; }
  .story-grid, .quote-card, .split-section, .contact-grid { grid-template-columns: 1fr; }
  .story-image img { height: 480px; }
  .quote-card img { min-height: 300px; }
  .split-image { min-height: 470px; }
  .split-content { padding: 65px 28px; }
  .value-grid, .process-grid { grid-template-columns: 1fr; }
  .process-step { padding: 0 0 34px; }
  .process-step:not(:last-child)::after { display: none; }
  .service-detail-card { grid-template-columns: 1fr; }
  .service-detail-card img { height: 300px; }
  .cta-inner, .cta-actions { align-items: flex-start; flex-direction: column; }
  .cta-actions { gap: 15px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > :first-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; }
  .form-grid { grid-template-columns: 1fr; }
  .field.full { grid-column: auto; }
  .service-area { grid-template-columns: 1fr 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}
