@font-face{font-family:"Mark";src:url("/fonts/mark-400.woff2") format("woff2");font-weight:400;font-style:normal;font-display:block}
@font-face{font-family:"Mark";src:url("/fonts/mark-700.woff2") format("woff2");font-weight:700;font-style:normal;font-display:block}

/* Metrics from the reference: 1560px container / 24px gutters, 12-column grid with a
   one-column offset, section heading 2rem/1.25em at -0.2px, buttons 15/28/16. */
:root{
  color-scheme: light;
  --navy:#08192D;
  --navy-2:#0E2440;
  --navy-line:#24405F;
  --white:#FFFFFF;
  --body:#666666;
  --ink:#212529;
  --rule:#DEE2E6;
  --band:#F9F9F9;
  --fuchsia:#E03C8A;
  --cyan:#2CDDE9;
  --on-navy:#C9D6E3;
  --dim:#8FA3B8;
  --warn:#FF8A7A;
  --container:1560px;
  --pad:24px;
}

*,*::before,*::after{box-sizing:border-box}
body{
  margin:0;
  background:var(--white);
  color:var(--ink);
  font:400 1rem/1.5 "Mark",Helvetica,Geneva,sans-serif;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
a{color:inherit;text-decoration:none}
p{color:var(--body);margin:0 0 0.875rem}
p:last-child{margin-bottom:0}
:focus-visible{outline:2px solid var(--cyan);outline-offset:3px}

.container{width:100%;max-width:var(--container);margin-inline:auto;padding-inline:var(--pad)}
.grid12{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:24px}

h1,h2,h3{margin:0;font-weight:700;letter-spacing:-0.2px}
h2{font-size:clamp(1.6rem,1.1rem + 1.6vw,2rem);line-height:1.25em}
h3{font-size:1.25rem;line-height:1.75rem}

.btn{
  display:inline-flex;align-items:center;justify-content:center;
  font:700 1rem/1 "Mark",Helvetica,Geneva,sans-serif;
  padding:15px 28px 16px;border-radius:0;cursor:pointer;
  border:1px solid var(--navy);background:var(--navy);color:var(--white);
  transition:background .2s ease,color .2s ease,border-color .2s ease;
}
.btn:hover{background:var(--white);color:var(--navy)}
.btn-outline{border-color:var(--white);color:var(--white);background:transparent}
.btn-outline:hover{background:var(--white);color:#000}

/* masthead */
.banner{background:var(--navy)}
.banner .container{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding-top:20px;padding-bottom:20px}
.brand{display:flex;align-items:center;gap:0.7rem;color:var(--white)}
.brand .logo{display:block;flex:none}
.brand .word{font-weight:700;font-size:1.3rem;letter-spacing:0.02em;text-transform:uppercase;line-height:1}
.brand .word i{font-style:normal;font-weight:400;color:var(--white)}
.nav-primary{display:flex;align-items:center;gap:2.25rem}
.nav-primary a{color:var(--white);font-size:1rem}
.nav-primary a:not(.btn):hover{color:var(--cyan)}

/* hero: one-line statement across the inset measure, art beneath it */
.page-hero{background:var(--navy);color:var(--white);padding-top:clamp(2.25rem,4.4vw,64px);padding-bottom:clamp(2.5rem,4vw,56px);overflow:hidden}
.page-hero .container{row-gap:clamp(1.5rem,2.6vw,2.25rem)}
.hero-head{grid-column:2 / span 10}
.page-hero h1{
  color:var(--white);white-space:nowrap;
  font-size:clamp(1.8rem,6vw,5.25rem);
  line-height:1.02;letter-spacing:-0.035em;
}
.page-hero h1 .c{color:var(--cyan)}
.page-hero h1 .f{color:var(--fuchsia)}
.hero-copy{grid-column:2 / span 4;align-self:center}
.hero-art-col{grid-column:7 / span 5}
.page-hero .subhead{margin:0;color:var(--on-navy);font-size:1.125rem;line-height:1.6;max-width:32ch}
.page-hero .cta{margin-top:1.5rem;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}
.page-hero .cta .note{color:var(--dim);font-size:0.9375rem}
.hero-art{width:100%;max-width:520px;height:auto;display:block;margin-left:auto}

/* draw the series in on load */
.hero-art .src{opacity:0;animation:pop .5s cubic-bezier(.34,1.56,.64,1) forwards}
.hero-art .flow{stroke-dasharray:340;stroke-dashoffset:340;animation:draw 1.4s cubic-bezier(.22,1,.36,1) forwards}
.hero-art .s1{animation-delay:0.00s}
.hero-art .s2{animation-delay:0.09s}
.hero-art .s3{animation-delay:0.18s}
.hero-art .s4{animation-delay:0.27s}
.hero-art .s5{animation-delay:0.36s}
.hero-art .f1{animation-delay:0.28s}
.hero-art .f2{animation-delay:0.37s}
.hero-art .f3{animation-delay:0.46s}
.hero-art .f4{animation-delay:0.55s}
.hero-art .f5{animation-delay:0.64s}
.hero-art .hub{opacity:0;animation:pop .6s cubic-bezier(.34,1.56,.64,1) forwards .95s}
.hero-art .core{transform-box:fill-box;transform-origin:center;animation:corePulse 2.8s ease-in-out infinite 1.5s}
.hero-art .out{stroke-dasharray:80;stroke-dashoffset:80;animation:draw .7s ease forwards 1.2s}
.hero-art .obar{opacity:1;animation:cycle 6.4s linear infinite backwards}
.hero-art .b1{animation-delay:4.70s}
.hero-art .b2{animation-delay:1.50s}
.hero-art .b3{animation-delay:6.30s}
.hero-art .b4{animation-delay:3.10s}
@keyframes draw{to{stroke-dashoffset:0}}
@keyframes pop{to{opacity:1}}
@keyframes cycle{0%{opacity:1}5%{opacity:0}18%{opacity:0}24%{opacity:1}100%{opacity:1}}
@keyframes corePulse{0%,100%{transform:scale(1);opacity:1}50%{transform:scale(1.35);opacity:.65}}

/* key use cases, each with its own animated poster */
.two-column-promos{background:var(--band);padding:clamp(2.5rem,4vw,56px) 0 clamp(2.5rem,4.5vw,72px);border-top:1px solid var(--rule)}
.title-container{grid-column:2 / span 10;max-width:992px;margin-bottom:1.75rem}
.title-container p{margin-top:0.75rem;font-size:1.125rem}
.promo-list{grid-column:2 / span 10;display:grid;grid-template-columns:repeat(auto-fit,minmax(11rem,1fr));gap:1rem}
.promo{background:var(--white);border:1px solid var(--rule)}
.poster{display:block;width:100%;height:auto;background:var(--navy)}
.promo .txt{padding:0.875rem 0.875rem 1rem}
.promo h3{margin-bottom:0.25rem;font-size:1rem;line-height:1.3}
.promo p{font-size:0.8125rem;line-height:1.45}

/* poster motion, each loop tuned to what the tile is showing */
.poster .bar{transform-origin:center bottom;animation:barGrow 3.2s ease-in-out infinite alternate}
.poster .ring{transform-origin:center;animation:ringPulse 3s ease-in-out infinite}
.poster .pulse{stroke-dasharray:52 480;stroke-dashoffset:0;animation:pulse 3.4s linear infinite}
.poster .drift{animation:drift 4s ease-in-out infinite alternate}
.poster .travel{offset-rotate:0deg;animation:travel 3.6s ease-in-out infinite}
.poster .stack{transform-origin:center bottom;animation:stackUp 3.4s ease-in-out infinite alternate}
@keyframes barGrow{from{transform:scaleY(0.45)}to{transform:scaleY(1)}}
@keyframes ringPulse{0%,100%{transform:scale(0.82);opacity:0.35}50%{transform:scale(1.05);opacity:1}}
@keyframes pulse{to{stroke-dashoffset:-532}}
@keyframes drift{from{transform:translate(-10px,6px)}to{transform:translate(10px,-6px)}}
@keyframes travel{0%{offset-distance:0%}100%{offset-distance:100%}}
@keyframes stackUp{from{transform:scaleY(0.3)}to{transform:scaleY(1)}}

/* enquiry */
.enquiry{background:var(--navy);color:var(--white);padding:clamp(3rem,6vw,5rem) 0}
.enquiry .container{row-gap:2.5rem;align-items:start}
.lead-col{grid-column:2 / span 4}
.form-col{grid-column:7 / span 5}
.enquiry h2{color:var(--white)}
.enquiry .lead{margin-top:1rem;color:var(--on-navy);max-width:36ch;font-size:1.125rem}
.enquiry .lead p{color:inherit}

form{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem 1.5rem}
.field{display:flex;flex-direction:column;gap:0.4rem;min-width:0}
.field.wide{grid-column:1 / -1}
.field label{font-size:0.875rem;font-weight:700;color:var(--on-navy)}
.field label .req{color:var(--cyan)}
.field input,.field select{
  appearance:none;-webkit-appearance:none;border-radius:0;
  font:400 1rem/1.4 "Mark",Helvetica,Geneva,sans-serif;
  color:var(--white);background:var(--navy-2);
  border:1px solid var(--navy-line);
  padding:14px 16px;width:100%;
  transition:border-color .2s ease;
}
.field select{
  background-image:linear-gradient(45deg,transparent 50%,#8FA3B8 50%),linear-gradient(135deg,#8FA3B8 50%,transparent 50%);
  background-position:right 20px center,right 15px center;
  background-size:5px 5px,5px 5px;background-repeat:no-repeat;
  padding-right:2.25rem;cursor:pointer;
}
.field select option{background:#0E2440;color:#FFFFFF}
.field input:focus,.field select:focus{outline:none;border-color:var(--cyan)}
.field input[aria-invalid="true"],.field select[aria-invalid="true"]{border-color:var(--warn)}
.err{font-size:0.875rem;color:var(--warn)}
.err:empty{display:none}
.hp{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.form-err{grid-column:1 / -1;margin:0;color:var(--warn);font-size:0.9375rem}
.btn[aria-busy="true"]{opacity:.6;pointer-events:none}
.actions{grid-column:1 / -1;display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap;margin-top:0.5rem}
.actions .note{color:var(--dim);font-size:0.9375rem}

.sent{border:1px solid var(--navy-line);background:var(--navy-2);padding:2rem}
.sent h3{margin-bottom:0.6rem}
.sent p{color:var(--on-navy);max-width:44ch}
[hidden]{display:none !important}


@media (max-width:62rem){
  .hero-head,.hero-copy,.hero-art-col,.title-container,.promo-list,.lead-col,.form-col{grid-column:1 / -1}
  .hero-art{max-width:34rem}
}
@media (max-width:40rem){
  .nav-primary a:not(.btn){display:none}
  form{grid-template-columns:1fr}
}
@media (prefers-reduced-motion:reduce){
  *{animation:none !important;transition:none !important}
  .hero-art .flow,.hero-art .out{stroke-dashoffset:0}
  .hero-art .src,.hero-art .hub{opacity:1}
  .hero-art .obar{opacity:1}
}
