/** Shopify CDN: Minification failed

Line 280:1 Expected "}" to go with "{"

**/
/* rw-enq build: v1-from-ecosure-pdp */
/* ============================================================
   rainwater-enquiry.css   —   Farm rainwater enquiry page
   Theme: Superstore 5.3.2 (Out of the Sandbox, OS 2.0)

   Third file in the same visual system as ecosure-pdp,
   rainwater-pillar and rainwater-calculator. Same palette, same
   1100px wrapper, same cornflower/olive split, same colour lock.

   FORM-SPECIFIC DECISIONS
     Superstore's contact template floats its labels (position:
     absolute on the title) which works for four fields and falls
     apart at twenty: a scanning eye sees a column of identical
     boxes. Everything here un-floats them.

     Inputs are 52px and 16px. 52 is comfortable for a thumb; 16px
     is what stops iOS zooming the page on focus, which makes a
     form feel broken.

   PALETTE (identical to ecosure-pdp)
     --g #6487FF  --gd #3A57C7  --b #37500F  --bd #2A3D0B
     --bp #1F2E08  --bl #C5D4A8  --t #F5F9FF  --l #DFE5EE
     --lo #C6D0DE  --ink #24292E  --mut #5A6472  --wn #D9622B

   THE !important BLOCK IS DELIBERATE
   Superstore sets heading and body colours with a selector that
   outranks plain class rules. Scoped inside .rw-enq, colour only.

   INSTALL
     assets/rainwater-enquiry.css
     Loaded by the masthead section, so no theme.liquid change.
   ============================================================ */

:root,
.rw-enq{
  --g:#6487FF;--gd:#3A57C7;--b:#37500F;--bd:#2A3D0B;--bp:#1F2E08;
  --bl:#C5D4A8;--t:#F5F9FF;--l:#DFE5EE;--lo:#C6D0DE;
  --ink:#24292E;--mut:#5A6472;--wn:#D9622B;
}

.rw-enq{
  max-width:46rem;margin-inline:auto;
  padding-left:20px;padding-right:20px;box-sizing:border-box;
  color:var(--ink);font-size:1.0625rem;line-height:1.7;text-align:left;
}

.rw-enq-masthead{padding-top:28px;padding-bottom:0}
.rw-enq-form{padding-top:0;padding-bottom:48px}

.rw-enq .page-masthead{margin:0 0 14px}

.rw-enq .rw-intro{margin:0 0 26px}
.rw-enq p{margin:0 0 14px}
.rw-enq .rw-intro p:last-child{margin-bottom:0}

/* ---------- what you get back ---------- */

.rw-expect{
  margin:0 0 30px;padding:20px 24px;
  background:var(--t);border:1px solid var(--l);border-radius:10px;
}
.rw-expect-title{
  margin:0 0 12px;color:var(--b);
  font-size:1.15rem;line-height:1.3;font-weight:700;
}
.rw-expect-list{margin:0 0 12px;padding-left:22px}
.rw-expect-list li{margin:0 0 9px;font-size:1rem;line-height:1.6}
.rw-expect-list li::marker{color:var(--g);font-weight:700}
.rw-expect-note{margin:0;font-size:.9rem;line-height:1.55;color:var(--mut)}

/* ---------- call-first banner ---------- */

.rw-call-first{
  margin:0 0 26px;padding:16px 20px;
  background:var(--t);border-left:4px solid var(--b);
  border-radius:0 10px 10px 0;font-size:1rem;line-height:1.55;
}
.rw-call-first a{color:var(--b);font-weight:700;white-space:nowrap;
  text-decoration:underline;text-underline-offset:2px}

@media (max-width:640px){
  /* A phone number on a phone should be a tap target, not a link. */
  .rw-call-first a{
    display:inline-block;margin-top:8px;padding:10px 18px;
    background:var(--b);color:#fff;border-radius:999px;
    text-decoration:none;font-size:1.05rem;
  }
}

/* ---------- prefill banner ---------- */

.rw-prefill{
  margin:0 0 24px;padding:14px 18px;
  background:#F2F6FF;border-left:4px solid var(--g);
  border-radius:0 8px 8px 0;font-size:.95rem;line-height:1.55;
}
.rw-prefill p{margin:0}
.rw-prefill[hidden]{display:none}

/* ---------- form controls ---------- */

.rw-field{margin-bottom:20px;position:relative}
.rw-field[hidden]{display:none}

/* Labels static and above the input. Replaces Superstore's floating
   label, which hides the label until focus. */
.rw-label,.rw-sublabel{
  position:static;display:block;margin-bottom:6px;padding:0;transform:none;
  font-weight:600;line-height:1.35;color:var(--b);opacity:1;pointer-events:auto;
}
.rw-label{font-size:.97rem}
.rw-sublabel{font-size:.88rem;font-weight:500;color:var(--gd)}
.rw-label [aria-hidden="true"],
.rw-sublabel [aria-hidden="true"]{color:var(--wn);font-weight:700}

.rw-input{
  width:100%;min-height:52px;padding:13px 15px;box-sizing:border-box;
  border:1.5px solid var(--lo);border-radius:8px;background:#fff;
  font-size:1rem;line-height:1.4;color:var(--ink);
  -webkit-appearance:none;appearance:none;
  transition:border-color .2s,box-shadow .2s;
}
select.rw-input{
  height:52px;padding-right:40px;
  background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%2337500F' stroke-width='2'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
  background-repeat:no-repeat;background-position:right 15px center;background-size:18px;
}
.rw-textarea{min-height:7rem;resize:vertical;line-height:1.6}
.rw-input:focus{
  outline:none;border-color:var(--g);box-shadow:0 0 0 3px rgba(100,135,255,.18);
}

.rw-hint{
  display:block;margin-top:7px;font-size:.85rem;line-height:1.5;color:var(--mut);
}
.rw-hint[hidden]{display:none}

/* The potable note changes what we can sell them, so it gets weight. */
.rw-hint--warn:not([hidden]){
  margin-top:10px;padding:12px 15px;
  background:#FFF6F0;border-left:3px solid var(--wn);
  border-radius:0 8px 8px 0;color:var(--ink);font-size:.92rem;
}

.rw-fieldset{
  margin:0 0 20px;padding:18px 18px 6px;
  border:1.5px solid var(--bl);border-radius:8px;background:var(--t);
}
.rw-fieldset > legend{padding:0 6px;margin-left:-6px}
.rw-fieldset .rw-field{margin-bottom:14px}
.rw-fieldset > .rw-hint{margin-bottom:14px}

.rw-pair{display:grid;grid-template-columns:1fr;gap:0 18px}
@media (min-width:40em){.rw-pair{grid-template-columns:1fr 1fr}}

/* ---------- the optional block ----------*/

.rw-more{
  margin:0 0 24px;border:1.5px solid var(--bl);border-radius:10px;background:var(--t);
}
.rw-more-summary{
  display:flex;align-items:center;gap:11px;padding:16px 20px;
  cursor:pointer;list-style:none;border-radius:10px;
  font-size:.97rem;font-weight:600;line-height:1.35;color:var(--b);
  transition:background .18s,color .18s;
}
.rw-more-summary::-webkit-details-marker{display:none}
.rw-more-summary::before{
  content:"";flex:0 0 auto;width:9px;height:9px;
  border-right:2.5px solid var(--g);border-bottom:2.5px solid var(--g);
  transform:rotate(45deg);transition:transform .2s,border-color .18s;
}
.rw-more[open]{background:#fff;border-color:var(--bl)}
.rw-more[open] > .rw-more-summary::before{transform:rotate(-135deg);border-color:var(--b)}
.rw-more-summary:hover,.rw-more-summary:focus-visible{background:var(--b);color:#fff}
.rw-more-summary:hover::before,
.rw-more-summary:focus-visible::before{border-color:#fff}
.rw-more-body{padding:4px 20px 8px;border-top:1px solid var(--l)}
.rw-more-intro{margin:16px 0 20px;font-size:.92rem;line-height:1.55;color:var(--mut)}

/* ---------- submit ---------- */

.rw-action-row{
  margin-top:28px;
  text-align:center;
}

.rw-button{
  display:block;width:100%;min-height:54px;padding:15px 30px;
  border:1.5px solid var(--b);border-radius:999px;background:var(--b);
  color:#fff;font-size:1.0625rem;font-weight:600;text-align:center;
  cursor:pointer;
  box-shadow:0 1px 2px rgba(55,80,15,.14);
  transition:background .2s,border-color .2s,box-shadow .2s,transform .12s;
}
.rw-button:hover,.rw-button:focus-visible{
  background:var(--g);border-color:var(--g);color:#fff;
  box-shadow:0 3px 10px rgba(100,135,255,.38);transform:translateY(-1px);
}
.rw-button:active{
  background:var(--gd);border-color:var(--gd);
  transform:translateY(0);box-shadow:0 1px 3px rgba(58,87,199,.3);
}
@media (min-width:40em){
  .rw-button{
    width:auto;
    min-width:15rem;
    margin-inline:auto;
  }

.rw-form-footer{
  margin-top:18px;
  text-align:center;
  font-size:.85rem;
  line-height:1.55;
  color:var(--gd);
}

/* ---------- messages ---------- */

.rw-message{
  margin-bottom:26px;padding:16px 20px;border-radius:8px;
  border-left:4px solid;font-size:.97rem;line-height:1.55;
}
.rw-message--success{border-color:var(--b);background:var(--t);color:var(--ink)}
.rw-message--error{border-color:var(--wn);background:#FFF6F0;color:var(--ink)}
.rw-message ul{margin:0;padding-left:20px}


.rw-enq .rw-expect-title{color:var(--b)!important}
.rw-enq p,
.rw-enq li,
.rw-enq .rw-intro p,
.rw-enq .rw-call-first,
.rw-enq .rw-prefill,
.rw-enq .rw-message{color:var(--ink)!important}
.rw-enq .rw-label{color:var(--b)!important}
.rw-enq .rw-sublabel{color:var(--gd)!important}
.rw-enq .rw-hint,
.rw-enq .rw-expect-note,
.rw-enq .rw-more-intro,
.rw-enq .rw-form-footer{color:var(--mut)!important}
.rw-enq .rw-hint--warn:not([hidden]){color:var(--ink)!important}
.rw-enq .rw-input{color:var(--ink)!important}
.rw-enq .rw-more-summary{color:var(--b)!important}
.rw-enq .rw-more-summary:hover,
.rw-enq .rw-more-summary:focus-visible{color:#fff!important}
.rw-enq .rw-call-first a{color:var(--b)!important}
.rw-enq .rw-button{color:#fff!important}

@media (max-width:640px){
  .rw-enq .rw-call-first a{color:#fff!important}
}

/* ---------- accessibility ---------- */

.rw-enq .rw-input:focus-visible,
.rw-enq .rw-button:focus-visible,
.rw-enq .rw-more-summary:focus-visible{outline:2px solid var(--b);outline-offset:3px}

@media (prefers-reduced-motion:reduce){
  .rw-enq *{transition:none!important;transform:none!important}
}

/* ---------- mobile ---------- */

@media (max-width:640px){
  .rw-enq{padding-left:16px;padding-right:16px;font-size:1rem;line-height:1.65}
  .rw-enq-masthead{padding-top:20px}
  .rw-enq-form{padding-bottom:36px}
  .rw-expect{padding:16px 18px}
  .rw-expect-title{font-size:1.06rem}
  .rw-more-summary{padding:14px 16px;font-size:.92rem}
  .rw-more-body{padding-left:16px;padding-right:16px}
}