@import url("https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600&family=Cormorant+Garamond:ital,wght@0,300;0,400;0,500;0,600;1,300;1,400&family=Inter:wght@400;500;600&display=swap");.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}:root{--gold:#B8912A;--gold-light:#D4AA4A;--gold-pale:rgba(184,145,42,0.15);--black:#1A1A1A;--white:#FFFFFF;--bg-page:#F5F4F0;--text-muted:#000000;--border-light:rgba(26,26,26,0.12)}*,:after,:before{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{font-family:Cormorant Garamond,serif;color:var(--black);background:var(--bg-page);overflow-x:hidden}.header{background:var(--white);padding:18px 52px;position:-webkit-sticky;position:sticky;top:0;z-index:100;animation:fadeDown .6s ease both}.header,.logo-container{display:flex;align-items:center;justify-content:center}.logo-img{height:250px!important;width:auto!important;object-fit:contain}.lang-flags{gap:10px;position:fixed;top:14px;right:20px;z-index:200}.lang-flag-btn,.lang-flags{display:flex;align-items:center}.lang-flag-btn{background:none;border:2px solid transparent;border-radius:4px;padding:3px;cursor:pointer;opacity:.45;transition:opacity .2s,border-color .2s}.lang-flag-btn:hover{opacity:.8}.lang-flag-btn--active{opacity:1;border-color:var(--gold)}.section-divider{width:100%;height:3px;background:linear-gradient(to right,transparent,var(--gold),transparent);opacity:.8}.hero{display:grid;grid-template-columns:1fr 1fr;min-height:620px;animation:fadeUp .7s ease .1s both}.madrid-panel{position:relative;overflow:hidden;background:var(--black);min-height:580px}.madrid-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.08) 0,rgba(0,0,0,0));z-index:1}.madrid-text-group{display:none}.form-panel{background:var(--bg-page);padding:52px 64px;display:flex;flex-direction:column;justify-content:center}.form-heading{font-family:Playfair Display,serif;font-style:italic;font-size:2.1rem;font-weight:500;text-align:center;color:var(--black);margin-bottom:12px;line-height:1.25}.form-rule{width:72px;height:2px;background:var(--gold);margin:0 auto 18px}.form-subtitle{font-size:16px;color:var(--text-muted);text-align:center;line-height:1.7;margin-bottom:32px;max-width:460px;margin-left:auto;margin-right:auto}.form-grid-2{display:grid;grid-template-columns:1fr 1fr;grid-gap:24px;gap:24px}.form-group{display:flex;flex-direction:column;margin-bottom:18px}.form-group label{font-size:16px;font-weight:600;color:var(--black);margin-bottom:6px}.form-group input,.form-group textarea{background:transparent;border:none;border-bottom:1px solid var(--border-light);padding:8px 0;font-family:Cormorant Garamond,serif;font-size:16px;color:var(--black);outline:none;transition:border-color .25s}.form-group input:focus,.form-group textarea:focus{border-bottom-color:var(--gold)}.form-group input::placeholder,.form-group textarea::placeholder{color:rgba(26,26,26,.3)}.form-group textarea{resize:none;height:86px;line-height:1.6}.privacy-row{display:flex;align-items:flex-start;gap:10px;margin:14px 0 22px}.privacy-row input[type=checkbox]{width:14px;height:14px;margin-top:3px;accent-color:var(--gold);flex-shrink:0;cursor:pointer}.privacy-row label{font-size:16px;color:var(--text-muted);line-height:1.5;cursor:pointer}.privacy-row a{color:var(--black);text-decoration:underline;text-underline-offset:2px}.submit-btn{width:100%;padding:15px;background:var(--black);color:var(--white);font-family:Cormorant Garamond,serif;font-size:16px;font-weight:600;letter-spacing:.2em;text-transform:uppercase;border:none;cursor:pointer;transition:background .25s}.submit-btn:hover:not(:disabled){background:var(--gold)}.submit-btn:disabled{opacity:.55;cursor:not-allowed}.form-feedback{margin-top:14px;font-size:18px;text-align:center}.form-feedback--success{color:#2d7a3a}.field-error,.form-feedback--error{color:#c0392b}.field-error{display:block;margin-top:4px;font-size:13px}.about-section{background:var(--white);padding:80px 80px 72px;animation:fadeUp .7s ease .2s both}.about-inner{max-width:760px;margin:0 auto;text-align:center}.section-heading{font-family:Playfair Display,serif;font-style:italic;font-size:2.3rem;font-weight:500;color:var(--black);margin-bottom:12px;text-align:center}.section-rule{width:72px;height:2px;background:var(--gold);margin:0 auto 32px}.about-body{font-family:Inter,sans-serif;font-size:18px;line-height:1.85;color:var(--text-muted);text-align:justify;margin-bottom:18px}.footer{background:var(--bg-page);border-top:none;padding:48px 80px;display:flex;align-items:center;gap:72px;animation:fadeUp .7s ease .3s both}.footer-map{flex:1 1;min-width:0;height:240px;border-radius:8px;overflow:hidden;border:1px solid var(--border-light)}.footer-map iframe{width:100%;height:100%;border:none;display:block}.footer-logo img{height:80px;width:auto;object-fit:contain}.footer-contact{display:flex;flex-direction:column;gap:16px}.footer-contact-item{display:flex;align-items:flex-start;gap:12px}.footer-contact-icon{width:18px;height:18px;flex-shrink:0;color:var(--gold);margin-top:2px}.footer-contact-text{font-size:16px;color:var(--text-muted);line-height:1.55}.footer-bottom{background:var(--white);border-top:1px solid var(--border-light);padding:15px 80px;display:flex;align-items:center;justify-content:center;gap:20px}.footer-bottom-link{font-size:16px;color:var(--text-muted);text-decoration:none;letter-spacing:.02em;transition:color .2s}.footer-bottom-link:hover{color:var(--black)}.footer-bottom-sep{color:var(--border-light);font-size:16px}.footer-bottom-button{background:none;border:none;padding:0;cursor:pointer;font-family:inherit}.legal-page{background:var(--white);min-height:60vh;padding:72px 80px;animation:fadeUp .7s ease .1s both}.legal-inner{max-width:760px;margin:0 auto}.legal-section{margin-bottom:36px}.legal-section-heading{font-family:Cormorant Garamond,serif;font-size:1.1rem;font-weight:600;color:var(--black);margin-bottom:10px;letter-spacing:.02em}.legal-section-body{font-size:15px;line-height:1.8;text-align:justify}.legal-section-body,.legal-updated{font-family:Inter,sans-serif;color:var(--text-muted)}.legal-updated{font-size:13px;opacity:.6;margin-bottom:28px;letter-spacing:.02em}.legal-subheading{font-family:Cormorant Garamond,serif;font-size:1rem;font-weight:600;color:var(--black);margin:22px 0 8px;letter-spacing:.02em}.legal-list a,.legal-section-body a{color:var(--gold);text-decoration:underline;text-underline-offset:2px;word-break:break-word}.legal-list{font-family:Inter,sans-serif;font-size:15px;line-height:1.8;color:var(--text-muted);margin:0 0 14px;padding-left:22px}.legal-list li{margin-bottom:6px}.legal-table-wrap{overflow-x:auto;margin:14px 0 18px}.legal-table{width:100%;border-collapse:collapse;font-family:Inter,sans-serif;font-size:13.5px;line-height:1.6;color:var(--text-muted)}.legal-table td,.legal-table th{border:1px solid var(--border-light);padding:9px 12px;text-align:left;vertical-align:top}.legal-table th{background:var(--bg-page);color:var(--black);font-weight:600}@keyframes fadeDown{0%{opacity:0;transform:translateY(-12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:900px){.header{padding:14px 24px}.logo-img{height:200px!important}.hero{grid-template-columns:1fr}.madrid-panel{min-height:260px}.form-panel{padding:36px 24px}.form-grid-2{grid-template-columns:1fr;gap:0}.form-heading{font-size:1.75rem}.about-section{padding:52px 28px}.section-heading{font-size:1.85rem}.about-body{font-size:16px}.footer{flex-direction:column;gap:32px;padding:40px 24px}.footer-map{width:100%;height:200px;margin-left:0}.footer-bottom{padding:14px 24px;flex-wrap:wrap;gap:12px}}.cookie-banner{position:fixed;left:0;right:0;bottom:0;z-index:300;background:var(--white);border-top:2px solid var(--gold);box-shadow:0 -6px 24px rgba(26,26,26,.1);padding:20px 32px;display:flex;align-items:center;justify-content:center;gap:28px;flex-wrap:wrap;animation:fadeUp .4s ease both}.cookie-banner-text{font-family:Inter,sans-serif;font-size:14px;line-height:1.6;color:var(--text-muted);max-width:720px}.cookie-banner-link{color:var(--black);text-decoration:underline;text-underline-offset:2px}.cookie-banner-actions{display:flex;gap:12px;flex-shrink:0}.cookie-btn{font-family:Cormorant Garamond,serif;font-size:14px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;padding:11px 26px;border:1px solid var(--black);background:transparent;cursor:pointer;transition:background .25s,color .25s,border-color .25s}.cookie-btn--accept{background:var(--black);color:var(--white)}.cookie-btn--accept:hover{background:var(--gold);border-color:var(--gold)}.cookie-btn--deny{color:var(--black)}.cookie-btn--deny:hover{background:var(--black);color:var(--white)}@media (max-width:900px){.cookie-banner{padding:18px 20px;gap:16px}.cookie-banner-actions{width:100%}.cookie-btn{flex:1 1;padding:11px 16px}}