:root {
  --ink: #161b21;
  --graphite: #273440;
  --panel: #3f5265;
  --panel-dark: #24313d;
  --yellow: #f5bf18;
  --yellow-deep: #dea600;
  --cyan: #3bc5d3;
  --paper: #f3f4f4;
  --white: #ffffff;
  --muted: #68737e;
  --line: #d9dde0;
  --shadow: 0 20px 55px rgba(20, 28, 36, 0.15);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--white); font-family: Arial, Helvetica, sans-serif; line-height: 1.5; }
a { color: inherit; text-decoration: none; }
img { display: block; width: 100%; max-width: 100%; }
button, input, select, textarea { font: inherit; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { line-height: 1.12; }
h1 { margin-bottom: 22px; font-size: clamp(44px, 5.2vw, 76px); font-weight: 900; }
h2 { margin-bottom: 20px; font-size: clamp(32px, 3.2vw, 50px); font-weight: 900; }
h3 { font-size: 22px; }

.topbar, .admin-top {
  position: relative;
  z-index: 40;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: 28px;
  min-height: 78px;
  padding: 10px max(28px, calc((100vw - 1180px) / 2));
  color: var(--white);
  background: rgba(31, 40, 49, 0.94);
  border-bottom: 1px solid rgba(255,255,255,.1);
}
.brand { display: inline-flex; align-items: center; gap: 10px; min-width: max-content; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 42px;
  height: 42px;
  color: var(--graphite);
  background: var(--yellow);
  border: 3px solid var(--white);
  font-size: 13px;
  font-weight: 900;
  transform: rotate(-3deg);
}
.brand strong { display: grid; color: var(--white); font-size: 18px; line-height: .95; text-transform: uppercase; }
.brand em { color: var(--yellow); font-style: normal; }
.menu-btn {
  display: grid;
  gap: 5px;
  width: 44px;
  padding: 9px;
  background: none;
  border: 0;
  cursor: pointer;
}
.menu-btn span { display: block; height: 3px; background: var(--white); }
.nav { display: flex; align-items: center; justify-content: center; gap: clamp(12px, 1.7vw, 26px); }
.nav a { position: relative; color: rgba(255,255,255,.82); font-size: 13px; font-weight: 700; white-space: nowrap; }
.nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -10px; height: 3px; background: var(--yellow); transition: right .2s ease; }
.nav a:hover::after, .nav a.active::after { right: 0; }
.nav a.active { color: var(--white); }
.header-cta { padding: 15px 22px; color: var(--ink); background: var(--yellow); font-size: 12px; font-weight: 900; text-transform: uppercase; box-shadow: 0 8px 24px rgba(245,191,24,.2); }
.header-cta:hover { background: #ffd23b; }
.phone-strip { position: relative; z-index: 35; display: flex; justify-content: center; align-items: center; gap: 18px; min-height: 47px; color: var(--yellow); background: rgba(16,22,28,.94); }
.phone-strip a { font-size: 21px; font-weight: 900; }
.phone-strip span { color: rgba(255,255,255,.7); font-size: 13px; }
.notice { position: fixed; z-index: 100; right: 24px; top: 96px; padding: 16px 22px; color: var(--ink); background: var(--yellow); box-shadow: var(--shadow); font-weight: 800; }

.hero {
  position: relative;
  min-height: 735px;
  color: var(--white);
  background:
    linear-gradient(90deg, rgba(18,25,31,.93) 0%, rgba(28,37,45,.80) 45%, rgba(22,29,35,.45) 100%),
    url('/assets/images/hero-interior.png') center/cover no-repeat;
}
.hero::after { content: ""; position: absolute; inset: auto 0 0; height: 170px; background: linear-gradient(0deg, rgba(20,27,34,.62), transparent); pointer-events: none; }
.hero-inner { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) 470px; gap: 55px; align-items: center; width: min(1180px, calc(100% - 56px)); min-height: 735px; margin: 0 auto; padding: 54px 0 74px; }
.hero-copy { max-width: 660px; }
.eyebrow { margin-bottom: 14px; color: var(--yellow-deep); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.hero .eyebrow, .light .eyebrow, .advantages .eyebrow, .guarantee-band .eyebrow, .reviews-section .eyebrow { color: var(--yellow); }
.hero h1 { max-width: 720px; }
.hero-offer { max-width: 650px; margin-bottom: 16px; color: var(--yellow); font-size: 27px; font-weight: 800; line-height: 1.18; }
.hero-summary { max-width: 650px; margin-bottom: 32px; color: rgba(255,255,255,.76); font-size: 16px; }
.hero-benefits { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; max-width: 650px; }
.hero-benefits div { min-height: 92px; padding: 15px 18px; border-left: 3px solid var(--yellow); background: rgba(17,23,29,.58); backdrop-filter: blur(8px); }
.hero-benefits b, .hero-benefits span { display: block; }
.hero-benefits b { margin-bottom: 4px; color: var(--yellow); font-size: 23px; }
.hero-benefits span { color: rgba(255,255,255,.78); font-size: 12px; text-transform: uppercase; }
.hero-calc { padding: 30px 30px 24px; background: rgba(63,82,101,.95); border: 1px solid rgba(255,255,255,.16); box-shadow: 0 28px 70px rgba(0,0,0,.3); }
.calc-heading { margin-bottom: 20px; }
.calc-heading span { color: var(--yellow); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.calc-heading h2 { margin: 5px 0 0; font-size: 30px; }
.calc-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
.calc-fields label { display: grid; gap: 8px; color: rgba(255,255,255,.9); font-size: 13px; font-weight: 700; }
input, select, textarea { width: 100%; min-height: 50px; padding: 12px 14px; color: var(--ink); background: var(--white); border: 1px solid #cfd5da; border-radius: 2px; outline: none; }
input:focus, select:focus, textarea:focus { border-color: var(--yellow-deep); box-shadow: 0 0 0 3px rgba(245,191,24,.18); }
.area-label { grid-column: 1 / -1; grid-template-columns: 1fr auto !important; }
.area-label output { color: var(--yellow); font-size: 17px; }
.area-label input { grid-column: 1 / -1; min-height: 18px; padding: 0; accent-color: var(--yellow); }
.check { display: flex !important; grid-column: 1 / -1; align-items: center; gap: 10px !important; cursor: pointer; }
.check input { width: 20px; min-height: 20px; accent-color: var(--yellow); }
.hero-total { display: flex; align-items: end; justify-content: space-between; gap: 15px; margin: 21px 0 18px; padding-top: 18px; border-top: 1px solid rgba(255,255,255,.16); }
.hero-total span { max-width: 120px; color: rgba(255,255,255,.65); font-size: 12px; text-transform: uppercase; }
.hero-total strong { color: var(--yellow); font-size: 30px; line-height: 1; }
.hero-calc small { display: block; margin-top: 10px; color: rgba(255,255,255,.58); text-align: center; }
.btn { display: inline-flex; min-height: 50px; align-items: center; justify-content: center; padding: 13px 24px; border: 0; border-radius: 2px; cursor: pointer; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.btn.primary { color: var(--ink); background: var(--yellow); }
.btn.primary:hover { background: #ffd23b; }
.btn.dark { color: var(--white); background: var(--ink); }
.btn.wide { width: 100%; }
.quick-actions { position: absolute; z-index: 5; top: 90px; left: 18px; display: grid; gap: 12px; }
.quick-actions a { display: grid; place-items: center; width: 82px; min-height: 86px; padding: 10px 7px; color: var(--ink); background: var(--yellow); border: 3px solid rgba(255,255,255,.55); border-radius: 8px; text-align: center; box-shadow: 0 10px 28px rgba(0,0,0,.22); }
.quick-actions b { font-size: 18px; }
.quick-actions span { font-size: 9px; font-weight: 900; line-height: 1.15; text-transform: uppercase; }

.stats { position: relative; z-index: 5; display: grid; grid-template-columns: repeat(4, 1fr); width: min(1180px, calc(100% - 56px)); margin: -38px auto 0; color: var(--white); background: var(--panel-dark); box-shadow: var(--shadow); }
.stats div { display: flex; align-items: center; gap: 14px; min-height: 105px; padding: 18px 25px; border-right: 1px solid rgba(255,255,255,.12); }
.stats div:last-child { border-right: 0; }
.stats strong { color: var(--yellow); font-size: 32px; white-space: nowrap; }
.stats span { color: rgba(255,255,255,.68); font-size: 12px; text-transform: uppercase; }

.section { padding: 96px max(28px, calc((100vw - 1180px) / 2)); }
.section-head { display: flex; align-items: end; justify-content: space-between; gap: 30px; margin-bottom: 42px; }
.section-head h2 { margin-bottom: 0; }
.section-head > a { padding-bottom: 7px; border-bottom: 3px solid var(--yellow); font-size: 13px; font-weight: 900; }
.section-head.light { color: var(--white); }
.section-note { color: var(--muted); font-size: 13px; text-transform: uppercase; }
.grid { display: grid; gap: 20px; }
.services-section { background: var(--paper); }
.service-cards { grid-template-columns: repeat(3, 1fr); }
.service-card { position: relative; min-height: 270px; padding: 28px; background: var(--white); border-top: 4px solid transparent; box-shadow: 0 10px 34px rgba(29,37,45,.08); transition: transform .2s ease, border-color .2s ease; }
.service-card:hover { transform: translateY(-6px); border-top-color: var(--yellow); }
.service-card .service-number { position: absolute; top: 22px; right: 24px; color: #e2e5e7; font-size: 38px; font-weight: 900; }
.service-card > p { margin-bottom: 26px; color: var(--yellow-deep); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-card h3 { max-width: 250px; margin-bottom: 12px; }
.service-card > div { color: var(--muted); font-size: 14px; }
.service-card > b { position: absolute; left: 28px; bottom: 28px; color: var(--panel); font-size: 15px; }
.service-card > a { position: absolute; right: 25px; bottom: 23px; display: grid; place-items: center; width: 38px; height: 38px; color: var(--ink); background: var(--yellow); font-size: 23px; }

.portfolio { color: var(--white); background: var(--graphite); }
.portfolio-tabs { display: flex; gap: 8px; margin: -16px 0 26px; overflow-x: auto; }
.portfolio-tabs span { padding: 10px 15px; color: rgba(255,255,255,.65); border: 1px solid rgba(255,255,255,.18); font-size: 12px; font-weight: 800; white-space: nowrap; }
.portfolio-tabs span.active { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.project-grid { grid-template-columns: repeat(3, 1fr); }
.project { overflow: hidden; color: var(--ink); background: var(--white); box-shadow: 0 18px 45px rgba(0,0,0,.2); }
.before-after { display: grid; grid-template-columns: 1fr 1fr; height: 245px; }
.before-after > div { position: relative; overflow: hidden; }
.before-after img { height: 100%; object-fit: cover; transition: transform .35s ease; }
.project-composite { position: relative; overflow: hidden; height: 245px; }
.project-composite img { width: 100%; height: 100%; object-fit: cover; transition: transform .35s ease; }
.project:hover .project-composite img { transform: scale(1.025); }
.project:hover img { transform: scale(1.045); }
.photo-label { position: absolute; z-index: 2; left: 10px; top: 10px; padding: 6px 9px; color: var(--white); background: rgba(28,36,43,.8); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.photo-label.after { color: var(--ink); background: var(--yellow); }
.project-composite .photo-label.after { right: 10px; left: auto; }
.project-body { padding: 24px; }
.project-body > span { color: var(--yellow-deep); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.project-body h3 { margin: 10px 0; }
.project-body p { min-height: 64px; color: var(--muted); font-size: 14px; }
.project-meta { display: flex; justify-content: space-between; align-items: center; padding-top: 17px; border-top: 1px solid var(--line); }
.project-meta b { font-size: 18px; }
.project-meta span { color: var(--muted); font-size: 12px; }

.advantages { position: relative; padding: 100px max(28px, calc((100vw - 1180px) / 2)); color: var(--white); background: linear-gradient(90deg, rgba(22,29,35,.96), rgba(35,48,59,.89)), url('https://images.unsplash.com/photo-1503387762-592deb58ef4e?auto=format&fit=crop&w=1800&q=80') center/cover; }
.advantage-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 1px; background: rgba(255,255,255,.13); }
.advantage-grid article { min-height: 260px; padding: 26px 22px; background: rgba(31,42,52,.88); }
.advantage-grid b { color: var(--yellow); font-size: 28px; }
.advantage-grid h3 { margin: 40px 0 12px; font-size: 18px; }
.advantage-grid p { color: rgba(255,255,255,.65); font-size: 13px; }
.estimate-banner { display: flex; align-items: center; justify-content: space-between; gap: 35px; padding: 42px max(28px, calc((100vw - 1180px) / 2)); background: var(--yellow); }
.estimate-banner .eyebrow { color: var(--panel-dark); }
.estimate-banner h2 { margin-bottom: 8px; font-size: 34px; }
.estimate-banner p:last-child { margin-bottom: 0; }

.steps-section { background: var(--white); }
.steps { display: grid; grid-template-columns: repeat(2, 1fr); border-top: 1px solid var(--line); }
.steps article { display: grid; grid-template-columns: 76px 1fr; gap: 20px; min-height: 150px; padding: 28px 24px 28px 0; border-bottom: 1px solid var(--line); }
.steps article:nth-child(odd) { border-right: 1px solid var(--line); }
.steps article:nth-child(even) { padding-left: 28px; }
.steps article > b { display: grid; place-items: center; width: 58px; height: 58px; color: var(--ink); background: var(--yellow); font-size: 21px; }
.steps h3 { margin: 3px 0 8px; }
.steps p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.guarantee-band { color: var(--white); background: var(--panel); }
.guarantee-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: rgba(255,255,255,.16); }
.guarantee-grid article { min-height: 275px; padding: 30px 24px; background: var(--panel); }
.guarantee-grid article > span { display: grid; place-items: center; width: 54px; height: 54px; color: var(--ink); background: var(--yellow); font-size: 21px; font-weight: 900; }
.guarantee-grid h3 { margin: 35px 0 12px; font-size: 19px; }
.guarantee-grid p { color: rgba(255,255,255,.66); font-size: 14px; }

.team-section { background: var(--paper); }
.team-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.team-grid article { background: var(--white); box-shadow: 0 10px 34px rgba(29,37,45,.08); }
.team-photo { height: 325px; background-position: center top; background-size: cover; }
.team-photo-1 { background-image: url('https://images.unsplash.com/photo-1560250097-0b93528c311a?auto=format&fit=crop&w=700&q=82'); }
.team-photo-2 { background-image: url('https://images.unsplash.com/photo-1568602471122-7832951cc4c5?auto=format&fit=crop&w=700&q=82'); }
.team-photo-3 { background-image: url('https://images.unsplash.com/photo-1573496359142-b8d87734a5a2?auto=format&fit=crop&w=700&q=82'); }
.team-grid article > div:last-child { padding: 24px; }
.team-grid span { color: var(--yellow-deep); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.team-grid h3 { margin: 8px 0 10px; }
.team-grid p { margin-bottom: 0; color: var(--muted); font-size: 14px; }

.reviews-section { color: var(--white); background: var(--graphite); }
.rating-pill { display: flex; align-items: center; gap: 12px; padding: 12px 18px; color: var(--ink); background: var(--yellow); }
.rating-pill b { font-size: 27px; }
.rating-pill span { max-width: 70px; font-size: 10px; font-weight: 900; text-transform: uppercase; }
.review-grid { grid-template-columns: repeat(3, 1fr); }
.review { min-height: 280px; padding: 28px; color: var(--ink); background: var(--white); }
.stars { color: var(--yellow-deep); }
.review > p { min-height: 120px; margin: 18px 0; font-size: 15px; }
.review > div:last-child { display: flex; align-items: center; gap: 12px; }
.avatar { display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--yellow); font-weight: 900; }
.review strong { display: grid; font-size: 14px; }
.review small { color: var(--muted); font-weight: 400; }

.price-preview { background: var(--white); }
.price-table { border: 1px solid var(--line); }
.price-row { display: grid; grid-template-columns: 1.1fr 1.5fr .8fr; gap: 25px; align-items: center; min-height: 78px; padding: 16px 22px; border-bottom: 1px solid var(--line); }
.price-row:last-child { border-bottom: 0; }
.price-row:nth-child(odd):not(.price-header) { background: var(--paper); }
.price-row span { color: var(--muted); font-size: 13px; }
.price-row b { color: var(--panel); text-align: right; }
.price-header { min-height: 52px; color: var(--white); background: var(--panel); }
.price-header span { color: var(--white); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.payment-band { display: grid; grid-template-columns: 1fr 1.3fr; gap: 50px; align-items: center; padding: 54px max(28px, calc((100vw - 1180px) / 2)); color: var(--white); background: var(--panel-dark); }
.payment-band h2 { margin-bottom: 0; font-size: 34px; }
.payment-items { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.payment-items span { position: relative; padding: 15px 15px 15px 42px; border: 1px solid rgba(255,255,255,.16); font-size: 13px; font-weight: 800; }
.payment-items span::before { content: "✓"; position: absolute; left: 15px; color: var(--yellow); font-weight: 900; }

.faq { display: grid; grid-template-columns: 360px 1fr; gap: 80px; background: var(--paper); }
.faq-intro > p:not(.eyebrow) { color: var(--muted); }
.faq-intro > a { color: var(--panel); border-bottom: 3px solid var(--yellow); font-size: 22px; font-weight: 900; }
.accordion { display: grid; gap: 8px; }
details { background: var(--white); border: 1px solid var(--line); }
summary { display: flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 70px; padding: 17px 22px; cursor: pointer; font-weight: 800; list-style: none; }
summary::-webkit-details-marker { display: none; }
summary span { display: grid; place-items: center; width: 30px; height: 30px; flex: 0 0 auto; color: var(--ink); background: var(--yellow); font-size: 20px; }
details[open] summary span { transform: rotate(45deg); }
details p { margin: 0; padding: 0 22px 22px; color: var(--muted); }

.contact-section { display: grid; grid-template-columns: 1.05fr .95fr; gap: 70px; align-items: center; color: var(--white); background: linear-gradient(90deg, rgba(31,42,51,.97), rgba(40,54,66,.92)), url('https://images.unsplash.com/photo-1504307651254-35680f356dfd?auto=format&fit=crop&w=1800&q=80') center/cover; }
.contact-copy > p:not(.eyebrow) { max-width: 630px; color: rgba(255,255,255,.68); }
.mini-proof { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; margin: 30px 0; }
.mini-proof div { min-height: 105px; padding: 15px; border: 1px solid rgba(255,255,255,.16); }
.mini-proof b, .mini-proof span { display: block; }
.mini-proof b { margin-bottom: 13px; color: var(--yellow); }
.mini-proof span { color: rgba(255,255,255,.72); font-size: 12px; }
.contact-lines { display: flex; gap: 25px; color: var(--yellow); font-weight: 900; }
.form { padding: 30px; color: var(--ink); background: var(--white); box-shadow: var(--shadow); }
.form h3 { margin-bottom: 22px; }
.form label { display: grid; gap: 6px; margin-bottom: 13px; color: var(--muted); font-size: 12px; font-weight: 800; }
.form textarea { min-height: 90px; resize: vertical; }
.form small { display: block; margin-top: 10px; color: var(--muted); font-size: 10px; text-align: center; }

.page-hero { position: relative; isolation: isolate; min-height: 480px; display: flex; flex-direction: column; justify-content: end; padding: 70px max(28px, calc((100vw - 1180px) / 2)); color: var(--white); overflow: hidden; }
.page-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; background: linear-gradient(90deg, rgba(22,29,35,.95), rgba(25,34,42,.48)), url('/assets/images/hero-interior.png') center/cover; }
.page-hero h1 { max-width: 820px; margin-bottom: 16px; }
.page-hero > p:not(.eyebrow) { max-width: 740px; color: rgba(255,255,255,.72); font-size: 18px; }
.page-hero .btn { align-self: start; margin-top: 12px; }
.split { display: grid; grid-template-columns: 1fr 410px; gap: 55px; background: var(--paper); }
.checklist { display: grid; gap: 8px; padding: 0; list-style: none; }
.checklist li { position: relative; padding: 17px 18px 17px 50px; background: var(--white); border: 1px solid var(--line); }
.checklist li::before { content: "✓"; position: absolute; left: 18px; color: var(--yellow-deep); font-weight: 900; }
.quote-panel, .calc-result { padding: 30px; color: var(--white); background: var(--panel); box-shadow: var(--shadow); }
.quote-panel > span, .calc-result > span { color: var(--yellow); font-size: 12px; font-weight: 900; text-transform: uppercase; }
.quote-panel strong, .calc-result strong { display: block; margin: 16px 0; font-size: 35px; }
.quote-panel p, .calc-result p { color: rgba(255,255,255,.68); }
.price-list { border: 1px solid var(--line); }
.price-list div { display: flex; justify-content: space-between; gap: 25px; padding: 20px 24px; border-bottom: 1px solid var(--line); }
.price-list div:nth-child(even) { background: var(--paper); }
.price-list div:last-child { border-bottom: 0; }
.price-list b { color: var(--panel); white-space: nowrap; }
.calculator { display: grid; grid-template-columns: 1fr 390px; gap: 25px; background: var(--paper); }
.calc-box { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; padding: 28px; background: var(--white); border: 1px solid var(--line); }
.calc-box label { display: grid; gap: 7px; font-size: 13px; font-weight: 800; }

.footer { display: grid; grid-template-columns: 1.4fr .7fr .9fr; gap: 60px; padding: 52px max(28px, calc((100vw - 1180px) / 2)); color: rgba(255,255,255,.65); background: #11171c; }
.footer > div { display: grid; align-content: start; gap: 8px; }
.footer > div > strong { margin-bottom: 8px; color: var(--white); font-size: 13px; text-transform: uppercase; }
.footer-brand { margin-bottom: 8px; }
.footer p { max-width: 350px; margin-bottom: 0; }

.admin-body { background: var(--paper); }
.login { width: min(420px, calc(100% - 32px)); margin: 12vh auto; }
.admin-top { display: flex; justify-content: space-between; }
.admin-top nav { display: flex; gap: 8px; }
.admin { display: grid; grid-template-columns: 240px minmax(0, 1fr); gap: 24px; padding: 24px max(16px, calc((100vw - 1180px) / 2)); }
.admin aside { display: grid; align-content: start; gap: 8px; }
.admin aside a { padding: 12px 14px; background: var(--white); border: 1px solid var(--line); }
.admin aside a.active { color: var(--ink); background: var(--yellow); }
.admin-list, .admin-table { display: grid; gap: 12px; }
.admin-list article, .admin-table div { padding: 16px; background: var(--white); border: 1px solid var(--line); }
.admin-list form { display: flex; gap: 8px; max-width: 280px; }
.admin-list button, .admin-table a { padding: 10px 12px; border: 0; background: #e2e5e7; }
.admin-form { margin-bottom: 20px; }
.admin-form label { display: grid; gap: 6px; color: var(--muted); font-weight: 800; }
.admin-table div { display: flex; justify-content: space-between; gap: 16px; }
.admin-table span { display: flex; gap: 8px; }

@media (max-width: 1180px) {
  .nav { display: none; position: absolute; left: 0; right: 0; top: 78px; padding: 22px 28px; background: var(--panel-dark); }
  .nav.open { display: grid; grid-template-columns: repeat(4, 1fr); }
  .topbar { grid-template-columns: auto 1fr auto; }
  .hero-inner { grid-template-columns: 1fr 430px; gap: 30px; }
  .quick-actions { display: none; }
  .advantage-grid { grid-template-columns: repeat(3, 1fr); }
}

@media (min-width: 1181px) {
  .hero-copy { padding-left: 100px; }
}

@media (max-width: 920px) {
  .hero-inner, .contact-section, .faq, .calculator, .split, .payment-band { grid-template-columns: 1fr; }
  .hero-inner { padding-top: 60px; }
  .hero-copy { max-width: 760px; }
  .hero-calc { max-width: 620px; }
  .stats { grid-template-columns: 1fr 1fr; }
  .stats div:nth-child(2) { border-right: 0; }
  .service-cards, .project-grid, .team-grid, .review-grid { grid-template-columns: 1fr 1fr; }
  .guarantee-grid { grid-template-columns: 1fr 1fr; }
  .faq { gap: 40px; }
  .footer { grid-template-columns: 1fr 1fr; }
  .footer > div:first-child { grid-column: 1 / -1; }
}

@media (max-width: 640px) {
  h1 { font-size: 42px; }
  h2 { font-size: 32px; }
  .topbar { min-height: 70px; gap: 12px; padding: 8px 16px; }
  .brand-mark { width: 37px; height: 37px; }
  .brand strong { font-size: 15px; }
  .header-cta { padding: 12px 13px; font-size: 10px; }
  .nav { top: 70px; grid-template-columns: 1fr !important; }
  .nav a { padding: 8px 0; }
  .phone-strip { gap: 8px; min-height: 42px; }
  .phone-strip a { font-size: 16px; }
  .phone-strip span { font-size: 10px; }
  .hero, .hero-inner { min-height: auto; }
  .hero-inner { width: calc(100% - 32px); padding: 48px 0 56px; }
  .hero-offer { font-size: 21px; }
  .hero-summary { font-size: 14px; }
  .hero-benefits { grid-template-columns: 1fr; }
  .hero-benefits div { min-height: 70px; }
  .hero-calc { padding: 23px 18px; }
  .calc-fields { grid-template-columns: 1fr; }
  .hero-total { align-items: start; flex-direction: column; }
  .hero-total strong { font-size: 28px; }
  .stats { width: 100%; margin: 0; }
  .stats div { min-height: 86px; padding: 15px; }
  .stats strong { font-size: 25px; }
  .stats span { font-size: 10px; }
  .section, .advantages { padding: 68px 16px; }
  .section-head { align-items: start; flex-direction: column; margin-bottom: 30px; }
  .service-cards, .project-grid, .team-grid, .review-grid, .guarantee-grid, .advantage-grid { grid-template-columns: 1fr; }
  .before-after, .project-composite { height: 225px; }
  .advantage-grid article { min-height: 210px; }
  .estimate-banner { align-items: stretch; flex-direction: column; padding: 38px 16px; }
  .steps { grid-template-columns: 1fr; }
  .steps article, .steps article:nth-child(even) { padding: 22px 0; border-right: 0; }
  .mini-proof { grid-template-columns: 1fr; }
  .contact-lines { align-items: start; flex-direction: column; gap: 10px; }
  .form { padding: 24px 18px; }
  .price-row { grid-template-columns: 1fr; gap: 5px; padding: 16px; }
  .price-row b { text-align: left; }
  .price-header { display: none; }
  .payment-items { grid-template-columns: 1fr; }
  .page-hero { min-height: 420px; padding: 58px 16px; }
  .calc-box { grid-template-columns: 1fr; }
  .price-list div { align-items: start; flex-direction: column; }
  .footer { grid-template-columns: 1fr; gap: 35px; padding: 45px 16px; }
  .footer > div:first-child { grid-column: auto; }
  .admin { grid-template-columns: 1fr; }
}

/* Expanded site modules */
.site-header { grid-template-columns: auto minmax(0,1fr) auto auto; gap: 18px; position: sticky; top: 0; padding: 10px clamp(20px,3vw,52px); }
.site-header .menu-btn { display: none; }
.header-phone { padding: 10px 18px; color: var(--ink); background: #f9c62b; border: 3px solid rgba(0,0,0,.2); border-radius: 8px; font-weight: 900; white-space: nowrap; }
.mega-nav { gap: 4px; }
.mega-nav > a, .nav-group > button { min-height: 46px; display: flex; align-items: center; padding: 0 11px; color: rgba(255,255,255,.88); background: transparent; border: 0; font-size: 13px; font-weight: 800; cursor: pointer; white-space: nowrap; }
.mega-nav > a:hover, .mega-nav > a.active, .nav-group.open > button, .nav-group:hover > button { color: var(--yellow); background: rgba(255,255,255,.05); }
.nav-group { position: relative; }
.nav-group > button span { margin-left: 6px; color: var(--yellow); }
.submenu { position: absolute; z-index: 50; top: calc(100% + 9px); left: 0; display: none; width: 255px; padding: 7px; background: #202b35; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 22px 45px rgba(0,0,0,.34); }
.submenu::before { content: ''; position: absolute; right: 0; bottom: 100%; left: 0; height: 12px; }
.nav-group.open .submenu, .nav-group:hover .submenu { display: grid; }
.submenu a { padding: 13px 14px; color: var(--white); border-bottom: 1px solid rgba(255,255,255,.12); font-size: 13px; font-weight: 700; }
.submenu a:last-child { border-bottom: 0; }
.submenu a:hover { color: var(--ink); background: var(--yellow); }
.hero-actions { display: flex; gap: 12px; margin-top: 28px; }
.btn.outline { color: var(--white); background: rgba(18,25,31,.28); border: 1px solid rgba(255,255,255,.52); }
.btn.outline:hover { border-color: var(--yellow); color: var(--yellow); }
.notice { transition: opacity .3s ease, transform .3s ease; }
.notice-hidden { opacity: 0; transform: translateY(-15px); pointer-events: none; }

.philosophy { display: grid; grid-template-columns: .85fr 1.15fr; gap: 75px; align-items: center; background: #fff; }
.philosophy h2 { margin: 0; font-size: clamp(34px,3.8vw,56px); }
.philosophy blockquote { margin: 0; padding: 34px 0 34px 38px; border-left: 5px solid var(--yellow); color: var(--panel); font-size: 22px; line-height: 1.45; }
.philosophy blockquote footer { margin-top: 18px; color: var(--muted); font-size: 12px; font-weight: 800; text-transform: uppercase; }

.portfolio-tabs button { padding: 10px 15px; color: rgba(255,255,255,.65); background: transparent; border: 1px solid rgba(255,255,255,.18); font-size: 12px; font-weight: 800; white-space: nowrap; cursor: pointer; }
.portfolio-tabs button.active { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.project[hidden] { display: none; }

.pro-calculator { color: var(--white); background: #202b35; }
.pro-calc-layout { display: grid; grid-template-columns: minmax(0,1fr) 360px; gap: 28px; align-items: start; }
.pro-calc-panel { padding: 32px; background: var(--panel); box-shadow: 12px 12px 0 #18222b; }
.pro-calc-panel fieldset { min-width: 0; margin: 0 0 28px; padding: 0 0 25px; border: 0; border-bottom: 1px solid rgba(255,255,255,.14); }
.pro-calc-panel fieldset:last-child { margin-bottom: 0; padding-bottom: 0; border-bottom: 0; }
.pro-calc-panel legend { width: 100%; margin-bottom: 15px; color: var(--white); font-size: 15px; font-weight: 900; }
.option-grid { display: grid; gap: 8px; }
.option-grid.three { grid-template-columns: repeat(3,1fr); }
.option-grid.four { grid-template-columns: repeat(4,1fr); }
.option-grid label { cursor: pointer; }
.option-grid input { position: absolute; width: 1px; height: 1px; min-height: 0; padding: 0; opacity: 0; pointer-events: none; }
.option-grid span { display: grid; place-items: center; min-height: 52px; padding: 9px 12px; color: rgba(255,255,255,.74); background: #293746; border: 1px solid rgba(255,255,255,.12); text-align: center; font-size: 12px; font-weight: 800; }
.option-grid input:checked + span { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.option-grid.compact span { min-height: 48px; font-size: 14px; }
.calc-range-field > div { display: flex; justify-content: space-between; align-items: center; margin-bottom: 12px; }
.calc-range-field > div b { color: var(--yellow); font-size: 25px; }
.calc-range-field > div span { color: rgba(255,255,255,.55); font-size: 11px; }
.calc-range-field input { min-height: 18px; padding: 0; accent-color: var(--yellow); }
.calc-halves { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.addon-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }
.addon-grid label { display: flex; align-items: center; gap: 10px; min-height: 48px; padding: 9px 12px; color: rgba(255,255,255,.78); background: #293746; cursor: pointer; }
.addon-grid input { width: 20px; min-height: 20px; accent-color: var(--yellow); }
.addon-grid span { font-size: 12px; font-weight: 700; }
.pro-calc-summary { position: sticky; top: 102px; padding: 30px; color: var(--ink); background: var(--yellow); }
.pro-calc-summary > p { margin-bottom: 5px; font-size: 12px; font-weight: 900; text-transform: uppercase; }
.pro-calc-summary > strong { display: block; margin-bottom: 25px; font-size: 36px; line-height: 1.05; }
.calc-summary-row { padding: 18px 0; border-top: 1px solid rgba(0,0,0,.18); border-bottom: 1px solid rgba(0,0,0,.18); }
.calc-summary-row span, .calc-summary-row b { display: block; }
.calc-summary-row span { font-size: 11px; text-transform: uppercase; }
.calc-summary-row b { margin-top: 4px; font-size: 20px; }
.pro-calc-summary ul { display: grid; gap: 8px; padding: 0; list-style: none; font-size: 12px; font-weight: 700; }
.pro-calc-summary li::before { content: "✓"; margin-right: 7px; }
.calc-lead-form { display: grid; gap: 9px; margin-top: 24px; }
.calc-lead-form label { display: grid; gap: 4px; font-size: 11px; font-weight: 800; }
.calc-lead-form .btn { background: var(--ink); color: var(--white); }
.calc-lead-form small { font-size: 9px; text-align: center; }

.rooms-section { color: var(--white); background: linear-gradient(135deg,#304153,#1f2a34); }
.room-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 16px; }
.room-grid article { position: relative; min-height: 330px; overflow: hidden; background: #18222b; }
.room-grid img { height: 330px; object-fit: cover; transition: transform .35s ease; }
.room-grid article:hover img { transform: scale(1.04); }
.room-grid article > div { position: absolute; inset: auto 0 0; padding: 60px 22px 20px; background: linear-gradient(transparent,rgba(11,16,20,.94)); }
.room-grid h3 { margin-bottom: 7px; }
.room-grid p { margin-bottom: 12px; color: rgba(255,255,255,.68); font-size: 12px; }
.room-grid a { color: var(--yellow); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.timeline-section { color: var(--white); background: #202b35; }
.timeline-table { border-top: 1px solid rgba(255,255,255,.2); }
.timeline-row { display: grid; grid-template-columns: 1.15fr .75fr 1fr 1fr .85fr; gap: 20px; align-items: center; min-height: 72px; padding: 14px 18px; border-bottom: 1px solid rgba(255,255,255,.18); }
.timeline-row:nth-child(even) { background: rgba(255,255,255,.035); }
.timeline-row span { color: rgba(255,255,255,.72); font-size: 13px; }
.timeline-row b { color: var(--yellow); }
.timeline-head { min-height: 54px; background: #18222b !important; }
.timeline-head span { color: var(--white); font-size: 10px; font-weight: 900; text-transform: uppercase; }
.timeline-group { padding: 14px 18px; color: var(--yellow); background: rgba(245,191,24,.07); font-size: 11px; font-weight: 900; text-transform: uppercase; }

.work-catalog { background: var(--paper); }
.work-tabs { display: flex; gap: 6px; margin-bottom: 20px; overflow-x: auto; }
.work-tabs button { min-height: 46px; padding: 10px 20px; color: var(--white); background: var(--panel-dark); border: 0; font-size: 12px; font-weight: 900; cursor: pointer; white-space: nowrap; }
.work-tabs button.active { color: var(--ink); background: var(--yellow); }
.work-group { display: none; border: 1px solid var(--line); background: var(--white); }
.work-group.active { display: block; }
.work-group-head { display: flex; justify-content: space-between; padding: 19px 22px; color: var(--white); background: var(--panel); }
.work-group-head span { font-size: 18px; font-weight: 900; }
.work-group-head b { color: var(--yellow); font-size: 12px; }
.work-line { display: grid; grid-template-columns: 1fr auto; gap: 30px; align-items: center; min-height: 74px; padding: 13px 22px; border-bottom: 1px solid var(--line); }
.work-line:last-child { border-bottom: 0; }
.work-line > div { display: grid; gap: 3px; }
.work-line small { color: var(--muted); }
.work-line > b { color: var(--panel); white-space: nowrap; }

.payments-section { color: var(--white); background: #1b252e; }
.payments-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(255,255,255,.13); }
.payments-grid article { min-height: 230px; padding: 30px 24px; background: #344657; }
.payments-grid article > b { display: grid; place-items: center; width: 56px; height: 56px; color: var(--ink); background: var(--yellow); font-size: 20px; }
.payments-grid h3 { margin: 32px 0 8px; }
.payments-grid p { color: rgba(255,255,255,.65); font-size: 13px; }
.team-grid img { height: 325px; object-fit: cover; object-position: center top; }
.service-area { display: grid; grid-template-columns: 1fr 1fr; gap: 55px; align-items: center; padding: 60px max(28px,calc((100vw - 1180px)/2)); color: var(--ink); background: var(--yellow); }
.service-area h2 { margin-bottom: 10px; }
.service-area p:last-child { margin-bottom: 0; }
.service-area .eyebrow { color: var(--panel-dark); }
.area-tags { display: flex; flex-wrap: wrap; gap: 8px; }
.area-tags span { padding: 10px 13px; background: rgba(255,255,255,.55); border: 1px solid rgba(0,0,0,.13); font-size: 12px; font-weight: 800; }

/* Admin */
.admin-body { color: var(--ink); background: #eef0f2; }
.admin-login { padding: 32px; background: var(--white); border-top: 5px solid var(--yellow); box-shadow: var(--shadow); }
.admin-login h1 { margin: 8px 0 12px; font-size: 36px; }
.admin-login label { display: grid; gap: 6px; margin: 20px 0 14px; font-size: 12px; font-weight: 800; }
.admin-kicker { color: var(--yellow-deep); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.admin-error, .admin-success { margin-bottom: 18px; padding: 14px 16px; background: #ffe7e3; border-left: 4px solid #c54d3d; }
.admin-success { background: #e3f4e8; border-color: #26854a; }
.admin-top { position: sticky; top: 0; display: flex; min-height: 70px; padding: 9px 24px; }
.admin-top nav { display: flex; gap: 18px; color: var(--white); font-size: 13px; font-weight: 700; }
.admin { grid-template-columns: 245px minmax(0,1fr); gap: 30px; max-width: 1500px; margin: 0 auto; padding: 28px; }
.admin aside { position: sticky; top: 98px; display: grid; align-content: start; gap: 5px; height: max-content; }
.admin-side-title { margin-bottom: 8px; color: var(--muted); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.admin aside a { display: flex; justify-content: space-between; align-items: center; min-height: 45px; padding: 10px 13px; background: var(--white); border: 1px solid var(--line); font-size: 13px; font-weight: 700; }
.admin aside a b { display: grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px; color: var(--ink); background: var(--yellow); }
.admin aside a.active { color: var(--ink); background: var(--yellow); border-color: var(--yellow); }
.admin-content { min-width: 0; }
.admin-heading { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin-bottom: 22px; }
.admin-heading span, .admin-form-head span { color: var(--yellow-deep); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.admin-heading h1 { margin: 4px 0 0; font-size: 36px; }
.lead-stats { display: grid; grid-template-columns: repeat(4,1fr); gap: 10px; margin-bottom: 20px; }
.lead-stats a { padding: 18px; background: var(--white); border-bottom: 4px solid var(--line); }
.lead-stats b, .lead-stats span { display: block; }
.lead-stats b { font-size: 28px; }
.lead-stats span { color: var(--muted); font-size: 11px; text-transform: uppercase; }
.lead-list { gap: 10px; }
.lead-card-admin { display: grid; grid-template-columns: 230px minmax(0,1fr) 190px; gap: 24px; padding: 20px; background: var(--white); border: 1px solid var(--line); }
.lead-main { display: grid; align-content: start; gap: 4px; }
.lead-main h3 { margin: 5px 0 0; font-size: 18px; }
.lead-main > a { color: var(--panel); font-weight: 900; }
.lead-main small { color: var(--muted); }
.lead-status { width: max-content; padding: 4px 7px; background: #f0f1f2; font-size: 9px; font-weight: 900; text-transform: uppercase; }
.lead-status.new { background: #fff0b8; }.lead-status.work { background: #dceaf8; }.lead-status.done { background: #dff1e4; }
.lead-details strong { display: block; margin-top: 5px; color: var(--yellow-deep); font-size: 20px; }
.lead-details p { margin: 8px 0; color: var(--muted); }
.lead-details pre { max-width: 100%; padding: 10px; overflow: auto; white-space: pre-wrap; background: var(--paper); font: 12px/1.45 Arial,sans-serif; }
.lead-actions { display: grid; align-content: start; gap: 8px; }
.lead-actions form { display: grid; gap: 6px; }
.lead-actions select { min-height: 42px; }
.lead-actions button, .admin-table button { min-height: 38px; padding: 8px 11px; border: 0; background: #dde1e4; cursor: pointer; font-weight: 700; }
.lead-actions .danger { color: #a73a2f; background: #fae5e2; }
.admin-empty { padding: 30px; background: var(--white); color: var(--muted); text-align: center; }
.admin-form { margin-bottom: 22px; padding: 24px; background: var(--white); border: 1px solid var(--line); }
.admin-form-head { display: flex; justify-content: space-between; align-items: start; margin-bottom: 20px; }
.admin-form-head h2 { margin: 4px 0 0; font-size: 25px; }
.admin-form-head a { color: var(--muted); font-size: 12px; }
.admin-fields { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-bottom: 18px; }
.admin-fields label { display: grid; gap: 6px; color: var(--muted); font-size: 11px; font-weight: 800; }
.admin-fields .field-wide { grid-column: 1/-1; }
.admin-fields textarea { min-height: 110px; }
.admin-table { gap: 7px; }
.admin-table > div { align-items: center; min-height: 62px; padding: 13px 16px; }
.admin-table > div > div { display: grid; gap: 3px; }
.admin-table small { color: var(--muted); }
.admin-table span { align-items: center; }
.admin-table span form { display: inline-flex; }

@media (max-width: 1480px) {
  .site-header { grid-template-columns: auto minmax(155px,1fr) auto auto; }
  .site-header .menu-btn { display: grid; }
  .site-header .mega-nav { position: absolute; top: 78px; left: 0; right: 0; display: none; padding: 18px 28px; background: var(--panel-dark); }
  .site-header .mega-nav.open { display: flex; }
}
@media (max-width: 920px) {
  .pro-calc-layout, .philosophy, .service-area { grid-template-columns: 1fr; }
  .pro-calc-summary { position: static; }
  .room-grid { grid-template-columns: 1fr 1fr; }
  .payments-grid { grid-template-columns: 1fr 1fr; }
  .timeline-row { grid-template-columns: 1fr 1fr 1fr; }
  .timeline-row span:nth-child(4), .timeline-row b { text-align: right; }
  .timeline-head { display: none; }
  .lead-card-admin { grid-template-columns: 1fr; }
}
@media (max-width: 700px) {
  .site-header { grid-template-columns: auto 1fr auto; }
  .site-header .header-phone { display: none; }
  .site-header .header-cta { padding: 11px; }
  .site-header .mega-nav.open { display: grid; top: 70px; padding: 10px 16px; }
  .mega-nav > a, .nav-group > button { width: 100%; justify-content: space-between; min-height: 44px; border-bottom: 1px solid rgba(255,255,255,.1); }
  .nav-group:hover .submenu { display: none; }
  .nav-group.open .submenu { position: static; display: grid; width: 100%; box-shadow: none; }
  .nav-group.open .submenu::before { display: none; }
  .hero-actions { align-items: stretch; flex-direction: column; }
  .service-cards { grid-template-columns: 1fr; }
  .option-grid.three, .option-grid.four, .calc-halves, .addon-grid { grid-template-columns: 1fr 1fr; }
  .pro-calc-panel { padding: 22px 16px; box-shadow: 7px 7px 0 #18222b; }
  .pro-calc-summary { padding: 24px 18px; }
  .room-grid, .payments-grid { grid-template-columns: 1fr; }
  .timeline-row { grid-template-columns: 1fr 1fr; gap: 7px; padding: 14px 10px; }
  .timeline-row strong { grid-column: 1/-1; }
  .timeline-row span, .timeline-row b { text-align: left !important; }
  .work-line { grid-template-columns: 1fr; gap: 8px; }
  .philosophy { gap: 30px; }
  .philosophy blockquote { padding: 22px 0 22px 22px; font-size: 18px; }
  .admin { grid-template-columns: 1fr; padding: 16px; }
  .admin aside { position: static; grid-template-columns: 1fr 1fr; }
  .admin-side-title { grid-column: 1/-1; }
  .admin-fields, .lead-stats { grid-template-columns: 1fr 1fr; }
  .admin-heading { align-items: start; flex-direction: column; }
}

@media (max-width: 420px) {
  .site-header { grid-template-columns: auto minmax(0,1fr); gap: 10px; padding: 8px 14px; }
  .site-header .header-cta { display: none; }
  .site-header .brand { justify-self: start; }
}

/* Service detail pages and generated media */
.service-card { padding: 0; overflow: hidden; }
.service-thumb { height: 185px; object-fit: cover; }
.service-card-content { position: relative; min-height: 270px; padding: 24px 28px 72px; }
.service-card-content .service-number { position: absolute; top: 18px; right: 24px; color: #e2e5e7; font-size: 38px; font-weight: 900; }
.service-card-content > p { margin-bottom: 24px; color: var(--yellow-deep); font-size: 11px; font-weight: 900; text-transform: uppercase; }
.service-card-content h3 { max-width: 260px; margin-bottom: 12px; }
.service-card-content > div { color: var(--muted); font-size: 14px; }
.service-card-content > b { position: absolute; left: 28px; bottom: 27px; color: var(--panel); font-size: 15px; }
.service-card-content > a { position: absolute; right: 25px; bottom: 20px; display: grid; place-items: center; width: 42px; height: 42px; color: var(--ink); background: var(--yellow); font-size: 23px; }
.service-detail-hero { display: grid; grid-template-columns: .9fr 1.1fr; min-height: 650px; color: var(--white); background: #202b35; }
.service-detail-copy { display: flex; flex-direction: column; justify-content: center; padding: 70px max(38px,calc((100vw - 1180px)/2)); padding-right: 60px; }
.service-detail-copy h1 { max-width: 650px; }
.service-detail-copy > p:not(.eyebrow) { max-width: 640px; color: rgba(255,255,255,.7); font-size: 17px; }
.service-detail-price { margin-top: 20px; padding: 20px 0; border-top: 1px solid rgba(255,255,255,.18); border-bottom: 1px solid rgba(255,255,255,.18); }
.service-detail-price span, .service-detail-price strong { display: block; }
.service-detail-price span { color: rgba(255,255,255,.55); font-size: 11px; text-transform: uppercase; }
.service-detail-price strong { margin-top: 5px; color: var(--yellow); font-size: 28px; }
.service-detail-image { min-width: 0; }
.service-detail-image img { height: 100%; object-fit: cover; }
.service-scope { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: start; background: var(--paper); }
.service-scope > div > p:last-child { max-width: 520px; color: var(--muted); }
.service-scope ol { display: grid; grid-template-columns: 1fr 1fr; gap: 1px; margin: 0; padding: 0; background: var(--line); list-style: none; }
.service-scope li { display: flex; align-items: center; gap: 16px; min-height: 90px; padding: 18px; background: var(--white); }
.service-scope li b { display: grid; place-items: center; width: 42px; height: 42px; flex: 0 0 auto; color: var(--ink); background: var(--yellow); }
.service-scope li span { font-weight: 800; }
@media (max-width: 920px) {
  .service-detail-hero, .service-scope { grid-template-columns: 1fr; }
  .service-detail-copy { padding: 70px 28px; }
  .service-detail-image { height: 430px; }
  .service-scope { gap: 35px; }
}
@media (max-width: 640px) {
  .service-detail-hero { min-height: auto; }
  .service-detail-copy { padding: 52px 16px; }
  .service-detail-image { height: 300px; }
  .service-scope ol { grid-template-columns: 1fr; }
}
