.contact-page { position: relative; isolation: isolate; background: #49382b; }
.contact-page .contact-hero { position: relative; min-height: 0; display: grid; place-items: start center; padding: 48px 24px 40px; isolation: isolate; }
.contact-page .contact-art { position: fixed; inset: 0; width: 100%; height: 100lvh; z-index: -1; pointer-events: none; }
.contact-page .contact-art img { display: block; width: 100%; height: 100%; object-fit: cover; object-position: right center; }
.contact-page .contact-intro { position: relative; isolation: isolate; max-width: 560px; text-align: center; }
.contact-page .contact-intro::before { content: ""; position: absolute; inset: -36px -48px; z-index: -1; background: rgba(35, 23, 19, .66); filter: blur(32px); pointer-events: none; }
.contact-page .contact-intro .eyebrow { color: #fffaf3; margin-bottom: 18px; }
.contact-page .contact-intro h1 { font-family: Georgia, "Times New Roman", serif; font-size: clamp(3.25rem, 6vw, 5.5rem); font-weight: 400; line-height: 1.08; letter-spacing: -.03em; margin-bottom: 22px; }
.contact-page .contact-intro > p:last-child { font-size: 1rem; line-height: 1.8; color: #fffaf3; text-wrap: pretty; }
.contact-page .contact-sheet { position: relative; width: min(620px, calc(100% - 48px)); margin: 0 auto 48px max(24px, calc((100% - 1320px) / 2)); padding: 8px 36px 0; background: #fffaf3; color: #4a282c; }
.contact-page .contact-row { display: grid; grid-template-columns: 24px minmax(0, 1fr); align-items: center; gap: 12px 18px; padding: 22px 0; border-bottom: 1px solid #d9c9bd; }
.contact-page .contact-action { grid-column: 2; justify-self: start; }
.contact-page .contact-icon { width: 24px; height: 24px; }
.contact-page .contact-detail { min-width: 0; }
.contact-page .contact-detail h2 { font-family: Georgia, "Times New Roman", serif; font-weight: 400; font-size: 1.75rem; line-height: 1.2; letter-spacing: -.02em; margin-bottom: 8px; }
.contact-page .contact-detail p { font-size: .95rem; line-height: 1.6; overflow-wrap: anywhere; user-select: text; }
.contact-page .contact-action { display: inline-flex; align-items: center; justify-content: space-between; gap: 20px; min-height: 48px; padding: 12px 18px; background: #4a282c; color: #fffaf3; font-size: .875rem; line-height: 1.5; }
.contact-page .contact-action:hover { background: #633b40; }
.contact-page .contact-sheet a:focus-visible { outline: 3px solid #4a282c; outline-offset: 4px; }
.contact-page .contact-social { display: flex; align-items: center; justify-content: space-between; gap: 18px; padding: 20px 0; }
.contact-page .contact-instagram { display: inline-flex; align-items: center; gap: 10px; min-height: 44px; border: 0; background: transparent; color: #725a54; font-size: .875rem; cursor: default; opacity: 1; }
.contact-page .contact-instagram svg { width: 19px; height: 19px; }
.contact-page .contact-social p { color: #725a54; font-size: .8rem; line-height: 1.5; }
.contact-page .site-footer { line-height: 1.8; color: #f3d8c8; }
.contact-page .site-footer a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: underline; text-underline-offset: 4px; }
.contact-page ::selection { background: #ead4c1; color: #4a282c; }
.contact-page .site-nav a { min-height: 44px; display: inline-flex; align-items: center; }
.contact-page .nav-links a[aria-current="page"] { color: #fffaf3; text-decoration: underline; text-underline-offset: 6px; }
.contact-page .features-faq { width: min(1100px, calc(100% - 48px)); margin: 0 auto 72px; padding: 32px; background: rgba(35, 23, 19, .85); }
.contact-page .features-faq::before { display: none; }
.contact-page .features-faq details p { color: #fffaf3; }
@media (max-width: 820px) {
  .contact-page .contact-sheet { margin-left: auto; margin-right: auto; }
  .contact-page .site-nav { position: relative; }
  .contact-page .contact-row { grid-template-columns: 24px minmax(0, 1fr); gap: 14px; }
  .contact-page .contact-action { grid-column: 2; justify-self: start; margin-top: 4px; }
}
@media (max-width: 600px) {
  .contact-page .contact-hero { min-height: 0; padding: 36px 24px; }
  .contact-page .contact-intro::before { inset: -24px -12px; }
  .contact-page .contact-sheet { width: calc(100% - 32px); margin-top: 0; margin-bottom: 40px; padding: 4px 22px 0; }
  .contact-page .features-faq { width: calc(100% - 32px); padding: 24px 18px; }
  .contact-page .contact-row { padding: 26px 0; }
  .contact-page .contact-detail p { font-size: .875rem; }
  .contact-page .contact-social { align-items: flex-start; flex-direction: column; gap: 0; padding: 14px 0 22px; }
}
