/* Self-hosted webfonts - no third-party requests.
   Regenerate with: python site/fetch_fonts.py */

@font-face {
  font-family: 'Inter';
  font-style: normal;
  font-weight: 400 700;
  font-display: swap;
  src: url('../fonts/inter.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Playfair Display';
  font-style: normal;
  font-weight: 500 700;
  font-display: swap;
  src: url('../fonts/playfair-display.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 500 600;
  font-display: swap;
  src: url('../fonts/caveat.woff2') format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}


/* Northwest Patio Enclosures — site stylesheet
   Single light theme: a fixed brand identity, every surface painted explicitly. */

:root {
  color-scheme: light;

  --green:        #1E3A2B;
  --green-deep:   #162C20;
  --green-mid:    #2E5540;
  --cream:        #F7F4EC;
  --sage:         #E3EAE0;
  --sage-deep:    #D3DECE;
  --white:        #FFFFFF;
  --ink:          #1A201B;
  --body:         #59615A;
  --muted:        #8A928A;
  --line:         #E3E1D8;
  --line-soft:    #EDEBE3;
  --star:         #C8922F;
  --error:        #A8442C;

  --maxw: 1180px;
  --r: 3px;
  --shadow: 0 1px 2px rgba(26,32,27,.04), 0 8px 24px rgba(26,32,27,.05);
}

*, *::before, *::after { box-sizing: border-box; }
[hidden] { display: none !important; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .001ms !important; transition-duration: .001ms !important; }
}

body {
  margin: 0;
  background: var(--white);
  color: var(--body);
  font-family: Inter, system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 16px;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
}

h1, h2, h3, h4, .serif {
  font-family: "Playfair Display", Georgia, "Times New Roman", serif;
  color: var(--ink);
  margin: 0;
  font-weight: 600;
  line-height: 1.14;
  letter-spacing: -0.01em;
  text-wrap: balance;
}
p { margin: 0; }
img { max-width: 100%; display: block; }
a { color: inherit; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; border-radius: 2px; }

.skip {
  position: absolute; left: -9999px; top: 0; z-index: 200;
  background: var(--green); color: #FFF; padding: 12px 18px;
  font-size: .875rem; font-weight: 600; text-decoration: none;
}
.skip:focus { left: 8px; top: 8px; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 20px; }
.narrow { max-width: 760px; }

.eyebrow {
  font-size: .68rem; font-weight: 600; letter-spacing: .2em;
  text-transform: uppercase; color: var(--muted);
}
.script { font-family: Caveat, "Segoe Script", cursive; font-weight: 500; line-height: 1.22; }
.num { font-variant-numeric: tabular-nums; }

/* ---------- buttons ---------- */
.btn {
  display: inline-flex; align-items: center; gap: 9px;
  padding: 13px 24px;
  font-family: Inter, system-ui, sans-serif;
  font-size: .875rem; font-weight: 600; letter-spacing: .01em;
  border-radius: var(--r); border: 1px solid transparent;
  text-decoration: none; cursor: pointer;
  transition: background-color .2s ease, color .2s ease, border-color .2s ease;
}
.btn svg { flex: none; }
.btn-green { background: var(--green); color: #F4F1E8; }
.btn-green:hover { background: var(--green-mid); }
.btn-cream { background: var(--cream); color: var(--green); }
.btn-cream:hover { background: var(--white); }
.btn-outline { border-color: var(--line); color: var(--ink); background: transparent; }
.btn-outline:hover { border-color: var(--ink); }
.btn-outline-light { border-color: rgba(255,255,255,.55); color: #FFF; background: transparent; }
.btn-outline-light:hover { background: rgba(255,255,255,.14); border-color: #FFF; }
.btn-lg { padding: 15px 28px; font-size: .92rem; }

/* ---------- header ---------- */
header.site {
  position: sticky; top: env(safe-area-inset-top, 0px); z-index: 60;
  background: var(--white); border-bottom: 1px solid var(--line-soft);
}
.bar { display: flex; align-items: center; gap: 18px; min-height: 74px; padding-block: 12px; }

.logo { display: flex; align-items: center; gap: 11px; text-decoration: none; margin-right: auto; }
.logo .mark { flex: none; color: var(--green); }
.logo .wordmark {
  display: block;
  font-family: "Playfair Display", Georgia, serif;
  font-weight: 600; font-size: 1.18rem; letter-spacing: .07em;
  color: var(--ink); line-height: 1.05;
}
.logo .tagline {
  display: block; font-size: .56rem; font-weight: 600;
  letter-spacing: .26em; color: var(--body); margin-top: 3px;
}

nav.main { display: none; gap: 26px; }
nav.main a {
  font-size: .855rem; font-weight: 500; color: var(--body);
  text-decoration: none; padding-bottom: 4px; border-bottom: 2px solid transparent;
  white-space: nowrap;
}
nav.main a:hover { color: var(--ink); }
nav.main a[aria-current="page"] { color: var(--ink); border-bottom-color: var(--green); }

.menu-btn {
  display: inline-flex; align-items: center; justify-content: center;
  width: 42px; height: 42px; padding: 0;
  background: transparent; border: 1px solid var(--line);
  border-radius: var(--r); color: var(--ink); cursor: pointer;
}
.menu-btn:hover { border-color: var(--ink); }
.header-cta { display: none; }

@media (min-width: 1040px) {
  nav.main { display: flex; }
  .menu-btn { display: none; }
  .header-cta { display: inline-flex; }
}

/* mobile drawer */
.drawer {
  border-top: 1px solid var(--line-soft);
  background: var(--white);
  padding: 8px 0 20px;
}
.drawer nav { display: grid; }
.drawer nav a {
  padding: 13px 0; font-size: .96rem; font-weight: 500;
  color: var(--ink); text-decoration: none;
  border-bottom: 1px solid var(--line-soft);
}
.drawer nav a[aria-current="page"] { color: var(--green); font-weight: 600; }
.drawer .btn { margin-top: 18px; width: 100%; justify-content: center; }
@media (min-width: 1040px) { .drawer { display: none !important; } }

/* ---------- home hero ---------- */
.hero { position: relative; background: var(--green-deep); overflow: hidden; }
.hero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 58% 34%; }
.hero-veil {
  position: absolute; inset: 0;
  background: linear-gradient(100deg, rgba(14,28,20,.90) 0%, rgba(14,28,20,.74) 34%, rgba(14,28,20,.26) 62%, rgba(14,28,20,.10) 100%);
}
.hero .wrap { position: relative; padding-block: clamp(66px, 11vw, 152px); }
.hero-copy { max-width: 590px; }
.hero .eyebrow { color: #B9CDBE; letter-spacing: .17em; font-size: .66rem; }
.hero h1 { color: #FFF; font-size: clamp(2.6rem, 6.4vw, 4.4rem); font-weight: 500; margin-top: 20px; letter-spacing: -.015em; }
.hero .lede { color: #D7E2D6; font-size: clamp(1rem, 1.5vw, 1.12rem); margin-top: 20px; max-width: 40ch; }
.hero-cta { display: flex; flex-wrap: wrap; gap: 12px; margin-top: 32px; }
.hero-script {
  position: absolute; right: 42px; bottom: 34px;
  color: #FFF; font-size: 1.6rem; text-align: right; max-width: 210px;
  text-shadow: 0 2px 14px rgba(0,0,0,.45);
}
.hero-script::after {
  content: ""; display: block; width: 108px; height: 12px;
  margin: 4px 0 0 auto; border-bottom: 1.5px solid rgba(255,255,255,.75);
  border-radius: 0 0 60% 40%;
}
@media (max-width: 860px) { .hero-script { display: none; } }

/* ---------- interior page hero ---------- */
.phero { position: relative; background: var(--green-deep); overflow: hidden; }
.phero-img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 50% 40%; }
.phero-veil { position: absolute; inset: 0; background: linear-gradient(95deg, rgba(14,28,20,.90) 0%, rgba(14,28,20,.72) 46%, rgba(14,28,20,.38) 100%); }
.phero .wrap { position: relative; padding-block: clamp(46px, 7vw, 86px); }
.phero .eyebrow { color: #B9CDBE; }
.phero h1 { color: #FFF; font-size: clamp(2rem, 4.6vw, 3.1rem); font-weight: 500; margin-top: 14px; max-width: 18ch; }
.phero p.lede { color: #D3E0D3; margin-top: 16px; max-width: 54ch; font-size: 1.02rem; }
.phero.plain { background: var(--green); }

.crumbs { display: flex; flex-wrap: wrap; gap: 6px; font-size: .76rem; color: #A7C0AC; margin-bottom: 16px; }
.crumbs a { text-decoration: none; }
.crumbs a:hover { color: #FFF; }
.crumbs span[aria-current] { color: #FFF; }

/* ---------- trust bar ---------- */
.trust { background: var(--cream); border-bottom: 1px solid var(--line); }
.trust-grid { display: grid; grid-template-columns: 1fr; gap: 22px 0; padding-block: 26px; }
@media (min-width: 620px) { .trust-grid { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 980px) { .trust-grid { grid-template-columns: repeat(4, 1fr); } }
.trust-item { display: flex; gap: 14px; align-items: flex-start; padding-inline: 4px; }
@media (min-width: 980px) { .trust-item + .trust-item { border-left: 1px solid var(--line); padding-left: 26px; } }
.trust-item .ico { flex: none; color: var(--green); margin-top: 1px; }
.trust-item b { display: block; color: var(--ink); font-size: .895rem; font-weight: 600; line-height: 1.3; }
.trust-item span { display: block; font-size: .82rem; margin-top: 3px; line-height: 1.45; }

/* ---------- section shell ---------- */
section > .wrap { padding-block: clamp(54px, 7.5vw, 88px); }
section.tight > .wrap { padding-block: clamp(40px, 5vw, 60px); }
.bg-cream { background: var(--cream); }
.bg-sage { background: var(--sage); }

.sec-center { text-align: center; max-width: 660px; margin-inline: auto; }
.sec-center h2 { font-size: clamp(1.85rem, 3.7vw, 2.55rem); margin-top: 13px; }
.sec-center > p { margin-top: 15px; font-size: .97rem; }
.sec-head h2 { font-size: clamp(1.7rem, 3.3vw, 2.3rem); margin-top: 13px; }
.sec-head > p { margin-top: 14px; font-size: .95rem; max-width: 62ch; }

/* ---------- prose ---------- */
.prose > * + * { margin-top: 18px; }
.prose h2 { font-size: clamp(1.5rem, 2.8vw, 1.95rem); margin-top: 40px; }
.prose h3 { font-size: 1.16rem; margin-top: 30px; }
.prose p { font-size: .975rem; max-width: 66ch; }
.prose ul, .prose ol { margin: 0; padding-left: 20px; font-size: .975rem; max-width: 66ch; }
.prose li + li { margin-top: 7px; }
.prose li::marker { color: var(--green-mid); }
.prose strong { color: var(--ink); font-weight: 600; }
.prose a { color: var(--green); text-underline-offset: 3px; }

.callout {
  background: var(--cream); border-left: 3px solid var(--green);
  padding: 18px 20px; border-radius: 0 var(--r) var(--r) 0;
}
.callout b { color: var(--ink); display: block; margin-bottom: 4px; font-size: .92rem; }
.callout p { font-size: .9rem; max-width: 62ch; }

/* ---------- spec table ---------- */
.specs { width: 100%; border-collapse: collapse; font-size: .9rem; }
.specs caption { text-align: left; font-size: .68rem; font-weight: 600; letter-spacing: .2em; text-transform: uppercase; color: var(--muted); padding-bottom: 12px; }
.specs th, .specs td { text-align: left; padding: 11px 14px 11px 0; border-bottom: 1px solid var(--line); vertical-align: top; }
.specs th { color: var(--body); font-weight: 500; width: 42%; }
.specs td { color: var(--ink); font-weight: 600; font-variant-numeric: tabular-nums; }
.table-scroll { overflow-x: auto; }

/* ---------- cards ---------- */
.cards { display: grid; grid-template-columns: 1fr; gap: 22px; margin-top: 42px; }
@media (min-width: 620px) { .cards { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .cards.c4 { grid-template-columns: repeat(4, 1fr); } .cards.c3 { grid-template-columns: repeat(3, 1fr); } }
.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--r);
  overflow: hidden; display: flex; flex-direction: column;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.card:hover { border-color: var(--sage-deep); box-shadow: var(--shadow); }
.card .shot { aspect-ratio: 4 / 3; overflow: hidden; background: var(--sage); }
.card .shot img { width: 100%; height: 100%; object-fit: cover; }
.card .body { padding: 18px 19px 20px; display: flex; flex-direction: column; flex: 1; }
.card h3 { font-size: 1.14rem; }
.card h3 a { text-decoration: none; }
.card h3 a::after { content: ""; position: absolute; inset: 0; }
.card { position: relative; }
.card p { font-size: .865rem; margin-top: 7px; flex: 1; }
.card .price { font-size: .78rem; color: var(--muted); margin-top: 9px; font-variant-numeric: tabular-nums; }

.more {
  display: inline-flex; align-items: center; gap: 7px; margin-top: 16px;
  font-size: .78rem; font-weight: 600; letter-spacing: .04em;
  color: var(--ink); text-decoration: none;
}
.more:hover { color: var(--green); }
.more svg { transition: transform .2s ease; }
.card:hover .more svg, .more:hover svg { transform: translateX(3px); }

/* ---------- featured / gallery ---------- */
.feat-grid { display: grid; grid-template-columns: 1fr; gap: 36px; align-items: start; }
@media (min-width: 900px) { .feat-grid { grid-template-columns: .72fr 2.28fr; gap: 44px; } }
.feat-intro h2 { font-size: clamp(1.8rem, 3.4vw, 2.4rem); margin-top: 13px; }
.feat-intro p { margin-top: 15px; font-size: .93rem; }
.feat-intro .btn { margin-top: 24px; }

.thumbs { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 18px; }
@media (min-width: 720px) { .thumbs { grid-template-columns: repeat(4, 1fr); } }
.thumb .shot { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r); background: var(--cream); }
.thumb .shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.thumb:hover .shot img { transform: scale(1.04); }
.thumb b { display: block; color: var(--ink); font-size: .79rem; font-weight: 600; margin-top: 10px; line-height: 1.28; text-wrap: balance; }
.thumb span { display: block; font-size: .755rem; color: var(--body); margin-top: 2px; }

.gallery { display: grid; grid-template-columns: 1fr; gap: 26px; margin-top: 40px; }
@media (min-width: 680px) { .gallery { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .gallery { grid-template-columns: repeat(3, 1fr); } }
.gitem .shot { aspect-ratio: 4 / 3; overflow: hidden; border-radius: var(--r); background: var(--sage); }
.gitem .shot img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.gitem:hover .shot img { transform: scale(1.03); }
.gitem h3 { font-size: 1.06rem; margin-top: 14px; }
.gitem .meta { font-size: .8rem; color: var(--muted); margin-top: 3px; }
.gitem p { font-size: .875rem; margin-top: 9px; }

/* ---------- process ---------- */
.steps { display: grid; grid-template-columns: 1fr; gap: 26px 0; margin-top: 42px; }
@media (min-width: 640px) { .steps { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1000px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { display: flex; gap: 16px; align-items: flex-start; padding-inline: 4px; }
@media (min-width: 1000px) { .step + .step { border-left: 1px solid var(--line); padding-left: 28px; } }
.step .n {
  flex: none; width: 46px; height: 46px; border-radius: 50%;
  background: var(--sage); color: var(--green);
  font-family: "Playfair Display", Georgia, serif; font-size: 1.22rem; font-weight: 600;
  display: grid; place-items: center; font-variant-numeric: tabular-nums;
}
.step b { display: block; color: var(--ink); font-size: .93rem; font-weight: 600; }
.step p { font-size: .845rem; margin-top: 4px; }

/* timeline (process page) */
.timeline { margin-top: 40px; border-top: 1px solid var(--line); }
.tl {
  display: grid; grid-template-columns: 1fr; gap: 6px 26px;
  padding: 24px 0; border-bottom: 1px solid var(--line);
}
@media (min-width: 780px) { .tl { grid-template-columns: 58px 1fr 168px; align-items: start; } }
.tl .n {
  font-family: "Playfair Display", Georgia, serif; font-size: 1.6rem; font-weight: 600;
  color: var(--green); font-variant-numeric: tabular-nums; line-height: 1;
}
.tl h3 { font-size: 1.12rem; }
.tl p { font-size: .925rem; margin-top: 7px; max-width: 64ch; }
.tl .when { font-size: .8rem; font-weight: 600; color: var(--body); }
@media (min-width: 780px) { .tl .when { text-align: right; padding-top: 5px; } }

/* ---------- testimonials ---------- */
.rev-grid { display: grid; grid-template-columns: 1fr; gap: 34px; align-items: start; }
@media (min-width: 900px) { .rev-grid { grid-template-columns: 1fr 2fr; gap: 48px; } }
.rev-intro h2 { font-size: clamp(1.6rem, 3vw, 2.05rem); margin-top: 13px; }
.rating { display: flex; align-items: center; gap: 11px; margin-top: 18px; flex-wrap: wrap; }
.stars { display: inline-flex; gap: 2px; color: var(--star); }
.rating span { font-size: .82rem; }
.rev-cards { display: grid; grid-template-columns: 1fr; gap: 18px; }
@media (min-width: 700px) { .rev-cards { grid-template-columns: repeat(3, 1fr); } }
.rev { background: var(--white); border: 1px solid var(--line); border-radius: var(--r); padding: 20px 20px 22px; display: flex; flex-direction: column; }
.rev q { font-size: .875rem; color: var(--ink); quotes: none; flex: 1; line-height: 1.6; }
.rev .stars { margin-top: 15px; }
.rev cite { display: block; margin-top: 10px; font-style: normal; font-size: .79rem; font-weight: 600; color: var(--ink); }
.rev cite small { display: block; font-weight: 400; color: var(--body); font-size: .76rem; margin-top: 1px; }

/* ---------- faq ---------- */
.faq { margin-top: 32px; border-top: 1px solid var(--line); max-width: 800px; }
.faq details { border-bottom: 1px solid var(--line); }
.faq summary {
  list-style: none; cursor: pointer; padding: 17px 34px 17px 0; position: relative;
  font-size: .975rem; font-weight: 600; color: var(--ink); font-family: Inter, sans-serif;
}
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after {
  content: ""; position: absolute; right: 6px; top: 50%;
  width: 9px; height: 9px; margin-top: -6px;
  border-right: 2px solid var(--green); border-bottom: 2px solid var(--green);
  transform: rotate(45deg); transition: transform .2s ease;
}
.faq details[open] summary::after { transform: rotate(-135deg); margin-top: -2px; }
.faq summary:hover { color: var(--green); }
.faq .answer { padding: 0 0 20px; font-size: .925rem; max-width: 66ch; }
.faq .answer > * + * { margin-top: 12px; }

/* ---------- service areas ---------- */
.cities { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 26px; }
.city { padding: 7px 13px; background: var(--white); border: 1px solid var(--line); border-radius: 99px; font-size: .85rem; color: var(--body); }
.bg-cream .city, .bg-sage .city { background: var(--white); }

/* ---------- pricing tiles ---------- */
.tiers { display: grid; grid-template-columns: 1fr; gap: 20px; margin-top: 38px; }
@media (min-width: 720px) { .tiers { grid-template-columns: repeat(2, 1fr); } }
@media (min-width: 1040px) { .tiers { grid-template-columns: repeat(4, 1fr); } }
.tier { border: 1px solid var(--line); border-radius: var(--r); padding: 22px 20px 24px; background: var(--white); }
.tier .lvl { font-size: .66rem; font-weight: 700; letter-spacing: .16em; color: var(--green-mid); text-transform: uppercase; }
.tier h3 { font-size: 1.1rem; margin-top: 8px; }
.tier .amt { font-family: "Playfair Display", Georgia, serif; font-size: 1.42rem; color: var(--ink); margin-top: 12px; font-variant-numeric: tabular-nums; }
.tier ul { margin: 14px 0 0; padding-left: 17px; font-size: .84rem; }
.tier li + li { margin-top: 5px; }
.tier li::marker { color: var(--green-mid); }

/* ---------- contact form ---------- */
.contact-grid { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; }
@media (min-width: 900px) { .contact-grid { grid-template-columns: 1fr 1.25fr; gap: 56px; } }

.assure { display: grid; gap: 18px; align-content: start; }
.assure div { padding-left: 16px; border-left: 2px solid var(--green); }
.assure b { display: block; font-size: .95rem; color: var(--ink); }
.assure p { margin-top: 4px; font-size: .88rem; }

form.lead { display: grid; gap: 15px; }
.row { display: grid; grid-template-columns: 1fr; gap: 15px; }
@media (min-width: 560px) { .row { grid-template-columns: 1fr 1fr; } }
.field { display: grid; gap: 6px; }
.field label { font-size: .74rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; color: var(--body); }
.field label .req { color: var(--error); }
.field input, .field select, .field textarea {
  font: inherit; font-size: .95rem; padding: 12px 13px; width: 100%;
  color: var(--ink); background: var(--white);
  border: 1px solid var(--line); border-radius: var(--r);
}
.field textarea { resize: vertical; min-height: 110px; }
.field input:focus, .field select:focus, .field textarea:focus { border-color: var(--green); outline: none; }
.field.err input, .field.err select { border-color: var(--error); }
.field .err-msg { font-size: .76rem; color: var(--error); }
.hp { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.formnote { font-size: .78rem; color: var(--muted); }

.sent { padding: 26px 24px; background: var(--sage); border-radius: var(--r); }
.sent h2 { font-size: 1.4rem; }
.sent p { margin-top: 10px; font-size: .92rem; }
.sent dl { margin: 18px 0 0; display: grid; gap: 7px; font-size: .87rem; }
.sent dl div { display: flex; gap: 14px; justify-content: space-between; border-bottom: 1px solid var(--sage-deep); padding-bottom: 7px; }
.sent dt { color: var(--body); }
.sent dd { margin: 0; font-weight: 600; color: var(--ink); text-align: right; }

/* ---------- closing cta ---------- */
.closer { position: relative; background: var(--green); overflow: hidden; }
.closer .ridge { position: absolute; inset: 0; width: 100%; height: 100%; }
.closer .wrap { position: relative; padding-block: 44px; }
.closer-row { display: flex; flex-wrap: wrap; align-items: center; gap: 24px 32px; justify-content: space-between; }
.closer h2 { color: #FFF; font-size: clamp(1.45rem, 2.7vw, 1.95rem); font-weight: 500; }
.closer p { color: #C3D5C6; font-size: .92rem; margin-top: 7px; }
.closer-script { color: #FFF; font-size: 1.32rem; text-align: right; line-height: 1.2; max-width: 170px; }
@media (max-width: 1080px) { .closer-script { display: none; } }

/* ---------- footer ---------- */
footer.site { background: var(--white); }
footer.site .wrap { padding-block: 40px 34px; }
.foot-cols { display: grid; grid-template-columns: 1fr; gap: 30px; }
@media (min-width: 700px) { .foot-cols { grid-template-columns: 1.4fr 1fr 1fr; gap: 40px; } }
@media (min-width: 1000px) { .foot-cols { grid-template-columns: 1.6fr 1fr 1fr 1.1fr; } }
.foot-cols h4 { font-family: Inter, sans-serif; font-size: .7rem; font-weight: 700; letter-spacing: .16em; text-transform: uppercase; color: var(--ink); }
.foot-cols ul { list-style: none; margin: 14px 0 0; padding: 0; display: grid; gap: 9px; font-size: .845rem; }
.foot-cols ul a { text-decoration: none; }
.foot-cols ul a:hover { color: var(--ink); }
.foot-about p { font-size: .845rem; margin-top: 14px; max-width: 34ch; }

.foot-contact { display: grid; gap: 11px; font-size: .845rem; margin-top: 14px; }
.foot-contact a, .foot-contact div { display: flex; gap: 9px; align-items: flex-start; text-decoration: none; color: var(--body); }
.foot-contact a:hover { color: var(--ink); }
.foot-contact svg { flex: none; color: var(--green); margin-top: 3px; }

.social { display: flex; gap: 9px; margin-top: 16px; }
.social a { width: 29px; height: 29px; border-radius: 50%; background: var(--green); color: var(--white); display: grid; place-items: center; }
.social a:hover { background: var(--green-mid); }
.foot-script { color: var(--ink); font-size: 1.12rem; margin-top: 18px; line-height: 1.2; }

.legal { border-top: 1px solid var(--line-soft); background: var(--cream); }
.legal .wrap {
  padding-block: 15px; display: flex; flex-wrap: wrap; gap: 8px 22px;
  justify-content: space-between; font-size: .755rem; color: var(--muted);
}
.legal a { text-decoration: none; }
.legal a:hover { color: var(--ink); }
.legal nav { display: flex; gap: 18px; flex-wrap: wrap; }

/* ---------- 404 ---------- */
.nf { text-align: center; padding-block: clamp(70px, 12vw, 140px); }
.nf h1 { font-size: clamp(2.4rem, 6vw, 3.6rem); }
.nf p { margin-top: 16px; }
.nf .btn { margin-top: 26px; }
