.gw-enquiry {
  --gwq-paper: #e7e4dc;
  --gwq-ink: #20231f;
  --gwq-muted: #686b64;
  --gwq-line: rgba(32,35,31,.34);
  --gwq-line-soft: rgba(32,35,31,.16);
  --gwq-green: #2f7429;
  --gwq-green-dark: #235a20;
  --gwq-green-soft: #dfe8da;
  margin: 0;
  padding: clamp(64px,7vw,104px) 0;
  background: var(--gwq-paper);
  color: var(--gwq-ink);
  font-family: Arial, Helvetica, sans-serif;
}
.gw-enquiry *, .gw-enquiry *::before, .gw-enquiry *::after { box-sizing: border-box; }
.gwq-shell {
  display: grid;
  grid-template-columns: minmax(320px,.74fr) minmax(600px,1.26fr);
  gap: clamp(54px,7vw,112px);
  width: min(1260px, calc(100% - 80px));
  margin: auto;
  align-items: start;
}
.gwq-intro { position: sticky; top: 110px; padding-right: clamp(0px,2vw,30px); }
.gwq-brand { margin-bottom: 46px; color: var(--gwq-green); font-size: 11px; font-weight: 800; letter-spacing: .23em; }
.gwq-intro h2 {
  max-width: 7.2ch;
  margin: 0;
  color: var(--gwq-ink);
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(54px,5vw,76px);
  font-weight: 400;
  line-height: .94;
  letter-spacing: -.055em;
  text-wrap: balance;
}
.gwq-intro-copy { max-width: 440px; margin: 28px 0 0; color: var(--gwq-muted); font-size: 16px; line-height: 1.65; }
.gwq-next { margin-top: 44px; padding-top: 23px; border-top: 1px solid var(--gwq-line); }
.gwq-next-label { margin: 0 0 17px; color: var(--gwq-green-dark); font-size: 10px; font-weight: 800; letter-spacing: .18em; text-transform: uppercase; }
.gwq-next ol { display: grid; gap: 11px; margin: 0; padding: 0; list-style: none; counter-reset: gwq-steps; }
.gwq-next li { display: grid; grid-template-columns: 28px 1fr; gap: 12px; align-items: baseline; color: #4f534c; font-size: 13px; line-height: 1.45; counter-increment: gwq-steps; }
.gwq-next li::before { content: "0" counter(gwq-steps); color: var(--gwq-green); font-family: Georgia, "Times New Roman", serif; font-size: 15px; }
.gwq-form-panel { min-width: 0; padding-top: 4px; }
.gwq-topline { display: flex; justify-content: space-between; gap: 30px; align-items: flex-start; margin-bottom: 31px; padding-bottom: 20px; border-bottom: 1px solid var(--gwq-line); }
.gwq-topline strong { display: block; margin-bottom: 7px; color: var(--gwq-ink); font-family: Georgia, "Times New Roman", serif; font-size: 25px; font-weight: 400; line-height: 1.2; }
.gwq-topline p { margin: 0; color: var(--gwq-muted); font-size: 13px; line-height: 1.5; }
.gwq-time { flex: 0 0 auto; padding: 8px 11px; border: 1px solid var(--gwq-line); color: var(--gwq-green-dark); font-size: 10px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.gwq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 21px 22px; margin: 0; padding: 0; }
.gwq-field { min-width: 0; margin: 0; padding: 0; border: 0; }
.gwq-field.gwq-full, .gwq-details, .gwq-submit-row, .gwq-status { grid-column: 1 / -1; }
.gwq-field label, .gwq-field-title { display: block; margin: 0 0 9px; color: var(--gwq-ink); font-size: 12px; font-weight: 800; letter-spacing: .025em; line-height: 1.35; }
.gwq-required { color: #b42b28; }
.gwq-optional { margin-left: 7px; color: var(--gwq-muted); font-size: 10px; font-weight: 400; }
.gw-enquiry input:not([type="checkbox"]), .gw-enquiry select, .gw-enquiry textarea {
  width: 100%;
  border: 0;
  border-bottom: 1px solid #7b7d76;
  border-radius: 0;
  outline: 0;
  background: transparent;
  color: var(--gwq-ink);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  box-shadow: none;
}
.gw-enquiry input:not([type="checkbox"]), .gw-enquiry select { height: 47px; padding: 0 4px; }
.gw-enquiry textarea { min-height: 92px; padding: 12px 4px; resize: vertical; line-height: 1.55; }
.gw-enquiry input::placeholder, .gw-enquiry textarea::placeholder { color: #81837d; opacity: 1; }
.gw-enquiry input:focus-visible, .gw-enquiry select:focus-visible, .gw-enquiry textarea:focus-visible { border-bottom: 2px solid var(--gwq-green); }
.gwq-phone-row { display: block; border-bottom: 1px solid #7b7d76; }
.gwq-phone-row:focus-within { border-bottom: 2px solid var(--gwq-green); }
.gwq-phone-row .iti { width: 100%; }
.gwq-phone-row input { border: 0 !important; padding-left: 112px !important; }
.gwq-phone-row .iti__selected-country { padding: 0 15px 0 4px; background: transparent; }
.gwq-phone-row .iti__selected-dial-code { margin-left: 9px; color: var(--gwq-ink); }
.gwq-phone-row .iti__country-container { border-right: 1px solid var(--gwq-line-soft); }
.gwq-help-options { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 8px; }
.gwq-help-option { position: relative; min-width: 0; margin: 0; }
.gwq-help-option input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.gwq-help-option span {
  display: flex;
  align-items: center;
  min-height: 46px;
  padding: 9px 12px;
  border: 1px solid var(--gwq-line);
  color: #4f534c;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.25;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, color .2s ease;
}
.gwq-help-option input:checked + span { border-color: var(--gwq-green); background: var(--gwq-green-soft); color: var(--gwq-green-dark); }
.gwq-help-option input:focus-visible + span { outline: 2px solid var(--gwq-green); outline-offset: 2px; }
.gwq-details { border-top: 1px solid var(--gwq-line); border-bottom: 1px solid var(--gwq-line); }
.gwq-details summary { display: flex; justify-content: space-between; align-items: center; min-height: 50px; color: var(--gwq-ink); font-size: 12px; font-weight: 800; cursor: pointer; list-style: none; touch-action: manipulation; }
.gwq-details summary::-webkit-details-marker { display: none; }
.gwq-details summary::after { content: "+"; color: var(--gwq-green); font-family: Georgia, "Times New Roman", serif; font-size: 24px; font-weight: 400; }
.gwq-details[open] summary::after { content: "−"; }
.gwq-details summary:focus-visible { outline: 2px solid var(--gwq-green); outline-offset: 3px; }
.gwq-details-inner { display: grid; grid-template-columns: 1fr 1fr; gap: 20px; padding: 5px 0 24px; }
.gwq-details-inner .gwq-wide { grid-column: 1 / -1; }
.gwq-file-input { position: absolute; width: 1px !important; height: 1px !important; opacity: 0; }
.gwq-file-box { display: flex !important; align-items: center; justify-content: space-between; gap: 15px; min-height: 48px; margin: 0 !important; padding: 10px 12px; border: 1px dashed #7b7d76; color: var(--gwq-muted) !important; cursor: pointer; }
.gwq-file-action { color: var(--gwq-green-dark); font-weight: 800; }
.gwq-file-name { font-size: 11px; font-weight: 400; }
.gwq-file-input:focus-visible + .gwq-file-box { outline: 2px solid var(--gwq-green); outline-offset: 3px; }
.gwq-submit-row { display: grid; grid-template-columns: 1fr auto; gap: 28px; align-items: end; margin-top: 2px; }
.gwq-privacy { max-width: 400px; margin: 0; color: var(--gwq-muted); font-size: 11px; line-height: 1.55; }
.gwq-privacy strong { display: block; margin-bottom: 4px; color: var(--gwq-green-dark); font-size: 11px; }
.gwq-privacy a { color: var(--gwq-green-dark); text-decoration: underline; text-underline-offset: 2px; }
.gwq-submit {
  min-width: 260px;
  min-height: 52px;
  padding: 0 24px;
  border: 0;
  border-radius: 0;
  background: var(--gwq-green);
  color: #fff;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .025em;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .2s ease, transform .2s ease;
}
.gwq-submit:hover { background: var(--gwq-green-dark); }
.gwq-submit:active { transform: translateY(1px); }
.gwq-submit:focus-visible { outline: 3px solid #8fc787; outline-offset: 3px; }
.gwq-submit:disabled { cursor: wait; opacity: .72; }
.gwq-status { min-height: 18px; margin: -9px 0 0; color: var(--gwq-green-dark); font-size: 12px; line-height: 1.45; }
.gwq-status[data-state="error"] { color: #9f241f; }
.gwq-status[data-state="success"] { color: var(--gwq-green-dark); font-weight: 700; }
@media (max-width: 920px) {
  .gwq-shell { grid-template-columns: 1fr; width: calc(100% - 36px); gap: 44px; }
  .gwq-intro { position: static; padding: 0; }
  .gwq-brand { margin-bottom: 30px; }
  .gwq-intro h2 { max-width: 9ch; font-size: clamp(50px,12vw,68px); }
  .gwq-next { margin-top: 32px; }
}
@media (max-width: 620px) {
  .gw-enquiry { padding: 58px 0; }
  .gwq-topline { display: block; }
  .gwq-time { display: inline-block; margin-top: 16px; }
  .gwq-grid, .gwq-details-inner { grid-template-columns: 1fr; }
  .gwq-field { grid-column: 1 / -1; }
  .gwq-help-options { grid-template-columns: 1fr 1fr; }
  .gwq-submit-row { grid-template-columns: 1fr; align-items: stretch; }
  .gwq-submit { width: 100%; min-width: 0; }
  .gwq-file-box { align-items: flex-start; flex-direction: column; }
}
@media (prefers-reduced-motion: reduce) {
  .gw-enquiry *, .gw-enquiry *::before, .gw-enquiry *::after { transition-duration: .01ms !important; scroll-behavior: auto !important; }
}
