:root{--holo-bg: #f7f6f3;--holo-bg-ink: #10131a;--holo-bg-teal: #0b6e6a;--holo-bg-coral: #ff4d1c;--holo-bg-blue: #163a66;--holo-text: #12141a;--holo-text-secondary: #5a6170;--holo-text-inverse: #f7f6f3;--holo-brand: #ff4d1c;--holo-accent: #0b6e6a;--holo-accent-2: #163a66;--holo-warm: #ebe4d8;--holo-cool: #e4eaf0;--holo-success: #1b7f4e;--holo-error: #c62828;--holo-border: #d5dbe3;--holo-button-bg: #ff4d1c;--holo-button-text: #ffffff;--holo-button-secondary-bg: transparent;--holo-button-secondary-text: #12141a;--holo-radius: 1.6rem;--holo-radius-sm: .8rem;--holo-space-xs: .8rem;--holo-space-sm: 1.2rem;--holo-space-md: 2rem;--holo-space-lg: 4rem;--holo-space-xl: 6.4rem;--holo-max: 112rem;--holo-content: 72rem;--holo-display: clamp(3.2rem, 7vw, 7.2rem);--holo-h1: clamp(2.8rem, 5vw, 5.6rem);--holo-h2: clamp(2.4rem, 3.5vw, 4rem);--holo-h3: clamp(1.8rem, 2.5vw, 2.4rem);--holo-body-lg: 1.8rem;--holo-body: 1.6rem;--holo-label: 1.3rem;--holo-micro: 1.2rem}.holo-section{position:relative;background:var(--holo-bg);color:var(--holo-text)}.holo-section--ink{background:var(--holo-bg-ink);color:var(--holo-text-inverse)}.holo-section--teal{background:var(--holo-bg-teal);color:var(--holo-text-inverse)}.holo-section--coral{background:var(--holo-bg-coral);color:#fff}.holo-section--blue{background:var(--holo-bg-blue);color:var(--holo-text-inverse)}.holo-section--warm{background:var(--holo-warm);color:var(--holo-text)}.holo-section--cool{background:var(--holo-cool);color:var(--holo-text)}.holo-wrap{width:min(100% - 3.2rem,var(--holo-max));margin-inline:auto}.holo-wrap--narrow{width:min(100% - 3.2rem,var(--holo-content))}.holo-eyebrow{display:inline-block;margin:0 0 var(--holo-space-sm);font-size:var(--holo-label);font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--holo-brand)}.holo-section--ink .holo-eyebrow,.holo-section--teal .holo-eyebrow,.holo-section--blue .holo-eyebrow,.holo-section--coral .holo-eyebrow{color:#ffffffd9}.holo-display,.holo-h1,.holo-h2,.holo-h3{font-family:var(--font-heading-family);font-style:var(--font-heading-style);font-weight:var(--font-heading-weight);letter-spacing:-.03em;line-height:1.05;margin:0}.holo-display{font-size:var(--holo-display)}.holo-h1{font-size:var(--holo-h1)}.holo-h2{font-size:var(--holo-h2)}.holo-h3{font-size:var(--holo-h3);letter-spacing:-.02em;line-height:1.15}.holo-lede{margin:var(--holo-space-sm) 0 0;font-size:var(--holo-body-lg);line-height:1.45;color:var(--holo-text-secondary);max-width:42rem}.holo-section--ink .holo-lede,.holo-section--teal .holo-lede,.holo-section--blue .holo-lede,.holo-section--coral .holo-lede{color:#ffffffd1}.holo-body{font-size:var(--holo-body);line-height:1.55}.holo-label{font-size:var(--holo-label);font-weight:650;letter-spacing:.04em;text-transform:uppercase}.holo-micro{font-size:var(--holo-micro);line-height:1.4;color:var(--holo-text-secondary)}.holo-actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:var(--holo-space-md)}.holo-btn{-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;justify-content:center;min-height:4.8rem;padding:0 1.8rem;border:.2rem solid transparent;border-radius:999px;font-family:var(--font-body-family);font-size:1.5rem;font-weight:700;letter-spacing:.01em;line-height:1;text-decoration:none;cursor:pointer;transition:transform .18s ease,background-color .18s ease,color .18s ease,border-color .18s ease}.holo-btn:focus-visible{outline:.2rem solid currentColor;outline-offset:.3rem}.holo-btn--primary{background:var(--holo-button-bg);color:var(--holo-button-text)}.holo-btn--primary:hover{transform:translateY(-1px);filter:brightness(.96)}.holo-btn--secondary{background:var(--holo-button-secondary-bg);color:var(--holo-button-secondary-text);border-color:currentColor}.holo-section--ink .holo-btn--secondary,.holo-section--teal .holo-btn--secondary,.holo-section--blue .holo-btn--secondary,.holo-section--coral .holo-btn--secondary{color:#fff}.holo-btn--ghost{background:#ffffff1f;color:#fff;border-color:#ffffff59}.holo-media{display:block;width:100%;height:auto;border-radius:var(--holo-radius);background:var(--holo-cool);object-fit:cover}.holo-media-frame{position:relative;overflow:hidden;border-radius:var(--holo-radius);background:linear-gradient(135deg,rgba(255,77,28,.12),transparent 40%),linear-gradient(225deg,rgba(11,110,106,.16),transparent 45%),var(--holo-cool);min-height:28rem;aspect-ratio:4 / 5}.holo-media-frame--wide{aspect-ratio:16 / 10;min-height:24rem}.holo-media-frame__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;padding:2rem;text-align:center;color:var(--holo-text-secondary);font-size:var(--holo-label);letter-spacing:.06em;text-transform:uppercase}.holo-grid{display:grid;gap:var(--holo-space-md)}.holo-grid--2,.holo-grid--3,.holo-grid--4{grid-template-columns:1fr}@media screen and (min-width:750px){.holo-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.holo-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.holo-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (min-width:990px){.holo-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.holo-card{background:#ffffffb8;border:.1rem solid var(--holo-border);border-radius:var(--holo-radius);padding:var(--holo-space-md)}.holo-section--ink .holo-card,.holo-section--teal .holo-card,.holo-section--blue .holo-card{background:#ffffff14;border-color:#ffffff29}.holo-pad{padding-block:var(--holo-space-xl)}.holo-pad--sm{padding-block:var(--holo-space-lg)}.holo-trust{display:grid;gap:1.2rem;grid-template-columns:1fr}@media screen and (min-width:750px){.holo-trust{grid-template-columns:repeat(4,minmax(0,1fr))}}.holo-trust__item{display:flex;gap:1rem;align-items:flex-start;padding:1.2rem 0;border-top:.1rem solid var(--holo-border)}.holo-section--ink .holo-trust__item,.holo-section--teal .holo-trust__item,.holo-section--blue .holo-trust__item{border-top-color:#ffffff2e}.holo-trust__mark{width:1rem;height:1rem;margin-top:.55rem;border-radius:50%;background:var(--holo-brand);flex:0 0 auto}.holo-step-num{display:inline-grid;place-items:center;width:3.2rem;height:3.2rem;border-radius:50%;background:var(--holo-brand);color:#fff;font-weight:800;font-size:1.4rem}.holo-tabs{display:flex;flex-wrap:wrap;gap:.8rem;margin:var(--holo-space-md) 0}.holo-tabs__btn{min-height:4.4rem;padding:0 1.4rem;border-radius:999px;border:.1rem solid var(--holo-border);background:transparent;color:inherit;font:inherit;font-weight:650;cursor:pointer}.holo-tabs__btn[aria-selected=true]{background:var(--holo-text);color:var(--holo-bg);border-color:var(--holo-text)}.holo-tabs__panel[hidden]{display:none}.holo-faq details{border-top:.1rem solid var(--holo-border);padding:1.4rem 0}.holo-faq details:last-child{border-bottom:.1rem solid var(--holo-border)}.holo-faq summary{list-style:none;cursor:pointer;font-size:1.7rem;font-weight:700;display:flex;justify-content:space-between;gap:1.2rem;align-items:center;min-height:4.4rem}.holo-faq summary::-webkit-details-marker{display:none}.holo-faq summary:after{content:"+";font-size:2rem;line-height:1}.holo-faq details[open] summary:after{content:"\2013"}.holo-faq__body{margin:.8rem 0 .4rem;color:var(--holo-text-secondary);max-width:62rem}.holo-section--ink .holo-faq details,.holo-section--teal .holo-faq details,.holo-section--blue .holo-faq details{border-color:#ffffff2e}.holo-section--ink .holo-faq__body,.holo-section--teal .holo-faq__body,.holo-section--blue .holo-faq__body{color:#ffffffc7}.holo-creator{position:relative;background:var(--holo-bg)}.holo-creator__shell{width:100vw;max-width:none;margin-left:calc(50% - 50vw);overflow:hidden;background:#f7f7f7;position:relative}.holo-creator__frame{display:block;width:100%;min-height:900px;height:max(900px,calc(100svh - 80px));border:0;background:#f7f7f7}@media screen and (max-width:749px){.holo-creator__frame{min-height:800px;height:max(800px,calc(100svh - 60px))}}.holo-creator__status{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:grid;place-items:center;background:#f7f7f7;text-align:center;padding:2.4rem;transition:opacity .25s ease,visibility .25s ease}.holo-creator__status[hidden]{display:none}.holo-creator__status.is-error{background:#fff5f3}.holo-creator__pulse{width:4.8rem;height:4.8rem;margin:0 auto 1.2rem;border-radius:50%;border:.3rem solid var(--holo-border);border-top-color:var(--holo-brand);animation:holo-spin .9s linear infinite}@keyframes holo-spin{to{transform:rotate(360deg)}}@media(prefers-reduced-motion:reduce){.holo-btn,.holo-creator__status,.holo-creator__pulse{animation:none!important;transition:none!important}}.holo-header-cta{display:inline-flex;align-items:center;justify-content:center;min-height:3.8rem;padding:0 1.4rem;margin-left:1rem;border-radius:999px;background:var(--holo-button-bg);color:var(--holo-button-text)!important;font-size:1.3rem;font-weight:700;text-decoration:none;white-space:nowrap}.holo-header-cta:hover{color:var(--holo-button-text)!important;filter:brightness(.96)}@media screen and (max-width:989px){.holo-header-cta--desktop{display:none}}
/*# sourceMappingURL=/cdn/shop/t/2/assets/holo-design-system.css.map */
