:root {
  --ink: #172f40;
  --navy: #16364b;
  --deep: #102e43;
  --paper: #e8f3f9;
  --white: #ffffff;
  --accent: #286b96;
  --muted: #4c6371;
  --line: #bfd4e2;
  --serif: "Iowan Old Style", Baskerville, Georgia, serif;
  --sans: "Avenir Next", "Helvetica Neue", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); -webkit-font-smoothing: antialiased; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; }
h1, h2, h3, p, figure { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 600; }
.container { width: min(100% - 72px, 1160px); margin-inline: auto; }
.section-pad { padding-block: 92px; }
.skip-link { position: absolute; z-index: 30; top: -100px; left: 20px; padding: 12px 18px; background: var(--white); }
.skip-link:focus { top: 12px; }

.site-header { position: relative; z-index: 5; background: var(--white); border-bottom: 1px solid var(--line); }
.site-header::before { content: ""; display: block; height: 8px; background: repeating-linear-gradient(to bottom, var(--navy) 0 2px, var(--white) 2px 4px); }
.header-inner { display: flex; align-items: center; min-height: 94px; gap: 32px; }
.brand { display: inline-flex; align-items: center; gap: 13px; flex: none; font-family: Georgia, "Times New Roman", serif; font-size: 22px; font-weight: 700; line-height: .87; letter-spacing: -.04em; text-decoration: none; }
.brand small { display: block; margin-top: 5px; font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: 700; letter-spacing: .14em; text-transform: uppercase; }
.brand-stripes { display: block; width: 34px; height: 34px; border: 1px solid var(--navy); background: repeating-linear-gradient(to bottom, var(--navy) 0 4px, var(--white) 4px 7px); }
.site-nav { display: flex; align-items: center; gap: clamp(17px, 2.5vw, 38px); margin-left: auto; }
.site-nav a { position: relative; padding-block: 10px; font-size: 12px; font-weight: 800; letter-spacing: .035em; text-decoration: none; white-space: nowrap; }
.site-nav a::after { content: ""; position: absolute; right: 0; bottom: 3px; left: 0; height: 2px; background: var(--accent); transform: scaleX(0); transform-origin: left; transition: transform .18s ease; }
.site-nav a:hover::after, .site-nav a[aria-current="page"]::after { transform: scaleX(1); }
.header-contact, .button { display: inline-flex; justify-content: space-between; align-items: center; gap: 19px; min-height: 50px; padding: 12px 19px; border-radius: 5px; background: var(--accent); color: var(--white); font-size: 13px; font-weight: 800; letter-spacing: .015em; line-height: 1.2; text-decoration: none; white-space: nowrap; transition: background .18s ease, box-shadow .18s ease; }
.header-contact:hover, .button:hover { background: #1b5073; box-shadow: 0 6px 16px rgba(15, 46, 67, .18); }
.header-contact span, .button span { font-size: 20px; font-weight: 400; line-height: 1; }

.kicker { display: flex; align-items: center; gap: 10px; margin-bottom: 22px; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .19em; line-height: 1.5; text-transform: uppercase; }
.kicker-line { display: inline-block; flex: none; width: 27px; height: 2px; background: currentColor; }
h1 { max-width: 700px; margin-bottom: 28px; font-size: clamp(51px, 5.2vw, 72px); line-height: 1.05; letter-spacing: -.05em; }
h2 { max-width: 625px; margin-bottom: 25px; font-size: clamp(41px, 4.1vw, 56px); line-height: 1.1; letter-spacing: -.04em; }
.hero { position: relative; overflow: hidden; background: linear-gradient(130deg, var(--white) 0%, #f3f9fc 55%, #deedf6 100%); }
.hero::after { content: ""; display: block; height: 8px; background: repeating-linear-gradient(to bottom, var(--navy) 0 2px, var(--white) 2px 4px); }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .94fr); gap: 6%; align-items: center; padding-block: 76px 82px; }
.hero-copy { position: relative; z-index: 1; }
.hero h1 span { color: var(--accent); }
.hero-lede { max-width: 560px; margin-bottom: 32px; color: var(--muted); font-size: 17px; line-height: 1.74; }
.hero-actions { display: flex; align-items: center; gap: 25px; flex-wrap: wrap; }
.plain-link { display: inline-block; padding-bottom: 5px; border-bottom: 2px solid var(--accent); font-size: 13px; font-weight: 800; line-height: 1.5; text-decoration: none; transition: color .18s ease, border-color .18s ease; }
.plain-link:hover { color: var(--accent); border-color: var(--navy); }
.hero-price { display: inline-block; margin: 31px 0 0; padding: 9px 0 0; border-top: 1px solid var(--line); color: var(--muted); font-size: 13px; line-height: 1.5; }
.hero-price strong { color: var(--navy); }
.hero-photo { position: relative; min-width: 0; margin: 0; }
.hero-photo > img { display: block; width: 100%; height: auto; aspect-ratio: 1.4; border-radius: 7px; object-fit: cover; object-position: 54% 15%; filter: saturate(.55) contrast(1.04) brightness(1.02); box-shadow: 0 18px 42px rgba(16, 46, 67, .17); }
.hero-photo figcaption { max-width: 470px; padding-top: 13px; color: #5e7380; font-size: 11px; line-height: 1.55; }
.hero-photo figcaption a { text-underline-offset: 2px; }

.service { background: var(--paper); }
.service-layout { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 10%; }
.section-intro > p:last-child { max-width: 475px; margin-top: 27px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.service-list { border-top: 3px solid var(--navy); }
.service-item { display: grid; grid-template-columns: 50px 1fr; gap: 16px; padding: 27px 14px 27px 0; border-bottom: 1px solid var(--line); transition: background .18s ease, padding-left .18s ease; }
.service-item:hover { padding-left: 14px; background: rgba(255,255,255,.6); }
.item-number { padding-top: 1px; color: var(--accent); font-family: var(--serif); font-size: 26px; font-weight: 700; line-height: 1; }
.service-item h3 { margin-bottom: 9px; font-size: 28px; line-height: 1.16; }
.service-item p { max-width: 520px; margin-bottom: 0; color: var(--muted); font-size: 14px; line-height: 1.68; }

.price-section { position: relative; overflow: hidden; padding-block: 90px; background: var(--navy); color: var(--white); }
.price-section::before, .guide-end::before { content: ""; position: absolute; top: 0; bottom: 0; left: 0; width: 8px; background: #7db7d8; }
.price-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: 10%; }
.price-section h2 { max-width: 500px; }
.kicker-light { color: #b9e1f5; }
.price-details { padding-left: 46px; border-left: 1px solid rgba(255,255,255,.5); }
.price-number { display: flex; align-items: baseline; gap: 16px; margin: -18px 0 12px; font-family: var(--serif); font-size: clamp(90px, 9vw, 128px); font-weight: 600; line-height: 1; letter-spacing: -.075em; }
.price-number span { font-family: var(--sans); font-size: 20px; font-weight: 800; letter-spacing: 0; white-space: nowrap; }
.price-details > p:not(.price-number) { max-width: 430px; color: #e7f1f6; font-size: 16px; line-height: 1.7; }
.price-details .price-note { margin-top: 22px; color: #d1e3ec !important; font-size: 14px !important; }
.price-note strong { display: block; margin-bottom: 7px; color: var(--white); }
.button-light { margin-top: 17px; background: var(--white); color: var(--navy); }
.button-light:hover { background: #dfedf5; }

.process { background: var(--white); }
.process h2 { max-width: none; margin-bottom: 43px; }
.process-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 27px; }
.process-list p { max-width: 360px; margin-bottom: 0; padding: 26px 23px; border: 1px solid var(--line); border-top: 3px solid var(--navy); border-radius: 5px; background: #f3f9fc; color: var(--muted); font-size: 14px; line-height: 1.72; }
.process-list strong { display: block; margin-bottom: 13px; color: var(--ink); font-family: var(--serif); font-size: 25px; font-weight: 600; line-height: 1.17; }

.reassurance { background: var(--paper); }
.reassurance-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .77fr); gap: 10%; align-items: center; }
.reassurance-layout > div > p:last-child { max-width: 580px; color: var(--muted); font-size: 16px; line-height: 1.75; }
.guide-teaser { position: relative; padding: 38px; border-top: 4px solid #86c1e1; border-radius: 6px; background: var(--deep); color: var(--white); box-shadow: 0 15px 34px rgba(16, 46, 67, .14); }
.guide-teaser .kicker { color: #b9e1f5; }
.guide-teaser h3 { max-width: 450px; margin-bottom: 18px; font-size: clamp(30px, 3.1vw, 40px); line-height: 1.16; letter-spacing: -.03em; }
.guide-teaser p:not(.kicker) { margin-bottom: 25px; color: #e1eef4; font-size: 15px; line-height: 1.72; }
.guide-teaser .plain-link { color: var(--white); border-color: #b9e1f5; }
.guide-teaser .plain-link:hover { color: #b9e1f5; border-color: var(--white); }

.faq { background: var(--white); }
.faq-layout { display: grid; grid-template-columns: minmax(0, .78fr) minmax(0, 1.22fr); gap: 9%; }
.faq-list { border-top: 3px solid var(--navy); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; justify-content: space-between; align-items: center; gap: 20px; padding: 23px 0; cursor: pointer; list-style: none; font-size: 15px; font-weight: 800; line-height: 1.5; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { display: inline-flex; align-items: center; justify-content: center; flex: none; width: 30px; height: 30px; border: 1px solid var(--accent); border-radius: 50%; color: var(--accent); font-size: 22px; font-weight: 400; line-height: 1; transition: transform .18s ease, background .18s ease, color .18s ease; }
.faq-list summary:hover span { background: var(--accent); color: var(--white); }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 610px; margin-bottom: 26px; color: var(--muted); font-size: 14px; line-height: 1.75; }

.contact { position: relative; background: var(--paper); }
.contact::before { content: ""; display: block; height: 5px; background: var(--navy); }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: 10%; }
.contact-layout > div:first-child > p:last-child { max-width: 460px; margin-top: 25px; color: var(--muted); font-size: 16px; line-height: 1.72; }
.contact-box { align-self: start; padding: 35px; border: 1px solid var(--line); border-radius: 6px; background: var(--white); box-shadow: 0 15px 34px rgba(16, 46, 67, .12); }
.contact-label { display: block; margin-bottom: 25px; color: var(--accent); font-size: 11px; font-weight: 900; letter-spacing: .18em; text-transform: uppercase; }
.email-link { display: flex; justify-content: space-between; gap: 16px; padding-bottom: 14px; border-bottom: 2px solid var(--navy); font-family: var(--serif); font-size: clamp(19px, 2.2vw, 28px); font-weight: 600; line-height: 1.3; text-decoration: none; overflow-wrap: anywhere; }
.email-link:hover { color: var(--accent); border-color: var(--accent); }
.email-link span { flex: none; }
.contact-box p { margin: 22px 0 0; color: var(--muted); font-size: 14px; line-height: 1.68; }

.guide-hero { position: relative; overflow: hidden; background: var(--deep); color: var(--white); }
.guide-hero-layout { position: relative; z-index: 1; display: grid; grid-template-columns: minmax(0, 1.25fr) minmax(0, .75fr); gap: 9%; align-items: end; padding-block: 94px 102px; }
.guide-hero .kicker { color: #b9e1f5; }
.guide-hero h1 { max-width: 800px; }
.guide-hero .hero-lede { margin-bottom: 0; color: #d7e9f2; }
.guide-scope { padding: 28px; border-top: 4px solid #86c1e1; border-radius: 6px; background: var(--white); color: var(--ink); }
.guide-scope strong { font-family: var(--serif); font-size: 27px; font-weight: 600; }
.guide-scope p { margin: 14px 0 0; color: var(--muted); font-size: 14px; line-height: 1.7; }
.guide-index { background: var(--paper); border-bottom: 1px solid var(--line); }
.guide-index nav { display: flex; justify-content: space-between; flex-wrap: wrap; gap: 12px 25px; padding-block: 22px; }
.guide-index a { padding-bottom: 3px; border-bottom: 2px solid transparent; font-size: 13px; font-weight: 800; text-decoration: none; }
.guide-index a:hover { border-color: var(--accent); }
.guide-section { background: var(--white); scroll-margin-top: 20px; }
.guide-section-alt { background: var(--paper); }
.guide-section-layout { display: grid; grid-template-columns: minmax(0, .82fr) minmax(0, 1.18fr); gap: 10%; }
.guide-section-layout > div:first-child::before { content: ""; display: block; width: 42px; height: 4px; margin-bottom: 26px; background: var(--accent); }
.guide-content { max-width: 650px; }
.guide-content h3 { margin: 0 0 13px; font-size: 30px; line-height: 1.2; }
.guide-content h3:not(:first-child) { margin-top: 34px; }
.guide-content p, .guide-steps li { color: var(--muted); font-size: 16px; line-height: 1.76; }
.guide-content p:last-child { margin-bottom: 0; }
.guide-content strong, .guide-steps strong { color: var(--ink); }
.guide-note { padding: 22px 25px; border-left: 4px solid var(--accent); background: var(--paper); }
.guide-steps { display: grid; gap: 18px; margin: 0; padding-left: 23px; }
.guide-steps li { padding-left: 7px; }
.guide-end { position: relative; overflow: hidden; background: var(--navy); color: var(--white); }
.guide-end-layout { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, .83fr); gap: 11%; }
.guide-end-layout > div:first-child > p:not(.kicker) { max-width: 500px; color: #e7f1f6; font-size: 16px; line-height: 1.7; }
.guide-sources { padding-left: 30px; border-left: 1px solid rgba(255,255,255,.45); }
.guide-sources strong { font-family: var(--serif); font-size: 27px; font-weight: 600; }
.guide-sources p, .guide-sources li { color: #d5e7f0; font-size: 13px; line-height: 1.7; }
.guide-sources p { margin-top: 15px; }
.guide-sources ul { margin: 0; padding-left: 18px; }
.guide-sources li + li { margin-top: 7px; }
.guide-sources a { text-underline-offset: 3px; }

.site-footer { background: var(--deep); color: var(--white); }
.site-footer::before { content: ""; display: block; height: 6px; background: repeating-linear-gradient(to bottom, var(--white) 0 2px, var(--deep) 2px 4px); }
.footer-inner { display: flex; justify-content: space-between; align-items: center; gap: 22px; min-height: 88px; font-size: 12px; line-height: 1.5; }
.site-footer a { text-underline-offset: 3px; }

@media (max-width: 1000px) {
  .container { width: min(100% - 48px, 1160px); }
  .header-inner { gap: 20px; }
  .site-nav { gap: 17px; }
  .hero-grid { gap: 5%; }
  .hero-lede { font-size: 16px; }
  .service-layout, .price-layout, .faq-layout, .contact-layout, .reassurance-layout, .guide-hero-layout, .guide-section-layout, .guide-end-layout { gap: 6%; }
}

@media (max-width: 780px) {
  .container { width: min(100% - 40px, 640px); }
  .section-pad { padding-block: 68px; }
  .header-inner { flex-wrap: wrap; justify-content: space-between; gap: 0; padding-block: 17px 14px; }
  .brand { font-size: 19px; }
  .site-nav { order: 3; width: 100%; justify-content: space-between; gap: 10px; margin: 14px 0 0; padding-top: 10px; border-top: 1px solid var(--line); }
  .site-nav a { font-size: 11px; }
  .header-contact { min-height: 42px; padding: 10px 13px; font-size: 11px; }
  .hero-grid { grid-template-columns: 1fr; gap: 38px; padding-block: 58px 66px; }
  h1 { max-width: 640px; font-size: clamp(42px, 8vw, 62px); }
  .hero-photo { max-width: 570px; }
  .hero-photo > img { aspect-ratio: 1.35; }
  .service-layout, .price-layout, .faq-layout, .contact-layout, .reassurance-layout, .guide-hero-layout, .guide-section-layout, .guide-end-layout { grid-template-columns: 1fr; gap: 34px; }
  .price-section { padding-block: 78px 70px; }
  .price-section::before, .guide-end::before { top: 0; right: 0; bottom: auto; width: auto; height: 6px; background: #86c1e1; }
  .price-details { padding: 29px 0 0; border-left: 0; border-top: 1px solid rgba(255,255,255,.5); }
  .price-number { margin-top: 0; }
  .process-list { grid-template-columns: 1fr; gap: 16px; }
  .process-list p { max-width: none; }
  .guide-teaser { max-width: 570px; }
  .faq-layout { gap: 18px; }
  .guide-hero-layout { padding-block: 78px 82px; }
  .guide-scope { max-width: 560px; }
  .guide-index nav { justify-content: flex-start; }
  .guide-section-layout { gap: 20px; }
  .guide-sources { padding-left: 20px; }
  .footer-inner { flex-wrap: wrap; padding-block: 26px; }
}

@media (max-width: 440px) {
  .container { width: calc(100% - 32px); }
  .site-header::before { height: 8px; }
  .brand { font-size: 19px; }
  .header-contact { gap: 6px; font-size: 11px; }
  .site-nav a { font-size: 11px; }
  h1 { font-size: 42px; }
  h2 { font-size: 36px; }
  .hero-grid { padding-top: 57px; }
  .hero-actions { gap: 19px; }
  .hero-photo { margin: 0; }
  .hero-photo > img { aspect-ratio: 1.24; }
  .service-item h3 { font-size: 26px; }
  .price-number { font-size: 88px; }
  .price-number span { font-size: 18px; }
  .guide-teaser { padding: 27px; }
  .contact-box { padding: 25px; }
  .guide-index nav { gap: 14px 23px; }
  .guide-section h2 { font-size: 36px; }
  .footer-inner { display: grid; gap: 11px; }
}

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