/* ==========================================================================
   Static pages — About, Contact, generic page bodies, cart/checkout/account
   ========================================================================== */

.sect{padding:54px 0}
.sect.alt{background:#fff}
.sect-head{max-width:720px;margin-bottom:30px}
.sect-head.mid{margin-inline:auto;text-align:center}
.sect-head h2{font-size:clamp(22px,3vw,30px);font-weight:900;margin:9px 0 10px}
.sect-head p{color:var(--muted);font-size:15.5px;margin:0}
.sect-h2{font-size:clamp(21px,2.6vw,29px);font-weight:900;margin:9px 0 20px}

/* About typography ---------------------------------------------------------
   Both About sections share one scale: a small letterspaced eyebrow, then a
   heading far larger and tighter than the body, then roomy grey copy. The
   headings were sized like sub-headings before, so the eyebrow, the heading and
   the paragraph all sat within a few pixels of each other and the column had no
   entry point. */
.split .copy .eyebrow,
.approach .eyebrow{font-size:13px;letter-spacing:1.7px;font-weight:800}

.split .copy h2,
.approach .sect-head h2{font-size:clamp(29px,3.5vw,46px);line-height:1.14;letter-spacing:-.7px;
  font-weight:800;color:var(--ink);margin:16px 0 22px;text-wrap:balance}

/* About — approach & commitment. Photo left, copy right, as on the live site. */
.approach-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:48px;align-items:center}
.approach-media{position:relative;min-width:0}
.approach-fig{margin:0;border-radius:var(--radius);overflow:hidden;box-shadow:var(--shadow-lg)}
.approach-fig img{display:block;width:100%;height:100%;aspect-ratio:4/3;object-fit:cover}

/* The numbers, lifted off the photo instead of sitting in a band of their own —
   the claim and the thing being claimed about in one glance.

   Dark glass rather than the reference's white card: this photo is a bright
   outdoor shot, so a light panel on it has almost nothing to separate it, and
   dark glass with a gold rim is the surface the rest of the site already uses. */
.statcard{position:absolute;right:-26px;top:-26px;z-index:2;list-style:none;margin:0;
  display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px 26px;
  padding:22px 26px;border-radius:16px;overflow:hidden;
  background:linear-gradient(145deg,rgba(38,42,50,.62),rgba(12,14,17,.82));
  -webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);
  box-shadow:0 22px 50px rgba(0,0,0,.42)}

/* 1px gradient rim, masked hollow — same recipe as the buying band's card. */
.statcard::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;pointer-events:none;
  background:linear-gradient(145deg,rgba(255,213,79,.8),rgba(255,193,7,.3) 40%,
    rgba(255,255,255,.06) 66%,rgba(255,213,79,.42));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask-composite:exclude}

.statcard li{min-width:0;display:flex;align-items:flex-start;gap:9px;
  font-size:13.5px;font-weight:600;color:#e4e7ea;line-height:1.4}
.sc-tick{flex:none;display:grid;place-items:center;width:19px;height:19px;margin-top:1px;
  border-radius:50%;background:rgba(255,194,14,.16);color:var(--gold)}
.sc-tick .ic{width:12px;height:12px;stroke-width:3}
.approach-body{min-width:0}
.approach .sect-head{margin-bottom:0}
.approach-copy p{color:#5b626c;font-size:17px;line-height:1.75;margin:0 0 18px}
.approach-copy p:last-child{margin-bottom:0}

/* With no photo the copy would run the page's full width — past 130 characters
   a line, roughly twice a readable measure — so it splits into two instead. */
.approach:not(.has-fig) .approach-grid{grid-template-columns:1fr}
.approach:not(.has-fig) .sect-head{margin-inline:auto;text-align:center}
.approach:not(.has-fig) .approach-copy{columns:2;column-gap:56px;max-width:1100px;margin-inline:auto}
.approach:not(.has-fig) .approach-copy p{break-inside:avoid}

@media(max-width:991.98px){
  .approach-grid{grid-template-columns:1fr;gap:28px}
  .approach:not(.has-fig) .approach-copy{columns:1;max-width:var(--prose)}
  /* Stacked, there is no gutter to hang off, so it tucks inside the photo. */
  .statcard{right:14px;top:14px;left:14px;padding:18px 20px;gap:14px 20px}
  .statcard b{font-size:23px}
}
@media(max-width:479.98px){
  /* Below this the card covers most of the photo, so it drops underneath it. */
  .statcard{position:static;margin-top:14px;padding:18px;
    background:linear-gradient(145deg,rgba(38,42,50,.96),rgba(12,14,17,.99))}
}

/* page head with a photographic backdrop (About / Contact) */
.pagehead.has-bg{padding:52px 0 46px}
.pagehead .phbg{position:absolute;inset:0;background-size:cover;background-position:center;opacity:.28}
.pagehead.has-bg::before{content:"";position:absolute;inset:0;
  background:linear-gradient(90deg,rgba(18,18,18,.94) 0%,rgba(18,18,18,.7) 60%,rgba(18,18,18,.45) 100%)}
.phfacts{display:flex;flex-wrap:wrap;gap:10px 26px;margin-top:20px;position:relative;z-index:1}
.phfacts div{font-size:14px;color:#c8ccd1}
.phfacts b{display:block;color:var(--gold);font-size:19px;font-weight:900;line-height:1.2}

/* story split */
.split .copy p{color:#5b626c;font-size:17px;line-height:1.75;margin-bottom:18px}
.split .copy p:last-child{margin-bottom:0}
.sect-fig{margin:0;background:#fff;border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;
  box-shadow:var(--shadow)}
.sect-fig img{width:100%;height:auto;display:block}
.sect-fig figcaption{padding:12px 16px;font-size:13.5px;color:var(--muted);border-top:1px solid var(--line)}


/* contact cards ------------------------------------------------------------
   Glass, on a lit near-black ground. The ground is not decoration: backdrop
   filter samples what an ANCESTOR painted, so glass over the page's pale grey
   blurs flat grey and reads as a plain panel. The streaks give the blur edges
   to soften — a blur over a smooth wash looks like nothing happened. */
.contact-cards-sect{position:relative;isolation:isolate;background:#0f1115;overflow:hidden}
.contact-cards-sect::before{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;
  background:
    radial-gradient(720px 380px at 84% 42%,rgba(255,194,14,.18),transparent 64%),
    radial-gradient(420px 260px at 6% 92%,rgba(255,168,14,.09),transparent 66%),
    linear-gradient(104deg,transparent 38%,rgba(255,196,60,.08) 46%,transparent 54%),
    linear-gradient(112deg,transparent 68%,rgba(255,180,30,.1) 76%,transparent 85%)}
.contact-cards-sect::after{content:"";position:absolute;inset:0;z-index:-1;pointer-events:none;opacity:.28;
  background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='140' height='140'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='.8' numOctaves='3'/%3E%3C/filter%3E%3Crect width='140' height='140' filter='url(%23n)' opacity='.4'/%3E%3C/svg%3E")}

.ccard{position:relative;width:100%;display:flex;flex-direction:column;gap:6px;
  border-radius:16px;padding:24px 22px;overflow:hidden;
  background:linear-gradient(145deg,rgba(38,42,50,.42),rgba(12,14,17,.7));
  -webkit-backdrop-filter:blur(20px) saturate(150%);backdrop-filter:blur(20px) saturate(150%);
  box-shadow:0 18px 40px rgba(0,0,0,.36);
  transition:transform .18s ease,box-shadow .18s ease}
/* 1px gradient rim, masked hollow — the site's own glass edge. */
.ccard::before{content:"";position:absolute;inset:0;border-radius:inherit;padding:1px;pointer-events:none;
  background:linear-gradient(145deg,rgba(255,213,79,.7),rgba(255,194,14,.24) 40%,
    rgba(255,255,255,.06) 66%,rgba(255,213,79,.36));
  -webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);
  mask-composite:exclude}
.ccard:hover{transform:translateY(-3px);box-shadow:0 26px 54px rgba(0,0,0,.46)}

.ccard .ic{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;margin-bottom:10px;
  color:var(--gold);background:rgba(255,194,14,.12);border:1px solid rgba(255,194,14,.32)}
.ccard .ic .ic{width:23px;height:23px;background:none;border:0;margin:0}
.ccard h3{font-size:12px;text-transform:uppercase;letter-spacing:1.1px;color:#8c9098;font-weight:800;margin:0}
.ccard .big{font-size:19px;font-weight:900;color:#fff;line-height:1.25;overflow-wrap:anywhere}
.ccard .big a{color:#fff}
.ccard .big a:hover{color:var(--gold)}
.ccard small{font-size:13px;color:#9aa0a8;line-height:1.5}

/* ------------------------------------------------------- contact: map ----
   The reference opens on the map, so it leads here too. Opening hours sit
   beside it rather than in a sidebar next to the form — both answer "where and
   when", so they belong together and the form gets the page to itself. */
/* Full-bleed. No wrap, no radius, no border: at the page's own width it reads
   as the place itself rather than a picture of one. */
.contact-map{position:relative;overflow:hidden;min-height:460px;background:#e9edf1;
  border-bottom:1px solid var(--line)}
.contact-map iframe{position:absolute;inset:0;width:100%;height:100%;border:0;display:block}
/* Inset to the content column so the button lines up with everything below it. */
.contact-map-btn{position:absolute;left:max(20px,calc((100% - var(--wrap)) / 2 + 20px));bottom:20px;
  z-index:1;box-shadow:var(--shadow-lg)}
.contact-map-btn .ic{width:17px;height:17px}
.hours-note{margin:14px 0 0;font-size:13.5px;color:var(--muted);line-height:1.55}

/* ------------------------------------------------ contact: the enquiry ----
   Hours on the left, form on the right. The heading stays centred over both,
   so the two columns read as one block rather than two separate cards. */
.enquiry-inner{max-width:1180px;margin-inline:auto}
.enquiry-sect .sect-head{margin-bottom:30px}
.enquiry-sect .sect-head h2{font-size:clamp(26px,3.2vw,38px);line-height:1.15;letter-spacing:-.5px}
.enquiry-grid{display:grid;grid-template-columns:minmax(0,340px) minmax(0,1fr);gap:26px;align-items:start}
.enquiry-aside{min-width:0}
.enquiry-sect .formcard{padding:32px;min-width:0}

@media(max-width:991.98px){
  .contact-map{min-height:320px}
  /* The form is what the page is for, so it goes first once they stack. */
  .enquiry-grid{grid-template-columns:1fr}
  .enquiry-aside{order:2}
}

/* ------------------------------------------------------------------ form -- */
.formcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:28px;box-shadow:var(--shadow)}
.formcard h2{font-size:clamp(20px,2.4vw,25px);margin-bottom:6px}
.formcard .lead{color:var(--muted);font-size:14.5px;margin-bottom:20px}
.tdu-hp{position:absolute!important;left:-9999px;height:1px;overflow:hidden}
.consent{display:flex;gap:10px;align-items:flex-start;margin:18px 0;font-size:14px;color:#4a4f57;font-weight:500}
.consent input{margin-top:3px;width:17px;height:17px;accent-color:var(--red);flex:none}
/* the submit is the one action on this page — give it the full column */
.formcard .tdu-form>.btn{width:100%;padding:14px;font-size:16px}
.formnote{font-size:13.5px;color:var(--muted);margin-top:12px;text-align:center}
.formok,.formerr{border-radius:9px;padding:14px 16px;font-size:14px;line-height:1.6;margin-bottom:20px}
.formok{background:#e8f6ee;border:1px solid #bce5cd;color:#1a6b39}
.formok b,.formerr b{display:block;margin-bottom:2px}
.formok a{color:#1a6b39;font-weight:800;text-decoration:underline}
.formerr{background:#fdecec;border:1px solid #f5c2c0;color:#9e1c18}

.aside-stack{display:grid;gap:18px;align-content:start}
.hours,.mapcard{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:20px;box-shadow:var(--shadow)}
.hours h3,.mapcard h3{font-size:17px;margin-bottom:14px}
.hours table{width:100%;border-collapse:collapse;font-size:14.5px}
.hours td{padding:8px 0;border-bottom:1px dashed var(--line)}
.hours td:last-child{text-align:right;font-weight:700;color:var(--ink)}
.hours tr:last-child td{border-bottom:none}
.hours tr.closed td,.hours tr.closed td:last-child{color:var(--muted);font-weight:600}
/* today's row, worked out server-side from the site timezone */
.hours tr.today td,.hours tr.today td:last-child{color:var(--red)}
.hours .is-today{display:inline-block;margin-left:7px;background:var(--red);color:#fff;font-size:10px;font-weight:800;
  text-transform:uppercase;letter-spacing:.5px;padding:2px 7px;border-radius:100px;vertical-align:1px}
.mapbtn{display:flex;gap:10px;align-items:flex-start;font-weight:700;color:var(--ink);padding:11px 13px;
  border:1.5px solid var(--line);border-radius:9px;transition:.15s;margin-bottom:12px}
.mapbtn:hover{border-color:var(--red);color:var(--red)}
.mapbtn .ic{width:18px;height:18px;margin-top:2px;flex:none}
.mapcard p{font-size:14px;color:var(--muted);margin:0}

/* -------------------------------------------------------------- cta band -- */
.ctaband{background:linear-gradient(100deg,var(--red),var(--red-dark));color:#fff}
.ctaband .wrap{padding-block:44px;display:flex;align-items:center;justify-content:space-between;gap:26px;flex-wrap:wrap}
.ctaband h2{color:#fff;font-size:clamp(21px,2.6vw,27px);font-weight:900;margin-bottom:7px}
.ctaband p{color:rgba(255,255,255,.9);font-size:15.5px;max-width:620px;margin:0}
.ctaband .acts{display:flex;gap:12px;flex-wrap:wrap}
.ctaband .btn-outline{background:transparent;color:#fff;border-color:rgba(255,255,255,.6)}
.ctaband .btn-outline:hover{background:#fff;border-color:#fff;color:var(--red)}

/* -------------------------------------------------------------- sitemap -- */
.smap{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:22px 24px;
  box-shadow:var(--shadow);height:100%}
.smap h2{font-size:16px;text-transform:uppercase;letter-spacing:.6px;margin:0 0 14px;padding-bottom:10px;
  border-bottom:2px solid var(--line);position:relative}
.smap h2::after{content:"";position:absolute;left:0;bottom:-2px;width:44px;height:2px;background:var(--red)}
.smap ul{list-style:none;margin:0;padding:0}
.smap ul ul{margin:4px 0 8px;padding-left:14px;border-left:2px solid var(--line)}
.smap li{margin:0}
.smap a{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:6px 0;font-size:14px;
  color:#4a4f57;font-weight:600;transition:.14s}
.smap a:hover{color:var(--red);padding-left:4px}
.smap ul ul a{font-size:14px;font-weight:500;color:#6c727d}
.smap em{font-style:normal;background:#f1f3f5;color:var(--muted);font-size:11px;font-weight:800;padding:2px 8px;
  border-radius:100px;flex:none}
.smap a:hover em{background:var(--red);color:#fff}
.smap-xml{margin-top:16px;padding-top:14px;border-top:1px solid var(--line);font-size:13.5px;color:var(--muted)}
.smap-xml a{display:inline;color:var(--red);text-decoration:underline;padding:0}

/* -------------------------------------------------------- generic bodies -- */
.pagebody{background:#fff;border:1px solid var(--line);border-radius:var(--radius);padding:30px 34px 34px;
  box-shadow:var(--shadow)}
.article-hero{margin:0 0 24px;border-radius:var(--radius);overflow:hidden}
.article-hero img{width:100%;height:auto;display:block}

.empty{background:#fff;border:1px dashed var(--line);border-radius:var(--radius);padding:40px 26px;text-align:center}
.empty h3{font-size:19px;margin-bottom:8px}
.empty p{color:var(--muted);font-size:14.5px;margin-bottom:18px}
.empty .swidget-search{max-width:420px;margin-inline:auto}

/* --------------------------------------------- WooCommerce cart/checkout -- */
.woocommerce-notices-wrapper .woocommerce-message,
.woocommerce-notices-wrapper .woocommerce-info,
.woocommerce-notices-wrapper .woocommerce-error{border-radius:9px;border-left-width:4px;font-size:14.5px}
.woocommerce table.shop_table{border-radius:var(--radius);border-color:var(--line);background:#fff}
.woocommerce table.shop_table th{font-size:14px;text-transform:uppercase;letter-spacing:.5px;color:var(--muted)}
.woocommerce .cart-collaterals .cart_totals>h2,
.woocommerce-checkout h3{font-size:18px;text-transform:uppercase;letter-spacing:.5px}
.woocommerce #respond input#submit,
.woocommerce a.button,
.woocommerce button.button,
.woocommerce input.button,
.woocommerce a.button.alt,
.woocommerce button.button.alt{background:var(--red);color:#fff;font-weight:800;border-radius:8px;padding:12px 22px;
  font-size:14.5px;line-height:1.25}
.woocommerce #respond input#submit:hover,
.woocommerce a.button:hover,
.woocommerce button.button:hover,
.woocommerce input.button:hover,
.woocommerce a.button.alt:hover,
.woocommerce button.button.alt:hover{background:var(--red-dark);color:#fff}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea,
.woocommerce form .form-row select,
.select2-container--default .select2-selection--single{border:1.5px solid var(--line);border-radius:9px;padding:11px 13px;
  height:auto;font-size:14.5px}
/* ============================================================ my account == *
   WooCommerce ships .col-1 / .col-2 for the address columns and Bootstrap
   ships a 12-column grid using the same two names. Bootstrap loads after
   WooCommerce, so .col-1 resolved to 8.33% and the billing address rendered in
   a 65px column — one word per line. Equal specificity, so the fix is to state
   it again here, later, and lay the pair out properly.
   ======================================================================== */
.woocommerce-account .woocommerce{display:grid;grid-template-columns:270px minmax(0,1fr);gap:26px;align-items:start}
.woocommerce-account .woocommerce::before,
.woocommerce-account .woocommerce::after{content:none}
/* WooCommerce sizes these as .woocommerce-account .woocommerce-MyAccount-*,
   so the page prefix has to be repeated here or its 30%/68% wins and each
   column shrinks to a third of its own grid track. */
.woocommerce-account .woocommerce-MyAccount-navigation,
.woocommerce-account .woocommerce-MyAccount-content{float:none;width:auto;margin:0}

.woocommerce-MyAccount-navigation ul{list-style:none;margin:0;padding:6px;background:#fff;border:1px solid var(--line);
  border-radius:var(--radius);box-shadow:var(--shadow);overflow:hidden}
.woocommerce-MyAccount-navigation li a{display:block;padding:12px 14px;font-weight:700;font-size:14.5px;
  color:var(--ink);border-radius:9px;transition:.14s}
.woocommerce-MyAccount-navigation li a:hover{background:#f5f6f8;color:var(--red)}
.woocommerce-MyAccount-navigation li.is-active a{background:var(--red);color:#fff}
.woocommerce-MyAccount-navigation li.is-active a:hover{background:var(--red-dark);color:#fff}

/* The content column is a card, like every other page body on the site. */
.woocommerce-MyAccount-content{background:#fff;border:1px solid var(--line);border-radius:var(--radius);
  box-shadow:var(--shadow);padding:26px 28px 28px}
.woocommerce-MyAccount-content>p:first-of-type{color:var(--muted);font-size:15px}
.woocommerce-MyAccount-content h2,
.woocommerce-MyAccount-content h3{font-size:19px;margin:0 0 14px}

/* Addresses: two cards side by side, each with its own Edit button. */
.woocommerce-account .col2-set,
.woocommerce-account .woocommerce-Addresses{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;
  width:100%;margin-top:18px}
.woocommerce-account .col2-set::before,
.woocommerce-account .col2-set::after{content:none}
.woocommerce-account .woocommerce-Address,
.woocommerce-account .col2-set>.col-1,
.woocommerce-account .col2-set>.col-2{float:none;width:auto;max-width:none;flex:0 0 auto;padding:0;margin:0}
.woocommerce-Address{background:#fafbfc;border:1px solid var(--line);border-radius:var(--radius);padding:20px 22px}
.woocommerce-Address-title{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-bottom:12px}
.woocommerce-Address-title h2,
.woocommerce-Address-title h3{font-size:16px;text-transform:uppercase;letter-spacing:.6px;margin:0}
/* The link reads "Edit Billing address" — right for a screen reader, far too
   long for a button. The button shows "Edit"; the full wording stays in the
   markup for assistive tech. */
.woocommerce-Address-title .edit{flex:none;font-size:0;line-height:0;background:#fff;border:1.5px solid var(--line);
  border-radius:8px;padding:9px 15px;color:var(--ink);text-decoration:none;transition:.14s}
.woocommerce-Address-title .edit::after{content:"Edit";font-size:13.5px;line-height:1.2;font-weight:800}
.woocommerce-Address-title .edit:hover{border-color:var(--red);color:var(--red)}
.woocommerce-Address address{font-style:normal;font-size:15px;line-height:1.75;color:var(--text);margin:0}

/* Orders and downloads tables. */
.woocommerce-MyAccount-content table.shop_table{width:100%;border:1px solid var(--line);border-radius:var(--radius);
  border-collapse:separate;border-spacing:0;overflow:hidden;margin:0}
.woocommerce-MyAccount-content table.shop_table th{background:#fafbfc;font-size:12.5px;text-transform:uppercase;
  letter-spacing:.7px;color:var(--muted);padding:13px 16px;border-bottom:1px solid var(--line);text-align:left}
.woocommerce-MyAccount-content table.shop_table td{padding:14px 16px;border-top:1px solid var(--line);font-size:14.5px;
  vertical-align:middle}
.woocommerce-MyAccount-content table.shop_table tbody tr:first-child td{border-top:0}
.woocommerce-MyAccount-content table.shop_table .woocommerce-orders-table__cell-order-actions{text-align:right}

/* Forms: account details, edit address, password change. */
.woocommerce-MyAccount-content form .form-row{display:flex;flex-direction:column;margin:0 0 16px;padding:0}
.woocommerce-MyAccount-content form .form-row label{font-size:14px;font-weight:700;margin-bottom:6px;color:var(--ink)}
.woocommerce-MyAccount-content form .form-row .required{color:var(--red);text-decoration:none}
.woocommerce-MyAccount-content fieldset{border:1px solid var(--line);border-radius:var(--radius);padding:18px 20px;
  margin:22px 0 18px}
.woocommerce-MyAccount-content fieldset legend{font-size:15px;font-weight:800;padding:0 8px;width:auto}
.woocommerce-MyAccount-content form em{display:block;font-style:normal;font-size:13px;color:var(--muted);margin-top:5px}
@media(min-width:576px){
  .woocommerce-MyAccount-content form.edit-account,
  .woocommerce-MyAccount-content form.woocommerce-address-fields>.woocommerce-address-fields__field-wrapper{
    display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 18px}
  .woocommerce-MyAccount-content form.edit-account>.form-row-wide,
  .woocommerce-MyAccount-content form.edit-account>fieldset,
  .woocommerce-MyAccount-content form.edit-account>p:last-of-type,
  .woocommerce-MyAccount-content form.edit-account>.clear,
  .woocommerce-MyAccount-content .woocommerce-address-fields__field-wrapper>.form-row-wide{grid-column:1/-1}
}

/* ========================================================== responsive ==== */
@media(max-width:991.98px){
  .sect{padding:40px 0}
  .formcard{padding:22px 20px}
  .pagebody{padding:24px 22px 26px}
}

@media(max-width:767.98px){
  .ctaband .wrap{flex-direction:column;align-items:flex-start}
  .ctaband .acts .btn{flex:1 1 auto}
  .phfacts{gap:10px 18px}
  .phfacts b{font-size:17px}
}

@media(max-width:575.98px){
  .pagebody{padding:20px 16px 22px}
  .formcard{padding:18px 16px}
  .ctaband .acts{width:100%}
  .ctaband .acts .btn{width:100%}
}
