/* About Us — story layout + optional CTA band */
@import url('https://fonts.googleapis.com/css2?family=Caveat:wght@500;600;700&display=swap');

section[data-sec="aboutUs"]{display:none;background:var(--au-bg,#fff);color:var(--ink,#1a2230);padding:0;overflow:hidden}
section[data-sec="aboutUs"].au-on{display:block}
.au-section .au-story{
  padding:0;
  max-width:none;
  margin:0;
}
.au-section .au-grid{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr);
  gap:0 42px;
  align-items:stretch;
  max-width:none;
  margin:0;
  min-height:min(72vh,640px);
}
.au-section .au-col{min-width:0}
.au-section .au-col-lead,
.au-section .au-col-body{
  padding:56px 20px 48px;
  display:flex;
  flex-direction:column;
  justify-content:center;
}
.au-section .au-col-lead{padding-left:max(20px,calc((100vw - var(--maxw,1440px)) / 2 + 20px));}
.au-section .au-col-body{padding-right:12px}
.au-section .au-eyebrow{
  display:inline-block;margin:0 0 14px;
  font-family:"Barlow Condensed",system-ui,sans-serif;font-weight:700;font-size:13px;
  letter-spacing:.08em;text-transform:uppercase;
  color:var(--au-eyebrow,var(--au-accent,var(--hivis,#ff6a1f)));
  white-space:pre-line;
}
.au-section .au-heading{
  margin:0 0 16px;
  font-family:"Barlow Condensed",sans-serif;
  font-weight:800;
  font-size:clamp(28px,3.6vw,48px);
  line-height:.98;
  text-transform:uppercase;
  letter-spacing:.01em;
  color:var(--au-heading,var(--steel,#0f172a));
  white-space:pre-line;
}
.au-section .au-rule{width:48px;height:3px;margin:0 0 18px;background:var(--au-accent,var(--hivis,#ff6a1f));border-radius:2px}
.au-section .au-intro{margin:0;font-size:16.5px;line-height:1.65;color:var(--au-intro,var(--muted,#5b6878));max-width:34ch;white-space:pre-line}
.au-section .au-body{font-size:15.5px;line-height:1.7;color:var(--au-body,var(--muted,#5b6878))}
.au-section .au-body p{margin:0 0 1.05em}
.au-section .au-body p:last-child{margin-bottom:0}
.au-section .au-cta{
  display:inline-flex;align-items:center;gap:10px;margin-top:22px;padding:11px 20px;
  border:1.5px solid var(--au-cta-border,var(--au-accent,var(--hivis,#ff6a1f)));border-radius:2px;
  color:var(--au-cta,var(--au-accent,var(--hivis,#ff6a1f)));text-decoration:none;
  font-family:"Barlow Condensed",system-ui,sans-serif;font-weight:700;font-size:15px;
  letter-spacing:.04em;text-transform:uppercase;transition:background .15s,color .15s;align-self:flex-start;
}
.au-section .au-cta:hover{background:var(--au-cta-border,var(--au-accent,var(--hivis,#ff6a1f)));color:var(--au-cta-hover,#fff)}
.au-section .au-cta[hidden],.au-section .au-cta.au-hide{display:none!important}
.au-section .au-cta-arrow{font-size:16px;line-height:1;transform:translateY(-1px)}

/* Full 1/3 column — edge-to-edge image */
.au-section .au-col-media{
  position:relative;
  min-height:280px;
  margin:0;
  padding:0;
  overflow:hidden;
  background:var(--light,#eef2f6);
}
.au-section .au-media-wrap{
  position:absolute;inset:0;
  display:block;
  margin:0;padding:0;
}
.au-section .au-media-wrap.au-no-img{background:var(--light,#eef2f6)}
.au-section .au-img{
  display:block;width:100%;height:100%;
  object-fit:var(--au-img-fit,cover);
  object-position:var(--au-img-pos,center);
  border-radius:0;background:var(--light,#eef2f6);
}
.au-section .au-media-wrap.au-no-img .au-img{display:none}

/* Quote over image — free size / position via CSS vars */
.au-section .au-quote{
  position:absolute;
  left:var(--au-quote-x,50%);
  top:var(--au-quote-y,78%);
  right:auto;bottom:auto;
  z-index:2;
  margin:0;
  padding:calc(14px * var(--au-quote-size,1)) calc(16px * var(--au-quote-size,1));
  max-width:min(var(--au-quote-maxw,86%),calc(100% - 24px));
  width:max-content;
  transform:translate(-50%,-50%);
  border:0;
  border-radius:2px;
  background:rgba(255,255,255,var(--au-quote-scrim,.86));
  color:var(--au-quote-color,var(--au-heading,var(--steel,#0f172a)));
  text-align:var(--au-quote-align,left);
  box-sizing:border-box;
  pointer-events:none;
}
.au-section .au-quote-text{
  margin:0 0 calc(8px * var(--au-quote-size,1));
  font-size:calc(clamp(22px,2.2vw,30px) * var(--au-quote-size,1));
  line-height:1.2;
  white-space:pre-line;
  color:inherit;
  text-shadow:var(--au-quote-shadow,none);
}
.au-section .au-quote[data-au-quote-style="handwriting"] .au-quote-text,
.au-section .au-quote.au-quote-hand .au-quote-text{
  font-family:Caveat,"Segoe Script","Bradley Hand",cursive;
  font-weight:600;
  font-style:normal;
  letter-spacing:.01em;
}
.au-section .au-quote[data-au-quote-style="plain"] .au-quote-text,
.au-section .au-quote.au-quote-plain .au-quote-text{
  font-family:Barlow,system-ui,sans-serif;
  font-weight:500;
  font-style:normal;
  font-size:calc(clamp(16px,1.5vw,18px) * var(--au-quote-size,1));
  line-height:1.45;
}
.au-section .au-quote-attr{
  display:block;
  font-family:"Barlow Condensed",system-ui,sans-serif;
  font-style:normal;font-weight:600;
  font-size:calc(12px * var(--au-quote-size,1));
  letter-spacing:.06em;text-transform:uppercase;
  color:var(--au-quote-attr,var(--muted,#5b6878));
}
.au-section .au-quote[hidden],
.au-section .au-quote.au-hide,
.au-section .au-col-media.au-hide{display:none!important}
.au-section .au-col-media.au-hide-quote .au-quote{display:none!important}

.au-section .au-band{display:none;position:relative;background:var(--au-band-bg,#0a2744);color:#fff;padding:42px 20px;overflow:hidden}
.au-section .au-band.au-band-on{display:block}
.au-section .au-band-inner{position:relative;z-index:1;max-width:var(--maxw,1440px);margin:0 auto;display:grid;grid-template-columns:minmax(0,1.4fr) auto minmax(140px,0.55fr);gap:28px 36px;align-items:center}
.au-section .au-band-decor{position:absolute;left:0;top:50%;transform:translateY(-50%);width:160px;height:220px;opacity:.14;pointer-events:none;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 180' fill='none'%3E%3Cpath d='M60 170c-8-28-4-52 10-78 12-22 14-40 6-58' stroke='%23c5d0dc' stroke-width='2'/%3E%3Cpath d='M70 92c18-6 34-2 46 12M66 70c14-10 28-12 42-6M62 48c10-14 24-22 40-24' stroke='%23c5d0dc' stroke-width='1.6'/%3E%3Cpath d='M58 110c-16-4-30 2-40 16M54 88c-14-8-28-6-40 4' stroke='%23c5d0dc' stroke-width='1.6'/%3E%3C/svg%3E") no-repeat left center/contain}
.au-section .au-band.au-no-decor .au-band-decor{display:none}
.au-section .au-band-copy{min-width:0;padding-left:48px}
.au-section .au-band-heading{
  margin:0 0 10px;
  font-family:"Barlow Condensed",sans-serif;
  font-weight:800;
  font-size:clamp(24px,3vw,40px);
  line-height:.98;
  text-transform:uppercase;
  letter-spacing:.01em;
  color:var(--au-band-heading,#fff);
  white-space:pre-line;
}
.au-section .au-band-sub{margin:0;font-size:15.5px;line-height:1.5;color:var(--au-band-sub,rgba(255,255,255,.82));max-width:42ch;white-space:pre-line}
.au-section .au-band-cta{display:inline-flex;align-items:center;gap:10px;justify-self:start;padding:14px 22px;background:var(--au-accent,var(--hivis,#ff6a1f));color:#fff;text-decoration:none;font-family:"Barlow Condensed",system-ui,sans-serif;font-weight:700;font-size:15px;letter-spacing:.04em;text-transform:uppercase;border-radius:2px;border:0;white-space:nowrap;transition:filter .15s}
.au-section .au-band-cta:hover{filter:brightness(1.06)}
.au-section .au-band-cta[hidden],.au-section .au-band-cta.au-hide{display:none!important}
.au-section .au-band-tag{border-left:1px solid rgba(255,255,255,.35);padding:6px 0 6px 22px;align-self:stretch;display:flex;align-items:center}
.au-section .au-band-tagline{font-family:"Barlow Condensed",system-ui,sans-serif;font-weight:700;font-size:13px;letter-spacing:.08em;text-transform:uppercase;color:var(--au-band-tag,#fff);line-height:1.35;max-width:11ch;white-space:pre-line}
.au-section .au-band-tagline::after{content:"";display:block;width:36px;height:2px;margin-top:10px;background:rgba(255,255,255,.75)}
.au-section .au-band-tag[hidden],.au-section .au-band-tag.au-hide{display:none!important}

@media(max-width:980px){
  .au-section .au-grid{grid-template-columns:1fr 1fr;min-height:0}
  .au-section .au-col-media{grid-column:1 / -1;min-height:360px;order:3}
  .au-section .au-col-lead{padding-left:20px;padding-right:12px}
  .au-section .au-col-body{padding-right:20px}
  .au-section .au-band-inner{grid-template-columns:1fr auto;gap:22px}
  .au-section .au-band-tag{grid-column:1 / -1;border-left:0;border-top:1px solid rgba(255,255,255,.28);padding:16px 0 0}
  .au-section .au-band-copy{padding-left:0}
}
@media(max-width:680px){
  .au-section .au-grid{grid-template-columns:1fr;gap:0}
  .au-section .au-col-lead,
  .au-section .au-col-body{padding:40px 16px 28px}
  .au-section .au-intro{max-width:none}
  .au-section .au-col-media{min-height:300px}
  .au-section .au-band{padding:32px 16px}
  .au-section .au-band-inner{grid-template-columns:1fr;gap:18px}
  .au-section .au-band-cta{justify-self:stretch;justify-content:center}
  .au-section .au-band-tagline{max-width:none}
}
