.contact-section { display: grid; grid-template-columns: minmax(0,3fr) minmax(0,2fr); gap: 12px; padding: 12px 12px 100px; scroll-margin-top: 0; }
.review-panel,.contact-panel { position: relative; isolation: isolate; min-width: 0; border-radius: 30px; overflow: hidden; padding: clamp(30px,3.5vw,62px); min-height: min(750px,calc(100svh - 112px)); }
.review-panel { display: flex; flex-direction: column; background: #ede9e7; }
.review-panel h2,.contact-panel h2 { margin: 0; font: 400 clamp(31px,3.2vw,55px)/1.18 Sora,sans-serif; letter-spacing: -.065em; }
.review-panel h2 span { color: #8c7881; }
.review-copy { margin-block: auto; padding: 36px 0; width: min(100%,500px); }
.review-avatar { display: block; width: 80px; height: 80px; margin-bottom: 24px; border-radius: 50%; object-fit: cover; background: #e6dada; }
.review-copy blockquote { margin: 0; max-width: 500px; font: 400 clamp(29px,2.6vw,44px)/1.35 Sora,sans-serif; letter-spacing: -.055em; }
.review-copy p { margin: 28px 0 0; font-size: 14px; line-height: 1.6; color: #756970; }
.review-footer { display: flex; justify-content: space-between; align-items: center; gap: 12px; }
.review-index { font-size: 12px; color: #766971; font-variant-numeric: tabular-nums; white-space: nowrap; }
.review-controls { display: flex; flex: none; gap: 10px; }
.review-controls button { width: 44px; height: 44px; display: grid; place-items: center; border: 1px solid #84757c66; border-radius: 50%; background: transparent; }
.review-controls button:hover { background: #fff5; }
.review-controls .icon { width: 18px; height: 18px; }
.review-controls button:first-child .icon { transform: rotate(180deg); }
.contact-panel { background: #141713; color: #f2f1e9; }
.contact-heading { display: flex; justify-content: space-between; align-items: flex-start; gap: 12px; margin-bottom: 36px; }
.contact-heading h2 span { color: #959b8c; }
.contact-ai-toggle { flex: none; display: grid; place-items: center; width: 44px; height: 44px; margin: -10px -14px 0 0; border-radius: 50%; color: #e4d3da; background: transparent; }
.contact-ai-toggle .icon { width: 23px; height: 23px; }
.contact-ai-toggle:hover { color: #fff; background: #ffffff0a; }
.contact-form { display: grid; gap: 24px; }
.contact-field-label { display: flex; align-items: center; gap: 9px; }
.contact-field-label .icon { width: 17px; height: 17px; stroke-width: 1.3; }
.contact-interests { border: 0; padding: 0; margin: 0; min-width: 0; }
.contact-interests legend { padding: 0; margin-bottom: 12px; color: #a4aa9a; font-size: 12px; }
.contact-interest-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.contact-interest-options label { position: relative; cursor: pointer; }
.contact-interest-options input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.contact-interest-options label > span { display: flex; align-items: center; justify-content: center; flex-direction: column; gap: 7px; padding: 12px 5px; border: 1px solid #a7a89628; border-radius: 15px; color: #a4aa9a; font-size: 11px; background: #ffffff03; transition: background 180ms,color 180ms; }
.contact-interest-options .icon { width: 26px; height: 26px; stroke-width: 1.15; }
.contact-interest-options input:checked + span { color: #e8d2dd; background: #cfaeb915; border-color: #d4b9c569; }
.contact-interest-options input:focus-visible + span { outline: 2px solid #d4b9c5; outline-offset: 3px; }
.contact-interest-options label:hover > span { background: #ffffff09; }
.contact-field { display: grid; gap: 10px; font-size: 12px; color: #a4aa9a; }
.contact-field input,.contact-field select,.contact-field textarea { width: 100%; min-width: 0; padding: 0 0 12px; min-height: 36px; border: 0; border-bottom: 1px solid #71796a66; border-radius: 0; color: #eeeede; background: transparent; font: 400 16px/1.5 Inter,sans-serif; outline: none; box-shadow: none; }
.contact-field input::placeholder,.contact-field textarea::placeholder { color: #7e8476; opacity: 1; }
.contact-field select { color-scheme: dark; }
.contact-field textarea { min-height: 82px; resize: vertical; max-height: 200px; }
.contact-field :is(input,select,textarea):focus { border-color: #d4b9c5; }
.contact-submit { display: flex; justify-content: space-between; align-items: center; gap: 16px; min-height: 52px; padding: 12px 22px; border-radius: 50px; background: #eee9e4; color: #20251d; font-size: 14px; }
.contact-submit:hover { background: #fff; }
.contact-submit:disabled { opacity: .5; }
.contact-status { color: #dbc4cf; font-size: 12px; line-height: 1.6; margin: 16px 0 0; }
.contact-status:empty { display: none; }
.contact-result { margin-top: 18px; }
.contact-result label { display: block; margin-bottom: 10px; color: #a4aa9a; font-size: 12px; }
.contact-result textarea { display: block; width: 100%; min-height: 190px; padding: 14px; border: 1px solid #71796a66; border-radius: 12px; background: #ffffff07; color: inherit; font: 400 14px/1.6 Inter,sans-serif; resize: vertical; }
.contact-result button { min-height: 44px; margin-top: 10px; padding: 8px 0; color: #eee9e4; background: transparent; text-decoration: underline; text-underline-offset: 5px; }
.contact-section :is(button,textarea):focus-visible { outline: 2px solid #ae8e9f; outline-offset: 4px; }
@media (max-width:1050px) and (min-width:761px) { .contact-section { grid-template-columns: 1fr 1fr; } .review-panel,.contact-panel { padding: 30px; } }
@media (max-width:760px) {
  .contact-section { grid-template-columns: minmax(0,1fr); gap: 8px; padding: 7px 7px calc(96px + env(safe-area-inset-bottom)); }
  .review-panel,.contact-panel { min-height: 0; border-radius: 24px; padding: 30px 24px; }
  .review-panel h2,.contact-panel h2 { font-size: clamp(29px,8.1vw,42px); }
  .review-copy { padding: 35px 0; }
  .review-avatar { width: 62px; height: 62px; margin-bottom: 20px; }
  .review-copy blockquote { font-size: clamp(27px,7.6vw,38px); }
  .review-copy p { font-size: 12px; margin-top: 24px; }
  .contact-heading { margin-bottom: 32px; }
  .contact-ai-toggle .icon { width: 20px; height: 20px; }
}
