.rfq,
.footer {
  --content: min(1440px, calc(100vw - 72px));
  --font-readable-min: 16px;
}

.rfq.section { padding: clamp(92px, 8vw, 132px) 0; }
.rfq .wrap,
.footer .wrap { width: var(--content); margin-inline: auto; }
.rfq .reveal { opacity: 1; transform: none; }
.rfq .section-kicker { display: inline-flex; align-items: center; gap: 13px; color: #c96535; font-size: 13px; font-weight: 800; letter-spacing: .14em; text-transform: uppercase; }
.rfq .section-kicker::before { content: ""; width: 32px; height: 1px; background: currentColor; }
.rfq .section-title { max-width: 720px; margin: 20px 0 0; color: #211914; font-family: inherit !important; font-size: clamp(44px, 4.1vw, 64px); font-weight: 650 !important; line-height: 1.08 !important; letter-spacing: -.035em !important; }
.rfq .section-lead { max-width: 610px; margin: 26px 0 0; color: #6f6258; font-size: 18px; line-height: 1.8; }

.rfq-unified { position: relative; overflow: hidden; background: #f6efe7; color: #211914; }
.rfq-unified::before { position: absolute; inset: 0; background: radial-gradient(circle at 12% 12%, rgba(222, 132, 78, .14), transparent 34%), linear-gradient(135deg, rgba(255, 255, 255, .48), transparent 52%); content: ""; pointer-events: none; }
.rfq-unified .rfq-grid { position: relative; display: grid; grid-template-columns: minmax(300px, .72fr) minmax(560px, 1.28fr); gap: clamp(48px, 6vw, 96px); align-items: start; }
.rfq-unified .contact-stack { display: grid; gap: 12px; margin-top: 36px; }
.rfq-unified .contact-chip { display: flex; align-items: center; gap: 14px; padding: 15px 17px; border: 1px solid #ead7c8; border-radius: 18px; background: rgba(255, 252, 248, .78); color: #594c43; font-size: 16px; box-shadow: 0 12px 30px rgba(83, 53, 35, .04); }
.rfq-unified .contact-chip i { display: grid; width: 38px; height: 38px; flex: 0 0 38px; place-items: center; border-radius: 50%; background: #dc7a46; color: #fff; font-style: normal; font-weight: 800; }

.rfq-unified .form-shell { padding: 8px; border: 1px solid rgba(206, 164, 132, .35); border-radius: 30px; background: rgba(255, 255, 255, .56); box-shadow: 0 22px 60px rgba(84, 52, 31, .09); }
.rfq-unified .rfq-form-unified { padding: clamp(24px, 3vw, 38px); border: 1px solid #ead8ca; border-radius: 23px; background: #fffaf5; color: #211914; }
.rfq-unified .field-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 20px 18px; }
.rfq-unified .field { display: grid; min-width: 0; gap: 9px; }
.rfq-unified .field.full { grid-column: 1 / -1; }
.rfq-unified .field > span { color: #332820; font-size: 15px; font-weight: 750; letter-spacing: .01em; }
.rfq-unified .field input,
.rfq-unified .field select,
.rfq-unified .field textarea { box-sizing: border-box; width: 100%; min-height: 56px; padding: 15px 16px; border: 1.5px solid #dec6b4; border-radius: 14px; outline: none; background: #fffefd; color: #241b16; box-shadow: 0 7px 18px rgba(82, 50, 31, .035); font-family: inherit; font-size: 16px; transition: border-color .22s ease, box-shadow .22s ease, background .22s ease; }
.rfq-unified .field select { appearance: none; padding-right: 44px; background-image: linear-gradient(45deg, transparent 50%, #9a694e 50%), linear-gradient(135deg, #9a694e 50%, transparent 50%); background-position: calc(100% - 21px) 50%, calc(100% - 15px) 50%; background-repeat: no-repeat; background-size: 6px 6px, 6px 6px; }
.rfq-unified .field textarea { min-height: 136px; resize: vertical; line-height: 1.65; }
.rfq-unified .field input::placeholder,
.rfq-unified .field textarea::placeholder { color: #75685e; opacity: 1; }
.rfq-unified .field input:hover,
.rfq-unified .field select:hover,
.rfq-unified .field textarea:hover { border-color: #cfa488; background: #fff; }
.rfq-unified .field input:focus,
.rfq-unified .field select:focus,
.rfq-unified .field textarea:focus { border-color: #d77642; background: #fff; box-shadow: 0 0 0 4px rgba(215, 118, 66, .14); }

.rfq-honeypot { position: absolute !important; left: -10000px !important; width: 1px !important; height: 1px !important; overflow: hidden !important; }
.rfq-unified .privacy-consent { display: flex; align-items: flex-start; gap: 10px; margin: 18px 0 12px; color: #675a50; font-size: 15px; line-height: 1.6; cursor: pointer; }
.rfq-unified .privacy-consent input { width: 18px; height: 18px; flex: 0 0 auto; margin-top: 3px; accent-color: #d77642; }
.rfq-unified .privacy-consent a { color: #a74f29; font-weight: 700; text-underline-offset: 3px; }
.rfq-unified .form-note { margin: 0 0 20px; color: #7b6e63; font-size: 14px; line-height: 1.6; }
.rfq-unified .submit-row { display: flex; align-items: center; justify-content: space-between; gap: 22px; }
.rfq-unified .submit-row > span { max-width: 460px; color: #74665b; font-size: 14px; line-height: 1.55; }
.rfq-unified .pill-button { display: inline-flex; min-height: 50px; flex: 0 0 auto; align-items: center; gap: 13px; padding: 7px 7px 7px 20px; border: 0; border-radius: 999px; background: #25201c; color: #fff; font-family: inherit; font-size: 15px; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .25s ease, background .25s ease, box-shadow .25s ease; }
.rfq-unified .pill-button i { display: grid; width: 36px; height: 36px; place-items: center; border-radius: 50%; background: #dd7b47; color: #fff; font-style: normal; transition: transform .25s ease; }
.rfq-unified .pill-button:hover { transform: translateY(-2px); background: #171310; box-shadow: 0 12px 24px rgba(50, 31, 20, .16); }
.rfq-unified .pill-button:hover i { transform: translate(2px, -1px); }
.rfq-status { margin: 0 0 14px; padding: 14px 16px; border-radius: 14px; font-size: 16px; line-height: 1.55; }
.rfq-status--success { background: #edf6f0; color: #215f47; }
.rfq-status--error { background: #fff1ed; color: #8b3e2f; }

.footer { padding: 60px 0 30px; background: #0f0d0b; color: #c9beb3; }
.footer-grid { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 50px; }
.footer-brand h2 { margin: 0; color: #fff3e8; font-size: 18px; letter-spacing: .2em; }
.footer-brand p { max-width: 400px; margin: 16px 0 0; font-size: var(--font-readable-min); color: #d4c8bd; }
.footer h3 { margin: 0 0 16px; color: #fff3e8; font-size: var(--font-readable-min); }
.footer a,
.footer-grid > div > span { display: block; margin: 8px 0; color: #c9beb3; font-size: var(--font-readable-min); text-decoration: none; transition: color .3s ease; }
.footer a:hover { color: #d27b49; }
.footer-bottom { display: flex; justify-content: space-between; gap: 30px; margin-top: 50px; padding-top: 22px; border-top: 1px solid rgba(255,255,255,.09); font-size: var(--font-readable-min); color: #b7aaa0; }

@media (max-width: 1080px) {
  .rfq-unified .rfq-grid { grid-template-columns: 1fr; }
  .rfq-unified .rfq-copy { max-width: 760px; }
  .footer-grid { grid-template-columns: 1fr 1fr; }
}

@media (max-width: 768px) {
  .rfq,
  .footer { --content: calc(100% - 28px); }
  .rfq.section { padding: 76px 0; }
  .rfq-unified .field-grid { grid-template-columns: 1fr; gap: 17px; }
  .rfq-unified .field.full { grid-column: auto; }
  .rfq-unified .submit-row { align-items: flex-start; flex-direction: column; }
  .rfq-unified .pill-button { align-self: stretch; justify-content: space-between; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-bottom { flex-direction: column; }
}

@media (max-width: 480px) {
  .rfq .section-title { font-size: 40px; }
  .rfq-unified .form-shell { padding: 5px; border-radius: 24px; }
  .rfq-unified .rfq-form-unified { padding: 24px 18px; border-radius: 19px; }
  .rfq-unified .contact-chip { padding: 13px 14px; }
}

@media (prefers-reduced-motion: reduce) {
  .rfq-unified *,
  .rfq-unified *::before,
  .rfq-unified *::after { scroll-behavior: auto !important; transition: none !important; }
}
