:root {
  --navy: #031c31;
  --navy-deep: #010f1c;
  --gold: #b08d57;
  --gold-light: #d1b88d;
  --paper: #f5f0e8;
  --paper-soft: #faf7f1;
  --ink: #222b31;
  --muted: #525b61;
  --line: rgba(3, 28, 49, 0.22);
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, "Segoe UI", Arial, sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; background: var(--paper); }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: var(--sans); font-size: 17px; -webkit-font-smoothing: antialiased; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; }
:focus-visible { outline: 2px solid var(--gold); outline-offset: 4px; }
.container { width: min(90vw, 1160px); margin-inline: auto; }
.skip-link { position: fixed; z-index: 1000; top: 12px; left: 16px; padding: 10px 14px; color: white; background: var(--navy); transform: translateY(-160%); }
.skip-link:focus { transform: none; }

.page-header { position: sticky; z-index: 100; top: 0; border-bottom: 1px solid rgba(3,28,49,.18); background: rgba(245,240,232,.94); backdrop-filter: blur(16px); }
.header-inner { min-height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 24px; }
.brand { display: inline-flex; align-items: center; gap: 11px; }
.brand img { width: 48px; height: 48px; object-fit: contain; }
.brand span { display: flex; flex-direction: column; }
.brand strong { color: var(--navy); font-size: .74rem; letter-spacing: .16em; text-transform: uppercase; }
.brand small { margin-top: 3px; color: var(--gold); font-size: .59rem; letter-spacing: .2em; text-transform: uppercase; }
.header-nav { display: flex; align-items: center; gap: 30px; color: var(--navy); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.header-nav a { padding-block: 10px; border-bottom: 1px solid transparent; }
.header-nav a:hover { border-color: var(--gold); }
.header-cta { padding: 13px 16px !important; color: white; background: var(--navy); border: 0 !important; }

.area-hero { position: relative; overflow: hidden; padding: clamp(86px, 10vw, 145px) 0 clamp(74px, 8vw, 118px); background: linear-gradient(135deg, var(--paper-soft), #ece4d9); }
.area-hero::after { content: ""; position: absolute; right: -9vw; bottom: -24vw; width: min(48vw, 620px); aspect-ratio: 1; opacity: .045; background: url("/santanas-logo-transparent-v2.png") center/contain no-repeat; }
.breadcrumb { position: relative; z-index: 1; margin-bottom: 50px; color: var(--muted); font-size: .68rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.breadcrumb span { margin-inline: 9px; color: var(--gold); }
.hero-grid { position: relative; z-index: 1; display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: clamp(32px, 6vw, 86px); }
.area-number { color: var(--gold); font: italic 1rem var(--serif); }
.eyebrow { margin: 0 0 28px; color: var(--gold); font-size: .7rem; font-weight: 700; letter-spacing: .18em; text-transform: uppercase; }
h1 { max-width: 930px; margin: 0; color: var(--navy); font: 400 clamp(3.25rem, 6.8vw, 7rem)/.98 var(--serif); letter-spacing: -.05em; }
.hero-lead { max-width: 760px; margin: 38px 0 0; color: var(--muted); font: 400 clamp(1.25rem, 1.75vw, 1.62rem)/1.62 var(--serif); }
.hero-links { display: flex; flex-wrap: wrap; gap: 18px 28px; margin-top: 44px; }
.primary-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 28px; min-width: 225px; padding: 16px 18px; color: white; background: var(--navy); font-size: .7rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.text-link { align-self: center; padding-bottom: 5px; border-bottom: 1px solid var(--navy); color: var(--navy); font-size: .7rem; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }

.area-content { padding: clamp(76px, 9vw, 128px) 0; background: var(--paper-soft); }
.content-grid { display: grid; grid-template-columns: minmax(0, .86fr) minmax(0, 1.14fr); gap: clamp(50px, 8vw, 120px); align-items: start; }
.content-intro h2, .scope h2, .related h2 { margin: 0; color: var(--navy); font: 400 clamp(2.45rem, 4.4vw, 4.6rem)/1.04 var(--serif); letter-spacing: -.04em; }
.content-intro p { margin: 32px 0 0; color: var(--muted); font-size: 1.04rem; line-height: 1.78; }
.scope { border-top: 1px solid var(--line); }
.scope h2 { padding: 26px 0 28px; font-size: clamp(1.8rem, 2.8vw, 2.8rem); }
.scope ul { margin: 0; padding: 0; list-style: none; }
.scope li { position: relative; padding: 17px 0 17px 22px; border-top: 1px solid var(--line); color: var(--navy); line-height: 1.55; }
.scope li::before { content: ""; position: absolute; top: 25px; left: 2px; width: 6px; height: 6px; border-radius: 50%; background: var(--gold); }

.approach { padding: clamp(76px, 8vw, 112px) 0; color: white; background: var(--navy-deep); }
.approach-grid { display: grid; grid-template-columns: 120px minmax(0, 1fr); gap: clamp(32px, 6vw, 86px); }
.approach h2 { max-width: 800px; margin: 0; font: 400 clamp(2.75rem, 5vw, 5rem)/1.03 var(--serif); letter-spacing: -.04em; }
.approach p { max-width: 780px; margin: 32px 0 0; color: rgba(255,255,255,.72); font-size: 1.08rem; line-height: 1.75; }
.approach-points { display: grid; grid-template-columns: repeat(3, 1fr); gap: 24px; margin-top: 54px; border-top: 1px solid rgba(255,255,255,.18); }
.approach-points article { padding-top: 24px; }
.approach-points span { color: var(--gold-light); font: italic .86rem var(--serif); }
.approach-points h3 { margin: 15px 0 0; font: 400 1.45rem/1.25 var(--serif); }

.related { padding: clamp(72px, 8vw, 108px) 0; background: var(--paper); }
.related h2 { font-size: clamp(2.3rem, 4vw, 4rem); }
.related-links { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 42px; border-top: 1px solid var(--line); }
.related-links a { min-height: 150px; padding: 24px 22px; border-bottom: 1px solid var(--line); border-right: 1px solid var(--line); color: var(--navy); font: 400 1.35rem/1.35 var(--serif); transition: background .25s ease, color .25s ease; }
.related-links a:last-child { border-right: 0; }
.related-links a:hover { color: white; background: var(--navy); }

.page-footer { padding: 52px 0 28px; color: white; background: var(--navy-deep); }
.footer-top { display: grid; grid-template-columns: 1.2fr .8fr; gap: 60px; align-items: start; }
.footer-brand img { width: 74px; height: 74px; object-fit: contain; }
.footer-brand p { max-width: 460px; margin: 18px 0 0; color: rgba(255,255,255,.62); font: 400 1.08rem/1.6 var(--serif); }
.footer-nav { display: flex; flex-direction: column; align-items: flex-start; }
.footer-nav strong { margin-bottom: 20px; color: var(--gold-light); font-size: .7rem; letter-spacing: .2em; text-transform: uppercase; }
.footer-nav a { margin-bottom: 14px; color: rgba(255,255,255,.68); }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 44px; padding-top: 24px; border-top: 1px solid rgba(255,255,255,.18); color: rgba(255,255,255,.48); font-size: .62rem; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }

@media (max-width: 780px) {
  body { font-size: 16px; }
  .container { width: 88vw; }
  .header-inner { min-height: 70px; }
  .brand img { width: 42px; height: 42px; }
  .header-nav a:not(.header-cta) { display: none; }
  .header-cta { padding: 11px 13px !important; font-size: .63rem; }
  .area-hero { padding-top: 72px; }
  .breadcrumb { margin-bottom: 36px; }
  .hero-grid, .approach-grid { display: block; }
  .area-number { display: block; margin-bottom: 22px; }
  h1 { font-size: clamp(3rem, 14vw, 4.9rem); }
  .hero-lead { margin-top: 28px; }
  .hero-links { align-items: stretch; flex-direction: column; margin-top: 36px; }
  .primary-link { width: 100%; }
  .text-link { align-self: flex-start; }
  .content-grid { grid-template-columns: 1fr; gap: 54px; }
  .approach-points { grid-template-columns: 1fr; gap: 0; }
  .approach-points article { padding-bottom: 22px; border-bottom: 1px solid rgba(255,255,255,.18); }
  .related-links { grid-template-columns: 1fr; }
  .related-links a { min-height: 104px; border-right: 0; }
  .footer-top { grid-template-columns: 1fr; gap: 42px; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: .01ms !important; }
}
