:root {
  --ink: #081722;
  --ink-soft: #102836;
  --ivory: #f4efe6;
  --paper: #fbf8f2;
  --brass: #b99455;
  --brass-light: #d6bb82;
  --charcoal: #1b242a;
  --line: rgba(8, 23, 34, 0.18);
  --serif: "Libre Caslon Display", Georgia, serif;
  --sans: "DM Sans", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 16px; line-height: 1.6; }
a { color: inherit; }
img { display: block; max-width: 100%; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; }
.skip-link { position: fixed; z-index: 100; left: 1rem; top: -4rem; background: var(--ivory); padding: .7rem 1rem; color: var(--ink); }
.skip-link:focus { top: 1rem; }

.launch-bar { position: absolute; z-index: 21; top: 0; left: 0; right: 0; display: flex; justify-content: center; gap: 1.5rem; min-height: 38px; padding: .55rem 1.25rem; background: var(--brass); color: var(--ink); font-size: .72rem; font-weight: 600; letter-spacing: .08em; text-transform: uppercase; }
.launch-bar em { font-style: normal; }
.launch-bar a { text-decoration: none; border-bottom: 1px solid rgba(8,23,34,.65); }
.site-header { position: absolute; z-index: 20; top: 38px; left: 0; right: 0; display: flex; align-items: center; justify-content: space-between; min-height: 90px; padding: 0 clamp(1.25rem, 4vw, 4.5rem); color: white; border-bottom: 1px solid rgba(255,255,255,.19); }
.brand { display: flex; align-items: center; gap: .9rem; text-decoration: none; }
.brand-mark { display: grid; place-items: center; width: 38px; height: 38px; border: 1px solid var(--brass); font-family: var(--serif); font-size: .9rem; color: var(--brass-light); }
.brand-name { font-weight: 600; letter-spacing: .18em; font-size: .91rem; white-space: nowrap; }
.brand-name i { color: var(--brass); font-family: var(--serif); font-style: italic; font-weight: 400; }
.navigation { display: flex; align-items: center; gap: clamp(1.1rem, 2.4vw, 2.7rem); }
.navigation a { color: inherit; text-decoration: none; font-size: .78rem; font-weight: 500; letter-spacing: .08em; text-transform: uppercase; }
.navigation a:not(.nav-cta):hover { color: var(--brass-light); }
.nav-cta { padding: .7rem 1.05rem; border: 1px solid var(--brass-light); }
.nav-cta:hover { background: var(--brass); border-color: var(--brass); color: var(--ink); }
.brand-lockup { display: flex; flex-direction: column; gap: .2rem; }
.brand-tagline { color: var(--brass-light); font-family: var(--serif); font-size: .875rem; line-height: 1.3; }
.footer-brand .footer-tagline { color: var(--brass-light); font-family: var(--serif); font-size: 1.125rem; }
.menu-button { display: none; background: none; border: 0; padding: .7rem; }
.menu-button > span:not(.sr-only) { display: block; width: 25px; height: 1px; margin: 5px 0; background: white; }

.hero { position: relative; isolation: isolate; display: flex; align-items: flex-end; min-height: min(958px, 100svh); padding: 11rem clamp(1.25rem, 7vw, 8rem) clamp(3rem, 8vw, 7rem); overflow: hidden; background: var(--ink); color: white; }
.hero-image, .hero-shade { position: absolute; z-index: -2; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.hero-image { object-position: center; }
.hero-shade { z-index: -1; background: linear-gradient(90deg, rgba(3,14,21,.96) 0%, rgba(4,18,27,.83) 35%, rgba(4,18,27,.20) 70%), linear-gradient(0deg, rgba(2,12,18,.5), transparent 50%); }
.hero-content { width: min(760px, 68vw); }
.eyebrow, .section-index, .product-label { margin: 0 0 1.25rem; color: var(--brass-light); font-size: .74rem; font-weight: 600; letter-spacing: .18em; text-transform: uppercase; }
h1, h2, h3, p { margin-top: 0; }
h1, h2, h3 { font-family: var(--serif); font-weight: 400; line-height: 1.02; }
h1 { margin-bottom: 1.8rem; font-size: clamp(3.5rem, 7.4vw, 7.6rem); letter-spacing: -.035em; }
h2 { margin-bottom: 1.7rem; font-size: clamp(2.8rem, 5vw, 5.4rem); letter-spacing: -.035em; }
h3 { font-size: 2rem; }
.hero-copy { max-width: 620px; margin-bottom: 2.2rem; color: rgba(255,255,255,.76); font-size: clamp(1rem, 1.5vw, 1.18rem); }
.hero-actions { display: flex; align-items: center; gap: 1.8rem; flex-wrap: wrap; }
.button { display: inline-flex; align-items: center; justify-content: center; min-height: 48px; padding: .85rem 1.35rem; text-decoration: none; text-transform: uppercase; font-size: .76rem; font-weight: 600; letter-spacing: .11em; transition: .2s ease; }
.button-gold { background: var(--brass); color: var(--ink); }
.button-gold:hover { background: var(--brass-light); transform: translateY(-2px); }
.text-link { display: inline-block; color: inherit; text-decoration: none; font-size: .86rem; padding-bottom: .3rem; border-bottom: 1px solid currentColor; }
.text-link span { margin-left: .45rem; }
.section-cta { display: inline-flex; align-items: center; gap: .65rem; width: max-content; max-width: 100%; margin-top: 1.6rem; padding: .7rem 0; text-decoration: none; font-size: .8rem; font-weight: 600; letter-spacing: .09em; text-transform: uppercase; border-bottom: 1px solid currentColor; }
.section-cta span { transition: transform .2s ease; }
.section-cta:hover span { transform: translate(3px, 3px); }
.dark-cta { color: var(--ink); }
.light-cta { color: var(--brass-light); }
.hero-note { position: absolute; right: clamp(1.25rem, 4vw, 4.5rem); bottom: clamp(3rem, 8vw, 7rem); margin: 0; font-family: var(--serif); color: rgba(255,255,255,.75); font-size: 1rem; text-align: right; }

.section-pad { padding: clamp(5rem, 10vw, 10rem) clamp(1.25rem, 7vw, 8rem); }
.intro, .audience { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 2fr); gap: 4rem; }
.section-index { color: #667177; }
.intro > div, .audience-content { max-width: 900px; }
.intro p:last-child { max-width: 650px; margin-left: auto; color: #4d585e; font-size: 1.08rem; }

.collection { background: var(--ink); color: white; }
.collection-heading { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 2fr); gap: 4rem; padding-bottom: 4rem; }
.collection-heading h2 { max-width: 800px; }
.collection-heading div > p { max-width: 620px; color: rgba(255,255,255,.62); }
.section-index.light { color: rgba(255,255,255,.45); }
.product-grid { display: grid; grid-template-columns: repeat(4, 1fr); border-top: 1px solid rgba(255,255,255,.15); }
.product-card { display: flex; flex-direction: column; justify-content: space-between; min-height: 400px; padding: 2rem; border-right: 1px solid rgba(255,255,255,.15); }
.product-card:last-child { border-right: 0; }
.product-card.primary-card { background: var(--brass); color: var(--ink); }
.product-number { font-size: .72rem; letter-spacing: .16em; opacity: .55; }
.product-card h3 { margin-bottom: 1rem; }
.product-card p:last-child { margin-bottom: 0; color: rgba(255,255,255,.58); font-size: .9rem; }
.product-card.primary-card .product-label, .product-card.primary-card p:last-child { color: rgba(8,23,34,.7); }

.audience { background: var(--ivory); }
.audience-content > h2 { max-width: 800px; }
.audience-list { margin: 3.5rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.audience-list li { display: flex; align-items: center; gap: 2rem; padding: 1.3rem 0; border-bottom: 1px solid var(--line); font-family: var(--serif); font-size: clamp(1.35rem, 2.5vw, 2rem); }
.audience-list span { color: var(--brass); font-family: var(--sans); font-size: .72rem; letter-spacing: .1em; }

.programs { background: #e9e2d6; }
.programs-heading { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 2fr); gap: 4rem; }
.programs-heading > div > p { max-width: 620px; color: #59636a; }
.program-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1px; margin-top: 4rem; background: rgba(8,23,34,.18); border: 1px solid rgba(8,23,34,.18); }
.program-card { display: flex; flex-direction: column; min-height: 510px; padding: clamp(1.6rem, 3vw, 2.6rem); background: var(--paper); }
.program-card:nth-child(2) { background: var(--ink-soft); color: white; }
.program-card:nth-child(2) > p:not(.program-for), .program-card:nth-child(2) li { color: rgba(255,255,255,.66); }
.program-for { min-height: 2.4rem; margin-bottom: 3rem; color: var(--brass); font-size: .72rem; font-weight: 600; letter-spacing: .12em; text-transform: uppercase; }
.program-card h3 { max-width: 290px; font-size: clamp(2rem, 3vw, 3rem); }
.program-card > p:not(.program-for) { color: #58636a; }
.program-card ul { margin: 2.5rem 0 0; padding: 1.4rem 0 0; list-style: none; border-top: 1px solid rgba(185,148,85,.55); }
.program-card li { padding: .32rem 0; color: #35444c; font-size: .86rem; }
.program-card li::before { content: "—"; margin-right: .6rem; color: var(--brass); }
.program-cta { display: flex; justify-content: space-between; gap: 1rem; margin-top: auto; padding-top: 1.6rem; color: inherit; text-decoration: none; font-size: .76rem; font-weight: 600; letter-spacing: .1em; text-transform: uppercase; border-top: 1px solid rgba(185,148,85,.55); }
.program-card ul + .program-cta { border-top: 0; }
.program-cta span { color: var(--brass); transition: transform .2s ease; }
.program-cta:hover span { transform: translateX(5px); }

.institutional { display: grid; grid-template-columns: 1.15fr .85fr; min-height: 700px; background: var(--charcoal); color: white; }
.institutional-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 10vw, 9rem) clamp(1.25rem, 7vw, 8rem); }
.institutional-copy p:not(.eyebrow) { max-width: 580px; color: rgba(255,255,255,.66); }
.gold-link { width: max-content; margin-top: 1.5rem; color: var(--brass-light); }
.institutional-panel { display: grid; grid-template-columns: 1fr 1fr; border-left: 1px solid rgba(255,255,255,.12); background: linear-gradient(145deg, #142c39, #0a1b25); }
.institutional-panel div { display: flex; flex-direction: column; justify-content: space-between; padding: 2rem; min-height: 50%; border-right: 1px solid rgba(255,255,255,.12); border-bottom: 1px solid rgba(255,255,255,.12); }
.institutional-panel strong { color: var(--brass); font-size: .72rem; letter-spacing: .14em; }
.institutional-panel span { font-family: var(--serif); font-size: 1.45rem; }

.craft { display: grid; grid-template-columns: 1fr 1fr; background: var(--ivory); }
.craft-image-wrap { min-height: 720px; overflow: hidden; }
.craft-image { width: 100%; height: 100%; object-fit: cover; }
.craft-copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(5rem, 9vw, 9rem); }
.craft-copy .eyebrow { color: var(--brass); }
.craft-copy > p:not(.eyebrow) { color: #59636a; }
.standard-points { margin-top: 2.2rem; border-top: 1px solid var(--line); }
.standard-points div { display: grid; grid-template-columns: 120px 1fr; gap: 1.2rem; padding: 1.1rem 0; border-bottom: 1px solid var(--line); }
.standard-points strong { font-family: var(--serif); font-size: 1.08rem; }
.standard-points span { color: #667177; font-size: .85rem; }

.process { background: var(--paper); }
.process-heading { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 2fr); gap: 4rem; }
.process-list { margin: 4rem 0 0; padding: 0; list-style: none; border-top: 1px solid var(--line); }
.process-list li { display: grid; grid-template-columns: minmax(80px, .4fr) minmax(0, 2fr); padding: 2.1rem 0; border-bottom: 1px solid var(--line); }
.process-list li > span { color: var(--brass); font-size: .75rem; letter-spacing: .15em; }
.process-list h3 { margin-bottom: .5rem; font-size: 2.2rem; }
.process-list p { max-width: 620px; margin-bottom: 0; color: #59636a; }
.centered-cta { display: flex; justify-content: center; margin-top: 3.5rem; }

.founder { display: grid; grid-template-columns: minmax(260px, .8fr) minmax(0, 1.5fr); gap: clamp(3rem, 9vw, 10rem); background: var(--ivory); }
.founder-signature { position: relative; display: flex; flex-direction: column; justify-content: space-between; min-height: 620px; padding: 2.5rem; overflow: hidden; background: var(--ink); color: white; }
.founder-signature::before { content: ""; position: absolute; inset: 10%; border: 1px solid rgba(185,148,85,.45); transform: rotate(-5deg); }
.founder-signature > span { position: relative; z-index: 1; font-family: var(--serif); color: var(--brass-light); font-size: clamp(6rem, 11vw, 11rem); line-height: .8; letter-spacing: -.09em; }
.founder-signature p { position: relative; z-index: 1; margin: 0; font-family: var(--serif); font-size: 1.5rem; line-height: 1.2; }
.founder-story { align-self: center; max-width: 850px; }
.founder-lead { color: var(--ink); font-family: var(--serif); font-size: clamp(1.4rem, 2vw, 2rem); line-height: 1.4; }
.founder-story > p:not(.section-index):not(.founder-lead):not(.founder-name) { color: #59636a; }
.founder-story .founder-belief { margin: 3rem 0; padding: 0 0 0 1.8rem; border-left: 2px solid var(--brass); color: var(--ink); font-family: var(--serif); font-size: clamp(1.5rem, 2.6vw, 2.5rem); line-height: 1.35; }
.founder-belief span { display: block; margin-bottom: .8rem; color: var(--brass); font-family: var(--sans); font-size: .7rem; font-weight: 600; letter-spacing: .15em; text-transform: uppercase; }
.founder-name { margin-bottom: 0; font-weight: 600; }
.founder-name span { display: block; color: var(--brass); font-size: .72rem; letter-spacing: .15em; text-transform: uppercase; }

.principles { background: var(--ink); color: white; }
.principles-heading { display: grid; grid-template-columns: minmax(150px, .8fr) minmax(0, 2fr); gap: 4rem; }
.principle-grid { display: grid; grid-template-columns: repeat(4, 1fr); margin-top: 4rem; border-top: 1px solid rgba(255,255,255,.15); border-left: 1px solid rgba(255,255,255,.15); }
.principle-grid article { min-height: 320px; padding: 1.7rem; border-right: 1px solid rgba(255,255,255,.15); border-bottom: 1px solid rgba(255,255,255,.15); }
.principle-grid article > span { display: inline-block; margin-bottom: 4rem; color: var(--brass); font-size: .72rem; letter-spacing: .14em; }
.principle-grid h3 { font-size: 1.7rem; }
.principle-grid p { color: rgba(255,255,255,.58); font-size: .9rem; }

.faq { display: grid; grid-template-columns: minmax(240px, .75fr) minmax(0, 1.5fr); gap: clamp(3rem, 7vw, 8rem); background: var(--paper); }
.faq-heading h2 { position: sticky; top: 2rem; }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 1.5rem 0; cursor: pointer; list-style: none; font-family: var(--serif); font-size: 1.35rem; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary span { color: var(--brass); font-family: var(--sans); font-size: 1.4rem; transition: transform .2s ease; }
.faq-list details[open] summary span { transform: rotate(45deg); }
.faq-list details p { max-width: 680px; padding: 0 3rem 1.5rem 0; color: #59636a; }
.faq-cta { display: flex; align-items: center; justify-content: space-between; gap: 2rem; padding: 2rem 0; }
.faq-cta p { margin: 0; font-family: var(--serif); font-size: 1.3rem; }

.appointments { padding: clamp(5rem, 10vw, 10rem) 1.25rem; background: var(--brass); color: var(--ink); text-align: center; }
.appointments-inner { max-width: 940px; margin: auto; }
.appointments .eyebrow { color: rgba(8,23,34,.64); }
.appointments p:not(.eyebrow) { max-width: 650px; margin: 0 auto 2.2rem; }
.appointment-prep { display: grid; grid-template-columns: repeat(3, 1fr); max-width: 850px; margin: 3rem auto; border-top: 1px solid rgba(8,23,34,.35); border-bottom: 1px solid rgba(8,23,34,.35); }
.appointment-prep span { display: flex; flex-direction: column; gap: .6rem; padding: 1.4rem; border-right: 1px solid rgba(8,23,34,.35); font-family: var(--serif); font-size: 1.1rem; }
.appointment-prep span:last-child { border-right: 0; }
.appointment-prep strong { font-family: var(--sans); color: rgba(8,23,34,.55); font-size: .72rem; letter-spacing: .14em; }
.appointments .launch-note { margin-bottom: 2rem; font-size: .84rem; color: rgba(8,23,34,.65); }
.button-outline { border: 1px solid var(--ink); }
.button-outline:hover { background: var(--ink); color: white; }
.button-dark { background: var(--ink); color: white; border: 1px solid var(--ink); }
.button-dark:hover { background: var(--ink-soft); transform: translateY(-2px); }
.contact-actions { display: flex; justify-content: center; gap: .8rem; flex-wrap: wrap; }
.contact-details { display: flex; justify-content: center; gap: 1.8rem; flex-wrap: wrap; margin-top: 2.2rem; }
.contact-details a, .contact-details span { color: rgba(8,23,34,.75); font-size: .84rem; text-decoration: none; border-bottom: 1px solid rgba(8,23,34,.35); }

.site-footer { display: flex; justify-content: space-between; gap: 3rem; padding: 3.5rem clamp(1.25rem, 7vw, 8rem); background: #041019; color: white; }
.footer-brand p, .footer-meta p { margin: .5rem 0 0; color: rgba(255,255,255,.45); font-size: .75rem; }
.footer-meta a { color: inherit; text-decoration: none; }
.footer-meta a:hover { color: var(--brass-light); }
.footer-meta { text-align: right; }
.floating-whatsapp { position: fixed; z-index: 40; right: 1.2rem; bottom: 1.2rem; display: inline-flex; align-items: center; gap: .55rem; padding: .7rem 1rem; background: var(--ink); color: white; text-decoration: none; font-size: .74rem; font-weight: 600; letter-spacing: .06em; text-transform: uppercase; border: 1px solid rgba(255,255,255,.2); box-shadow: 0 10px 30px rgba(4,16,25,.28); }
.floating-whatsapp span { display: grid; place-items: center; width: 23px; height: 23px; border-radius: 50%; background: var(--brass); color: var(--ink); font-size: .7rem; }
.floating-whatsapp:hover { background: var(--ink-soft); transform: translateY(-2px); }

.reveal { opacity: 0; transform: translateY(24px); transition: opacity .75s ease, transform .75s ease; }
.reveal.visible { opacity: 1; transform: translateY(0); }

@media (max-width: 900px) {
  .site-header { min-height: 74px; }
  .menu-button { display: block; }
  .navigation { position: absolute; top: 74px; left: 0; right: 0; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem 1.25rem 1.5rem; background: var(--ink); border-top: 1px solid rgba(255,255,255,.14); }
  .navigation.open { display: flex; }
  .navigation a { padding: .9rem 0; }
  .nav-cta { border: 0; border-top: 1px solid rgba(255,255,255,.14); }
  .hero { min-height: 840px; }
  .hero-content { width: min(680px, 90vw); }
  .hero-note { display: none; }
  .intro, .audience, .collection-heading, .programs-heading, .process-heading, .principles-heading, .faq { grid-template-columns: 1fr; gap: 1.5rem; }
  .intro p:last-child { margin-left: 0; }
  .product-grid { grid-template-columns: 1fr 1fr; }
  .product-card { min-height: 330px; border-bottom: 1px solid rgba(255,255,255,.15); }
  .institutional { grid-template-columns: 1fr; }
  .institutional-copy { min-height: 590px; }
  .institutional-panel { min-height: 500px; border-left: 0; border-top: 1px solid rgba(255,255,255,.12); }
  .program-grid { grid-template-columns: 1fr; }
  .program-card { min-height: auto; }
  .program-cta { margin-top: 2rem; }
  .craft { grid-template-columns: 1fr; }
  .craft-image-wrap { min-height: 560px; }
  .founder { grid-template-columns: 1fr; }
  .founder-signature { min-height: 460px; }
  .principle-grid { grid-template-columns: 1fr 1fr; }
  .faq-heading h2 { position: static; }
}

@media (max-width: 600px) {
  .launch-bar { justify-content: space-between; gap: .7rem; font-size: .64rem; letter-spacing: .04em; }
  .launch-bar > span { max-width: 52%; }
  .launch-bar em { display: none; }
  .brand-name { font-size: .77rem; letter-spacing: .12em; }
  .brand-mark { width: 34px; height: 34px; }
  .hero { align-items: center; min-height: 760px; padding-bottom: 3.5rem; }
  .hero-image { object-position: 66% center; opacity: .82; }
  .hero-shade { background: linear-gradient(90deg, rgba(3,14,21,.96), rgba(3,14,21,.56)), linear-gradient(0deg, rgba(2,12,18,.72), transparent 60%); }
  h1 { font-size: clamp(3.2rem, 14vw, 4.8rem); }
  h2 { font-size: clamp(2.5rem, 11vw, 3.8rem); }
  .hero-content { width: 100%; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: 1.2rem; }
  .product-grid { grid-template-columns: 1fr; }
  .product-card { min-height: 310px; border-right: 0; }
  .institutional-panel { grid-template-columns: 1fr; min-height: auto; }
  .institutional-panel div { min-height: 180px; }
  .craft-image-wrap { min-height: 430px; }
  .standard-points div { grid-template-columns: 1fr; gap: .2rem; }
  .principle-grid { grid-template-columns: 1fr; }
  .principle-grid article { min-height: 260px; }
  .appointment-prep { grid-template-columns: 1fr; }
  .appointment-prep span { border-right: 0; border-bottom: 1px solid rgba(8,23,34,.35); }
  .appointment-prep span:last-child { border-bottom: 0; }
  .faq-cta { align-items: flex-start; flex-direction: column; }
  .floating-whatsapp { right: .8rem; bottom: .8rem; }
  .process-list li { grid-template-columns: 54px 1fr; }
  .site-footer { flex-direction: column; }
  .footer-meta { text-align: left; }
}

.founder-portrait { margin: 0; align-self: start; width: 100%; max-width: 440px; background: var(--ink); }
.founder-portrait img { width: 100%; height: auto; }
.founder-portrait figcaption { padding: 1.1rem 1.4rem; color: var(--brass-light); font-size: 1rem; font-weight: 600; }
.founder-portrait figcaption span { display: block; margin-top: .25rem; color: var(--ivory); font-size: .875rem; font-weight: 400; }
@media (max-width: 900px) {
  .founder-portrait { max-width: 340px; justify-self: center; }
}

/* Separate each chapter and give actions a consistent brass treatment. */
main { display: flow-root; background: var(--ink); }
main > section { scroll-margin-top: 1.5rem; }
main > section + section {
  margin-top: clamp(1.25rem, 3vw, 2.75rem);
  border-top: 2px solid var(--brass);
}
.intro { background: var(--paper); }
.appointments { background: var(--ivory); }
.button, .section-cta, .program-cta, .navigation .nav-cta,
.institutional-copy .text-link, .floating-whatsapp {
  min-height: 48px;
  padding: .9rem 1.25rem;
  border: 1px solid var(--brass);
  border-radius: 3px;
  background: var(--brass);
  color: var(--ink);
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.5;
  letter-spacing: .055em;
  text-decoration: none;
  max-width: 100%;
  transition: background .2s ease, box-shadow .2s ease, transform .2s ease;
}
.section-cta, .institutional-copy .text-link { align-self: flex-start; }
.program-cta { align-items: center; margin-top: auto; }
.program-card ul { margin-bottom: 2rem; }
.program-card ul + .program-cta { border-top: 1px solid var(--brass); }
.program-cta span { color: inherit; }
.button:hover, .section-cta:hover, .program-cta:hover,
.navigation .nav-cta:hover, .institutional-copy .text-link:hover,
.floating-whatsapp:hover {
  background: var(--brass-light);
  border-color: var(--brass-light);
  color: var(--ink);
  box-shadow: 0 5px 16px rgba(8,23,34,.16);
  transform: translateY(-2px);
}
.button-outline { background: transparent; border-color: var(--ink); color: var(--ink); }
.button-outline:hover { background: var(--ink); border-color: var(--ink); color: white; }
.hero-actions .text-link { color: var(--brass-light); font-size: 1rem; }
a:focus-visible, button:focus-visible, summary:focus-visible {
  outline: 3px solid var(--brass-light);
  outline-offset: 5px;
  box-shadow: 0 0 0 3px var(--ink);
}
.floating-whatsapp span { background: var(--ink); color: var(--brass-light); }
@media (max-width: 600px) {
  .contact-actions { flex-direction: column; align-items: stretch; }
  .section-cta, .institutional-copy .text-link { width: auto; }
  .program-cta { margin-top: 0; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; transition: none; }
  .button, .section-cta, .program-cta, .nav-cta, .text-link, .floating-whatsapp { transition: none; }
  .button:hover, .section-cta:hover, .program-cta:hover, .nav-cta:hover,
  .text-link:hover, .floating-whatsapp:hover { transform: none; }
}
