:root { color-scheme: light; }
* { box-sizing: border-box; }
body { margin: 0; font-family: Arial, Helvetica, sans-serif; }
h1, h2, p { margin: 0; }
button, input, select, textarea { font: inherit; }
.site-shell { min-height: 100dvh; position: relative; overflow: hidden; background: #0d1d32; color: #f7f6f2; }
.site-shell::before { content: ""; position: fixed; inset: 0; z-index: 0; pointer-events: none; background-image: linear-gradient(90deg, rgba(7,20,36,.76) 0%, rgba(8,24,41,.57) 48%, rgba(8,24,41,.38) 100%), linear-gradient(180deg, rgba(10,25,43,.10) 0%, rgba(8,21,37,.52) 100%), url("/santiago-skyline.webp"); background-size: cover; background-position: center; background-repeat: no-repeat; }
.site-frame { width: min(1480px, calc(100% - 72px)); min-height: 100dvh; margin: 0 auto; position: relative; z-index: 1; display: flex; flex-direction: column; }
.site-header { min-height: 124px; display: flex; justify-content: space-between; align-items: center; gap: 24px; border-bottom: 1px solid rgba(255,255,255,.16); }
.brand-mark { display: block; width: min(440px, 68vw); height: auto; }
.header-actions { display: flex; align-items: center; gap: 28px; }
.language-switcher { display: inline-flex; align-items: center; gap: 8px; color: rgba(247,246,242,.48); font-size: .78rem; font-weight: 700; letter-spacing: .12em; }
.language-switcher button { appearance: none; border: 0; background: transparent; color: #aebdca; padding: 8px 3px; cursor: pointer; font-weight: 700; letter-spacing: .12em; }
.language-switcher button:hover, .language-switcher button:focus-visible, .language-switcher button.is-active { color: #e5ba78; }
.language-switcher button.is-active { border-bottom: 1px solid #b7894b; }
.language-switcher button:focus-visible { outline: 2px solid #b7894b; outline-offset: 3px; }
.social-link { color: #f7f6f2; font-size: .95rem; text-decoration: none; border-bottom: 1px solid #b7894b; padding: 8px 0; white-space: nowrap; }
.social-link:hover, .social-link:focus-visible { color: #dfbd8d; }
.social-link span:last-child { margin-left: 8px; }
.content-grid { display: grid; grid-template-columns: minmax(0, 1.18fr) minmax(400px, .82fr); gap: clamp(38px, 7vw, 120px); align-items: center; flex: 1; padding: clamp(56px, 7vh, 94px) 0; }
.intro { max-width: 770px; position: relative; }
.eyebrow, .panel-kicker { font-size: .78rem; font-weight: 700; letter-spacing: .13em; line-height: 1.55; }
.eyebrow { color: #e5ba78; margin-bottom: 30px; }
.eyebrow strong { color: #f7f6f2; font-weight: 700; }
.eyebrow-separator { color: #f7f6f2; opacity: .55; padding: 0 7px; }
.intro h1 { font-size: clamp(2.6rem, 4.6vw, 5rem); font-weight: 700; line-height: 1.13; letter-spacing: -.035em; text-wrap: balance; }
.intro h1 em { font-style: normal; color: #c69c62; }
.intro-copy { font-size: clamp(1.05rem, 1.32vw, 1.28rem); line-height: 1.7; max-width: 650px; color: #d6e0e6; margin-top: 31px; }
.intro-rule { width: 96px; height: 2px; background: #b7894b; margin-top: 52px; }
.intro-note { margin-top: 18px; font-size: .98rem; color: #c0ced7; line-height: 1.6; }
.contact-panel { background: #f7f6f2; color: #11253f; border-radius: 5px; padding: clamp(26px, 3vw, 52px); box-shadow: 0 28px 75px rgba(0,0,0,.19); border-top: 4px solid #b7894b; }
.panel-kicker { color: #896530; margin-bottom: 11px; }
.contact-panel h2 { font-size: clamp(1.6rem, 2.15vw, 2.35rem); font-weight: 700; line-height: 1.18; letter-spacing: -.025em; }
.panel-copy { margin-top: 12px; color: #4e5c69; font-size: 1rem; line-height: 1.6; }
.contact-form { display: grid; gap: 15px; margin-top: 28px; }
.form-row { display: grid; gap: 7px; }
.form-row label { font-size: .9rem; font-weight: 700; color: #25364a; }
.form-row input, .form-row textarea, .form-row select { background: #fff; border: 1px solid #bdc7cf; color: #11253f; border-radius: 3px; min-height: 44px; font-size: .96rem; width: 100%; padding: 10px 12px; }
.form-row textarea { min-height: 80px; resize: vertical; }
.form-row select { appearance: auto; }
.form-row input:focus-visible, .form-row textarea:focus-visible, .form-row select:focus-visible, .consent-row input:focus-visible, .submit-button:focus-visible { outline: 2px solid #b7894b; outline-offset: 2px; }
.consent-row { display: flex; gap: 11px; align-items: flex-start; margin-top: 5px; }
.consent-row label { color: #526172; font-size: .85rem; line-height: 1.5; cursor: pointer; }
.consent-row input { margin: 4px 0 0; flex: none; accent-color: #11253f; }
.submit-button { width: 100%; height: 48px; border: 0; background: #b7894b; color: #11253f; border-radius: 3px; font-size: .97rem; font-weight: 700; margin-top: 3px; padding: 0 16px; cursor: pointer; display: flex; align-items: center; justify-content: space-between; }
.submit-button:hover { background: #cba36c; }
.submit-button span:last-child { font-size: 1.2rem; }
.honeypot { position: absolute; left: -9999px; width: 1px; height: 1px; overflow: hidden; }
.site-footer { display: flex; justify-content: space-between; gap: 20px; border-top: 1px solid rgba(255,255,255,.16); padding: 23px 0 28px; color: #b9c9d4; font-size: .84rem; line-height: 1.5; }
.thank-you { flex: 1; padding: clamp(80px, 13vh, 160px) 0; max-width: 720px; }
.thank-you h1 { font-size: clamp(2.4rem, 5vw, 4.2rem); line-height: 1.13; }
.thank-you p:not(.eyebrow) { margin-top: 26px; font-size: 1.15rem; line-height: 1.7; color: #d6e0e6; }
.return-link { color: #e5ba78; text-decoration: none; border-bottom: 1px solid #b7894b; display: inline-block; margin-top: 42px; padding-bottom: 8px; }
@media (max-width: 980px) {
  .content-grid { grid-template-columns: 1fr; align-items: start; gap: 52px; }
  .intro { max-width: 780px; }
  .contact-panel { width: min(100%, 680px); }
}
@media (max-width: 600px) {
  .site-shell::before { background-position: 64% center; background-image: linear-gradient(180deg, rgba(7,20,36,.68) 0%, rgba(8,21,37,.78) 100%), url("/santiago-skyline.webp"); }
  .site-frame { width: calc(100% - 38px); }
  .site-header { min-height: 98px; gap: 12px; flex-wrap: wrap; padding: 16px 0; }
  .brand-mark { width: min(245px, 100%); }
  .header-actions { width: 100%; justify-content: space-between; gap: 13px; }
  .social-link { font-size: .8rem; }
  .language-switcher { gap: 5px; font-size: .7rem; }
  .content-grid { padding: 48px 0; gap: 44px; }
  .eyebrow { margin-bottom: 21px; }
  .eyebrow-separator { padding: 0 4px; }
  .intro h1 { font-size: clamp(2.3rem, 10vw, 3.4rem); }
  .intro-copy { margin-top: 23px; }
  .intro-rule { margin-top: 35px; }
  .contact-panel { padding: 25px 20px; }
  .site-footer { flex-direction: column; gap: 5px; }
}
