/* =========================================================
   The Hillary — site styles
   Colors: black, grey, white + neon lime accent. Square edges.
   ========================================================= */
:root {
  --ink: #0B0B0B;
  --ink-2: #161616;
  --line-dark: #262626;
  --grey: #E9E9E9;
  --grey-2: #D4D6DA;
  --white: #FFFFFF;
  --muted: #5E6066;
  --body: #45474C;
  --light-muted: #A3A3A3;
  --light-body: #BDBDBD;
  --neon: #CCFF00;
  --neon-dark: #B8E600;

  --display: 'Archivo', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  --sans: 'Helvetica Neue', Helvetica, Arial, sans-serif;

  --gutter: clamp(20px, 6.6vw, 96px);
  --section: clamp(72px, 9vw, 120px);
  --header-h: 88px;

  --fs-h1: clamp(46px, 6vw, 84px);
  --fs-h2: clamp(34px, 4.1vw, 56px);
  --fs-h3: clamp(21px, 1.9vw, 26px);
  --fs-body: clamp(18px, 1.45vw, 21px);
  --fs-lead: clamp(21px, 1.8vw, 26px);
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: calc(var(--header-h) + 16px); -webkit-text-size-adjust: 100%; }
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } }
body { margin: 0; background: var(--white); color: var(--ink); font-family: var(--sans); font-size: var(--fs-body); line-height: 1.65; -webkit-font-smoothing: antialiased; }
img { max-width: 100%; display: block; }
a { color: inherit; }
h1, h2, h3, h4, p, figure, blockquote, dl, dd, ul, ol { margin: 0; }
h1, h2, h3, h4 { text-wrap: balance; }
p, li, figcaption, dd, blockquote { text-wrap: pretty; }
.ui-icon { width: 1.1em; height: 1.1em; flex-shrink: 0; }
.nowrap { white-space: nowrap; }
@media (min-width: 900px) { .nowrap-lg { white-space: nowrap; } }
.hl { color: var(--neon); }
.skip-link { position: absolute; left: -9999px; top: 0; background: var(--neon); color: var(--ink); padding: 12px 16px; z-index: 100; font-weight: 700; }
.skip-link:focus { left: 12px; top: 12px; }
:focus-visible { outline: 3px solid var(--neon); outline-offset: 3px; }
.section--white :focus-visible, .section--grey :focus-visible { outline-color: var(--ink); }

.container { width: 100%; max-width: 1440px; margin: 0 auto; padding-inline: var(--gutter); }
.container--narrow { max-width: calc(860px + 2 * var(--gutter)); }
.stack-24 > * + * { margin-top: 24px; }

/* ---------- Type ---------- */
.h1, .h2, .h3, .h4 { font-family: var(--display); font-weight: 900; text-transform: uppercase; }
.h1 { font-size: var(--fs-h1); line-height: 0.95; letter-spacing: -0.035em; }
.h2 { font-size: var(--fs-h2); line-height: 1.02; letter-spacing: -0.03em; }
.h2--sm { font-size: clamp(32px, 3.3vw, 44px); }
.h3 { font-size: var(--fs-h3); line-height: 1.1; letter-spacing: -0.01em; }
.h4 { font-size: 20px; line-height: 1.15; letter-spacing: 0.01em; }
.eyebrow { display: block; font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--muted); line-height: 1.4; }
.eyebrow--light { color: var(--light-muted); }
.eyebrow--dark { color: var(--ink); }
.lead-caps { color: inherit; font-family: var(--display); font-weight: 900; font-size: clamp(19px, 1.8vw, 24px); line-height: 1.3; letter-spacing: 0.01em; text-transform: uppercase; }
.lead { font-family: var(--display); font-weight: 700; font-size: var(--fs-lead); line-height: 1.35; letter-spacing: -0.01em; color: var(--ink); }
p { color: var(--body); }
.section-intro { max-width: 480px; }

/* ---------- Buttons ---------- */
.btn { display: inline-flex; align-items: center; justify-content: center; gap: 12px; min-height: 58px; padding: 0 30px; border: 1px solid transparent; font-family: var(--display); font-size: 15px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; cursor: pointer; transition: background-color .15s, color .15s, border-color .15s; line-height: 1.2; }
.btn--sm { min-height: 48px; padding: 0 20px; font-size: 13px; }
.btn--lg { min-height: 64px; padding: 0 34px; }
.btn--block { width: 100%; }
.btn--neon { background: var(--neon); color: var(--ink); }
.btn--neon:hover { background: var(--neon-dark); }
.btn--dark { background: var(--ink); color: var(--white); }
.btn--dark .ui-icon { color: var(--neon); }
.btn--dark:hover { background: #2A2A2A; }
.btn--light { background: #F5F5F5; color: #111; }
.btn--light:hover { background: var(--white); }
.btn--outline { border-color: var(--ink); color: var(--ink); }
.btn--outline:hover { background: var(--ink); color: var(--white); }
.btn--outline-light { border-color: #5C5C5C; color: #F5F5F5; }
.btn--outline-light:hover { border-color: var(--white); }
.btn-row { display: flex; flex-wrap: wrap; gap: 12px; }
.text-link { display: inline-flex; align-items: center; gap: 8px; font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; text-decoration: none; }
.text-link:hover { text-decoration: underline; text-decoration-color: var(--neon); text-decoration-thickness: 3px; text-underline-offset: 6px; }

/* ---------- Header (sticky) ---------- */
.site-header { position: sticky; top: 0; z-index: 50; background: var(--ink); border-bottom: 1px solid var(--line-dark); transition: box-shadow .2s; }
.site-header.is-scrolled { box-shadow: 0 8px 24px rgba(0,0,0,.35); }
.site-header__inner { max-width: 1440px; margin: 0 auto; padding: 0 var(--gutter); height: var(--header-h); display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.wordmark { color: var(--white); text-decoration: none; font-family: var(--display); font-weight: 900; font-size: 26px; letter-spacing: 0.2em; text-transform: uppercase; white-space: nowrap; }
.wordmark--sm { font-size: 18px; }
.site-nav { display: flex; align-items: center; gap: 36px; }
.site-nav > a:not(.btn) { color: #F5F5F5; text-decoration: none; font-family: var(--display); font-size: 15px; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; padding: 6px 0; border-bottom: 3px solid transparent; }
.site-nav > a:not(.btn):hover { border-bottom-color: #5C5C5C; }
.site-nav > a[aria-current="page"] { color: var(--neon); }
.menu-toggle { display: none; background: none; border: 1px solid #5C5C5C; color: var(--white); width: 48px; height: 48px; align-items: center; justify-content: center; cursor: pointer; }
.menu-toggle .ui-icon { width: 24px; height: 24px; }

@media (max-width: 1080px) {
  :root { --header-h: 72px; }
  .wordmark { font-size: 21px; }
  .menu-toggle { display: inline-flex; }
  .site-nav { position: absolute; top: var(--header-h); left: 0; right: 0; flex-direction: column; align-items: stretch; gap: 0; background: var(--ink); border-bottom: 1px solid var(--line-dark); padding: 8px var(--gutter) 24px; display: none; }
  .site-nav.is-open { display: flex; }
  .site-nav > a:not(.btn) { padding: 16px 0; border-bottom: 1px solid var(--line-dark); font-size: 16px; }
  .site-nav > .btn { margin-top: 20px; min-height: 56px; }
}

/* ---------- Sections ---------- */
.section { padding-block: var(--section); }
.section--white { background: var(--white); }
.section--grey { background: var(--grey); }
.section--tight-top { padding-top: 0; }
.section-head { display: grid; gap: 16px; margin-bottom: clamp(36px, 4vw, 56px); }
.section-head--split { grid-template-columns: minmax(0, 1fr) auto; align-items: end; gap: 32px 72px; }
.section-head--split > p { max-width: 520px; }
@media (max-width: 820px) { .section-head--split { grid-template-columns: 1fr; } }

/* ---------- Hero ---------- */
.hero { display: grid; grid-template-columns: minmax(0, 1fr) minmax(320px, 36%); background: var(--ink); color: #F5F5F5; }
.hero__text { padding: clamp(64px, 8vw, 112px) clamp(32px, 6vw, 88px) clamp(56px, 7vw, 96px) var(--gutter); display: flex; flex-direction: column; justify-content: center; gap: 30px; max-width: 900px; }
.hero__body { color: var(--light-body); max-width: 600px; }
.hero__tags { list-style: none; padding: 28px 0 0; margin-top: 8px; border-top: 1px solid var(--line-dark); display: flex; flex-wrap: wrap; gap: 10px 24px; font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: #8A8A8A; }
.hero__photo { position: relative; min-height: 560px; background: #1A1A1A; overflow: hidden; }
.hero__photo img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; object-position: 38% 28%; filter: grayscale(1) contrast(1.08); }
.hero__caption { position: absolute; left: 0; right: 0; bottom: 0; display: flex; justify-content: space-between; gap: 16px; padding: 18px 28px; background: var(--ink); font-family: var(--display); font-size: 13px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--light-muted); }
.hero__caption span:last-child { color: #F5F5F5; }
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero__photo { min-height: 0; aspect-ratio: 4 / 3.4; order: -1; }
  .hero__text { padding: 48px var(--gutter) 64px; }
}

/* ---------- Reasons ---------- */
.reasons { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 3px solid var(--ink); }
.reason { display: flex; flex-direction: column; gap: 18px; padding: 36px 40px 0; }
.reason:first-child { padding-left: 0; }
.reason:last-child { padding-right: 0; }
.reason + .reason { border-left: 1px solid var(--grey-2); }
.reason__num { font-family: var(--display); font-weight: 900; font-size: 56px; line-height: 1; letter-spacing: -0.04em; color: var(--light-body); }
@media (max-width: 820px) {
  .reasons { grid-template-columns: 1fr; }
  .reason, .reason:first-child, .reason:last-child { padding: 28px 0; }
  .reason + .reason { border-left: 0; border-top: 1px solid var(--grey-2); }
}

/* ---------- Services list ---------- */
.svc-list { border-top: 3px solid var(--ink); background: var(--white); }
.svc-row { display: grid; grid-template-columns: 48px 128px minmax(0, 1fr) minmax(0, 1.15fr) 190px 56px; gap: 28px; align-items: center; padding: 28px 32px; border-bottom: 1px solid var(--grey-2); text-decoration: none; color: var(--ink); transition: background-color .15s; }
.svc-row:hover { background: #FAFAFA; }
.svc-row:hover .square-arrow { background: var(--neon); border-color: var(--neon); }
.svc-row__num { font-family: var(--display); font-weight: 600; font-size: 20px; color: #6B6D72; }
.svc-row__icon .svc-icon { width: 128px; height: 112px; object-fit: contain; }
.svc-row__title { display: flex; flex-direction: column; gap: 8px; }
.svc-row__short { font-family: var(--display); font-size: 14px; font-weight: 900; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.4; }
.svc-row__desc { color: var(--body); font-size: 19px; line-height: 1.55; }
.square-arrow { width: 56px; height: 56px; border: 1px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; transition: background-color .15s; }
.square-arrow .ui-icon { width: 20px; height: 20px; }
.price { display: flex; flex-direction: column; gap: 2px; }
.price__label { font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; color: var(--muted); }
.price__value { font-family: var(--display); font-size: 26px; font-weight: 900; line-height: 1.15; }
.price__note { font-size: 15px; color: var(--muted); line-height: 1.4; }
@media (max-width: 1180px) {
  .svc-row { grid-template-columns: 96px minmax(0, 1fr) auto; grid-template-areas: "icon title arrow" "icon desc desc" "icon price price"; gap: 12px 24px; padding: 28px 24px; }
  .svc-row__num { display: none; }
  .svc-row__icon { grid-area: icon; align-self: start; }
  .svc-row__icon .svc-icon { width: 96px; height: 84px; }
  .svc-row__title { grid-area: title; }
  .svc-row__desc { grid-area: desc; }
  .svc-row .price { grid-area: price; flex-direction: row; flex-wrap: wrap; align-items: baseline; gap: 4px 10px; }
  .svc-row .square-arrow { grid-area: arrow; width: 48px; height: 48px; }
}
@media (max-width: 560px) {
  .svc-row { grid-template-columns: minmax(0, 1fr) auto; grid-template-areas: "icon arrow" "title title" "desc desc" "price price"; padding: 24px 20px; }
  .svc-row__icon .svc-icon { width: 80px; height: 70px; }
}

/* ---------- Panels: lose / gain ---------- */
.stack-24 > .panel + .panel { margin-top: 24px; }
.panel { padding: clamp(32px, 4vw, 56px); }
.panel .h2 { margin-top: 14px; }
.panel--dark { background: var(--ink); color: var(--white); }
.panel--grey { background: var(--grey); }
.x-list { list-style: none; padding: 0; margin-top: 40px; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); column-gap: 48px; border-top: 1px solid var(--line-dark); }
.x-list li { display: flex; align-items: center; gap: 14px; padding: 16px 0; border-bottom: 1px solid var(--line-dark); color: #D4D5D8; font-size: var(--fs-body); line-height: 1.4; }
.x-list .ui-icon { color: #6B6D72; width: 22px; height: 22px; }
@media (max-width: 760px) { .x-list { grid-template-columns: 1fr; } }
.gain { display: grid; grid-template-columns: minmax(0, 1fr) minmax(260px, 420px); gap: 56px; align-items: center; }
@media (max-width: 900px) { .gain { grid-template-columns: 1fr; } }
.check-list { list-style: none; padding: 0; margin-top: 32px; display: grid; gap: 14px; }
.check-list li { display: flex; align-items: flex-start; gap: 14px; font-size: var(--fs-body); line-height: 1.4; font-weight: 500; }
.check-list--rules { gap: 0; margin-top: 0; }
.check-list--rules li { padding: 14px 0; border-bottom: 1px solid var(--grey-2); font-weight: 600; }
.check-box { width: 26px; height: 26px; flex-shrink: 0; border: 1px solid var(--ink); display: inline-flex; align-items: center; justify-content: center; margin-top: 1px; }
.check-box .ui-icon { width: 15px; height: 15px; }
.photo-placeholder { min-height: 380px; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 14px; background: #D6D6D6; border: 1px dashed #8A8A8A; color: var(--muted); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: 0.22em; text-transform: uppercase; }
.photo-placeholder .ui-icon { width: 36px; height: 36px; }
.photo-placeholder--tall { min-height: 520px; background: var(--grey); }
.gain__photo { aspect-ratio: 1 / 1; overflow: hidden; border: 2.5px solid var(--ink); background: #E9E6E1; }
.gain__photo img, .story__photo img { width: 100%; height: 100%; object-fit: cover; filter: grayscale(1) contrast(1.05); }
.gain__photo img { object-position: 42% 22%; }
.story__photo { aspect-ratio: 640 / 792; overflow: hidden; border: 2.5px solid var(--ink); background: #F2F2F2; }
.story__photo img { object-position: 50% 30%; }
.hero__photo--portrait img { object-position: 50% 22%; }
@media (max-width: 900px) { .story__photo { aspect-ratio: 4 / 3.6; } }

/* ---------- About split + stats ---------- */
.about-split { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 88px); align-items: center; }
.about-split__photo { aspect-ratio: 5 / 6; border: 2.5px solid var(--ink); overflow: hidden; background: #E9E6E1; }
.about-split__photo img { width: 100%; height: 100%; object-fit: cover; object-position: 40% 20%; filter: grayscale(1) contrast(1.05); }
@media (max-width: 900px) { .about-split { grid-template-columns: 1fr; } .about-split__photo { aspect-ratio: 4 / 3; } }
.stats { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; padding: 28px 0; border-top: 1px solid var(--grey-2); border-bottom: 1px solid var(--grey-2); }
.stats dt { font-family: var(--display); font-weight: 900; font-size: 42px; letter-spacing: -0.01em; line-height: 1.1; }
.stats dd { font-size: 17px; color: var(--muted); line-height: 1.4; }
@media (max-width: 520px) { .stats { grid-template-columns: 1fr; } }

/* ---------- Testimonials ---------- */
.testimonials { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px; }
.quote { background: var(--grey); padding: 40px; display: flex; flex-direction: column; justify-content: space-between; gap: 36px; }
.quote blockquote { font-family: var(--display); font-weight: 600; font-size: clamp(19px, 1.6vw, 23px); line-height: 1.5; }
.quote figcaption { display: flex; flex-direction: column; gap: 2px; }
.quote figcaption strong { font-family: var(--display); font-size: 16px; font-weight: 900; letter-spacing: 0.1em; text-transform: uppercase; }
.quote figcaption span { font-size: 17px; color: var(--muted); }
.quote mark { background: none; color: var(--neon); }
.quote--featured { grid-column: 1 / -1; background: var(--ink); color: var(--white); padding: clamp(36px, 4vw, 56px); }
.quote--featured blockquote { font-weight: 800; font-size: clamp(26px, 2.6vw, 36px); line-height: 1.25; letter-spacing: -0.015em; }
.quote--featured figcaption span { color: var(--light-muted); }
.quote--big { padding: clamp(36px, 5vw, 64px); }
.quote--big blockquote { font-weight: 800; font-size: clamp(24px, 2.4vw, 34px); line-height: 1.25; letter-spacing: -0.015em; max-width: 1080px; }
@media (max-width: 760px) { .testimonials { grid-template-columns: 1fr; } .quote { padding: 32px 24px; } }

/* ---------- FAQ ---------- */
.faq { display: grid; grid-template-columns: minmax(0, 0.8fr) minmax(0, 1.2fr); gap: clamp(40px, 6vw, 88px); align-items: start; }
@media (max-width: 900px) { .faq { grid-template-columns: 1fr; } }
.faq__list { display: grid; gap: 12px; }
.faq__item { background: var(--white); border: 1px solid #E2E3E6; }
.section--white .faq__item { background: var(--grey); border-color: var(--grey); }
.faq__item summary { list-style: none; display: flex; justify-content: space-between; align-items: center; gap: 24px; padding: 24px 28px; cursor: pointer; font-family: var(--display); font-weight: 700; font-size: clamp(18px, 1.5vw, 20px); line-height: 1.35; }
.faq__item summary::-webkit-details-marker { display: none; }
.faq__icon { width: 40px; height: 40px; display: inline-flex; align-items: center; justify-content: center; flex-shrink: 0; transition: transform .2s; }
.faq__icon .ui-icon { width: 20px; height: 20px; }
.faq__item[open] .faq__icon { transform: rotate(45deg); }
.faq__item p { padding: 0 28px 26px; }

/* ---------- Contact ---------- */
.contact { background: var(--ink); color: var(--white); padding-block: var(--section); }
.contact__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(0, 1fr); gap: clamp(40px, 6vw, 88px); align-items: start; }
.contact p { color: #D4D5D8; max-width: 540px; }
.h1--contact { font-size: clamp(44px, 5vw, 72px); line-height: 1; }
.contact-form { background: var(--white); color: var(--ink); padding: clamp(28px, 3vw, 40px); display: grid; gap: 20px; }
.contact-form label { display: flex; flex-direction: column; gap: 8px; font-size: 17px; font-weight: 600; }
.form-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; }
.contact-form input, .contact-form textarea { font: inherit; font-size: 18px; font-weight: 400; padding: 14px 16px; border: 1.5px solid var(--grey-2); background: var(--white); color: var(--ink); border-radius: 0; width: 100%; }
.contact-form input:focus, .contact-form textarea:focus { outline: none; border-color: var(--ink); box-shadow: 0 0 0 3px var(--neon); }
.contact-form textarea { resize: vertical; min-height: 140px; }
.hp { position: absolute !important; left: -10000px !important; width: 1px; height: 1px; overflow: hidden; }
@media (max-width: 900px) { .contact__inner { grid-template-columns: 1fr; } }
@media (max-width: 520px) { .form-grid { grid-template-columns: 1fr; } }
.notice { padding: 14px 18px; font-size: 17px; font-weight: 600; line-height: 1.45; }
.notice--success { background: #F2FFC2; border-left: 5px solid var(--neon-dark); color: #213000; }
.notice--error { background: #FFE9E6; border-left: 5px solid #C0392B; color: #6B1A12; }

/* ---------- CTA band + footer ---------- */
.cta-band { background: var(--ink); color: var(--white); padding-block: clamp(64px, 7vw, 96px) 0; }
.cta-band__inner { display: flex; justify-content: space-between; align-items: flex-end; gap: 32px 48px; flex-wrap: wrap; padding-bottom: clamp(48px, 5vw, 72px); }
.site-footer { background: var(--ink); color: var(--light-muted); font-size: 16px; }
.site-footer__inner { display: flex; justify-content: space-between; align-items: center; gap: 24px; flex-wrap: wrap; padding-block: 32px 40px; border-top: 1px solid #2A2B2E; }
.site-footer__nav { display: flex; gap: 28px; flex-wrap: wrap; }
.site-footer__nav a { color: #D4D5D8; text-decoration: none; }
.site-footer__nav a:hover { color: var(--neon); }
.contact + .site-footer .site-footer__inner, main > .contact:last-child ~ .site-footer .site-footer__inner { border-top-color: #2A2B2E; }

/* ---------- Floating actions ---------- */
.float-actions { position: fixed; right: clamp(14px, 2vw, 28px); bottom: clamp(14px, 2vw, 28px); z-index: 60; display: flex; gap: 10px; align-items: stretch; }
.float-contact, .float-top { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; box-shadow: 0 10px 28px rgba(0,0,0,.28); transition: opacity .2s, transform .2s, background-color .15s; }
.float-contact { gap: 10px; min-height: 56px; padding: 0 22px; background: var(--neon); color: var(--ink); font-family: var(--display); font-size: 14px; font-weight: 800; letter-spacing: 0.14em; text-transform: uppercase; border: 1px solid var(--ink); }
.float-contact:hover { background: var(--neon-dark); }
.float-contact .ui-icon { width: 20px; height: 20px; }
.float-top { width: 56px; min-height: 56px; background: var(--ink); color: var(--white); border: 1px solid #5C5C5C; }
.float-top .ui-icon { width: 22px; height: 22px; }
.float-top:hover { background: #2A2A2A; }
.float-top:not(.is-visible) { opacity: 0; transform: translateY(12px); pointer-events: none; }
.float-contact.is-hidden { opacity: 0; transform: translateY(12px); pointer-events: none; }
@media (max-width: 520px) { .float-contact { min-height: 52px; padding: 0 16px; font-size: 13px; letter-spacing: 0.1em; } .float-top { width: 52px; min-height: 52px; } }
@media print { .float-actions, .site-header { display: none; } }

/* ---------- Service pages ---------- */
.svc-hero { background: var(--ink); color: #F5F5F5; padding-block: clamp(48px, 6vw, 72px) clamp(64px, 7vw, 96px); }
.svc-hero__inner { display: grid; grid-template-columns: minmax(0, 1fr) minmax(280px, 520px); gap: clamp(40px, 6vw, 80px); align-items: center; }
.svc-hero__art { background: #FAFAFA; aspect-ratio: 13 / 12; display: flex; align-items: center; justify-content: center; }
.svc-icon--xl { width: 58%; height: auto; }
.breadcrumb { display: flex; gap: 12px; font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: 0.22em; text-transform: uppercase; color: var(--light-muted); }
.breadcrumb a { text-decoration: none; }
.breadcrumb span:last-child { color: #F5F5F5; }
.price-cta { display: inline-flex; border: 2px solid #F5F5F5; flex-wrap: wrap; }
.price--light { padding: 16px 28px; border-right: 2px solid #F5F5F5; }
.price--light .price__label, .price--light .price__note { color: var(--light-muted); }
.price-cta .btn { min-height: 0; }
@media (max-width: 900px) { .svc-hero__inner { grid-template-columns: 1fr; } .svc-hero__art { order: -1; aspect-ratio: 16 / 9; } .svc-icon--xl { width: auto; height: 70%; } }
@media (max-width: 520px) { .price-cta { display: flex; flex-direction: column; } .price--light { border-right: 0; border-bottom: 2px solid #F5F5F5; } .price-cta .btn { min-height: 58px; } }
.role { display: grid; grid-template-columns: minmax(0, 0.85fr) minmax(0, 1.15fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.role__text { border-top: 3px solid var(--ink); padding-top: 32px; }
.role__text > * + * { margin-top: 22px; }
.rule-top { padding-bottom: 10px; border-bottom: 3px solid var(--ink); }
@media (max-width: 900px) { .role { grid-template-columns: 1fr; } .role__text { order: -1; } }

/* ---------- Tiles ---------- */
.tile-grid { list-style: none; padding: 0; display: grid; border-top: 3px solid var(--ink); border-left: 1px solid var(--grey-2); }
.tile-grid--3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.tile-grid--4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.tile-grid--5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.tile-grid--links { margin-top: 28px; }
.tile { background: var(--white); padding: 28px; border-right: 1px solid var(--grey-2); border-bottom: 1px solid var(--grey-2); display: flex; flex-direction: column; gap: 12px; }
.tile p { font-size: 18px; line-height: 1.6; }
.tile__title { display: flex; align-items: center; gap: 14px; font-family: var(--display); font-weight: 800; font-size: 17px; letter-spacing: 0.08em; text-transform: uppercase; line-height: 1.3; }
.tile__num { font-family: var(--display); font-weight: 600; font-size: 16px; color: #6B6D72; }
.tile-grid--5 .tile { gap: 40px; }
.tile--link { text-decoration: none; color: var(--ink); gap: 28px; transition: background-color .15s; }
.tile--link:hover { background: var(--neon); }
.tile--link .ui-icon { width: 22px; height: 22px; }
@media (max-width: 1100px) { .tile-grid--4, .tile-grid--5 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 900px) { .tile-grid--3 { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 560px) { .tile-grid--3, .tile-grid--4, .tile-grid--5 { grid-template-columns: 1fr; } .tile-grid--5 .tile { gap: 16px; } }

/* ---------- About page ---------- */
.story { display: grid; grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr); gap: clamp(40px, 6vw, 96px); align-items: start; }
.story__text { border-top: 3px solid var(--ink); padding-top: 28px; }
.story__text > * + * { margin-top: 24px; }
@media (max-width: 900px) { .story { grid-template-columns: 1fr; } .photo-placeholder--tall { min-height: 320px; } }
.stat-band { background: var(--ink); color: #F5F5F5; padding-block: clamp(56px, 6vw, 80px); }
.stat-band__grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); margin: 0 auto; }
.stat-band__grid > div { padding: 8px 32px; border-left: 1px solid var(--line-dark); }
.stat-band__grid > div:last-child { border-right: 1px solid var(--line-dark); }
.stat-band dt { font-family: var(--display); font-weight: 900; font-size: clamp(48px, 5vw, 64px); letter-spacing: -0.04em; line-height: 1; }
.stat-band dd { margin-top: 12px; font-family: var(--display); font-size: 14px; font-weight: 600; letter-spacing: 0.2em; text-transform: uppercase; color: var(--light-muted); line-height: 1.5; }
@media (max-width: 900px) { .stat-band__grid { grid-template-columns: repeat(2, minmax(0, 1fr)); row-gap: 32px; } .stat-band__grid > div:nth-child(2) { border-right: 1px solid var(--line-dark); } }
.two-col { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(40px, 6vw, 96px); align-items: start; }
@media (max-width: 900px) { .two-col { grid-template-columns: 1fr; } }
.rule-list { list-style: none; padding: 0; border-top: 3px solid var(--ink); }
.rule-list li { display: flex; justify-content: space-between; align-items: center; gap: 16px; padding: 20px 0; border-bottom: 1px solid var(--grey-2); font-family: var(--display); font-weight: 900; font-size: clamp(19px, 1.8vw, 24px); letter-spacing: 0.01em; text-transform: uppercase; }
.rule-list__num { font-size: 16px; font-weight: 600; color: #6B6D72; }
.network { list-style: none; padding: 0; display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); border-top: 3px solid var(--ink); border-left: 1px solid var(--grey-2); }
.network li { padding: 24px; border-right: 1px solid var(--grey-2); border-bottom: 1px solid var(--grey-2); font-family: var(--display); font-weight: 800; font-size: 16px; letter-spacing: 0.14em; text-transform: uppercase; line-height: 1.4; }

/* ---------- Blog ---------- */
.page-hero { background: var(--ink); color: #F5F5F5; padding-block: clamp(64px, 8vw, 104px) clamp(56px, 7vw, 88px); }
.page-hero .container > * + * { margin-top: 24px; }
.page-hero--tall { min-height: 60vh; display: flex; align-items: center; }
.h1--page { font-size: clamp(44px, 5.6vw, 80px); }
.h1--post { font-size: clamp(36px, 4.4vw, 60px); line-height: 1.02; }
.post-byline { color: var(--light-muted); font-size: 18px; }
.chips { display: flex; flex-wrap: wrap; gap: 10px; margin-bottom: 40px; }
.chips a { text-decoration: none; padding: 10px 18px; border: 1px solid var(--ink); font-family: var(--display); font-size: 14px; font-weight: 700; letter-spacing: 0.12em; text-transform: uppercase; }
.chips a:hover { background: var(--grey); }
.chips a[aria-current="page"] { background: var(--ink); color: var(--white); }
.post-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; }
@media (max-width: 1000px) { .post-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); } }
@media (max-width: 640px) { .post-grid { grid-template-columns: 1fr; } }
.post-card { background: var(--white); border: 1px solid var(--grey-2); display: flex; flex-direction: column; }
.section--white .post-card { border-color: var(--grey-2); }
.post-card__img { aspect-ratio: 16 / 10; background: var(--ink); overflow: hidden; display: block; }
.post-card__img img { width: 100%; height: 100%; object-fit: cover; transition: transform .3s; }
.post-card:hover .post-card__img img { transform: scale(1.03); }
.post-card__placeholder { height: 100%; display: flex; align-items: center; justify-content: center; color: var(--white); font-family: var(--display); font-weight: 900; font-size: 22px; letter-spacing: 0.2em; text-transform: uppercase; }
.post-card__body { padding: 26px 26px 28px; display: flex; flex-direction: column; gap: 14px; flex: 1; }
.post-card__body p { font-size: 18px; line-height: 1.6; flex: 1; }
.post-card__title { font-family: var(--display); font-weight: 900; font-size: 22px; line-height: 1.2; letter-spacing: -0.01em; }
.post-card__title a { text-decoration: none; }
.post-card__title a:hover { text-decoration: underline; text-decoration-color: var(--neon); text-decoration-thickness: 3px; }
.post-meta { display: flex; flex-wrap: wrap; gap: 8px; font-family: var(--display); font-size: 13px; font-weight: 700; letter-spacing: 0.14em; text-transform: uppercase; color: var(--muted); }
.post-meta a { text-decoration: none; color: var(--ink); }
.post-meta--light, .post-meta--light a { color: var(--light-muted); }
.post-meta--light a { color: var(--neon); }
.pager { display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 48px; font-family: var(--display); font-weight: 700; letter-spacing: 0.1em; text-transform: uppercase; font-size: 14px; }
.empty { font-size: 20px; }
.section--post { padding-top: clamp(40px, 5vw, 64px); }
.post-feature { width: 100%; margin-bottom: 40px; }
.preview-bar { background: var(--neon); color: var(--ink); padding: 12px var(--gutter); font-weight: 700; font-size: 16px; text-align: center; }
.post-tags { display: flex; flex-wrap: wrap; align-items: center; gap: 10px 14px; margin-top: 48px; padding-top: 24px; border-top: 1px solid var(--grey-2); }
.post-tags a { text-decoration: none; font-weight: 700; font-size: 17px; }
.post-tags a:hover { text-decoration: underline; text-decoration-color: var(--neon); text-decoration-thickness: 3px; }
.post-nav { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; margin-top: 48px; }
.post-nav a { display: flex; flex-direction: column; gap: 8px; padding: 24px; background: var(--grey); text-decoration: none; font-family: var(--display); font-weight: 800; font-size: 19px; line-height: 1.3; }
.post-nav a:hover { background: var(--neon); }
.post-nav__next { text-align: right; grid-column: 2; }
@media (max-width: 640px) { .post-nav { grid-template-columns: 1fr; } .post-nav__next { grid-column: 1; text-align: left; } }

/* Post body */
.prose { font-size: var(--fs-body); line-height: 1.75; color: var(--body); }
.prose > * + * { margin-top: 1.1em; }
.prose h2, .prose h3, .prose h4 { font-family: var(--display); font-weight: 900; color: var(--ink); text-transform: uppercase; line-height: 1.1; letter-spacing: -0.01em; margin-top: 1.8em; }
.prose h2 { font-size: clamp(28px, 2.6vw, 36px); }
.prose h3 { font-size: clamp(22px, 2vw, 27px); }
.prose h4 { font-size: 20px; }
.prose a { color: var(--ink); text-decoration-color: var(--neon); text-decoration-thickness: 3px; text-underline-offset: 4px; font-weight: 600; }
.prose ul, .prose ol { padding-left: 1.3em; }
.prose li + li { margin-top: .45em; }
.prose ul li::marker { color: var(--ink); }
.prose blockquote { border-left: 5px solid var(--neon); padding: 6px 0 6px 24px; font-family: var(--display); font-weight: 700; font-size: 1.15em; line-height: 1.45; color: var(--ink); }
.prose img { margin-inline: auto; height: auto; }
.prose pre { background: var(--ink); color: var(--white); padding: 18px 20px; overflow-x: auto; font-size: 16px; }
.prose code { font-size: .9em; }
.prose hr { border: 0; border-top: 1px solid var(--grey-2); margin-block: 2em; }
.prose strong { color: var(--ink); }
.prose .ql-align-center { text-align: center; }
.prose .ql-align-right { text-align: right; }
.prose .ql-align-justify { text-align: justify; }
.prose .ql-indent-1 { padding-left: 2em; }
.prose .ql-indent-2 { padding-left: 4em; }
