:root {
--oxblood: #611010;
--oxblood-deep: #470b0b;
--oxblood-wash: #F7EFEE;
--amber: #F19A3E;
--amber-deep: #B26312;
--panel: #F3F3F3;
--paper: #FFFDFB;
--ink: #2A1F1C;
--muted: #6E5F5A;
--line: #E8DEDA;
--max: 1140px;
--a11y-accent: var(--oxblood);
--a11y-accent-strong: var(--oxblood-deep);
--a11y-accent-ink: #fff;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
margin: 0; background: var(--paper); color: var(--ink);
font: 16px/1.7 -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
}
img { max-width: 100%; height: auto; }
a { color: var(--oxblood); }
.shell { max-width: var(--max); margin: 0 auto; padding: 0 22px; }
h1, h2, h3 { line-height: 1.15; text-wrap: balance; font-weight: 800; letter-spacing: -0.01em; }
h1 { font-size: clamp(2rem, 5vw, 3.1rem); margin: 0 0 .45em; }
h2 { font-size: clamp(1.45rem, 3vw, 2.05rem); margin: 1.5em 0 .5em; }
h3 { font-size: 1.12rem; margin: 1.1em 0 .35em; }
p { margin: .8em 0; }
::placeholder { color: hsl(15 10% 45% / 0.25); }
.masthead { background: var(--oxblood); color: #fff; border-bottom: 4px solid var(--amber); }
.masthead .shell { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding-top: 10px; padding-bottom: 10px; }
.masthead .brandmark { display: flex; align-items: center; }
.masthead .brandmark img { width: 178px; height: 60px; display: block; }
.mastnav { display: flex; align-items: center; gap: 20px; flex-wrap: wrap; }
.mastnav a { color: #fff; text-decoration: none; font-weight: 600; font-size: .97rem; }
.mastnav a:hover { color: var(--amber); }
.mastnav .ring-cta {
background: var(--amber); color: var(--ink); padding: 9px 18px; border-radius: 6px;
font-weight: 800; text-decoration: none;
}
.mastnav .ring-cta:hover { background: #f7ad5f; color: var(--ink); }
.heroband { background: linear-gradient(160deg, var(--oxblood) 0%, var(--oxblood-deep) 100%); color: #fff; padding: 56px 0 62px; }
.heroband .kick { color: var(--amber); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; margin: 0 0 .9em; }
.heroband h1 { color: #fff; }
.heroband .lead { font-size: 1.13rem; max-width: 46rem; color: #F3E4E0; }
.heroband-grid { display: grid; grid-template-columns: 1.15fr .85fr; gap: 44px; align-items: center; }
.heroband-grid img { border-radius: 10px; box-shadow: 0 18px 44px rgba(0,0,0,.35); }
.hero-acts { display: flex; gap: 14px; flex-wrap: wrap; margin-top: 1.4em; }
.phone-line { margin-top: 1.2em; font-size: 1.05rem; color: #F3E4E0; }
.phone-line a { color: var(--amber); font-weight: 800; text-decoration: none; }
.act { display: inline-block; padding: 12px 22px; border-radius: 6px; font-weight: 800; text-decoration: none; }
.act-amber { background: var(--amber); color: var(--ink); }
.act-amber:hover { background: #f7ad5f; color: var(--ink); }
.act-line { border: 2px solid currentColor; color: inherit; }
.heroband .act-line { color: #fff; }
main .act-line { color: var(--oxblood); }
.band { padding: 52px 0; }
.band-panel { background: var(--panel); }
.band-wash { background: var(--oxblood-wash); }
.kick { color: var(--amber-deep); font-weight: 800; text-transform: uppercase; letter-spacing: .14em; font-size: .8rem; margin: 0 0 .6em; }
.duo { display: grid; grid-template-columns: 1fr 1fr; gap: 44px; align-items: center; }
.rule-left { border-left: 5px solid var(--amber); padding-left: 22px; }
.svc-row { display: grid; grid-template-columns: repeat(auto-fit, minmax(230px, 1fr)); gap: 20px; margin-top: 26px; }
.svc-tile { background: #fff; border: 1px solid var(--line); border-top: 5px solid var(--oxblood); border-radius: 8px; padding: 22px; display: flex; flex-direction: column; }
.svc-tile h3 { margin-top: 0; }
.svc-tile p { color: var(--muted); font-size: .96rem; flex: 1; }
.svc-tile a { font-weight: 700; }
.triage { background: var(--oxblood); color: #fff; border-radius: 12px; padding: 30px; }
.triage h2 { color: #fff; margin-top: 0; }
.triage p { color: #F3E4E0; }
.symptoms { display: flex; flex-wrap: wrap; gap: 10px; margin: 18px 0; }
.symptom {
background: transparent; border: 2px solid rgba(255,255,255,.4); color: #fff;
border-radius: 999px; padding: 10px 18px; font: inherit; font-weight: 600; cursor: pointer;
min-height: 44px;
}
.symptom[aria-pressed="true"] { background: var(--amber); border-color: var(--amber); color: var(--ink); font-weight: 800; }
.triage-answer { background: rgba(255,255,255,.08); border-radius: 8px; padding: 16px 20px; margin-top: 6px; }
.triage-answer a { color: var(--amber); font-weight: 800; }
.post-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(260px, 1fr)); gap: 22px; }
.entry-card { background: #fff; border: 1px solid var(--line); border-radius: 8px; overflow: hidden; }
.entry-card a { text-decoration: none; color: inherit; display: block; }
.entry-card img { aspect-ratio: 16/9; object-fit: cover; width: 100%; display: block; }
.entry-card .ec-pad { padding: 16px 18px 18px; }
.entry-card h3 { margin: 0 0 .4em; font-size: 1.02rem; line-height: 1.35; }
.entry-card .ec-date { color: var(--muted); font-size: .85rem; margin: 0; }
.entry-card:hover h3 { color: var(--oxblood); }
.pagination { display: flex; justify-content: space-between; margin-top: 34px; font-weight: 700; }
.post-body { max-width: 760px; }
.post-body img { border-radius: 8px; margin: 1.2em 0; }
.post-hero img { border-radius: 10px; }
.post-meta { color: var(--muted); font-size: .9rem; }
.post-body table { border-collapse: collapse; width: 100%; margin: 1.2em 0; display: block; overflow-x: auto; }
.post-body td, .post-body th { border: 1px solid var(--line); padding: 8px 12px; text-align: left; }
.cols { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; }
.enquiry-band { background: var(--oxblood-deep); color: #fff; padding: 56px 0; }
.enquiry-band h2 { color: #fff; margin-top: 0; }
.enquiry-band p { color: #F3E4E0; }
.lead-form { display: grid; grid-template-columns: 1fr 1fr; gap: 14px; margin-top: 22px; }
.lead-form label { display: block; font-weight: 700; font-size: .9rem; margin-bottom: 5px; color: #fff; }
.lead-form input, .lead-form select, .lead-form textarea {
width: 100%; padding: 11px 12px; border: 1px solid rgba(255,255,255,.25); border-radius: 6px;
background: #fff; color: var(--ink); font: inherit;
}
.lead-form .lf-full { grid-column: 1 / -1; }
.lead-form button {
grid-column: 1 / -1; justify-self: start; background: var(--amber); color: var(--ink);
font-weight: 800; font-size: 1.05rem; border: 0; border-radius: 6px; padding: 13px 30px; cursor: pointer;
}
.lead-form button:hover { background: #f7ad5f; }
.form-note { font-size: .85rem; color: #E8CFC8; }
.basefoot { background: var(--oxblood); color: #F3E4E0; padding: 42px 0 30px; border-top: 4px solid var(--amber); }
.basefoot a { color: #fff; }
.basefoot .shell { display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 34px; }
.basefoot h3 { color: #fff; font-size: 1rem; }
.basefoot ul { list-style: none; padding: 0; margin: 0; }
.basefoot li { margin: .45em 0; }
.foot-legal { grid-column: 1 / -1; border-top: 1px solid rgba(255,255,255,.18); margin-top: 10px; padding-top: 16px; font-size: .85rem; display: flex; justify-content: space-between; flex-wrap: wrap; gap: 10px; }
@media (max-width: 860px) {
.heroband-grid, .duo, .cols { grid-template-columns: 1fr; }
.lead-form { grid-template-columns: 1fr; }
.basefoot .shell { grid-template-columns: 1fr; }
.masthead .shell { flex-wrap: wrap; }
}
@media (prefers-reduced-motion: reduce) {
html { scroll-behavior: auto; }
}