/* Full-screen composition adapted from the user's Responsive Hero Banner reference. */
.header{
  position:fixed;top:32px;left:24px;right:24px;z-index:40;
  width:auto;height:44px;margin:0;padding:0;gap:24px;
  border:0;border-radius:0;background:none;box-shadow:none;
  color:var(--ink);pointer-events:none;
  transition:top .25s,color .25s;
}
.header>*{pointer-events:auto}
.header .brand,.header .brand img{width:158px}
.header .brand{outline-offset:8px}
.header .brand img{transition:filter .25s}
.header-nav{
  display:flex;align-items:center;gap:4px;margin-left:auto;padding:4px;
  border:1px solid #20202312;border-radius:999px;background:#ffffffb3;
  -webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);
  transition:background .25s,border-color .25s,box-shadow .25s;
}
.header .nav{display:flex;gap:4px;font-size:.875rem;font-weight:500}
.header .nav a{padding:8px 12px;gap:6px;line-height:20px;white-space:nowrap}
.header .nav .icon{width:14px;height:14px}
.header .header-cta{
  min-height:36px;margin-left:4px;padding:8px 14px;gap:8px;
  border-radius:999px;font-size:.875rem;line-height:20px;font-weight:500;
}
.header .header-cta .icon{width:16px;height:16px}
.header .header-cta:hover{transform:none}
.header.is-scrolled{top:16px}
.header.is-past-hero .header-nav{background:#fffffff0;box-shadow:0 5px 24px #2e141e0d}
.header.is-past-hero .brand{border-radius:8px}
.skip-link{z-index:60}

.hero{
  --hero-ink:var(--ink);--hero-secondary:#68656c;--hero-glass:#20202308;--hero-line:#20202324;
  min-height:100vh;min-height:100svh;color:var(--hero-ink);border-bottom:0;
}
.hero-copy.wrap{
  width:min(1120px,calc(100% - 48px));margin:0 auto;z-index:auto;
  padding-top:clamp(176px,21.5svh,240px);padding-bottom:100px;
}
.hero-eyebrow{
  display:inline-flex;align-items:center;justify-content:center;gap:12px;
  margin:0 0 24px;padding:8px 10px;border:1px solid var(--hero-line);
  border-radius:999px;background:var(--hero-glass);color:var(--hero-ink);
  font-size:.875rem;line-height:20px;font-weight:500;
  -webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);
}
.hero-eyebrow-label{padding:2px 8px;border-radius:999px;background:#ffffffe6;color:#202023;font-size:.75rem;line-height:16px}
.hero h1{
  max-width:1024px;margin:0 auto;color:var(--hero-ink);
  font-family:var(--hero-display,var(--display));
  font-size:clamp(2.5rem,5.2vw,4.5rem);line-height:1.25;font-weight:400;
}
.hero h1 span{color:inherit}
.hero .hero-description{max-width:672px;margin:24px auto 0;font-size:1.125rem;line-height:28px;color:var(--hero-secondary)}
.hero .hero-description .desktop-br{display:none}
.hero .hero-actions{display:flex;flex-direction:row;justify-content:center;align-items:center;gap:16px;margin-top:40px}
.hero .hero-actions .button{
  min-height:44px;width:auto;padding:12px 20px;gap:8px;border-radius:999px;
  border:1px solid var(--hero-line);background:var(--hero-glass);color:var(--hero-ink);
  font-size:.875rem;line-height:20px;font-weight:500;box-shadow:none;
}
.hero .hero-actions .button .icon{width:16px;height:16px}
.hero .hero-actions .button:hover{background:#88888830;transform:none}
.hero .hero-actions .button-outline{border-color:transparent;background:transparent}
.hero .hero-actions .button-outline:hover{background:var(--hero-glass)}
.hero-partners{max-width:1024px;margin:80px auto 0}
.hero-partners>p{color:var(--hero-secondary);font-size:.875rem;line-height:20px}
.hero-partner-logos{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;margin-top:24px;align-items:center;justify-items:center}
 .partner-logo{
  display:block;width:min(160px,100%);aspect-ratio:16 / 7;height:auto;
  background-image:url('assets/clients.webp');background-size:700% 300%;
  background-position:var(--logo-x) var(--logo-y);background-repeat:no-repeat;
  mix-blend-mode:multiply;opacity:.9;transition:opacity .3s,transform .3s;
}
.partner-logo.is-leaving{opacity:0!important;transform:translateY(-8px)}
.partner-logo.is-entering{animation:logo-enter .4s both}
@keyframes logo-enter{from{opacity:0;transform:translateY(8px)}to{opacity:.8;transform:translateY(0)}}
.hero-partners{position:relative}
.hero-eyebrow[hidden]{display:none}
.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient]) h1{text-shadow:0 0 30px #541811}
.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient]) .hero-description{text-shadow:0 2px 8px #170b0cb3}
.hero .registry-badge{
  position:absolute;z-index:2;left:50%;bottom:24px;transform:translateX(-50%);margin:0;padding:0;gap:12px;white-space:nowrap;
  background:none;border:0;border-radius:0;box-shadow:none;text-align:left;
}
.hero .registry-badge>img{width:34px;height:34px}
.hero .registry-badge>div{gap:3px;padding-left:12px;border-left:1px solid var(--hero-line)}
.hero .registry-badge span{color:var(--hero-secondary);font-size:.75rem}
.hero .registry-badge strong{color:var(--hero-ink);font-size:.75rem;font-weight:500}
.hero .hero-landscape .hero-horizon{position:absolute;inset:0;width:100%;height:100%;max-width:none;margin:0;object-fit:cover;object-position:center;mix-blend-mode:normal;opacity:1}
.hero[data-background=horizon] .hero-landscape{background:#10080b}
.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient]){--hero-ink:#fff;--hero-secondary:#ffffffb8;--hero-glass:#ffffff1a;--hero-line:#ffffff26}
.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient]) .hero-partners{mix-blend-mode:screen}
.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient]) .partner-logo{filter:grayscale(1) invert(1) brightness(1.8);mix-blend-mode:normal;opacity:.8}
.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient]) .registry-badge>img{filter:brightness(0) invert(1);opacity:.8}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero){color:#ffffffcc}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero) .header-nav{background:#ffffff0d;border-color:#ffffff1a}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero) .brand img{filter:brightness(0) invert(1)}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero) .nav a:hover{color:#fff}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero) .header-cta{background:#fff;border-color:#fff;color:#171717}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero) .header-cta:hover{background:#ffffffeb}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero) .menu-toggle{color:#fff;background:#ffffff1a;border-color:#ffffff26}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero) :focus-visible{outline-color:#fff}

.font-tools{top:auto;bottom:22px;right:24px;z-index:45}
.background-tools{top:auto;bottom:22px;right:80px;z-index:45}
.font-tools-toggle,.background-tools-toggle{width:42px;height:42px;border-radius:50%;background:#ffffffd9}
.font-tools-toggle .icon,.background-tools-toggle .icon{width:18px;height:18px}
.font-panel,.background-panel{top:auto;bottom:56px;right:0;max-height:calc(100dvh - 110px)}
.background-panel{right:-56px}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])):not(:has(.header.is-past-hero)) :is(.font-tools-toggle,.background-tools-toggle){color:#ffffffb3;background:#ffffff0d;border-color:#ffffff26;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);box-shadow:none}
.mobile-nav{position:fixed;z-index:39;top:76px;left:16px;right:16px;padding:10px;border-radius:20px;background:#fffffff5;border:1px solid #e8dde1;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 10px 36px #3d11221a;max-height:calc(100dvh - 96px);overflow:auto}
.mobile-nav a{border-radius:12px}.mobile-nav a:hover{background:#a57c8c1a}
.mobile-nav a:last-child{background:var(--ink);color:#fff;margin-top:4px;text-align:center;border-radius:999px}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero)+.mobile-nav{background:#181013c9;border-color:#ffffff26;color:#fff}
body:has(.hero:is([data-background=waves],[data-background=horizon],[data-background=grainient])) .header:not(.is-past-hero)+.mobile-nav a:last-child{background:#fff;color:#171717}

.hero-eyebrow,.hero h1,.hero-description,.hero-actions,.hero-partners{animation:hero-enter .75s both}
.hero h1{animation-delay:.1s}.hero-description{animation-delay:.2s}.hero-actions{animation-delay:.3s}.hero-partners{animation-delay:.4s}
@keyframes hero-enter{from{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
@media(min-width:761px) and (max-height:850px){
  .hero-copy.wrap{padding-top:128px;padding-bottom:88px}
  .hero-eyebrow{margin-bottom:20px;padding-block:6px}
  .hero h1{font-size:clamp(3rem,5vw,4rem);line-height:1.2}
  .hero .hero-description{margin-top:20px}
  .hero .hero-actions{margin-top:28px}
  .hero-partners{margin-top:48px}.hero-partner-logos{margin-top:20px}
}
@media(min-width:761px) and (max-width:1000px){
  .header{left:20px;right:20px;gap:16px}.header .brand,.header .brand img{width:135px}
  .header .nav a{padding-inline:9px}.header .nav{gap:0}
  .header .header-cta{padding-inline:12px}.hero h1{font-size:clamp(2.5rem,5.2vw,3.25rem)}
}
@media(max-width:760px){
  .header{left:20px;right:20px;top:20px;height:40px;gap:16px}
  .header.is-scrolled{top:12px}.header .brand,.header .brand img{width:138px}
  .header .header-nav{display:none}
  .header .menu-toggle{display:flex;flex-direction:row;width:40px;height:40px;flex-shrink:0;background:#ffffffb3;border-color:#20202320;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}
  .hero-copy.wrap{width:calc(100% - 40px);padding-top:144px;padding-bottom:154px}
  .hero-eyebrow{font-size:.75rem;gap:8px;padding:7px 8px;margin-bottom:24px}
  .hero-eyebrow-label{font-size:.6875rem;padding-inline:7px}
  .hero h1{font-size:clamp(1.45rem,6.1vw,2.9rem);line-height:1.2}
  .hero .hero-description{font-size:1rem;line-height:26px;margin-top:24px;max-width:420px}
  .hero .hero-actions{gap:8px;margin-top:28px;flex-direction:column}
  .hero .hero-actions .button{width:auto;padding-inline:20px}
  .hero-partners{margin-top:40px}.hero-partners>p{font-size:.75rem;line-height:20px;max-width:260px;margin-inline:auto}
  .hero-partner-logos{max-width:440px;margin:20px auto 0;grid-template-columns:repeat(6,1fr);gap:12px 0}
  .partner-logo{grid-column:span 2;width:min(108px,100%);height:auto}
  .partner-logo:nth-child(4){grid-column:2 / span 2}.partner-logo:nth-child(5){grid-column:4 / span 2}
  .hero .registry-badge{left:50%;bottom:78px;gap:9px}.hero .registry-badge>img{width:28px;height:28px}
  .hero .registry-badge>div{padding-left:9px}.hero .registry-badge span{font-size:.75rem}.hero .registry-badge strong{font-size:.75rem}
  .font-tools{right:14px;bottom:20px;top:auto}.background-tools{right:58px;bottom:20px;top:auto}
  .font-tools-toggle,.background-tools-toggle{width:36px;height:36px}
  .font-panel,.background-panel{top:auto;bottom:48px;max-height:calc(100dvh - 96px);max-width:calc(100vw - 28px)}
  .font-panel{right:0}.background-panel{right:-44px}
  .menu-open .font-tools,.menu-open .background-tools{visibility:hidden;pointer-events:none}
}
@media(max-width:360px){.hero-copy.wrap{width:calc(100% - 32px)}.hero-eyebrow{gap:6px;font-size:.6875rem}.hero .registry-badge{left:50%}.hero .registry-badge>div{max-width:130px}.partner-logo{transform:scale(.92)}}
@media(prefers-reduced-motion:reduce){.header,.header-nav,.header .brand img{transition:none}.hero-eyebrow,.hero h1,.hero-description,.hero-actions,.hero-partners{animation:none}}

@media(prefers-reduced-motion:reduce){.partner-logo{transition:none}.partner-logo.is-entering{animation:none}}
