* { box-sizing: border-box; }

:root {
  --paper: #f6f1e8;
  --paper2: #fffaf0;
  --ink: #101010;
  --muted: #58534c;
  --line: #1b1b1b;
  --softline: #d8cfc0;
  --shadow: 0 12px 34px rgba(0,0,0,.08);
}

html { scroll-behavior: smooth; }

body {
  margin: 0;
  color: var(--ink);
  background:
    radial-gradient(circle at 10% 0%, rgba(255,255,255,.8), transparent 22rem),
    linear-gradient(135deg, var(--paper), #ede4d6);
  font-family: Georgia, "Times New Roman", serif;
  line-height: 1.55;
}

body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  opacity: .16;
  background-image:
    linear-gradient(90deg, rgba(0,0,0,.03) 1px, transparent 1px),
    linear-gradient(rgba(0,0,0,.025) 1px, transparent 1px);
  background-size: 38px 38px;
}

a { color: inherit; }

.wrap, .frame {
  width: min(1100px, calc(100% - 34px));
  margin-inline: auto;
}

.hero {
  min-height: 96vh;
  display: grid;
  place-items: center;
  padding: 38px 0 44px;
  text-align: center;
}

.frame {
  border: 2px solid var(--line);
  outline: 1px solid rgba(0,0,0,.12);
  outline-offset: -12px;
  background: rgba(255,250,240,.54);
  padding: clamp(26px, 5vw, 62px);
  box-shadow: var(--shadow);
}

.mark {
  width: min(290px, 68vw);
  display: block;
  margin: 0 auto 18px;
  mix-blend-mode: multiply;
}

.rule {
  width: min(520px, 80%);
  height: 1px;
  background: var(--line);
  margin: 0 auto 18px;
  position: relative;
}

.rule span {
  position: absolute;
  width: 34px;
  height: 26px;
  background: var(--paper2);
  left: calc(50% - 17px);
  top: -13px;
  display: grid;
  place-items: center;
}

.rule span::before {
  content: "♠";
  font-size: 22px;
  line-height: 1;
  color: var(--line);
}

.overline, .kicker {
  margin: 0 0 12px;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .18em;
  font-size: .78rem;
  font-weight: 800;
}

h1, h2, h3 { line-height: .96; margin: 0; }

h1 {
  font-size: clamp(4.2rem, 15vw, 10.5rem);
  text-transform: uppercase;
  letter-spacing: -.07em;
  margin: 0 0 18px;
}

h2 {
  font-size: clamp(2.4rem, 7vw, 5.2rem);
  text-transform: uppercase;
  letter-spacing: -.06em;
  margin-bottom: 18px;
}

h3 {
  font-size: clamp(1.32rem, 3vw, 2rem);
  letter-spacing: -.04em;
}

.lead, .section-intro {
  width: min(720px, 100%);
  margin: 0 auto 24px;
  color: var(--muted);
  font-size: 1.12rem;
}

.location-line {
  width: min(720px, 100%);
  margin: -14px auto 24px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .055em;
  font-size: .74rem;
  line-height: 1.35;
}
.pricing-note {
  margin: 14px 0 0;
  font-size: .78rem;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.45;
  letter-spacing: .01em;
  max-width: 960px;
}

.actions {
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: center;
  margin: 22px 0;
}

.btn {
  min-height: 48px;
  padding: 12px 20px;
  border: 2px solid var(--line);
  text-decoration: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: .06em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 4px 4px 0 var(--line);
}

.btn.dark { background: var(--ink); color: var(--paper2); }
.btn.light { background: var(--paper2); color: var(--ink); }

.quicknav {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  justify-content: center;
  margin-top: 22px;
}

.quicknav a {
  font-family: Arial, Helvetica, sans-serif;
  font-size: .83rem;
  text-transform: uppercase;
  letter-spacing: .08em;
  text-decoration: none;
  border-bottom: 2px solid var(--line);
  padding: 4px 5px;
}

.section, .band, .contact { padding: 78px 0; }

.band {
  background: rgba(255,250,240,.7);
  border-top: 2px solid var(--line);
  border-bottom: 2px solid var(--line);
}

.process {
  list-style: none;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  padding: 0;
  margin: 28px 0 0;
  counter-reset: item;
}

.process li {
  border: 2px solid var(--line);
  background: var(--paper2);
  padding: 18px;
  min-height: 180px;
  position: relative;
  box-shadow: 5px 5px 0 var(--line);
}

.process li::before {
  counter-increment: item;
  content: counter(item);
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  background: var(--ink);
  color: var(--paper2);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 800;
  margin-bottom: 14px;
}

.process strong, .process span { display: block; }
.process strong { font-size: 1.15rem; margin-bottom: 8px; text-transform: uppercase; }
.process span { color: var(--muted); font-size: .98rem; }

.tiers {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.text-card, .inspection-card, .tier, .compact-grid article, .note-box, .service-limits {
  border: 2px solid var(--line);
  background: var(--paper2);
  padding: 22px;
  box-shadow: 6px 6px 0 var(--line);
}

.text-card, .inspection-card { width: min(900px, 100%); }

.inspection-card { margin: 0 0 28px; }

.note-box, .service-limits { margin-top: 22px; }

.tier.emphasized {
  background: #fffdf7;
}

.tier-top {
  border-bottom: 2px solid var(--line);
  padding-bottom: 14px;
  margin-bottom: 14px;
}

.price, .tag, .grit {
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 900;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.price { margin: 10px 0 0; font-size: .98rem; }
.grit { display: inline-block; border: 2px solid var(--line); padding: 5px 8px; margin: 0 0 10px; background: var(--paper); }
.result { font-weight: 700; }
.fineprint { color: var(--muted); font-size: .95rem; border-left: 4px solid var(--line); padding-left: 12px; }

.menu-list {
  border: 2px solid var(--line);
  background: var(--paper2);
  box-shadow: 6px 6px 0 var(--line);
}

.menu-list div {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  padding: 17px 20px;
  border-bottom: 2px solid var(--line);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .05em;
}

.menu-list div:last-child { border-bottom: 0; }

.note-box { margin-top: 22px; }

.compact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.compact-grid article:last-child {
  grid-column: 1 / -1;
}

.tag {
  display: inline-block;
  margin: 10px 0 8px;
  font-size: .78rem;
  background: var(--ink);
  color: var(--paper2);
  padding: 4px 8px;
}

.split {
  display: grid;
  grid-template-columns: .85fr 1.15fr;
  gap: 34px;
  align-items: start;
}

.contact {
  text-align: center;
}

.contact-mark {
  width: min(185px, 48vw);
  display: block;
  margin: 0 auto 16px;
  mix-blend-mode: multiply;
}

.contact-details {
  margin-top: 22px;
  font-family: Arial, Helvetica, sans-serif;
}


footer {
  padding: 26px 18px;
  border-top: 2px solid var(--line);
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  letter-spacing: .06em;
  font-size: .78rem;
}

.footer-inner {
  width: min(1100px, 100%);
  margin: 0 auto;
  display: grid;
  gap: 14px;
}

.back-top {
  font-weight: 900;
  text-align: center;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 26px;
  flex-wrap: wrap;
}

.footer-brand p {
  margin: 0;
}

.tbl-flag {
  width: 74px;
  height: 42px;
  border: 1.5px solid var(--line);
  display: grid;
  grid-template-rows: repeat(7, 1fr);
  background: var(--paper2);
}

.tbl-flag span {
  display: block;
  background: #111;
}

.tbl-flag span:nth-child(even) {
  background: #fffaf0;
}

.tbl-flag .blue {
  background: #1f5fa8 !important;
}

@media (max-width: 560px) {
  .footer-brand {
    gap: 12px;
  }

  .tbl-flag {
    width: 62px;
    height: 36px;
  }
}


@media (max-width: 940px) {
  .process, .tiers { grid-template-columns: 1fr; }
  .process li { min-height: auto; }
  .compact-grid, .split { grid-template-columns: 1fr; }
  .compact-grid article:last-child { grid-column: auto; }
}

@media (max-width: 560px) {
  .wrap, .frame { width: min(100% - 22px, 1100px); }
  .frame { outline-offset: -8px; padding: 28px 16px; }
  .hero { min-height: auto; padding-top: 18px; }
  .mark { width: min(230px, 76vw); }
  .section, .band, .contact { padding: 54px 0; }
  .actions { display: grid; }
  .btn { width: 100%; box-shadow: 3px 3px 0 var(--line); }
  .quicknav { display: grid; grid-template-columns: 1fr 1fr; }
  .quicknav a { border: 2px solid var(--line); background: var(--paper2); padding: 9px; }
  .menu-list div { flex-direction: column; gap: 4px; }
}


/* V8 pricing note override */
#pricing .pricing-note {
  margin: 12px 0 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
  max-width: 920px;
}


/* V9 footer flag image override */
.tbl-flag-img {
  width: 74px;
  height: auto;
  display: block;
  border: 1.5px solid var(--line);
  background: #fff;
}

@media (max-width: 560px) {
  .tbl-flag-img {
    width: 62px;
  }
}


/* V10 final corrections */
.location-line {
  width: min(720px, 100%);
  margin: -14px auto 24px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .055em;
  font-size: .74rem;
  line-height: 1.35;
}

#pricing .pricing-note {
  margin: 12px 0 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
  max-width: 920px;
}

.tbl-flag-img {
  width: 74px;
  height: auto;
  display: block;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

@media (max-width: 560px) {
  .tbl-flag-img {
    width: 62px;
  }
}


/* V11 corrections */
#pricing .pricing-note {
  margin: 12px 0 0;
  font-size: 0.76rem;
  line-height: 1.4;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  letter-spacing: 0.01em;
  max-width: 920px;
}


/* V12 About photo layout */
.about-grid {
  display: grid;
  grid-template-columns: minmax(260px, 360px) 1fr;
  gap: 24px;
  align-items: start;
}

.about-photo-wrap {
  border: 2px solid var(--line);
  background: var(--paper2);
  padding: 12px;
  box-shadow: 6px 6px 0 var(--line);
}

.about-photo {
  display: block;
  width: 100%;
  height: auto;
  object-fit: cover;
  filter: saturate(.78) contrast(.96) brightness(.99);
}

.about-text {
  width: 100%;
}

@media (max-width: 940px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-photo-wrap {
    max-width: 440px;
  }
}


/* V13 mobile polish */
.location-line {
  width: min(640px, 94%);
  margin: -15px auto 24px;
  color: var(--muted);
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .68rem;
  line-height: 1.28;
}

.footer-brand {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 28px;
  flex-wrap: nowrap;
}

.footer-brand-text {
  display: grid;
  gap: 4px;
  text-align: left;
  line-height: 1.05;
}

.footer-title {
  font-weight: 900;
  font-size: .86rem;
  letter-spacing: .08em;
}

.footer-subtitle {
  font-size: .68rem;
  letter-spacing: .055em;
  color: var(--muted);
}

.tbl-flag-img {
  flex: 0 0 auto;
  width: 74px;
  height: auto;
  display: block;
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
}

@media (max-width: 560px) {
  .location-line {
    width: min(310px, 92%);
    font-size: .58rem;
    letter-spacing: .025em;
    line-height: 1.32;
  }

  .footer-brand {
    gap: 14px;
    flex-wrap: nowrap;
  }

  .footer-brand-text {
    text-align: left;
  }

  .footer-title {
    font-size: .78rem;
  }

  .footer-subtitle {
    font-size: .56rem;
    line-height: 1.15;
    max-width: 190px;
  }

  .tbl-flag-img {
    width: 58px;
  }
}


/* V14 hero value-stack trial */
.hero-value-wrap {
  width: min(760px, 100%);
  margin: 0 auto 18px;
}

.hero-lead-intro {
  margin-bottom: 10px;
}

.hero-values {
  display: grid;
  gap: 7px;
  justify-items: center;
  margin: 0 auto 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: .025em;
  color: var(--ink);
}

.hero-values span {
  display: block;
  font-size: clamp(1.55rem, 4.6vw, 2.45rem);
  line-height: 1.08;
}

@media (max-width: 560px) {
  .hero-lead-intro {
    font-size: 1.02rem;
    margin-bottom: 8px;
  }

  .hero-values {
    gap: 5px;
    margin-bottom: 16px;
  }

  .hero-values span {
    font-size: clamp(1.32rem, 7.2vw, 1.95rem);
    line-height: 1.05;
  }
}


/* V15 add-on card layout polish */
.compact-grid article:last-child {
  grid-column: auto;
}

@media (min-width: 941px) {
  .compact-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}


/* V16 hero spacing polish */
.hero-value-wrap {
  margin-bottom: 28px;
}

.hero-values {
  margin-bottom: 26px;
}

.location-line {
  margin-top: 0;
}

@media (max-width: 560px) {
  .hero-value-wrap {
    margin-bottom: 24px;
  }

  .hero-values {
    margin-bottom: 22px;
  }

  .location-line {
    margin-top: 0;
  }
}
