:root {
  --ink: #161616;
  --ink-soft: #333333;
  --paper: #f7f3eb;
  --white: #ffffff;
  --accent: #f2a900;
  --accent-dark: #cb8500;
  --muted: #e9e3d7;
  --line: rgba(22, 22, 22, .13);
  --radius: 18px;
  --shadow: 0 18px 55px rgba(20, 18, 12, .12);
  --container: 1180px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.6; }
a { color: inherit; text-decoration: none; }
img, svg { max-width: 100%; }
button, input, select, textarea { font: inherit; }
.container { width: min(calc(100% - 40px), var(--container)); margin-inline: auto; }
.skip-link { position: fixed; left: 1rem; top: -5rem; z-index: 1000; background: var(--white); padding: .75rem 1rem; border-radius: 8px; }
.skip-link:focus { top: 1rem; }

.site-header { position: sticky; top: 0; z-index: 100; background: rgba(247, 243, 235, .93); backdrop-filter: blur(16px); border-bottom: 1px solid var(--line); }
.header-inner { min-height: 82px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 12px; font-size: 18px; line-height: 1.05; letter-spacing: -.02em; }
.brand strong { font-size: 24px; }
.brand small { display: block; margin-top: 5px; text-transform: uppercase; letter-spacing: .14em; font-size: 9px; font-weight: 800; color: #6a6256; }
.brand-mark { width: 48px; height: 42px; display: grid; place-items: center; background: var(--accent); border-radius: 10px 10px 4px 4px; }
.brand-mark svg { width: 37px; fill: var(--ink); }
.primary-nav { display: flex; align-items: center; gap: 22px; }
.primary-nav ul { display: flex; align-items: center; gap: 22px; list-style: none; margin: 0; padding: 0; }
.primary-nav a { font-weight: 750; font-size: 14px; }
.primary-nav .menu a:hover { color: var(--accent-dark); }
.menu-toggle { display: none; border: 1px solid var(--line); border-radius: 10px; background: transparent; padding: 9px 13px; font-weight: 800; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: 0 23px; background: var(--accent); color: var(--ink); border: 2px solid var(--accent); border-radius: 999px; font-weight: 900; letter-spacing: .01em; transition: transform .2s ease, background .2s ease, box-shadow .2s ease; box-shadow: 0 9px 24px rgba(242, 169, 0, .22); }
.button:hover { transform: translateY(-2px); background: #ffbd22; box-shadow: 0 12px 30px rgba(242, 169, 0, .3); }
.button-small { min-height: 42px; padding-inline: 17px; font-size: 13px !important; }
.button-secondary { background: transparent; border-color: rgba(22,22,22,.5); box-shadow: none; }
.button-secondary:hover { background: var(--white); }
.button-light { background: var(--white); border-color: var(--white); box-shadow: none; }

.hero { overflow: hidden; border-bottom: 1px solid var(--line); background: radial-gradient(circle at 80% 30%, rgba(242,169,0,.18), transparent 32%), linear-gradient(135deg, #f7f3eb 0%, #efe6d5 100%); }
.hero-grid { min-height: 690px; display: grid; grid-template-columns: 1fr 1.05fr; gap: 40px; align-items: center; padding-block: 64px 70px; }
.eyebrow { display: inline-block; margin-bottom: 13px; color: #8b5a00; text-transform: uppercase; letter-spacing: .16em; font-size: 12px; font-weight: 950; }
.hero h1, .section h2, .page-header h1 { margin: 0; font-family: Georgia, "Times New Roman", serif; font-weight: 800; line-height: .95; letter-spacing: -.055em; }
.hero h1 { max-width: 670px; font-size: clamp(55px, 7vw, 91px); }
.hero h1 span { color: var(--accent-dark); }
.hero-lead { max-width: 650px; margin: 27px 0 30px; font-size: clamp(18px, 2vw, 22px); color: var(--ink-soft); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 12px; }
.trust-row { display: flex; flex-wrap: wrap; gap: 11px 20px; margin-top: 27px; color: #575044; font-size: 13px; font-weight: 800; }
.trust-row span::before { content: "✓"; display: inline-grid; place-items: center; width: 20px; height: 20px; margin-right: 7px; border-radius: 50%; background: var(--ink); color: var(--white); font-size: 11px; }
.hero-art { position: relative; min-height: 520px; display: grid; place-items: center; }
.sun-disc { position: absolute; width: 430px; height: 430px; border-radius: 50%; background: var(--accent); opacity: .88; }
.trailer-illustration { position: relative; z-index: 2; filter: drop-shadow(0 30px 18px rgba(24,20,13,.2)); }
.trailer-shadow { fill: rgba(0,0,0,.19); }
.trailer-body { fill: #232323; stroke: #111; stroke-width: 8; stroke-linejoin: round; }
.trailer-panel { fill: #393939; stroke: var(--accent); stroke-width: 4; }
.trailer-rail, .trailer-frame, .trailer-hitch, .trailer-jack { fill: none; stroke: #151515; stroke-width: 16; stroke-linecap: round; }
.wheel { fill: #101010; stroke: #343434; }
.hub { fill: var(--accent); stroke: #191919; }
.trailer-illustration text { fill: var(--white); font: 900 31px/1 Inter, sans-serif; letter-spacing: 3px; }
.availability-card { position: absolute; z-index: 3; right: 0; bottom: 30px; width: 245px; padding: 18px 20px; border: 1px solid rgba(255,255,255,.5); border-radius: 16px; background: rgba(255,255,255,.86); backdrop-filter: blur(12px); box-shadow: var(--shadow); }
.availability-card strong, .availability-card span { display: block; }
.availability-card strong { font-size: 16px; }
.availability-card span { color: #6a6256; font-size: 13px; }

.section { padding-block: 100px; }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 50px; margin-bottom: 42px; }
.section-heading.compact { max-width: 800px; }
.section-heading h2, .section h2 { max-width: 760px; font-size: clamp(42px, 5vw, 64px); }
.section-heading > p { max-width: 430px; margin: 0; color: #5e574c; font-size: 17px; }
.pricing-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 18px; }
.price-card { position: relative; min-height: 245px; display: flex; flex-direction: column; justify-content: center; padding: 34px; border: 1px solid var(--line); border-radius: var(--radius); background: rgba(255,255,255,.54); }
.price-card.featured { transform: translateY(-10px); color: var(--white); background: var(--ink); box-shadow: var(--shadow); }
.price-card span { text-transform: uppercase; letter-spacing: .15em; font-size: 12px; font-weight: 900; color: #8b5a00; }
.price-card.featured span { color: var(--accent); }
.price-card strong { margin: 12px 0 5px; font-family: Georgia, serif; font-size: 56px; line-height: 1; }
.price-card small { color: #6e6659; font-size: 14px; }
.price-card.featured small { color: #d2cabd; }
.fine-print { margin-top: 22px; color: #6a6256; font-size: 13px; }

.section-dark { color: var(--white); background: var(--ink); }
.section-dark .eyebrow { color: var(--accent); }
.section-dark p { color: #d2cabd; }
.trailer-layout { display: grid; grid-template-columns: .8fr 1.2fr; gap: 70px; align-items: center; }
.text-link { display: inline-block; margin-top: 15px; color: var(--accent); font-weight: 900; }
.spec-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1px; overflow: hidden; border: 1px solid rgba(255,255,255,.15); border-radius: var(--radius); background: rgba(255,255,255,.15); }
.spec-grid div { min-height: 155px; display: flex; flex-direction: column; justify-content: center; padding: 30px; background: #232323; }
.spec-grid span { color: var(--accent); text-transform: uppercase; letter-spacing: .13em; font-size: 11px; font-weight: 900; }
.spec-grid strong { margin-top: 8px; font-size: 23px; line-height: 1.25; }

.steps-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 15px; }
.steps-grid article { min-height: 260px; padding: 28px; border-top: 4px solid var(--accent); background: var(--white); box-shadow: 0 12px 34px rgba(21,18,12,.07); }
.steps-grid span { color: #b8ab97; font: 800 38px/1 Georgia, serif; }
.steps-grid h3 { margin: 55px 0 8px; font-size: 20px; }
.steps-grid p { margin: 0; color: #665f54; font-size: 15px; }
.booking-band { padding-block: 70px; color: var(--white); background: var(--accent-dark); }
.booking-band .eyebrow { color: #281b00; }
.booking-band h2 { color: var(--white); }
.booking-band p { margin-bottom: 0; color: #fff2d3; }
.booking-band-inner { display: flex; align-items: center; justify-content: space-between; gap: 40px; }

.service-grid { display: grid; grid-template-columns: .85fr 1.15fr; gap: 65px; align-items: center; }
.pickup-note { padding: 15px 17px; border-left: 4px solid var(--accent); background: rgba(255,255,255,.6); font-weight: 700; }
.map-card { position: relative; min-height: 420px; overflow: hidden; border-radius: var(--radius); background: #ddd5c6; box-shadow: var(--shadow); }
.map-card::before { content: ""; position: absolute; inset: 0; opacity: .27; background-image: radial-gradient(#8f8575 1.2px, transparent 1.2px); background-size: 19px 19px; }
.map-road { position: absolute; height: 14px; background: rgba(255,255,255,.9); border: 3px solid #b3aa99; border-radius: 999px; }
.road-one { width: 125%; left: -11%; top: 47%; transform: rotate(-12deg); }
.road-two { width: 100%; left: 10%; top: 40%; transform: rotate(58deg); }
.road-three { width: 78%; left: 18%; top: 69%; transform: rotate(18deg); }
.map-pin { position: absolute; z-index: 2; display: grid; place-items: center; width: 72px; height: 72px; border: 8px solid var(--white); border-radius: 50% 50% 50% 0; transform: rotate(-45deg); background: var(--accent); box-shadow: 0 15px 25px rgba(0,0,0,.18); font-weight: 950; }
.map-pin::after { content: "CTX"; transform: rotate(45deg); }
.pin-main { left: 48%; top: 43%; font-size: 0; }
.map-city { position: absolute; z-index: 2; padding: 7px 11px; border-radius: 8px; background: rgba(255,255,255,.88); font-size: 13px; font-weight: 850; }
.city-temple { left: 30%; top: 20%; }.city-belton { left: 57%; top: 58%; }.city-killeen { left: 18%; top: 73%; }.city-rogers { right: 10%; top: 24%; }

.section-muted { background: var(--muted); }
.faq-layout { display: grid; grid-template-columns: .65fr 1.35fr; gap: 70px; }
.faq-list { border-top: 1px solid rgba(22,22,22,.2); }
.faq-list details { border-bottom: 1px solid rgba(22,22,22,.2); }
.faq-list summary { cursor: pointer; list-style: none; padding: 24px 42px 24px 0; font-size: 18px; font-weight: 850; position: relative; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { content: "+"; position: absolute; right: 8px; top: 19px; font-size: 29px; }
.faq-list details[open] summary::after { content: "–"; }
.faq-list details p { margin: -8px 0 24px; padding-right: 40px; color: #5d564b; }
.contact-card { display: flex; align-items: center; justify-content: space-between; gap: 50px; padding: 55px; border-radius: var(--radius); color: var(--white); background: var(--ink); }
.contact-card .eyebrow { color: var(--accent); }
.contact-card p { color: #d8d0c4; }
.contact-actions { display: flex; flex-direction: column; gap: 10px; min-width: 310px; }
.contact-actions .button-secondary { color: var(--white); border-color: rgba(255,255,255,.5); }

.site-footer { padding-top: 68px; color: #d8d0c4; background: #0d0d0d; }
.footer-grid { display: grid; grid-template-columns: 1.6fr .7fr 1fr; gap: 70px; padding-bottom: 48px; }
.footer-brand { color: var(--white); font-family: Georgia, serif; font-size: 26px; font-weight: 800; }
.footer-grid p { max-width: 530px; }
.footer-grid h2 { color: var(--white); font-size: 14px; text-transform: uppercase; letter-spacing: .14em; }
.footer-grid a, .footer-grid span { display: block; margin-top: 8px; }
.footer-grid a:hover { color: var(--accent); }
.footer-bottom { display: flex; justify-content: space-between; gap: 20px; padding-block: 22px; border-top: 1px solid rgba(255,255,255,.12); font-size: 12px; }

.page-shell { min-height: 70vh; padding-block: 80px 110px; }
.narrow-content { max-width: 900px; }
.page-header { margin-bottom: 38px; }
.page-header h1 { font-size: clamp(48px, 7vw, 78px); }
.entry-content h2 { margin-top: 2.2em; font-family: Georgia, serif; font-size: 34px; line-height: 1.1; }
.entry-content h3 { margin-top: 1.8em; }
.entry-content a { color: #8b5a00; text-decoration: underline; }

@media (max-width: 980px) {
  .menu-toggle { display: inline-flex; }
  .primary-nav { display: none; position: absolute; left: 20px; right: 20px; top: 73px; align-items: stretch; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 15px; background: var(--paper); box-shadow: var(--shadow); }
  .primary-nav.is-open { display: flex; }
  .primary-nav ul { align-items: stretch; flex-direction: column; gap: 5px; }
  .primary-nav ul a { display: block; padding: 10px; }
  .hero-grid, .trailer-layout, .service-grid, .faq-layout { grid-template-columns: 1fr; }
  .hero-grid { padding-top: 70px; }
  .hero-art { min-height: 470px; }
  .section-heading { align-items: start; flex-direction: column; gap: 18px; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card.featured { transform: none; }
  .steps-grid { grid-template-columns: repeat(2, 1fr); }
  .booking-band-inner, .contact-card { align-items: flex-start; flex-direction: column; }
  .contact-actions { width: 100%; min-width: 0; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 26px), var(--container)); }
  .site-header .brand { font-size: 15px; }
  .brand strong { font-size: 20px; }
  .brand-mark { width: 42px; height: 38px; }
  .hero-grid { min-height: auto; gap: 0; padding-block: 55px 35px; }
  .hero-art { min-height: 350px; }
  .sun-disc { width: 295px; height: 295px; }
  .availability-card { right: 4px; bottom: 10px; width: 210px; }
  .hero-actions, .hero-actions .button { width: 100%; }
  .section { padding-block: 72px; }
  .section-heading h2, .section h2 { font-size: 43px; }
  .spec-grid, .steps-grid { grid-template-columns: 1fr; }
  .steps-grid article { min-height: 210px; }
  .steps-grid h3 { margin-top: 35px; }
  .map-card { min-height: 350px; }
  .contact-card { padding: 35px 24px; }
  .footer-grid { grid-template-columns: 1fr; gap: 30px; }
  .footer-bottom { flex-direction: column; }
}

.ctx-facebook-link { align-items: center; display: inline-flex; gap: 8px; }
.ctx-facebook-icon { align-items: center; background: #1877f2; border-radius: 50%; color: #fff; display: inline-flex; flex: 0 0 auto; font-family: Arial, Helvetica, sans-serif; font-size: 13px; font-weight: 800; height: 20px; justify-content: center; line-height: 1; text-transform: lowercase; width: 20px; }
