@font-face {
  font-family: "Manrope Local";
  src: url("../fonts/manrope-latin.woff2") format("woff2");
  font-style: normal;
  font-weight: 600 800;
  font-display: swap;
}

:root {
  --navy: #102a43;
  --navy-2: #173f5f;
  --navy-3: #24506f;
  --green: #26b96b;
  --green-dark: #0b7640;
  --green-soft: #d7f7e3;
  --orange: #f28c35;
  --orange-soft: #fff0df;
  --cream: #f7f5ef;
  --paper: #fffefa;
  --ink: #152536;
  --muted: #596b7c;
  --line: #d9e0e5;
  --shadow: 0 18px 45px rgba(16, 42, 67, .12);
  --shadow-small: 0 8px 20px rgba(16, 42, 67, .1);
  --radius: 16px;
  --shell: min(1180px, calc(100% - 40px));
  --font-display: "Manrope Local", "Trebuchet MS", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--paper);
  font-family: "Segoe UI Variable Text", "Segoe UI", system-ui, sans-serif;
  font-size: 1rem;
  line-height: 1.65;
  text-rendering: optimizeLegibility;
}
::selection { background: var(--orange); color: var(--navy); }
::-webkit-scrollbar { width: 12px; }
::-webkit-scrollbar-track { background: var(--cream); }
::-webkit-scrollbar-thumb { background: var(--navy-3); border: 3px solid var(--cream); border-radius: 20px; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--green-dark); text-underline-offset: .22em; text-decoration-thickness: .08em; }
a:hover { color: var(--navy); }
button, a { -webkit-tap-highlight-color: transparent; }
:focus-visible { outline: 3px solid var(--orange); outline-offset: 4px; border-radius: 4px; }
h1, h2, h3, h4 { color: var(--navy); font-family: var(--font-display); line-height: 1.08; letter-spacing: -.025em; margin-top: 0; }
h1 { font-size: clamp(2.55rem, 5.4vw, 4rem); max-width: 15ch; margin-bottom: 1.35rem; }
h2 { font-size: clamp(2rem, 4vw, 3.15rem); max-width: 18ch; margin-bottom: 1.1rem; }
h3 { font-size: clamp(1.2rem, 2vw, 1.45rem); margin-bottom: .65rem; }
p { margin: 0 0 1rem; }
ul, ol { padding-left: 1.25rem; }
.shell { width: var(--shell); margin-inline: auto; }
.narrow { max-width: 780px; margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; }
.skip-link { position: fixed; left: 1rem; top: -100px; z-index: 999; background: white; color: var(--navy); padding: .7rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.utility-bar { background: var(--navy); color: #fff; font-size: .85rem; }
.utility-inner { min-height: 34px; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(255,254,250,.96); border-bottom: 1px solid rgba(16,42,67,.1); backdrop-filter: blur(14px); }
.header-inner { min-height: 82px; display: grid; grid-template-columns: auto 1fr auto; align-items: center; gap: 1.5rem; }
.brand img { width: 214px; }
.site-nav { justify-self: center; display: flex; align-items: center; gap: clamp(.8rem, 2vw, 1.5rem); }
.site-nav a { color: var(--navy); font-weight: 700; text-decoration: none; font-size: .95rem; }
.site-nav a:hover { color: var(--green-dark); }
.menu-toggle { display: none; border: 0; background: transparent; padding: .5rem; }
.menu-toggle span:not(.sr-only) { display: block; width: 25px; height: 2px; margin: 5px; background: var(--navy); }

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: .75rem 1.2rem;
  border: 2px solid var(--green);
  border-radius: 999px;
  background: var(--green);
  color: #082517;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 10px 24px rgba(16,42,67,.16);
  transition: transform .2s ease-out, box-shadow .2s ease-out, background .2s ease-out;
}
.button:hover { color: #082517; background: #3bd37f; transform: translateY(-2px); box-shadow: 0 14px 28px rgba(16,42,67,.18); }
.button-small { min-height: 44px; padding: .55rem 1rem; font-size: .92rem; }
.button-outline { background: transparent; border-color: var(--navy); color: var(--navy); box-shadow: none; }
.button-outline:hover { background: var(--navy); color: white; }
.button-light { background: #fff; border-color: #fff; color: var(--navy); }
.text-link { font-weight: 800; text-decoration-thickness: 2px; }
.light-link { color: #082517; }

.hero { position: relative; overflow: hidden; padding: 58px 0 72px; background: var(--cream); }
.hero::before { content: ''; position: absolute; left: -80px; bottom: -120px; width: 330px; height: 260px; background: var(--green-soft); border-radius: 48% 52% 64% 36% / 44% 55% 45% 56%; transform: rotate(12deg); }
.hero-grid { position: relative; display: grid; grid-template-columns: .95fr 1.05fr; align-items: center; gap: clamp(2rem, 5vw, 4.5rem); }
.hero-copy { position: relative; z-index: 2; }
.location-chip { display: inline-flex; align-items: center; gap: .5rem; margin-bottom: 1.2rem; padding: .45rem .8rem; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-weight: 800; font-size: .88rem; }
.location-chip::before { content: ''; width: 9px; height: 9px; border-radius: 50%; background: var(--green); box-shadow: 0 0 0 5px rgba(38,185,107,.16); }
.hero-lede { max-width: 58ch; color: #3f5264; font-size: 1.18rem; line-height: 1.65; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 1rem 1.25rem; margin-top: 1.8rem; }
.hero-note { display: flex; align-items: center; gap: .55rem; color: var(--navy); font-weight: 700; font-size: .92rem; margin-top: 1.5rem; }
.hero-note img { width: 22px; height: 22px; }
.hero-visual { position: relative; min-width: 0; }
.hero-photo { overflow: hidden; border-radius: 34px 34px 88px 34px; box-shadow: var(--shadow); transform: rotate(1.25deg); }
.hero-photo img { width: 100%; aspect-ratio: 16/11; object-fit: cover; }
.work-ticket { position: absolute; left: -35px; bottom: -34px; width: min(330px, 72%); padding: 1rem; background: #fff; border: 1px solid var(--line); border-radius: 14px; box-shadow: var(--shadow); transform: rotate(-2deg); }
.ticket-head { display: flex; justify-content: space-between; gap: 1rem; padding-bottom: .65rem; margin-bottom: .65rem; border-bottom: 1px dashed #9daab6; font-family: var(--font-display); font-weight: 800; color: var(--navy); }
.ticket-status { color: #9b4a0b; background: var(--orange-soft); border-radius: 999px; padding: .15rem .55rem; font-size: .72rem; }
.ticket-list { display: grid; gap: .45rem; font-size: .87rem; }
.ticket-list span { display: flex; align-items: center; gap: .55rem; }
.ticket-list span::before { content: '✓'; display: grid; place-items: center; width: 19px; height: 19px; border-radius: 6px; background: var(--green-soft); color: var(--green-dark); font-weight: 900; }

.proof-strip { background: var(--navy); color: white; }
.proof-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.proof-item { min-height: 112px; padding: 1.3rem; display: flex; align-items: center; gap: .8rem; border-right: 1px solid rgba(255,255,255,.15); }
.proof-item:last-child { border: 0; }
.proof-item strong { display: block; font-family: var(--font-display); font-size: 1.02rem; }
.proof-item span { display: block; color: #c8d9e8; font-size: .86rem; line-height: 1.4; }
.proof-icon { flex: 0 0 42px; width: 42px; height: 42px; padding: 9px; background: rgba(255,255,255,.1); border-radius: 13px; filter: brightness(0) invert(1); }

.section { padding: 78px 0; }
.section-tight { padding: 58px 0; }
.section-cream { background: var(--cream); }
.section-navy { background: var(--navy); color: white; }
.section-navy h2, .section-navy h3 { color: white; }
.section-intro { display: flex; justify-content: space-between; align-items: end; gap: 2rem; margin-bottom: 2.25rem; }
.section-intro p { max-width: 58ch; color: var(--muted); }

.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 1.1rem; }
.service-card { position: relative; min-height: 245px; padding: 1.55rem; display: flex; flex-direction: column; justify-content: space-between; overflow: hidden; border-radius: var(--radius); background: white; box-shadow: var(--shadow-small); text-decoration: none; color: var(--ink); }
.service-card:nth-child(1), .service-card:nth-child(4) { grid-column: span 7; }
.service-card:nth-child(2), .service-card:nth-child(3) { grid-column: span 5; }
.service-card:nth-child(5) { grid-column: span 12; min-height: 180px; }
.service-card::after { content: '↗'; position: absolute; right: 1.1rem; top: 1rem; font-size: 1.6rem; color: var(--green-dark); transition: transform .2s ease-out; }
.service-card:hover { color: var(--ink); transform: translateY(-3px); }
.service-card:hover::after { transform: translate(3px, -3px); }
.service-card h3 { max-width: 15ch; }
.service-card p { max-width: 48ch; color: var(--muted); margin-bottom: 0; }
.service-tag { align-self: flex-start; padding: .35rem .65rem; border-radius: 999px; background: var(--green-soft); color: var(--green-dark); font-size: .78rem; font-weight: 800; }
.service-card:nth-child(2) .service-tag, .service-card:nth-child(5) .service-tag { background: var(--orange-soft); color: #8a440b; }

.process-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.process-photo { border-radius: 28px 80px 28px 28px; overflow: hidden; box-shadow: var(--shadow); }
.process-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.steps { display: grid; gap: .85rem; counter-reset: steps; }
.step { position: relative; padding: 1.1rem 1.2rem 1.1rem 4.4rem; border: 1px solid var(--line); border-radius: 14px; background: #fff; }
.step::before { counter-increment: steps; content: counter(steps); position: absolute; left: 1rem; top: 1rem; display: grid; place-items: center; width: 42px; height: 42px; border-radius: 12px; background: var(--navy); color: white; font-family: var(--font-display); font-weight: 800; }
.step h3 { margin-bottom: .3rem; }
.step p { color: var(--muted); margin: 0; }

.estimate-board { display: grid; grid-template-columns: .85fr 1.15fr; gap: 2rem; padding: clamp(1.5rem, 4vw, 3.2rem); background: var(--navy); border-radius: 32px 32px 32px 82px; box-shadow: var(--shadow); }
.estimate-board h2, .estimate-board h3 { color: white; }
.estimate-board p { color: #cdddea; }
.estimate-factors { display: grid; grid-template-columns: repeat(2, 1fr); gap: .8rem; }
.factor { padding: 1rem; background: rgba(255,255,255,.08); border-radius: 13px; }
.factor strong { display: block; color: white; margin-bottom: .25rem; }
.factor span { color: #cdddea; font-size: .9rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: start; }
.check-list { list-style: none; padding: 0; margin: 1.5rem 0 0; display: grid; gap: .75rem; }
.check-list li { display: grid; grid-template-columns: 24px 1fr; gap: .65rem; }
.check-list li::before { content: '✓'; width: 23px; height: 23px; display: grid; place-items: center; border-radius: 7px; background: var(--green-soft); color: var(--green-dark); font-weight: 900; }
.notice { padding: 1.2rem 1.3rem; border-radius: 14px; background: var(--orange-soft); color: #65320a; }
.notice strong { color: #65320a; }

.faq-list { display: grid; gap: .8rem; }
.faq-list details { background: white; border: 1px solid var(--line); border-radius: 14px; padding: 1rem 1.1rem; }
.faq-list summary { cursor: pointer; color: var(--navy); font-family: var(--font-display); font-weight: 800; list-style-position: outside; }
.faq-list details p { margin: .8rem 0 .15rem; color: var(--muted); }

.guide-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.15rem; }
.guide-card { overflow: hidden; background: white; border-radius: 16px; box-shadow: var(--shadow-small); }
.guide-card:first-child { grid-column: span 2; }
.guide-card img { width: 100%; aspect-ratio: 16/9; object-fit: cover; }
.guide-card-body { padding: 1.25rem; }
.guide-card h3 a { color: var(--navy); text-decoration: none; }
.guide-card p { color: var(--muted); }
.guide-meta { color: var(--green-dark); font-size: .82rem; font-weight: 800; }

.page-hero { padding: 66px 0 58px; background: var(--cream); border-bottom: 1px solid var(--line); }
.page-hero-grid { display: grid; grid-template-columns: 1.05fr .95fr; gap: 3rem; align-items: center; }
.page-hero h1 { margin-bottom: 1rem; }
.page-hero p { max-width: 60ch; color: var(--muted); font-size: 1.12rem; }
.page-ticket { padding: 1.3rem; background: white; border: 1px solid var(--line); border-radius: 16px; box-shadow: var(--shadow-small); transform: rotate(1.2deg); }
.page-ticket ul { list-style: none; padding: 0; margin: .75rem 0 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: .55rem; }
.page-ticket li { padding: .55rem .65rem; background: var(--cream); border-radius: 9px; font-weight: 700; font-size: .9rem; }

.content-layout { display: grid; grid-template-columns: minmax(0, 1fr) 310px; gap: 3rem; align-items: start; }
.content-layout article { min-width: 0; }
.article-body { font-size: 1.06rem; }
.article-body h2 { margin-top: 2.7rem; font-size: clamp(1.75rem, 3vw, 2.45rem); }
.article-body h3 { margin-top: 1.8rem; }
.article-body a { font-weight: 700; }
.article-body table { width: 100%; border-collapse: collapse; margin: 1.5rem 0; font-size: .95rem; }
.article-body th, .article-body td { text-align: left; vertical-align: top; padding: .85rem; border: 1px solid var(--line); }
.article-body th { background: var(--navy); color: white; }
.article-body tbody tr:nth-child(even) { background: var(--cream); }
.article-hero-image { width: 100%; aspect-ratio: 16/9; object-fit: cover; border-radius: 20px 20px 58px 20px; box-shadow: var(--shadow-small); margin: 1.2rem 0 1.6rem; }
.article-meta { display: flex; flex-wrap: wrap; gap: .6rem 1.2rem; color: var(--muted); font-size: .9rem; }
.source-list { margin-top: 2.5rem; padding: 1.2rem 1.3rem; background: var(--cream); border-radius: 14px; font-size: .92rem; }
.source-list h2 { font-size: 1.35rem; margin: 0 0 .7rem; }
.sidebar { position: sticky; top: 112px; display: grid; gap: 1rem; }
.sidebar-box { padding: 1.2rem; border-radius: 14px; background: var(--cream); }
.sidebar-box h2 { font-size: 1.25rem; }
.sidebar-box ul { margin: 0; padding-left: 1.1rem; }
.sidebar-call { background: var(--green-soft); }

.contact-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.contact-panel { padding: 1.4rem; border-radius: 16px; background: white; box-shadow: var(--shadow-small); }
.contact-panel img { width: 32px; height: 32px; margin-bottom: 1rem; }
.contact-panel h2 { font-size: 1.35rem; }
.contact-panel a { font-weight: 800; }
.legal h2 { margin-top: 2.4rem; font-size: 1.8rem; }

.final-cta { position: relative; overflow: hidden; padding: 64px 0; background: var(--green); color: #082517; }
.final-cta::after { content: ''; position: absolute; right: -90px; top: -110px; width: 300px; height: 300px; border: 45px solid rgba(255,255,255,.2); border-radius: 50%; }
.final-cta-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 1.3fr .7fr; gap: 2rem; align-items: center; }
.final-cta h2 { color: #082517; }
.final-cta p { max-width: 62ch; }
.cta-actions { display: grid; justify-items: start; gap: 1rem; }
.site-footer { background: #0a2033; color: #bed0df; padding: 58px 0 92px; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 2rem; }
.footer-grid h2 { color: white; font-size: 1rem; letter-spacing: .01em; }
.footer-grid ul { list-style: none; padding: 0; margin: 0; display: grid; gap: .45rem; }
.footer-grid a { color: #d7e8f3; text-decoration: none; }
.footer-grid a:hover { color: white; text-decoration: underline; }
.footer-brand img { width: 210px; filter: brightness(0) invert(1); margin-bottom: 1rem; }
.footer-brand p { max-width: 34ch; }
.footer-contact address { font-style: normal; }
.footer-bottom { display: flex; justify-content: space-between; gap: 1.5rem; padding-top: 2rem; margin-top: 2rem; border-top: 1px solid rgba(255,255,255,.15); font-size: .82rem; }
.mobile-call { display: none; }

.error-page { min-height: 64vh; display: grid; place-items: center; padding: 70px 20px; text-align: center; background: var(--cream); }
.error-code { font-family: var(--font-display); font-size: clamp(5rem, 16vw, 10rem); line-height: .8; color: var(--green); }

@media (max-width: 980px) {
  .header-inner { grid-template-columns: auto auto 1fr; }
  .js .menu-toggle { display: block; justify-self: end; order: 2; }
  .site-nav { flex-wrap: wrap; justify-content: flex-end; }
  .js .site-nav { display: none; position: absolute; left: 20px; right: 20px; top: 76px; padding: 1rem; background: white; border-radius: 14px; box-shadow: var(--shadow); flex-direction: column; align-items: stretch; }
  .js .site-nav.is-open { display: flex; }
  .site-nav a { padding: .55rem .65rem; }
  .header-call { justify-self: end; order: 3; }
  .hero-grid, .page-hero-grid, .process-grid, .estimate-board, .split, .final-cta-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 42px; }
  .hero-copy { max-width: 680px; }
  .hero-visual { margin-top: 1rem; }
  .work-ticket { left: 20px; }
  .proof-grid { grid-template-columns: repeat(2, 1fr); }
  .proof-item:nth-child(2) { border-right: 0; }
  .proof-item:nth-child(-n+2) { border-bottom: 1px solid rgba(255,255,255,.15); }
  .content-layout { grid-template-columns: 1fr; }
  .sidebar { position: static; grid-template-columns: repeat(2, 1fr); }
  .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 700px) {
  :root { --shell: min(100% - 28px, 1180px); }
  body { font-size: 1rem; }
  .utility-inner { min-height: 42px; justify-content: center; text-align: center; }
  .utility-inner span:first-child { display: none; }
  .header-inner { min-height: 74px; grid-template-columns: 1fr auto; gap: .5rem; }
  .brand img { width: 172px; }
  .header-call { display: none; }
  .menu-toggle { order: initial; }
  .site-nav { top: 68px; }
  h1 { font-size: clamp(2.35rem, 11vw, 3.1rem); }
  h2 { font-size: clamp(1.9rem, 8vw, 2.5rem); }
  .hero { padding: 38px 0 62px; }
  .hero-photo { border-radius: 24px 24px 58px 24px; }
  .work-ticket { position: relative; left: auto; bottom: auto; width: calc(100% - 26px); margin: -28px auto 0; }
  .proof-grid { grid-template-columns: 1fr; }
  .proof-item { min-height: 88px; border-right: 0; border-bottom: 1px solid rgba(255,255,255,.15); }
  .proof-item:last-child { border-bottom: 0; }
  .section { padding: 56px 0; }
  .section-tight { padding: 44px 0; }
  .section-intro { display: block; margin-bottom: 1.5rem; }
  .service-grid { display: grid; grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: auto; min-height: 210px; }
  .estimate-factors, .page-ticket ul, .sidebar, .contact-grid, .guide-grid, .footer-grid { grid-template-columns: 1fr; }
  .guide-card:first-child { grid-column: auto; }
  .content-layout { gap: 2rem; }
  .article-body { font-size: 1rem; }
  .article-body table { display: block; overflow-x: auto; }
  .final-cta { padding: 52px 0; }
  .footer-bottom { display: block; }
  .site-footer { padding-bottom: 110px; }
  .mobile-call { position: fixed; left: 14px; right: 14px; bottom: 12px; z-index: 60; display: flex; justify-content: center; align-items: center; min-height: 52px; border-radius: 999px; background: var(--orange); color: #351802; font-weight: 900; text-decoration: none; box-shadow: 0 10px 28px rgba(16,42,67,.28); }
}

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