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

:root {
  --navy: #0D1040;
  --navy-soft: #1C2158;
  --red: #C0141C;
  --red-dark: #9C1017;
  --paper: #F1ECDE;
  --paper-deep: #E8E1CC;
  --steel: #4D4D45;
  --line: #D5CCB2;
  --label: #AEB1CE;
  --white: #FFFDF6;
  --aas-display: "Oswald", Impact, sans-serif;
  --aas-body: "IBM Plex Sans", Arial, sans-serif;
  --aas-mono: "IBM Plex Mono", monospace;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--navy); font-family: var(--aas-body); font-size: 17px; line-height: 1.55; }
a { color: inherit; text-decoration: none; }
button, a { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid #f4c84a; outline-offset: 4px; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--aas-display); line-height: .98; letter-spacing: -.02em; font-weight: 600; text-transform: uppercase; }
h1 { font-size: clamp(3.6rem, 6vw, 6.8rem); max-width: 900px; margin-bottom: 28px; }
h2 { font-size: clamp(2.7rem, 4.7vw, 5rem); margin-bottom: 20px; }
h3 { font-size: 1.7rem; line-height: 1.1; }
.skip-link { position: fixed; z-index: 100; left: 20px; top: -100px; background: white; padding: 12px 18px; }
.skip-link:focus { top: 20px; }
.eyebrow, .technical, .footer-label { font: 600 .74rem/1.4 var(--aas-mono); text-transform: uppercase; letter-spacing: .12em; color: var(--red); }
.eyebrow.light { color: var(--label); }
.button { display: inline-flex; min-height: 54px; align-items: center; justify-content: center; padding: 14px 23px; background: var(--red); color: white; font: 600 .78rem var(--aas-mono); text-transform: uppercase; letter-spacing: .04em; border: 1px solid var(--red); transition: .2s ease; }
.button:hover { background: var(--red-dark); transform: translateY(-2px); }
.button-small { min-height: 44px; padding: 10px 15px; font-size: .68rem; }
.button-row { display: flex; align-items: center; gap: 24px; flex-wrap: wrap; }
.text-button { display: inline-flex; gap: 12px; align-items: center; font: 600 .77rem var(--aas-mono); text-transform: uppercase; letter-spacing: .04em; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.text-button span { transition: transform .2s; }
.text-button:hover span { transform: translate(3px, -3px); }
.light-link { color: var(--white); }
.section { padding: 105px max(5vw, 32px); }
.utility { height: 34px; background: #080A2D; color: #D7D8EA; padding: 0 max(3vw, 24px); display: flex; justify-content: space-between; align-items: center; font: 500 .61rem var(--aas-mono); text-transform: uppercase; letter-spacing: .08em; }
.utility a { color: white; }
.header { height: 82px; padding: 0 max(3vw, 24px); background: var(--paper); display: flex; align-items: center; gap: 30px; border-bottom: 1px solid var(--line); position: sticky; top: 0; z-index: 30; }
.brand { display: flex; align-items: center; margin-right: auto; min-width: 205px; }
.brand-logo { display: block; width: 190px; height: 66px; object-fit: contain; object-position: left center; }
.nav { display: flex; align-items: center; gap: clamp(15px, 1.8vw, 30px); }
.nav a { font: 600 .66rem var(--aas-mono); text-transform: uppercase; letter-spacing: .02em; padding: 10px 0; border-bottom: 2px solid transparent; }
.nav a:hover { border-color: var(--red); }
.menu-button { display: none; }
.hero { min-height: 690px; background: var(--navy); color: var(--white); display: grid; grid-template-columns: 1.17fr .83fr; overflow: hidden; }
.hero-copy { padding: 95px 5vw 90px max(5vw, 42px); position: relative; z-index: 2; }
.hero-copy:after { content: ""; position: absolute; width: 170px; height: 7px; background: var(--red); left: 0; bottom: 0; }
.hero-lead { max-width: 750px; color: #D5D6E4; font-size: 1.13rem; line-height: 1.65; margin-bottom: 38px; }
.hero-visual { padding: 60px 5vw 60px 0; display: flex; align-items: stretch; min-height: 590px; }
.photo-frame { width: 100%; position: relative; overflow: hidden; border: 1px solid #44497D; background: linear-gradient(145deg, #252B61 0%, #151A4D 55%, #0D103C 100%); }
.photo-frame:before { content: ""; position: absolute; width: 72%; aspect-ratio: 1; border: 1px solid #4A4F7D; border-radius: 50%; left: 14%; top: 12%; box-shadow: 0 0 0 55px rgba(255,255,255,.018), 0 0 0 110px rgba(255,255,255,.012); }
.photo-frame:after { content: ""; position: absolute; inset: auto 0 0; height: 45%; background: linear-gradient(transparent, rgba(6,8,36,.96)); }
.photo-grid { position: absolute; inset: 0; opacity: .16; background-image: linear-gradient(#8890C0 1px, transparent 1px), linear-gradient(90deg, #8890C0 1px, transparent 1px); background-size: 46px 46px; }
.photo-number { position: absolute; right: 24px; top: 18px; font: 500 .7rem var(--aas-mono); color: var(--label); }
.photo-label { position: absolute; z-index: 2; left: 28px; bottom: 27px; border-left: 3px solid var(--red); padding-left: 15px; }
.photo-label strong, .photo-label span { display: block; }
.photo-label strong { font: 600 .72rem var(--aas-mono); text-transform: uppercase; letter-spacing: .08em; }
.photo-label span { color: var(--label); font-size: .83rem; margin-top: 4px; }
.stat-bar { display: grid; grid-template-columns: repeat(4, 1fr); background: var(--navy-soft); color: white; padding: 30px 5vw; }
.stat-bar div { padding: 8px 28px; border-right: 1px solid #3B4078; }
.stat-bar div:last-child { border: 0; }
.stat-bar strong, .stat-bar span { display: block; }
.stat-bar strong { font: 600 clamp(1.55rem, 2.2vw, 2.4rem) var(--aas-display); text-transform: uppercase; }
.stat-bar span { color: var(--label); font: 500 .63rem var(--aas-mono); text-transform: uppercase; letter-spacing: .1em; }
.stat-bar .rating-score { display: flex; align-items: center; gap: 9px; }
.stat-bar .rating-stars { display: inline; color: #F1B74A; font: 600 clamp(.75rem, 1.15vw, 1.08rem)/1 var(--aas-body); letter-spacing: 1px; white-space: nowrap; }
.section-heading { display: grid; grid-template-columns: 1.5fr .5fr; gap: 10vw; align-items: end; margin-bottom: 55px; }
.section-heading h2 { max-width: 900px; margin-bottom: 0; }
.section-heading > p { color: var(--steel); margin-bottom: 5px; }
.service-grid { display: grid; grid-template-columns: repeat(12, 1fr); gap: 16px; }
.service-card { min-height: 340px; padding: 26px; background: #F8F4E8; border: 1px solid var(--line); display: flex; flex-direction: column; justify-content: space-between; transition: .25s; position: relative; overflow: hidden; }
.service-card:nth-child(-n+3) { grid-column: span 4; }
.service-card:nth-child(n+4) { grid-column: span 6; min-height: 300px; }
.service-card:before { content:""; width: 90px; height: 90px; position: absolute; right: -45px; top: -45px; background: var(--red); transform: rotate(45deg); opacity: 0; transition: .25s; }
.service-card:hover { background: white; transform: translateY(-5px); box-shadow: 0 18px 35px rgba(13,16,64,.08); }
.service-card:hover:before { opacity: 1; }
.card-top { display: flex; justify-content: space-between; align-items: start; }
.appliance-icon { width: 47px; height: 47px; border: 2px solid var(--navy); display: grid; place-items: center; font: 600 .72rem var(--aas-mono); }
.card-index { font: 500 .66rem var(--aas-mono); color: #8A877C; }
.service-card h3 { margin: 7px 0 11px; }
.service-card p:not(.technical) { color: var(--steel); margin-bottom: 20px; }
.service-card .technical { color: #77746B; margin: 0; font-size: .62rem; }
.card-link { font: 600 .69rem var(--aas-mono); text-transform: uppercase; display: flex; justify-content: space-between; border-top: 1px solid var(--line); padding-top: 15px; }
.problem-section { background: var(--navy); color: white; display: grid; grid-template-columns: .7fr 1.3fr; padding: 105px max(5vw, 32px); gap: 7vw; }
.problem-intro p:not(.eyebrow) { color: #C8CADC; max-width: 500px; }
.problem-browser { border-top: 1px solid #44497D; }
.problem-tabs { display: flex; gap: 4px; border-bottom: 1px solid #44497D; overflow-x: auto; }
.problem-tabs button { font: 500 .65rem var(--aas-mono); text-transform: uppercase; background: transparent; color: var(--label); border: 0; padding: 21px 15px; white-space: nowrap; cursor: pointer; border-bottom: 3px solid transparent; }
.problem-tabs button[aria-selected="true"] { color: white; border-color: var(--red); }
.problem-list a { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; border-bottom: 1px solid #353A70; padding: 21px 8px; font-family: var(--aas-display); font-size: 1.35rem; }
.problem-list a span { color: var(--label); font: 500 .6rem var(--aas-mono); }
.problem-list a:hover { color: #FF737A; padding-left: 15px; }
.trust { background: var(--navy-soft); color: white; }
.on-dark > p { color: #C8CADC; }
.trust-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid #44497D; border-bottom: 1px solid #44497D; }
.trust-grid article { padding: 32px 28px 25px 0; margin-right: 28px; border-right: 1px solid #44497D; }
.trust-grid article:last-child { border: 0; }
.trust-grid article > span { font: 500 .62rem var(--aas-mono); color: #E45B60; }
.trust-grid h3 { margin: 55px 0 16px; }
.trust-grid p { color: #C8CADC; font-size: .95rem; }
.owner { display: grid; grid-template-columns: .9fr 1.1fr; gap: 8vw; align-items: center; background: var(--paper-deep); }
.owner-photo { min-height: 590px; position: relative; background: var(--navy); padding: 34px; }
.vertical-tag { position: absolute; writing-mode: vertical-rl; transform: rotate(180deg); left: -25px; bottom: 0; font: 500 .64rem var(--aas-mono); text-transform: uppercase; letter-spacing: .13em; }
.portrait-placeholder { height: 100%; min-height: 522px; border: 1px solid #454B7B; background: linear-gradient(135deg, #22285C, #0D1040); display: grid; place-items: end start; padding: 25px; color: var(--label); font: 500 .7rem/1.6 var(--aas-mono); text-transform: uppercase; letter-spacing: .08em; }
.owner-copy { max-width: 700px; }
.large-copy { font-size: 1.25rem; line-height: 1.6; color: #292A3F; }
.owner-copy > p:not(.eyebrow) { color: var(--steel); }
.repairs { background: var(--paper); }
.repair-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 20px; }
.repair-card { border: 1px solid var(--line); background: #F8F4E8; }
.repair-image { height: 260px; display: grid; place-items: center; color: rgba(255,255,255,.6); font: 500 .62rem/1.6 var(--aas-mono); text-align: center; letter-spacing: .12em; background: linear-gradient(135deg, #444A55, #222733); }
.repair-photo { width: 100%; object-fit: cover; display: block; background: #DDD6C5; }
.repair-2 { background: linear-gradient(135deg, #625D51, #25232A); }
.repair-3 { background: linear-gradient(135deg, #2A3650, #171D28); }
.repair-body { padding: 28px; }
.repair-body h3 { min-height: 60px; }
.repair-body .technical { color: #77746B; font-size: .6rem; }
.repair-meta { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin: 18px 0; padding: 12px 0; display: flex; gap: 15px; justify-content: space-between; font-size: .75rem; color: var(--steel); }
.repair-body > a { font: 600 .67rem var(--aas-mono); text-transform: uppercase; display: flex; justify-content: space-between; }
.decision { display: grid; grid-template-columns: 1fr 1fr; gap: 10vw; background: var(--paper-deep); }
.decision-copy .large-copy { margin: 30px 0; }
.decision-list { border-top: 1px solid #BEB69E; }
.decision-list div { border-bottom: 1px solid #BEB69E; padding: 18px 4px; font-family: var(--aas-display); font-size: 1.4rem; display: grid; grid-template-columns: 60px 1fr; }
.decision-list span { font: 500 .62rem var(--aas-mono); color: var(--red); padding-top: 6px; }
.pricing { background: var(--navy-soft); color: white; display: grid; grid-template-columns: .85fr .72fr .85fr; gap: 6vw; align-items: center; }
.pricing-intro > p:last-child, .pricing-policy p { color: #C8CADC; }
.price-card { background: var(--paper); color: var(--navy); padding: 38px; border-top: 7px solid var(--red); box-shadow: 0 24px 55px rgba(3,5,30,.28); }
.price-card .price { font: 600 6rem/.9 var(--aas-display); margin: 18px 0 10px; }
.price-card .price sup { font: 600 2.2rem var(--aas-display); vertical-align: top; }
.price-card > p:not(.technical) { color: var(--steel); font-size: .85rem; }
.price-card ul { list-style: none; padding: 18px 0; margin: 18px 0 25px; border-top: 1px solid var(--line); }
.price-card li { padding: 8px 0 8px 25px; position: relative; color: var(--steel); }
.price-card li:before { content: "✓"; position: absolute; left: 0; color: var(--red); font-weight: 700; }
.pricing-policy { border-top: 1px solid #44497D; border-bottom: 1px solid #44497D; padding: 28px 0; }
.pricing-policy h3 { margin-bottom: 25px; }
.reviews { background: var(--navy); color: white; }
.reviews-head { display: flex; justify-content: space-between; gap: 40px; align-items: end; margin-bottom: 50px; }
.reviews-head h2 { margin: 0; }
.rating { display: flex; align-items: center; gap: 16px; }
.rating > span { font: 600 4rem var(--aas-display); }
.stars { color: #F1B74A; letter-spacing: 3px; }
.rating small { color: var(--label); font: 500 .6rem var(--aas-mono); text-transform: uppercase; }
.review-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 35px; }
blockquote { margin: 0; background: var(--navy-soft); padding: 30px; min-height: 330px; display: flex; flex-direction: column; }
.quote { font: 600 4rem/1 var(--aas-display); color: var(--red); }
blockquote p { font-size: 1.05rem; color: #E5E5EE; flex: 1; }
blockquote footer { border-top: 1px solid #414674; padding-top: 17px; display: flex; justify-content: space-between; gap: 15px; font-size: .75rem; }
blockquote footer span { color: var(--label); }
.areas { display: grid; grid-template-columns: .72fr 1.28fr; gap: 9vw; }
.areas-copy > p:not(.eyebrow) { color: var(--steel); margin-bottom: 30px; }
.county-grid { border-top: 1px solid var(--line); }
.county-grid > details { border-bottom: 1px solid var(--line); }
.county-grid summary { display: grid; grid-template-columns: 1fr auto 24px; align-items: center; gap: 18px; padding: 22px 5px; cursor: pointer; list-style: none; }
.county-grid summary::-webkit-details-marker { display: none; }
.county-grid strong { font-family: var(--aas-display); font-size: 1.35rem; text-transform: uppercase; }
.county-grid summary span { color: var(--steel); font: 500 .62rem var(--aas-mono); text-transform: uppercase; }
.county-grid summary i { font-style: normal; font-family: var(--aas-mono); transition: .2s; }
.county-grid details[open] summary i { transform: rotate(45deg); }
.town-list { display: grid; grid-template-columns: repeat(3, 1fr); gap: 9px 22px; padding: 5px 5px 28px; }
.town-list span, .town-list a { color: var(--steel); font-size: .88rem; padding-bottom: 6px; border-bottom: 1px dotted #D8D0B9; }
.town-list a:hover { color: var(--red); }
.faq { display: grid; grid-template-columns: .7fr 1.3fr; gap: 8vw; background: var(--paper-deep); }
.faq-heading { position: sticky; top: 130px; align-self: start; }
.faq-heading > p:last-child { color: var(--steel); }
.faq-list { border-top: 1px solid #BEB69E; }
.faq-list details { border-bottom: 1px solid #BEB69E; }
.faq-list summary { display: grid; grid-template-columns: 45px 1fr 20px; gap: 10px; align-items: center; padding: 24px 0; cursor: pointer; list-style: none; font-family: var(--aas-display); font-size: 1.35rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { font: 500 .6rem var(--aas-mono); color: var(--red); }
.faq-list summary i { font-style: normal; font-family: var(--aas-mono); transition: .2s; }
.faq-list details[open] summary i { transform: rotate(45deg); }
.faq-list details p { color: var(--steel); padding: 0 40px 25px 45px; }
.final-cta { padding: 78px max(5vw, 32px); background: var(--red); color: white; display: flex; justify-content: space-between; gap: 40px; align-items: center; }
.final-cta h2 { max-width: 750px; margin: 0; font-size: clamp(2.6rem, 4vw, 4.5rem); }
.final-cta .eyebrow { color: #FFD4D6; }
.light-button { background: white; color: var(--navy); border-color: white; }
.light-button:hover { color: white; background: var(--navy); border-color: var(--navy); }
.outline-button { background: transparent; border-color: white; }
.outline-button:hover { background: white; color: var(--red); }
.footer { background: #080A2D; color: white; padding: 70px max(5vw, 32px) 25px; }
.footer-main { display: grid; grid-template-columns: 1.6fr repeat(3, 1fr); gap: 6vw; }
.footer-brand {
  width: fit-content;
  max-width: 100%;
  margin-bottom: 28px;
  padding: 18px 22px;
  display: block;
  position: relative;
  overflow: hidden;
  background: #F8F4E8;
  border: 1px solid rgba(255,255,255,.42);
  box-shadow: 0 14px 32px rgba(0,0,0,.28);
}
.footer-brand:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 4px;
  background: var(--red);
}
.footer-logo { width: 245px; height: auto; max-height: 135px; display: block; }
.footer-main > div:first-child > p { color: var(--label); max-width: 400px; }
.footer-phone { font: 600 1.8rem var(--aas-display); }
.footer-label { color: var(--label); margin-bottom: 18px; }
.footer-main > div:not(:first-child) a { display: block; color: #DCDDE9; font-size: .84rem; margin: 11px 0; }
.footer-bottom { border-top: 1px solid #2C305B; margin-top: 55px; padding-top: 22px; display: flex; justify-content: space-between; color: #8E92B0; font-size: .72rem; }
.legal-links { display: flex; gap: 20px; }
.legal-links a:hover { color: white; }
.mobile-sticky { display: none; }

@media (max-width: 1120px) {
  .header-cta { display: none; }
  .nav { gap: 15px; }
  .hero { grid-template-columns: 1fr .7fr; }
  .trust-grid { grid-template-columns: repeat(2, 1fr); }
  .trust-grid article:nth-child(2) { border-right: 0; }
}

@media (max-width: 860px) {
  .about-story-grid,.about-field,.review-proof { grid-template-columns:1fr; }
  .about-number-grid { grid-template-columns:1fr 1fr; }
  .about-number-grid div:nth-child(2) { border-right:0; }
  .about-number-grid div:nth-child(-n+2) { border-bottom:1px solid #3E4375; }
  .review-next { align-items:flex-start; flex-direction:column; }
  .town-motion-banner { min-height:620px; padding-left:16px; padding-right:16px; }
  .town-wheel-stage { height:500px; }
  .town-wheel-center { width:235px; min-height:170px; }
  .town-wheel-node { width:126px; min-height:105px; }
  .town-motion-banner { grid-template-columns:1fr; min-height:auto; }
  .town-motion-stage { grid-template-columns:repeat(5,minmax(105px,1fr)); overflow-x:auto; padding:18px 0 24px; }
  .town-motion-card { min-height:165px; }
  body { padding-bottom: 62px; }
  .section { padding: 75px 24px; }
  .utility span { max-width: 74%; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .menu-button { margin-left: auto; width: 44px; height: 44px; display: grid; align-content: center; gap: 5px; background: transparent; border: 0; }
  .menu-button span { display: block; width: 25px; height: 2px; background: var(--navy); }
  .nav { display: none; position: absolute; top: 82px; left: 0; right: 0; background: var(--paper); padding: 20px 24px; border-bottom: 1px solid var(--line); box-shadow: 0 12px 25px rgba(0,0,0,.12); }
  .nav.open { display: grid; }
  .nav a { padding: 12px 0; }
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding: 75px 24px 65px; }
  .hero-visual { padding: 0 24px 45px; min-height: 400px; }
  .stat-bar { grid-template-columns: repeat(2, 1fr); padding: 18px 24px; }
  .stat-bar div { padding: 18px 10px; }
  .stat-bar div:nth-child(2) { border-right: 0; }
  .stat-bar div:nth-child(-n+2) { border-bottom: 1px solid #3B4078; }
  .section-heading, .problem-section, .owner, .decision, .pricing, .areas, .faq { grid-template-columns: 1fr; }
  .section-heading { gap: 25px; }
  .service-card:nth-child(n) { grid-column: span 6; }
  .problem-section { padding: 75px 24px; gap: 35px; }
  .repair-grid, .review-grid { grid-template-columns: 1fr; }
  .repair-card { display: grid; grid-template-columns: .8fr 1.2fr; }
  .repair-image { height: auto; min-height: 250px; }
  .reviews-head, .final-cta { align-items: start; flex-direction: column; }
  .town-list { grid-template-columns: repeat(2, 1fr); }
  .faq-heading { position: static; }
  .footer-main { grid-template-columns: 1.5fr 1fr; }
  .mobile-sticky { position: fixed; z-index: 50; display: grid; grid-template-columns: 1fr 1fr; bottom: 0; left: 0; right: 0; box-shadow: 0 -8px 22px rgba(0,0,0,.18); }
  .mobile-sticky a { min-height: 62px; display: grid; place-items: center; color: white; background: var(--navy); font: 600 .72rem var(--aas-mono); text-transform: uppercase; }
  .mobile-sticky a:last-child { background: var(--red); }
}

@media (prefers-reduced-motion: reduce) {
  .town-motion-banner *, .town-motion-banner:before { animation:none !important; }
}

@media (max-width: 560px) {
  .about-principles,.about-number-grid { grid-template-columns:1fr; }
  .about-number-grid div { border-right:0; border-bottom:1px solid #3E4375; }
  .about-field { padding:38px 24px; }
  .town-motion-banner { min-height:560px; padding-top:36px; }
  .town-wheel-stage { height:455px; margin-top:25px; }
  .town-wheel-spokes { transform:scale(.92); }
  .town-wheel-center { width:180px; min-height:150px; padding:20px 12px; }
  .town-wheel-center h2 { max-width:160px; font-size:2rem; }
  .town-wheel-node { width:102px; min-height:92px; padding:10px 6px; border-radius:12px; }
  .town-wheel-node > span { width:35px; height:37px; }
  .town-wheel-node strong { font-size:.82rem; }
  .town-wheel-node-2 { left:84%; }
  .town-wheel-node-5 { left:16%; }
  body { font-size: 16px; }
  h1 { font-size: 3.35rem; }
  h2 { font-size: 2.75rem; }
  .utility { padding: 0 14px; }
  .utility span { max-width: 66%; }
  .header { padding: 0 14px; }
  .brand { min-width: 0; }
  .brand-logo { width: 160px; height: 62px; }
  .footer-brand { padding: 15px 18px; }
  .footer-logo { width: 225px; height: auto; }
  .hero-copy { padding-top: 58px; }
  .hero-lead { font-size: 1rem; }
  .button-row { align-items: stretch; flex-direction: column; }
  .button-row .button { width: 100%; }
  .hero-copy .text-button { align-self: center; }
  .hero-visual { min-height: 330px; }
  .service-grid { display: grid; grid-template-columns: 1fr; }
  .service-card:nth-child(n) { grid-column: auto; min-height: 295px; }
  .trust-grid { grid-template-columns: 1fr; }
  .trust-grid article { border-right: 0; border-bottom: 1px solid #44497D; margin-right: 0; }
  .trust-grid h3 { margin-top: 30px; }
  .owner-photo { min-height: 450px; }
  .portrait-placeholder { min-height: 382px; }
  .repair-card { display: block; }
  .repair-image { height: 220px; }
  .rating { align-items: start; }
  blockquote { min-height: 300px; }
  .county-grid summary { grid-template-columns: 1fr auto 20px; gap: 10px; }
  .town-list { grid-template-columns: 1fr 1fr; gap: 7px 14px; }
  .final-cta { padding: 60px 24px; }
  .footer-main { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; gap: 8px; }
}

@media (prefers-reduced-motion: reduce) {
  * { scroll-behavior: auto !important; transition: none !important; }
}

/* Elementor compatibility for the native staging conversion. */
body.elementor-page { margin: 0; background: var(--paper); }
body.elementor-page .elementor { width: 100%; overflow: clip; }
body.elementor-page .elementor-element.e-con { --container-max-width: none; max-width: none; margin: 0; }
body.elementor-page .elementor-element.e-con.hero,
body.elementor-page .elementor-element.e-con.section,
body.elementor-page .elementor-element.e-con.problem-section { padding-left: max(5vw, 32px); padding-right: max(5vw, 32px); }
body.elementor-page .elementor-element.e-con.hero { padding: 0; }
body.elementor-page .elementor-element.e-con.hero,
body.elementor-page .elementor-element.e-con.problem-section,
body.elementor-page .elementor-element.e-con.owner,
body.elementor-page .elementor-element.e-con.pricing,
body.elementor-page .elementor-element.e-con.faq { display: grid !important; }
body.elementor-page .elementor-element.e-con > .elementor-widget-html:only-child,
body.elementor-page .elementor-element.e-con > .elementor-widget-html:only-child > .elementor-widget-container { display: contents; }
body.elementor-page .hero-copy > .elementor-element { width: 100%; }
body.elementor-page .hero-copy .elementor-heading-title { color: var(--white); font: 600 clamp(3.6rem, 6vw, 6.8rem)/.98 var(--aas-display) !important; text-transform: uppercase; letter-spacing: -.02em; }
body.elementor-page .hero-copy .elementor-widget-text-editor { color: inherit; }
body.elementor-page .hero-visual .elementor-widget-html,
body.elementor-page .hero-visual .elementor-widget-container { width: 100%; height: 100%; }
body.elementor-page .hero-visual .photo-frame { height: 100%; min-height: 570px; }
body.elementor-page .services,
body.elementor-page .trust,
body.elementor-page .owner,
body.elementor-page .repairs,
body.elementor-page .pricing,
body.elementor-page .reviews,
body.elementor-page .faq { width: 100%; }
body.elementor-page .elementor-widget:not(:last-child) { margin-bottom: 0; }

/* Native Elementor Pro Theme Builder header and footer. */
body.elementor-page .elementor-location-header,
body.elementor-page .elementor-location-footer { position: relative; z-index: 40; }
body.elementor-page .elementor-location-header .utility { min-height: 34px; padding: 0 max(3vw,24px); display: flex !important; flex-direction: row; justify-content: space-between; align-items: center; }
body.elementor-page .elementor-location-header .utility .elementor-widget { width: auto; }
body.elementor-page .elementor-location-header .utility p { margin: 0; color: inherit; }
body.elementor-page .elementor-location-header .header { min-height: 92px; height: 92px; padding: 0 max(3vw,24px); display: flex !important; flex-direction: row; flex-wrap: nowrap; overflow: visible; }
body.elementor-page .elementor-location-header .brand-logo { flex: 0 0 190px; width: 190px; margin-right: auto; }
body.elementor-page .elementor-location-header .brand-logo img { display: block; width: 175px !important; height: 78px !important; max-height: 78px; object-fit: contain; object-position: left center; }
body.elementor-page .elementor-location-header .aas-theme-nav { width: auto; flex: 0 1 auto; }
body.elementor-page .elementor-location-header .aas-theme-nav .elementor-nav-menu { display: flex; flex-wrap: nowrap; align-items: center; gap: clamp(9px,1.3vw,22px); }
body.elementor-page .elementor-location-header .aas-theme-nav .elementor-item { padding: 10px 0; color: var(--navy); font: 600 .64rem var(--aas-mono); text-transform: uppercase; white-space: nowrap; }
body.elementor-page .elementor-location-header .header-cta { width: auto; flex: 0 0 auto; align-self: center; }
body.elementor-page .elementor-location-header .header-cta .elementor-button,
body.elementor-page .elementor-location-footer .button .elementor-button { background: var(--red); color: #fff; border: 1px solid var(--red); border-radius: 0; font: 600 .72rem var(--aas-mono); text-transform: uppercase; min-height: 48px; display: inline-flex; align-items: center; }
body.elementor-page .elementor-location-header .header-cta .elementor-button { min-height: 44px; padding: 10px 15px; }
body.elementor-page .elementor-location-footer .final-cta { display: flex !important; flex-direction: row; }
body.elementor-page .elementor-location-footer .footer-main { display: grid !important; grid-template-columns: 1.6fr repeat(3,1fr); gap: 6vw; }
body.elementor-page .elementor-location-footer .footer-main > .e-con { min-width: 0; }
body.elementor-page .elementor-location-footer .footer-logo img { display:block; width:245px !important; height:auto !important; max-height:112px !important; object-fit:contain; object-position:center center; }
body.elementor-page .elementor-location-footer .footer-brand-column .footer-logo { width:291px; max-width:100%; min-height:148px; margin:0 0 24px; padding:16px 22px; display:flex; align-items:center; justify-content:center; overflow:visible; background:#F8F4E8; border:1px solid rgba(255,255,255,.55); border-bottom:4px solid var(--red); box-shadow:0 14px 32px rgba(0,0,0,.28); }
body.elementor-page .elementor-location-footer .footer-brand-column .footer-logo .elementor-widget-container { width:100%; display:flex; align-items:center; justify-content:center; }
body.elementor-page .elementor-location-footer .footer-main p { color: var(--label); }
body.elementor-page .elementor-location-footer .footer-main a { color: #DCDDE9; display: inline-block; margin: 5px 0; }
body.elementor-page .elementor-location-footer .footer-phone { color: white; font: 600 1.8rem var(--aas-display); }
body.elementor-page .elementor-location-footer .footer-bottom { display: flex !important; flex-direction: row; justify-content: space-between; }
body.elementor-page .elementor-location-footer .footer-bottom .elementor-widget { width: auto; }
body.elementor-page .elementor-location-footer .footer-bottom p { margin: 0; }
@media(max-width:860px){body.elementor-page .elementor-location-header .header{min-height:82px;height:auto;flex-wrap:wrap}body.elementor-page .elementor-location-header .aas-theme-nav{width:100%}body.elementor-page .elementor-location-header .aas-theme-nav .elementor-nav-menu{display:grid;gap:0}body.elementor-page .elementor-location-footer .final-cta{flex-direction:column}body.elementor-page .elementor-location-footer .footer-main{grid-template-columns:1.5fr 1fr}body.elementor-page .elementor-location-footer .footer-bottom{flex-direction:column}}

/* Interior pages created by the importer use the same approved design system. */
body.elementor-page .aas-hero { width: 100%; min-height: 470px; padding: 85px max(7vw, 34px) !important; background: var(--navy); color: var(--white); display: flex !important; justify-content: end; align-items: start; }
body.elementor-page .aas-hero .elementor-heading-title { color: var(--white); font: 600 clamp(3.2rem, 6vw, 6.8rem)/.98 var(--aas-display) !important; text-transform: uppercase; }
body.elementor-page .aas-hero .elementor-widget-text-editor { color: #C8CADC; max-width: 850px; }
body.elementor-page .aas-hero .aas-eyebrow { color: var(--label); font: 600 .74rem/1.4 var(--aas-mono); text-transform: uppercase; letter-spacing: .12em; }
body.elementor-page .aas-section { width: 100%; padding: 95px max(6vw, 32px) !important; background: var(--paper); color: var(--navy); }
body.elementor-page .aas-section > .elementor-element { width: 100%; }
body.elementor-page .aas-section .elementor-heading-title { color: inherit; font-family: var(--aas-display) !important; font-weight: 600; text-transform: uppercase; }
body.elementor-page .aas-section .aas-lead { max-width: 900px; font-size: 1.2rem; color: var(--steel); }
body.elementor-page .aas-card-grid { display: grid !important; grid-template-columns: repeat(12,1fr); gap: 16px; margin-top: 42px; }
body.elementor-page .aas-card { grid-column: span 4; min-height: 275px; padding: 28px; background: #F8F4E8; border: 1px solid var(--line); justify-content: space-between; }
body.elementor-page .aas-card:nth-child(n+4) { grid-column: span 6; }
body.elementor-page .aas-card p { color: var(--steel); }
body.elementor-page .aas-navy,
body.elementor-page .aas-dark { background: var(--navy-soft); color: var(--white); }
body.elementor-page .aas-navy p,
body.elementor-page .aas-dark p { color: #C8CADC; }
body.elementor-page .aas-price { background: var(--paper-deep); }
body.elementor-page .aas-button-row { display: flex !important; flex-direction: row; gap: 18px; flex-wrap: wrap; }
body.elementor-page .aas-faqs { border-top: 1px solid #BEB69E; }
body.elementor-page .aas-faqs details { border-bottom: 1px solid #BEB69E; padding: 20px 0; }
body.elementor-page .aas-faqs summary { cursor: pointer; font: 600 1.3rem var(--aas-display); text-transform: uppercase; }
body.elementor-page .aas-faqs p { padding-top: 14px; color: var(--steel); }
body.elementor-page .aas-gallery { display: grid; grid-template-columns: repeat(2,1fr); gap: 20px; }
body.elementor-page .aas-gallery img { width: 100%; height: 420px; object-fit: cover; }
@media (max-width:860px){body.elementor-page .aas-card-grid{grid-template-columns:1fr}body.elementor-page .aas-card:nth-child(n){grid-column:auto}body.elementor-page .aas-gallery{grid-template-columns:1fr}}

/* Interior pages */
.sub-header { position: relative; }
.page-hero { min-height: 470px; padding: 85px max(7vw, 34px); background: var(--navy); color: white; display: grid; grid-template-columns: minmax(0, 850px) auto; gap: 5vw; align-items: end; }
.page-hero h1 { margin-bottom: 24px; font-size: clamp(3.2rem, 6vw, 6.8rem); }
.page-hero > div > p:not(.eyebrow) { max-width: 760px; color: #C8CADC; font-size: 1.12rem; }
.page-marker { align-self: start; justify-self: end; color: var(--label); font: 500 .62rem var(--aas-mono); text-transform: uppercase; writing-mode: vertical-rl; letter-spacing: .12em; }
.interior-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.interior-card { padding: 38px; border: 1px solid var(--line); background: #F8F4E8; }
.interior-card:first-child { grid-column: span 2; }
.interior-card h2 { font-size: clamp(2rem, 3.5vw, 3.8rem); margin: 25px 0 14px; }
.interior-card p, .policy-copy p, .about-story > p:not(.eyebrow) { color: var(--steel); }
.interior-card ul { list-style: none; padding: 17px 0; border-top: 1px solid var(--line); columns: 2; }
.interior-card li { padding: 7px 0; }
.interior-card li:before { content: "— "; color: var(--red); }
.problem-card-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 15px; }
.symptom-card { padding: 34px; background: var(--paper-deep); border-left: 4px solid var(--navy); }
.symptom-card h2 { font-size: 2.4rem; margin: 15px 0; }
.symptom-card > p:not(.technical) { color: var(--steel); min-height: 54px; }
.symptom-card > a { font: 600 .68rem var(--aas-mono); text-transform: uppercase; }
.notice { margin-top: 35px; padding: 22px 26px; border: 1px solid #D4C9A9; background: #FFF8E5; color: #4B483F; }
.repair-story-list { display: grid; gap: 25px; }
.repair-story-list article { display: grid; grid-template-columns: .7fr 1.3fr; gap: 5vw; padding-bottom: 25px; border-bottom: 1px solid var(--line); align-items: center; }
.repair-story-list .repair-image { min-height: 330px; }
.repair-story-list h2 { margin: 12px 0 20px; font-size: clamp(2rem, 4vw, 4.4rem); }
.repair-story-list p:not(.technical) { color: var(--steel); font-size: 1.05rem; }
.result-tag { display: inline-block; margin-top: 15px; padding: 9px 12px; background: var(--navy); color: white; font: 500 .62rem var(--aas-mono); text-transform: uppercase; }
.repair-story-link { display: inline-flex; margin-top: 18px; }
.connected-repairs { margin-top: 90px; padding-top: 75px; border-top: 1px solid var(--line); }
.price-page { display: grid; grid-template-columns: .75fr 1.25fr; gap: 10vw; align-items: center; }
.price-page .price-card { background: var(--paper); }
.policy-copy { max-width: 720px; }
.policy-copy h3 { margin: 35px 0 10px; }
.county-page-grid { display: grid; gap: 55px; }
.county-page-grid article { border-top: 5px solid var(--navy); padding-top: 28px; }
.county-page-grid h2 { font-size: clamp(2.5rem, 4vw, 4.7rem); }
.town-link-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 0 25px; border-top: 1px solid var(--line); }
.town-link-grid a { padding: 13px 4px; border-bottom: 1px dotted #C8C0AA; color: var(--steel); }
.town-link-grid a:hover { color: var(--red); }
.about-story-grid { display:grid; grid-template-columns:.58fr 1.42fr; gap:8vw; align-items:center; }
.about-year { min-height:360px; padding:34px; display:flex; flex-direction:column; justify-content:flex-end; color:white; background:var(--navy); border-top:7px solid var(--red); box-shadow:0 25px 55px rgba(12,19,73,.16); }
.about-year span,.about-year small { color:var(--label); font:600 .62rem var(--aas-mono); letter-spacing:.12em; text-transform:uppercase; }
.about-year strong { margin:18px 0 8px; color:white; font:600 clamp(5.6rem,9vw,10rem)/.72 var(--aas-display); }
.about-story-grid h2 { margin:12px 0 24px; font-size:clamp(2.8rem,5vw,5.8rem); }
.about-story-grid p:not(.eyebrow) { color:var(--steel); }
.about-numbers-section { padding-top:0 !important; }
.about-number-grid { display:grid; grid-template-columns:repeat(4,1fr); color:white; background:var(--navy); }
.about-number-grid div { min-height:190px; padding:28px; display:flex; flex-direction:column; justify-content:flex-end; border-right:1px solid #3E4375; }
.about-number-grid div:last-child { border-right:0; }
.about-number-grid strong { color:white; font:600 clamp(2.8rem,5vw,5rem) var(--aas-display); }
.about-number-grid span { color:var(--label); font:600 .58rem var(--aas-mono); letter-spacing:.1em; text-transform:uppercase; }
.about-principles { display:grid; grid-template-columns:repeat(2,1fr); border-top:1px solid var(--line); border-left:1px solid var(--line); }
.about-principles article { min-height:260px; padding:32px; border-right:1px solid var(--line); border-bottom:1px solid var(--line); }
.about-principles article > span { color:var(--red); font:600 .62rem var(--aas-mono); }
.about-principles h3 { margin:45px 0 12px; font-size:clamp(1.65rem,2.6vw,2.6rem); }
.about-principles p { color:var(--steel); }
.about-field-section { padding-top:0 !important; }
.about-field { padding:60px; display:grid; grid-template-columns:1.35fr .65fr; gap:8vw; align-items:center; color:white; background:var(--red); }
.about-field h2 { margin:12px 0 20px; color:white; font-size:clamp(2.7rem,5vw,5.4rem); }
.about-field p:not(.eyebrow) { max-width:680px; color:#FFE4E5; }
.about-field .button { margin-top:18px; background:white; color:var(--navy); border-color:white; }
.about-field-mark { min-height:260px; display:flex; flex-direction:column; align-items:center; justify-content:center; color:white; border:1px solid rgba(255,255,255,.55); border-radius:50%; }
.about-field-mark span,.about-field-mark small { font:600 .58rem var(--aas-mono); letter-spacing:.12em; text-transform:uppercase; }
.about-field-mark strong { color:white; font:600 7rem/.9 var(--aas-display); }
.review-proof { display:grid; grid-template-columns:1.1fr .9fr; gap:8vw; align-items:center; }
.review-proof > div:first-child { padding:42px; color:white; background:var(--navy); border-top:6px solid var(--red); }
.review-proof strong { display:block; margin:8px 0 18px; color:white; font:600 clamp(4.5rem,8vw,8rem) var(--aas-display); }
.review-proof strong span { color:#F1B74A; font:600 1rem var(--aas-body); letter-spacing:2px; }
.review-proof > div:first-child > p:last-child { color:#C8CADC; }
.review-proof-points { border-top:1px solid var(--line); }
.review-proof-points span { display:block; padding:20px 4px; border-bottom:1px solid var(--line); font:600 1.15rem var(--aas-display); }
.review-feed-section .wprevpro-shortcode-wrapper { margin-top:34px; }
.review-feed-section .wprev_header_txt { display:none !important; }
.review-feed-section .indrevdiv { height:100%; padding:30px !important; background:#FFFDF7 !important; border:1px solid var(--line) !important; border-top:4px solid var(--red) !important; border-radius:0 !important; box-shadow:none !important; }
.review-feed-section .indrevtxt { color:var(--steel) !important; font:400 1rem/1.65 var(--aas-body) !important; }
.review-feed-section .wpproslider_t12_H3_3 { color:var(--navy) !important; font:600 1.15rem var(--aas-display) !important; }
.review-feed-section .wpproslider_t12_date { color:var(--red) !important; font:600 .58rem var(--aas-mono) !important; }
.review-feed-section img[alt$=" Avatar"],
.review-feed-section .aas-review-avatar-fallback { width:64px; height:64px; border-radius:50%; object-fit:cover; flex:0 0 64px; }
.review-feed-section .aas-review-avatar-fallback { display:inline-flex; align-items:center; justify-content:center; background:var(--navy); border:3px solid #fff; box-shadow:0 0 0 1px var(--line); color:#fff; font:700 1rem var(--aas-mono); letter-spacing:.06em; }
.review-feed-section .slickwprev-prev,.review-feed-section .slickwprev-next { background:var(--navy) !important; }
.review-next-section { background:var(--navy) !important; color:white; }
.review-next { display:flex; align-items:center; justify-content:space-between; gap:50px; }
.review-next h2 { margin:12px 0 18px; color:white; font-size:clamp(2.8rem,5vw,5rem); }
.review-next p:not(.eyebrow) { color:#C8CADC; }
.review-next > div:last-child { display:flex; flex-direction:column; gap:20px; align-items:flex-start; }
.about-page { display: grid; grid-template-columns: 1.25fr .75fr; gap: 10vw; }
.about-facts { display: grid; grid-template-columns: 1fr 1fr; background: var(--navy); color: white; }
.about-facts div { padding: 30px; border: 1px solid #393F75; min-height: 170px; display: flex; flex-direction: column; justify-content: end; }
.about-facts strong { font: 600 2.8rem var(--aas-display); }
.about-facts span { color: var(--label); font: 500 .62rem var(--aas-mono); text-transform: uppercase; }
.review-page-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin-bottom: 35px; }
.review-page-grid blockquote { background: var(--navy); color: white; }
.request-page { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.request-phone { display: block; margin: 25px 0; font: 600 clamp(2.4rem, 5vw, 5.5rem) var(--aas-display); color: var(--red); }
.request-form { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 38px; background: var(--paper-deep); border-top: 6px solid var(--red); }
.request-form label { display: grid; gap: 8px; font: 600 .65rem var(--aas-mono); text-transform: uppercase; letter-spacing: .06em; }
.request-form label:nth-of-type(n+5), .request-form small { grid-column: span 2; }
.request-form input, .request-form textarea { width: 100%; border: 1px solid #BEB69E; background: white; padding: 14px; color: var(--ink); font: 400 1rem var(--aas-body); }
.request-form textarea { resize: vertical; }
.request-form button { justify-self: start; }
.request-form small { color: var(--steel); }
.cf7-request { display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.cf7-request h2 { font-size: clamp(2rem, 3.3vw, 3.8rem); margin: 12px 0 18px; }
.cf7-request > p:not(.technical) { color: var(--steel); }
.town-hero { padding: 28px max(7vw, 34px) 80px; background: var(--navy); color: white; }
.town-motion-wrap { padding:0 !important; overflow:hidden; background:var(--paper); }
.town-motion-banner { position:relative; min-height:650px; padding:46px max(5vw,24px) 54px; overflow:hidden; background:radial-gradient(circle at center,#FFFDF7 0,#F8F4E8 48%,#ECE5D2 100%); border-bottom:1px solid var(--line); }
.town-wheel-kicker { position:relative; z-index:3; margin:0; color:var(--red); text-align:center; font:600 .62rem var(--aas-mono); letter-spacing:.13em; text-transform:uppercase; }
.town-wheel-stage { position:relative; width:min(900px,100%); height:520px; margin:18px auto 0; }
.town-wheel-spokes { position:absolute; inset:0; width:100%; height:100%; overflow:visible; }
.town-wheel-spokes line,.town-wheel-spokes circle { fill:none; stroke:#9A9DB5; stroke-width:1.5; stroke-dasharray:8 9; vector-effect:non-scaling-stroke; animation:town-spokes 12s linear infinite; }
.town-wheel-spokes circle { stroke:#C4BDAA; stroke-dasharray:3 8; }
.town-wheel-center { position:absolute; left:50%; top:50%; z-index:3; width:330px; min-height:205px; padding:28px 22px; display:flex; flex-direction:column; align-items:center; justify-content:center; transform:translate(-50%,-50%); text-align:center; color:white; background:var(--navy); border:1px solid #454A7D; border-radius:50%; box-shadow:0 24px 55px rgba(12,19,73,.24),0 0 0 12px rgba(12,19,73,.055); animation:town-center-pulse 6s ease-in-out infinite; }
.town-wheel-center small { color:var(--label); font:600 .58rem var(--aas-mono); letter-spacing:.12em; text-transform:uppercase; }
.town-wheel-center h2 { max-width:295px; margin:10px 0 6px; color:white; font-size:clamp(2.2rem,3.55vw,3.7rem); line-height:.88; text-transform:uppercase; overflow-wrap:normal; word-break:normal; }
.town-wheel-center > span { color:#FFD0D2; font:600 .66rem var(--aas-mono); letter-spacing:.18em; }
.town-wheel-node { position:absolute; z-index:4; width:150px; min-height:116px; padding:14px 10px; display:flex; flex-direction:column; align-items:center; justify-content:center; gap:5px; transform:translate(-50%,-50%); text-align:center; color:var(--navy); background:#FFFDF7; border:1px solid #B8B2A3; border-top:4px solid var(--red); border-radius:16px; box-shadow:0 14px 30px rgba(12,19,73,.13); animation:town-node-float 5.4s ease-in-out infinite; animation-delay:calc(var(--delay) * -.62s); }
.town-wheel-node > span { width:43px; height:47px; display:grid; place-items:center; color:white; background:var(--navy); border-radius:8px; font:600 .78rem var(--aas-mono); }
.town-wheel-node strong { font:600 1rem var(--aas-display); }
.town-wheel-node small { color:var(--red); font:600 .52rem var(--aas-mono); letter-spacing:.12em; text-transform:uppercase; }
.town-wheel-node-1 { left:50%; top:10%; }
.town-wheel-node-2 { left:86%; top:33%; }
.town-wheel-node-3 { left:72.5%; top:85%; }
.town-wheel-node-4 { left:27.5%; top:85%; }
.town-wheel-node-5 { left:14%; top:33%; }
@keyframes town-node-float { 0%,100%{margin-top:0} 50%{margin-top:-10px} }
@keyframes town-center-pulse { 0%,100%{box-shadow:0 24px 55px rgba(12,19,73,.24),0 0 0 12px rgba(12,19,73,.055)} 50%{box-shadow:0 24px 55px rgba(12,19,73,.19),0 0 0 22px rgba(194,18,32,.055)} }
@keyframes town-spokes { to{stroke-dashoffset:-90} }
.breadcrumbs { display: flex; gap: 10px; color: var(--label); font: 500 .62rem var(--aas-mono); text-transform: uppercase; margin-bottom: 60px; }
.breadcrumbs a:hover { color: white; }
.town-hero-grid { display: grid; grid-template-columns: 1.4fr .6fr; gap: 8vw; align-items: end; }
.town-hero h1 { max-width: 960px; font-size: clamp(3.4rem, 7vw, 7.6rem); margin-bottom: 25px; }
.town-hero-grid > div > p:not(.eyebrow) { max-width: 800px; color: #C8CADC; font-size: 1.14rem; }
.town-hero aside { border: 1px solid #44497D; padding: 28px; display: grid; gap: 5px; background: rgba(255,255,255,.025); }
.town-hero aside strong { font: 600 2rem var(--aas-display); text-transform: uppercase; }
.town-hero aside span:not(.technical) { color: var(--label); }
.town-hero aside hr { width: 100%; border: 0; border-top: 1px solid #44497D; margin: 20px 0; }
.town-hero aside i { color: #F1B74A; font: normal 600 .8rem var(--aas-body); letter-spacing: 1px; }
.town-trust { display: grid; grid-template-columns: repeat(4,1fr); background: var(--navy-soft); color: white; padding: 24px max(5vw,32px); }
.town-trust div { padding: 10px 25px; border-right: 1px solid #44497D; }
.town-trust div:last-child { border: 0; }
.town-trust strong, .town-trust span { display: block; }
.town-trust strong { font: 600 1.45rem var(--aas-display); text-transform: uppercase; }
.town-trust span { color: var(--label); font: 500 .6rem var(--aas-mono); text-transform: uppercase; }
.town-intro { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; }
.town-intro > div:last-child > p:not(.large-copy) { color: var(--steel); }
.town-service-grid { display: grid; grid-template-columns: repeat(12,1fr); gap: 15px; }
.town-service-grid article { grid-column: span 4; min-height: 275px; padding: 27px; background: var(--paper-deep); border-top: 4px solid var(--navy); display: flex; flex-direction: column; }
.town-service-grid article:nth-child(n+4) { grid-column: span 6; }
.town-service-grid article > span { color: var(--red); font: 500 .62rem var(--aas-mono); }
.town-service-grid article h3 { margin: 45px 0 12px; }
.town-service-grid article p { color: var(--steel); flex: 1; }
.town-service-grid article a { font: 600 .65rem var(--aas-mono); text-transform: uppercase; }
.town-process { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; background: var(--navy); color: white; }
.town-process ol { list-style: none; margin: 0; padding: 0; border-top: 1px solid #44497D; }
.town-process li { display: grid; grid-template-columns: 55px 1fr; gap: 15px; padding: 20px 0; border-bottom: 1px solid #44497D; }
.town-process li > span { color: var(--red); font: 500 .62rem var(--aas-mono); padding-top: 7px; }
.town-process h3 { margin: 0 0 6px; }
.town-process li p { margin: 0; color: #C8CADC; }
.town-repairs { background: var(--paper-deep); }
.town-repairs .repair-body > p:not(.technical) { color: var(--steel); font-size: .9rem; }
.repair-detail-hero { min-height: 690px; display: grid; grid-template-columns: 1.05fr .95fr; background: var(--navy); color: white; }
.repair-detail-hero > div { padding: 40px max(6vw, 34px) 80px; align-self: end; }
.repair-detail-hero h1 { max-width: 900px; margin: 20px 0 25px; font-size: clamp(3.4rem, 6.2vw, 7rem); }
.repair-detail-hero > div > p:not(.eyebrow) { max-width: 760px; color: #C8CADC; font-size: 1.1rem; }
.repair-detail-hero > img { width: 100%; height: 100%; min-height: 690px; object-fit: cover; }
.repair-facts { display: grid; grid-template-columns: repeat(4, 1fr); padding: 0 max(5vw, 28px); border-bottom: 1px solid var(--line); background: var(--paper); }
.repair-facts div { padding: 25px; border-right: 1px solid var(--line); }
.repair-facts div:last-child { border-right: 0; }
.repair-facts span { display: block; margin-bottom: 8px; color: var(--red); font: 600 .62rem var(--aas-mono); text-transform: uppercase; letter-spacing: .1em; }
.repair-facts strong { font: 600 1.05rem var(--aas-display); }
.repair-narrative { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; }
.repair-steps article { display: grid; grid-template-columns: 45px 1fr; gap: 18px; padding: 25px 0; border-top: 1px solid var(--line); }
.repair-steps article > span { color: var(--red); font: 600 .65rem var(--aas-mono); }
.repair-steps h3 { margin: 0 0 9px; }
.repair-steps p { color: var(--steel); }
.repair-gallery { background: var(--paper-deep); }
.repair-photo-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px; }
.repair-photo-grid.photos-5 { grid-template-columns: repeat(3, 1fr); }
.repair-photo-grid figure { margin: 0; background: #F8F4E8; border: 1px solid var(--line); }
.repair-photo-grid img { width: 100%; height: 470px; object-fit: cover; display: block; }
.repair-photo-grid.photos-5 figure:first-child { grid-column: span 2; }
.repair-photo-grid figcaption { padding: 15px 18px; color: var(--steel); font-size: .82rem; }
.repair-links { display: grid; grid-template-columns: .9fr 1.1fr; gap: 9vw; align-items: center; }
.repair-links > div:last-child { border-top: 1px solid var(--line); }
.repair-links > div:last-child a { display: flex; justify-content: space-between; padding: 20px 0; border-bottom: 1px solid var(--line); font: 600 .76rem var(--aas-mono); text-transform: uppercase; }
.town-price { display: grid; grid-template-columns: 1.2fr .8fr; gap: 10vw; align-items: center; background: var(--navy-soft); color: white; }
.town-price > div:first-child > p:not(.eyebrow) { color: #C8CADC; max-width: 650px; }
.town-review { display: grid; grid-template-columns: .8fr 1.2fr; gap: 9vw; align-items: center; }
.town-review blockquote { color: white; }
.nearby-section { display: grid; grid-template-columns: .75fr 1.25fr; gap: 9vw; background: var(--paper-deep); }
.nearby-section > div:first-child > p:not(.eyebrow) { color: var(--steel); }
.nearby-links { border-top: 1px solid #BEB69E; }
.nearby-links a { display: flex; justify-content: space-between; padding: 19px 5px; border-bottom: 1px solid #BEB69E; font-family: var(--aas-display); font-size: 1.25rem; }
.town-contact { padding: 85px max(7vw,34px); background: var(--red); color: white; display: grid; grid-template-columns: 1fr 1fr; gap: 8vw; align-items: center; }
.town-contact .request-phone { color: white; margin-bottom: 0; }
.cf7-panel { background: white; color: var(--navy); padding: 38px; border-top: 7px solid var(--navy); }
.cf7-panel h3 { font-size: 2.2rem; margin: 14px 0; }
.cf7-panel > p:not(.technical) { color: var(--steel); }
.cf7-panel small { display: block; color: var(--steel); margin-top: 15px; }
.legal-page { display: grid; grid-template-columns: .38fr 1.62fr; gap: 8vw; align-items: start; background: var(--paper); }
.legal-page > aside { position: sticky; top: 125px; border-top: 5px solid var(--red); padding: 25px 0; }
.legal-page > aside strong { display: block; font: 600 1.6rem var(--aas-display); margin: 8px 0 25px; }
.legal-page > aside p:not(.technical) { color: var(--steel); }
.legal-page > aside a { font: 600 .65rem var(--aas-mono); text-transform: uppercase; }
.legal-page > article { border-top: 1px solid var(--line); }
.legal-intro { padding: 28px 0; font-size: 1.2rem; color: var(--steel); border-bottom: 1px solid var(--line); }
.legal-page article > section { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 38px 0; border-bottom: 1px solid var(--line); }
.legal-page article > section > span { color: var(--red); font: 500 .62rem var(--aas-mono); padding-top: 8px; }
.legal-page article h2 { font-size: clamp(1.8rem, 3vw, 3rem); margin-bottom: 16px; }
.legal-page article p { color: var(--steel); }
.legal-page article a { color: var(--red); text-decoration: underline; text-underline-offset: 3px; }

@media (max-width: 860px) {
  .sub-nav { top: 82px; }
  .page-hero { min-height: 430px; padding: 65px 24px; grid-template-columns: 1fr; }
  .page-marker { display: none; }
  .interior-grid, .problem-card-grid, .price-page, .about-page, .request-page { grid-template-columns: 1fr; }
  .interior-card:first-child { grid-column: auto; }
  .repair-story-list article { grid-template-columns: 1fr; }
  .town-link-grid { grid-template-columns: repeat(2, 1fr); }
  .review-page-grid { grid-template-columns: 1fr; }
  .town-hero-grid, .town-intro, .town-process, .town-price, .town-review, .nearby-section, .town-contact, .repair-detail-hero, .repair-narrative, .repair-links { grid-template-columns: 1fr; }
  .repair-detail-hero > img { min-height: 480px; }
  .repair-facts { grid-template-columns: 1fr 1fr; }
  .repair-facts div:nth-child(2) { border-right: 0; }
  .repair-photo-grid.photos-5 { grid-template-columns: repeat(2, 1fr); }
  .town-trust { grid-template-columns: 1fr 1fr; }
  .town-trust div:nth-child(2) { border-right: 0; }
  .town-trust div:nth-child(-n+2) { border-bottom: 1px solid #44497D; }
  .town-service-grid article:nth-child(n) { grid-column: span 6; }
  .legal-page { grid-template-columns: 1fr; }
  .legal-page > aside { position: static; }
}

@media (max-width: 560px) {
  .page-hero h1 { font-size: 3.35rem; }
  .interior-card { padding: 26px; }
  .interior-card ul { columns: 1; }
  .town-link-grid { grid-template-columns: 1fr 1fr; }
  .about-facts { grid-template-columns: 1fr; }
  .request-form { grid-template-columns: 1fr; padding: 25px; }
  .request-form label:nth-of-type(n), .request-form small { grid-column: auto; }
  .town-hero { padding: 25px 24px 60px; }
  .breadcrumbs { flex-wrap: wrap; margin-bottom: 40px; }
  .town-trust { grid-template-columns: 1fr 1fr; padding: 14px; }
  .town-trust div { padding: 15px 10px; }
  .town-service-grid { display: grid; grid-template-columns: 1fr; }
  .repair-detail-hero > div { padding: 30px 24px 55px; }
  .repair-detail-hero h1 { font-size: 3.25rem; }
  .repair-detail-hero > img { min-height: 380px; }
  .repair-facts { grid-template-columns: 1fr; padding: 0 24px; }
  .repair-facts div, .repair-facts div:nth-child(2) { border-right: 0; border-bottom: 1px solid var(--line); }
  .repair-photo-grid, .repair-photo-grid.photos-5 { grid-template-columns: 1fr; }
  .repair-photo-grid.photos-5 figure:first-child { grid-column: auto; }
  .repair-photo-grid img { height: 390px; }
  .town-service-grid article:nth-child(n) { grid-column: auto; min-height: 235px; }
  .town-contact { padding: 65px 24px; }
  .legal-page article > section { grid-template-columns: 38px 1fr; gap: 10px; }
  .legal-links { gap: 14px; }
}


/* Town pages: readable three-step process */
.aas-steps {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  margin-top: 26px;
}
.aas-steps .aas-step {
  display: flex;
  align-items: flex-start;
  gap: 18px;
  min-height: 100%;
  padding: 28px 24px;
  border: 1px solid rgba(255,255,255,.18);
  background: rgba(255,255,255,.07);
}
.aas-steps .aas-step-number {
  display: inline-flex;
  flex: 0 0 46px;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--red, #d71920);
  color: #fff;
  font: 700 1rem/1 var(--aas-mono, monospace);
}
.aas-steps .aas-step-copy {
  min-width: 0;
}
.aas-steps .aas-step-copy strong,
.aas-steps .aas-step-copy span {
  display: block;
}
.aas-steps .aas-step-copy strong {
  margin: 2px 0 10px;
  color: #fff;
  font-size: 1.05rem;
  line-height: 1.3;
}
.aas-steps .aas-step-copy span {
  color: rgba(255,255,255,.82);
  line-height: 1.65;
}
@media (max-width: 900px) {
  .aas-steps {
    grid-template-columns: 1fr;
    gap: 16px;
    margin-top: 20px;
  }
  .aas-steps .aas-step {
    padding: 22px 20px;
  }
}
@media (max-width: 480px) {
  .aas-steps .aas-step {
    gap: 14px;
    padding: 20px 16px;
  }
  .aas-steps .aas-step-number {
    flex-basis: 40px;
    width: 40px;
    height: 40px;
  }
}
