.skip-link { position: fixed; z-index: 10000; top: .75rem; left: .75rem; padding: .7rem .9rem; border: 2px solid currentColor; background: #f3eee4; color: #080807; font-weight: 600; text-decoration: none; transform: translateY(-200%); }
.skip-link:focus { transform: translateY(0); }
:root { color-scheme: dark; --ink: #f3eee4; --muted: #bdb3a5; --gold: #d2ae72; --line: rgb(210 174 114 / 30%); --panel: rgb(13 13 12 / 90%); }
* { box-sizing: border-box; }
body { margin: 0; min-width: 320px; min-height: 100vh; background: #090908; color: var(--ink); font-family: "DM Sans", sans-serif; font-weight: 400; }
body::before { position: fixed; z-index: -2; inset: 0; background: url("assets/alarcon-studio-hero.webp") center/cover; content: ""; filter: brightness(.3) saturate(.75); }
body::after { position: fixed; z-index: -1; inset: 0; background: linear-gradient(120deg, rgb(5 5 5 / 84%), rgb(5 5 5 / 45%)); content: ""; }
a { color: inherit; }
.contact-page { display: grid; grid-template-rows: auto 1fr auto; min-height: 100svh; }
.contact-header, .contact-main, .contact-footer { width: min(100% - 8vw, 1280px); margin-inline: auto; }
.contact-header { position: sticky; z-index: 100; top: 0; display: flex; align-items: center; justify-content: space-between; padding-block: 1.6rem 1rem; border-bottom: 1px solid var(--line); background: rgb(9 9 8 / 88%); box-shadow: 0 .75rem 2rem rgb(0 0 0 / 12%); backdrop-filter: blur(14px); }
.brand { display: inline-flex; align-items: center; gap: .8rem; text-decoration: none; }
.brand-mark { display: block; width: 2.35rem; aspect-ratio: 1; padding: .22rem; border: 1px solid var(--gold); background: rgb(8 8 7 / 78%); object-fit: contain; }
.brand-name { font-size: .9rem; font-weight: 500; letter-spacing: .18em; text-transform: uppercase; }
.back-link { padding-bottom: .3rem; border-bottom: 1px solid var(--gold); color: var(--muted); font-size: .63rem; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
.contact-main { display: grid; grid-template-columns: minmax(17rem, .75fr) minmax(30rem, 1.25fr); gap: clamp(3rem, 7vw, 8rem); align-items: start; padding-block: clamp(3rem, 7vw, 6.5rem); }
.contact-intro { position: sticky; top: 3rem; }
.eyebrow { margin: 0 0 1rem; color: var(--gold); font-size: .66rem; font-weight: 600; letter-spacing: .22em; text-transform: uppercase; }
h1 { margin: 0; font-size: clamp(3.2rem, 6.5vw, 6rem); font-weight: 300; letter-spacing: -.055em; line-height: .92; }
.contact-intro > p:not(.eyebrow) { max-width: 31rem; margin: 1.7rem 0 0; color: var(--muted); font-size: .94rem; line-height: 1.75; }
.contact-phone { display: flex; align-items: baseline; gap: .8rem; margin-top: 1rem !important; font-size: .78rem !important; letter-spacing: .06em; }
.contact-phone span { color: var(--gold); font-size: .6rem; letter-spacing: .16em; text-transform: uppercase; }
.contact-phone a { color: var(--ink); text-decoration: none; border-bottom: 1px solid var(--gold); }
.contact-phone a:hover, .contact-phone a:focus-visible { color: var(--gold); }
.form-panel { padding: clamp(1.5rem, 4vw, 3rem); border: 1px solid var(--line); background: var(--panel); box-shadow: 0 2rem 5rem rgb(0 0 0 / 30%); backdrop-filter: blur(14px); }
form { display: grid; grid-template-columns: 1fr 1fr; gap: 1.4rem 1.25rem; }
.field { display: flex; flex-direction: column; gap: .55rem; }
.field--full { grid-column: 1 / -1; }
label { font-size: .66rem; font-weight: 600; letter-spacing: .13em; text-transform: uppercase; }
label span, small { color: var(--muted); font-size: .58rem; font-weight: 400; letter-spacing: .08em; }
input, select, textarea { width: 100%; border: 1px solid rgb(210 174 114 / 23%); border-radius: 0; outline: 0; background: rgb(4 4 4 / 56%); color: var(--ink); font: inherit; transition: border-color 160ms ease, box-shadow 160ms ease; }
input, select { min-height: 3rem; padding: .75rem .85rem; }
textarea { min-height: 9rem; padding: .85rem; resize: vertical; line-height: 1.6; }
input:focus, select:focus, textarea:focus { border-color: var(--gold); box-shadow: 0 0 0 3px rgb(210 174 114 / 12%); }
select option { background: #11110f; }
.bot-field { position: absolute; left: -10000px; }
.submission-frame { display: none; }
.form-footer { display: flex; align-items: center; justify-content: space-between; gap: 2rem; margin-top: .4rem; }
.form-footer p { max-width: 25rem; margin: 0; color: var(--muted); font-size: .68rem; line-height: 1.6; } .form-footer a { color: var(--ink); text-decoration-color: var(--gold); text-underline-offset: .15em; }
button { min-width: 10rem; padding: .9rem 1.15rem; border: 1px solid var(--gold); background: var(--gold); color: #0b0a08; cursor: pointer; font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-transform: uppercase; transition: background 160ms ease, color 160ms ease; }
button:hover, button:focus-visible { background: transparent; color: var(--gold); }
button:disabled { cursor: wait; opacity: .72; }
.contact-footer { display: flex; justify-content: space-between; padding-block: 1rem 1.35rem; border-top: 1px solid var(--line); color: var(--muted); font-size: .62rem; letter-spacing: .14em; text-transform: uppercase; }
.contact-footer p { margin: 0; } .footer-privacy { margin-left: .9rem; border-bottom: 1px solid var(--gold); color: var(--ink); text-decoration: none; }
.about-content h2 { max-width: 38rem; margin: 0 0 1.5rem; font-size: clamp(2rem, 4vw, 3.4rem); font-weight: 300; letter-spacing: -.04em; line-height: 1.05; }
.about-content > p:not(.eyebrow) { max-width: 42rem; color: var(--muted); font-size: .94rem; line-height: 1.8; }
.about-action { display: inline-block; margin-top: 1.4rem; padding-bottom: .45rem; border-bottom: 1px solid var(--gold); font-size: .65rem; font-weight: 600; letter-spacing: .14em; text-decoration: none; text-transform: uppercase; }
@media (max-width: 800px) {
  .contact-header, .contact-main, .contact-footer { width: min(100% - 2.5rem, 1280px); }
  .brand-name { display: none; }
  .contact-main { display: block; padding-block: 2.8rem; }
  .contact-intro { position: static; margin-bottom: 2.25rem; }
  .form-panel { padding: 1.35rem; }
  form { grid-template-columns: 1fr; }
  .field--full { grid-column: auto; }
  .form-footer { align-items: stretch; flex-direction: column; gap: 1.25rem; }
  button { width: 100%; }
  .contact-footer { align-items: flex-start; flex-direction: column; gap: .35rem; } .contact-footer .footer-privacy { margin-left: .65rem; }
}
@media (prefers-reduced-motion: reduce) { input, select, textarea, button { transition: none; } }
