.contact-page { background: radial-gradient(ellipse at 90% 10%, #29154880, transparent 55%), #08090d; }
.contact-layout { display: grid; grid-template-columns: minmax(0, 1fr) 64px minmax(0, 1fr); gap: 24px; margin-top: 44px; align-items: start; }
.contact-choice-intro { color: #c6c7cf; max-width: 58ch; font-size: 1rem; line-height: 1.65; margin: 0; }
.contact-choice-intro strong { color: var(--lime); }
.contact-product { margin-top: 28px; padding: 24px; border: 1px solid #45464e; border-left: 3px solid var(--lime); background: #14151c; }
.contact-product[hidden], .contact-product [hidden] { display: none; }
.contact-product h2 { max-width: 45ch; overflow-wrap: anywhere; margin-block: 10px; }
.contact-product p { max-width: 70ch; color: #c6c7cf; line-height: 1.7; }
.contact-product #contact-product-price { color: var(--lime); font-weight: 800; }
.contact-product .back-link { display: inline-block; margin-bottom: 12px; }
.contact-product output { display: block; margin-top: 12px; font-size: 14px; color: #c6c7cf; }
.product-clear { display: block; min-height: 44px; margin-top: 16px; padding: 8px 0; border: 0; background: none; color: #c6c7cf; text-decoration: underline; text-underline-offset: 4px; font: inherit; cursor: pointer; }
.request-product { display: block; color: var(--lime); font-size: 14px; line-height: 1.7; overflow-wrap: anywhere; }
.contact-options { padding-top: 27px; }
.contact-page h2 { font-size: clamp(1.6rem, 2.3vw, 2rem); line-height: 1.15; letter-spacing: -.04em; }
.contact-options > p, .contact-form-intro { color: #b6b7bf; line-height: 1.7; font-size: 1rem; max-width: 48ch; }
.contact-or { align-self: stretch; display: flex; flex-direction: column; align-items: center; gap: 18px; color: var(--lime); font-size: .875rem; font-weight: 800; letter-spacing: .08em; padding-block: 8px; }
.contact-or::before, .contact-or::after { content: ''; width: 1px; background: var(--line); }
.contact-or::before { height: 48px; }
.contact-or::after { flex: 1; }
.contact-page .check-label { font-size: .875rem; line-height: 1.6; font-weight: 500; }
.contact-page .editor > form { margin-top: 24px; }
.contact-page input, .contact-page textarea, .contact-page select { font-size: 1rem; }
.contact-page input::placeholder, .contact-page textarea::placeholder { color: #a4a5ac; opacity: 1; }
.contact-options .button { display: flex; width: 100%; text-decoration: none; margin: 18px 0; }
.contact-options .button + p { margin-top: 32px; }
.check-label { display: flex; gap: 12px; align-items: start; text-transform: none; font-size: 12px; line-height: 1.6; letter-spacing: 0; }
.check-label input { width: 18px; height: 18px; flex-shrink: 0; margin-top: 3px; accent-color: #b7ff3c; }
.completed-fields { display: grid; gap: 16px; border-top: 1px solid #373840; padding-top: 20px; }
.field-hint { font-size: 12px; color: #a4a5ac; line-height: 1.65; }
.photo-preview { display:grid; grid-template-columns:repeat(4,minmax(0,1fr)); gap:10px; margin-top:12px; }
.photo-preview figure { min-width:0; margin:0; border:1px solid #373840; background:#17181f; }
.photo-preview img { display:block; width:100%; aspect-ratio:1; object-fit:cover; background:#0d0e13; }
.photo-preview button { width:100%; border:0; background:#292a31; color:#ddd; padding:7px 4px; font:700 9px Manrope; cursor:pointer; }
.photo-preview button:hover { background:#464750; }
.requests-panel { margin-top: 36px; }
.requests-panel h2 { margin: 0; }
.request-row { border-bottom: 1px solid #373840; padding: 24px 0; }
.request-row h3, .order-row h3 { overflow-wrap: anywhere; }
.request-row p { color: #a4a5ac; font-size: 13px; line-height: 1.6; }
.request-message, .order-row p { white-space: pre-wrap; overflow-wrap: anywhere; }
.request-row select { max-width: 260px; }
button:disabled { opacity: .6; cursor: wait; }
.button, .back-link { transition: opacity .2s ease; }
.button:hover, .back-link:hover { opacity: .85; }
:focus-visible { outline: 2px solid #b7ff3c; outline-offset: 4px; }
@media(max-width: 900px) {
  .contact-layout { grid-template-columns: 1fr; gap: 28px; margin-top: 28px; }
  .contact-options { padding-top: 0; }
  .contact-or { flex-direction: row; padding: 0; }
  .contact-or::before, .contact-or::after { flex: 1; height: 1px; width: auto; }
  .contact-page h1 { font-size: clamp(2rem, 8vw, 3.75rem); }
}
@media(max-width: 620px) { .photo-preview { grid-template-columns:repeat(3,minmax(0,1fr)); } }
@media(prefers-reduced-motion:reduce) { .button, .back-link { transition: none; } }
