:root {
    --ink: #292929;
    --ink-soft: #3d3d3d;
    --orange: #ff9424;
    --orange-deep: #df7410;
    --paper: #ffffff;
    --mist: #f3f1ee;
    --line: #ded9d2;
    --muted: #696561;
    --shadow: 0 18px 55px rgba(20, 18, 16, .14);
    --radius: 1rem;
    --shell: 1160px;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 6rem; }
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; }
img { display: block; max-width: 100%; }
a { color: inherit; text-underline-offset: .2em; }
button, input, textarea { font: inherit; }
button, a { -webkit-tap-highlight-color: transparent; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { color: var(--ink); font-family: Georgia, "Times New Roman", serif; line-height: 1.15; overflow-wrap: break-word; }
h1 { font-size: clamp(2rem, 3.6vw, 3.25rem); letter-spacing: -.035em; }
h2 { font-size: clamp(1.6rem, 2.55vw, 2.25rem); letter-spacing: -.025em; }
h3 { font-size: 1.125rem; }

.shell { width: min(calc(100% - 2.5rem), var(--shell)); margin: 0 auto; }
.skip-link { position: fixed; top: -5rem; left: 1rem; z-index: 100; padding: .7rem 1rem; background: var(--orange); color: var(--ink); font-weight: 800; }
.skip-link:focus { top: 1rem; }
.eyebrow { margin: 0 0 1rem; color: var(--orange-deep); font-size: .76rem; font-weight: 800; letter-spacing: .14em; }

.site-header { position: sticky; top: 0; z-index: 20; border-bottom: 1px solid rgba(255,255,255,.08); background: rgba(41,41,41,.98); color: var(--paper); }
.nav-wrap { display: flex; min-height: 5.2rem; align-items: center; gap: 1.3rem; }
.brand { display: inline-flex; flex: 0 0 auto; align-items: center; gap: .5rem; color: var(--paper); font-size: 1.35rem; font-weight: 850; letter-spacing: -.05em; text-decoration: none; }
.brand img { width: 2.45rem; height: 2.45rem; object-fit: contain; }
.brand-mark { color: var(--orange); }
.site-header nav { display: flex; flex: 1; justify-content: center; gap: clamp(.75rem, 2.2vw, 2rem); }
.site-header nav a { color: var(--paper); font-size: .8rem; font-weight: 750; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; }
.site-header nav a:hover, .site-header nav a:focus-visible { color: var(--orange); }
.site-header .nav-cta { color: var(--orange); }
.header-phone { color: var(--paper); font-size: .86rem; font-weight: 750; text-decoration: none; white-space: nowrap; }
.header-phone:hover, .header-phone:focus-visible { color: var(--orange); }
.menu-toggle { display: none; border: 1px solid rgba(255,255,255,.4); border-radius: .3rem; background: transparent; color: white; font-size: .78rem; font-weight: 800; letter-spacing: .08em; padding: .55rem .65rem; text-transform: uppercase; }

.hero { position: relative; overflow: hidden; min-height: min(43rem, calc(100vh - 5.2rem)); background: var(--ink); color: var(--paper); }
.hero::after { position: absolute; z-index: 0; inset: 0; background: linear-gradient(90deg, rgba(30,29,28,.98) 0%, rgba(30,29,28,.9) 37%, rgba(30,29,28,.29) 73%, rgba(30,29,28,.12)); content: ""; }
.hero-grid { position: relative; z-index: 1; display: grid; min-height: inherit; grid-template-columns: minmax(0, .96fr) minmax(25rem, 1.04fr); align-items: center; gap: 2rem; }
.hero-copy { min-width: 0; padding: clamp(5.5rem, 11vw, 8rem) 0; }
.hero h1 { max-width: 18ch; margin-bottom: 1.5rem; color: var(--paper); }
.hero-lead { max-width: 56ch; margin-bottom: 2rem; color: #e7e2dc; font-size: clamp(1.05rem, 1.5vw, 1.25rem); }
.hero .eyebrow { color: var(--orange); }
.hero-image-wrap { align-self: stretch; min-height: 27rem; margin-right: calc((min(100vw, var(--shell)) - 100vw) / 2); }
.hero-image { width: 100%; height: 100%; object-fit: cover; object-position: center; opacity: .88; }
.action-row { display: flex; flex-wrap: wrap; gap: .8rem; align-items: center; }
.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; border: 1px solid transparent; border-radius: .2rem; padding: .8rem 1.15rem; font-size: .86rem; font-weight: 850; letter-spacing: .06em; text-align: center; text-decoration: none; text-transform: uppercase; transition: background .2s ease, color .2s ease, border-color .2s ease, transform .2s ease; }
.button:hover { transform: translateY(-2px); }
.button-primary { background: var(--orange); color: var(--ink); }
.button-primary:hover, .button-primary:focus-visible { background: #ffac50; }
.button-quiet { border-color: rgba(255,255,255,.55); color: var(--paper); }
.button-quiet:hover, .button-quiet:focus-visible { border-color: var(--orange); color: var(--orange); }
.trust-list { display: flex; flex-wrap: wrap; gap: 1.2rem 2.3rem; margin: 3.2rem 0 0; }
.trust-list div { display: grid; gap: .1rem; }
.trust-list dt { color: var(--orange); font-size: .78rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.trust-list dd { margin: 0; color: #dfd8d1; font-size: .87rem; }

.section { padding: clamp(4rem, 9vw, 8rem) 0; }
.split-heading { display: grid; grid-template-columns: minmax(11rem, .45fr) minmax(0, 1fr); gap: 2rem; }
.split-heading h2 { max-width: 24ch; margin-bottom: 1.35rem; }
.split-heading div > p { max-width: 66ch; margin-bottom: 0; color: var(--muted); font-size: 1.1rem; }
.intro { background: var(--paper); }
.share-strip { padding: clamp(3rem, 6vw, 5rem) 0; background: var(--orange); }
.share-content { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 1.5rem; align-items: end; }
.share-content h2 { max-width: 24ch; margin: 0; font-size: clamp(1.5rem, 2.2vw, 2.05rem); }
.share-content .eyebrow { color: var(--ink-soft); }
.text-link { color: var(--ink); font-size: .9rem; font-weight: 850; letter-spacing: .07em; text-decoration: none; text-transform: uppercase; white-space: nowrap; }
.text-link span { font-size: 1.25rem; }

.services { background: var(--mist); }
.section-heading { display: flex; align-items: end; justify-content: space-between; gap: 2rem; margin-bottom: 2.5rem; }
.section-heading h2 { max-width: 24ch; margin: 0; }
.service-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }
.service-card { overflow: hidden; background: var(--paper); border-radius: var(--radius); box-shadow: 0 1px 0 rgba(0,0,0,.04); }
.service-card > img { width: 100%; aspect-ratio: 1.35; object-fit: cover; }
.service-card-body { padding: 1.5rem; }
.service-card-body > span, .feature-grid span { display: inline-block; margin-bottom: .65rem; color: var(--orange-deep); font-size: .78rem; font-weight: 850; letter-spacing: .1em; }
.service-card h3 { margin-bottom: .65rem; }
.service-card h3 a { color: inherit; text-decoration: none; }
.service-card h3 a:hover, .service-card h3 a:focus-visible { color: var(--orange-deep); }
.service-card p { margin: 0; color: var(--muted); font-size: .95rem; }
.card-link { display: inline-flex; align-items: center; gap: .35rem; margin-top: 1.15rem; color: var(--ink); font-size: .78rem; font-weight: 850; letter-spacing: .055em; text-decoration: none; text-transform: uppercase; }
.card-link:hover, .card-link:focus-visible { color: var(--orange-deep); }
.card-link span { margin: 0; color: inherit; font-size: 1rem; }
.page-directory { background: var(--paper); }
.page-link-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 1px solid var(--line); }
.page-link-grid a { display: grid; gap: .35rem; min-height: 8.5rem; padding: 1.5rem; border-right: 1px solid var(--line); border-bottom: 1px solid var(--line); color: var(--ink); text-decoration: none; transition: background-color .18s ease, color .18s ease; }
.page-link-grid a:nth-child(even) { border-right: 0; }
.page-link-grid a:hover, .page-link-grid a:focus-visible { background: var(--ink); color: var(--paper); }
.page-link-grid strong { font-family: Georgia, "Times New Roman", serif; font-size: 1.15rem; }
.page-link-grid span { color: var(--muted); font-size: .92rem; }
.page-link-grid a:hover span, .page-link-grid a:focus-visible span { color: #d7d0c8; }
.seo-heading { padding-bottom: clamp(2rem, 4vw, 3.2rem); }
.article-section { padding-top: 1rem; background: #292929; color: #e9e5df; }
.article-section h2 { color: var(--paper); }
.article-section .eyebrow { color: var(--orange); }
.article-grid { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(2rem, 7vw, 7rem); }
.article-grid h2 { max-width: 18ch; }
.answer-list { display: grid; gap: 0; border-top: 1px solid rgba(255,255,255,.18); }
.answer-list article { padding: 1.25rem 0; border-bottom: 1px solid rgba(255,255,255,.18); }
.answer-list h3 { margin-bottom: .45rem; color: var(--orange); }
.answer-list p { margin: 0; color: #d6cfca; }

.knowledge { background: var(--mist); }
.knowledge-heading > p { max-width: 50ch; margin: 0; color: var(--muted); }
.post-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; }
.post-card { display: flex; min-height: 18rem; flex-direction: column; padding: 1.55rem; border: 1px solid var(--line); border-radius: var(--radius); background: var(--paper); }
.post-card time { margin-bottom: 1rem; color: var(--orange-deep); font-size: .76rem; font-weight: 800; letter-spacing: .08em; }
.post-card h3 { margin-bottom: .8rem; }
.post-card h3 a { text-decoration: none; }
.post-card h3 a:hover, .post-card h3 a:focus-visible { color: var(--orange-deep); }
.post-card p { color: var(--muted); font-size: .92rem; }
.post-card .text-link { margin-top: auto; }

.post-hero { padding: clamp(4rem, 9vw, 7rem) 0; background: var(--mist); }
.post-hero-inner { max-width: 920px; }
.post-hero h1 { max-width: 22ch; margin: .8rem 0 1.2rem; font-size: clamp(1.9rem, 3.4vw, 2.85rem); }
.post-hero p { max-width: 66ch; margin: 0; color: var(--muted); font-size: 1.1rem; }
.post-hero time { color: var(--orange-deep); font-size: .78rem; font-weight: 800; letter-spacing: .09em; }
.breadcrumbs { display: flex; gap: .5rem; margin-bottom: 2rem; color: var(--muted); font-size: .8rem; }
.breadcrumbs a { color: var(--ink); }
.post-layout { display: grid; grid-template-columns: minmax(0, 1fr) 19rem; gap: clamp(2rem, 7vw, 6rem); padding-top: clamp(3rem, 7vw, 6rem); padding-bottom: clamp(4rem, 8vw, 7rem); }
.post-cover { width: 100%; max-height: 38rem; margin-bottom: 2.5rem; border-radius: var(--radius); object-fit: cover; }
.prose { color: var(--ink-soft); font-size: 1.05rem; }
.prose h2, .prose h3 { margin-top: 2.2rem; }
.prose h2 { font-size: clamp(1.45rem, 2.3vw, 1.95rem); }
.prose h3 { font-size: 1.18rem; }
.prose p, .prose ul, .prose ol, .prose blockquote { max-width: 72ch; }
.prose img { height: auto; margin: 1.8rem auto; }
.prose a { color: #a64d00; }
.prose blockquote { margin: 1.8rem 0; border-left: .3rem solid var(--orange); padding: .25rem 0 .25rem 1.25rem; color: var(--muted); }
.post-source { margin-top: 2.5rem; border-top: 1px solid var(--line); padding-top: 1rem; color: var(--muted); font-size: .8rem; overflow-wrap: anywhere; }
.post-aside { align-self: start; position: sticky; top: 7rem; border-top: .35rem solid var(--orange); padding-top: 1.2rem; }
.post-aside h2 { font-size: 1.4rem; }
.post-aside ul { margin: 0; padding: 0; list-style: none; }
.post-aside li { border-top: 1px solid var(--line); padding: .9rem 0; }
.post-aside a { font-family: Georgia, "Times New Roman", serif; font-weight: 700; line-height: 1.25; text-decoration: none; }
.post-aside a:hover, .post-aside a:focus-visible { color: var(--orange-deep); }
.post-cta { padding: 3.5rem 0; background: var(--ink); color: var(--paper); }
.post-cta h2 { margin: 0; color: var(--paper); font-size: clamp(1.5rem, 2.2vw, 2.05rem); }
.post-cta-inner { display: flex; align-items: end; justify-content: space-between; gap: 2rem; }
.status-page { min-height: 55vh; padding: clamp(5rem, 10vw, 9rem) 0; background: var(--mist); }
.status-card { max-width: 800px; }
.status-card h1 { font-size: clamp(1.9rem, 3.5vw, 2.85rem); }
.status-card p { max-width: 55ch; margin-bottom: 2rem; color: var(--muted); }

.features { background: var(--paper); }
.feature-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1px; background: var(--line); border: 1px solid var(--line); }
.feature-grid article { min-height: 15rem; padding: 1.5rem; background: var(--paper); }
.feature-grid h3 { margin-bottom: .6rem; }
.feature-grid p { margin: 0; color: var(--muted); font-size: .94rem; }

.quote-section { padding: clamp(4rem, 8vw, 7rem) 0; background: var(--orange); }
.quote-grid { display: grid; grid-template-columns: minmax(0, .75fr) minmax(22rem, 1.25fr); gap: clamp(2rem, 8vw, 8rem); align-items: start; }
.quote-intro h2 { max-width: 15ch; font-size: clamp(1.75rem, 3vw, 2.55rem); }
.quote-intro > p:not(.eyebrow) { max-width: 34ch; }
.large-phone { display: block; width: fit-content; margin-top: 2rem; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.6rem, 3vw, 2.35rem); font-weight: 700; letter-spacing: -.04em; }
.email-link { display: inline-block; margin-top: .2rem; font-weight: 750; }
.form-panel { padding: clamp(1.25rem, 3vw, 2.25rem); border-radius: var(--radius); background: var(--paper); box-shadow: var(--shadow); }
.form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
label { display: grid; gap: .4rem; margin-bottom: 1rem; color: var(--ink); font-size: .85rem; font-weight: 780; }
label span { color: var(--muted); font-weight: 500; }
input, textarea { width: 100%; border: 1px solid #c9c1b8; border-radius: .2rem; background: #fff; color: var(--ink); padding: .75rem .8rem; font-weight: 500; }
textarea { min-height: 8rem; resize: vertical; }
input:focus, textarea:focus, summary:focus-visible, a:focus-visible, button:focus-visible { outline: 3px solid rgba(255,148,36,.5); outline-offset: 3px; }
.consent { display: flex; grid-template-columns: 1.15rem 1fr; align-items: start; gap: .65rem; color: var(--muted); font-size: .79rem; font-weight: 500; }
.consent input { width: 1.1rem; height: 1.1rem; margin: .15rem 0 0; }
.consent a { color: var(--ink); font-weight: 750; }
.button-full { width: 100%; border: 0; cursor: pointer; }
.form-note { margin: 1rem 0 0; color: var(--muted); font-size: .74rem; line-height: 1.45; }
.trap-field { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.notice { margin-bottom: 1rem; padding: .8rem 1rem; border-radius: .25rem; font-size: .9rem; font-weight: 650; }
.notice-success { background: #e2f3df; color: #1b4f27; }
.notice-error { background: #fde6e1; color: #782615; }

.stats-login { min-height: 100vh; }
.stats-login-shell { max-width: 36rem; }
.stats-login-title { font-size: 1.8rem; }
.stats-main { padding: 4rem 0; }
.stats-title { font-size: clamp(1.8rem, 3vw, 2.55rem); }
.stats-logout { margin-left: auto; }
.metric-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1rem; margin: 2rem 0; }
.metric { border-radius: 1rem; background: var(--mist); padding: 1.3rem; }
.metric strong { display: block; font: 700 clamp(2rem, 5vw, 3.2rem)/1 Georgia, serif; }
.stats-table { width: 100%; border-collapse: collapse; }
.stats-table th, .stats-table td { border-bottom: 1px solid var(--line); padding: .75rem; text-align: left; }
.stats-table th { font-size: .76rem; letter-spacing: .07em; text-transform: uppercase; }

.faq { background: var(--mist); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); padding: 1.1rem 0; }
.faq-list summary { cursor: pointer; color: var(--ink); font-family: Georgia, "Times New Roman", serif; font-size: clamp(1.1rem, 1.7vw, 1.35rem); font-weight: 700; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { float: right; color: var(--orange-deep); content: "+"; font-family: Inter, sans-serif; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 75ch; margin: .8rem 2rem 0 0; color: var(--muted); }

footer { padding: 4rem 0 0; background: var(--ink); color: #ddd7d0; }
.footer-grid { display: grid; grid-template-columns: 1.35fr 1fr 1fr 1fr; gap: 2rem; padding-bottom: 3rem; }
footer .brand { margin-bottom: 1rem; }
footer p { margin-bottom: .5rem; }
footer a:not(.brand) { display: block; width: fit-content; margin-bottom: .4rem; color: var(--paper); text-decoration-color: rgba(255,148,36,.7); }
.footer-label { color: var(--orange); font-size: .76rem; font-weight: 850; letter-spacing: .11em; text-transform: uppercase; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.12); padding: 1.1rem 0; color: #aaa39d; font-size: .8rem; }

@media (max-width: 900px) {
    .site-header .header-phone { margin-left: auto; }
    .menu-toggle { display: block; order: 3; }
    .site-header nav { position: absolute; top: 100%; right: 0; left: 0; display: none; padding: 1rem max(1.25rem, calc((100% - var(--shell)) / 2)); background: var(--ink); border-top: 1px solid rgba(255,255,255,.1); }
    .site-header nav.is-open { display: grid; gap: 1rem; }
    .site-header nav a { padding: .25rem 0; }
    .hero-grid { grid-template-columns: 1fr; }
    .hero-image-wrap { position: absolute; z-index: -1; inset: 0; min-height: 0; margin: 0; }
    .hero-image { object-position: 68% center; }
    .hero::after { background: linear-gradient(90deg, rgba(30,29,28,.94), rgba(30,29,28,.75)); }
    .split-heading, .article-grid, .quote-grid { grid-template-columns: 1fr; }
    .share-content { grid-template-columns: 1fr; align-items: start; }
    .service-grid { grid-template-columns: repeat(3, 1fr); gap: .8rem; }
    .post-grid { grid-template-columns: repeat(2, 1fr); }
    .post-layout { grid-template-columns: 1fr; }
    .post-aside { position: static; }
    .service-card-body { padding: 1.1rem; }
    .feature-grid { grid-template-columns: repeat(2, 1fr); }
    .footer-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 640px) {
    .shell { width: min(calc(100% - 2rem), var(--shell)); }
    .site-header .header-phone { display: none; }
    .site-header nav { padding-right: 1rem; padding-left: 1rem; }
    .hero-copy { padding: 5rem 0 4rem; }
    h1 { font-size: clamp(1.75rem, 7.4vw, 2.05rem); }
    h2 { font-size: clamp(1.45rem, 6.4vw, 1.85rem); }
    .action-row .button { width: 100%; }
    .trust-list { display: grid; gap: .75rem; margin-top: 2rem; }
    .section-heading { display: block; }
    .section-heading .eyebrow { margin-bottom: .6rem; }
    .service-grid, .post-grid { grid-template-columns: 1fr; }
    .service-card { display: grid; grid-template-columns: .9fr 1.1fr; }
    .service-card > img { height: 100%; aspect-ratio: auto; }
    .page-link-grid { grid-template-columns: 1fr; }
    .page-link-grid a { min-height: auto; border-right: 0; }
    .form-row, .footer-grid { grid-template-columns: 1fr; gap: 0; }
    .feature-grid { grid-template-columns: 1fr; }
    .feature-grid article { min-height: auto; }
    .quote-grid { gap: 2rem; }
    .post-cta-inner { align-items: stretch; flex-direction: column; }
    .metric-grid { grid-template-columns: 1fr; }
    .stats-table { font-size: .85rem; }
}

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