/* ============================================================
   Port St. Lucie Kitchen Remodeling — "Warm & crafted"
   Editorial, design-led remodeler. Walnut/espresso + terracotta,
   warm cream surfaces, sage accent. Fraunces display + Inter body.
   Soft layered depth, thin double-rule image frames, serif-led hero.
   ============================================================ */

:root {
  /* Color — warm, tactile, crafted */
  --espresso: #3b2a22;
  --espresso-900: #2a1d17;
  --walnut: #5a4234;
  --terracotta: #c0653f;
  --terracotta-600: #a8512e;
  --terracotta-200: #e7b59c;
  --sage: #7d8b6a;
  --sage-600: #5f6e4d;
  --cream: #f7f1e8;
  --cream-100: #fbf7f0;
  --cream-200: #efe5d6;
  --cream-300: #e6d8c4;
  --paper: #ffffff;
  --ink: #2f221b;
  --muted: #7a6a5e;
  --line: rgba(59, 42, 34, 0.12);
  --line-strong: rgba(59, 42, 34, 0.22);

  /* Type */
  --display: "Fraunces", Georgia, "Times New Roman", serif;
  --body: "Inter", system-ui, -apple-system, sans-serif;

  /* Space + form */
  --maxw: 1160px;
  --radius: 6px;
  --radius-sm: 4px;
  --radius-lg: 12px;
  --shadow-sm: 0 1px 2px rgba(42, 29, 23, 0.06), 0 3px 10px rgba(42, 29, 23, 0.06);
  --shadow-md: 0 14px 34px rgba(42, 29, 23, 0.13);
  --shadow-lg: 0 30px 70px rgba(42, 29, 23, 0.22);
  --ease: cubic-bezier(0.2, 0.8, 0.2, 1);

  /* used by main.js status color */
  --accent-600: var(--sage-600);
}

*, *::before, *::after { box-sizing: border-box; }

html { scroll-behavior: smooth; }
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  * { animation: none !important; transition: none !important; }
}

body {
  margin: 0;
  font-family: var(--body);
  color: var(--ink);
  background: var(--cream);
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
  font-size: 17px;
  overflow-x: clip;
}

h1, h2, h3, h4 {
  font-family: var(--display);
  font-weight: 540;
  font-optical-sizing: auto;
  line-height: 1.06;
  letter-spacing: -0.012em;
  color: var(--espresso);
  margin: 0 0 .5em;
}
h1 { font-size: clamp(2.5rem, 6.2vw, 4.6rem); font-weight: 560; }
h2 { font-size: clamp(1.9rem, 4vw, 3rem); }
h3 { font-size: 1.32rem; letter-spacing: -0.005em; }
p { margin: 0 0 1rem; }
a { color: inherit; }
img { max-width: 100%; display: block; height: auto; }

.wrap { width: 100%; max-width: var(--maxw); margin-inline: auto; padding-inline: 24px; }
section { padding-block: clamp(58px, 8vw, 110px); }

/* Eyebrow — small caps with terracotta tick */
.eyebrow {
  display: inline-flex; align-items: center; gap: 10px;
  font-family: var(--body); font-weight: 600; font-size: .74rem;
  letter-spacing: .22em; text-transform: uppercase;
  color: var(--terracotta-600);
}
.eyebrow::before { content: ""; width: 26px; height: 1.5px; background: var(--terracotta); }

.section-head { max-width: 680px; margin-bottom: clamp(34px, 5vw, 56px); }
.section-head p { color: var(--muted); font-size: 1.08rem; margin: 0; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .55em;
  font-family: var(--body); font-weight: 600; font-size: 1rem;
  padding: 14px 26px; border-radius: 999px; border: 1.5px solid transparent;
  cursor: pointer; text-decoration: none; white-space: nowrap; letter-spacing: .01em;
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), background .2s, color .2s, border-color .2s;
}
.btn:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }
.btn-primary { background: var(--terracotta); color: #fff5ee; box-shadow: var(--shadow-sm); }
.btn-primary:hover { background: var(--terracotta-600); transform: translateY(-2px); box-shadow: var(--shadow-md); }
.btn-primary:active { transform: translateY(0); }
.btn-ghost { background: transparent; color: var(--espresso); border-color: var(--line-strong); }
.btn-ghost:hover { border-color: var(--espresso); background: rgba(59,42,34,.04); transform: translateY(-2px); }
.btn-lg { padding: 17px 34px; font-size: 1.05rem; }
.btn svg { width: 1.05em; height: 1.05em; }

/* ---------- Header ---------- */
.site-header {
  position: sticky; top: 0; z-index: 50;
  background: rgba(247, 241, 232, 0.82);
  backdrop-filter: saturate(150%) blur(12px);
  border-bottom: 1px solid var(--line);
}
.header-inner { display: flex; align-items: center; justify-content: space-between; gap: 16px; padding-block: 14px; }
.brand { display: inline-flex; align-items: center; gap: 11px; text-decoration: none; font-family: var(--display); font-weight: 560; font-size: 1.22rem; color: var(--espresso); letter-spacing: -0.01em; }
.brand .mark { width: 34px; height: 34px; flex: none; }
.brand small { display: block; font-family: var(--body); font-weight: 600; font-size: .58rem; letter-spacing: .2em; text-transform: uppercase; color: var(--terracotta-600); margin-top: 1px; }
.brand .brand-name { line-height: 1; }
.header-cta { display: none; align-items: center; gap: 16px; }
@media (min-width: 560px) { .header-cta { display: inline-flex; } }
.header-phone { display: none; font-weight: 600; color: var(--espresso); text-decoration: none; font-size: .98rem; }
@media (min-width: 760px) { .header-phone { display: inline; } }

/* ---------- Primary nav ---------- */
.nav { display: none; }
@media (min-width: 900px) {
  .nav { display: inline-flex; align-items: center; gap: 2px; margin-left: auto; }
  .nav a {
    display: inline-flex; align-items: center; min-height: 42px; padding: 0 15px;
    font-family: var(--body); font-weight: 500; font-size: .97rem; color: var(--walnut);
    text-decoration: none; border-radius: 999px; transition: background .15s, color .15s;
  }
  .nav a:hover { background: var(--cream-200); color: var(--espresso); }
  .nav a[aria-current="page"] { color: var(--terracotta-600); }
  .header-cta { margin-left: 14px; }
}
.nav a:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 2px; }

.nav-toggle {
  display: inline-grid; place-items: center; width: 46px; height: 46px; margin-left: auto;
  background: var(--paper); border: 1px solid var(--line-strong); border-radius: 10px;
  box-shadow: var(--shadow-sm); cursor: pointer; color: var(--espresso);
}
.nav-toggle:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 2px; }
.nav-toggle svg { width: 24px; height: 24px; }
@media (min-width: 900px) { .nav-toggle { display: none; } }

.mobile-nav { display: none; border-top: 1px solid var(--line); background: var(--cream-100); }
.mobile-nav.open { display: block; }
@media (min-width: 900px) { .mobile-nav { display: none !important; } }
.mobile-nav ul { list-style: none; margin: 0; padding: 8px 0; }
.mobile-nav a { display: flex; align-items: center; min-height: 48px; padding: 0 24px; font-weight: 500; color: var(--walnut); text-decoration: none; }
.mobile-nav a[aria-current="page"] { color: var(--terracotta-600); }
.mobile-nav a:hover { background: var(--cream-200); }

/* ---------- Hero (editorial, asymmetric) ---------- */
.hero { position: relative; overflow: clip; padding-block: clamp(54px, 8vw, 96px); }
.hero::before {
  content: ""; position: absolute; inset: 0; z-index: -1;
  background:
    radial-gradient(680px 460px at 88% -8%, rgba(192, 101, 63, 0.14), transparent 64%),
    radial-gradient(560px 460px at 4% 110%, rgba(125, 139, 106, 0.12), transparent 60%),
    var(--cream);
}
.hero-grid { display: grid; gap: clamp(32px, 5vw, 60px); align-items: center; }
@media (min-width: 940px) { .hero-grid { grid-template-columns: 1.05fr .95fr; } }
.hero h1 { margin-top: .28em; }
.hero h1 .hl { color: var(--terracotta-600); font-style: italic; }
.hero-sub { font-size: 1.18rem; color: var(--walnut); max-width: 34em; margin-top: .2em; }
.hero-actions { display: flex; flex-wrap: wrap; gap: 14px; margin-top: 30px; }
.hero-points { display: flex; flex-wrap: wrap; gap: 10px 22px; margin-top: 30px; list-style: none; padding: 0; }
.hero-points li { display: inline-flex; align-items: center; gap: 8px; font-weight: 500; font-size: .95rem; color: var(--walnut); }
.hero-points svg { width: 18px; height: 18px; color: var(--sage-600); flex: none; }
.hero-media { position: relative; }

/* signature thin double-rule image frame */
.framed { position: relative; padding: 10px; background: var(--cream-100); border: 1px solid var(--line-strong); border-radius: var(--radius-lg); box-shadow: var(--shadow-md); }
.framed .media { border-radius: var(--radius); }

/* ---------- Media / image treatments ---------- */
.media { border-radius: var(--radius); overflow: hidden; background: var(--cream-200); border: 1px solid var(--line); }
.media img { width: 100%; height: 100%; object-fit: cover; display: block; }
.media-16x9 { aspect-ratio: 16 / 9; }
.media-4x3 { aspect-ratio: 4 / 3; }
.media-3x4 { aspect-ratio: 3 / 4; }
.media-square { aspect-ratio: 1 / 1; }

/* ---------- Trust strip ---------- */
.trust-band { display: grid; gap: 18px; padding-block: 4px; }
@media (min-width: 760px) { .trust-band { grid-template-columns: repeat(4, 1fr); } }
.trust-item { display: flex; gap: 13px; align-items: flex-start; }
.trust-item .ico { flex: none; width: 42px; height: 42px; display: grid; place-items: center; border-radius: 50%; background: var(--cream-200); color: var(--terracotta-600); }
.trust-item .ico svg { width: 22px; height: 22px; }
.trust-item strong { display: block; font-family: var(--display); font-weight: 540; font-size: 1.02rem; color: var(--espresso); line-height: 1.2; }
.trust-item span { font-size: .9rem; color: var(--muted); }

/* ---------- Intro prose ---------- */
.lead-prose p { font-size: 1.14rem; color: var(--walnut); }
.lead-prose a { color: var(--terracotta-600); font-weight: 600; text-decoration: none; border-bottom: 1px solid var(--terracotta-200); }
.lead-prose a:hover { border-color: var(--terracotta); }

/* ---------- Quote form ---------- */
.quote { background: var(--espresso); color: var(--cream-100); }
.quote .wrap { display: grid; gap: clamp(28px, 4vw, 54px); align-items: center; }
@media (min-width: 900px) { .quote .wrap { grid-template-columns: 1fr 1fr; } }
.quote h2 { color: var(--cream-100); }
.quote .eyebrow { color: var(--terracotta-200); }
.quote .eyebrow::before { background: var(--terracotta); }
.quote .lead { color: #e9dccd; font-size: 1.1rem; }
.quote ul { list-style: none; padding: 0; margin: 24px 0 0; display: grid; gap: 13px; }
.quote ul li { display: flex; gap: 12px; align-items: flex-start; color: #ece1d2; }
.quote ul .tick { color: var(--terracotta-200); flex: none; margin-top: 3px; }
.form-card { background: var(--cream-100); color: var(--ink); border-radius: var(--radius-lg); padding: clamp(24px, 3vw, 34px); box-shadow: var(--shadow-lg); border: 1px solid rgba(255,255,255,.4); }
.form-card h3 { margin-top: 0; }
.field { margin-bottom: 16px; }
.field label { display: block; font-weight: 600; font-size: .88rem; margin-bottom: 6px; color: var(--walnut); }
.field input, .field textarea {
  width: 100%; font-family: var(--body); font-size: 1rem; color: var(--ink);
  padding: 13px 15px; border: 1.5px solid var(--line-strong); border-radius: var(--radius-sm);
  background: var(--paper); transition: border-color .15s, box-shadow .15s;
}
.field input:focus, .field textarea:focus { outline: none; border-color: var(--terracotta); box-shadow: 0 0 0 3px rgba(192, 101, 63, .2); }
.field textarea { resize: vertical; min-height: 96px; }
.hp { position: absolute; left: -9999px; top: 0; width: 1px; height: 1px; overflow: hidden; }
#form-status { min-height: 1.2em; margin: 10px 0 0; font-weight: 600; font-size: .94rem; }
.form-note { font-size: .8rem; color: var(--muted); margin-top: 12px; }
.form-note a { color: var(--terracotta-600); }

/* ---------- Cards / grids ---------- */
.grid { display: grid; gap: 22px; }
.grid-2 { grid-template-columns: 1fr; }
.grid-3 { grid-template-columns: 1fr; }
.grid-4 { grid-template-columns: 1fr 1fr; }
@media (min-width: 700px) { .grid-2 { grid-template-columns: 1fr 1fr; } .grid-3 { grid-template-columns: repeat(3, 1fr); } }
@media (min-width: 960px) { .grid-4 { grid-template-columns: repeat(4, 1fr); } }

.card {
  background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
  transition: transform .25s var(--ease), box-shadow .25s var(--ease), border-color .2s;
}
.card:hover { transform: translateY(-4px); box-shadow: var(--shadow-md); border-color: var(--line-strong); }
.card .ico { width: 50px; height: 50px; display: grid; place-items: center; border-radius: 12px; background: var(--cream-200); color: var(--terracotta-600); margin-bottom: 18px; }
.card .ico svg { width: 25px; height: 25px; }
.card h3 { margin-bottom: .4em; color: var(--espresso); }
.card p { color: var(--muted); margin: 0; font-size: .99rem; }

a.card { text-decoration: none; color: inherit; display: block; }
a.card:focus-visible { outline: 3px solid var(--terracotta); outline-offset: 3px; }
.card .card-link { display: inline-flex; align-items: center; gap: 6px; margin-top: 16px; font-weight: 600; color: var(--terracotta-600); font-size: .95rem; }
.card .card-link svg { width: 18px; height: 18px; transition: transform .2s var(--ease); }
a.card:hover .card-link svg { transform: translateX(4px); }

/* ---------- Section tints ---------- */
.tint { background: var(--cream-200); }
.tint-paper { background: var(--cream-100); }

/* ---------- Split text + image ---------- */
.split { display: grid; gap: clamp(28px, 4.5vw, 56px); align-items: center; }
@media (min-width: 880px) { .split { grid-template-columns: 1fr 1fr; } .split.reverse > .split-media { order: -1; } }
.split-media { min-width: 0; }
.checklist { list-style: none; padding: 0; margin: 18px 0 0; display: grid; gap: 13px; }
.checklist li { display: flex; gap: 12px; align-items: flex-start; color: var(--walnut); }
.checklist .tick { color: var(--sage-600); flex: none; margin-top: 3px; }

/* ---------- Process (steps) ---------- */
.steps { counter-reset: step; display: grid; gap: 22px; }
@media (min-width: 760px) { .steps { grid-template-columns: repeat(4, 1fr); } }
.step { position: relative; padding: 30px 24px; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg); box-shadow: var(--shadow-sm); }
.step::before {
  counter-increment: step; content: counter(step, decimal-leading-zero);
  font-family: var(--display); font-weight: 560; font-size: 1.7rem; color: var(--terracotta);
  display: block; margin-bottom: 12px;
}
.step h3 { font-size: 1.1rem; }
.step p { color: var(--muted); font-size: .95rem; margin: 0; }

/* ---------- Testimonials ---------- */
.testimonial {
  margin: 0; background: var(--paper); border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 28px 26px; box-shadow: var(--shadow-sm);
}
.testimonial .stars { color: var(--terracotta); letter-spacing: 3px; font-size: 1.02rem; margin-bottom: 12px; }
.testimonial blockquote { margin: 0 0 18px; font-family: var(--display); font-weight: 480; font-size: 1.16rem; color: var(--espresso); line-height: 1.45; }
.testimonial figcaption { display: flex; align-items: center; gap: 12px; }
.testimonial .avatar { width: 44px; height: 44px; flex: none; border-radius: 50%; display: grid; place-items: center; background: var(--sage); color: #fff; font-family: var(--display); font-weight: 560; }
.testimonial .who strong { display: block; font-weight: 600; color: var(--espresso); font-size: .98rem; }
.testimonial .who span { font-size: .85rem; color: var(--muted); }

/* ---------- Chips ---------- */
.chips { display: flex; flex-wrap: wrap; gap: 10px; }
.chip { background: var(--paper); border: 1px solid var(--line-strong); border-radius: 999px; padding: 9px 18px; font-weight: 500; font-size: .93rem; color: var(--walnut); }

/* ---------- Guides teaser ---------- */
.guide-card { display: flex; flex-direction: column; padding: 0; overflow: hidden; }
.guide-card .media { border-radius: 0; border: 0; border-bottom: 1px solid var(--line); }
.guide-card .guide-body { padding: 26px; display: flex; flex-direction: column; flex: 1; }
.guide-card h3 { margin-bottom: .4em; }
.guide-card p { color: var(--muted); margin: 0 0 14px; font-size: .98rem; }
.guide-card .card-link { margin-top: auto; }

/* ---------- FAQ ---------- */
.faq-list { max-width: 840px; }
.faq-item { border-bottom: 1px solid var(--line-strong); }
.faq-item summary {
  cursor: pointer; list-style: none; padding: 24px 46px 24px 2px; position: relative;
  font-family: var(--display); font-weight: 540; font-size: 1.18rem; color: var(--espresso);
}
.faq-item summary::-webkit-details-marker { display: none; }
.faq-item summary::after {
  content: "+"; position: absolute; right: 6px; top: 50%; transform: translateY(-50%);
  font-size: 1.7rem; color: var(--terracotta-600); font-family: var(--body); font-weight: 300; transition: transform .25s var(--ease);
}
.faq-item[open] summary::after { transform: translateY(-50%) rotate(45deg); }
.faq-item p { color: var(--muted); padding: 0 46px 24px 2px; margin: 0; }
.faq-item a { color: var(--terracotta-600); font-weight: 600; }

/* ---------- Final CTA ---------- */
.cta-final { position: relative; overflow: clip; background: var(--espresso-900); color: var(--cream-100); text-align: center; }
.cta-final::before { content: ""; position: absolute; inset: 0; z-index: 0; background: radial-gradient(700px 360px at 50% -20%, rgba(192, 101, 63, .32), transparent 62%); }
.cta-final .wrap { position: relative; z-index: 1; }
.cta-final h2 { color: var(--cream-100); }
.cta-final p { color: #e7dbcc; max-width: 40em; margin-inline: auto; font-size: 1.12rem; }
.cta-final .hero-actions { justify-content: center; }
.cta-final .btn-ghost { color: var(--cream-100); border-color: rgba(255,255,255,.45); }
.cta-final .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Footer ---------- */
.site-footer { background: var(--espresso-900); color: #cbb6a5; padding-block: 56px 32px; }
.footer-grid { display: grid; gap: 28px; }
@media (min-width: 760px) { .footer-grid.cols-4 { grid-template-columns: 1.5fr 1fr 1fr 1fr; } }
.site-footer .brand { color: #fff; margin-bottom: 12px; }
.site-footer .brand small { color: var(--terracotta-200); }
.site-footer p { font-size: .92rem; }
.site-footer a { color: #e4d2c3; text-decoration: none; }
.site-footer a:hover { color: #fff; }
.footer-col h4 { font-family: var(--display); font-weight: 540; color: #fff; font-size: 1.04rem; margin: 0 0 13px; }
.footer-col ul { list-style: none; padding: 0; margin: 0; display: grid; gap: 9px; font-size: .94rem; }
.footer-phone { display: inline-block; margin-top: 6px; font-family: var(--display); font-size: 1.34rem; color: var(--terracotta-200) !important; font-weight: 560; }
.disclaimer { margin-top: 34px; padding-top: 24px; border-top: 1px solid rgba(255, 255, 255, .12); font-size: .84rem; color: #a8917f; }
.disclaimer .legal { margin-top: 10px; }
.disclaimer a { color: #cbb6a5; }

/* ---------- Breadcrumb ---------- */
.breadcrumb { padding-block: 20px 0; }
.breadcrumb ol { display: flex; flex-wrap: wrap; gap: 7px; align-items: center; list-style: none; margin: 0; padding: 0; font-size: .87rem; color: var(--muted); }
.breadcrumb li { display: inline-flex; align-items: center; gap: 7px; }
.breadcrumb li + li::before { content: "/"; color: var(--line-strong); }
.breadcrumb a { color: var(--terracotta-600); text-decoration: none; font-weight: 600; }
.breadcrumb a:hover { text-decoration: underline; }
.breadcrumb [aria-current="page"] { color: var(--muted); }

/* ---------- Page hero (interior) ---------- */
.page-hero { background: var(--cream-200); border-bottom: 1px solid var(--line); }
.page-hero .wrap { padding-block: clamp(30px, 5vw, 56px); }
.page-hero h1 { font-size: clamp(2.1rem, 5vw, 3.5rem); max-width: 16em; }
.page-hero .lead { color: var(--walnut); font-size: 1.16rem; max-width: 42em; margin-top: .35em; }

/* ---------- Prose ---------- */
.prose { max-width: 760px; }
.prose h2 { font-size: clamp(1.6rem, 3vw, 2.15rem); margin-top: 1.7em; }
.prose h3 { font-size: 1.28rem; margin-top: 1.5em; color: var(--walnut); }
.prose p, .prose li { color: var(--ink); font-size: 1.08rem; }
.prose ul, .prose ol { padding-left: 1.3em; margin: 0 0 1.3em; display: grid; gap: 9px; }
.prose li { padding-left: 4px; }
.prose a { color: var(--terracotta-600); font-weight: 600; }
.prose strong { color: var(--espresso); }
.prose .lead { font-size: 1.22rem; color: var(--walnut); line-height: 1.55; }
.prose figure { margin: 30px 0; }
.prose figcaption { font-size: .85rem; color: var(--muted); margin-top: 9px; text-align: center; }
.prose .checklist li { font-size: 1.05rem; color: var(--ink); }

.article-layout { display: grid; gap: clamp(30px, 5vw, 58px); }
@media (min-width: 940px) { .article-layout { grid-template-columns: minmax(0,1fr) 320px; align-items: start; } }
.aside-card { background: var(--espresso); color: var(--cream-100); border-radius: var(--radius-lg); padding: 28px 26px; box-shadow: var(--shadow-md); position: sticky; top: 92px; }
.aside-card h3 { color: var(--cream-100); margin-top: 0; }
.aside-card p { color: #e7dbcc; font-size: .98rem; }
.aside-card .btn { width: 100%; margin-top: 8px; }
.aside-card .btn-ghost { color: var(--cream-100); border-color: rgba(255,255,255,.45); }
.aside-card .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Inline CTA band ---------- */
.inline-cta { background: var(--espresso); color: var(--cream-100); border-radius: var(--radius-lg); padding: clamp(30px, 4vw, 46px); text-align: center; margin-top: 12px; box-shadow: var(--shadow-md); }
.inline-cta h2 { color: var(--cream-100); }
.inline-cta p { color: #e7dbcc; max-width: 40em; margin-inline: auto; }
.inline-cta .hero-actions { justify-content: center; }
.inline-cta .btn-ghost { color: var(--cream-100); border-color: rgba(255,255,255,.45); }
.inline-cta .btn-ghost:hover { border-color: #fff; background: rgba(255,255,255,.08); }

/* ---------- Legal pages ---------- */
.legal-page { max-width: 760px; }
.legal-page h1 { font-size: clamp(1.9rem, 4vw, 2.7rem); }
.legal-page h2 { font-size: 1.34rem; margin-top: 1.7em; }
.legal-page p, .legal-page li { color: var(--walnut); }
.legal-page a { color: var(--terracotta-600); font-weight: 600; }
.back-link { display: inline-flex; gap: 6px; align-items: center; font-weight: 600; color: var(--terracotta-600); text-decoration: none; margin-bottom: 26px; }

/* ---------- Entrance animation ---------- */
@keyframes rise { from { opacity: 0; transform: translateY(20px); } to { opacity: 1; transform: none; } }
.reveal { opacity: 0; animation: rise .8s var(--ease) forwards; }
.d1 { animation-delay: .05s; } .d2 { animation-delay: .15s; } .d3 { animation-delay: .25s; }
.d4 { animation-delay: .35s; } .d5 { animation-delay: .45s; }
@media (prefers-reduced-motion: reduce) { .reveal { opacity: 1; animation: none; } }
