:root {
  --ink: #11100e;
  --paper: #f3efe7;
  --paper-2: #e8e1d5;
  --accent: #e6452f;
  --white: #fffdf8;
  --muted: #665f56;
  --max: 1220px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
a { color: inherit; }
a:focus-visible, button:focus-visible { outline: 3px solid var(--accent); outline-offset: 4px; border-radius: 4px; }
img { max-width: 100%; }

.site-header { position: sticky; top: 0; z-index: 20; display: flex; align-items: center; justify-content: space-between; gap: 30px; padding: 16px max(24px, calc((100vw - var(--max))/2)); background: color-mix(in srgb, var(--paper) 94%, transparent); backdrop-filter: blur(12px); border-bottom: 1px solid rgba(17,16,14,.12); }
.brand { font-weight: 850; text-decoration: none; letter-spacing: -.04em; font-size: 1.2rem; }
nav { display: flex; align-items: center; gap: 22px; font-size: .9rem; font-weight: 700; }
nav a { text-decoration: none; }
.nav-cta { border-bottom: 2px solid var(--accent); padding-bottom: 3px; }

.hero { max-width: var(--max); margin: 0 auto; padding: clamp(76px, 8vw, 124px) 24px 78px; min-height: 74vh; display: flex; flex-direction: column; justify-content: center; }
.eyebrow { font-size: .78rem; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; margin: 0 0 20px; color: var(--muted); }
.hero h1 { margin: 0; font-size: clamp(4.4rem, 10vw, 9rem); line-height: .82; letter-spacing: -.075em; max-width: 1100px; }
.hero h1 em { color: var(--accent); font-style: normal; }
.hero-dek { max-width: 790px; font-size: clamp(1.25rem, 2.1vw, 2rem); line-height: 1.25; margin: 36px 0 26px; letter-spacing: -.025em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 18px; align-items: center; }
.button { display: inline-flex; align-items: center; justify-content: center; text-decoration: none; font-weight: 850; border-radius: 999px; padding: 15px 22px; }
.button.primary { background: var(--ink); color: var(--white); }
.button.primary:hover { background: var(--accent); }
.button.text { padding-left: 0; }
.microproof { margin: 34px 0 0; color: var(--muted); font-size: .95rem; }

/* Experience proof: matches the visual language of the pricing "How it works" cue. */
.experience-proof {
  max-width: var(--max);
  margin: 0 auto;
  padding: 0 24px 34px;
}
.experience-proof-row {
  display: grid;
  grid-template-columns: 120px minmax(0, 1fr);
  gap: 28px;
  align-items: baseline;
  padding-top: 20px;
  border-top: 1px solid rgba(17,16,14,.16);
}
.experience-proof strong {
  font-size: .78rem;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: var(--accent);
  white-space: nowrap;
}
.experience-proof p {
  margin: 0;
  max-width: 760px;
  font-size: clamp(1.15rem, 1.8vw, 1.55rem);
  line-height: 1.25;
  font-weight: 750;
  letter-spacing: -.02em;
}

/* Full-bleed band; all content stays on the same centered grid. */
.problem-strip { background: var(--ink); color: var(--white); padding: 30px max(24px, calc((100vw - var(--max))/2)) 0; }
.problem-strip h2 { margin: 0; padding: 0 0 22px; font-size: clamp(1.35rem,2vw,2rem); }
.problem-items { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.problem-items p { margin: 0; padding: 28px 28px 34px 0; font-size: clamp(1rem,1.35vw,1.25rem); line-height: 1.32; }
.problem-items p + p { padding-left: 28px; }
.problem-items p:last-child { padding-right: 0; }
.problem-items strong { color: #ff6a53; }
.problem-items p:last-child strong { white-space: nowrap; }

.section { max-width: var(--max); margin: 0 auto; padding: 96px 24px; }
.section-heading h2, .about h2, .closing h2 { margin: 0; font-size: clamp(2.8rem, 6vw, 6rem); letter-spacing: -.06em; line-height: .95; }
.how-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1px; background: rgba(17,16,14,.16); margin-top: 55px; border: 1px solid rgba(17,16,14,.16); }
.how-grid article { background: var(--paper); padding: 30px; min-height: 230px; }
.how-grid span { font-size: .75rem; color: var(--accent); font-weight: 900; }
.how-grid h3 { font-size: 1.7rem; margin: 58px 0 10px; letter-spacing: -.04em; }
.how-grid p { margin: 0; line-height: 1.45; color: var(--muted); }
.callout { margin-top: 34px; font-size: clamp(1.5rem, 2.6vw, 2.4rem); line-height: 1.18; max-width: 950px; border-left: 5px solid var(--accent); padding-left: 24px; }
.split { display: grid; grid-template-columns: 1.2fr .8fr; gap: 70px; align-items: end; }
.split > p { font-size: 1.15rem; line-height: 1.5; color: var(--muted); margin: 0; max-width: 420px; justify-self: end; }

/* Pricing: two obvious offers, no loose text between them. */
.pricing { padding-bottom: 78px; }
.pricing-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 24px; margin-top: 54px; }
.price-card { position: relative; display: flex; flex-direction: column; gap: 24px; min-height: 430px; padding: 38px; border: 1px solid rgba(17,16,14,.22); background: var(--paper); }
.price-card.featured { border: 3px solid var(--ink); }
.price-card.dark { background: var(--ink); color: var(--white); border-color: var(--ink); }
.featured-badge { position: absolute; top: 0; right: 0; padding: 9px 13px; background: var(--accent); color: var(--white); font-size: .7rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; }
.price-kicker { margin: 0 0 14px; font-size: .76rem; font-weight: 900; text-transform: uppercase; letter-spacing: .12em; color: var(--muted); }
.price-card.dark .price-kicker { color: rgba(255,255,255,.62); }
.price-card h3 { margin: 0 0 8px; font-size: clamp(2rem,3vw,3.2rem); letter-spacing: -.05em; }
.price { margin: 0; font-size: clamp(3.7rem,6vw,6.3rem); line-height: .9; font-weight: 900; letter-spacing: -.065em; }
.price-card > p:not(.price-kicker):not(.price) { margin: 0 0 8px; max-width: 520px; font-size: 1.08rem; line-height: 1.5; color: var(--muted); }
.price-card.dark > p:not(.price-kicker):not(.price) { color: rgba(255,255,255,.72); }
.stripe-button { margin-top: auto; display: inline-flex; width: fit-content; align-items: center; justify-content: center; min-height: 48px; padding: 13px 18px; border-radius: 999px; text-decoration: none; font-weight: 850; background: var(--ink); color: var(--white); }
.price-card.featured .stripe-button:hover { background: var(--accent); }
.price-card.dark .stripe-button { background: var(--white); color: var(--ink); }
.price-card.dark .stripe-button:hover { background: var(--accent); color: var(--white); }
.pricing-footer { margin-top: 22px; padding-top: 22px; border-top: 1px solid rgba(17,16,14,.16); }
.pricing-reassurance { margin: 0; color: var(--muted); font-size: .95rem; }
.pricing-reassurance strong { color: var(--ink); }
.work { padding-top: 78px; }

.projects { display: grid; grid-template-columns: 1fr 1fr; gap: 26px; margin-top: 54px; }
.project { display: block; position: relative; overflow: hidden; min-height: 520px; background: var(--ink); color: var(--white); text-decoration: none; }
.project-wide { grid-column: 1 / -1; min-height: 650px; }
.project img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; transition: transform .5s ease; }
.project::after { content:""; position:absolute; inset:0; background: linear-gradient(to top, rgba(0,0,0,.82), rgba(0,0,0,.05) 65%); }
.project:hover img, .project:focus-visible img { transform: scale(1.025); }
.project-copy { position: absolute; z-index: 2; left: 0; right: 0; bottom: 0; padding: 34px; }
.project-copy p { margin: 0 0 8px; text-transform: uppercase; font-size: .72rem; font-weight: 850; letter-spacing: .12em; }
.project-copy h3 { max-width: 760px; margin: 0 0 16px; font-size: clamp(1.7rem, 3vw, 3.2rem); line-height: 1; letter-spacing: -.04em; }
.project-copy span { font-size: .9rem; color: rgba(255,255,255,.8); }
.quote-section { background: var(--accent); color: var(--white); padding: 100px max(24px, calc((100vw - var(--max))/2)); }
.quote-section blockquote { margin: 0; max-width: 1180px; font-size: clamp(2.2rem, 5vw, 5rem); line-height: 1; letter-spacing: -.055em; font-weight: 800; }
.quote-section p { margin: 30px 0 0; font-weight: 750; }
.proof-grid { display: grid; grid-template-columns: repeat(2,1fr); gap: 34px; }
.proof blockquote { margin: 0; min-height: 100%; background: var(--accent); color: var(--white); padding: 46px 44px; font-size: clamp(1.9rem, 3.2vw, 2.9rem); line-height: 1.05; letter-spacing: -.045em; font-weight: 800; }
.proof cite { display: block; margin-top: 28px; font-size: .98rem; line-height: 1.4; font-style: normal; color: rgba(255,255,255,.85); font-weight: 750; }
.about { display: grid; grid-template-columns: 1.15fr .85fr; gap: 80px; border-top: 1px solid rgba(17,16,14,.18); }
.about-copy { font-size: 1.22rem; line-height: 1.55; color: var(--muted); }
.about-copy p:first-child { margin-top: 0; }
.closing { text-align: center; padding-top: 150px; padding-bottom: 150px; }
.closing h2 { font-size: clamp(4.8rem, 11vw, 10rem); color: var(--accent); }
.closing > p:not(.eyebrow) { font-size: 1.25rem; color: var(--muted); margin-bottom: 32px; }
.button.large { font-size: 1.05rem; padding: 18px 28px; }
.linkedin { display: block; margin-top: 24px; font-weight: 800; text-decoration: none; }
footer { display: flex; justify-content: space-between; gap: 20px; padding: 28px max(24px, calc((100vw - var(--max))/2)); border-top: 1px solid rgba(17,16,14,.16); color: var(--muted); font-size: .82rem; }

/* Case studies: artwork stays inside the page grid and is never cropped. */
.case-study { overflow-x: hidden; }
.case-hero, .case-story, .case-result, .case-takeaway, .case-next, .case-contact { max-width: var(--max); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.case-hero { padding-top: 72px; padding-bottom: 58px; }
.back-link { display: inline-block; margin-bottom: 52px; font-size: .9rem; font-weight: 800; text-decoration: none; }
.case-hero h1 { max-width: 1040px; margin: 0; font-size: clamp(3.4rem, 7.5vw, 7rem); line-height: .92; letter-spacing: -.065em; }
.case-intro { max-width: 760px; margin: 30px 0 0; font-size: clamp(1.2rem, 2vw, 1.7rem); line-height: 1.35; color: var(--muted); }
.case-meta { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 30px; }
.case-meta span { border: 1px solid rgba(17,16,14,.2); border-radius: 999px; padding: 8px 12px; font-size: .78rem; font-weight: 800; }
.case-image { width: calc(100% - 48px); max-width: 1120px; margin: 0 auto 72px; padding: 0; }
.case-image img { display: block; width: 100%; height: auto; object-fit: contain; margin: 0 auto; background: transparent; }

.case-gallery { max-width: var(--max); margin: 0 auto; padding: 0 24px 88px; }
.case-gallery-head { display: grid; grid-template-columns: .9fr 1.1fr; gap: 40px; align-items: end; margin-bottom: 28px; }
.case-gallery-intro { margin: 0; max-width: 640px; font-size: 1.1rem; line-height: 1.5; color: var(--muted); }
.case-gallery-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 22px; align-items: start; }
.case-gallery figure { margin: 0; display: grid; grid-template-rows: auto auto; align-content: start; }
.case-gallery figure img { display: block; width: 100%; aspect-ratio: 4 / 3; height: auto; object-fit: cover; padding: 0; border: 0; background: transparent; }
.case-gallery figcaption { margin-top: 12px; min-height: 3.1em; font-size: .95rem; line-height: 1.45; color: var(--muted); }
.case-gallery figure.focus-right img { object-position: 82% center; }
.case-gallery figure.focus-left img { object-position: left center; }

.case-story { display: grid; grid-template-columns: 1fr 1fr; gap: 80px; padding-top: 78px; padding-bottom: 78px; border-top: 1px solid rgba(17,16,14,.15); }
.case-story h2, .case-pivot h2, .case-next h2, .case-contact h2 { margin: 0; font-size: clamp(2.4rem, 5vw, 5rem); line-height: .96; letter-spacing: -.055em; }
.case-story > div:last-child { align-self: end; }
.case-story > div:last-child p { max-width: 560px; margin: 0; font-size: 1.15rem; line-height: 1.55; color: var(--muted); }
.case-pivot { padding: 92px max(24px, calc((100vw - var(--max))/2)); background: var(--ink); color: var(--white); }
.case-pivot .eyebrow { color: rgba(255,255,255,.62); }
.case-pivot h2 { max-width: 980px; }
.case-pivot > p:last-child { max-width: 720px; margin: 30px 0 0; font-size: 1.15rem; line-height: 1.55; color: rgba(255,255,255,.75); }
.case-result { padding-top: 90px; padding-bottom: 90px; }
.result-grid { display: grid; grid-template-columns: minmax(140px,.45fr) 1.55fr; gap: 18px 40px; max-width: 900px; align-items: baseline; }
.result-grid strong { font-size: clamp(2rem, 4vw, 4rem); letter-spacing: -.05em; }
.result-grid p { margin: 0; font-size: 1.15rem; line-height: 1.45; color: var(--muted); }
.case-takeaway { padding-top: 70px; padding-bottom: 90px; border-top: 1px solid rgba(17,16,14,.15); }
.case-takeaway p { max-width: 1020px; margin: 0; font-size: clamp(2rem, 4vw, 4rem); line-height: 1.08; letter-spacing: -.045em; }
.case-next { display: flex; align-items: end; justify-content: space-between; gap: 30px; padding-top: 72px; padding-bottom: 72px; border-top: 1px solid rgba(17,16,14,.15); }
.button.outline { border: 1px solid var(--ink); background: transparent; }
.button.outline:hover { background: var(--ink); color: var(--white); }
.case-contact { text-align: center; padding-top: 100px; padding-bottom: 110px; }
.case-contact h2 { color: var(--accent); margin-bottom: 32px; }

@media (max-width: 900px) {
  .experience-proof-row {
    grid-template-columns: 1fr;
    gap: 10px;
    align-items: start;
  }
  nav a:not(.nav-cta) { display:none; }
  .hero { min-height: auto; }
  .problem-items, .how-grid, .proof-grid, .about, .split, .case-story, .case-gallery-head, .case-gallery-grid { grid-template-columns: 1fr; }
  .problem-items p { padding: 20px 0; border-top: 1px solid rgba(255,255,255,.14); }
  .problem-items p + p { padding-left: 0; }
  .pricing-grid { grid-template-columns: 1fr; }
  .price-card { min-height: 360px; }
  .projects { grid-template-columns: 1fr; }
  .project-wide { grid-column:auto; }
  .project, .project-wide { min-height: 470px; }
  .split > p { justify-self: start; }
  .case-story { gap: 28px; }
}
@media (max-width: 600px) {
  .site-header { padding: 13px 18px; }
  .nav-cta { font-size: .78rem; }
  .hero { padding: 64px 18px 62px; }
  .hero h1 { font-size: clamp(4rem, 20vw, 6rem); }
  .problem-strip { padding-left: 18px; padding-right: 18px; }
  .section { padding: 72px 18px; }
  .pricing { padding-bottom: 50px; }
  .work { padding-top: 50px; }
  .pricing-grid { margin-top: 36px; gap: 18px; }
  .price-card, .price-card.featured { min-height: auto; padding: 26px; }
  .featured-badge { position: static; width: fit-content; margin-bottom: -4px; }
  .stripe-button { width: 100%; }
  .how-grid article { min-height: 190px; }
  .proof blockquote { padding: 34px 30px; font-size: 2rem; }
  .project, .project-wide { min-height: 420px; }
  .project-copy { padding: 24px; }
  .quote-section { padding: 80px 18px; }
  footer { flex-direction: column; padding: 24px 18px; }
  .case-hero, .case-story, .case-result, .case-takeaway, .case-next, .case-contact { padding-left: 18px; padding-right: 18px; }
  .case-hero { padding-top: 48px; padding-bottom: 42px; }
  .back-link { margin-bottom: 34px; }
  .case-hero h1 { font-size: clamp(3rem, 15vw, 4.8rem); }
  .case-image { width: calc(100% - 36px); margin-bottom: 52px; }
  .case-gallery { padding: 0 18px 60px; }
  .case-gallery-head { gap: 14px; margin-bottom: 20px; }
  .case-gallery-intro { font-size: 1rem; }
  .case-gallery figcaption { min-height: 0; }
  .case-story { padding-top: 58px; padding-bottom: 58px; }
  .case-story > div:last-child { padding-top: 0; }
  .case-pivot { padding: 68px 18px; }
  .case-result { padding-top: 64px; padding-bottom: 64px; }
  .result-grid { grid-template-columns: 1fr; gap: 6px; }
  .result-grid p { margin-bottom: 22px; }
  .case-takeaway { padding-top: 54px; padding-bottom: 64px; }
  .case-next { align-items: flex-start; flex-direction: column; padding-top: 54px; padding-bottom: 54px; }
  .case-contact { padding-top: 78px; padding-bottom: 86px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; }
}

/* Post-payment intake */
.booked-main { overflow-x: hidden; }
.booked-hero, .booked-intake, .booked-next { max-width: var(--max); margin: 0 auto; padding-left: 24px; padding-right: 24px; }
.booked-hero { padding-top: clamp(72px, 8vw, 120px); padding-bottom: 72px; }
.booked-hero h1 { margin: 0; max-width: 1080px; font-size: clamp(4.2rem, 9vw, 8.5rem); line-height: .84; letter-spacing: -.07em; }
.booked-hero h1 em { color: var(--accent); font-style: normal; }
.booked-dek { max-width: 780px; margin: 32px 0 0; font-size: clamp(1.25rem, 2vw, 1.9rem); line-height: 1.3; color: var(--muted); }
.booked-intake { display: grid; grid-template-columns: .72fr 1.28fr; gap: clamp(48px, 7vw, 100px); padding-top: 84px; padding-bottom: 100px; border-top: 1px solid rgba(17,16,14,.16); }
.booked-intro h2, .timing-block h2 { margin: 0; font-size: clamp(2.4rem, 4vw, 4.6rem); line-height: .98; letter-spacing: -.055em; }
.booked-intro > p:last-child { max-width: 420px; margin-top: 24px; font-size: 1.05rem; line-height: 1.55; color: var(--muted); }
.intake-form { display: grid; gap: 26px; }
.field-grid { display: grid; gap: 20px; }
.field-grid.two-up { grid-template-columns: repeat(2, minmax(0,1fr)); }
.intake-form label { display: grid; gap: 9px; }
.intake-form label > span { font-size: .9rem; font-weight: 800; }
.intake-form input, .intake-form textarea { width: 100%; border: 1px solid rgba(17,16,14,.26); border-radius: 0; background: rgba(255,255,255,.35); color: var(--ink); font: inherit; font-size: 1rem; padding: 14px 15px; }
.intake-form textarea { resize: vertical; min-height: 110px; line-height: 1.45; }
.intake-form input:focus, .intake-form textarea:focus { outline: 3px solid color-mix(in srgb, var(--accent) 28%, transparent); border-color: var(--accent); }
.intake-form small { color: var(--muted); line-height: 1.4; }
.timing-block { margin-top: 18px; padding-top: 42px; border-top: 1px solid rgba(17,16,14,.16); }
.timing-note { max-width: 700px; margin: 18px 0 24px; color: var(--muted); line-height: 1.5; }
.date-options { display: grid; grid-template-columns: repeat(5, minmax(0,1fr)); gap: 10px; }
.date-option { appearance: none; border: 1px solid rgba(17,16,14,.22); background: transparent; color: var(--ink); min-height: 94px; padding: 12px 8px; text-align: center; cursor: pointer; font: inherit; }
.date-option:hover { border-color: var(--ink); }
.date-option[aria-pressed="true"] { background: var(--ink); color: var(--white); border-color: var(--ink); }
.date-option .dow { display: block; margin-bottom: 6px; font-size: .72rem; font-weight: 900; letter-spacing: .08em; text-transform: uppercase; color: var(--muted); }
.date-option[aria-pressed="true"] .dow { color: rgba(255,255,255,.65); }
.date-option .date-number { display: block; font-size: 1.55rem; font-weight: 900; letter-spacing: -.04em; }
.date-option .month { display: block; margin-top: 2px; font-size: .76rem; }
.other-date { margin-top: 18px; max-width: 260px; }
.intake-submit { display: flex; align-items: center; gap: 22px; flex-wrap: wrap; padding-top: 10px; }
.intake-submit p { max-width: 520px; margin: 0; color: var(--muted); font-size: .9rem; line-height: 1.5; }
.intake-submit button { border: 0; cursor: pointer; font: inherit; }
.booked-next { padding-top: 84px; padding-bottom: 100px; border-top: 1px solid rgba(17,16,14,.16); }
.booked-next-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 24px; margin: 34px 0 36px; }
.booked-next-grid article { padding-top: 20px; border-top: 4px solid var(--ink); }
.booked-next-grid span { color: var(--accent); font-size: .78rem; font-weight: 900; }
.booked-next-grid h3 { margin: 34px 0 10px; font-size: 1.65rem; letter-spacing: -.04em; }
.booked-next-grid p { margin: 0; color: var(--muted); line-height: 1.5; }

@media (max-width: 900px) {
  .booked-intake { grid-template-columns: 1fr; gap: 44px; }
  .date-options { grid-template-columns: repeat(3, minmax(0,1fr)); }
  .booked-next-grid { grid-template-columns: 1fr; }
}
@media (max-width: 600px) {
  .booked-hero, .booked-intake, .booked-next { padding-left: 18px; padding-right: 18px; }
  .booked-hero { padding-top: 58px; padding-bottom: 52px; }
  .booked-hero h1 { font-size: clamp(3.8rem, 18vw, 5.7rem); }
  .booked-intake { padding-top: 58px; padding-bottom: 72px; }
  .field-grid.two-up { grid-template-columns: 1fr; }
  .date-options { grid-template-columns: repeat(2, minmax(0,1fr)); }
  .intake-submit .button { width: 100%; }
  .booked-next { padding-top: 60px; padding-bottom: 72px; }
}


/* Legal / refund policy */
.pricing-legal { margin: 8px 0 0; font-size: .76rem; line-height: 1.45; color: rgba(17,16,14,.58); }
.pricing-legal a, .legal-note a, footer a { color: inherit; text-underline-offset: 3px; }
.legal-note { margin-top: 8px !important; font-size: .82rem !important; }
.legal-main { max-width: var(--max); margin: 0 auto; padding: 0 24px 96px; }
.legal-hero { padding: 96px 0 72px; border-bottom: 1px solid rgba(17,16,14,.16); }
.legal-hero h1 { margin: 0; font-size: clamp(3.6rem, 8vw, 7rem); line-height: .92; letter-spacing: -.065em; }
.legal-hero em { color: var(--accent); font-style: normal; }
.legal-dek { max-width: 700px; margin: 28px 0 0; font-size: clamp(1.2rem, 2vw, 1.6rem); line-height: 1.4; color: var(--muted); }
.legal-copy { max-width: 820px; padding: 72px 0 0; }
.legal-copy h2 { margin: 52px 0 12px; font-size: 1.45rem; line-height: 1.2; }
.legal-copy h2:first-child { margin-top: 0; }
.legal-copy p { margin: 0 0 16px; font-size: 1.05rem; line-height: 1.65; color: var(--muted); }
.legal-copy strong { color: var(--ink); }
.legal-updated { margin-top: 56px !important; font-size: .86rem !important; }
@media (max-width: 720px) {
  .legal-main { padding: 0 18px 72px; }
  .legal-hero { padding: 68px 0 54px; }
  .legal-copy { padding-top: 52px; }
}
