body.page-template-elementor_header_footer .site-content > .ast-container,
body.page-template-elementor_header_footer .site-content .site-main,
body.page-template-elementor_header_footer .site-content article,
body.page-template-elementor_header_footer .entry-content { max-width: none; margin: 0; padding: 0; }
body.page-template-elementor_header_footer .entry-header { display: none; }

.boda-project-page,
.boda-project-page * { box-sizing: border-box; }
.boda-project-page { color: var(--boda-charcoal); background: var(--boda-paper); font-family: var(--boda-sans); }
.boda-project-hero { padding: 118px 0 104px; background: var(--boda-ivory); border-bottom: 1px solid var(--boda-line); }
.boda-project-hero__grid { display: grid; grid-template-columns: 1.45fr .75fr; gap: 10vw; align-items: end; }
.boda-project-hero h1 { margin: 0; font: 400 clamp(72px, 8vw, 126px)/.88 var(--boda-serif); letter-spacing: -.055em; color: var(--boda-charcoal); }
.boda-project-hero__intro > p { margin: 0; color: var(--boda-muted); font-size: 15px; line-height: 1.8; }
.boda-project-hero dl { margin: 40px 0 0; }
.boda-project-hero dl > div { display: grid; grid-template-columns: 92px 1fr; padding: 13px 0; border-top: 1px solid var(--boda-line); }
.boda-project-hero dt { color: var(--boda-muted); font-size: 10px; letter-spacing: .12em; text-transform: uppercase; }
.boda-project-hero dd { margin: 0; font-size: 13px; }
.boda-project-hero a { color: inherit; text-decoration: none; }

.boda-project-form-section { padding: 112px 0 130px; }
.boda-project-form { width: min(100%, 1060px); margin: 0 auto; }
.boda-project-form fieldset { margin: 0; padding: 0 0 80px; border: 0; }
.boda-project-form fieldset + fieldset { padding-top: 72px; border-top: 1px solid var(--boda-line); }
.boda-project-form legend { width: 100%; margin: 0 0 44px; padding: 0; font: 400 38px/1.1 var(--boda-serif); }
.boda-project-form legend span { display: inline-block; width: 50px; color: var(--boda-brown); font: 600 10px/1 var(--boda-sans); letter-spacing: .14em; vertical-align: middle; }
.boda-form-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 34px 28px; }
.boda-project-form label { display: block; }
.boda-project-form label > span { display: block; margin-bottom: 10px; color: #4f4942; font-size: 10px; font-weight: 600; letter-spacing: .11em; text-transform: uppercase; }
.boda-project-form input:not([type="checkbox"]):not([type="file"]),
.boda-project-form select,
.boda-project-form textarea { width: 100%; border: 0; border-bottom: 1px solid rgba(29,28,26,.42); border-radius: 0; padding: 13px 0; color: var(--boda-charcoal); background: transparent; box-shadow: none; font: 400 15px/1.45 var(--boda-sans); }
.boda-project-form textarea { padding: 16px; border: 1px solid rgba(29,28,26,.32); resize: vertical; }
.boda-project-form input:focus,
.boda-project-form select:focus,
.boda-project-form textarea:focus { outline: none; border-color: var(--boda-brown); }
.boda-form-span { grid-column: 1 / -1; }
.boda-file-field { margin-top: 28px; padding: 22px 24px; border: 1px dashed rgba(29,28,26,.34); }
.boda-file-field input { width: 100%; font-size: 13px; }
.boda-file-field small { display: block; margin-top: 10px; color: var(--boda-muted); font-size: 10px; }
.boda-form-submit { display: flex; align-items: center; justify-content: space-between; gap: 40px; padding-top: 8px; }
.boda-consent { display: flex !important; align-items: flex-start; gap: 11px; max-width: 610px; }
.boda-consent input { margin-top: 3px; accent-color: var(--boda-brown); }
.boda-consent span { margin: 0 !important; color: var(--boda-muted) !important; font-size: 11px !important; line-height: 1.55; letter-spacing: .03em !important; text-transform: none !important; }
.boda-form-honeypot { position: absolute !important; left: -99999px !important; width: 1px; height: 1px; overflow: hidden; }
.boda-form-alert { max-width: 1060px; margin: 0 auto 46px; padding: 18px 20px; border-left: 3px solid #8c3f2d; color: #6d3022; background: #f6e9e3; font-size: 13px; }
.boda-form-result { width: min(100%, 900px); margin: 0 auto; padding: 96px 8vw; text-align: center; background: var(--boda-ivory); }
.boda-form-result h2 { margin: 0; font: 400 clamp(58px, 7vw, 92px)/.93 var(--boda-serif); letter-spacing: -.045em; }
.boda-form-result > p:not(.boda-kicker) { max-width: 580px; margin: 30px auto 0; color: var(--boda-muted); line-height: 1.75; }
.boda-form-result .boda-button { margin-top: 38px; }
.boda-project-legal { padding: 32px 0; color: rgba(243,239,231,.64); background: var(--boda-charcoal); }
.boda-project-legal .boda-shell { display: flex; justify-content: space-between; gap: 20px; font-size: 10px; }
.boda-project-legal a { color: var(--boda-ivory); letter-spacing: .1em; text-decoration: none; text-transform: uppercase; }

@media (max-width: 767px) {
  .boda-project-hero { padding: 72px 0 68px; }
  .boda-project-hero__grid { display: block; }
  .boda-project-hero h1 { font-size: 61px; }
  .boda-project-hero__intro { margin-top: 46px; }
  .boda-project-form-section { padding: 74px 0 90px; }
  .boda-project-form fieldset { padding-bottom: 58px; }
  .boda-project-form fieldset + fieldset { padding-top: 54px; }
  .boda-project-form legend { margin-bottom: 32px; font-size: 32px; }
  .boda-form-grid { grid-template-columns: 1fr; gap: 28px; }
  .boda-form-span { grid-column: auto; }
  .boda-form-submit { display: block; }
  .boda-form-submit .boda-button { width: 100%; margin-top: 30px; }
  .boda-form-result { padding: 70px 22px; }
  .boda-project-legal .boda-shell { flex-direction: column; }
}
