:root{--bg: #fcfaf6;--surface: #ffffff;--surface-alt: #f2ece3;--text: #2b2620;--muted: #6d655c;--line: #ddd3c6;--brand: #7c5c3b;--brand-dark: #5f4428;--accent: #c79a67;--shadow: 0 14px 40px rgba(71, 56, 37, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;background:var(--bg);color:var(--text)}a{color:inherit;text-decoration:none}img{display:block;max-width:100%}.container{width:min(1120px,calc(100% - 2rem));margin:0 auto}.topbar{position:sticky;top:0;z-index:20;background:#fcfaf6e0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(124,92,59,.08)}.topbar-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem 0}.brand{display:inline-flex;align-items:center;gap:.85rem}.brand strong,.brand small{display:block}.brand strong{font-size:1rem}.brand small{color:var(--muted)}.brand-mark{width:2.5rem;height:2.5rem;display:grid;place-items:center;border-radius:999px;background:linear-gradient(135deg,var(--accent),var(--brand));color:#fff;font-weight:700}.nav{display:flex;gap:1.5rem;color:var(--muted)}.button{display:inline-flex;align-items:center;justify-content:center;min-height:2.9rem;padding:.8rem 1.25rem;border-radius:999px;font-weight:600;transition:.2s ease;border:1px solid transparent}.button:hover{transform:translateY(-1px)}.button-primary{background:var(--brand);color:#fff;box-shadow:var(--shadow)}.button-primary:hover{background:var(--brand-dark)}.button-ghost{background:#ffffff1f;color:#fff;border-color:#ffffff3d}.hero-photo{position:relative;min-height:82vh;display:flex;align-items:end;background-image:url(/images/aurora-segovia-hero.jpg);background-size:cover;background-position:center center}.hero-overlay{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(180deg,#18161426,#18161461 45%,#181614b8)}.hero-layout{position:relative;z-index:1;padding:6rem 0 4rem}.hero-panel{max-width:42rem;color:#fff}.eyebrow{display:inline-block;margin-bottom:1rem;padding:.45rem .85rem;border-radius:999px;background:#ffffff29;color:#fff;font-size:.9rem;font-weight:600}h1,h2,h3,h4{margin:0;line-height:1.08}h1{font-size:clamp(2.8rem,6vw,5.1rem);letter-spacing:-.04em;max-width:11ch}h2{font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.04em}.hero-copy,.section-heading p,.step-card p,.contact-card li,.faq-item p,.footer p,.gallery-copy p{color:var(--muted);line-height:1.75}.hero-copy-light{color:#ffffffe0}.hero-copy{margin:1.5rem 0 0;max-width:62ch;font-size:1.08rem}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:2rem}.stats{list-style:none;padding:0;margin:2.2rem 0 0;display:flex;gap:1rem;flex-wrap:wrap}.stats li{min-width:11rem;padding:1rem 1.1rem;border-radius:1.25rem;border:1px solid rgba(255,255,255,.18);background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.stats strong,.stats span{display:block}.stats strong{font-size:1.3rem;margin-bottom:.25rem;color:#fff}.stats span{color:#ffffffd1;font-size:.95rem}.section{padding:5rem 0}.section-alt{background:linear-gradient(180deg,#f2ece394,#f2ece333)}.section-heading{max-width:50rem;margin-bottom:2rem}.section-heading.narrow{max-width:42rem}.grid{display:grid;gap:1.25rem}.cards-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card,.contact-card,.faq-item{background:var(--surface);border:1px solid var(--line);border-radius:1.5rem;box-shadow:var(--shadow)}.card{padding:1.5rem}.card h3,.contact-card h3,.faq-item summary{font-size:1.1rem}.gallery-feature{display:grid;grid-template-columns:1.35fr .65fr;gap:1.25rem;align-items:stretch}.gallery-feature img{width:100%;height:100%;min-height:24rem;object-fit:cover;border-radius:1.75rem;box-shadow:var(--shadow)}.gallery-copy{padding:1.6rem}.step-number{display:inline-grid;place-items:center;width:2.4rem;height:2.4rem;margin-bottom:1rem;border-radius:999px;background:var(--surface-alt);color:var(--brand-dark);font-weight:800}.split-panel{display:grid;grid-template-columns:1.2fr .8fr;gap:1.5rem;align-items:start}.contact-card{padding:1.5rem}.contact-card ul,.footer-list{list-style:none;padding:0;margin:1rem 0 0}.contact-card li,.footer-list li{margin-bottom:.7rem}.faq-list{display:grid;gap:1rem}.faq-item{padding:1.1rem 1.3rem}.faq-item summary{cursor:pointer;list-style:none;font-weight:700}.faq-item summary::-webkit-details-marker{display:none}.faq-item p{margin:.9rem 0 0}.footer{padding:3rem 0;border-top:1px solid rgba(124,92,59,.1)}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr .8fr;gap:2rem}@media (max-width: 920px){.cards-3,.split-panel,.footer-grid,.gallery-feature{grid-template-columns:1fr}.nav{display:none}}@media (max-width: 640px){.topbar-inner{flex-wrap:wrap}.hero-photo{min-height:76vh}.stats li{width:100%}}
