:root {
  --ink: #14233a;
  --brick: #a63828;
  --brass: #af842d;
  --cream: #f5efe3;
  --paper: #fffaf1;
  --muted: #5f625f;
  --line: #c8b98f;
  --white: #ffffff;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  color: var(--ink);
  background: var(--cream);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 17px;
  line-height: 1.65;
}
img { display: block; max-width: 100%; }
a { color: inherit; }
a:focus-visible, summary:focus-visible { outline: 3px solid var(--brass); outline-offset: 4px; }
.skip-link { position: fixed; left: 16px; top: -100px; z-index: 100; background: var(--ink); color: white; padding: 10px 14px; }
.skip-link:focus { top: 16px; }

.site-header {
  min-height: 88px;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 32px;
  padding: 14px max(24px, calc((100vw - 1180px) / 2));
  border-bottom: 1px solid var(--line);
  background: var(--paper);
}
.brand { display: flex; gap: 13px; align-items: center; text-decoration: none; }
.brand-mark {
  display: grid;
  place-items: center;
  width: 44px;
  height: 44px;
  border: 1px solid var(--brass);
  color: var(--brick);
  font: 700 15px Georgia, serif;
  position: relative;
}
.brand-mark::before, .brand-mark::after { content: ""; position: absolute; inset: 5px; border: 1px solid var(--line); }
.brand strong { display: block; font: 700 23px Georgia, "Times New Roman", serif; }
.brand small { display: block; color: var(--muted); font-size: 11px; text-transform: uppercase; letter-spacing: 0; }
.site-header nav { display: flex; gap: 22px; font-size: 14px; font-weight: 700; }
.site-header nav a { text-decoration: none; border-bottom: 2px solid transparent; }
.site-header nav a:hover { border-color: var(--brick); }
.header-call { background: var(--ink); color: white; padding: 12px 18px; text-decoration: none; text-align: right; }
.header-call span { display: block; font-size: 10px; text-transform: uppercase; }
.header-call strong { display: block; font-size: 18px; }

.hero {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto;
  padding: 64px 0 52px;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(360px, .85fr);
  gap: 58px;
  align-items: center;
}
.eyebrow { margin: 0 0 14px; color: var(--brick); font-size: 12px; font-weight: 800; text-transform: uppercase; letter-spacing: 0; }
h1, h2, h3 { margin-top: 0; line-height: 1.04; }
h1 { max-width: 720px; margin-bottom: 24px; font: 700 clamp(48px, 6vw, 78px) Georgia, "Times New Roman", serif; }
h2 { margin-bottom: 22px; font: 700 clamp(36px, 4.4vw, 58px) Georgia, "Times New Roman", serif; }
h3 { font: 700 25px Georgia, "Times New Roman", serif; }
.hero-lede { max-width: 650px; color: #3e4650; font-size: 20px; }
.hero-actions { display: flex; flex-wrap: wrap; align-items: center; gap: 24px; margin: 30px 0; }
.button { display: inline-flex; justify-content: center; align-items: center; min-height: 52px; padding: 13px 22px; font-weight: 800; text-decoration: none; }
.button-primary { background: var(--brick); color: white; border: 1px solid var(--brick); }
.button-light { background: var(--paper); color: var(--ink); }
.text-link { font-weight: 800; text-underline-offset: 5px; }
.hero-note { display: flex; gap: 10px; align-items: center; font-size: 13px; color: var(--muted); }
.hero-note p { margin: 0; }
.deco-diamond { width: 9px; height: 9px; background: var(--brass); transform: rotate(45deg); }
.hero-photo, .story-photo { margin: 0; position: relative; }
.hero-photo { padding: 10px; border: 1px solid var(--brass); background: var(--paper); }
.hero-photo::before { content: ""; position: absolute; inset: 18px; border: 1px solid rgba(175,132,45,.55); pointer-events: none; }
.hero-photo img { width: 100%; height: 390px; object-fit: cover; }
.hero-photo figcaption { padding: 13px 5px 3px; font-size: 12px; color: var(--muted); }

.service-index {
  width: min(1180px, calc(100% - 40px));
  margin: 0 auto 80px;
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border-top: 1px solid var(--brass);
  border-bottom: 1px solid var(--brass);
}
.service-index a { min-height: 98px; padding: 18px 14px; border-right: 1px solid var(--line); text-decoration: none; font: 700 16px Georgia, serif; }
.service-index a:last-child { border-right: 0; }
.service-index span { display: block; color: var(--brick); font: 800 11px Arial, sans-serif; }
.service-index a:hover { background: var(--paper); }

.section { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 84px 0; }
.section-intro { display: grid; grid-template-columns: 170px minmax(0, 1.25fr) minmax(280px, .75fr); gap: 36px; align-items: start; margin-bottom: 44px; }
.section-intro .eyebrow { padding-top: 10px; }
.section-intro h2, .section-intro p { margin-bottom: 0; }
.section-intro > p:last-child { color: var(--muted); }
.section-intro.compact { grid-template-columns: 180px 1fr; }
.section-intro.compact h2 { max-width: 720px; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); border-left: 1px solid var(--line); border-top: 1px solid var(--line); }
.service-grid article { min-height: 315px; padding: 30px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); background: rgba(255,250,241,.35); }
.service-number { color: var(--brick); font-size: 12px; font-weight: 800; }
.service-grid h3 { margin: 34px 0 15px; }
.service-grid p { color: #4e5354; font-size: 15px; }
.service-grid a { color: var(--brick); font-size: 13px; font-weight: 800; text-underline-offset: 4px; }

.diagnose { background: var(--ink); color: white; display: grid; grid-template-columns: minmax(300px, .75fr) minmax(0, 1.25fr); gap: 70px; padding: 90px max(24px, calc((100vw - 1180px) / 2)); }
.diagnose-heading h2 { max-width: 500px; }
.diagnose-heading > p:not(.eyebrow) { color: #d4d9df; }
.change-grid { display: grid; grid-template-columns: repeat(2, 1fr); border-left: 1px solid #536078; border-top: 1px solid #536078; }
.change-grid article { min-height: 260px; padding: 28px; border-right: 1px solid #536078; border-bottom: 1px solid #536078; }
.change-grid span { color: #d4b55a; font-size: 11px; font-weight: 800; text-transform: uppercase; }
.change-grid h3 { margin: 42px 0 13px; color: white; font-size: 24px; }
.change-grid p { margin-bottom: 0; color: #d4d9df; font-size: 14px; }

.local-story { display: grid; grid-template-columns: minmax(360px, .85fr) minmax(0, 1.15fr); gap: 70px; align-items: center; }
.story-photo { border: 1px solid var(--line); padding: 9px; background: var(--paper); }
.story-photo img { width: 100%; height: 360px; object-fit: cover; }
.story-photo figcaption { padding: 12px 5px 4px; color: var(--muted); font-size: 12px; }
.story-copy p { color: #4e5354; }
.clue-list { display: grid; grid-template-columns: repeat(2, 1fr); gap: 0; list-style: none; padding: 0; margin: 30px 0 0; border-top: 1px solid var(--line); }
.clue-list li { padding: 13px 8px; border-bottom: 1px solid var(--line); font-size: 14px; font-weight: 700; }

.visit { padding: 90px max(24px, calc((100vw - 1180px) / 2)); background: var(--paper); border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-steps { list-style: none; padding: 0; margin: 44px 0 0; display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid var(--brass); border-left: 1px solid var(--line); }
.visit-steps li { min-height: 250px; padding: 26px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.visit-steps span { display: block; margin-bottom: 58px; color: var(--brick); font: 700 22px Georgia, serif; }
.visit-steps strong { display: block; font: 700 21px Georgia, serif; }
.visit-steps p { color: var(--muted); font-size: 14px; }

.prep { width: min(1180px, calc(100% - 40px)); margin: 0 auto; padding: 88px 0; display: grid; grid-template-columns: .8fr 1.2fr; gap: 80px; align-items: start; }
.prep ul { list-style: none; margin: 0; padding: 0; border-top: 1px solid var(--brass); }
.prep li { position: relative; padding: 18px 12px 18px 42px; border-bottom: 1px solid var(--line); }
.prep li::before { content: ""; position: absolute; left: 10px; top: 25px; width: 9px; height: 9px; background: var(--brass); transform: rotate(45deg); }

.faq { border-top: 1px solid var(--line); }
.faq-list { max-width: 900px; margin-left: auto; }
details { border-top: 1px solid var(--line); }
details:last-child { border-bottom: 1px solid var(--line); }
summary { list-style: none; cursor: pointer; padding: 24px 54px 24px 0; font: 700 22px Georgia, serif; position: relative; }
summary::-webkit-details-marker { display: none; }
summary::after { content: "+"; position: absolute; right: 10px; top: 18px; color: var(--brick); font: 400 30px Arial, sans-serif; }
details[open] summary::after { content: "-"; }
details p { max-width: 760px; margin: 0 0 26px; color: var(--muted); }

.closing-cta { background: var(--brick); color: white; padding: 82px max(24px, calc((100vw - 900px) / 2)); text-align: center; }
.closing-cta .eyebrow { color: #f4d37d; }
.closing-cta h2 { margin-bottom: 16px; }
.closing-cta p:not(.eyebrow) { max-width: 650px; margin: 0 auto 28px; }
.closing-cta a { display: inline-block; padding: 15px 24px; background: white; color: var(--ink); font-weight: 800; text-decoration: none; }
footer { min-height: 130px; padding: 28px max(24px, calc((100vw - 1180px) / 2)); background: #0d1728; color: white; display: grid; grid-template-columns: 1fr auto auto; gap: 30px; align-items: center; font-size: 14px; }
footer strong, footer span { display: block; }
footer span { color: #aeb8c5; }
.mobile-call { display: none; }

@media (max-width: 1020px) {
  .site-header { grid-template-columns: 1fr auto; }
  .site-header nav { display: none; }
  .hero { grid-template-columns: 1fr 380px; gap: 36px; }
  .service-index { grid-template-columns: repeat(3, 1fr); }
  .service-index a:nth-child(3) { border-right: 0; }
  .service-index a:nth-child(-n+3) { border-bottom: 1px solid var(--line); }
  .service-grid { grid-template-columns: repeat(2, 1fr); }
  .section-intro { grid-template-columns: 140px 1fr; }
  .section-intro > p:last-child { grid-column: 2; }
  .diagnose { grid-template-columns: 1fr; }
  .visit-steps { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 720px) {
  body { font-size: 16px; padding-bottom: 72px; }
  .site-header { min-height: 72px; padding: 11px 18px; }
  .brand-mark { width: 38px; height: 38px; }
  .brand strong { font-size: 18px; }
  .header-call { display: none; }
  .hero { width: min(100% - 32px, 620px); padding: 42px 0 32px; grid-template-columns: 1fr; gap: 30px; }
  h1 { font-size: clamp(42px, 13vw, 58px); }
  h2 { font-size: clamp(34px, 10vw, 46px); }
  .hero-lede { font-size: 18px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 14px; }
  .hero-actions .button { width: 100%; }
  .hero-photo img { height: 235px; }
  .service-index { width: 100%; margin-bottom: 40px; grid-template-columns: repeat(2, 1fr); }
  .service-index a, .service-index a:nth-child(3) { min-height: 80px; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); }
  .service-index a:nth-child(even) { border-right: 0; }
  .section { width: min(100% - 32px, 620px); padding: 62px 0; }
  .section-intro, .section-intro.compact { grid-template-columns: 1fr; gap: 12px; }
  .section-intro > p:last-child { grid-column: auto; }
  .service-grid { grid-template-columns: 1fr; }
  .service-grid article { min-height: 0; padding: 25px; }
  .service-grid h3 { margin-top: 22px; }
  .diagnose { padding: 62px 16px; gap: 42px; }
  .change-grid { grid-template-columns: 1fr; }
  .change-grid article { min-height: 0; }
  .change-grid h3 { margin-top: 24px; }
  .local-story { grid-template-columns: 1fr; gap: 36px; }
  .story-photo img { height: 220px; }
  .clue-list { grid-template-columns: 1fr; }
  .visit { padding: 62px 16px; }
  .visit-steps { grid-template-columns: 1fr; }
  .visit-steps li { min-height: 0; }
  .visit-steps span { margin-bottom: 26px; }
  .prep { width: min(100% - 32px, 620px); padding: 62px 0; grid-template-columns: 1fr; gap: 40px; }
  .faq-list { margin-left: 0; }
  summary { font-size: 19px; }
  footer { min-height: 190px; padding: 28px 18px; grid-template-columns: 1fr; gap: 12px; }
  .mobile-call { position: fixed; z-index: 90; left: 0; right: 0; bottom: 0; min-height: 72px; padding: 12px 18px; background: var(--brick); color: white; display: flex; align-items: center; justify-content: space-between; text-decoration: none; box-shadow: 0 -8px 24px rgba(20,35,58,.18); }
  .mobile-call span { font-size: 11px; font-weight: 700; text-transform: uppercase; }
  .mobile-call strong { font-size: 18px; }
}

/* Premium art-direction pass */
body { background: #eee4d4; }
.site-header { min-height: 96px; border-bottom: 0; border-top: 5px solid var(--brick); box-shadow: 0 8px 28px rgba(20,35,58,.08); position: relative; z-index: 5; }
.site-header::after { content: ""; position: absolute; left: 0; right: 0; bottom: 5px; height: 1px; background: var(--line); }
.brand-mark { width: 50px; height: 50px; background: var(--ink); color: #f1cf78; border: 0; box-shadow: inset 0 0 0 3px var(--paper), inset 0 0 0 4px var(--brass); }
.brand-mark::before, .brand-mark::after { display: none; }
.header-call { min-width: 218px; background: var(--brick); box-shadow: 7px 7px 0 var(--brass); }
.hero { width: 100%; max-width: none; min-height: 590px; padding: 0; grid-template-columns: minmax(0,1.05fr) minmax(430px,.95fr); gap: 0; background: var(--ink); color: white; overflow: hidden; }
.hero-copy { padding: 48px 64px 44px max(24px,calc((100vw - 1180px)/2)); position: relative; }
.hero-copy::before { content: "TULSA / OK"; position: absolute; top: 30px; right: 38px; color: rgba(255,255,255,.11); font: 700 54px Georgia,serif; }
.hero .eyebrow { color: #e9c86f; }
.hero h1 { color: white; max-width: 760px; font-size: clamp(50px,5vw,70px); }
.hero h1::after { content: ""; display: block; width: 88px; height: 6px; margin-top: 28px; background: var(--brick); box-shadow: 100px 0 0 var(--brass); }
.hero-lede { color: #d8dee8; max-width: 720px; }
.hero .text-link { color: #f4d57e; }
.hero-note { color: #c7cfdb; }
.hero-photo { padding: 0; border: 0; background: #0c1625; height: 100%; min-height: 590px; }
.hero-photo::before { inset: 24px; border: 1px solid rgba(255,255,255,.55); z-index: 2; }
.hero-photo img { height: 590px; filter: saturate(.85) contrast(1.05); }
.hero-photo figcaption { position: absolute; z-index: 3; left: 38px; bottom: 30px; width: min(360px,calc(100% - 76px)); padding: 15px 18px; background: rgba(13,23,40,.92); color: white; border-left: 5px solid var(--brass); }
.photo-seal { position: absolute; z-index: 3; top: 36px; right: 36px; width: 82px; height: 82px; display: grid; place-items: center; text-align: center; border-radius: 50%; background: var(--brick); color: white; border: 4px solid var(--paper); font: 700 15px/1.1 Georgia,serif; box-shadow: 0 12px 28px rgba(0,0,0,.2); }
.premium-proof { display: grid; grid-template-columns: repeat(3,1fr); margin-top: 34px; border-top: 1px solid #566175; border-bottom: 1px solid #566175; }
.premium-proof span { padding: 14px 12px 14px 0; font-size: 11px; font-weight: 700; color: #d4dbe6; }
.premium-proof b { display: block; color: #e8c66c; font: 700 17px Georgia,serif; }
.service-index { width: 100%; margin: 0; padding: 0 max(24px,calc((100% - 1180px)/2)); background: var(--brick); border: 0; color: white; }
.service-index a { min-height: 112px; padding: 24px 18px; border-color: rgba(255,255,255,.25); display: flex; flex-direction: column; justify-content: center; transition: background .2s ease, transform .2s ease; }
.service-index span { color: #f1cf78; }
.service-index a:hover { background: #872a1f; transform: translateY(-3px); }
.services { padding-top: 110px; }
.section-intro { position: relative; }
.section-intro::before { content: ""; position: absolute; top: -34px; left: 0; width: 110px; height: 7px; background: var(--brick); box-shadow: 125px 0 0 var(--brass); }
.service-grid { border: 0; gap: 14px; }
.service-grid article { min-height: 330px; border: 1px solid #d1c3a4; background: var(--paper); box-shadow: 0 16px 34px rgba(62,45,20,.07); transition: transform .2s ease, box-shadow .2s ease; }
.service-grid article:hover { transform: translateY(-5px); box-shadow: 0 24px 48px rgba(62,45,20,.12); }
.service-number { display: grid; place-items: center; width: 42px; height: 42px; background: var(--ink); color: #f3d581; }
.diagnose { position: relative; border-top: 10px solid var(--brass); }
.diagnose::after { content: ""; position: absolute; inset: 22px; border: 1px solid rgba(255,255,255,.14); pointer-events: none; }
.change-grid { gap: 12px; border: 0; position: relative; z-index: 1; }
.change-grid article { min-height: 235px; border: 1px solid #536078; background: #1b2b44; }
.local-story { padding-top: 110px; padding-bottom: 110px; }
.story-photo { padding: 0; border: 12px solid var(--paper); box-shadow: 22px 22px 0 var(--brass); }
.story-photo figcaption { background: var(--paper); padding: 14px; }
.visit-steps { gap: 12px; border: 0; }
.visit-steps li { border: 1px solid var(--line); background: white; box-shadow: 0 10px 24px rgba(20,35,58,.05); }
.faq { position: relative; }
.faq::after { content: "TP"; position: absolute; right: 0; top: 42px; color: rgba(166,56,40,.08); font: 700 180px Georgia,serif; pointer-events: none; }
.closing-cta { border-top: 10px solid var(--brass); }

@media (max-width: 1020px) {
  .hero { grid-template-columns: 1fr 390px; }
  .hero-copy { padding-left: 34px; padding-right: 34px; }
  .premium-proof { grid-template-columns: 1fr; }
  .premium-proof span { border-bottom: 1px solid #566175; }
}
@media (max-width: 720px) {
  .site-header { min-height: 76px; }
  .hero { display: flex; flex-direction: column; min-height: 0; }
  .hero-copy { padding: 54px 18px 42px; }
  .hero-copy::before { top: 20px; right: 16px; font-size: 30px; }
  .hero h1 { font-size: 49px; }
  .hero-photo { min-height: 0; width: calc(100% - 32px); margin: 0 16px 26px; }
  .hero-photo img { height: 250px; }
  .hero-photo figcaption { left: 16px; right: 16px; bottom: 14px; width: auto; }
  .photo-seal { width: 62px; height: 62px; top: 16px; right: 16px; font-size: 12px; }
  .premium-proof { grid-template-columns: 1fr 1fr; }
  .premium-proof span:last-child { grid-column: 1 / -1; }
  .service-index { padding: 0; }
  .service-index a { min-height: 92px; }
  .service-grid { gap: 12px; }
  .service-grid article { min-height: 0; }
  .diagnose::after { inset: 10px; }
  .story-photo { box-shadow: 10px 10px 0 var(--brass); }
  .faq::after { display: none; }
}
