:root {
  --ink: #f5f1e7;
  --muted: #b8b7af;
  --dark: #07100d;
  --dark-2: #0c1712;
  --panel: #111d17;
  --line: rgba(245,241,231,.16);
  --gold: #d4ad61;
  --gold-light: #f1d69c;
  --green: #7fd19b;
  --cream: #e8e0cf;
  --max: 1180px;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; overflow-x: hidden; color: var(--ink); background: var(--dark); font-family: var(--sans); line-height: 1.55; -webkit-font-smoothing: antialiased; }
img, video { display: block; max-width: 100%; }
img { height: auto; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
::selection { color: #07100d; background: var(--gold-light); }

.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; border: 0; }
.skip-link { position: fixed; z-index: 1000; top: 1rem; left: 1rem; padding: .7rem 1rem; color: var(--dark); background: var(--gold-light); transform: translateY(-220%); }
.skip-link:focus { transform: none; }
:focus-visible { outline: 3px solid var(--gold-light); outline-offset: 4px; }
.container { width: min(calc(100% - 2rem), var(--max)); margin-inline: auto; }
.section { padding: clamp(4.5rem, 8vw, 8rem) 0; }
.eyebrow, .section-label { margin: 0 0 1rem; color: var(--gold); font-size: .7rem; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
h1, h2 { margin: 0; font-family: var(--serif); font-weight: 400; letter-spacing: -.04em; line-height: .98; text-wrap: balance; }
h1 { font-size: clamp(3rem, 6.5vw, 6rem); }
h2 { font-size: clamp(2.3rem, 5vw, 4.9rem); }
h1 em, h2 em { color: var(--gold-light); font-weight: 400; }
h3, p { margin: 0; }

.button { display: inline-flex; align-items: center; justify-content: center; min-height: 52px; padding: .8rem 1.2rem; color: #11140f; background: linear-gradient(135deg, var(--gold-light), var(--gold)); border: 0; border-radius: 2px; font-size: .76rem; font-weight: 850; letter-spacing: .07em; text-transform: uppercase; transition: transform .2s ease, box-shadow .2s ease; }
.button:hover { transform: translateY(-2px); box-shadow: 0 15px 35px rgba(212,173,97,.2); }
.text-link { display: inline-flex; align-items: center; gap: .6rem; min-height: 44px; color: var(--ink); border-bottom: 1px solid var(--gold); font-size: .76rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

.site-header { position: fixed; z-index: 100; inset: 0 0 auto; border-bottom: 1px solid transparent; transition: background .2s ease, border-color .2s ease; }
.site-header.scrolled { background: rgba(7,16,13,.92); border-color: var(--line); backdrop-filter: blur(14px); }
.header-inner { display: flex; align-items: center; justify-content: space-between; min-height: 68px; }
.brand { display: inline-flex; align-items: center; gap: .55rem; font-family: var(--serif); font-size: 1.08rem; }
.brand img { width: 38px; height: 38px; object-fit: cover; border-radius: 50%; }
.brand strong { color: var(--gold); font-family: var(--sans); font-size: .58em; letter-spacing: .11em; text-transform: uppercase; }
.main-nav { display: flex; align-items: center; gap: 1.5rem; }
.main-nav > a { color: #dfded7; font-size: .72rem; font-weight: 750; letter-spacing: .07em; text-transform: uppercase; }
.main-nav > a:hover { color: var(--gold-light); }
.main-nav .nav-cta { min-height: 40px; padding: .55rem .9rem; color: #12150f; background: var(--gold-light); }
.nav-toggle { display: none; width: 44px; height: 44px; padding: 10px; background: transparent; border: 1px solid var(--line); }
.nav-toggle span:not(.sr-only) { display: block; height: 1px; margin: 5px 0; background: currentColor; }

.hero { position: relative; height: clamp(500px, calc(100svh - 68px), 720px); min-height: 500px; overflow: hidden; background: #07100d; }
.hero-photo { position: absolute; inset: 0 0 0 auto; width: 58%; }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center 24%; filter: saturate(.88) contrast(1.04); }
.hero-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #07100d 0%, rgba(7,16,13,.98) 38%, rgba(7,16,13,.5) 70%, rgba(7,16,13,.08) 100%), linear-gradient(0deg, rgba(7,16,13,.5), transparent 45%); }
.hero-inner { position: relative; z-index: 2; height: 100%; display: flex; align-items: center; padding-top: 68px; }
.hero-copy { width: min(650px, 60%); }
.hero-copy > p:not(.eyebrow) { max-width: 570px; margin-top: 1.25rem; color: #d0cfc7; font-size: clamp(.95rem, 1.5vw, 1.12rem); }
.hero-actions { display: flex; align-items: center; gap: 1.25rem; margin-top: 1.65rem; }
.hero-signature { position: absolute; right: 0; bottom: 1.5rem; display: flex; align-items: baseline; gap: .45rem; color: rgba(255,255,255,.9); text-shadow: 0 2px 20px #000; }
.hero-signature span { font-family: var(--serif); font-size: 2.5rem; font-style: italic; }
.hero-signature small { font-size: .65rem; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }

.risk-strip { border-block: 1px solid var(--line); background: #09120e; }
.risk-strip .container { display: flex; align-items: center; gap: 1rem; padding-block: .8rem; color: #b9b8b0; font-size: .72rem; }
.risk-strip strong { color: var(--gold-light); }
.risk-strip a { margin-left: auto; border-bottom: 1px solid var(--gold); white-space: nowrap; }

.story { background: #0b1511; }
.story-heading, .section-heading { display: grid; grid-template-columns: 1.15fr .85fr; gap: 3rem; align-items: end; margin-bottom: 2.4rem; }
.story-heading h2, .section-heading h2 { max-width: 760px; }
.story-intro, .section-heading > p { max-width: 430px; color: var(--muted); }
.story-intro { justify-self: end; }
.slider-controls { display: flex; gap: .5rem; margin-top: 1rem; }
.slider-controls button { display: grid; place-items: center; width: 44px; height: 44px; background: transparent; border: 1px solid var(--line); cursor: pointer; }
.slider-controls button:hover { color: var(--dark); background: var(--gold-light); }
.story-track { display: flex; gap: 1rem; width: min(calc(100% - max(1rem, (100vw - var(--max))/2)), calc(var(--max) + (100vw - var(--max))/2)); margin-left: max(1rem, calc((100vw - var(--max))/2)); padding: 0 max(1rem, calc((100vw - var(--max))/2)) 1rem 0; overflow-x: auto; scroll-snap-type: x mandatory; scrollbar-color: var(--gold) transparent; }
.story-card { flex: 0 0 min(340px, 78vw); margin: 0; scroll-snap-align: start; }
.story-card img { width: 100%; height: auto; aspect-ratio: auto; object-fit: contain; }
.story-card figcaption { display: flex; gap: .8rem; padding: .75rem 0; color: #d8d7d0; border-bottom: 1px solid var(--line); font-size: .78rem; font-weight: 750; letter-spacing: .05em; text-transform: uppercase; }
.story-card figcaption span { color: var(--gold); }

.trajectory { background: var(--cream); color: #121611; }
.trajectory-grid { display: grid; grid-template-columns: .92fr 1.08fr; gap: clamp(3rem, 8vw, 8rem); align-items: start; }
.trajectory .section-label { color: #705827; }
.trajectory-title h2 { max-width: 560px; }
.trajectory-steps { display: grid; }
.trajectory-steps article { display: grid; grid-template-columns: 48px 1fr; gap: 0 1rem; padding: 1.35rem 0; border-bottom: 1px solid rgba(18,22,17,.2); }
.trajectory-steps article:first-child { border-top: 1px solid rgba(18,22,17,.2); }
.trajectory-steps span { grid-row: 1/3; color: #866d38; font-family: var(--serif); }
.trajectory-steps h3 { font-family: var(--serif); font-size: 1.35rem; font-weight: 400; }
.trajectory-steps p { margin-top: .3rem; color: #5f635a; font-size: .9rem; }

.offers { background: var(--dark); }
.offer-track { display: grid; grid-template-columns: repeat(3,1fr); border-block: 1px solid var(--line); }
.offer-card { position: relative; min-height: 390px; display: flex; flex-direction: column; align-items: flex-start; padding: 1.75rem; border-right: 1px solid var(--line); }
.offer-card:last-child { border-right: 0; }
.offer-featured { background: linear-gradient(180deg, rgba(212,173,97,.12), transparent); }
.offer-no { position: absolute; top: 1rem; right: 1rem; color: #687069; font-family: var(--serif); font-size: 1.8rem; }
.offer-mark { display: grid; place-items: center; width: 50px; height: 50px; margin: 3rem 0 1.5rem; color: var(--gold-light); border: 1px solid rgba(212,173,97,.45); border-radius: 50%; font-size: 1.25rem; }
.offer-card h3 { font-family: var(--serif); font-size: 1.6rem; font-weight: 400; }
.offer-card p { margin-top: .9rem; color: var(--muted); }
.offer-card a { margin-top: auto; padding-top: 1.4rem; color: var(--gold-light); border-bottom: 1px solid var(--gold); font-size: .72rem; font-weight: 800; letter-spacing: .07em; text-transform: uppercase; }

.manifesto { position: relative; min-height: 680px; display: grid; align-items: center; overflow: hidden; }
.manifesto-photo { position: absolute; inset: 0; }
.manifesto-photo img { width: 100%; height: 100%; object-fit: cover; object-position: center; filter: saturate(.65) brightness(.58); }
.manifesto-photo::after { content: ""; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(7,16,13,.96), rgba(7,16,13,.35)); }
.manifesto-inner { position: relative; z-index: 2; }
.manifesto-copy { max-width: 760px; }
.manifesto-copy > p:last-child { max-width: 580px; margin-top: 1.4rem; color: #d7d5cc; }

.content-section { background: #0b1511; }
.media-track { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.2rem; }
.media-card { display: grid; grid-template-columns: minmax(180px,42%) 1fr; background: var(--panel); border: 1px solid var(--line); }
.media-card video { width: 100%; aspect-ratio: 9/16; object-fit: cover; background: #000; }
.media-card > div { display: flex; flex-direction: column; justify-content: flex-end; padding: 1.5rem; }
.media-card span { color: var(--gold); font-family: var(--serif); }
.media-card h3 { margin-top: .75rem; font-family: var(--serif); font-size: clamp(1.4rem,2vw,2rem); font-weight: 400; }
.media-card p { margin-top: .6rem; color: var(--muted); font-size: .86rem; }
.disclaimer { margin-top: 1rem; color: #989a92; font-size: .7rem; }

.social { background: var(--dark); }
.social-card { display: grid; grid-template-columns: 1fr 240px; gap: 3rem; align-items: center; padding: clamp(2rem,5vw,4rem); border: 1px solid rgba(212,173,97,.35); background: radial-gradient(circle at 88% 50%,rgba(96,67,160,.18),transparent 25%),var(--panel); }
.social-card h2 { max-width: 760px; }
.social-card p:not(.section-label) { max-width: 580px; margin: 1.2rem 0 1.7rem; color: var(--muted); }
.qr { padding: .8rem; background: #fff; transform: rotate(2deg); }
.qr img { width: 100%; }

.contact { text-align: center; background: radial-gradient(circle at 50% 40%,rgba(212,173,97,.15),transparent 28%),#07100d; }
.contact-inner h2 { max-width: 900px; margin-inline: auto; }
.contact-inner > p:not(.section-label) { margin-top: 1.2rem; color: var(--muted); }
.contact-actions { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; gap: 1rem 1.6rem; margin-top: 1.8rem; }
.contact-actions > a:not(.button) { color: #d7d6cf; border-bottom: 1px solid var(--line); font-size: .82rem; }

.floating-whatsapp { position: fixed; z-index: 90; right: 1rem; bottom: 1rem; display: flex; align-items: center; gap: .45rem; min-height: 48px; padding: .65rem .85rem; color: #07100d; background: var(--green); border-radius: 999px; box-shadow: 0 12px 35px rgba(0,0,0,.35); opacity: 0; pointer-events: none; transform: translateY(12px); transition: opacity .2s ease, transform .2s ease; font-size: .72rem; font-weight: 850; }
.floating-whatsapp.visible { opacity: 1; pointer-events: auto; transform: none; }
.site-footer { padding: 3.5rem 0 5.5rem; color: #aaa9a1; background: #040806; border-top: 1px solid var(--line); }
.footer-grid { display: grid; grid-template-columns: 2fr repeat(3,1fr); gap: 2.5rem; }
.footer-grid > div { display: flex; flex-direction: column; align-items: flex-start; gap: .5rem; }
.footer-grid > div:first-child p { max-width: 360px; margin-top: .6rem; font-size: .83rem; }
.footer-grid h2 { margin: 0 0 .35rem; color: #e2e0d8; font-family: var(--sans); font-size: .7rem; letter-spacing: .12em; text-transform: uppercase; }
.footer-grid a:not(.brand) { font-size: .8rem; }
.footer-bottom { display: flex; justify-content: space-between; gap: 2rem; margin-top: 2.5rem; padding-top: 1.2rem; border-top: 1px solid var(--line); font-size: .68rem; }

.legal-page { min-height: 100vh; padding: 7rem 0 5rem; }
.legal-content { max-width: 820px; }
.legal-content h1 { margin-bottom: 1rem; font-size: clamp(2.8rem,7vw,5.5rem); }
.legal-content h2 { margin: 2.6rem 0 .8rem; font-family: var(--sans); font-size: 1.2rem; letter-spacing: 0; }
.legal-content p,.legal-content li { color: #c5c4bc; }
.legal-content a { color: var(--gold-light); }
.legal-back { display: inline-flex; margin-bottom: 2.5rem; color: var(--gold-light); font-size: .8rem; letter-spacing: .08em; text-transform: uppercase; }
.legal-updated { color: var(--muted); font-size: .78rem; }

@media (max-width: 900px) {
  .nav-toggle { display: block; }
  .main-nav { position: fixed; inset: 68px 0 auto; display: none; flex-direction: column; align-items: stretch; gap: 0; padding: 1rem; background: rgba(7,16,13,.98); border-bottom: 1px solid var(--line); }
  .main-nav.open { display: flex; }
  .main-nav > a { min-height: 44px; display: flex; align-items: center; padding: .65rem .4rem; border-bottom: 1px solid var(--line); }
  .main-nav .nav-cta { justify-content: center; margin-top: .7rem; }
  .story-heading,.section-heading,.trajectory-grid { grid-template-columns: 1fr; }
  .story-intro { justify-self: start; }
  .offer-track { grid-template-columns: 1fr; }
  .offer-card { min-height: 330px; border-right: 0; border-bottom: 1px solid var(--line); }
  .offer-card:last-child { border-bottom: 0; }
  .media-card { grid-template-columns: minmax(180px,42%) 1fr; }
  .footer-grid { grid-template-columns: 2fr 1fr 1fr; }
  .footer-grid > div:last-child { grid-column: 2; }
}

@media (max-width: 640px) {
  .container { width: min(calc(100% - 2rem),var(--max)); }
  .section { padding: 4rem 0; }
  .hero { height: clamp(500px,calc(100svh - 64px),660px); min-height: 500px; }
  .header-inner { min-height: 64px; }
  .main-nav { inset-block-start: 64px; }
  .hero-photo { inset: 0; width: 100%; }
  .hero-photo img { object-position: 58% 18%; filter: saturate(.95) contrast(1.02) brightness(1.08); }
  .hero-shade { background: linear-gradient(0deg,#07100d 0%,rgba(7,16,13,.96) 42%,rgba(7,16,13,.18) 78%,rgba(7,16,13,.06) 100%),linear-gradient(90deg,rgba(7,16,13,.2),transparent); }
  .hero-inner { align-items: flex-end; padding: 64px 0 1.3rem; }
  .hero-copy { width: 100%; }
  .hero-copy .eyebrow { margin-bottom: .55rem; }
  .hero-copy h1 { max-width: 10ch; font-size: clamp(2.35rem,11vw,3.15rem); line-height: .94; }
  .hero-copy > p:not(.eyebrow) { max-width: 36rem; margin-top: .75rem; font-size: .9rem; line-height: 1.45; }
  .hero-actions { gap: .9rem; margin-top: 1rem; }
  .hero-actions .button { min-height: 48px; padding-inline: .9rem; font-size: .67rem; }
  .hero-actions .text-link { font-size: .67rem; }
  .hero-signature { display: none; }
  .risk-strip .container { align-items: flex-start; flex-direction: column; gap: .25rem; padding-block: .7rem; }
  .risk-strip a { margin-left: 0; }
  .story-heading,.section-heading { gap: 1rem; margin-bottom: 1.8rem; }
  .story-heading h2,.section-heading h2 { font-size: 2.55rem; }
  .story-intro > p { font-size: .85rem; }
  .story-card { flex-basis: min(300px,82vw); }
  .trajectory-grid { gap: 2rem; }
  .trajectory-title h2 { font-size: 2.55rem; }
  .offer-track,.media-track { display: flex; gap: .85rem; margin-right: -1rem; padding-right: 1rem; overflow-x: auto; scroll-snap-type: x mandatory; border: 0; }
  .offer-card { flex: 0 0 min(300px,82vw); min-height: 350px; border: 1px solid var(--line); scroll-snap-align: start; }
  .media-card { flex: 0 0 min(320px,84vw); display: block; scroll-snap-align: start; }
  .media-card video { max-height: 530px; }
  .media-card > div { min-height: 150px; }
  .manifesto { min-height: 560px; }
  .manifesto-photo img { object-position: 62% center; }
  .manifesto-photo::after { background: linear-gradient(0deg,rgba(7,16,13,.98),rgba(7,16,13,.4) 75%); }
  .manifesto-inner { align-self: end; padding-bottom: 2.5rem; }
  .manifesto-copy h2 { font-size: 2.55rem; }
  .social-card { grid-template-columns: 1fr; gap: 2rem; padding: 1.4rem; }
  .social-card h2 { font-size: 2.55rem; }
  .qr { display: none; }
  .contact-inner h2 { font-size: 2.65rem; }
  .contact-actions { flex-direction: column; }
  .floating-whatsapp { width: 50px; height: 50px; justify-content: center; padding: 0; }
  .floating-whatsapp span:last-child { display: none; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
  .footer-grid > div:first-child { grid-column: 1/-1; }
  .footer-grid > div:last-child { grid-column: auto; }
  .footer-bottom { align-items: flex-start; flex-direction: column; }
}

@media (max-width: 350px) {
  .hero-copy h1 { font-size: 2.25rem; }
  .hero-copy > p:not(.eyebrow) { font-size: .84rem; }
  .hero-actions { align-items: flex-start; flex-direction: column; gap: .35rem; }
  .hero-actions .button { width: 100%; }
}

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