/* =====================================================================
   The Notaryous LLC — Design System
   Brand: warm rose (#F0879A) + elegant serif typography
   Fonts: Cormorant Garamond (display) · Source Serif 4 (body) · Montserrat (labels)
   ===================================================================== */

/* ---------- Design tokens ---------- */
:root {
  --coral:        #F0879A;
  --coral-light:  #F6B4C0;
  --coral-tint:   #FCE6EA;
  --terracotta:   #C64D79;
  --terracotta-d: #A83D64;
  --cream:        #FFF8F6;
  --sand:         #FCEEF0;
  --ink:          #2C2622;
  --ink-soft:     #5F5751;
  --gold:         #C9992F;
  --white:        #ffffff;
  --line:         #F2DEE3;

  --font-display: "Cormorant Garamond", Georgia, "Times New Roman", serif;
  --font-body:    "Source Serif 4", Georgia, serif;
  --font-label:   "Montserrat", system-ui, -apple-system, "Segoe UI", sans-serif;

  --wrap: 1160px;
  --wrap-narrow: 820px;
  --radius: 14px;
  --radius-sm: 8px;
  --shadow: 0 18px 44px -22px rgba(120, 55, 40, 0.35);
  --shadow-sm: 0 8px 22px -14px rgba(120, 55, 40, 0.35);
  --section-y: clamp(3.5rem, 8vw, 6.5rem);
}

*, *::before, *::after { box-sizing: border-box; }
* { margin: 0; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.7;
  font-size: 1.075rem;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
}
img, svg { max-width: 100%; display: block; height: auto; }
a { color: var(--terracotta); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--terracotta-d); }

.wrap { width: 100%; max-width: var(--wrap); margin-inline: auto; padding-inline: clamp(1.1rem, 4vw, 2.25rem); }
.narrow { max-width: var(--wrap-narrow); }
.section { padding-block: var(--section-y); }
.section--sand { background: var(--sand); }
.section--coral { background: linear-gradient(160deg, #BE4571 0%, #A5395F 100%); color: var(--white); }
.center { text-align: center; }

h1, h2, h3, h4 { font-family: var(--font-display); font-weight: 600; line-height: 1.1; color: var(--ink); letter-spacing: -0.01em; }
h1 { font-size: clamp(2.6rem, 6vw, 4.3rem); font-weight: 700; }
h2 { font-size: clamp(2rem, 4.5vw, 3.1rem); }
h3 { font-size: clamp(1.4rem, 2.6vw, 1.85rem); }
h4 { font-size: 1.2rem; }
p { max-width: 68ch; }
.lead { font-size: clamp(1.15rem, 2.2vw, 1.4rem); color: var(--ink-soft); line-height: 1.6; }

.eyebrow {
  font-family: var(--font-label);
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 0.72rem;
  font-weight: 600;
  color: var(--terracotta);
  display: inline-block;
  margin-bottom: 0.9rem;
}
.section--coral .eyebrow { color: rgba(255,255,255,0.9); }
.section--coral h1, .section--coral h2, .section--coral h3 { color: var(--white); }

.btn {
  font-family: var(--font-label);
  font-weight: 600;
  font-size: 0.86rem;
  letter-spacing: 0.04em;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.5rem;
  padding: 0.85rem 1.7rem;
  border-radius: 999px;
  border: 1.5px solid transparent;
  cursor: pointer;
  transition: transform .15s ease, background .2s ease, color .2s ease, box-shadow .2s ease;
  text-decoration: none;
  line-height: 1;
}
.btn:hover { transform: translateY(-2px); }
.btn--primary { background: var(--coral); color: var(--ink); box-shadow: var(--shadow-sm); }
.btn--primary:hover { background: #EC7389; color: var(--ink); }
.btn--ghost { background: transparent; color: var(--ink); border-color: var(--ink); }
.btn--ghost:hover { background: var(--ink); color: var(--cream); }
.btn--light { background: var(--white); color: var(--terracotta); }
.btn--light:hover { background: var(--cream); color: var(--terracotta-d); }
.btn--outline-light { background: transparent; color: var(--white); border-color: rgba(255,255,255,.75); }
.btn--outline-light:hover { background: var(--white); color: var(--terracotta); }
.btn-row { display: flex; flex-wrap: wrap; gap: 1rem; }

/* Rating badge */
.rating-pill { display: inline-flex; align-items: center; gap: 0.55rem; background: rgba(255,255,255,0.9); border: 1px solid var(--line); border-radius: 999px; padding: 0.5rem 1.05rem; font-family: var(--font-label); font-size: 0.82rem; font-weight: 600; color: var(--ink); box-shadow: var(--shadow-sm); }
.rating-pill .stars { color: var(--gold); letter-spacing: 1.5px; font-size: 0.95rem; }
.rating-pill b { font-weight: 700; }

.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(255, 248, 246, 0.9);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid var(--line);
}
.nav { display: flex; align-items: center; justify-content: space-between; gap: 1rem; min-height: 74px; }
.brand { font-family: var(--font-display); font-weight: 700; font-size: 1.5rem; color: var(--ink); text-decoration: none; letter-spacing: -0.01em; line-height: 1.05; }
.brand span { color: var(--terracotta); }
.brand small { display: block; font-family: var(--font-label); font-weight: 500; font-size: 0.56rem; letter-spacing: 0.34em; text-transform: uppercase; color: var(--ink-soft); margin-top: 3px; }
.brand { position: relative; padding-left: 46px; display: inline-block; }
.brand::before { content: ""; position: absolute; left: 0; top: 50%; transform: translateY(-50%); width: 40px; height: 40px; background: url('../img/logo.png') center/contain no-repeat; }
.brand { padding-left: 50px; }
.site-footer .brand::before { background-image: url('../img/logo-white.png'); }
.nav-links { display: flex; align-items: center; gap: 1.35rem; list-style: none; }
.nav-links a {
  font-family: var(--font-label); font-weight: 500; font-size: 0.83rem; letter-spacing: 0.02em;
  color: var(--ink); text-decoration: none; padding: 0.35rem 0; position: relative; white-space: nowrap;
}
.nav-links a::after {
  content: ""; position: absolute; left: 0; bottom: -2px; width: 0; height: 2px;
  background: var(--terracotta); transition: width .2s ease;
}
.nav-links a:hover::after, .nav-links a[aria-current="page"]::after { width: 100%; }
.nav-links a[aria-current="page"] { color: var(--terracotta); }
.nav-cta { display: flex; align-items: center; gap: 0.6rem; }
.nav-toggle { display: none; background: none; border: 0; cursor: pointer; padding: 8px; }
.nav-toggle span { display: block; width: 24px; height: 2px; background: var(--ink); margin: 5px 0; transition: .25s; }

/* ---------- Nav dropdown ---------- */
.nav-links .has-dropdown { position: relative; }
.nav-links .has-dropdown > a { display: inline-flex; align-items: center; gap: 5px; }
.caret { width: 11px; height: 11px; flex: none; transition: transform .2s ease; }
.has-dropdown:hover .caret, .has-dropdown:focus-within .caret { transform: rotate(180deg); }
.dropdown {
  position: absolute; top: 100%; left: 0; min-width: 214px;
  list-style: none; margin: 0; padding: 0.4rem;
  background: var(--cream); border: 1px solid var(--line);
  border-radius: 12px; box-shadow: var(--shadow); z-index: 60;
  display: grid; gap: 2px;
  opacity: 0; visibility: hidden; transform: translateY(6px);
  transition: opacity .18s ease, transform .18s ease, visibility .18s;
}
.dropdown::before { content: ""; position: absolute; top: -10px; left: 0; right: 0; height: 10px; }
.has-dropdown:hover > .dropdown, .has-dropdown:focus-within > .dropdown { opacity: 1; visibility: visible; transform: translateY(0); }
.dropdown li { width: 100%; border: 0; }
.dropdown a { display: block; padding: 0.55rem 0.8rem; border-radius: 8px; font-family: var(--font-label); font-weight: 500; font-size: 0.82rem; color: var(--ink); white-space: nowrap; }
.dropdown a::after { display: none; }
.dropdown a:hover { background: var(--coral-tint); color: var(--terracotta); }

.hero { position: relative; overflow: hidden; background: var(--cream); }
.hero-art { position: absolute; inset: 0; z-index: 0; }
.hero .wrap { position: relative; z-index: 2; padding-block: clamp(4rem, 11vw, 8.5rem); }
.hero-inner { max-width: 760px; }
.hero h1 { margin-bottom: 1.1rem; }
.hero .lead { margin-bottom: 1.9rem; max-width: 44ch; }
.hero-badges { display: flex; flex-wrap: wrap; gap: 0.75rem 0.85rem; margin-top: 2.6rem; }
.hero-badge { font-family: var(--font-label); font-size: 0.78rem; font-weight: 600; letter-spacing: 0.02em; color: var(--ink); display: inline-flex; align-items: center; gap: 0.5rem; background: rgba(255,255,255,0.9); border: 1px solid var(--line); border-radius: 999px; padding: 0.5rem 0.95rem; box-shadow: var(--shadow-sm); }
.hero-badge svg { color: var(--terracotta); flex: none; }

.page-hero { background: linear-gradient(165deg, #F8B9C6 0%, #F5A5B8 90%); color: var(--ink); position: relative; overflow: hidden; }
.page-hero .wrap { position: relative; z-index: 2; padding-block: clamp(3rem, 7vw, 5rem); }
.page-hero h1 { color: var(--ink); margin-bottom: 0.75rem; }
.page-hero .lead { color: rgba(44,38,34,0.86); max-width: 52ch; }
.page-hero .crumbs { color: rgba(44,38,34,0.70); }
.page-hero .eyebrow { color: rgba(44,38,34,0.72); }
.page-hero .btn--outline-light { color: var(--ink); border-color: rgba(44,38,34,0.55); }
.page-hero .btn--outline-light:hover { background: var(--ink); color: #fff; }
.page-hero .btn--light { background: var(--ink); color: #fff; }
.page-hero .btn--light:hover { background: #453d38; color: #fff; }
.page-hero-art { position: absolute; inset: 0; z-index: 0; opacity: 0.5; }
.section--coral .lead { color: rgba(255,255,255,0.94); }

/* ---------- Photographic heroes ---------- */
.hero-photo, .page-hero-photo { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; z-index: 0; }
.hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(115deg, rgba(245,166,183,0.93) 0%, rgba(248,192,203,0.88) 60%, rgba(249,205,214,0.82) 100%); }
.page-hero-overlay { position: absolute; inset: 0; z-index: 1; background: linear-gradient(160deg, rgba(245,166,183,0.93) 0%, rgba(248,192,203,0.86) 100%); }
.hero--photo .hero-inner { color: var(--ink); }
.hero--photo h1 { color: var(--ink); }
.hero--photo .lead { color: rgba(44,38,34,0.86); }
.hero--photo .eyebrow { color: rgba(44,38,34,0.72); }
.hero--photo .hero-badge { color: rgba(44,38,34,0.82); }
.hero--photo .hero-badge svg { color: var(--terracotta); }
.hero--photo .btn--ghost { color: var(--ink); border-color: var(--ink); }
.hero--photo .btn--ghost:hover { background: var(--ink); color: #fff; }
.hero--photo .btn--primary { background: var(--ink); color: #fff; }
.hero--photo .btn--primary:hover { background: #453d38; color: #fff; }

.crumbs { font-family: var(--font-label); font-size: 0.75rem; letter-spacing: 0.03em; margin-bottom: 1rem; }
.crumbs a { color: inherit; text-decoration: none; opacity: 0.85; }
.crumbs a:hover { opacity: 1; text-decoration: underline; }

.grid { display: grid; gap: 1.4rem; }
.grid-2 { grid-template-columns: repeat(2, 1fr); }
.grid-3 { grid-template-columns: repeat(3, 1fr); }
.grid-4 { grid-template-columns: repeat(4, 1fr); }

.card {
  background: var(--white); border: 1px solid var(--line); border-radius: var(--radius);
  padding: 1.9rem 1.7rem; box-shadow: var(--shadow-sm);
  transition: transform .2s ease, box-shadow .2s ease; height: 100%;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow); }
.card h3 { margin-bottom: 0.55rem; }
.card .price { font-family: var(--font-display); font-size: 1.55rem; font-weight: 700; color: var(--terracotta); margin-top: 0.4rem; }
.card .price small { font-family: var(--font-label); font-size: 0.7rem; font-weight: 600; letter-spacing: 0.12em; text-transform: uppercase; color: var(--ink-soft); display: block; }
.card ul { list-style: none; padding: 0; margin: 1rem 0; }
.card ul li { padding-left: 1.5rem; position: relative; margin-bottom: 0.4rem; color: var(--ink-soft); font-size: 0.98rem; }
.card ul li::before { content: "✓"; position: absolute; left: 0; color: var(--terracotta); font-weight: 700; }
.card .card-link { font-family: var(--font-label); font-weight: 600; font-size: 0.82rem; letter-spacing: 0.03em; text-decoration: none; display: inline-flex; align-items: center; gap: 0.35rem; margin-top: 0.4rem; }
.card .card-link::after { content: "→"; transition: transform .2s ease; }
.card:hover .card-link::after { transform: translateX(4px); }

.card-icon { width: 48px; height: 48px; border-radius: 12px; background: var(--coral-tint); color: var(--terracotta); display: grid; place-items: center; margin-bottom: 1.1rem; }
.card-icon svg { width: 26px; height: 26px; }

.card--featured { border-color: var(--coral); box-shadow: 0 0 0 2px var(--coral), var(--shadow); position: relative; }
.tag-pop { position: absolute; top: -12px; right: 18px; background: var(--coral); color: var(--ink); font-family: var(--font-label); font-size: 0.66rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; padding: 0.3rem 0.7rem; border-radius: 999px; }

.trust-strip { background: var(--ink); color: var(--cream); }
.trust-strip .wrap { display: flex; flex-wrap: wrap; justify-content: center; gap: 1.2rem 2.8rem; padding-block: 1.15rem; }
.trust-item { font-family: var(--font-label); font-size: 0.8rem; letter-spacing: 0.04em; display: inline-flex; align-items: center; gap: 0.5rem; opacity: 0.92; }
.trust-item svg { color: var(--coral-light); flex: none; }

.steps { counter-reset: step; display: grid; gap: 1.3rem; }
.step { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.6rem 1.6rem 1.6rem 4.6rem; position: relative; }
.step::before {
  counter-increment: step; content: counter(step);
  position: absolute; left: 1.3rem; top: 1.4rem;
  width: 2.2rem; height: 2.2rem; border-radius: 50%;
  background: var(--coral); color: var(--white);
  font-family: var(--font-display); font-weight: 700; font-size: 1.15rem;
  display: grid; place-items: center;
}
.step h3 { font-size: 1.25rem; margin-bottom: 0.35rem; }
.step p { margin: 0; color: var(--ink-soft); font-size: 0.98rem; }

.split { display: grid; grid-template-columns: 1fr 1fr; gap: clamp(1.5rem, 5vw, 4rem); align-items: center; }
.split-media { border-radius: var(--radius); overflow: hidden; box-shadow: var(--shadow); }

.quote-card { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.8rem; box-shadow: var(--shadow-sm); }
.quote-card .stars { color: var(--gold); letter-spacing: 2px; margin-bottom: 0.7rem; }
.quote-card blockquote { font-family: var(--font-display); font-size: 1.3rem; line-height: 1.4; font-style: italic; margin: 0 0 0.9rem; }
.quote-card cite { font-family: var(--font-label); font-style: normal; font-weight: 600; font-size: 0.82rem; letter-spacing: 0.03em; color: var(--ink-soft); }

.faq-list { display: grid; gap: 0.75rem; }
.faq-item { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius-sm); overflow: hidden; }
.faq-q {
  width: 100%; text-align: left; background: none; border: 0; cursor: pointer;
  font-family: var(--font-display); font-weight: 600; font-size: 1.18rem; color: var(--ink);
  padding: 1.15rem 3rem 1.15rem 1.4rem; position: relative;
}
.faq-q::after { content: "+"; position: absolute; right: 1.3rem; top: 50%; transform: translateY(-50%); font-size: 1.5rem; color: var(--terracotta); transition: transform .25s ease; }
.faq-item[open] .faq-q::after { content: "–"; }
.faq-a { padding: 0 1.4rem 1.3rem; color: var(--ink-soft); }
.faq-a p { margin-bottom: 0.8rem; }
.faq-a strong { color: var(--ink); }

details.faq-item summary { list-style: none; }
details.faq-item summary::-webkit-details-marker { display: none; }

.cta-band { background: linear-gradient(160deg, #BE4571 0%, #A5395F 100%); color: var(--white); text-align: center; border-radius: var(--radius); padding: clamp(2.4rem, 6vw, 4rem); box-shadow: var(--shadow); }
.cta-band h2 { color: var(--white); margin-bottom: 0.6rem; }
.cta-band p { color: rgba(255,255,255,0.94); margin: 0 auto 1.6rem; max-width: 46ch; }
.cta-band .btn-row { justify-content: center; }

.info-list { list-style: none; padding: 0; display: grid; gap: 1.2rem; }
.info-list li { display: flex; gap: 0.9rem; align-items: flex-start; }
.info-list .ico { width: 42px; height: 42px; border-radius: 10px; background: var(--coral-tint); color: var(--terracotta); display: grid; place-items: center; flex: none; }
.info-list b { font-family: var(--font-label); font-size: 0.72rem; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-soft); display: block; }
.info-list a, .info-list span { font-family: var(--font-body); font-size: 1.1rem; color: var(--ink); text-decoration: none; }
.info-list a:hover { color: var(--terracotta); }

.pills { display: flex; flex-wrap: wrap; gap: 0.55rem; list-style: none; padding: 0; }
.pills li { background: var(--white); border: 1px solid var(--line); border-radius: 999px; padding: 0.4rem 0.95rem; font-family: var(--font-label); font-size: 0.8rem; color: var(--ink-soft); }
.section--coral .pills li { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.3); color: var(--white); }

.prose h2 { margin: 2.2rem 0 0.8rem; }
.prose h3 { margin: 1.6rem 0 0.6rem; }
.prose p { margin-bottom: 1rem; }
.prose ul { margin: 0 0 1.2rem 1.1rem; }
.prose ul li { margin-bottom: 0.4rem; }

.site-footer { background: var(--ink); color: #d9cfc8; padding-block: 3.2rem 1.6rem; }
.footer-grid { display: grid; grid-template-columns: 1.6fr 1fr 1fr 1.2fr; gap: 2rem; }
.site-footer h4 { color: var(--white); font-family: var(--font-label); font-size: 0.76rem; letter-spacing: 0.16em; text-transform: uppercase; font-weight: 600; margin-bottom: 1rem; }
.site-footer .brand { color: var(--white); }
.site-footer .brand span { color: var(--coral-light); }
.site-footer .brand small { color: #b6a89f; }
.footer-links { list-style: none; padding: 0; display: grid; gap: 0.5rem; }
.footer-links a { color: #d9cfc8; text-decoration: none; font-size: 0.95rem; }
.footer-links a:hover { color: var(--coral-light); }
.footer-about p { font-size: 0.95rem; color: #c3b8b0; max-width: 34ch; }
.footer-social { display: flex; gap: 0.7rem; margin-top: 1.1rem; }

.footer-social a { width: 38px; height: 38px; border-radius: 50%; background: rgba(255,255,255,0.08); display: grid; place-items: center; color: #d9cfc8; }
.footer-social a:hover { background: var(--coral); color: var(--ink); }
.footer-bottom { border-top: 1px solid rgba(255,255,255,0.12); margin-top: 2.4rem; padding-top: 1.4rem; display: flex; flex-wrap: wrap; gap: 0.5rem 1.6rem; align-items: center; justify-content: space-between; font-size: 0.82rem; color: #a99d95; }
.footer-bottom a { color: #cdbfc4; text-decoration: none; }
.footer-bottom a:hover { color: var(--coral-light); }
.footer-bottom > span:last-child { display: inline-flex; gap: 1rem; }

/* ---------- Stat row ---------- */
.stat-row { display: grid; grid-template-columns: repeat(4, 1fr); gap: 1rem; }
.stat { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: 1.3rem 1.2rem; text-align: center; }
.stat .num { font-family: var(--font-display); font-weight: 700; font-size: 1.9rem; color: var(--terracotta); line-height: 1; }
.stat .lbl { font-family: var(--font-label); font-size: 0.76rem; letter-spacing: 0.04em; color: var(--ink-soft); margin-top: 0.5rem; }
.section--coral .stat { background: rgba(255,255,255,0.14); border-color: rgba(255,255,255,0.28); }
.section--coral .stat .num { color: var(--white); }
.section--coral .stat .lbl { color: rgba(255,255,255,0.9); }

/* ---------- Comparison table ---------- */
.compare { width: 100%; border-collapse: collapse; background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); overflow: hidden; font-size: 0.98rem; }
.compare th, .compare td { padding: 0.9rem 1.1rem; text-align: left; border-bottom: 1px solid var(--line); vertical-align: top; }
.compare thead th { font-family: var(--font-label); font-size: 0.78rem; letter-spacing: 0.06em; text-transform: uppercase; background: var(--sand); }
.compare thead th:last-child { color: var(--terracotta); }
.compare tbody th { font-family: var(--font-label); font-weight: 600; font-size: 0.85rem; color: var(--ink); }
.compare td:last-child { color: var(--ink); }
.compare tr:last-child th, .compare tr:last-child td { border-bottom: 0; }

/* ---------- State grid ---------- */
.state-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: 0.4rem; list-style: none; padding: 0; }
.state-grid li { font-family: var(--font-label); font-size: 0.82rem; color: var(--ink-soft); padding: 0.35rem 0.2rem; }
.state-grid li.home { color: var(--terracotta); font-weight: 600; }

/* ---------- Forms ---------- */
.form { background: var(--white); border: 1px solid var(--line); border-radius: var(--radius); padding: clamp(1.5rem, 4vw, 2.6rem); box-shadow: var(--shadow-sm); }
.form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1.1rem 1.3rem; }
.form-field { display: flex; flex-direction: column; gap: 0.35rem; }
.form-field.full { grid-column: 1 / -1; }
.form-field label { font-family: var(--font-label); font-size: 0.78rem; letter-spacing: 0.04em; font-weight: 600; color: var(--ink); }
.form-field label .req { color: var(--terracotta); }
.form-field input, .form-field select, .form-field textarea { font-family: var(--font-body); font-size: 1rem; color: var(--ink); background: var(--cream); border: 1px solid var(--line); border-radius: var(--radius-sm); padding: 0.7rem 0.85rem; width: 100%; }
.form-field textarea { min-height: 110px; resize: vertical; }
.form-field input[type="file"] { padding: 0.55rem; background: var(--coral-tint); cursor: pointer; }
.form-field input:focus, .form-field select:focus, .form-field textarea:focus { outline: 3px solid var(--coral); outline-offset: 1px; border-color: var(--coral); }
.form-hint { font-family: var(--font-label); font-size: 0.75rem; color: var(--ink-soft); margin-top: 0.2rem; }
.form-note { background: var(--sand); border-radius: var(--radius-sm); padding: 0.9rem 1.1rem; font-size: 0.9rem; color: var(--ink-soft); margin: 1.2rem 0; }
.form-note strong { color: var(--ink); }

.mt-1 { margin-top: 1rem; } .mt-2 { margin-top: 2rem; } .mb-1 { margin-bottom: 1rem; }
.skip-link { position: absolute; left: -999px; top: 0; background: var(--terracotta); color: #fff; padding: 0.6rem 1rem; z-index: 100; border-radius: 0 0 8px 0; }
.skip-link:focus { left: 0; }
:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 2px; border-radius: 4px; }

@media (max-width: 900px) {
  .grid-4 { grid-template-columns: repeat(2, 1fr); }
  .grid-3 { grid-template-columns: repeat(2, 1fr); }