.contact-page { background: var(--cream); }
.contact-page .site-header:not(.is-fixed) { color: #fff; border-bottom-color: rgba(255,255,255,.16); background: rgba(12,15,38,.3); backdrop-filter: blur(12px); }
.contact-hero { position: relative; min-height: 700px; color: #fff; background: linear-gradient(135deg,#090b1d 0%,#16102a 62%,#3b1016 100%); overflow: hidden; isolation: isolate; }
.contact-hero::before { content: ""; position: absolute; inset: 0; z-index: -1; opacity: .13; background: url('./assets-v4/texture.png') center/520px; }
.contact-hero::after { content: ""; position: absolute; left: 0; right: 0; bottom: 0; height: 5px; background: linear-gradient(90deg,var(--orange),var(--gold)); }
.contact-hero__word { position: absolute; right: -30px; bottom: -52px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.055); font-family: var(--display); font-size: clamp(270px,34vw,540px); line-height: .72; pointer-events: none; }
.contact-hero__grid { min-height: 700px; padding-top: 100px; display: grid; grid-template-columns: .9fr 1.1fr; align-items: center; gap: clamp(55px,7vw,110px); }
.contact-hero__copy { position: relative; z-index: 3; padding-block: 70px; }
.contact-hero h1 { margin: 0; font-family: var(--display); font-size: clamp(82px,7.1vw,112px); font-weight: 400; line-height: .83; letter-spacing: -.015em; text-transform: uppercase; }
.contact-hero h1 em { color: var(--gold); font-style: normal; }
.contact-hero__copy > p:not(.eyebrow) { max-width: 580px; margin: 27px 0 0; color: rgba(255,255,255,.68); font-size: 18px; }
.contact-hero__actions { display: flex; align-items: center; gap: 31px; margin-top: 34px; }
.contact-hero__actions .text-link { color: #fff; }
.contact-hero__visual { position: relative; align-self: stretch; min-height: 600px; }
.contact-hero__image { position: absolute; inset: 48px 0 45px 30px; overflow: hidden; clip-path: polygon(12% 0,100% 0,100% 100%,0 100%,0 12%); }
.contact-hero__image::after { content: ""; position: absolute; inset: 0; background: linear-gradient(135deg,rgba(12,15,38,.05),rgba(12,15,38,.52)); }
.contact-hero__image img { width: 100%; height: 100%; object-fit: cover; transform: scale(1.03); animation: contact-image-in 1.2s .2s both cubic-bezier(.2,.8,.2,1); }
.contact-hero__stamp { position: absolute; left: -25px; top: 75px; width: 170px; aspect-ratio: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; color: var(--ink); border: 7px solid var(--orange); border-radius: 50%; background: var(--gold); text-align: center; box-shadow: 0 18px 35px rgba(0,0,0,.3); transform: rotate(-8deg); }
.contact-hero__stamp span { font-size: 10px; font-weight: 700; letter-spacing: .1em; text-transform: uppercase; }
.contact-hero__stamp strong { font-family: var(--display); font-size: 32px; font-weight: 400; line-height: 1; text-transform: uppercase; }
.contact-hero__stamp i { margin-top: 4px; color: var(--orange); font-style: normal; }
.contact-hero__address { position: absolute; right: -1px; bottom: 66px; min-width: 310px; padding: 19px 24px; display: flex; align-items: center; gap: 18px; color: var(--ink); background: #fff; box-shadow: 0 18px 40px rgba(0,0,0,.22); }
.contact-hero__address > span { color: var(--orange); font-family: var(--display); font-size: 53px; line-height: 1; }
.contact-hero__address p { margin: 0; font-size: 13px; font-weight: 700; line-height: 1.35; text-transform: uppercase; }

.contact-strip { color: var(--ink); background: var(--gold); }
.contact-strip__grid { display: grid; grid-template-columns: repeat(3,1fr); }
.contact-strip a { position: relative; min-width: 0; padding: 25px 28px; display: flex; flex-direction: column; border-right: 1px solid rgba(12,15,38,.18); transition: color .3s,background .3s; }
.contact-strip a:first-child { border-left: 1px solid rgba(12,15,38,.18); }
.contact-strip a:hover { color: #fff; background: var(--orange); }
.contact-strip span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-strip strong { overflow: hidden; margin-top: 4px; font-family: var(--display); font-size: clamp(22px,2vw,31px); font-weight: 400; text-overflow: ellipsis; white-space: nowrap; }
.contact-strip i { position: absolute; top: 25px; right: 22px; font-style: normal; }

.contact-main { background: #fff; }
.contact-main__grid { display: grid; grid-template-columns: 1.2fr .8fr; gap: clamp(55px,8vw,120px); align-items: start; }
.contact-form-wrap h2 em { color: var(--orange); font-style: normal; }
.contact-form-wrap > p:not(.eyebrow) { margin-top: 20px; color: #666970; }
.contact-form { margin-top: 45px; display: grid; gap: 27px; }
.contact-form__row { display: grid; grid-template-columns: 1fr 1fr; gap: 22px; }
.contact-form label { display: grid; gap: 9px; }
.contact-form label > span { font-size: 10px; font-weight: 700; letter-spacing: .12em; text-transform: uppercase; }
.contact-form input,.contact-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(12,15,38,.28); border-radius: 0; padding: 12px 0 14px; color: var(--ink); background: transparent; font: inherit; outline: 0; transition: border-color .25s; }
.contact-form textarea { resize: vertical; min-height: 125px; }
.contact-form input:focus,.contact-form textarea:focus { border-bottom-color: var(--orange); }
.contact-form input::placeholder,.contact-form textarea::placeholder { color: #9a9a9d; }
.contact-form__footer { display: flex; align-items: center; gap: 22px; }
.contact-form__status { margin: 0; color: #4d6251; font-size: 13px; font-weight: 600; }

.hours-card { position: relative; color: #fff; background: var(--ink); overflow: hidden; box-shadow: 25px 25px 0 var(--gold); }
.hours-card__top { position: relative; padding: 46px 45px 38px; border-bottom: 1px solid rgba(255,255,255,.15); background: linear-gradient(145deg,#0c0f26,#251128); overflow: hidden; }
.hours-card h2 { margin: 0; font-size: clamp(58px,5vw,78px); }
.hours-card__sun { position: absolute; right: -17px; bottom: -45px; color: rgba(255,185,54,.14); font-family: Georgia,serif; font-size: 180px; line-height: 1; }
.hours-card__schedule { padding: 10px 45px 25px; }
.hours-card__schedule > div { padding: 23px 0; display: grid; grid-template-columns: .9fr 1.1fr; gap: 20px; border-bottom: 1px solid rgba(255,255,255,.13); }
.hours-card__schedule span { color: var(--gold); font-size: 10px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.hours-card__schedule p { margin: 0; color: rgba(255,255,255,.78); font-size: 14px; line-height: 1.65; }
.hours-card > a { padding: 23px 45px; display: flex; justify-content: space-between; color: var(--ink); background: var(--gold); font-family: var(--display); font-size: 23px; letter-spacing: .04em; text-transform: uppercase; transition: color .3s,background .3s; }
.hours-card > a:hover { color: #fff; background: var(--orange); }

.location { position: relative; min-height: 690px; background: linear-gradient(30deg,rgba(236,61,8,.12) 12%,transparent 12.5%,transparent 87%,rgba(236,61,8,.12) 87.5%),linear-gradient(150deg,rgba(236,61,8,.12) 12%,transparent 12.5%,transparent 87%,rgba(236,61,8,.12) 87.5%),#d8d3c9; background-size: 90px 156px; overflow: hidden; }
.location__map { position: absolute; inset: 0; filter: grayscale(1) contrast(1.08); }
.location__map::after { content: ""; position: absolute; inset: 0; pointer-events: none; background: linear-gradient(90deg,rgba(12,15,38,.2),transparent 55%); }
.location__map iframe { width: 100%; height: 100%; border: 0; background: transparent; opacity: .82; mix-blend-mode: multiply; }
.location__overlay { position: relative; min-height: 690px; display: flex; align-items: center; pointer-events: none; }
.location-card { width: min(540px,100%); padding: clamp(38px,5vw,68px); color: #fff; background: rgba(12,15,38,.95); box-shadow: 0 30px 70px rgba(0,0,0,.24); pointer-events: auto; backdrop-filter: blur(12px); }
.location-card h2 { font-size: clamp(57px,5.2vw,82px); }
.location-card address { margin: 28px 0 34px; color: rgba(255,255,255,.72); font-size: 17px; font-style: normal; line-height: 1.8; }
.location-card > div { display: flex; align-items: center; gap: 28px; }
.location-card > div > a:last-child { font-family: var(--display); font-size: 23px; letter-spacing: .03em; }

.contact-cta { position: relative; padding: 95px 0; color: #fff; background: linear-gradient(120deg,#381016,var(--orange)); overflow: hidden; }
.contact-cta::after { content: "1999"; position: absolute; right: -15px; bottom: -75px; color: transparent; -webkit-text-stroke: 2px rgba(255,255,255,.1); font-family: var(--display); font-size: 300px; line-height: 1; }
.contact-cta__inner { position: relative; z-index: 1; display: flex; align-items: end; justify-content: space-between; gap: 50px; }
.contact-cta h2 em { color: var(--gold); font-style: normal; }
.contact-cta .button { color: var(--ink); background: var(--gold); }
.contact-cta .button:hover { color: #fff; background: var(--ink); }

@keyframes contact-image-in { from { opacity: 0; transform: scale(1.14); } to { opacity: 1; transform: scale(1.03); } }

@media (max-width: 1050px) {
  .contact-hero__grid { gap: 45px; }
  .contact-hero__stamp { left: -10px; width: 140px; }
  .contact-main__grid { gap: 65px; }
  .hours-card__top,.hours-card__schedule { padding-inline: 34px; }
}
@media (max-width: 900px) {
  .contact-hero { min-height: 1060px; }
  .contact-hero__grid { min-height: 1060px; padding-top: 82px; grid-template-columns: 1fr; gap: 0; }
  .contact-hero__copy { padding: 62px 0 25px; }
  .contact-hero h1 { font-size: clamp(78px,14vw,108px); }
  .contact-hero__visual { min-height: 500px; }
  .contact-hero__image { inset: 25px 0 30px; }
  .contact-strip__grid { grid-template-columns: 1fr; }
  .contact-strip a { border-right: 1px solid rgba(12,15,38,.18); border-bottom: 1px solid rgba(12,15,38,.18); }
  .contact-main__grid { grid-template-columns: 1fr; }
  .hours-card { width: min(620px,calc(100% - 25px)); }
  .location__map::after { background: rgba(12,15,38,.12); }
  .contact-cta__inner { align-items: flex-start; flex-direction: column; }
}
@media (max-width: 620px) {
  .contact-page.nav-open .nav-toggle { color: #fff; }
  .contact-hero { min-height: 1010px; }
  .contact-hero__grid { min-height: 1010px; }
  .contact-hero__copy { padding-top: 55px; }
  .contact-hero h1 { font-size: clamp(68px,19vw,88px); }
  .contact-hero__copy > p:not(.eyebrow) { font-size: 15px; }
  .contact-hero__actions { align-items: flex-start; flex-direction: column; gap: 20px; }
  .contact-hero__visual { min-height: 410px; }
  .contact-hero__stamp { top: 8px; left: 5px; width: 112px; border-width: 5px; }
  .contact-hero__stamp strong { font-size: 25px; }
  .contact-hero__address { right: 0; bottom: 35px; min-width: 265px; padding: 14px 18px; }
  .contact-hero__address > span { font-size: 44px; }
  .contact-strip a { padding-inline: 20px; }
  .contact-strip strong { font-size: 25px; }
  .contact-form__row { grid-template-columns: 1fr; gap: 27px; }
  .contact-form__footer { align-items: flex-start; flex-direction: column; }
  .hours-card__top { padding: 38px 28px 30px; }
  .hours-card__schedule { padding: 5px 28px 22px; }
  .hours-card__schedule > div { grid-template-columns: 1fr; gap: 7px; }
  .hours-card > a { padding-inline: 28px; }
  .location,.location__overlay { min-height: 760px; }
  .location__overlay { align-items: flex-end; padding-bottom: 24px; }
  .location-card { padding: 36px 28px; }
  .location-card > div { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .contact-hero__image img { animation: none; }
}
