/* contact us page, built to the 1440 figma layout */

.page-cu {
    background: #f2f2f2;
    color: #021c25;
}
body.page-cu main { padding-top: 0; }
body.page-cu { overflow-x: hidden; }
.page-cu #site-footer { background: #021c25; }

/* Fluid: scale the fixed 1440 design to fill the viewport edge-to-edge */
.cu-scale {
    width: 1440px;
    margin: 0 auto;
    zoom: calc(100vw / 1440px);
}

/* fixed 1440 stage (hero + query form) */
.cu-stage img { max-width: none; }   /* app.css caps img at 100%; stage art is sized exactly */

.cu-stage {
    position: relative;
    width: 1440px;
    /* was 3122px; Business Contacts (~717px) removed, form moved up to close the gap */
    height: 2405px;
    margin: 0 auto;
    background: #f2f2f2;
    overflow: hidden;
}

/* hero, 600px, layered images */
.cu-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 1440px;
    height: 600px;
    overflow: hidden;
    background: #fff;
}
.cu-hero__img { position: absolute; object-fit: cover; }
.cu-hero__img--1 { left: 0; top: 0; width: 1440px; height: 810px; }
.cu-hero__img--2 { left: -38px; top: -147px; width: 1516px; height: 1011px; }
.cu-hero__img--3 { left: -11px; top: 0; width: 1463px; height: 798px; }
.cu-hero__img--4 { left: -11px; bottom: -156px; width: 1463px; height: 798px; }
.cu-hero__overlay {
    position: absolute;
    inset: 0;
    background: #000;
    opacity: 0.2;
}
.cu-hero__title {
    position: absolute;
    left: 61px;
    bottom: 198px;                 /* cap bottom at y 390 (Figma cap-trimmed) */
    margin: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 80px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 4px 4px 10px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}
.cu-hero__swipe { position: absolute; inset: 0; padding: 0; border: 0; background: transparent; color: inherit; cursor: pointer; }
.cu-hero__mouse {
    position: absolute;
    left: 1343px;                  /* center 1353.5 - 21/2 */
    bottom: 72px;
    width: 21px;
    height: 40px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.cu-hero__arrow {
    position: absolute;
    left: 1345.5px;                /* centered at x 1353 */
    bottom: 85.5px;
    width: 15px;
    height: 8px;
    transform: rotate(-90deg);
}
.cu-hero__swipe-label {
    position: absolute;
    left: 1354px;
    bottom: 56.5px;
    transform: translate(-50%, 50%);
    font-size: 18px;
    line-height: 16px;
    color: #fff;
    text-align: center;
}

/* registered office card */
.cu-office {
    position: absolute;
    left: 80px;
    top: 700px;
    width: 1280.172px;
    height: 293.825px;
    background: #074158;
    border-radius: 20px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.25);
}
.cu-office__pattern {
    position: absolute;
    left: 0.26px;                  /* frame 80.26 - card 80 */
    top: 30.49px;                  /* frame 730.49 - 700 */
    width: 146.451px;
    height: 232.837px;
}
.cu-office__address {
    position: absolute;
    left: 157px;                   /* frame 237 - 80 */
    top: 79px;                     /* frame 779 - 700 */
    margin: 0;
    font-size: 18px;
    line-height: 1.5;
    color: #fff;
    white-space: nowrap;
}
.cu-office__address strong { font-weight: 700; }
.cu-office__address a {
    color: #fff;
    font-weight: 700;
    text-decoration: underline;
}
.cu-office__map {
    position: absolute;
    left: 522.09px;                /* frame 602.09 - 80 */
    top: 20.74px;                  /* frame 720.74 - 700 */
    width: 741.183px;
    height: 252.346px;
    border-radius: 20px;
    object-fit: cover;
}
.cu-office__ctrl { position: absolute; left: 1221.4px; width: 25px; height: 25px; } /* frame x 1301.4 */
.cu-office__ctrl--top { top: 173.39px; }     /* 873.39 - 700 */
.cu-office__ctrl--top img { position: absolute; inset: -16%; width: 132%; height: 132%; }
.cu-office__ctrl--mid {
    top: 204.23px;                 /* 904.23 - 700 */
    background: rgba(255, 95, 26, 0.5);
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.25);
}
.cu-office__ctrl--mid img { position: absolute; left: 5px; top: 5px; width: 15px; height: 15px; }
.cu-office__ctrl--bottom { top: 235.07px; }  /* 935.07 - 700 */
.cu-office__ctrl--bottom img { position: absolute; inset: -8%; width: 116%; height: 116%; }

/* business contact */
.cu-bc-title {
    position: absolute;
    left: 0;
    width: 100%;
    top: 1087px;                   /* cap top at 1094 */
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #000;
    text-align: center;
    letter-spacing: 0;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
}

.cu-person {
    position: absolute;
    top: 1189.18px;
    width: 420px;
    height: 460px;
}
.cu-person--1 { left: 80px; }
.cu-person--2 { left: 520px; }
.cu-person--3 { left: 960px; }

.cu-person__ring { position: absolute; left: 0; top: 0; width: 200px; height: 200px; }
.cu-person__photo {
    position: absolute;
    left: 16px;
    top: 14px;
    width: 172px;
    height: 172px;
    border-radius: 86px;
    object-fit: cover;
}
.cu-person--2 .cu-person__photo,
.cu-person--3 .cu-person__photo { left: 14px; }
.cu-person__linkedin { position: absolute; left: 220px; width: 40px; height: 40px; }
.cu-person--1 .cu-person__linkedin { top: 70px; }
.cu-person--2 .cu-person__linkedin,
.cu-person--3 .cu-person__linkedin { top: 69.82px; }

.cu-person__dash { position: absolute; left: 2px; }
.cu-person--1 .cu-person__dash { top: 90px; }
.cu-person--2 .cu-person__dash,
.cu-person--3 .cu-person__dash { top: 89.82px; }
.cu-person__dash--w239 { width: 239.5px; height: 373.22px; }
.cu-person__dash--w237 { width: 237px; height: 373.22px; }
.cu-person__dash--w96 { width: 96px; height: 373.22px; }
.cu-person__dash--w239 img { position: absolute; inset: -0.33% -0.52%; width: 101.04%; height: 100.66%; }
.cu-person__dash--w237 img { position: absolute; inset: -0.33% -0.53%; width: 101.06%; height: 100.66%; }
.cu-person__dash--w96 img { position: absolute; inset: -0.33% -1.3%; width: 102.6%; height: 100.66%; }

.cu-person__name {
    position: absolute;
    left: 37px;
    margin: 0;
    font-size: 30px;
    font-weight: 500;
    line-height: 36px;
    color: #074158;
    text-transform: capitalize;
    white-space: nowrap;
}
.cu-person--1 .cu-person__name { top: 212px; }   /* center 1419.18 */
.cu-person--2 .cu-person__name,
.cu-person--3 .cu-person__name { top: 211.82px; } /* center 1419 */

.cu-person__role {
    position: absolute;
    left: 37px;
    margin: 0;
    width: 363px;
    font-size: 24px;
    line-height: 32px;
    color: #000;
}
.cu-person--1 .cu-person__role { top: 254px; }
.cu-person--2 .cu-person__role,
.cu-person--3 .cu-person__role { top: 253.82px; }

.cu-person__bubble { position: absolute; left: 1px; width: 399px; height: 121px; }
.cu-person--1 .cu-person__bubble { top: 344px; }
.cu-person--2 .cu-person__bubble,
.cu-person--3 .cu-person__bubble { top: 343.82px; }

.cu-person__email {
    position: absolute;
    left: 14px;
    width: 372px;
    height: 50px;
    background: #f2f2f2;
    border-radius: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cu-person--1 .cu-person__email { top: 405px; justify-content: flex-start; padding-left: 43px; }
.cu-person--2 .cu-person__email,
.cu-person--3 .cu-person__email { top: 404.82px; }
.cu-person__email a {
    font-size: 24px;
    line-height: 32px;
    color: #000;
    text-decoration: underline;
    white-space: nowrap;
}

/* got a query? form card */
.cu-form {
    position: absolute;
    left: 61px;
    /* was 1803.82px; moved up to sit just below the office section after
       the Business Contacts block was removed */
    top: 1087px;
    width: 1319px;
    height: 1268px;
    background: #507989;
    border-radius: 10px;
    overflow: hidden;
}
.cu-form__title {
    position: absolute;
    left: 0;
    width: 100%;
    top: 55px;                     /* cap top at 62 */
    margin: 0;
    font-size: 60px;
    font-weight: 700;
    line-height: 60px;
    color: #f2f2f2;
    text-align: center;
    letter-spacing: 0;
    white-space: nowrap;
}
.cu-form__sub {
    position: absolute;
    left: 222.5px;                 /* (1319 - 874) / 2 */
    top: 122px;                    /* cap top at 127 */
    margin: 0;
    width: 874px;
    font-size: 18px;
    line-height: 1.1;
    color: #f2f2f2;
    text-align: center;
}

.cu-form [class^="cu-f-label"],
.cu-form .cu-form__label {
    position: absolute;
    margin: 0;
    font-size: 20px;
    line-height: 25px;
    color: #f2f2f2;
    width: 427px;
}

.cu-form input[type="text"],
.cu-form input[type="email"],
.cu-form input[type="tel"],
.cu-form select,
.cu-form textarea {
    position: absolute;
    height: 43px;
    padding: 6px 6px 6px 10px;
    background: #f2f2f2;
    border: 1px solid #f2f2f2;
    border-radius: 10px;
    font-size: 16px;
    font-family: inherit;
    letter-spacing: -0.16px;
    color: #021c25;
    outline: none;
}
.cu-form ::placeholder { color: rgba(2, 28, 37, 0.6); opacity: 1; }
.cu-form select {
    color: rgba(2, 28, 37, 0.6);
    appearance: none;
    -webkit-appearance: none;
    background-image: url("/dist/images/contact/select-chevron.svg");
    background-repeat: no-repeat;
    background-position: right 42px center;
    background-size: 22px 11px;
}
.cu-form textarea {
    height: 75px;
    padding: 10px;
    resize: none;
}

/* field grid, coords relative to the card */
/* label tops = Figma cap top − 6 (cap-trim compensation) */
.cu-f-label-fname { left: 223px; top: 188px; }
.cu-f-label-lname { left: 674px; top: 188px; }
.cu-f-label-email { left: 223px; top: 285px; }
.cu-f-label-phone { left: 674px; top: 285px; }
.cu-f-label-country { left: 223px; top: 382px; }
.cu-f-label-state { left: 674px; top: 382px; }
.cu-f-label-company { left: 223px; top: 479px; }
.cu-f-label-select { left: 223px; top: 611px; }
.cu-f-label-query { left: 223px; top: 769px; }
.cu-f-label-assist { left: 223px; top: 866px; }

.cu-f-fname { left: 219px; top: 223px; width: 423px; }
.cu-f-lname { left: 670px; top: 223px; width: 423px; }
.cu-f-email { left: 219px; top: 320px; width: 423px; }
.cu-f-phone { left: 670px; top: 320px; width: 423px; }
.cu-f-country { left: 219px; top: 417px; width: 423px; }
.cu-f-state { left: 670px; top: 417px; width: 423px; }
.cu-f-company { left: 219px; top: 514px; width: 874px; }
.cu-f-query-type { left: 219px; top: 804px; width: 874px; }
.cu-f-assist { left: 219px; top: 901px; width: 874px; }
.cu-f-captcha { left: 219px; top: 1069px; width: 243px; }

.cu-form__divider {
    position: absolute;
    left: 228.5px;
    width: 864px;
    height: 1px;
    background: rgba(242, 242, 242, 0.5); /* Vector 21: 1px #F2F2F2 stroke @ 50% */
}
.cu-form__divider--1 { top: 587px; }
.cu-form__divider--2 { top: 745px; }

/* radio row */
.cu-radio {
    position: absolute;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #f2f2f2;
    /* fixed width per label so it wraps, widths are set per option below */
    white-space: normal;
    cursor: pointer;
}
.cu-radio input {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    left: -30px;
    top: 6px;   /* lines up with the label text */
    box-sizing: border-box;
    border: 2px solid #f2f2f2;
    border-radius: 50%;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}
/* selected = ring with a filled centre dot. old on/off svgs looked the same so switched to css */
.cu-radio input:checked {
    background: radial-gradient(#f2f2f2 0 46%, transparent 52%);
}
.cu-radio:hover input,
.cu-radio input:hover { box-shadow: 0 0 0 4px rgba(242, 242, 242, 0.16); }
.cu-radio input:focus-visible { outline: 2px solid #f26522; outline-offset: 3px; }
/* six options, each at its design width; circle sits 30px left of the text */
.cu-radio { top: 646px; }
.cu-radio--1 { left: 249px;  width: 80px; }   /* Critical Metals Recovery */
.cu-radio--2 { left: 392px;  width: 89px; }   /* Green Aluminium Recovery */
.cu-radio--3 { left: 544px;  width: 78px; }   /* Ground Support Solutions */
.cu-radio--4 { left: 685px;  width: 117px; }  /* Gas-atomized Aluminium Powder */
.cu-radio--5 { left: 865px;  width: 102px; }  /* Telecom Grade FRP & ARP Rods */
.cu-radio--6 { left: 1030px; width: auto; white-space: nowrap; }  /* Others */

/* consent */
.cu-consent {
    position: absolute;
    left: 249px;
    top: 989px;
    width: 844px;
    font-size: 16px;
    line-height: normal;
    letter-spacing: -0.16px;
    color: #f2f2f2;
    cursor: pointer;
}
.cu-consent input {
    position: absolute;
    appearance: none;
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    margin: 0;
    left: -30px;
    top: 1px;
    box-sizing: border-box;
    border: 2px solid #f2f2f2;
    border-radius: 4px;
    background: transparent;
    cursor: pointer;
    transition: background 0.15s ease, box-shadow 0.15s ease;
}
/* checked = white fill + teal tick. old svgs were both white circles so you couldnt tell */
.cu-consent input:checked {
    background: #f2f2f2 url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='none' stroke='%23074158' stroke-width='3.5' stroke-linecap='round' stroke-linejoin='round' d='M5 12.5l4.5 4.5L19 7'/%3E%3C/svg%3E") center / 14px 14px no-repeat;
}
.cu-consent:hover input,
.cu-consent input:hover { box-shadow: 0 0 0 4px rgba(242, 242, 242, 0.16); }
.cu-consent input:focus-visible { outline: 2px solid #f26522; outline-offset: 3px; }

/* captcha */
.cu-captcha-box {
    position: absolute;
    left: 491px;
    top: 1063px;
    width: 159px;
    height: 55px;
    background: #d9d9d9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #021c25;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}
.cu-captcha-reset {
    position: absolute;
    left: 665px;
    top: 1076px;
    width: 30px;
    height: 30px;
    padding: 0;
    border: 0;
    background: none;
    cursor: pointer;
}
.cu-captcha-reset img { width: 100%; height: 100%; }

/* scroll reveal, same as the old contact page */
.reveal {
    opacity: 0;
    transform: translateY(28px);
    transition: opacity 900ms cubic-bezier(0.16, 1, 0.3, 1), transform 900ms cubic-bezier(0.16, 1, 0.3, 1);
    will-change: opacity, transform;
}
.reveal.is-visible { opacity: 1; transform: translateY(0); }

.reveal-stagger > * {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.reveal-stagger.is-visible > * { opacity: 1; transform: translateY(0); }
.reveal-stagger.is-visible > :nth-child(1) { transition-delay: 0.05s; }
.reveal-stagger.is-visible > :nth-child(2) { transition-delay: 0.12s; }
.reveal-stagger.is-visible > :nth-child(3) { transition-delay: 0.19s; }
.reveal-stagger.is-visible > :nth-child(4) { transition-delay: 0.26s; }
.reveal-stagger.is-visible > :nth-child(5) { transition-delay: 0.33s; }
.reveal-stagger.is-visible > :nth-child(6) { transition-delay: 0.4s; }
.reveal-stagger.is-visible > :nth-child(7) { transition-delay: 0.47s; }
.reveal-stagger.is-visible > :nth-child(8) { transition-delay: 0.54s; }

/* office card: pattern then address cascade in after the card reveals
   (old site staggered these two blocks inside the card) */
.cu-office .cu-office__pattern,
.cu-office .cu-office__address {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 700ms cubic-bezier(0.16, 1, 0.3, 1), transform 700ms cubic-bezier(0.16, 1, 0.3, 1);
}
.cu-office.is-visible .cu-office__pattern,
.cu-office.is-visible .cu-office__address { opacity: 1; transform: translateY(0); }
.cu-office.is-visible .cu-office__pattern { transition-delay: 0.05s; }
.cu-office.is-visible .cu-office__address { transition-delay: 0.12s; }

/* submit */
.cu-submit {
    position: absolute;
    left: 525.5px;                 /* (1319 - 268) / 2 */
    top: 1148px;
    width: 268px;
    height: 55px;
    padding: 0 14px;
    background: #074158;
    border: 0;
    border-radius: 30px;
    font-size: 20px;
    font-weight: 700;
    color: #f2f2f2;
    cursor: pointer;
}
.cu-form__status {
    position: absolute;
    left: 219px;
    top: 1214px;
    width: 874px;
    margin: 0;
    color: #f2f2f2;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}

/* field validation */
.cu-err {
    position: absolute;
    display: none;
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    letter-spacing: -0.1px;
    color: #ffc2b0;
}
.cu-err.is-shown { display: block; }
/* desktop: each error sits just under its field */
.cu-err--fname   { left: 219px; top: 269px; width: 423px; }
.cu-err--lname   { left: 670px; top: 269px; width: 423px; }
.cu-err--email   { left: 219px; top: 366px; width: 423px; }
.cu-err--phone   { left: 670px; top: 366px; width: 423px; }
.cu-err--country { left: 219px; top: 463px; width: 423px; }
.cu-err--state   { left: 670px; top: 463px; width: 423px; }
.cu-err--company { left: 219px; top: 560px; width: 874px; }
.cu-err--business{ left: 249px; top: 723px; width: 860px; }
.cu-err--query   { left: 219px; top: 850px; width: 874px; }
.cu-err--assist  { left: 219px; top: 978px; width: 874px; }
.cu-err--consent { left: 249px; top: 1034px; width: 840px; }
.cu-err--captcha { left: 219px; top: 1116px; width: 460px; }

/* highlight the invalid field */
.cu-form input.cu-invalid,
.cu-form select.cu-invalid,
.cu-form textarea.cu-invalid {
    border-color: #ff8a65;
    box-shadow: 0 0 0 1px #ff8a65;
}
.cu-form select:disabled { opacity: 0.6; cursor: not-allowed; }
/* narrower selects, chevron closer to the edge */
.cu-form select.cu-f-country, .cu-form select.cu-f-state { background-position: right 16px center; }

/* mobile: errors just flow under each field */
@media (max-width: 767px) {
    .cu-err { position: static; width: auto; margin: 5px 0 0; }
}

/* mobile (<768px) - phone layout, desktop untouched above */
@media (max-width: 767px) {
    .cu-scale { zoom: 1 !important; width: auto; }
    .cu-stage { width: auto; height: auto; overflow: visible; }
    .cu-stage img { max-width: 100%; }

    /* hero: single visible layer, big title */
    .cu-hero { position: relative; width: auto; height: 500px; }
    .cu-hero__img--1, .cu-hero__img--2, .cu-hero__img--3 { display: none; }
    .cu-hero__img--4 { left: 0; bottom: auto; top: 0; width: 100%; height: 100%; object-fit: cover; }
    .cu-hero__overlay { width: 100%; height: 100%; }
    .cu-hero__title {
        left: 16px;
        right: 16px;
        bottom: 36px;
        font-size: 44px;
        line-height: 46px;
        white-space: normal;
    }
    .cu-hero__mouse { left: auto; right: 24px; bottom: 44px; }
    .cu-hero__arrow { left: auto; right: 30.5px; bottom: 57.5px; }
    .cu-hero__swipe-label { left: auto; right: 12px; bottom: 28px; transform: none; font-size: 14px; }

    /* registered office: stacked card */
    .cu-office {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        margin: 24px 16px;
        padding: 24px 20px;
        box-sizing: border-box;
        overflow: hidden;
    }
    .cu-office__pattern { left: -10px; top: 12px; width: 110px; height: auto; opacity: 0.9; }
    .cu-office__address { position: relative; left: 0; top: 0; margin-left: 110px; font-size: 15px; white-space: normal; }
    .cu-office a { display: block; }
    .cu-office__map {
        position: relative;
        left: 0;
        top: 0;
        width: 100%;
        height: 190px;
        margin-top: 18px;
        border-radius: 12px;
    }
    .cu-office__ctrl { display: none; }

    /* business contact */
    .cu-bc-title { position: relative; top: 0; width: auto; margin: 36px 16px 4px; font-size: 36px; line-height: 42px; }
    .cu-stage > .reveal-stagger { display: block; padding: 8px 0 4px; overflow: hidden; }
    /* Reflow the fixed 420px person composition into a centred stacked card so the
       portrait sits centred (was pinned top-left) and the email fits. */
    .cu-person {
        position: relative;
        left: 0 !important;
        top: 0;
        width: min(100%, 360px);
        height: auto;
        margin: 24px auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        transform: none;
    }
    .cu-person__dash,
    .cu-person__bubble { display: none; }   /* teal frame vectors tuned to the 420px stage */
    .cu-person__ring { position: relative; left: auto; top: auto; margin: 0 auto; }
    .cu-person__photo,
    .cu-person--2 .cu-person__photo,
    .cu-person--3 .cu-person__photo { left: 50%; top: 14px; transform: translateX(-50%); }
    .cu-person__linkedin,
    .cu-person--1 .cu-person__linkedin,
    .cu-person--2 .cu-person__linkedin,
    .cu-person--3 .cu-person__linkedin { top: 150px; left: 50%; margin-left: 56px; }
    .cu-person__name,
    .cu-person--1 .cu-person__name,
    .cu-person--2 .cu-person__name,
    .cu-person--3 .cu-person__name { position: relative; left: auto; top: auto; margin-top: 16px; white-space: normal; text-align: center; }
    .cu-person__role,
    .cu-person--1 .cu-person__role,
    .cu-person--2 .cu-person__role,
    .cu-person--3 .cu-person__role { position: relative; left: auto; top: auto; width: 100%; margin-top: 6px; text-align: center; }
    .cu-person__email,
    .cu-person--1 .cu-person__email,
    .cu-person--2 .cu-person__email,
    .cu-person--3 .cu-person__email { position: relative; left: auto; top: auto; width: 100%; height: auto; margin-top: 22px; padding: 12px 14px; justify-content: center; }
    .cu-person__email a { font-size: 15px; line-height: 22px; white-space: nowrap; }

    /* query form: stacked single column */
    .cu-form {
        position: relative;
        left: 0;
        top: 0;
        width: auto;
        height: auto;
        margin: 28px 16px 40px;
        padding: 28px 16px 32px;
        box-sizing: border-box;
    }
    .cu-form__title { position: relative; top: 0; font-size: 34px; line-height: 40px; }
    .cu-form__sub { position: relative; left: 0; top: 0; width: auto; margin-top: 8px; font-size: 14px; }
    .cu-form form { display: flex; flex-direction: column; margin-top: 24px; }
    .cu-form [class^="cu-f-label"],
    .cu-form .cu-form__label { position: static; width: auto; margin: 14px 0 6px; font-size: 16px; line-height: 20px; }
    .cu-form input[type="text"],
    .cu-form input[type="email"],
    .cu-form input[type="tel"],
    .cu-form select,
    .cu-form textarea { position: static; width: 100%; box-sizing: border-box; }
    .cu-form select { background-position: right 14px center; }
    .cu-form textarea { height: 96px; }
    .cu-form__divider { position: static; width: 100%; margin: 22px 0 6px; }
    /* the design widths above are sized for the 1440 band; on phone the labels
       take the column instead of being pinned to 78-117px */
    .cu-radio { position: static; width: auto; margin: 10px 0 0 30px; white-space: normal; }
    .cu-radio--6 { white-space: normal; }
    .cu-radio input { left: -30px; }
    .cu-consent { position: static; width: auto; margin: 20px 0 0 30px; }
    .cu-captcha-row { display: flex; align-items: center; gap: 12px; margin-top: 6px; }
    .cu-f-captcha { flex: 1; }
    .cu-captcha-box { position: static; flex: none; width: 120px; height: 43px; border-radius: 6px; }
    .cu-captcha-reset { position: static; flex: none; width: 26px; height: 26px; }
    .cu-submit { position: relative; left: 0; top: 0; margin: 28px auto 0; display: block; }
    .cu-form__status { position: static; width: auto; margin: 14px 0 0; }
}

/* full-bleed hero past the 16" cap */
@media (min-width: 1729px) {
    .cu-stage { overflow: visible; }
    .cu-hero { left: var(--bleed-left); width: var(--bleed-w); }
    .cu-hero__img--4 { left: 0; width: var(--bleed-w); }
}
