:root {
  color-scheme: light;
  --ink: #211d18;
  --ink-soft: #4f4941;
  --paper: #f6f1e7;
  --paper-deep: #e9dfcd;
  --white: #fffdf8;
  --gold: #b67b2d;
  --gold-light: #d5aa6d;
  --olive: #34382b;
  --rule: rgba(54, 45, 34, .16);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 16px; line-height: 1.55; }
button, input { font: inherit; }
a { color: inherit; }
img { display: block; max-width: 100%; }
button, input { border-radius: 0; }
button, a { -webkit-tap-highlight-color: transparent; }

.skip-link { position: fixed; top: 10px; left: 10px; z-index: 100; transform: translateY(-150%); padding: 10px 14px; color: white; background: var(--ink); }
.skip-link:focus { transform: translateY(0); }
.shell { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }
.concept-bar { min-height: 30px; display: flex; align-items: center; justify-content: center; gap: 24px; padding: 5px 20px; color: #ded7ca; background: #171512; font-size: 11px; font-weight: 700; letter-spacing: .11em; text-transform: uppercase; }
.concept-bar a { color: #d8ad6d; text-underline-offset: 3px; }

.site-header { position: absolute; top: 30px; left: 0; z-index: 20; width: 100%; height: 84px; display: flex; align-items: center; padding: 0 max(32px, calc((100% - 1320px) / 2)); color: white; border-bottom: 1px solid rgba(255, 255, 255, .2); }
.brand { display: inline-flex; align-items: center; gap: 13px; color: inherit; text-decoration: none; }
.brand-mark { position: relative; width: 34px; height: 32px; display: block; transform: rotate(-8deg); }
.brand-mark i { position: absolute; left: 1px; width: 30px; height: 8px; border-top: 2px solid var(--gold-light); border-radius: 50%; transform-origin: center; }
.brand-mark i:nth-child(1) { top: 2px; transform: rotate(15deg); }
.brand-mark i:nth-child(2) { top: 10px; left: 4px; width: 27px; }
.brand-mark i:nth-child(3) { top: 19px; left: 9px; width: 22px; transform: rotate(-15deg); }
.brand-name { font-family: var(--serif); font-size: 20px; letter-spacing: .14em; white-space: nowrap; }
.brand-name strong { color: var(--gold-light); font-weight: 500; }
.site-nav { display: flex; align-items: center; gap: 30px; margin-left: auto; }
.site-nav > a { font-size: 13px; font-weight: 700; text-decoration: none; }
.site-nav > a:not(.button) { position: relative; }
.site-nav > a:not(.button)::after { content: ""; position: absolute; left: 0; bottom: -8px; width: 100%; height: 1px; background: currentColor; transform: scaleX(0); transform-origin: right; transition: transform 180ms ease; }
.site-nav > a:hover::after, .site-nav > a:focus-visible::after { transform: scaleX(1); transform-origin: left; }
.site-nav .nav-phone { color: #e1b978; }
.menu-toggle { display: none; width: 48px; height: 48px; margin-left: auto; padding: 12px; border: 0; color: white; background: transparent; }
.menu-toggle span { width: 22px; height: 1px; display: block; margin: 5px auto; background: currentColor; }
.menu-toggle b { position: absolute; width: 1px; height: 1px; overflow: hidden; clip-path: inset(50%); }

.button { min-height: 52px; display: inline-flex; align-items: center; justify-content: center; gap: 16px; padding: 0 24px; border: 1px solid transparent; border-radius: 2px; font-size: 13px; font-weight: 800; letter-spacing: .035em; text-decoration: none; transition: transform 160ms ease, background 160ms ease, color 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button:focus-visible, .text-link:focus-visible, .card-link:focus-visible, .site-nav a:focus-visible { outline: 3px solid #e8ba75; outline-offset: 4px; }
.button-small { min-height: 42px; padding: 0 18px; border-color: rgba(255, 255, 255, .7); }
.button-gold { color: #1f1b16; background: #d0a15c; }
.button-dark { color: white; background: var(--ink); }
.button-full { width: 100%; }
.text-link, .card-link { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); font-size: 13px; font-weight: 800; text-decoration: none; }
.text-link span, .card-link span { color: var(--gold); font-size: 18px; }
.light-link { color: white; }
.eyebrow { margin: 0 0 15px; color: #9b681f; font-size: 11px; font-weight: 850; letter-spacing: .18em; text-transform: uppercase; }
.eyebrow.light { color: #f1c37d; }

.hero { position: relative; min-height: 850px; display: flex; align-items: center; overflow: hidden; color: white; background: #26231e; }
.hero-image, .hero-shade { position: absolute; inset: 0; }
.hero-image { background: url("../assets/prorefinish-kitchen.jpg") 58% center / cover no-repeat; transform: scale(1.015); }
.hero-shade { background: linear-gradient(90deg, rgba(19, 17, 14, .88) 0%, rgba(19, 17, 14, .65) 34%, rgba(19, 17, 14, .1) 70%), linear-gradient(0deg, rgba(18, 16, 13, .54) 0%, transparent 36%); }
.hero-content { position: relative; z-index: 2; padding-top: 40px; padding-bottom: 120px; }
.hero h1 { max-width: 760px; margin: 0; font-family: var(--serif); font-size: clamp(56px, 7.1vw, 104px); font-weight: 400; line-height: .94; letter-spacing: -.05em; text-wrap: balance; }
.hero-copy { max-width: 580px; margin: 30px 0 34px; color: rgba(255, 255, 255, .8); font-family: var(--serif); font-size: clamp(20px, 2vw, 27px); line-height: 1.38; }
.hero-actions { display: flex; align-items: center; gap: 30px; }
.proof-strip { position: absolute; z-index: 3; right: 0; bottom: 0; left: 0; color: white; background: rgba(20, 18, 15, .78); backdrop-filter: blur(12px); border-top: 1px solid rgba(255, 255, 255, .18); }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-grid > div { min-height: 105px; display: grid; grid-template-columns: auto 1fr; align-content: center; align-items: center; gap: 0 14px; padding: 20px 28px; border-left: 1px solid rgba(255, 255, 255, .15); }
.proof-grid > div:last-child { border-right: 1px solid rgba(255, 255, 255, .15); }
.proof-grid strong { grid-row: span 2; color: #dfb36f; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.proof-grid span { max-width: 140px; color: rgba(255, 255, 255, .68); font-size: 11px; font-weight: 650; line-height: 1.4; }

.section { padding: 120px 0; }
.section-heading h2, .work-copy h2, .fit-layout h2, .review-copy h2, .quote-copy h2 { margin: 0; font-family: var(--serif); font-size: clamp(42px, 5vw, 67px); font-weight: 400; line-height: 1.04; letter-spacing: -.035em; }
.split-heading { display: grid; grid-template-columns: 1.4fr .6fr; align-items: end; gap: 80px; margin-bottom: 55px; }
.split-heading p:last-child { max-width: 360px; margin: 0 0 8px; color: #6b6257; font-size: 17px; line-height: 1.65; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border: 1px solid var(--rule); }
.service-card { position: relative; min-height: 545px; padding: 38px; background: rgba(255, 253, 248, .55); border-right: 1px solid var(--rule); }
.service-card:last-child { border-right: 0; }
.service-card.featured { background: var(--white); box-shadow: 0 24px 60px rgba(48, 40, 29, .1); }
.service-number { position: absolute; top: 28px; right: 30px; color: #9d9284; font-family: var(--serif); font-size: 14px; }
.door-icon { position: relative; width: 90px; height: 124px; margin-bottom: 30px; border: 3px solid #8f8577; background: #e7dfd0; box-shadow: 7px 8px 0 #d4c9b6; }
.door-icon i { position: absolute; inset: 10px; border: 2px solid #aaa092; }
.door-reface { background: #c9c6b1; }
.door-reface i { inset: 9px 10px; border-width: 8px; border-color: #7b796c; background: #b9b6a1; }
.door-custom { width: 118px; background: #dac6a6; }
.door-custom::after { content: ""; position: absolute; top: 0; bottom: 0; left: 50%; border-left: 2px solid #a38e6c; }
.service-card h3 { margin: 0 0 12px; font-family: var(--serif); font-size: 34px; font-weight: 400; }
.service-card > p { min-height: 76px; margin: 0; color: #6a6259; line-height: 1.62; }
.service-card ul { min-height: 112px; margin: 24px 0 26px; padding: 20px 0 0; border-top: 1px solid var(--rule); list-style: none; }
.service-card li { position: relative; margin: 7px 0; padding-left: 18px; color: #514b43; font-size: 13px; }
.service-card li::before { content: ""; position: absolute; top: .62em; left: 0; width: 5px; height: 5px; background: var(--gold); border-radius: 50%; }

.work { padding-top: 90px; background: #fffdf8; }
.work-layout { display: grid; grid-template-columns: 1.32fr .68fr; gap: 80px; align-items: center; }
.work-photo { position: relative; min-height: 590px; overflow: hidden; }
.work-photo img { width: 100%; height: 590px; object-fit: cover; }
.project-tag { position: absolute; right: 0; bottom: 0; width: min(360px, 72%); padding: 22px 26px; color: white; background: rgba(39, 42, 32, .93); }
.project-tag span, .project-tag strong { display: block; }
.project-tag span { margin-bottom: 4px; color: #d8b77e; font-size: 10px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.project-tag strong { font-family: var(--serif); font-size: 20px; font-weight: 400; }
.work-copy .large-copy, .fit-layout .large-copy { margin: 26px 0; color: #625b52; font-family: var(--serif); font-size: 22px; line-height: 1.5; }
.work-copy blockquote { margin: 32px 0; padding: 24px 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.work-copy blockquote p { margin: 0; font-family: var(--serif); font-size: 20px; font-style: italic; line-height: 1.5; }
blockquote footer { margin-top: 12px; color: #8b7e6e; font-size: 10px; font-style: normal; font-weight: 800; letter-spacing: .13em; text-transform: uppercase; }
.finish-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 44px; border: 1px solid var(--rule); }
.finish-grid article { min-height: 120px; display: grid; grid-template-columns: 44px 1fr; align-content: center; column-gap: 14px; padding: 22px; border-right: 1px solid var(--rule); }
.finish-grid article:last-child { border-right: 0; }
.finish-grid small, .finish-grid strong { grid-column: 2; }
.finish-grid small { align-self: end; color: #8a8073; font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; }
.finish-grid strong { font-family: var(--serif); font-size: 16px; font-weight: 500; }
.finish-swatch { grid-row: span 2; width: 42px; height: 54px; align-self: center; border: 1px solid rgba(0, 0, 0, .12); box-shadow: inset 0 0 0 5px rgba(255, 255, 255, .16); }
.finish-swatch.white { background: #eee9dc; }
.finish-swatch.olive { background: #3c4133; }
.finish-swatch.oak { background: repeating-linear-gradient(85deg, #c6a778 0 2px, #dbc194 2px 7px); }
.finish-grid .portfolio-cta { position: relative; display: flex; flex-direction: column; justify-content: center; background: var(--paper); }
.portfolio-cta small, .portfolio-cta strong { grid-column: auto; }
.portfolio-cta a { position: absolute; right: 18px; width: 38px; height: 38px; display: grid; place-items: center; color: white; background: var(--olive); border-radius: 50%; text-decoration: none; }

.fit-check { background: var(--paper-deep); }
.fit-layout { display: grid; grid-template-columns: .7fr 1.3fr; gap: 90px; align-items: start; }
.fit-panel { display: grid; grid-template-columns: 1fr 1fr; background: var(--white); box-shadow: 0 20px 60px rgba(60, 47, 27, .08); }
.fit-options { display: flex; flex-direction: column; padding: 16px; border-right: 1px solid var(--rule); }
.fit-options button { min-height: 64px; padding: 12px 18px; border: 0; border-bottom: 1px solid var(--rule); color: #4b463e; background: transparent; text-align: left; cursor: pointer; transition: background 160ms ease, color 160ms ease; }
.fit-options button:last-child { border-bottom: 0; }
.fit-options button:hover, .fit-options button.is-selected { color: white; background: var(--olive); }
.fit-options button:focus-visible { outline: 3px solid #bf8336; outline-offset: -4px; }
.fit-result { min-height: 330px; display: flex; flex-direction: column; justify-content: center; padding: 40px; }
.fit-result span { color: #9b681f; font-size: 10px; font-weight: 850; letter-spacing: .15em; text-transform: uppercase; }
.fit-result strong { margin: 14px 0; font-family: var(--serif); font-size: 30px; font-weight: 400; line-height: 1.15; }
.fit-result p { margin: 0; color: #70675b; font-size: 14px; line-height: 1.6; }

.process { background: var(--white); }
.centered { max-width: 720px; margin: 0 auto 60px; text-align: center; }
.process-list { display: grid; grid-template-columns: repeat(3, 1fr); margin: 0; padding: 0; list-style: none; counter-reset: steps; }
.process-list li { position: relative; min-height: 270px; padding: 36px; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); border-left: 1px solid var(--rule); }
.process-list li:last-child { border-right: 1px solid var(--rule); }
.process-list li > span { width: 42px; height: 42px; display: grid; place-items: center; color: white; background: var(--olive); border-radius: 50%; font-family: var(--serif); }
.process-list li:not(:last-child)::after { content: "→"; position: absolute; top: 38px; right: -14px; z-index: 2; width: 28px; height: 28px; display: grid; place-items: center; color: var(--gold); background: var(--white); }
.process-list h3 { margin: 36px 0 10px; font-family: var(--serif); font-size: 25px; font-weight: 400; }
.process-list p { margin: 0; color: #756c60; font-size: 14px; line-height: 1.62; }

.reviews { color: white; background: var(--olive); }
.review-layout { display: grid; grid-template-columns: .42fr 1.58fr; gap: 80px; align-items: center; }
.rating-block { min-height: 330px; display: flex; flex-direction: column; align-items: center; justify-content: center; border: 1px solid rgba(255, 255, 255, .2); text-align: center; }
.stars { color: #d6aa6a; font-size: 19px; letter-spacing: .16em; }
.rating-block strong { margin: 5px 0 -5px; font-family: var(--serif); font-size: 106px; font-weight: 400; line-height: 1; }
.rating-block p { color: rgba(255, 255, 255, .62); font-size: 12px; }
.review-copy .eyebrow { color: #e3b873; }
.review-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 40px; margin-top: 45px; }
.review-grid blockquote { margin: 0; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .22); }
.review-grid blockquote p { margin: 0; color: rgba(255, 255, 255, .85); font-family: var(--serif); font-size: 20px; line-height: 1.5; }
.review-grid blockquote footer { color: #d9b274; }

.quote { color: white; background: #c99650; }
.quote-layout { display: grid; grid-template-columns: .82fr 1.18fr; gap: 100px; align-items: center; }
.quote-copy .eyebrow { color: #342719; }
.quote-copy h2 { color: #211c16; }
.quote-copy > p { max-width: 520px; color: rgba(35, 27, 18, .72); font-size: 17px; line-height: 1.7; }
.quote-copy ul { margin: 28px 0; padding: 0; color: #292219; list-style: none; }
.quote-copy li { position: relative; margin: 10px 0; padding-left: 24px; }
.quote-copy li::before { content: "✓"; position: absolute; left: 0; font-weight: 900; }
.quote-phone { display: inline-flex; flex-direction: column; padding-top: 24px; color: #282018; border-top: 1px solid rgba(39, 30, 21, .24); text-decoration: none; }
.quote-phone span { font-size: 11px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
.quote-phone strong { font-family: var(--serif); font-size: 27px; font-weight: 400; }
.quote-card { padding: 46px; color: var(--ink); background: var(--white); box-shadow: 0 30px 80px rgba(63, 42, 16, .2); }
.demo-label { display: inline-block; margin-bottom: 24px; padding: 5px 9px; color: #7b5d34; background: #eee2cf; font-size: 9px; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.quote-card h3 { margin: 0 0 18px; font-family: var(--serif); font-size: 31px; font-weight: 400; }
.project-choices { display: grid; grid-template-columns: repeat(3, 1fr); margin-bottom: 24px; }
.project-choices label { position: relative; }
.project-choices input { position: absolute; opacity: 0; pointer-events: none; }
.project-choices span { min-height: 48px; display: grid; place-items: center; border: 1px solid var(--rule); border-right: 0; color: #665e54; font-size: 12px; font-weight: 750; cursor: pointer; }
.project-choices label:last-child span { border-right: 1px solid var(--rule); }
.project-choices input:checked + span { color: white; background: var(--olive); }
.project-choices input:focus-visible + span { outline: 3px solid var(--gold); outline-offset: -3px; }
.field-label { display: block; margin: 16px 0 7px; font-size: 12px; font-weight: 800; }
.quote-card > input { width: 100%; height: 52px; padding: 0 15px; border: 1px solid #bdb4a7; background: white; }
.quote-card > input:focus { outline: 3px solid rgba(182, 123, 45, .3); border-color: var(--gold); }
.photo-field { position: relative; min-height: 112px; display: flex; flex-direction: column; align-items: center; justify-content: center; margin-bottom: 20px; border: 1px dashed #a89c8c; cursor: pointer; text-align: center; }
.photo-field input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.photo-field:focus-within { outline: 3px solid rgba(182, 123, 45, .35); }
.camera-icon { color: var(--gold); font-size: 22px; }
.photo-field strong { font-size: 13px; }
.photo-field small { margin-top: 2px; color: #84796b; font-size: 11px; }
.form-status { min-height: 20px; margin: 13px 0 0; color: #656055; font-size: 11px; line-height: 1.5; }

.footer { padding: 70px 0 24px; color: rgba(255, 255, 255, .64); background: #171512; }
.footer-grid { display: grid; grid-template-columns: 2fr 1fr 1fr 1fr; gap: 60px; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: 8px; }
.footer-brand { color: white; }
.footer-grid p { max-width: 330px; color: rgba(255, 255, 255, .5); font-size: 13px; line-height: 1.65; }
.footer-grid > div > strong { margin-bottom: 12px; color: #d3a45f; font-size: 10px; letter-spacing: .14em; text-transform: uppercase; }
.footer-grid a, .footer-grid span { font-size: 12px; text-decoration: none; }
.footer-grid a:hover { color: white; }
.footer-base { display: flex; justify-content: space-between; margin-top: 58px; padding-top: 20px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }
.footer-base a { color: #d3a45f; }
.mobile-cta { display: none; }

@media (max-width: 1040px) {
  .site-header { padding-inline: 24px; }
  .site-nav { gap: 18px; }
  .site-nav > a { font-size: 12px; }
  .proof-grid > div { grid-template-columns: 1fr; gap: 3px; }
  .proof-grid strong { grid-row: auto; }
  .work-layout { grid-template-columns: 1.1fr .9fr; gap: 48px; }
  .quote-layout { gap: 50px; }
}

@media (max-width: 820px) {
  .shell { width: min(calc(100% - 36px), 680px); }
  .concept-bar { justify-content: space-between; }
  .site-header { top: 30px; height: 74px; }
  .menu-toggle { display: block; }
  .site-nav { position: absolute; top: 74px; right: 16px; left: 16px; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 18px; color: var(--ink); background: var(--white); box-shadow: 0 18px 50px rgba(0, 0, 0, .22); }
  .site-nav.is-open { display: flex; }
  .site-nav > a { min-height: 46px; display: flex; align-items: center; padding: 0 12px; border-bottom: 1px solid var(--rule); }
  .site-nav .button { margin-top: 10px; color: white; background: var(--ink); }
  .hero { min-height: 780px; align-items: flex-end; }
  .hero-image { background-position: 63% center; }
  .hero-shade { background: linear-gradient(0deg, rgba(19, 17, 14, .92) 3%, rgba(19, 17, 14, .55) 68%, rgba(19, 17, 14, .25)); }
  .hero-content { padding-bottom: 205px; }
  .hero h1 { font-size: clamp(49px, 12.5vw, 72px); }
  .proof-grid { grid-template-columns: 1fr 1fr; }
  .proof-grid > div { min-height: 80px; padding: 13px 18px; border-bottom: 1px solid rgba(255, 255, 255, .12); }
  .proof-grid strong { font-size: 25px; }
  .section { padding: 82px 0; }
  .split-heading, .work-layout, .fit-layout, .review-layout, .quote-layout { grid-template-columns: 1fr; gap: 44px; }
  .service-grid { grid-template-columns: 1fr; }
  .service-card { min-height: 0; border-right: 0; border-bottom: 1px solid var(--rule); }
  .service-card:last-child { border-bottom: 0; }
  .service-card > p, .service-card ul { min-height: 0; }
  .finish-grid { grid-template-columns: 1fr 1fr; }
  .finish-grid article:nth-child(2) { border-right: 0; }
  .finish-grid article { border-bottom: 1px solid var(--rule); }
  .finish-grid article:nth-child(n+3) { border-bottom: 0; }
  .fit-panel { grid-template-columns: 1fr; }
  .fit-options { border-right: 0; border-bottom: 1px solid var(--rule); }
  .fit-result { min-height: 230px; }
  .process-list { grid-template-columns: 1fr; }
  .process-list li { min-height: 0; display: grid; grid-template-columns: auto 1fr; gap: 24px; border-right: 1px solid var(--rule); border-bottom: 0; }
  .process-list li:last-child { border-bottom: 1px solid var(--rule); }
  .process-list li:not(:last-child)::after { top: auto; right: auto; bottom: -14px; left: 43px; content: "↓"; }
  .process-list h3 { margin-top: 0; }
  .quote-card { padding: 32px; }
  .footer-grid { grid-template-columns: 2fr 1fr; }
}

@media (max-width: 520px) {
  body { padding-bottom: 62px; }
  .concept-bar { font-size: 9px; }
  .brand-name { font-size: 17px; }
  .brand-mark { width: 29px; transform: scale(.85) rotate(-8deg); }
  .hero { min-height: 720px; }
  .hero-content { padding-bottom: 185px; }
  .hero h1 { font-size: 51px; }
  .hero h1, .hero-copy { max-width: calc(100vw - 38px); }
  .hero-copy { margin: 22px 0 26px; font-size: 19px; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 19px; }
  .proof-grid span { font-size: 9px; }
  .section { padding: 68px 0; }
  .section-heading h2, .work-copy h2, .fit-layout h2, .review-copy h2, .quote-copy h2 { font-size: 41px; }
  .split-heading { gap: 22px; margin-bottom: 36px; }
  .service-card { padding: 28px; }
  .work-photo, .work-photo img { min-height: 490px; height: 490px; }
  .work-photo img { object-position: 63% center; }
  .finish-grid { grid-template-columns: 1fr; }
  .finish-grid article, .finish-grid article:nth-child(2), .finish-grid article:nth-child(n+3) { border-right: 0; border-bottom: 1px solid var(--rule); }
  .finish-grid article:last-child { border-bottom: 0; }
  .fit-result { padding: 28px; }
  .process-list li { padding: 28px 24px; }
  .review-grid { grid-template-columns: 1fr; }
  .quote { padding-top: 76px; }
  .quote-card { margin-inline: -8px; padding: 25px 20px; }
  .project-choices { grid-template-columns: 1fr; }
  .project-choices span, .project-choices label:last-child span { border: 1px solid var(--rule); border-bottom: 0; }
  .project-choices label:last-child span { border-bottom: 1px solid var(--rule); }
  .footer-grid { grid-template-columns: 1fr; gap: 36px; }
  .footer-base { gap: 18px; flex-direction: column; }
  .mobile-cta { position: fixed; right: 0; bottom: 0; left: 0; z-index: 30; min-height: 62px; display: flex; align-items: center; justify-content: center; gap: 18px; color: #211d18; background: #d0a15c; box-shadow: 0 -8px 30px rgba(0, 0, 0, .18); font-size: 13px; font-weight: 850; text-decoration: none; }
}

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