
:root {
  --ink: #11110f;
  --ink-soft: #1a1916;
  --paper: #f4f1e9;
  --white: #ffffff;
  --gold: #e7b720;
  --gold-bright: #ffd54a;
  --muted: #6c6a63;
  --line: rgba(17,17,15,.14);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: Arial, Helvetica, sans-serif; }
a { color: inherit; text-decoration: none; }
.container { width: min(1180px, calc(100% - 48px)); margin-inline: auto; }

.announcement { background: var(--ink); color: #dfddd7; font-size: 12px; letter-spacing: .045em; }
.announcement-inner { min-height: 36px; display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.announcement a { color: var(--gold-bright); display: inline-flex; align-items: center; gap: 8px; font-weight: 700; }
.announcement svg, .button svg, .text-link svg, .category-content a svg { width: 17px; height: 17px; transition: transform .2s ease; }
.announcement a:hover svg, .button:hover svg, .text-link:hover svg, .category-content a:hover svg { transform: translateX(4px); }

.site-header { position: sticky; top: 0; z-index: 20; background: rgba(244,241,233,.91); backdrop-filter: blur(16px); border-bottom: 1px solid rgba(17,17,15,.08); }
.nav-wrap { height: 78px; display: flex; align-items: center; justify-content: space-between; gap: 30px; }
.brand { display: flex; align-items: center; gap: 11px; font-size: 22px; font-weight: 950; letter-spacing: -.06em; }
.brand > span:last-child > span { color: #c99400; }
.brand-mark { width: 35px; height: 35px; display: grid; place-items: center; background: var(--ink); color: var(--gold); border: 2px solid var(--gold); clip-path: polygon(50% 0, 92% 22%, 92% 72%, 50% 100%, 8% 72%, 8% 22%); font-size: 14px; }
nav { display: flex; align-items: center; gap: 34px; font-size: 13px; font-weight: 700; }
nav a { position: relative; }
nav a::after { content: ""; position: absolute; height: 2px; width: 0; left: 0; bottom: -8px; background: var(--gold); transition: width .2s ease; }
nav a:hover::after { width: 100%; }
.button { min-height: 52px; padding: 0 22px; background: var(--gold); color: var(--ink); display: inline-flex; align-items: center; justify-content: center; gap: 13px; font-size: 13px; font-weight: 900; letter-spacing: .01em; border: 1px solid var(--gold); transition: background .2s ease, transform .2s ease; }
.button:hover { background: var(--gold-bright); transform: translateY(-2px); }
.button-small { min-height: 43px; padding-inline: 17px; }

.hero { position: relative; overflow: hidden; padding: 76px 0 0; background: var(--paper); }
.hero-grid-lines, .cta-grid { position: absolute; inset: 0; pointer-events: none; opacity: .5; background-image: linear-gradient(rgba(17,17,15,.055) 1px, transparent 1px), linear-gradient(90deg, rgba(17,17,15,.055) 1px, transparent 1px); background-size: 72px 72px; mask-image: linear-gradient(to bottom, black, transparent 88%); }
.hero-layout { position: relative; display: grid; grid-template-columns: 1.06fr .94fr; min-height: 570px; align-items: center; gap: 60px; }
.hero-copy { position: relative; z-index: 2; padding-bottom: 56px; }
.eyebrow, .kicker { display: flex; align-items: center; gap: 10px; text-transform: uppercase; letter-spacing: .17em; font-size: 11px; font-weight: 900; }
.eyebrow span { width: 24px; height: 2px; background: var(--gold); }
.hero h1 { margin: 22px 0 24px; font-size: clamp(52px, 5.4vw, 78px); line-height: .94; letter-spacing: -.067em; font-weight: 900; }
.hero h1 em { font-family: Georgia, 'Times New Roman', serif; font-weight: 400; color: #bb8900; }
.hero h1 strong { font-weight: 900; position: relative; }
.hero h1 strong::after { content: ""; position: absolute; left: 0; right: 0; bottom: -5px; height: 8px; background: var(--gold); z-index: -1; transform: skewX(-12deg); }
.hero-copy > p { max-width: 610px; color: var(--muted); font-size: 18px; line-height: 1.72; margin: 0; }
.hero-actions { display: flex; align-items: center; gap: 28px; margin-top: 34px; }
.text-link { display: inline-flex; align-items: center; gap: 10px; font-size: 13px; font-weight: 800; border-bottom: 1px solid var(--ink); padding-bottom: 5px; }
.trust-row { display: grid; grid-template-columns: repeat(2, 1fr); gap: 26px; margin-top: 38px; padding-top: 28px; border-top: 1px solid var(--line); max-width: 610px; }
.trust-row > div { display: flex; align-items: flex-start; gap: 12px; }
.trust-row svg { width: 20px; color: #b28100; flex: 0 0 auto; }
.trust-row span { display: flex; flex-direction: column; gap: 5px; }
.trust-row strong { font-size: 12px; }
.trust-row small { font-size: 11px; color: var(--muted); }

.hero-visual { min-height: 550px; position: relative; display: grid; place-items: center; }
.logo-stage { position: relative; z-index: 2; width: min(440px, 91%); aspect-ratio: 1; background: #fff; border: 1px solid rgba(17,17,15,.12); box-shadow: 0 34px 80px rgba(17,17,15,.17); transform: rotate(2.5deg); overflow: hidden; }
.logo-stage::before { content: ""; position: absolute; inset: 14px; border: 1px solid rgba(201,148,0,.38); z-index: 2; pointer-events: none; }
.logo-stage img { width: 100%; height: 100%; object-fit: cover; }
.gold-orbit { position: absolute; border: 1px solid rgba(187,137,0,.35); border-radius: 50%; }
.orbit-one { width: 520px; height: 520px; }
.orbit-two { width: 600px; height: 600px; border-style: dashed; animation: rotate 30s linear infinite; }
@keyframes rotate { to { transform: rotate(360deg); } }
.floating-note { position: absolute; z-index: 3; display: flex; align-items: center; gap: 10px; padding: 11px 15px; background: var(--ink); color: white; font-size: 10px; text-transform: uppercase; letter-spacing: .1em; box-shadow: 0 10px 26px rgba(17,17,15,.18); }
.floating-note span { color: var(--gold); font-weight: 900; }
.note-top { top: 70px; right: -8px; }
.note-bottom { bottom: 55px; left: -12px; }
.proof-strip { position: relative; z-index: 3; min-height: 75px; display: flex; align-items: center; justify-content: space-between; border-top: 1px solid var(--line); text-transform: uppercase; font-size: 10px; letter-spacing: .13em; font-weight: 900; }
.proof-strip span { width: 4px; height: 4px; background: var(--gold); transform: rotate(45deg); }

.section { padding: 118px 0; }
.section-heading { display: grid; grid-template-columns: 1fr .55fr; align-items: end; gap: 90px; margin-bottom: 56px; }
.kicker { color: #9c7300; margin: 0 0 17px; }
.section-heading h2, .manifesto h2, .cta-card h2 { margin: 0; font-size: clamp(40px, 4.8vw, 62px); letter-spacing: -.055em; line-height: 1.02; }
.section-heading > p { color: var(--muted); line-height: 1.75; margin: 0; }
.categories { background: #fff; }
.category-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.category-card { position: relative; min-height: 540px; overflow: hidden; padding: 34px; display: flex; align-items: flex-end; }
.card-dark { color: white; background: var(--ink); }
.card-light { color: var(--ink); background: #ece8df; border: 1px solid #ded8cb; }
.card-number { position: absolute; z-index: 4; top: 30px; left: 34px; font-family: Georgia, serif; color: var(--gold); font-size: 13px; }
.category-content { position: relative; z-index: 4; width: 100%; }
.category-icon { width: 46px; height: 46px; color: var(--gold); margin-bottom: 18px; }
.category-content h3 { font-size: 36px; letter-spacing: -.04em; margin: 0 0 10px; }
.category-content p { width: min(390px, 83%); line-height: 1.6; opacity: .68; margin: 0 0 24px; }
.category-content a { display: inline-flex; align-items: center; gap: 10px; font-size: 12px; font-weight: 900; text-transform: uppercase; letter-spacing: .06em; border-bottom: 1px solid currentColor; padding-bottom: 5px; }
.printer-scene, .spool-scene { position: absolute; inset: 0; overflow: hidden; }
.printer-scene::after, .spool-scene::after { content: ""; position: absolute; inset: 0; background: linear-gradient(to top, rgba(17,17,15,.95) 5%, transparent 66%); }
.printer-frame { position: absolute; width: 270px; height: 300px; border: 20px solid #2b2b28; border-bottom-width: 32px; top: 62px; right: 60px; box-shadow: inset 0 0 0 2px #616158, 25px 25px 65px rgba(0,0,0,.5); }
.printer-head { position: absolute; width: 70px; height: 44px; background: #5a5a53; top: 42px; left: 80px; border-bottom: 12px solid var(--gold); }
.printer-object { position: absolute; width: 86px; height: 110px; bottom: 14px; left: 73px; background: linear-gradient(135deg, var(--gold-bright), #a97600); clip-path: polygon(50% 0, 100% 23%, 80% 100%, 20% 100%, 0 23%); }
.printer-bed { position: absolute; left: 30px; right: 30px; bottom: 0; height: 13px; background: #77766e; }
.spool { position: absolute; border-radius: 50%; border: 28px solid #ddd7ca; background: repeating-radial-gradient(circle, #ca9710 0 4px, #f0c449 5px 9px); box-shadow: 0 30px 55px rgba(0,0,0,.19); }
.spool i { position: absolute; width: 62px; height: 62px; border-radius: 50%; background: #e9e4d8; border: 6px solid #c9c2b3; left: 50%; top: 50%; transform: translate(-50%, -50%); }
.spool-front { width: 245px; height: 245px; right: 36px; top: 75px; transform: rotate(-12deg); }
.spool-back { width: 210px; height: 210px; right: 220px; top: 135px; filter: brightness(.82); transform: rotate(17deg); }
.spool-scene::after { background: linear-gradient(to top, #ece8df 6%, transparent 68%); }
.material-tags { display: flex; flex-wrap: wrap; gap: 10px; margin-top: 24px; }
.material-tags span { padding: 10px 16px; border: 1px solid #ded8cb; background: #f8f6f0; font-size: 11px; font-weight: 800; }

.manifesto { background: var(--ink); color: white; overflow: hidden; }
.manifesto-layout { display: grid; grid-template-columns: .78fr 1.22fr; gap: 90px; align-items: center; }
.manifesto-mark { position: relative; display: grid; place-items: center; width: 390px; height: 390px; border-radius: 50%; border: 1px solid rgba(231,183,32,.28); }
.manifesto-mark::before, .manifesto-mark::after { content: ""; position: absolute; border-radius: 50%; border: 1px dashed rgba(231,183,32,.22); }
.manifesto-mark::before { inset: 30px; }
.manifesto-mark::after { inset: 75px; background: radial-gradient(circle, rgba(231,183,32,.12), transparent 68%); }
.manifesto-mark > span { position: relative; z-index: 2; color: var(--gold); font-weight: 950; text-align: center; font-size: 29px; line-height: 1; text-transform: uppercase; letter-spacing: -.04em; }
.stamp-ring { position: absolute; inset: -20px; border: 1px solid rgba(231,183,32,.3); border-radius: 50%; display: grid; place-items: center; color: rgba(255,255,255,.35); font-size: 10px; letter-spacing: .5em; animation: rotate 40s linear infinite; }
.manifesto h2 { font-size: clamp(42px, 5vw, 66px); }
.manifesto h2 em { color: var(--gold); font-family: Georgia, serif; font-weight: 400; }
.manifesto .lead { max-width: 650px; color: #aaa79f; font-size: 17px; line-height: 1.8; margin: 28px 0 42px; }
.feature-list { border-top: 1px solid rgba(255,255,255,.16); }
.feature-list article { display: grid; grid-template-columns: 55px 1fr; gap: 18px; padding: 23px 0; border-bottom: 1px solid rgba(255,255,255,.16); }
.feature-list article > span { color: var(--gold); font-family: Georgia, serif; font-size: 12px; }
.feature-list h3 { margin: 0 0 7px; font-size: 17px; }
.feature-list p { margin: 0; color: #918f89; font-size: 13px; line-height: 1.6; }

.process { background: #f1ede4; }
.section-heading.compact { grid-template-columns: 1fr; }
.process-grid { display: grid; grid-template-columns: repeat(3, 1fr); }
.process-grid article { padding: 0 36px; border-left: 1px solid var(--line); }
.process-grid article:first-child { padding-left: 0; border-left: 0; }
.process-grid article > span { font-family: Georgia, serif; font-size: 13px; color: #9c7300; }
.process-line { width: 100%; height: 2px; background: var(--ink); margin: 24px 0 32px; position: relative; }
.process-line::after { content: ""; width: 9px; height: 9px; background: var(--gold); border: 3px solid var(--paper); position: absolute; right: -4px; top: -4px; transform: rotate(45deg); }
.process-grid h3 { font-size: 22px; letter-spacing: -.03em; margin: 0 0 13px; }
.process-grid p { color: var(--muted); line-height: 1.7; font-size: 14px; margin: 0; }

.cta-section { background: #f1ede4; padding: 0 0 110px; }
.cta-card { position: relative; overflow: hidden; color: white; background: #b98700; padding: 66px 72px; display: grid; grid-template-columns: 1.1fr .9fr; gap: 80px; align-items: center; }
.cta-grid { opacity: .16; mask-image: none; background-image: linear-gradient(rgba(255,255,255,.2) 1px, transparent 1px), linear-gradient(90deg, rgba(255,255,255,.2) 1px, transparent 1px); }
.cta-card > div:not(.cta-grid) { position: relative; z-index: 2; }
.cta-card .kicker { color: white; opacity: .7; }
.cta-card h2 { font-size: clamp(42px, 4.8vw, 62px); }
.cta-side p { margin: 0 0 24px; line-height: 1.7; opacity: .84; }
.button-light { background: var(--ink); color: white; border-color: var(--ink); }
.button-light:hover { background: #25241f; }
.cta-side small { display: block; margin-top: 15px; opacity: .67; font-size: 10px; letter-spacing: .08em; text-transform: uppercase; }

footer { background: var(--ink); color: white; padding: 74px 0 24px; }
.footer-main { display: grid; grid-template-columns: 1.65fr repeat(3, 1fr); gap: 55px; padding-bottom: 62px; }
.brand-footer { color: white; margin-bottom: 22px; }
.footer-brand p { max-width: 290px; color: #7e7c76; line-height: 1.7; font-size: 13px; }
.footer-main h3 { color: var(--gold); font-size: 10px; text-transform: uppercase; letter-spacing: .16em; margin: 8px 0 24px; }
.footer-main > div:not(:first-child) { display: flex; flex-direction: column; align-items: flex-start; gap: 14px; }
.footer-main > div:not(:first-child) a, .footer-main > div:not(:first-child) p { color: #a09e98; font-size: 12px; margin: 0; }
.footer-main a:hover { color: white !important; }
.footer-bottom { border-top: 1px solid rgba(255,255,255,.11); display: flex; justify-content: space-between; padding-top: 23px; color: #66645f; font-size: 10px; text-transform: uppercase; letter-spacing: .08em; }
.whatsapp-float { position: fixed; right: 24px; bottom: 24px; z-index: 30; min-height: 50px; padding: 0 18px; border-radius: 999px; display: flex; align-items: center; gap: 9px; background: #17863f; color: white; box-shadow: 0 12px 30px rgba(10,55,27,.3); font-size: 12px; font-weight: 900; transition: transform .2s ease, background .2s ease; }
.whatsapp-float:hover { transform: translateY(-3px); background: #116d33; }
.whatsapp-float svg { width: 22px; height: 22px; }

@media (max-width: 980px) {
  nav { display: none; }
  .hero { padding-top: 48px; }
  .hero-layout { grid-template-columns: 1fr; gap: 10px; }
  .hero-copy { padding-bottom: 10px; }
  .hero-visual { min-height: 510px; }
  .section-heading { grid-template-columns: 1fr; gap: 22px; }
  .manifesto-layout { grid-template-columns: 1fr; }
  .manifesto-mark { margin-inline: auto; }
  .footer-main { grid-template-columns: 1.4fr 1fr 1fr; }
  .footer-main > div:last-child { grid-column: 2; }
}

@media (max-width: 720px) {
  .container { width: min(100% - 30px, 1180px); }
  .announcement-inner > span { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
  .announcement a { display: none; }
  .nav-wrap { height: 66px; }
  .nav-wrap > .button { display: none; }
  .hero { padding-top: 42px; }
  .hero h1 { font-size: 51px; }
  .hero-copy > p { font-size: 16px; }
  .hero-actions { align-items: stretch; flex-direction: column; gap: 20px; }
  .text-link { align-self: flex-start; }
  .trust-row { grid-template-columns: 1fr; gap: 16px; }
  .hero-visual { min-height: 390px; }
  .logo-stage { width: min(335px, 88vw); }
  .orbit-one { width: 360px; height: 360px; }
  .orbit-two { width: 420px; height: 420px; }
  .note-top { top: 30px; right: 0; }
  .note-bottom { bottom: 18px; left: 0; }
  .proof-strip { flex-wrap: wrap; justify-content: flex-start; gap: 18px; padding: 20px 0; }
  .proof-strip span { display: none; }
  .proof-strip p { width: calc(50% - 10px); margin: 0; }
  .section { padding: 82px 0; }
  .section-heading h2, .manifesto h2, .cta-card h2 { font-size: 40px; }
  .category-grid { grid-template-columns: 1fr; }
  .category-card { min-height: 500px; padding: 26px; }
  .printer-frame { right: 20px; }
  .category-content p { width: 100%; }
  .manifesto-layout { gap: 66px; }
  .manifesto-mark { width: 280px; height: 280px; }
  .process-grid { grid-template-columns: 1fr; gap: 42px; }
  .process-grid article, .process-grid article:first-child { border-left: 0; padding: 0; }
  .cta-section { padding-bottom: 70px; }
  .cta-card { padding: 48px 28px; grid-template-columns: 1fr; gap: 34px; }
  .footer-main { grid-template-columns: 1fr 1fr; }
  .footer-brand { grid-column: 1 / -1; }
  .footer-main > div:last-child { grid-column: 1 / -1; }
  .footer-bottom { flex-direction: column; gap: 12px; }
  .whatsapp-float { right: 15px; bottom: 15px; min-height: 48px; padding: 0 15px; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .orbit-two, .stamp-ring { animation: none; }
  * { transition-duration: .01ms !important; }
}
