/* Locally hosted fonts; licenses in ../fonts/. */
/* latin-ext */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(../fonts/dm-sans-latin-ext-variable.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'DM Sans';
  font-style: normal;
  font-weight: 100 1000;
  font-display: swap;
  src: url(../fonts/dm-sans-latin-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/outfit-latin-ext-variable.woff2) format('woff2');
  unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Outfit';
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../fonts/outfit-latin-variable.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

/* Homepage presentation. The CMS remains the source of editorial content. */
body:has(.portal-visual-home) { --portal-display: 'Outfit', 'Segoe UI', sans-serif; --portal-body: 'DM Sans', 'Segoe UI', sans-serif; font-family: var(--portal-body); -webkit-font-smoothing: antialiased; }
body:has(.portal-visual-home) :is(h1,h2,h3) { font-family: var(--portal-display); font-weight: 550; }
.portal-visual-home :is(button,input,select,textarea) { font-family: var(--portal-body); }
.site-main:has(.portal-visual-home) { padding-top: 0; }
.portal-visual-home { gap: 0; --portal-ink: #172e55; --portal-accent: #2457f5; --accent: #2457f5; --accent-hover: #1743ce; --teal: #2457f5; --teal-soft: #edf3ff; }
.portal-visual-home [hidden] { display: none !important; }
.portal-visual-home a:focus-visible { outline: 3px solid #2457f5; outline-offset: 5px; }
.portal-visual-home .portal-hero a:focus-visible { outline-color: #2457f5; }
.portal-visual-home .portal-hero { position: relative; overflow: hidden; background: linear-gradient(135deg, #f4f7ff 0%, #e7efff 58%, #dce8ff 100%); color: var(--portal-ink); padding: 64px 0 0; }
.portal-hero::before { content: ''; position: absolute; width: 720px; height: 720px; top: -200px; right: -200px; border: 1px solid #2457f50a; border-radius: 50%; box-shadow: 0 0 0 110px #2457f503, 0 0 0 220px #2457f503; pointer-events: none; }
.portal-hero__inner { display: grid; grid-template-columns: minmax(0, .96fr) minmax(0, 1.04fr); align-items: center; gap: 60px; position: relative; }
.portal-hero__copy { padding: 18px 0 38px; }
.portal-hero__copy .eyebrow { max-width: 38ch; color: var(--portal-accent); font-size: .75rem; font-weight: 600; line-height: 1.6; letter-spacing: .13em; }
.portal-hero__copy h1 { margin: 23px 0; color: #172e55; font-size: clamp(2.75rem, 5.1vw, 4.5rem); font-weight: 550; line-height: 1.08; letter-spacing: -.035em; overflow-wrap: anywhere; }
.portal-hero__copy > p { max-width: 47ch; margin: 0; color: #516580; font-size: 1.0625rem; line-height: 1.75; }
.portal-hero__brand { color: var(--portal-accent); }
.portal-hero__copy .hero-actions { margin-top: 31px; gap: 12px; }
.portal-hero .button { min-height: 49px; padding: 13px 20px; border-radius: 10px; font-size: .9375rem; font-weight: 600; }
.portal-hero .button--primary { background: var(--portal-accent); border-color: var(--portal-accent); color: #fff; box-shadow: none; }
.portal-hero .button--primary:hover { background: #1743ce; border-color: #1743ce; }
.portal-hero .button--secondary { color: #2457f5; background: #ffffffcc; border-color: #b5c8ee; }
.portal-hero .button--secondary:hover { background: #fff; border-color: #8faee8; }
.portal-hero .button > span { margin-left: 9px; font-size: 1.15rem; }
.portal-hero__note { display: flex; align-items: center; gap: 9px; margin-top: 23px; color: #536b8c; font-size: .8125rem; line-height: 1.6; }
.portal-hero__note > span { width: 6px; height: 6px; flex-shrink: 0; border-radius: 50%; background: var(--portal-accent); box-shadow: 0 0 0 4px #2457f515; }
.portal-kit { width: 100%; min-width: 0; border: 1px solid #b5c8ee; border-radius: 22px; background: #f6f9ff; box-shadow: 0 32px 80px #244aa326; overflow: hidden; }
.portal-kit__heading { display: flex; justify-content: space-between; align-items: center; padding: 14px 23px; border-bottom: 1px solid #c9d7f0; font-size: .75rem; font-weight: 600; text-transform: uppercase; letter-spacing: .08em; color: #536b8c; }
.portal-kit__spark { font-size: 1.5rem; line-height: 1; color: var(--portal-accent); }
.portal-kit__canvas { position: relative; height: 295px; overflow: hidden; background-color: #dce8ff; background-image: radial-gradient(#2457f514 1px, transparent 1px); background-size: 16px 16px; }
.portal-kit__orbit { position: absolute; left: 25%; top: -42%; width: 380px; height: 380px; border: 1px solid #2457f545; border-radius: 50%; box-shadow: 0 0 0 28px #2457f50a, 0 0 0 58px #2457f505; }
.portal-kit__shirt { position: absolute; width: 66%; left: 0; top: 4%; transform: rotate(-9deg); filter: drop-shadow(0 16px 12px #244aa326); }
.portal-kit__shirt > img { display: block; width: 100%; height: auto; }
.portal-kit__print { position: absolute; top: 30%; left: 43%; width: 29%; height: 39%; display: grid; justify-items: center; align-content: center; gap: 7%; color: #172e55; }
.portal-kit__print > span { width: 52%; aspect-ratio: 1; border-radius: 50%; background: repeating-conic-gradient(#2457f5 0deg 15deg, transparent 15deg 30deg); }
.portal-kit__print > strong { max-width: 100%; text-align: center; font-size: clamp(.62rem, 1.15vw, .96rem); font-weight: 800; line-height: 1.07; letter-spacing: -.04em; }
.portal-kit__sneaker { position: absolute; right: 1%; bottom: 7%; width: 48%; padding: 8px; border: 1px solid #fff9; border-radius: 14px; background: #f8faff; box-shadow: 0 15px 28px #244aa326; transform: rotate(10deg); }
.portal-kit__sneaker img { width: 100%; height: auto; display: block; }
.portal-kit__swatches { position: absolute; display: flex; gap: 6px; align-items: center; left: 18px; bottom: 18px; border: 1px solid #b5c8ee; background: #ffffffe6; padding: 9px; border-radius: 30px; }
.portal-kit__swatches i { display: block; width: 15px; height: 15px; border-radius: 50%; background: #2457f5; border: 1px solid #ffffffbd; }
.portal-kit__swatches i:nth-child(2) { background: #a9c5ff; }
.portal-kit__swatches i:nth-child(3) { background: #7da6ff; }
.portal-kit__swatches span { line-height: 1; font-size: 18px; }
.portal-kit__tag { position: absolute; top: 18px; right: 16px; max-width: 47%; display: flex; align-items: center; gap: 16px; padding: 9px 12px; background: #2457f5; border-radius: 7px; color: #fff; font-size: .65rem; font-weight: 800; transform: rotate(4deg); }
.portal-kit__tag > span { font-size: 1rem; }
.portal-kit__type { position: absolute; top: 80px; right: 27px; color: #536b8c; font-size: .68rem; font-weight: 750; letter-spacing: .11em; }
.portal-guide { background: #fff; color: #172e55; padding: 22px; }
.portal-guide__label { margin: 0 0 11px; color: #516580; font-size: .875rem; font-weight: 500; }
.portal-guide__tabs { display: grid; grid-template-columns: 1.2fr .85fr 1fr; gap: 5px; padding: 4px; border-radius: 8px; background: #edf3ff; }
.portal-guide__tabs a { display: flex; justify-content: center; align-items: center; min-width: 0; min-height: 42px; border-radius: 6px; padding: 7px 4px; color: #516580; font-size: .875rem; font-weight: 600; text-decoration: none; transition: color .2s, background .2s; }
.portal-guide__tabs a:hover { color: #172e55; background: #fff9; }
.portal-guide__tabs a.is-active { color: #2457f5; background: #fff; box-shadow: 0 2px 6px #172e550d; }
.portal-guide__panel { display: grid; grid-template-columns: 34px minmax(0, 1fr) auto; gap: 11px; align-items: center; min-height: 82px; padding-top: 17px; }
.portal-guide__mark { width: 34px; height: 34px; display: grid; place-items: center; border: 1px solid #d7e3f5; border-radius: 9px; color: #2457f5; font-size: .85rem; font-weight: 800; }
.portal-guide__panel strong { display: block; color: #172e55; font-size: 1rem; line-height: 1.4; font-weight: 600; font-family: var(--portal-display); }
.portal-guide__panel p { margin: 4px 0 0; color: #516580; font-size: .8125rem; line-height: 1.5; }
.portal-guide__action { display: grid; justify-items: center; gap: 1px; color: #2457f5; font-size: .8125rem; font-weight: 600; text-decoration: none; }
.portal-guide__action > span:last-child { font-size: 1.3rem; }
.portal-hero__footer { position: relative; display: flex; justify-content: space-between; align-items: center; gap: 16px; margin-top: 46px; padding-block: 21px; border-top: 1px solid #c4d5f1; color: #536b8c; font-size: .8125rem; line-height: 1.6; }
.portal-hero__footer > span:nth-child(2) { color: var(--portal-accent); font-size: 1.15rem; }
.portal-visual-home .portal-resources { background: #fff; padding: 90px 0 86px; scroll-margin-top: 100px; }
.portal-section-heading { display: flex; justify-content: space-between; align-items: end; gap: 32px; margin-bottom: 35px; }
.portal-section-heading > div { max-width: 680px; }
.portal-visual-home .portal-section-heading h2 { margin: 12px 0 0; max-width: 24ch; color: #172e55; font-size: clamp(2rem, 3.3vw, 2.875rem); font-weight: 550; line-height: 1.16; letter-spacing: -.025em; text-wrap: balance; }
.portal-section-heading .eyebrow { color: #2457f5; font-size: .75rem; font-weight: 600; letter-spacing: .1em; }
.portal-section-heading > p { max-width: 35ch; margin: 0; color: #516580; font-size: 1rem; line-height: 1.7; }
.portal-resource-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 25px; }
.portal-resource-card { position: relative; min-width: 0; display: flex; flex-direction: column; border: 1px solid #dde6f5; border-radius: 14px; background: #fff; overflow: hidden; transition: transform .25s, box-shadow .25s, border-color .25s; }
.portal-resource-card:hover { transform: translateY(-4px); border-color: #b5c8ee; box-shadow: 0 22px 40px #172e550c; }
.portal-resource-card__visual { position: relative; height: 222px; overflow: hidden; background: #edf3ff; }
.portal-resource-card--assets .portal-resource-card__visual { background: #e4eeff; }
.portal-resource-card--integrations .portal-resource-card__visual { background: #edf2ff; }
.portal-resource-card__browser { position: absolute; width: 85%; height: 190px; top: 34px; left: 10%; border: 1px solid #b5c8ee; border-radius: 9px; background: #fff; box-shadow: 0 12px 26px #284b8c30; transform: rotate(-5deg); overflow: hidden; }
.portal-resource-card__browser > div { display: flex; gap: 4px; padding: 8px; border-bottom: 1px solid #dde6f5; }
.portal-resource-card__browser i { width: 5px; height: 5px; background: #abc0e5; border-radius: 50%; }
.portal-resource-card__browser img { display: block; width: 100%; height: auto; }
.portal-resource-card__badge { position: absolute; left: 18px; bottom: 16px; padding: 7px 12px; border: 1px solid #fff; border-radius: 6px; background: #ffffffeb; color: #172e55; font-size: .75rem; font-weight: 500; box-shadow: 0 3px 8px #172e550c; }
.portal-resource-card__product { position: absolute; width: 75%; height: auto; top: -4px; left: -9px; transform: rotate(-12deg); filter: drop-shadow(0 15px 9px #35518b30); }
.portal-resource-card__shoe { position: absolute; width: 67%; height: auto; right: -18px; bottom: 6px; transform: rotate(14deg); filter: drop-shadow(0 12px 9px #35518b30); }
.portal-resource-card__brand { position: absolute; display: grid; place-items: center; width: 61%; height: 85px; border: 1px solid #d7e2f4; background: #fff; border-radius: 12px; box-shadow: 0 10px 23px #284b8c14; }
.portal-resource-card__brand img { max-width: 68%; height: auto; }
.portal-resource-card__brand--woo { top: 27px; left: 22px; transform: rotate(-9deg); }
.portal-resource-card__brand--shopify { top: 103px; right: 17px; transform: rotate(7deg); }
.portal-resource-card__code { position: absolute; right: 26px; top: 29px; width: 83px; height: 64px; display: grid; place-items: center; gap: 1px; padding: 9px; background: #2457f5; color: #fff; border-radius: 9px; font-size: .52rem; transform: rotate(8deg); }
.portal-resource-card__code > span { font-size: 1.15rem; color: #dce8ff; }
.portal-resource-card__monogram { display: block; margin: 25px; color: #2457f5; font-size: 7rem; font-weight: 800; }
.portal-resource-card__body { display: flex; flex-direction: column; flex: 1; align-items: start; padding: 25px 25px 27px; }
.portal-resource-card__number { color: #6a80a0; font-size: .65rem; font-weight: 800; letter-spacing: .1em; }
.portal-resource-card h3 { color: #172e55; font-size: 1.5rem; font-weight: 500; line-height: 1.3; letter-spacing: -.02em; margin: 10px 0 10px; }
.portal-resource-card p { color: #516580; font-size: 1rem; line-height: 1.7; margin: 0 0 23px; }
.portal-resource-card a { display: flex; align-items: center; justify-content: space-between; gap: 13px; width: 100%; margin-top: auto; color: #2457f5; font-size: .9375rem; font-weight: 600; line-height: 1.6; }
.portal-resource-card a > span { font-size: 1.15rem; }
.portal-visual-home .portal-access { padding: 75px 0 86px; border-top: 1px solid #dde6f5; background: #f1f6ff; }
.portal-access .portal-section-heading h2 { max-width: 25ch; }
.portal-access__grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-top: 1px solid #d4e0f4; }
.portal-access__item { min-width: 0; display: flex; flex-direction: column; align-items: start; padding: 27px 30px 0 0; }
.portal-access__item + .portal-access__item { border-left: 1px solid #d4e0f4; padding-left: 30px; }
.portal-access__index { color: #2457f5; font-size: .8125rem; font-weight: 600; }
.portal-access__item h3 { margin: 14px 0 10px; color: #172e55; font-size: 1.375rem; font-weight: 500; line-height: 1.45; }
.portal-access__item p { color: #516580; font-size: 1rem; line-height: 1.7; margin: 0 0 23px; }
.portal-access__item a { display: inline-flex; align-items: center; gap: 16px; margin-top: auto; color: #2457f5; font-size: .9375rem; font-weight: 600; line-height: 1.6; }
.portal-access__item a > span { font-size: 1.2rem; }
@media (prefers-reduced-motion: no-preference) {
    .portal-kit__sneaker { animation: portal-drift 4s ease-in-out; }
    .portal-kit__tag { animation: portal-tag-drift 4.5s ease-in-out; }
    .portal-resource-card.is-revealing { animation: portal-appear .6s both; }
    .portal-resource-card.is-revealing:nth-child(2) { animation-delay: .08s; }
    .portal-resource-card.is-revealing:nth-child(3) { animation-delay: .16s; }
    .portal-guide__panel.is-entering { animation: portal-panel .25s both; }
}
@keyframes portal-drift { 50% { transform: translateY(-7px) rotate(7deg); } }
@keyframes portal-tag-drift { 50% { transform: translateY(4px) rotate(1deg); } }
@keyframes portal-appear { from { opacity: .55; transform: translateY(18px); } to { opacity: 1; transform: translateY(0); } }
@keyframes portal-panel { from { opacity: .3; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
@media (min-width: 1500px) { .portal-hero__copy h1 { font-size: 4.5rem; } }
@media (max-width: 1050px) {
    .portal-hero__inner { gap: 32px; }
    .portal-hero__copy h1 { font-size: 3.45rem; }
    .portal-kit__canvas { height: 270px; }
    .portal-kit__shirt { width: 74%; left: -8%; top: 11%; }
    .portal-kit__sneaker { width: 50%; bottom: 10%; }
    .portal-guide { padding-inline: 14px; }
    .portal-guide__tabs a { font-size: .875rem; }
    .portal-guide__panel { grid-template-columns: minmax(0, 1fr) auto; }
    .portal-guide__mark { display: none; }
    .portal-resource-grid { gap: 18px; }
    .portal-resource-card__visual { height: 190px; }
    .portal-resource-card__body { padding: 22px; }
}
@media (max-width: 820px) {
    .portal-visual-home .portal-hero { padding-top: 45px; }
    .portal-hero__inner { grid-template-columns: 1fr; gap: 26px; }
    .portal-hero__copy { padding: 0; max-width: 650px; }
    .portal-hero__copy h1 { max-width: 15ch; font-size: clamp(2.6rem, 7.6vw, 4.1rem); margin-block: 17px; }
    .portal-hero__copy > p { max-width: 62ch; font-size: 1rem; }
    .portal-hero__copy .hero-actions { margin-top: 23px; }
    .portal-kit { max-width: 610px; margin: 0 auto; }
    .portal-kit__canvas { height: 290px; }
    .portal-kit__shirt { width: 61%; left: 1%; top: 0; }
    .portal-kit__print strong { font-size: .92rem; }
    .portal-kit__sneaker { width: 43%; bottom: 7%; right: 6%; }
    .portal-guide__panel { grid-template-columns: 34px minmax(0, 1fr) auto; }
    .portal-guide__mark { display: grid; }
    .portal-guide__tabs a { font-size: .875rem; }
    .portal-hero__footer { margin-top: 32px; }
    .portal-hero__footer > span:last-child { text-align: right; }
    .portal-visual-home .portal-resources { padding: 64px 0; }
    .portal-section-heading { display: grid; gap: 18px; }
    .portal-section-heading > p { max-width: 60ch; }
    .portal-resource-grid { grid-template-columns: 1fr; gap: 22px; }
    .portal-resource-card { display: grid; grid-template-columns: .9fr 1.1fr; }
    .portal-resource-card__visual { height: 100%; min-height: 265px; }
    .portal-resource-card__body { padding: 27px; }
    .portal-resource-card__browser { top: 44px; height: 210px; width: 95%; }
    .portal-resource-card__product { width: 95%; top: 16px; left: -21px; }
    .portal-resource-card__shoe { width: 80%; bottom: 35px; }
    .portal-resource-card__brand--woo { top: 49px; left: 15px; }
    .portal-resource-card__brand--shopify { top: 133px; right: 10px; }
    .portal-resource-card__code { top: 20px; right: 16px; }
    .portal-visual-home .portal-access { padding: 60px 0; }
    .portal-access__item { padding-right: 20px; }
    .portal-access__item + .portal-access__item { padding-left: 20px; }
}
@media (max-width: 560px) {
    .portal-visual-home .cms-section__inner { width: calc(100% - 36px); }
    .portal-visual-home .portal-hero { padding-top: 33px; }
    .portal-hero__copy .eyebrow { font-size: .75rem; }
    .portal-hero__copy h1 { font-size: clamp(2rem, 9.5vw, 3.4rem); line-height: 1.1; letter-spacing: -.035em; }
    .portal-hero__copy > p { font-size: 1rem; line-height: 1.7; }
    .portal-hero .hero-actions { display: flex; flex-wrap: wrap; }
    .portal-hero .button { padding: 11px 15px; min-height: 48px; font-size: .9375rem; }
    .portal-hero__note { font-size: .8125rem; margin-top: 17px; }
    .portal-kit { border-radius: 16px; }
    .portal-kit__heading { padding: 13px 16px; font-size: .6875rem; }
    .portal-kit__canvas { height: 235px; }
    .portal-kit__shirt { width: 78%; left: -7%; top: 5%; }
    .portal-kit__print strong { font-size: .76rem; }
    .portal-kit__sneaker { width: 49%; right: 1%; bottom: 9%; padding: 3px; }
    .portal-kit__tag { max-width: 50%; top: 15px; right: 11px; padding: 6px 9px; gap: 7px; font-size: .54rem; }
    .portal-kit__type { top: 62px; right: 16px; font-size: .56rem; }
    .portal-kit__swatches { left: 13px; bottom: 13px; padding: 7px; }
    .portal-kit__swatches i { width: 13px; height: 13px; }
    .portal-guide { padding: 15px 13px; }
    .portal-guide__tabs { grid-template-columns: 1.35fr .8fr 1fr; gap: 4px; }
    .portal-guide__tabs a { font-size: .8125rem; }
    .portal-guide__panel { grid-template-columns: minmax(0, 1fr) auto; min-height: 87px; }
    .portal-guide__mark { display: none; }
    .portal-guide__panel strong { font-size: 1rem; }
    .portal-guide__panel p { font-size: .8125rem; }
    .portal-hero__footer { margin-top: 26px; padding-block: 17px; font-size: .75rem; }
    .portal-hero__footer > span:last-child { max-width: 20ch; }
    .portal-hero__footer > span:nth-child(2) { display: none; }
    .portal-visual-home .portal-resources { padding: 50px 0; }
    .portal-visual-home .portal-section-heading h2 { font-size: 2rem; }
    .portal-section-heading { margin-bottom: 27px; gap: 15px; }
    .portal-section-heading > p { font-size: 1rem; }
    .portal-resource-card { display: flex; }
    .portal-resource-card__visual { height: 220px; min-height: 0; }
    .portal-resource-card__body { padding: 25px; }
    .portal-resource-card__product { width: 73%; top: -5px; left: -8px; }
    .portal-resource-card__shoe { width: 65%; bottom: 0; }
    .portal-resource-card__browser { width: 83%; top: 28px; left: 12%; }
    .portal-resource-card__brand--woo { top: 27px; left: 23px; }
    .portal-resource-card__brand--shopify { top: 110px; right: 25px; }
    .portal-resource-card__code { top: 21px; right: 22px; }
    .portal-access__grid { grid-template-columns: 1fr; }
    .portal-access__item { padding: 25px 0; }
    .portal-access__item + .portal-access__item { padding: 25px 0; border-left: 0; border-top: 1px solid #d4e0f4; }
    .portal-access__item:last-child { padding-bottom: 0; }
    .portal-access__item p { margin-bottom: 16px; }
}
@media (prefers-reduced-motion: reduce) {
    .portal-visual-home *, .portal-visual-home *::before, .portal-visual-home *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
}
