:root{--felt: #163526;--felt-dark: #0d2118;--oro: #d4a24e;--oro-bright: #e8bd6f;--marfil: #f3ecdd;--tinta: #1b2430;--grana: #9b3b34;--display: "Fraunces", "Iowan Old Style", "Georgia", serif;--body: "Inter", system-ui, -apple-system, "Segoe UI", sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--felt);color:var(--marfil);font-family:var(--body);-webkit-font-smoothing:antialiased}a{color:inherit}.page{min-height:100vh;overflow-x:hidden}.hero{position:relative;padding:clamp(2rem,6vw,4.5rem) clamp(1.25rem,6vw,5rem) clamp(3rem,8vw,6rem);background:radial-gradient(ellipse 70% 55% at 78% 8%,rgba(212,162,78,.16),transparent 60%),radial-gradient(ellipse 90% 70% at 15% 100%,rgba(0,0,0,.35),transparent 65%),var(--felt);isolation:isolate}.hero:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:-1;opacity:.5;background-image:radial-gradient(rgba(243,236,221,.05) 1px,transparent 1px);background-size:3px 3px}.brand{position:relative;z-index:1;display:flex;align-items:center;gap:.6rem;font-family:var(--display);font-weight:600;font-size:1.05rem;letter-spacing:.02em;color:var(--oro-bright);margin-bottom:clamp(2.5rem,8vw,5rem)}.brand svg{width:1.6rem;height:1.6rem;color:var(--oro)}.hero-grid{position:relative;z-index:1;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,320px);align-items:center;gap:clamp(2rem,6vw,4rem);max-width:72rem;margin:0 auto}.hero-copy .eyebrow{font-size:.8rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:var(--oro);margin:0 0 .9rem}.hero-copy h1{font-family:var(--display);font-weight:600;font-size:clamp(2.8rem,7vw,4.6rem);line-height:.98;margin:0 0 1.2rem;color:var(--marfil)}.hero-copy h1 em{display:block;font-style:italic;color:var(--oro-bright)}.hero-copy p{font-size:clamp(1.02rem,1.6vw,1.18rem);line-height:1.6;max-width:34rem;color:#f3ecddd1;margin:0 0 2.2rem}.cta-row{display:flex;flex-wrap:wrap;gap:.9rem}.btn{display:inline-flex;align-items:center;gap:.55rem;font-family:var(--body);font-weight:600;font-size:1rem;padding:.85rem 1.5rem;border-radius:999px;border:1.5px solid transparent;text-decoration:none;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease}.btn svg{width:1.15rem;height:1.15rem}.btn-primary{background:var(--oro);color:var(--felt-dark);box-shadow:0 1px #00000026,0 10px 24px -10px #d4a24e8c}.btn-primary:hover{background:var(--oro-bright);transform:translateY(-1px)}.btn-ghost{background:transparent;border-color:#f3ecdd59;color:var(--marfil)}.btn-ghost:hover{border-color:var(--oro-bright);color:var(--oro-bright);transform:translateY(-1px)}.hero-crest{display:block;width:100%;max-width:300px;height:auto;margin:0 auto;border-radius:20px;box-shadow:0 30px 60px -20px #0009,0 0 0 1px #d4a24e40;animation:crest-in .8s cubic-bezier(.2,.8,.2,1) backwards}@keyframes crest-in{0%{opacity:0;transform:translateY(24px) scale(.94)}}@media (prefers-reduced-motion: reduce){.hero-crest{animation:none}}.suit-divider{display:flex;align-items:center;justify-content:center;gap:clamp(1.5rem,6vw,3.5rem);padding:2.25rem 1.25rem;background:var(--felt-dark);border-top:1px solid rgba(212,162,78,.18);border-bottom:1px solid rgba(212,162,78,.18)}.suit-item{display:flex;flex-direction:column;align-items:center;gap:.45rem;color:#f3ecdd8c}.suit-item svg{width:clamp(1.4rem,3vw,1.9rem);height:clamp(1.4rem,3vw,1.9rem);color:var(--oro)}.suit-item span{font-size:.72rem;letter-spacing:.1em;text-transform:uppercase;font-weight:600}.site-footer{padding:2.5rem 1.25rem 3rem;text-align:center;color:#f3ecdd73;font-size:.85rem}.site-footer p{margin:.3rem 0}@media (max-width: 760px){.hero-grid{grid-template-columns:1fr;text-align:center}.hero-copy p{margin-left:auto;margin-right:auto}.cta-row{justify-content:center}.hero-crest{order:-1;max-width:220px}.suit-divider{gap:clamp(1rem,8vw,2rem)}}
