:root{--color-ink: #071f49;--color-ink-soft: #254061;--color-muted: #5c6f86;--color-line: #dbe7f1;--color-surface: #ffffff;--color-surface-alt: #f5f9fc;--color-surface-blue: #eaf6fb;--color-primary: #075fd3;--color-primary-dark: #034ba8;--color-accent: #0097ad;--color-accent-dark: #007988;--color-success: #1f9d67;--color-warning: #c56a1a;--shadow-card: 0 10px 30px rgba(10, 44, 82, .1);--shadow-soft: 0 6px 18px rgba(10, 44, 82, .08);--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--max-width: 1180px;--header-height-full: 82px;--header-height-compact: 64px;--header-height: var(--header-height-full);--font-size-3xs: .625rem;--font-size-2xs: .75rem;--font-size-xs: .8125rem;--font-size-sm: .875rem;--font-size-md: 1rem;--font-size-lg: 1.125rem;--font-size-xl: 1.25rem;--font-size-2xl: 1.5rem;--font-size-3xl: 1.75rem;--font-size-4xl: 2rem;--font-size-5xl: 2.5rem;--font-size-6xl: 3rem;--font-size-7xl: 3.5rem;--font-size-heading-sm: var(--font-size-2xl);--font-size-heading-md: var(--font-size-4xl);--font-size-heading-lg: var(--font-size-5xl);--font-size-display-sm: var(--font-size-6xl);--font-size-display-md: var(--font-size-7xl);--font-size-display-lg: 4.5rem;--font-size-decorative-quote: 5rem;--line-height-tight: 1;--line-height-heading: 1.08;--line-height-body: 1.5;--line-height-relaxed: 1.6;color-scheme:light;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:var(--line-height-body);color:var(--color-ink);background:var(--color-surface)}html[data-header-compact=true]{--header-height: var(--header-height-compact)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-width:320px;overflow-x:hidden;background:var(--color-surface);color:var(--color-ink)}img,svg{display:block;max-width:100%}.icon{flex:0 0 auto;color:currentColor}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}button,input,select,textarea{font:inherit}a{color:inherit;text-decoration:none}a:hover{color:var(--color-primary)}:focus-visible{outline:3px solid rgba(0,151,173,.45);outline-offset:3px}.skip-link{position:absolute;left:1rem;top:1rem;z-index:20;transform:translateY(-140%);border-radius:var(--radius-sm);background:var(--color-ink);color:#fff;padding:.75rem 1rem}.skip-link:focus{transform:translateY(0)}.container{width:min(100% - 2rem,var(--max-width));margin-inline:auto}.site-header{position:sticky;top:0;z-index:10;border-bottom:1px solid var(--color-line);background:#fffffff5;backdrop-filter:saturate(180%) blur(12px);transition:background-color .18s ease,box-shadow .18s ease}html[data-header-compact=true] .site-header{box-shadow:0 8px 22px #0a2c5214}.header-bar{position:relative;min-height:var(--header-height);display:flex;align-items:center;justify-content:space-between;gap:1rem;transition:min-height .18s ease}.brand{display:inline-flex;align-items:center;gap:.75rem;min-width:0}.brand__mark{width:48px;height:48px;flex:0 0 auto;transition:width .18s ease,height .18s ease}html[data-header-compact=true] .brand__mark{width:38px;height:38px}.brand__text{display:grid;gap:.05rem;color:var(--color-ink);font-weight:800;letter-spacing:.06em;line-height:1.05;transition:font-size .18s ease}.site-footer .brand__text>.brand__line:first-child{color:#fff}.brand__text>.brand__line:first-child{font-size:var(--font-size-xl)}.brand__text>.brand__line:last-child{font-weight:400;font-size:var(--font-size-xs);color:var(--color-primary)}html[data-header-compact=true] .brand__text{font-size:var(--font-size-xs)}.brand__line{white-space:nowrap}.site-nav{display:flex;align-items:center;gap:1.25rem;color:var(--color-ink);font-weight:650;font-size:var(--font-size-sm)}.site-nav a{padding-block:.5rem;transition:padding-block .18s ease}html[data-header-compact=true] .site-nav a{padding-block:.35rem}.header-actions{display:flex;align-items:center;gap:.75rem}.cart-link{display:inline-flex;align-items:center;gap:.42rem;min-height:44px;color:var(--color-ink);font-weight:750;transition:min-height .18s ease}html[data-header-compact=true] .cart-link{min-height:38px}.cart-link__count{display:inline-grid;min-width:1.5rem;height:1.5rem;place-items:center;border-radius:999px;background:var(--color-primary);color:#fff;font-size:var(--font-size-2xs);font-weight:850}.menu-button{display:none;width:44px;height:44px;flex:0 0 auto;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);color:var(--color-ink);cursor:pointer;transition:width .18s ease,height .18s ease}html[data-header-compact=true] .menu-button{width:38px;height:38px}.button{display:inline-flex;align-items:center;justify-content:center;gap:.55rem;min-height:44px;border:1px solid transparent;border-radius:var(--radius-md);padding:.75rem 1.1rem;font-weight:750;line-height:1.1;cursor:pointer;transition:background-color .16s ease,border-color .16s ease,color .16s ease,transform .16s ease}.button:hover{transform:translateY(-1px)}.button--primary{background:var(--color-primary);color:#fff;box-shadow:0 8px 20px #075fd338}.button--primary:hover{background:var(--color-primary-dark);color:#fff}.button--secondary{border-color:var(--color-accent);background:var(--color-surface);color:var(--color-accent-dark)}.button--secondary:hover{background:var(--color-surface-blue);color:var(--color-accent-dark)}.button--accent{background:var(--color-accent);color:#fff}.button--accent:hover{background:var(--color-accent-dark);color:#fff}.button__icon{display:inline-flex;align-items:center;justify-content:center;line-height:0}.button__icon .icon{width:1.05em;height:1.05em}.section{padding-block:clamp(2.5rem,5vw,4.5rem)}.section--tight{padding-block:clamp(1.75rem,4vw,3rem)}.section--tint{background:var(--color-surface-alt)}.section--blue{background:linear-gradient(180deg,#eef8fc,#f7fbfd)}.section__header{max-width:760px;margin:0 auto clamp(1.5rem,3vw,2.25rem);text-align:center}.eyebrow{margin:0 0 .4rem;color:var(--color-accent-dark);font-size:var(--font-size-xs);font-weight:850;letter-spacing:.08em;text-transform:uppercase}.headline{margin:0;color:var(--color-ink);font-size:var(--font-size-display-lg);line-height:.96;letter-spacing:0;overflow-wrap:break-word}.title{margin:0;color:var(--color-ink);line-height:1.06;letter-spacing:0;overflow-wrap:break-word}.subtitle{margin:.9rem 0 0;color:var(--color-ink-soft);line-height:1.45;overflow-wrap:break-word}.text{color:var(--color-ink-soft)}.text-muted{color:var(--color-muted)}:where(.bleed-band,.custom-quote-intro,.custom-quote-firmware,.custom-quote-materials,.custom-quote-finishing,.custom-quote-cta,.sinewright-showcase,.sinewright-layout-band,.sinewright-connectivity,.sinewright-quote-band,.c64-book-hero,.c64-book-foundations,.c64-book-modern,.c64-hero-band,.c64-duo-band,.c64-connectivity,.c64-management,.c64-cta-band,.multicade-showcase,.multicade-packages){width:100vw;margin-inline:calc(50% - 50vw)}:where(.bleed-band--clip,.custom-quote-intro,.custom-quote-firmware,.custom-quote-finishing,.custom-quote-cta,.sinewright-showcase,.sinewright-layout-band,.sinewright-connectivity,.sinewright-quote-band,.c64-book-hero,.c64-book-foundations,.c64-book-modern,.c64-hero-band,.c64-duo-band,.c64-management,.c64-cta-band,.multicade-showcase,.multicade-packages){position:relative;overflow:hidden;isolation:isolate}:where(.media-cover-band,.custom-quote-finishing,.custom-quote-cta,.multicade-showcase,.multicade-cta)>img{position:absolute;inset:0;z-index:-2;width:100%;height:100%;object-fit:cover;object-position:center}:where(.section-heading,.title,.product-workflow h2,.custom-quote-intro .title,.custom-quote-firmware .title,.custom-quote-materials__intro .title,.custom-quote-finishing .title,.custom-quote-directions .title,.custom-quote-cta h2,.sinewright-showcase h2,.sinewright-stats__copy h2,.sinewright-expression>h2,.sinewright-editor__copy h2,.sinewright-layout-band h2,.sinewright-connectivity h2,.sinewright-quote-band h2,.c64-book-hero h2,.c64-book-section-title,.c64-book-access h2,.c64-book-dark-title,.c64-book-modern h2,.c64-hero-band h2,.c64-duo-panel h2,.c64-connectivity h2,.c64-power h2,.c64-management h2,.c64-cta-band h2,.multicade-showcase h2,.multicade-directions .title,.multicade-planning .title,.multicade-packages>h2,.multicade-cta h2,.cta-band h2,.policy-content h2){font-size:var(--font-size-display-sm)}:where(.section-copy,.subtitle,.custom-quote-intro__content>p,.custom-quote-firmware__copy p:not(.custom-quote-firmware__eyebrow),.custom-quote-materials__intro p,.custom-quote-finishing__copy p:not(.custom-quote-finishing__eyebrow),.sinewright-showcase__copy p,.c64-book-hero__copy>p,.c64-book-access__copy>p,.c64-book-zero__intro p,.c64-book-zero-card p,.c64-book-zero-cta__copy p,.c64-book-foundations__copy p,.c64-book-modern__lead,.c64-book-modern__workflow p,.c64-book-modern__fundamentals p,.c64-hero-band__copy>p,.c64-connectivity__copy>p,.c64-power__intro p,.c64-management__copy>p,.multicade-showcase p,.multicade-cta p){font-size:var(--font-size-md)}:where(.auto-grid--4,.custom-quote-firmware__grid,.custom-quote-finishing__grid,.sinewright-showcase__cards,.sinewright-stat-grid,.c64-book-foundations__cards,.c64-feature-grid,.multicade-direction-grid){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}:where(.auto-grid--3,.gallery-list,.custom-quote-materials__grid,.custom-quote-direction-grid,.c64-book-learn__grid,.multicade-package-grid,.multicade-planning-grid){display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1rem}:where(.auto-grid--2,.custom-quote-review,.sinewright-hardware-grid,.c64-book-modern__benefits,.c64-power__grid,.faq-list,.form__grid){display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}:where(.surface-card,.custom-quote-card,.custom-quote-direction-card,.custom-quote-panel,.custom-quote-material-card,.sinewright-stat-card,.sinewright-feature-card,.sinewright-hardware-card,.multicade-direction-card,.multicade-planning-card){min-width:0;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}:where(.icon-frame,.product-category-card__icon,.product-feature__icon,.custom-quote-feature__icon,.custom-quote-card__icon,.sinewright-dark-card__icon,.sinewright-stat-card__icon,.sinewright-feature-card__icon,.sinewright-quote-band__icon,.c64-book-zero-card__icon,.c64-book-zero-cta__icon,.c64-book-mini-card__icon,.c64-book-audience-card__icon,.c64-book-foundation-card__icon,.c64-book-modern-card__icon,.c64-book-modern-callout__icon,.c64-book-modern-benefit>span,.c64-feature-card__icon,.c64-cta-band__icon,.multicade-package__header>span,.multicade-planning-card__icon){display:grid;place-items:center}:where(.icon-frame--surface-sm,.product-category-card__icon,.product-feature__icon){width:42px;height:42px;border-radius:var(--radius-md);background:var(--color-surface-blue);color:var(--color-primary)}:where(.icon-frame--primary-lg,.c64-feature-card__icon,.multicade-planning-card__icon){width:58px;height:58px;color:var(--color-primary)}:where(.auto-grid--5,.sinewright-expression__grid,.sinewright-connectivity__grid){display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:1rem}:where(.content-stack,.product-summary,.gridfinity-editor__controls,.form){display:grid;gap:1rem;min-width:0}:where(.field-control,.gridfinity-editor__checkout>input,.field input,.field select,.field textarea){width:100%;border:1px solid #bfd1df;border-radius:var(--radius-sm);background:#fff;color:var(--color-ink);padding:.78rem .85rem}:where(.sticky-stack,.product-info-panel,.aside-panel){position:sticky;top:calc(var(--header-height) + 1rem);display:grid;gap:1rem}:where(.trust-grid,.hero__trust,.product-hero__trust){display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem;margin-top:2rem}:where(.section-card-title,.custom-quote-feature h3,.custom-quote-direction-card h3,.c64-book-mini-card h3,.c64-book-audience-card h3,.multicade-direction-card h3,.multicade-planning-card h3){color:var(--color-ink);font-size:var(--font-size-md);line-height:1.2}:where(.dark-card-title,.custom-quote-finishing-card h3,.sinewright-dark-card h3,.sinewright-connectivity-card h3){color:#fff;font-size:var(--font-size-sm);line-height:1.2}:where(.accent-eyebrow,.custom-quote-firmware__eyebrow,.custom-quote-finishing__eyebrow){color:#22d3ee;font-size:var(--font-size-2xs);font-weight:850;line-height:1.2;text-transform:uppercase}:where(.overlay-layer,.custom-quote-firmware:before,.custom-quote-firmware:after,.c64-book-foundations:before,.c64-book-foundations:after,.c64-book-modern:before,.c64-book-modern:after){position:absolute;inset:0;z-index:-1;content:"";pointer-events:none}.hero{overflow:hidden;background:linear-gradient(90deg,#fff,#f7fbfd)}.hero__grid{display:grid;grid-template-columns:minmax(0,.95fr) minmax(360px,1.2fr);align-items:center;min-height:auto;padding-block:clamp(2rem,4vw,3.5rem);gap:clamp(1.5rem,4vw,3rem)}.hero__content{position:relative;z-index:1;min-width:0}.hero__actions{display:flex;flex-wrap:wrap;gap:1rem;margin-top:1.7rem}.trust-item{display:flex;align-items:center;gap:.55rem;min-width:0;color:var(--color-ink);font-size:var(--font-size-sm);font-weight:650}.trust-item__icon{display:inline-grid;width:30px;height:30px;flex:0 0 auto;place-items:center;border-radius:999px;background:var(--color-surface-blue);color:var(--color-accent-dark);font-size:var(--font-size-xs);font-weight:850}.trust-item__icon .icon{width:16px;height:16px}.hero__media{position:relative;align-self:stretch;min-width:0;min-height:360px;display:grid;align-items:center;justify-items:center;isolation:isolate}.hero__printer{position:relative;z-index:1;display:grid;width:100%;min-width:0;place-items:center}.hero__image{display:block;width:auto;max-height:480px;margin-inline:auto;border-radius:var(--radius-lg)}.hero__plane{position:absolute;top:clamp(-1.5rem,-2vw,-.75rem);left:clamp(-1.25rem,-2vw,-.5rem);z-index:1;width:clamp(141px,19vw,208px);pointer-events:none}.hero__dragon{position:absolute;left:clamp(.25rem,3vw,1.75rem);bottom:clamp(-1.35rem,1vw,-.6rem);z-index:0;width:clamp(120px,17vw,180px);pointer-events:none}.hero__terrain{position:absolute;right:clamp(2.4rem,7vw,4.4rem);bottom:clamp(-1.45rem,1vw,-.85rem);z-index:1;width:clamp(88px,16vw,154px);pointer-events:none}.hero__mini{position:absolute;right:clamp(.25rem,3.5vw,1.9rem);bottom:clamp(-1.5rem,1vw,-.75rem);z-index:2;width:clamp(41px,8.1vw,79px);pointer-events:none}.hero__plane-image,.hero__dragon-image,.hero__terrain-image,.hero__mini-image{display:block;width:100%;height:auto;filter:drop-shadow(0 18px 24px rgb(31 45 61 / 22%))}.grid{display:grid;gap:1rem}.grid>*{min-width:0}.grid--two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid--three{grid-template-columns:repeat(3,minmax(0,1fr))}.grid--four{grid-template-columns:repeat(4,minmax(0,1fr))}.grid--six{grid-template-columns:repeat(6,minmax(0,1fr))}.card{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft);min-width:0;overflow-wrap:break-word}.card--padded{padding:clamp(1rem,2vw,1.35rem)}.card--feature{display:grid;gap:.75rem}.media-card{min-width:0;overflow:hidden}.media-card__image{display:block;width:100%;height:auto}.card__icon{display:grid;width:56px;height:56px;place-items:center;border-radius:var(--radius-md);background:var(--color-surface-blue);color:var(--color-primary);font-weight:850}.card__icon .icon{width:24px;height:24px}.card__title{margin:0;color:var(--color-ink);font-size:var(--font-size-lg);line-height:1.2}.card__text{margin:0;color:var(--color-ink-soft);font-size:var(--font-size-sm)}.step-card{display:grid;grid-template-columns:auto 1fr;gap:1rem;align-items:center;min-height:118px}.step-card__number{display:grid;width:42px;height:42px;place-items:center;border-radius:999px;background:var(--color-accent);color:#fff;font-weight:850}.material-card{display:grid;gap:.75rem}.tag{display:inline-flex;width:fit-content;align-items:center;justify-content:center;border-radius:999px;border:1px solid currentColor;padding:.2rem .55rem;color:var(--color-success);font-size:var(--font-size-2xs);font-weight:750;line-height:1.2}.tag--blue{color:var(--color-primary)}.tag--teal{color:var(--color-accent-dark)}.tag--amber{color:var(--color-warning)}.product-tag-list{display:flex;flex-wrap:wrap;gap:.4rem;margin:0;padding:0;list-style:none}.product-tag{display:inline-flex;min-height:28px;align-items:center;justify-content:center;border:1px solid var(--color-line);border-radius:999px;background:var(--color-surface-blue);color:var(--color-primary);padding:.25rem .6rem;font-size:var(--font-size-2xs);font-weight:750;line-height:1.15}.product-tag:hover,.product-tag:focus-visible,.product-tag.is-active{border-color:var(--color-primary);background:var(--color-primary);color:#fff}.gallery-card{overflow:hidden}.gallery-thumb{aspect-ratio:1.2 / 1;background-image:url(/assets/img/gallery-sprite.webp);background-repeat:no-repeat;background-size:300% 200%}.gallery-thumb--one{background-position:0 0}.gallery-thumb--two{background-position:50% 0}.gallery-thumb--three{background-position:100% 0}.gallery-thumb--four{background-position:0 100%}.gallery-thumb--five{background-position:50% 100%}.gallery-thumb--six{background-position:100% 100%}.gallery-card__body{padding:.9rem 1rem 1rem}.gallery-card__title{margin:0;font-size:var(--font-size-md)}.gallery-card__meta{margin:.25rem 0 0;color:var(--color-muted);font-size:var(--font-size-sm)}.section__header--left{margin-inline:0;text-align:left}.text-link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-primary);font-weight:750}.text-link .icon{width:1em;height:1em}.product-hero{overflow:hidden;border-bottom:1px solid var(--color-line);background:linear-gradient(90deg,#fff,#f5f9fc)}.product-hero__grid{display:grid;grid-template-columns:minmax(0,.92fr) minmax(360px,1.08fr);align-items:center;gap:clamp(1.5rem,4vw,3rem);min-height:430px;padding-block:clamp(2rem,5vw,4rem)}.product-hero__content{min-width:0}.product-hero__media{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-template-rows:repeat(2,minmax(0,1fr));align-items:center;justify-items:center;gap:1rem;min-height:360px;isolation:isolate}.product-hero__image{width:100%;height:100%;max-height:210px;object-fit:contain;filter:drop-shadow(0 18px 26px rgba(31,45,61,.2))}.product-hero__image--one{grid-column:1 / 3;grid-row:1;justify-self:center;z-index:2;width:min(38%,270px)}.product-hero__image--two{grid-column:2;grid-row:1 / 3;align-self:start;justify-self:end;z-index:1;width:min(24%,170px)}.product-hero__image--three{grid-column:1;grid-row:2;align-self:end;justify-self:end;z-index:3;width:min(24%,170px)}.product-layout{display:grid;grid-template-columns:minmax(220px,260px) minmax(0,1fr);gap:clamp(1.5rem,4vw,2rem);align-items:start}.product-layout__main{min-width:0}.product-nav{position:sticky;top:calc(var(--header-height) + 1rem);display:grid;gap:.35rem;border-right:1px solid var(--color-line);padding-right:1rem}.product-nav__title{margin:0 0 .35rem;font-size:var(--font-size-md)}.product-nav__link,.product-nav__sublink{display:flex;align-items:center;gap:.65rem;border-radius:var(--radius-sm);color:var(--color-ink);font-weight:700}.product-nav__link{min-height:42px;padding:.65rem .75rem}.product-nav__link .icon{color:var(--color-primary)}.product-nav__link:hover,.product-nav__sublink:hover,.product-nav__tag:hover,.product-nav__tag:focus-visible,.product-nav__link.is-active,.product-nav__sublink.is-active,.product-nav__tag.is-active{background:var(--color-surface-blue);color:var(--color-primary)}.product-nav__sublist{display:grid;gap:.2rem;margin:.1rem 0 .45rem 2rem}.product-nav__subitem{display:grid;gap:.2rem}.product-nav__sublink{padding:.45rem .6rem;color:var(--color-muted);font-size:var(--font-size-sm)}.product-nav__taglist{display:grid;gap:.3rem;padding:0 0 .45rem .6rem}.product-nav__tag{display:inline-flex;min-height:26px;align-items:center;border-radius:999px;color:var(--color-muted);padding:.18rem .5rem;font-size:var(--font-size-2xs);font-weight:750;line-height:1.15}.product-category-grid,.product-grid,.product-feature-strip,.product-workflow__steps{display:grid;gap:1rem}.product-category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.product-category-card{position:relative;display:grid;gap:.65rem;overflow:hidden;padding:1rem;min-height:220px}.product-category-card>img{width:100%;height:clamp(170px,17vw,220px);border-radius:var(--radius-sm);object-fit:contain;background:var(--color-surface-alt)}.product-category-card h3,.product-category-card p{margin:0}.product-category-card h3{font-size:var(--font-size-md);line-height:1.2}.product-category-card p{color:var(--color-ink-soft);font-size:var(--font-size-sm)}.product-category-card__link{display:inline-flex;align-items:center;gap:.4rem;color:var(--color-primary);font-weight:800}.product-grid,.product-grid--related{grid-template-columns:repeat(3,minmax(0,1fr))}.product-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden}.product-card__media{position:relative;display:block;aspect-ratio:1 / 1;overflow:hidden;background:var(--color-surface-alt)}.product-card__media img{position:absolute;inset:.75rem;width:calc(100% - 1.5rem);height:calc(100% - 1.5rem);max-width:none;object-fit:contain;object-position:center}.product-card__badge{position:absolute;left:.75rem;top:.75rem;border-radius:999px;background:var(--color-primary);color:#fff;padding:.25rem .55rem;font-size:var(--font-size-2xs);font-weight:850}.product-card__body{display:grid;gap:.45rem;align-content:start;padding:.9rem}.product-card__title{margin:0;font-size:var(--font-size-md);line-height:1.2}.product-card__text{margin:0;color:var(--color-ink-soft);font-size:var(--font-size-sm)}.product-card__price{margin:.25rem 0 0;color:var(--color-ink);font-size:var(--font-size-sm);font-weight:750}.product-card__button{min-height:38px;margin-top:.2rem;padding-block:.6rem;font-size:var(--font-size-sm)}.product-detail__breadcrumb{margin:0 0 1rem}.product-detail__grid{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(320px,.85fr);gap:clamp(1.5rem,4vw,3rem);align-items:start}.product-gallery{display:grid;grid-template-columns:minmax(76px,104px) minmax(0,1fr);grid-template-areas:"thumbs media";gap:.75rem;align-items:start}.product-gallery__main{grid-area:media;width:100%;height:clamp(300px,42vw,520px);border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface-alt);object-fit:contain;padding:1rem;box-shadow:var(--shadow-soft)}.product-gallery__thumbs{grid-area:thumbs;display:grid;grid-template-columns:minmax(0,1fr);gap:.75rem;max-height:clamp(300px,42vw,520px);overflow-y:auto;padding:.2rem .2rem .2rem 0}.product-gallery__thumb{position:relative;display:block;width:100%;height:108px;appearance:none;border:1px solid var(--color-line);border-radius:var(--radius-sm);background:var(--color-surface-alt);cursor:pointer;overflow:visible;padding:0}.product-gallery__thumb[data-selected=true]{border-color:var(--color-primary);box-shadow:0 0 0 3px #0068b329}.product-gallery__thumb:hover,.product-gallery__thumb:focus-visible{border-color:var(--color-primary)}.product-gallery__thumb:focus-visible{outline:3px solid rgba(0,104,179,.25);outline-offset:2px}.product-gallery__thumb img{display:block;width:100%;height:100%;border-radius:calc(var(--radius-sm) - 1px);background:var(--color-surface-alt);object-fit:contain;padding:.55rem}.product-gallery__badge360{position:absolute;left:50%;top:100%;display:inline-flex;align-items:center;gap:.15rem;min-height:28px;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.82);border-radius:999px;background:#05285ddb;color:#fff;padding:.2rem .45rem;font-size:var(--font-size-2xs);font-weight:850;line-height:1;pointer-events:none;text-shadow:0 1px 2px rgba(0,0,0,.28)}.product-gallery__badge360 svg{width:17px;height:17px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.2;transform:translateY(-30%) rotate(180deg)}.product-summary .subtitle{margin-top:0;font-size:var(--font-size-md)}.product-summary__description{white-space:pre-line}.product-summary__attribution{margin:-.35rem 0 0;color:var(--color-muted);font-size:var(--font-size-sm)}.product-summary__attribution a{color:var(--color-primary);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.product-summary__price{margin:0;color:var(--color-ink);font-size:var(--font-size-lg)}.product-summary__price strong{color:var(--color-primary);font-size:var(--font-size-2xl)}.product-summary__actions{display:grid;gap:.75rem}.product-feature-strip{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:clamp(1.5rem,4vw,2rem)}.product-feature{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.75rem;align-items:start;min-width:0;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);padding:1rem}.product-feature h2,.product-feature p{margin:0}.product-feature>div{min-width:0}.product-feature h2{font-size:var(--font-size-md);overflow-wrap:anywhere}.product-feature p{color:var(--color-ink-soft);font-size:var(--font-size-sm);overflow-wrap:anywhere}.product-detail__form-grid{margin-top:clamp(1.5rem,4vw,2.25rem);scroll-margin-top:calc(var(--header-height) + 1rem)}.product-detail__form-grid>astro-island{display:block}.product-order-layout{display:grid;grid-template-columns:minmax(0,1.12fr) minmax(280px,.88fr);gap:clamp(1.25rem,4vw,2rem);align-items:start}.product-order__actions{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem}.product-order__actions .button{flex:0 0 auto}.product-order__summary{display:flex;flex:1 1 240px;align-items:center;justify-content:space-between;gap:1rem;border:1px solid var(--color-primary);border-radius:var(--radius-md);background:var(--color-surface-blue);padding:1rem;color:var(--color-ink);font-weight:750}.product-order__summary strong{color:var(--color-primary);font-size:var(--font-size-xl)}.gridfinity-editor-section{padding-top:0}.gridfinity-editor{gap:clamp(1rem,2.5vw,1.5rem)}.gridfinity-editor__support-banner{position:sticky;top:var(--header-height);z-index:8;width:100vw;margin-inline:calc(50% - 50vw);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.85rem;border-block:1px solid rgba(0,151,173,.34);background:var(--color-surface-blue);padding:.85rem max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem));color:var(--color-ink-soft)}.gridfinity-editor__support-banner p{flex:1 1 320px;min-width:0;margin:0;overflow-wrap:anywhere}.gridfinity-editor__support-banner a{color:var(--color-primary);font-weight:750;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:.16em}.gridfinity-editor__support-dismiss{flex:0 0 auto;border:1px solid var(--color-accent);border-radius:var(--radius-sm);background:var(--color-surface);color:var(--color-accent-dark);padding:.5rem .75rem;font-weight:750;line-height:1.1;cursor:pointer}.gridfinity-editor__support-dismiss:hover{background:#fff;color:var(--color-primary)}.gridfinity-editor__layout{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(300px,.85fr);gap:clamp(1rem,2.5vw,1.5rem);align-items:start}.gridfinity-editor__workspace{align-content:start}.gridfinity-editor__section-header{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;min-width:0}.gridfinity-editor__section-header>div{min-width:0}.gridfinity-editor__section-header p{margin:.2rem 0 0;color:var(--color-muted);font-size:var(--font-size-sm);overflow-wrap:anywhere}.gridfinity-editor__grid{--grid-width: 3;--grid-depth: 3;display:grid;grid-template-columns:repeat(var(--grid-width),minmax(0,1fr));grid-auto-rows:1fr;gap:.28rem;width:min(100%,620px);aspect-ratio:var(--grid-width) / var(--grid-depth);margin-inline:auto;border:1px solid var(--color-line);border-radius:var(--radius-md);background:linear-gradient(180deg,#f8fbfd,#edf6fa);padding:clamp(.45rem,1.5vw,.75rem);box-shadow:inset 0 0 0 1px #fffc}.gridfinity-editor__grid--w-1{--grid-width: 1}.gridfinity-editor__grid--w-2{--grid-width: 2}.gridfinity-editor__grid--w-3{--grid-width: 3}.gridfinity-editor__grid--w-4{--grid-width: 4}.gridfinity-editor__grid--w-5{--grid-width: 5}.gridfinity-editor__grid--w-6{--grid-width: 6}.gridfinity-editor__grid--d-1{--grid-depth: 1}.gridfinity-editor__grid--d-2{--grid-depth: 2}.gridfinity-editor__grid--d-3{--grid-depth: 3}.gridfinity-editor__grid--d-4{--grid-depth: 4}.gridfinity-editor__grid--d-5{--grid-depth: 5}.gridfinity-editor__grid--d-6{--grid-depth: 6}.gridfinity-editor__cell{display:grid;place-items:center;min-width:0;min-height:0;border:1px solid #c9dce9;border-radius:var(--radius-sm);background:#fff;color:var(--color-muted);padding:0;font-size:var(--font-size-sm);font-weight:800;line-height:1;cursor:pointer;transition:background-color .14s ease,border-color .14s ease,box-shadow .14s ease,color .14s ease}.gridfinity-editor__cell:hover{border-color:var(--color-accent);background:var(--color-surface-blue)}.gridfinity-editor__cell--occupied{border-color:#0097ad8c;background:#dff3f7;color:var(--color-accent-dark)}.gridfinity-editor__cell--selected{border-color:var(--color-primary);background:#dbeafe;box-shadow:inset 0 0 0 2px var(--color-primary);color:var(--color-primary-dark)}.gridfinity-editor__cell--origin{color:var(--color-ink)}.gridfinity-editor__summary{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:clamp(1rem,2.5vw,1.5rem);align-items:start}.gridfinity-editor__summary-list{display:grid;gap:.45rem;margin:1rem 0 0;padding:0;color:var(--color-ink-soft);list-style:none}.gridfinity-editor__summary-list li{overflow-wrap:anywhere}.gridfinity-editor__checkout{display:grid;gap:.65rem;min-width:0}.gridfinity-editor__checkout>label{color:var(--color-ink);font-weight:720}.business-card-preview-section{overflow:hidden}.business-card-preview-frame{width:100%;max-width:720px;overflow:hidden}.product-order__rail .business-card-preview-frame{max-width:none}.business-card-preview-stage{--bc-preview-design-width: 720px;--bc-preview-aspect-ratio: 1568 / 858;container-type:inline-size;position:relative;width:min(100%,var(--bc-preview-design-width));aspect-ratio:var(--bc-preview-aspect-ratio);margin-inline:auto;overflow:hidden}.business-card-preview-stage--template-1{--bc-preview-design-width: 840px}.business-card-preview-stage--template-1.business-card-preview-stage--has-qr{--bc-preview-aspect-ratio: 1452 / 936}.business-card-preview-stage--template-2{--bc-preview-aspect-ratio: 1659 / 948}.business-card-preview-stage--template-3{--bc-preview-aspect-ratio: 1672 / 941}.business-card-preview{--bc-primary: #111827;--bc-on-primary: #ffffff;--bc-accent: #7c3aed;--bc-on-accent: #ffffff;position:absolute;left:0;top:0;display:grid;width:var(--bc-preview-design-width);min-width:0;overflow:hidden;border:1px solid var(--color-line);border-radius:var(--radius-sm);background:var(--bc-primary);box-shadow:var(--shadow-soft);isolation:isolate;transform:scale(var(--bc-preview-scale, calc(100cqw / var(--bc-preview-design-width))));transform-origin:top left}.business-card-preview h3,.business-card-preview p,.business-card-preview ul{margin:0}.business-card-preview h3,.business-card-preview__business,.business-card-preview__top strong{overflow-wrap:anywhere;letter-spacing:0;line-height:1.05}.business-card-preview h3{color:inherit;font-size:var(--font-size-4xl);font-weight:900;text-transform:none}.business-card-preview p{color:inherit;font-size:var(--font-size-md);font-style:italic;font-weight:750;line-height:1.2}.business-card-preview__mark{display:grid;width:5.25rem;height:5.25rem;place-items:center;border:.24rem solid currentColor;border-radius:999px;background:transparent;color:currentColor;font-size:var(--font-size-lg);font-weight:900;letter-spacing:0}.business-card-preview__mark--logo{overflow:hidden;border-color:var(--bc-accent);background:#fff}.business-card-preview__mark--logo img{width:100%;height:100%;object-fit:contain;padding:.35rem}.business-card-preview__contact-list{display:grid;gap:.78rem;padding:0;list-style:none}.business-card-preview__contact-row{display:grid;grid-template-columns:2rem minmax(0,1fr);gap:.78rem;align-items:center;min-width:0;font-size:var(--font-size-md);font-weight:760;line-height:1.2}.business-card-preview__contact-row span:last-child{min-width:0;overflow-wrap:anywhere}.business-card-preview__contact-icon{display:grid;width:2rem;height:2rem;place-items:center;color:currentColor}.business-card-preview__lucide{width:100%;height:100%;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.45}.business-card-preview__qr{display:grid;width:8.8rem;aspect-ratio:1;grid-template-columns:repeat(9,1fr);gap:2px;border:4px solid var(--bc-accent);background:#fff;padding:6px}.business-card-preview__qr-cell{background:transparent}.business-card-preview__qr-cell--filled{background:#111827}.business-card-preview--template-1{aspect-ratio:1568 / 858;grid-template-columns:minmax(0,.48fr) .22rem minmax(0,.52fr);gap:2rem;align-items:stretch;background:radial-gradient(circle at 50% 44%,rgba(255,255,255,.07),transparent 47%),linear-gradient(135deg,color-mix(in srgb,var(--bc-primary) 84%,#ffffff),var(--bc-primary) 58%,color-mix(in srgb,var(--bc-primary) 90%,#000000));color:var(--bc-on-primary);padding:2.35rem 2.45rem 2.15rem}.business-card-preview--template-1.business-card-preview--has-qr{aspect-ratio:1452 / 936}.business-card-preview--template-1 .business-card-preview__panel{display:grid;min-width:0}.business-card-preview--template-1 .business-card-preview__panel--brand{justify-items:center;align-content:center;gap:1.1rem;text-align:center}.business-card-preview--template-1 .business-card-preview__panel--contact{align-content:start;gap:2.45rem;padding-top:2.35rem}.business-card-preview--template-1 .business-card-preview__mark,.business-card-preview--template-1 .business-card-preview__panel--contact p,.business-card-preview--template-1 .business-card-preview__contact-icon{color:var(--bc-accent)}.business-card-preview--template-1 .business-card-preview__mark{width:5.65rem;height:5.65rem}.business-card-preview--template-1 h3,.business-card-preview--template-1 .business-card-preview__business,.business-card-preview--template-1 .business-card-preview__contact-row{text-shadow:0 .12rem .35rem rgba(0,0,0,.5)}.business-card-preview--template-1 h3{color:#fff;font-size:var(--font-size-4xl);text-transform:uppercase}.business-card-preview--template-1 .business-card-preview__business{color:#fff;font-size:var(--font-size-lg);font-weight:900;text-transform:uppercase}.business-card-preview--template-1 .business-card-preview__ornament,.business-card-preview--template-1 .business-card-preview__divider{background:var(--bc-accent)}.business-card-preview--template-1 .business-card-preview__ornament{position:relative;width:min(100%,18rem);height:.72rem;background:transparent}.business-card-preview--template-1 .business-card-preview__ornament:before,.business-card-preview--template-1 .business-card-preview__ornament:after{position:absolute;top:50%;width:calc(50% - 1.65rem);height:.2rem;transform:translateY(-50%);border-radius:999px;background:var(--bc-accent);content:""}.business-card-preview--template-1 .business-card-preview__ornament:before{left:0}.business-card-preview--template-1 .business-card-preview__ornament:after{right:0}.business-card-preview--template-1 .business-card-preview__ornament{clip-path:none}.business-card-preview--template-1 .business-card-preview__ornament{color:var(--bc-accent)}.business-card-preview--template-1 .business-card-preview__ornament{background:linear-gradient(var(--bc-accent),var(--bc-accent)) center / .72rem .72rem no-repeat}.business-card-preview--template-1 .business-card-preview__divider{width:.22rem;height:86%;align-self:center;border-radius:999px}.business-card-preview--template-1 .business-card-preview__qr{width:min(66%,9.25rem);border-color:var(--bc-accent)}.business-card-preview--template-2{aspect-ratio:1659 / 948;grid-template-rows:23.4% 25.6% 51%;background:var(--bc-primary);color:var(--bc-on-primary)}.business-card-preview--template-2 .business-card-preview__top{display:grid;place-items:center;padding:.7rem 2rem;text-align:center;text-transform:uppercase}.business-card-preview--template-2 .business-card-preview__top strong{color:var(--bc-accent);font-size:var(--font-size-4xl);font-weight:900}.business-card-preview--template-2 .business-card-preview__band{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.1rem;align-items:center;background:var(--bc-accent);color:var(--bc-on-accent);padding:.8rem 3.45rem}.business-card-preview--template-2 .business-card-preview__band h3{color:var(--bc-on-accent);font-size:var(--font-size-2xl)}.business-card-preview--template-2 .business-card-preview__band p{color:var(--bc-on-accent);font-size:var(--font-size-sm)}.business-card-preview--template-2 .business-card-preview__band .business-card-preview__mark{width:3.8rem;height:3.8rem;color:var(--bc-on-accent)}.business-card-preview--template-2 .business-card-preview__bottom{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1.05rem;align-items:center;background:var(--bc-primary);background:color-mix(in srgb,var(--bc-primary) 86%,var(--bc-accent) 14%);color:var(--bc-on-primary);padding:1.05rem 3.45rem 1rem}.business-card-preview--template-2 .business-card-preview__contact-icon{width:1.8rem;height:1.8rem;border-radius:999px;background:var(--bc-on-primary);color:var(--bc-primary);padding:.36rem}.business-card-preview--template-2 .business-card-preview__contact-row{grid-template-columns:1.8rem minmax(0,1fr);gap:.9rem;color:var(--bc-on-primary);font-size:var(--font-size-md);font-weight:780}.business-card-preview--template-2 .business-card-preview__contact-list{gap:.68rem}.business-card-preview--template-2 .business-card-preview__qr{width:7.6rem;border-color:var(--bc-on-primary)}.business-card-preview--template-3{aspect-ratio:1672 / 941;grid-template-columns:44% minmax(0,56%);background:var(--bc-accent);color:var(--bc-on-accent)}.business-card-preview--template-3:before{position:absolute;inset:0;z-index:0;background:var(--bc-primary);clip-path:polygon(0 0,44.35% 0,19.75% 100%,0 100%);content:""}.business-card-preview--template-3:after{position:absolute;top:0;bottom:0;left:34.82%;z-index:0;width:9.55%;transform:skew(-23.6deg);transform-origin:top left;background:linear-gradient(90deg,var(--bc-accent) 0 21.2%,transparent 21.2% 33.3%,var(--bc-accent) 33.3% 54.5%,transparent 54.5% 66.7%,var(--bc-accent) 66.7% 87.9%,transparent 87.9% 100%);content:""}.business-card-preview--template-3 .business-card-preview__brand-block{position:relative;display:grid;place-items:center;overflow:hidden;background:transparent;color:var(--bc-on-accent);z-index:1}.business-card-preview--template-3 .business-card-preview__brand-block .business-card-preview__mark{z-index:1;width:10.8rem;height:10.8rem;transform:translateY(-.9rem);border:.28rem solid var(--bc-primary);background:var(--bc-accent);color:var(--bc-on-accent);font-size:var(--font-size-3xl)}.business-card-preview--template-3 .business-card-preview__content{position:relative;display:grid;min-width:0;align-content:start;gap:.9rem;padding:3rem 2.5rem 1.8rem 1.55rem;z-index:1}.business-card-preview--template-3 h3{color:#fff;font-size:var(--font-size-4xl)}.business-card-preview--template-3 p{color:#fff;font-size:var(--font-size-lg)}.business-card-preview--template-3 .business-card-preview__rule{width:100%;height:.22rem;border-radius:999px;background:currentColor;margin:.7rem 0 .35rem}.business-card-preview--template-3 .business-card-preview__contact-list{gap:.68rem}.business-card-preview--template-3 .business-card-preview__contact-row{grid-template-columns:1.85rem minmax(0,1fr);color:#fff;font-size:var(--font-size-md)}.business-card-preview--template-3 .business-card-preview__contact-icon{width:1.85rem;height:1.85rem}.business-card-preview--template-3 .business-card-preview__business{position:absolute;left:1.55rem;right:2.5rem;bottom:1.8rem;color:#fff;font-size:var(--font-size-3xl);font-weight:900;text-align:left}.business-card-preview--template-3.business-card-preview--has-qr .business-card-preview__business{left:-1.35rem;right:8.5rem;bottom:2rem;font-size:var(--font-size-xl);line-height:1.08}.business-card-preview--template-3 .business-card-preview__qr{position:absolute;right:2.1rem;bottom:1.7rem;width:5.1rem;border-color:var(--bc-on-accent)}.business-card-preview--primary-black{--bc-primary: #111827;--bc-on-primary: #ffffff}.business-card-preview--accent-black{--bc-accent: #111827;--bc-on-accent: #ffffff}.business-card-preview--primary-white{--bc-primary: #ffffff;--bc-on-primary: #071f49}.business-card-preview--accent-white{--bc-accent: #ffffff;--bc-on-accent: #071f49}.business-card-preview--primary-navy{--bc-primary: #0f2a4f;--bc-on-primary: #ffffff}.business-card-preview--accent-navy{--bc-accent: #0f2a4f;--bc-on-accent: #ffffff}.business-card-preview--primary-slate-blue{--bc-primary: #53668f;--bc-on-primary: #ffffff}.business-card-preview--accent-slate-blue{--bc-accent: #53668f;--bc-on-accent: #ffffff}.business-card-preview--primary-royal-blue{--bc-primary: #1677c8;--bc-on-primary: #ffffff}.business-card-preview--accent-royal-blue{--bc-accent: #1677c8;--bc-on-accent: #ffffff}.business-card-preview--primary-sky-blue{--bc-primary: #a9d8f4;--bc-on-primary: #071f49}.business-card-preview--accent-sky-blue{--bc-accent: #a9d8f4;--bc-on-accent: #071f49}.business-card-preview--primary-purple{--bc-primary: #7c3aed;--bc-on-primary: #ffffff}.business-card-preview--accent-purple{--bc-accent: #7c3aed;--bc-on-accent: #ffffff}.business-card-preview--primary-teal{--bc-primary: #007f86;--bc-on-primary: #ffffff}.business-card-preview--accent-teal{--bc-accent: #007f86;--bc-on-accent: #ffffff}.business-card-preview--primary-forest-green{--bc-primary: #216142;--bc-on-primary: #ffffff}.business-card-preview--accent-forest-green{--bc-accent: #216142;--bc-on-accent: #ffffff}.business-card-preview--primary-red{--bc-primary: #b7352d;--bc-on-primary: #ffffff}.business-card-preview--accent-red{--bc-accent: #b7352d;--bc-on-accent: #ffffff}.business-card-preview--primary-gold{--bc-primary: #d4a72c;--bc-on-primary: #071f49}.business-card-preview--accent-gold{--bc-accent: #d4a72c;--bc-on-accent: #071f49}.business-card-preview--primary-silver{--bc-primary: #c8d0d8;--bc-on-primary: #071f49}.business-card-preview--accent-silver{--bc-accent: #c8d0d8;--bc-on-accent: #071f49}.product-info-panel section{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);padding:1.1rem;box-shadow:var(--shadow-soft)}.product-info-panel h2,.product-workflow h2,.product-workflow h3,.product-workflow p{margin:0}.product-info-panel h2{font-size:var(--font-size-md)}.product-workflow h2{line-height:1.08}.product-check-list{display:grid;gap:.55rem;margin:1rem 0 0;padding:0;list-style:none}.product-check-list li{display:flex;align-items:center;gap:.45rem;color:var(--color-ink-soft)}.product-check-list .icon{color:var(--color-primary)}.product-workflow{margin-top:clamp(1.75rem,4vw,2.5rem);border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);padding:1rem}.product-workflow__steps{grid-template-columns:repeat(3,minmax(0,1fr));margin-top:1rem}.product-workflow__steps article{display:grid;grid-template-columns:auto 1fr;gap:.75rem;align-items:start}.product-workflow__steps span{display:grid;width:36px;height:36px;place-items:center;border-radius:999px;background:var(--color-primary);color:#fff;font-weight:850}.product-workflow__steps h3{font-size:var(--font-size-md)}.product-workflow__steps p{color:var(--color-ink-soft);font-size:var(--font-size-sm)}.custom-quote-detail{display:grid;gap:clamp(1.75rem,4vw,2.5rem);margin-top:clamp(1.75rem,4vw,2.5rem)}.custom-quote-detail h2,.custom-quote-detail h3,.custom-quote-detail p{margin:0}.custom-quote-intro{display:grid;grid-template-columns:minmax(300px,.85fr) minmax(0,1.35fr);grid-template-areas:"content media" "features features";gap:clamp(1.25rem,3vw,2.5rem);align-items:start;background:radial-gradient(circle at 86% 62%,rgba(7,95,211,.12),transparent 22rem),linear-gradient(135deg,#fff,#f7fbff);padding:clamp(1.75rem,5vw,4rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.custom-quote-intro__content{grid-area:content;display:grid;gap:1.15rem;min-width:0}.custom-quote-intro__eyebrow{color:var(--color-primary);font-size:var(--font-size-2xs);font-weight:900;letter-spacing:0;line-height:1.1;text-transform:uppercase}.custom-quote-intro .title{line-height:1.03}.custom-quote-intro__content>p{color:var(--color-ink-soft);line-height:1.58}.custom-quote-intro__media{position:relative;grid-area:media;min-width:0;margin:0;overflow:visible;aspect-ratio:1.55 / 1}.custom-quote-intro__media img{width:100%;height:100%;object-fit:contain;object-position:center;filter:drop-shadow(0 18px 28px rgba(7,31,73,.18))}.custom-quote-callouts{position:absolute;inset:0;pointer-events:none}.custom-quote-callout{position:absolute;left:var(--callout-x);top:var(--callout-y);color:var(--color-ink)}.custom-quote-callout__card{position:absolute;z-index:2;display:inline-grid;grid-template-columns:auto minmax(0,1fr);gap:.55rem;align-items:center;min-width:190px;border:1px solid rgba(7,95,211,.16);border-radius:var(--radius-md);background:#ffffffe6;padding:.75rem .85rem;font-size:var(--font-size-xs);font-weight:850;line-height:1.2;box-shadow:0 12px 28px #071f4924}.custom-quote-callout__card .icon{color:var(--color-primary)}.custom-quote-callout__line{position:absolute;z-index:1;display:block;width:1px;height:var(--callout-line, 70px);background:#ffffffdb;transform:rotate(var(--callout-angle, 0deg));transform-origin:bottom center}.custom-quote-callout__dot{position:absolute;z-index:3;display:block;width:14px;height:14px;border:3px solid rgba(255,255,255,.9);border-radius:999px;background:#62b8ff;box-shadow:0 0 18px #075fd3ad;transform:translate(-50%,-50%)}.custom-quote-callout--macro{--callout-x: 11.5%;--callout-y: 47%;--callout-line: 82px}.custom-quote-callout--macro .custom-quote-callout__card{left:-34px;top:-112px}.custom-quote-callout--macro .custom-quote-callout__line{left:0;bottom:5px}.custom-quote-callout--switch{--callout-x: 55.5%;--callout-y: 45%;--callout-line: 98px}.custom-quote-callout--switch .custom-quote-callout__card{left:-16px;top:-112px}.custom-quote-callout--switch .custom-quote-callout__line{left:0;bottom:5px}.custom-quote-callout--rgb{--callout-x: 55%;--callout-y: 68%;--callout-line: 16px}.custom-quote-callout--rgb .custom-quote-callout__card{left:-170px;top:18px}.custom-quote-callout--rgb .custom-quote-callout__line{left:0;top:5px;transform-origin:top center}.custom-quote-callout--layout{--callout-x: 78.5%;--callout-y: 53.5%;--callout-line: 44px}.custom-quote-callout--layout .custom-quote-callout__card{left:-42px;top:44px}.custom-quote-callout--layout .custom-quote-callout__line{left:0;top:5px;transform-origin:top center}.custom-quote-feature-strip{grid-area:features;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));overflow:hidden;border:1px solid rgba(7,95,211,.12);border-radius:var(--radius-md);background:#ffffffeb;box-shadow:var(--shadow-card)}.custom-quote-feature{display:grid;grid-template-columns:42px minmax(0,1fr);gap:.75rem;min-width:0;align-items:start;padding:1rem}.custom-quote-feature+.custom-quote-feature{border-left:1px solid var(--color-line)}.custom-quote-feature__icon{width:42px;height:42px;color:var(--color-primary)}.custom-quote-feature p{margin-top:.25rem;color:var(--color-ink-soft);font-size:var(--font-size-xs);line-height:1.38}.custom-quote-card--icon{display:grid;grid-template-columns:44px minmax(0,1fr);gap:.75rem;align-items:start;padding:.95rem}.custom-quote-card__icon{width:44px;height:44px;border-radius:var(--radius-md);background:var(--color-surface-blue);color:var(--color-primary)}.custom-quote-card h3{color:var(--color-ink);font-size:var(--font-size-md);line-height:1.2;overflow-wrap:anywhere}.custom-quote-card p{margin-top:.25rem;color:var(--color-ink-soft);font-size:var(--font-size-sm);line-height:1.42;overflow-wrap:anywhere}.custom-quote-firmware{display:grid;border-block:1px solid rgba(49,130,206,.28);background:radial-gradient(circle at 12% 16%,rgba(0,151,173,.22),transparent 24rem),radial-gradient(circle at 88% 18%,rgba(7,95,211,.28),transparent 26rem),linear-gradient(135deg,#031020,#061f43 48%,#031020);padding:clamp(2.25rem,6vw,4.5rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem));color:#fff}.custom-quote-firmware:before{background:linear-gradient(90deg,rgba(63,167,255,.14) 1px,transparent 1px),linear-gradient(0deg,rgba(63,167,255,.1) 1px,transparent 1px);background-size:96px 96px;mask-image:linear-gradient(90deg,rgba(0,0,0,.65),transparent 42%,transparent 58%,rgba(0,0,0,.65))}.custom-quote-firmware:after{background:radial-gradient(circle,rgba(0,151,173,.72) 0 2px,transparent 2.5px) 2rem 1rem / 9rem 7rem,linear-gradient(135deg,transparent 0 46%,rgba(63,167,255,.18) 47% 48%,transparent 49% 100%);opacity:.75}.custom-quote-firmware__inner{display:grid;gap:1.35rem}.custom-quote-firmware__hero{display:grid;grid-template-columns:minmax(0,.95fr) minmax(380px,1.05fr);gap:clamp(1.5rem,4vw,3rem);align-items:center}.custom-quote-firmware__copy{display:grid;gap:.9rem;max-width:58ch}.custom-quote-firmware .title{color:#fff;line-height:1.08}.custom-quote-firmware__copy p:not(.custom-quote-firmware__eyebrow){color:#ebf7ffe6;line-height:1.58}.custom-quote-firmware__media{min-width:0;margin:0;overflow:hidden;border:1px solid rgba(172,214,255,.32);border-radius:var(--radius-md);background:#051225b8;box-shadow:0 24px 60px #00000047;aspect-ratio:16 / 10}.custom-quote-firmware__media img{width:100%;height:100%;object-fit:cover;object-position:center top}.custom-quote-card--firmware{display:grid;align-content:start;justify-items:start;gap:.65rem;min-height:190px;border-color:#acd6ff3d;background:linear-gradient(180deg,#102a4eeb,#071831e6);padding:1.35rem;color:#fff;box-shadow:none}.custom-quote-card--firmware .custom-quote-card__icon{width:54px;height:54px;border-radius:999px;background:#075fd357;color:#22d3ee}.custom-quote-card--firmware h3{color:#fff;font-size:var(--font-size-md)}.custom-quote-card--firmware p{margin-top:0;color:#ebf7ffdb;font-size:var(--font-size-sm);line-height:1.5}.custom-quote-pill-list{display:flex;flex-wrap:wrap;gap:.7rem;justify-content:space-between;margin:0;padding:0;list-style:none}.custom-quote-pill-list li{display:inline-flex;align-items:center;justify-content:center;gap:.45rem;flex:1 1 160px;min-height:44px;border:1px solid rgba(172,214,255,.32);border-radius:999px;background:#081e3eb8;color:#f4fafff2;padding:.45rem .85rem;font-size:var(--font-size-xs);font-weight:780;line-height:1.1}.custom-quote-materials{display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,3.2fr);grid-template-areas:"intro cards" "note note";gap:clamp(1.25rem,3vw,2rem);align-items:start;padding:clamp(2rem,5vw,3.5rem) max(2rem,calc((100vw - 1760px)/2 + 2rem)) clamp(1.25rem,4vw,2rem)}.custom-quote-materials__intro{grid-area:intro;display:grid;gap:1.25rem;padding-top:clamp(1.25rem,3vw,2rem)}.custom-quote-materials__intro .title{line-height:1.12}.custom-quote-materials__intro p{color:var(--color-ink-soft);line-height:1.6}.custom-quote-materials__grid{grid-area:cards}.custom-quote-material-card{display:grid;grid-template-rows:auto 210px auto 1fr;gap:1rem;padding:clamp(1rem,2vw,1.25rem)}.custom-quote-material-card__header{display:grid;gap:.25rem}.custom-quote-material-card h3{color:var(--color-ink);font-size:var(--font-size-heading-sm);line-height:1.1}.custom-quote-material-card__header p{color:var(--color-primary);font-size:var(--font-size-md);font-weight:850;line-height:1.25}.custom-quote-material-card>img{align-self:center;width:100%;height:100%;object-fit:contain}.custom-quote-material-card>p{color:var(--color-ink-soft);font-size:var(--font-size-sm);line-height:1.55}.custom-quote-material-tags,.custom-quote-material-list{margin:0;padding:0;list-style:none}.custom-quote-material-tags{display:flex;flex-wrap:wrap;gap:.45rem;align-content:end}.custom-quote-material-tags li{display:inline-flex;align-items:center;min-height:34px;border:1px solid rgba(7,95,211,.28);border-radius:var(--radius-sm);background:#fff;color:var(--color-primary);padding:.35rem .55rem;font-size:var(--font-size-2xs);font-weight:850;line-height:1.15}.custom-quote-material-list{display:grid;gap:.55rem;align-content:end}.custom-quote-material-list li{display:grid;grid-template-columns:76px minmax(0,1fr);gap:.8rem;align-items:center;min-height:42px;border-radius:var(--radius-sm);background:linear-gradient(90deg,#f5f9fcf2,#fff6);color:var(--color-ink);padding-right:.75rem;font-size:var(--font-size-sm);font-weight:760;line-height:1.25}.custom-quote-material-badge{display:inline-grid;min-height:42px;place-items:center;border-radius:var(--radius-sm);color:#fff;padding-inline:.5rem;font-weight:900}.custom-quote-material-badge--teal{background:linear-gradient(135deg,#00a4bd,#00899e)}.custom-quote-material-badge--lime{background:linear-gradient(135deg,#b6ca00,#8faa00)}.custom-quote-material-badge--red{background:linear-gradient(135deg,#f04438,#c92d28)}.custom-quote-material-badge--dark{background:linear-gradient(135deg,#20242a,#05070a)}.custom-quote-materials__note{grid-area:note;color:var(--color-ink);font-size:var(--font-size-md);line-height:1.4;text-align:center}.custom-quote-finishing{background:#031020;color:#fff}.custom-quote-finishing:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#031020f0,#031020db 27%,#03102057 62%,#03102094),linear-gradient(180deg,#03102033,#031020c7);content:""}.custom-quote-finishing__content{display:grid;gap:clamp(1.5rem,4vw,2.5rem);min-height:clamp(420px,31vw,560px);align-content:end;padding:clamp(2rem,5vw,4rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem)) clamp(1.5rem,4vw,2.25rem)}.custom-quote-finishing__copy{display:grid;gap:.75rem;max-width:52ch}.custom-quote-finishing .title{color:#fff;line-height:1.08}.custom-quote-finishing__copy p:not(.custom-quote-finishing__eyebrow){color:#f4faffe6;line-height:1.55}.custom-quote-finishing-card{display:grid;grid-template-columns:44px minmax(0,1fr);gap:.75rem;min-width:0;align-items:start;border:1px solid rgba(172,214,255,.2);border-radius:var(--radius-md);background:#081e3ebd;padding:1rem}.custom-quote-finishing-card .custom-quote-card__icon{width:44px;height:44px;border-radius:999px;background:#075fd357;color:#22d3ee}.custom-quote-finishing-card p{margin-top:.25rem;color:#ebf7ffd6;font-size:var(--font-size-xs);line-height:1.42}.custom-quote-directions{padding-top:clamp(1.5rem,4vw,2rem)}.custom-quote-directions .section__header{margin-bottom:1rem}.custom-quote-directions .title{line-height:1.15}.custom-quote-directions .subtitle{max-width:none;margin-top:.25rem;font-size:var(--font-size-md)}.custom-quote-direction-card{display:grid;grid-template-rows:auto 1fr;overflow:hidden}.custom-quote-direction-card>img{width:100%;height:clamp(210px,18vw,260px);background:var(--color-surface-alt);object-fit:cover}.custom-quote-direction-card__body{display:grid;gap:.55rem;align-content:start;padding:.9rem}.custom-quote-direction-card p{color:var(--color-ink-soft);font-size:var(--font-size-sm);line-height:1.42}.custom-quote-tag-list{display:flex;flex-wrap:wrap;gap:.45rem .7rem;margin:.1rem 0 0;padding:0;color:var(--color-ink-soft);font-size:var(--font-size-2xs);font-weight:720;list-style:none}.custom-quote-tag-list li{display:inline-flex;align-items:center;gap:.25rem;min-width:0}.custom-quote-tag-list .icon{color:var(--color-primary)}.custom-quote-direction-card__button{min-height:40px;margin-top:.25rem;padding-block:.62rem;font-size:var(--font-size-sm)}.custom-quote-panel{display:grid;gap:.65rem;padding:clamp(1rem,2.5vw,1.35rem)}.custom-quote-panel h2{color:var(--color-ink);font-size:var(--font-size-xl);line-height:1.2}.custom-quote-panel>p{color:var(--color-ink-soft);font-size:var(--font-size-sm)}.custom-quote-list{display:grid;gap:.5rem;margin:.15rem 0 0;padding:0;color:var(--color-ink-soft);font-size:var(--font-size-sm);list-style:none}.custom-quote-list li{display:flex;align-items:flex-start;gap:.5rem;min-width:0}.custom-quote-list .icon{color:var(--color-primary);transform:translateY(.08rem)}.custom-quote-list--checks .icon{color:var(--color-primary)}.custom-quote-cta{display:grid;min-height:270px;align-items:center;border-radius:0;background:#05285d;color:#fff}.custom-quote-cta:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#05285df5,#05285dd1 42%,#05285d47)}.custom-quote-cta__content{display:grid;max-width:680px;gap:.55rem;padding:clamp(1.35rem,4vw,2.25rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.custom-quote-cta h2{color:#fff;line-height:1.08}.custom-quote-cta__lead{color:#61c3ff;font-size:var(--font-size-2xl);font-weight:850;line-height:1.1}.custom-quote-cta p{color:#ffffffdb}.custom-quote-cta__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center;margin-top:.45rem}.custom-quote-cta__secondary{border-color:#ffffff94;background:#ffffff14;color:#fff}.custom-quote-cta__secondary:hover{border-color:#fff;background:#fff;color:var(--color-primary)}.custom-quote-cta__note{display:flex;align-items:center;gap:.45rem;margin-top:.25rem;font-size:var(--font-size-sm)}.custom-quote-cta__note .icon{color:#61c3ff}.custom-quote-detail--sinewright{gap:clamp(1rem,2.5vw,1.6rem)}.custom-quote-detail--sinewright h2,.custom-quote-detail--sinewright h3,.custom-quote-detail--sinewright p{margin:0}.sinewright-showcase,.sinewright-layout-band,.sinewright-connectivity,.sinewright-quote-band{border:1px solid rgba(172,214,255,.24);border-inline:0;border-radius:0;background:linear-gradient(135deg,#020b18fa,#031737fa 56%,#020b18fa),linear-gradient(90deg,#0097ad38,#075fd32e);color:#fff}.sinewright-showcase:before,.sinewright-layout-band:before,.sinewright-connectivity:before,.sinewright-quote-band:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,rgba(34,211,238,.12) 1px,transparent 1px),linear-gradient(60deg,rgba(34,211,238,.08) 1px,transparent 1px);background-size:86px 50px;content:"";opacity:.52}.sinewright-showcase{display:grid;grid-template-columns:minmax(0,.54fr) minmax(320px,.46fr);grid-template-areas:"copy visual" "cards cards";gap:clamp(1rem,3vw,2rem);align-items:center;align-content:space-between;min-height:clamp(460px,37vw,600px);background:linear-gradient(90deg,#020b1847,#020b1814 42%,#020b1800),url(/assets/img/product-shots/electronics/sinewright/sinewright-showcase-bg.webp) center / cover no-repeat,#020b18;padding:clamp(1.35rem,4vw,2.35rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.sinewright-showcase__copy{grid-area:copy;display:grid;gap:.65rem;max-width:54ch}.sinewright-showcase h2{color:#fff;line-height:1.08}.sinewright-showcase__copy p{color:#f4faffe6;line-height:1.48}.sinewright-showcase__cards{grid-area:cards}.sinewright-dark-card{display:grid;gap:.5rem;min-width:0;min-height:150px;align-content:start;border:1px solid rgba(172,214,255,.22);border-radius:var(--radius-md);background:#071831bd;padding:1rem}.sinewright-dark-card__icon{width:48px;height:48px;color:#22d3ee}.sinewright-dark-card p{color:#ebf7ffdb;font-size:var(--font-size-xs);line-height:1.42}.sinewright-stats{display:grid;grid-template-columns:minmax(260px,.78fr) minmax(0,1.22fr);gap:1rem;align-items:stretch}.sinewright-stats__copy{display:grid;gap:.65rem;align-content:center;padding:clamp(.8rem,2vw,1rem)}.sinewright-stats__copy h2,.sinewright-expression>h2,.sinewright-editor__copy h2{color:var(--color-ink);line-height:1.1}.sinewright-stats__copy p,.sinewright-editor__copy>p{color:var(--color-ink-soft);font-size:var(--font-size-sm);line-height:1.52}.sinewright-stat-card{display:grid;gap:.45rem;min-height:140px;place-items:center;padding:1rem;text-align:center}.sinewright-stat-card__icon,.sinewright-feature-card__icon{width:52px;height:52px;color:var(--color-primary)}.sinewright-stat-card strong{color:var(--color-primary);font-size:var(--font-size-heading-lg);line-height:1}.sinewright-stat-card span:last-child{color:var(--color-ink);font-size:var(--font-size-xs);font-weight:850;line-height:1.2}.sinewright-layout-band{display:grid;grid-template-columns:minmax(260px,.62fr) minmax(0,1fr);gap:clamp(1rem,3vw,2rem);align-items:center;padding:clamp(1rem,3vw,1.55rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.sinewright-layout-band__copy{display:grid;gap:.45rem}.sinewright-layout-band h2{color:#fff;line-height:1.08}.sinewright-layout-band p{color:#f4faffe0;font-size:var(--font-size-sm);line-height:1.42}.sinewright-layout-demo{display:grid;grid-template-columns:minmax(0,1fr) auto minmax(0,1fr);gap:clamp(.85rem,2vw,1.5rem);align-items:center;justify-items:center;min-width:0;border:1px solid rgba(172,214,255,.22);border-radius:var(--radius-md);background:#0512259e;padding:clamp(.8rem,2vw,1rem)}.sinewright-layout-demo__arrow{color:#fff}.sinewright-hex-map{display:grid;width:min(100%,220px);grid-template-columns:repeat(8,minmax(0,1fr));gap:.22rem}.sinewright-hex-map__cell{aspect-ratio:1;border:1px solid rgba(7,95,211,.76);background:#071831a3;clip-path:polygon(25% 4%,75% 4%,100% 50%,75% 96%,25% 96%,0 50%)}.sinewright-hex-map__cell--blue{border-color:#61c3fff2;background:linear-gradient(135deg,#22d3ee,#075fd3);box-shadow:0 0 18px #22d3ee6b}.sinewright-hex-map__cell--magenta{border-color:#ff5fd6f2;background:linear-gradient(135deg,#ff5fd6,#7c3aed);box-shadow:0 0 18px #ff5fd66b}.sinewright-expression{display:grid;gap:1rem;padding-inline:clamp(.3rem,1vw,.8rem)}.sinewright-feature-card{display:grid;gap:.4rem;min-height:150px;justify-items:center;align-content:start;padding:1rem;text-align:center}.sinewright-feature-card h3,.sinewright-hardware-card h3{color:var(--color-ink);font-size:var(--font-size-sm);line-height:1.2}.sinewright-feature-card p,.sinewright-hardware-card p{color:var(--color-ink-soft);font-size:var(--font-size-xs);line-height:1.38}.sinewright-hardware-card{display:grid;grid-template-columns:64px minmax(0,1fr);gap:.8rem;align-items:center;padding:1rem}.sinewright-connectivity{display:grid;gap:.85rem;padding:clamp(1rem,3vw,1.55rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.sinewright-connectivity h2{color:#fff;line-height:1.1}.sinewright-connectivity-card{display:grid;gap:.5rem;min-height:112px;align-content:center;justify-items:center;border:1px solid rgba(172,214,255,.18);border-radius:var(--radius-md);background:#071831b8;color:#fff;padding:.85rem;text-align:center}.sinewright-connectivity-card span{color:#ebf7ffeb}.sinewright-editor{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(1rem,3vw,2rem);align-items:center;padding-inline:clamp(.3rem,1vw,.8rem)}.sinewright-editor__copy{display:grid;gap:.75rem}.sinewright-editor__media{min-width:0;margin:0;overflow:hidden;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-card);aspect-ratio:16 / 10}.sinewright-editor__media img{width:100%;height:100%;object-fit:cover}.sinewright-quote-band{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(260px,auto);gap:1rem;align-items:center;padding:clamp(1rem,3vw,1.55rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.sinewright-quote-band__icon{width:70px;height:70px;border:1px solid rgba(34,211,238,.42);border-radius:var(--radius-md);color:#22d3ee;box-shadow:0 0 24px #22d3ee33}.sinewright-quote-band h2{color:#fff;line-height:1.1}.sinewright-quote-band p{max-width:74ch;color:#f4faffe0;font-size:var(--font-size-sm);line-height:1.42}.sinewright-quote-band__actions{display:grid;gap:.65rem;justify-items:stretch}.sinewright-quote-band__link{display:inline-flex;align-items:center;justify-content:center;min-height:38px;color:#f4faffe6;font-size:var(--font-size-sm);font-weight:850}.sinewright-quote-band__link:hover{color:#22d3ee}@media(max-width:1023px){.sinewright-showcase,.sinewright-layout-band,.sinewright-stats,.sinewright-editor,.sinewright-quote-band{grid-template-columns:minmax(0,1fr)}.sinewright-showcase{grid-template-areas:"copy" "cards"}.sinewright-showcase__cards,.sinewright-stat-grid,.sinewright-expression__grid,.sinewright-connectivity__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sinewright-layout-demo{justify-self:stretch}.sinewright-quote-band__actions{justify-items:start}}@media(max-width:767px){.sinewright-showcase,.sinewright-layout-band,.sinewright-connectivity,.sinewright-quote-band{padding:1rem}.sinewright-showcase__cards,.sinewright-expression__grid,.sinewright-hardware-grid,.sinewright-connectivity__grid{grid-template-columns:minmax(0,1fr)}.sinewright-stat-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.sinewright-stat-card{min-height:126px;padding:.8rem}.sinewright-layout-demo{grid-template-columns:minmax(0,1fr)}.sinewright-layout-demo__arrow{transform:rotate(90deg)}.sinewright-hardware-card{grid-template-columns:54px minmax(0,1fr)}.sinewright-editor{gap:1rem;padding-inline:0}.sinewright-quote-band__icon{width:58px;height:58px}.sinewright-quote-band__actions{justify-items:stretch}}.c64-book-detail{display:grid;gap:1rem;margin-top:clamp(1.5rem,4vw,2.25rem)}.c64-book-detail h2,.c64-book-detail h3,.c64-book-detail p{margin:0}.c64-book-hero{display:grid;min-height:clamp(300px,28vw,390px);grid-template-columns:minmax(300px,.92fr) minmax(0,1.08fr);gap:clamp(1rem,3vw,2.4rem);align-items:center;border-block:1px solid rgba(109,179,255,.25);background:linear-gradient(90deg,#02081538,#0208151a 45%,#0208150f),url(/assets/img/product-shots/books/retro-grid.webp) center bottom / cover no-repeat,#020815;color:#fff;padding:clamp(1.45rem,4vw,2.35rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.c64-book-hero:before{position:absolute;inset:0;z-index:-2;background:radial-gradient(circle at 70% 44%,rgba(7,95,211,.34),transparent 35%),linear-gradient(90deg,#020815e0,#02081561 52%,#02081538);content:"";opacity:.78}.c64-book-hero__copy{display:grid;gap:.85rem;max-width:50ch}.c64-book-hero h2{color:#fff;line-height:1.02}.c64-book-hero h2:after{display:block;width:58px;height:3px;margin-top:.65rem;border-radius:999px;background:#1379ff;content:""}.c64-book-hero h2 span{display:block}.c64-book-hero__copy>p,.c64-book-access__copy>p{color:#f4faffe6;line-height:1.48}.c64-book-check-list{display:grid;gap:.45rem;margin:0;padding:0;color:#f4faffeb;font-size:var(--font-size-sm);list-style:none}.c64-book-check-list li{display:flex;align-items:center;gap:.5rem;min-width:0}.c64-book-check-list .icon{flex:0 0 auto;color:#45b5ff}.c64-book-check-list--compact{gap:.4rem}.c64-book-hero__visual{position:relative;min-height:clamp(220px,20vw,285px)}.c64-book-code-card,.c64-book-chart{position:absolute;border:1px solid rgba(172,214,255,.62);border-radius:var(--radius-sm);background:#030c1db8;box-shadow:0 18px 44px #00000047}.c64-book-code-card{left:8%;top:2%;width:min(36%,250px);padding:1rem}.c64-book-code-card pre{margin:0;color:#22d3ee;font-size:var(--font-size-sm);font-weight:750;line-height:1.35;white-space:pre-wrap}.c64-book-sprite{position:absolute;left:3%;bottom:11%;display:grid;grid-template-columns:repeat(8,8px);grid-auto-rows:8px;gap:2px;filter:drop-shadow(0 0 14px rgba(244,250,255,.42))}.c64-book-sprite span:nth-child(4),.c64-book-sprite span:nth-child(5),.c64-book-sprite span:nth-child(10),.c64-book-sprite span:nth-child(11),.c64-book-sprite span:nth-child(12),.c64-book-sprite span:nth-child(13),.c64-book-sprite span:nth-child(18),.c64-book-sprite span:nth-child(19),.c64-book-sprite span:nth-child(20),.c64-book-sprite span:nth-child(21),.c64-book-sprite span:nth-child(26),.c64-book-sprite span:nth-child(27),.c64-book-sprite span:nth-child(28),.c64-book-sprite span:nth-child(29),.c64-book-sprite span:nth-child(30),.c64-book-sprite span:nth-child(33),.c64-book-sprite span:nth-child(36),.c64-book-sprite span:nth-child(37),.c64-book-sprite span:nth-child(40),.c64-book-sprite span:nth-child(44),.c64-book-sprite span:nth-child(45),.c64-book-sprite span:nth-child(51),.c64-book-sprite span:nth-child(54),.c64-book-sprite span:nth-child(58),.c64-book-sprite span:nth-child(59),.c64-book-sprite span:nth-child(62),.c64-book-sprite span:nth-child(63){background:#eef8ff}.c64-book-sprite span:nth-child(10),.c64-book-sprite span:nth-child(13),.c64-book-sprite span:nth-child(18),.c64-book-sprite span:nth-child(21),.c64-book-sprite span:nth-child(33),.c64-book-sprite span:nth-child(40),.c64-book-sprite span:nth-child(51),.c64-book-sprite span:nth-child(54){background:#bddfff}.c64-book-chart{right:1%;top:16%;width:min(51%,350px);aspect-ratio:1.3 / 1;overflow:hidden;border-color:#acd6ffb8;background:radial-gradient(circle,rgba(244,250,255,.72) 1.3px,transparent 1.5px),#030c1db3;background-size:17px 17px;box-shadow:inset 0 0 0 1px #ffffff0a,0 18px 44px #00000047;padding:.95rem 1rem .55rem}.c64-book-chart svg{width:100%;height:100%;overflow:visible}.c64-book-chart__bars rect{fill:#7c3aed}.c64-book-chart__bars rect:nth-child(2n){fill:#075fd3}.c64-book-chart__line{fill:none;stroke:#9be61a;stroke-linecap:round;stroke-linejoin:round;stroke-width:4}.c64-book-panel{border:1px solid var(--color-line);border-radius:var(--radius-md);background:linear-gradient(180deg,#fffffff5,#f4fafffa),var(--color-surface);box-shadow:var(--shadow-soft)}.c64-book-learn,.c64-book-audience{display:grid;gap:1.15rem;padding:clamp(1rem,2.5vw,1.35rem)}.c64-book-section-title{display:flex;align-items:center;justify-content:center;gap:1.25rem;color:var(--color-primary-dark);line-height:1.1;text-align:center}.c64-book-section-title:before,.c64-book-section-title:after{width:56px;height:3px;border-radius:999px;background:#1379ff;content:""}.c64-book-zero{display:grid;gap:clamp(1rem,2.4vw,1.55rem);padding-top:clamp(.4rem,1.5vw,.85rem)}.c64-book-zero__intro{display:grid;gap:.8rem;justify-items:center;max-width:84ch;margin-inline:auto;padding-inline:.5rem;text-align:center}.c64-book-zero__intro p{color:var(--color-ink-soft);line-height:1.55}.c64-book-zero__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:clamp(.9rem,2vw,1.35rem)}.c64-book-zero-card{display:grid;gap:.85rem;align-content:start;justify-items:center;min-width:0;min-height:290px;padding:clamp(1.25rem,2.6vw,1.85rem) clamp(1rem,2vw,1.4rem);border:1px solid var(--color-line);border-radius:var(--radius-md);background:linear-gradient(180deg,#fffffffa,#f7fcfffa),var(--color-surface);box-shadow:var(--shadow-soft);text-align:center}.c64-book-zero-card__icon{width:84px;height:84px;color:var(--color-primary)}.c64-book-zero-card h3{max-width:13em;color:var(--color-ink);font-size:var(--font-size-lg);line-height:1.25}.c64-book-zero-card p{color:var(--color-ink-soft);line-height:1.55}.c64-book-zero-cta{display:grid;grid-template-columns:96px minmax(0,1fr) minmax(280px,.62fr);gap:clamp(1rem,2.6vw,2rem);align-items:center;min-width:0;padding:clamp(1rem,2.5vw,1.6rem);border:1px solid var(--color-line);border-radius:var(--radius-md);background:linear-gradient(135deg,#f4fafffa,#fffffff5),var(--color-surface);box-shadow:var(--shadow-soft)}.c64-book-zero-cta__icon{justify-self:center;width:78px;height:78px;border-radius:50%;background:radial-gradient(circle at 34% 24%,#ffffffeb,#dbeeffb8),#dbeeffe0;color:var(--color-primary)}.c64-book-zero-cta__copy{display:grid;gap:.45rem}.c64-book-zero-cta__copy h3{color:var(--color-ink);font-size:var(--font-size-heading-sm);line-height:1.18}.c64-book-zero-cta__copy p{color:var(--color-ink-soft);line-height:1.55}.c64-book-zero-cta__action{display:grid;align-items:center;min-height:118px;padding-left:clamp(1rem,2.6vw,2rem);border-left:1px solid var(--color-line)}.c64-book-zero-cta__action .button{width:100%;min-height:56px}.c64-book-mini-card{display:grid;grid-template-columns:62px minmax(0,1fr);gap:.8rem;align-items:center;min-width:0;padding:.45rem}.c64-book-mini-card+.c64-book-mini-card{border-left:1px solid var(--color-line)}.c64-book-mini-card__icon,.c64-book-audience-card__icon{color:var(--color-primary)}.c64-book-mini-card p,.c64-book-audience-card p{color:var(--color-ink-soft);font-size:var(--font-size-sm);line-height:1.38}.c64-book-access{position:relative;display:grid;align-items:center;min-height:clamp(300px,29vw,380px);overflow:hidden;border:1px solid rgba(109,179,255,.35);border-radius:var(--radius-md);background:linear-gradient(90deg,#020815eb,#020815b8 34%,#0208151f 72%),url(/assets/img/product-shots/books/new-chapters.webp) center / cover no-repeat,#020815;color:#fff;padding:clamp(1.25rem,3vw,2rem);isolation:isolate}.c64-book-access:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(180deg,#ffffff0a,#00000014);content:"";opacity:.72}.c64-book-access__copy{display:grid;gap:.8rem;max-width:48ch}.c64-book-access h2{color:#fff;line-height:1.02}.c64-book-access h2 span{display:block}.c64-book-access__button{justify-self:start;min-width:min(100%,330px);margin-top:.2rem}.c64-book-foundations{border-block:1px solid rgba(36,132,255,.42);background:radial-gradient(circle at 50% 0%,rgba(25,99,210,.3),transparent 32%),linear-gradient(180deg,#020917f5,#020815fa),#020815;color:#fff}.c64-book-foundations:before{background:linear-gradient(90deg,rgba(19,121,255,.12) 1px,transparent 1px),linear-gradient(0deg,rgba(19,121,255,.1) 1px,transparent 1px);background-position:center bottom;background-size:94px 94px;mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.42) 54%,rgba(0,0,0,.82) 100%)}.c64-book-foundations:after{background:linear-gradient(135deg,transparent 0 12%,rgba(19,121,255,.2) 12.2% 12.5%,transparent 12.7% 100%),linear-gradient(45deg,transparent 0 18%,rgba(19,121,255,.18) 18.2% 18.5%,transparent 18.7% 100%),radial-gradient(circle,rgba(19,121,255,.32) 1px,transparent 1.5px);background-size:260px 260px,320px 320px,48px 48px;opacity:.35}.c64-book-foundations__inner{display:grid;gap:clamp(1rem,2.4vw,1.7rem);max-width:var(--max-width);margin-inline:auto;padding:clamp(2rem,5vw,3.4rem) 1rem}.c64-book-foundations__header{display:grid;gap:.75rem;justify-items:center;text-align:center}.c64-book-dark-title{display:flex;align-items:center;justify-content:center;gap:1.25rem;color:#fff;line-height:1.05;text-align:center;text-shadow:0 2px 16px rgba(0,0,0,.42)}.c64-book-dark-title:before,.c64-book-dark-title:after{width:clamp(48px,7vw,76px);height:4px;border-radius:999px;background:#1379ff;box-shadow:0 0 18px #1379ffbf;content:""}.c64-book-foundations__header p{max-width:72ch;color:#acd8ff;font-size:var(--font-size-md);line-height:1.45}.c64-book-foundations__main{display:grid;grid-template-columns:minmax(280px,.78fr) minmax(0,1.22fr);gap:clamp(1.25rem,4vw,2.8rem);align-items:center}.c64-book-foundations__copy{display:grid;gap:clamp(1rem,2.5vw,1.65rem)}.c64-book-foundations__copy p{color:#f4fafff0;line-height:1.62}.c64-book-foundations-diagram{display:grid;gap:0;min-width:0;padding:clamp(1rem,2vw,1.35rem);border:1px solid rgba(143,199,255,.42);border-radius:var(--radius-md);background:linear-gradient(180deg,#030f22db,#020a18bd),#030c1dcc;box-shadow:inset 0 0 0 1px #ffffff09,0 18px 48px #00000042}.c64-book-foundations-diagram__row{position:relative;display:grid;grid-template-columns:minmax(120px,.55fr) minmax(0,1fr);gap:clamp(.8rem,2vw,1.25rem);align-items:center;min-width:0;padding:.9rem 0}.c64-book-foundations-diagram__row+.c64-book-foundations-diagram__row{border-top:1px dashed rgba(34,211,238,.58)}.c64-book-foundations-diagram__row h3{color:#22d3ee;font-size:var(--font-size-lg);line-height:1.2}.c64-book-foundations-diagram__row p{margin-top:.35rem;color:#e1f1ffdb;font-size:var(--font-size-sm);line-height:1.35}.c64-book-foundations-diagram__row--stack{grid-template-columns:minmax(120px,.45fr) minmax(220px,.9fr) minmax(130px,.62fr);padding-top:0}.c64-book-stack{display:grid;gap:.38rem;min-width:0}.c64-book-stack span{display:grid;place-items:center;min-height:30px;padding:.22rem .6rem;border:1px solid #22a8ff;border-radius:5px;color:#fffffff5;font-size:var(--font-size-sm);font-weight:800;line-height:1.1;text-align:center}.c64-book-layer-illustration,.c64-book-system-illustration{width:100%;height:auto;overflow:visible}.c64-book-layer-illustration path,.c64-book-system-illustration path{fill:#02234e7a;stroke:#149cff;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;filter:drop-shadow(0 0 8px rgba(20,156,255,.42))}.c64-book-system-illustration{align-self:end;grid-column:2 / -1;max-width:520px}.c64-book-system-illustration g path{fill:none;stroke:#22d3ee;stroke-linecap:round;stroke-width:2}.c64-book-foundations-diagram__row--system>div{align-self:start}.c64-book-essential-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.7rem}.c64-book-essential-grid span{display:grid;gap:.35rem;place-items:center;min-width:0;min-height:88px;padding:.55rem;border:1px solid rgba(34,168,255,.72);border-radius:var(--radius-sm);color:#fffffff0;font-size:var(--font-size-xs);font-weight:800;text-align:center}.c64-book-essential-grid .icon{color:#22d3ee}.c64-book-foundation-card{display:grid;grid-template-columns:72px minmax(0,1fr);gap:.9rem;align-items:center;min-width:0;padding:clamp(.95rem,2vw,1.25rem);border:1px solid rgba(143,199,255,.34);border-radius:var(--radius-md);background:#081c3aad;box-shadow:inset 0 0 0 1px #ffffff06}.c64-book-foundation-card__icon{width:62px;height:62px;color:#2e8bff}.c64-book-foundation-card h3{color:#fff;font-size:var(--font-size-lg);line-height:1.2}.c64-book-foundation-card p{margin-top:.25rem;color:#e1f1ffdb;font-size:var(--font-size-sm);line-height:1.42}.c64-book-foundations__quote{position:relative;margin:0;padding:clamp(1.1rem,2.6vw,1.55rem) clamp(1.4rem,5vw,4.4rem);border:1px solid rgba(34,168,255,.72);border-radius:var(--radius-md);background:#051228ad;box-shadow:inset 0 0 26px #1379ff2e,0 0 24px #1379ff38;text-align:center}.c64-book-foundations__quote:before,.c64-book-foundations__quote:after{position:absolute;top:50%;color:#1379ffcc;font-size:var(--font-size-decorative-quote);font-weight:950;line-height:.7;transform:translateY(-50%)}.c64-book-foundations__quote:before{left:clamp(.75rem,3vw,2.5rem);content:"“"}.c64-book-foundations__quote:after{right:clamp(.75rem,3vw,2.5rem);content:"”"}.c64-book-foundations__quote p{color:#fff;font-size:var(--font-size-xl);font-weight:850;line-height:1.35}.c64-book-foundations__quote cite{display:block;margin-top:.4rem;color:#5eb8ff;font-size:var(--font-size-lg);font-style:normal;line-height:1.35}.c64-book-audience__grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:0}.c64-book-audience-card{display:grid;gap:.45rem;justify-items:center;min-width:0;padding:.8rem 1rem;text-align:center}.c64-book-audience-card+.c64-book-audience-card{border-left:1px solid var(--color-line)}.c64-book-audience-card__icon{width:64px;height:56px}.c64-book-audience-card__mark{color:var(--color-primary);font-size:var(--font-size-2xl);font-weight:950;line-height:1}.c64-book-modern{border-block:1px solid rgba(36,132,255,.4);background:radial-gradient(circle at 38% 20%,rgba(19,121,255,.24),transparent 32%),linear-gradient(180deg,#020917fa,#020815fa),#020815;color:#fff}.c64-book-modern:before{background:linear-gradient(90deg,rgba(19,121,255,.12) 1px,transparent 1px),linear-gradient(0deg,rgba(19,121,255,.1) 1px,transparent 1px);background-position:center bottom;background-size:92px 92px;mask-image:linear-gradient(180deg,transparent 0%,rgba(0,0,0,.24) 46%,rgba(0,0,0,.86) 100%)}.c64-book-modern:after{background:linear-gradient(135deg,transparent 0 10%,rgba(19,121,255,.18) 10.2% 10.45%,transparent 10.7% 100%),linear-gradient(45deg,transparent 0 16%,rgba(19,121,255,.16) 16.2% 16.45%,transparent 16.7% 100%),radial-gradient(circle,rgba(19,121,255,.28) 1px,transparent 1.5px);background-size:320px 320px,380px 380px,58px 58px;opacity:.36}.c64-book-modern__inner{display:grid;gap:clamp(1.1rem,2.4vw,1.7rem);max-width:var(--max-width);margin-inline:auto;padding:clamp(2rem,5vw,3.5rem) 1rem}.c64-book-modern__layout{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(0,1.1fr);gap:clamp(1.25rem,4vw,3.2rem);align-items:center}.c64-book-modern__copy{display:grid;gap:clamp(1rem,2vw,1.35rem);min-width:0}.c64-book-modern__eyebrow{display:flex;align-items:center;gap:.8rem;color:#2e8bff;font-size:var(--font-size-sm);font-weight:900;letter-spacing:.18em;line-height:1.2;text-transform:uppercase}.c64-book-modern__eyebrow .icon{flex:0 0 auto}.c64-book-modern h2{color:#fff;line-height:1.06;text-shadow:0 2px 18px rgba(0,0,0,.42)}.c64-book-modern h2 span{display:block}.c64-book-modern__lead{max-width:62ch;color:#f4faffeb;line-height:1.5}.c64-book-modern__cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:clamp(.8rem,1.6vw,1rem)}.c64-book-modern-card{display:grid;gap:.75rem;align-content:start;justify-items:center;min-width:0;min-height:210px;padding:clamp(1rem,2vw,1.25rem);border:1px solid rgba(34,168,255,.72);border-radius:var(--radius-md);background:linear-gradient(180deg,#072046b3,#04122aa3),#030c1db8;box-shadow:inset 0 0 0 1px #ffffff08,0 0 22px #1379ff24;text-align:center}.c64-book-modern-card__icon{width:64px;height:64px;color:#2e8bff;filter:drop-shadow(0 0 12px rgba(19,121,255,.55))}.c64-book-modern-card h3{color:#fff;font-size:var(--font-size-lg);line-height:1.2}.c64-book-modern-card p{color:#e1f1ffe0;font-size:var(--font-size-sm);line-height:1.45}.c64-book-modern-callout{display:grid;grid-template-columns:86px minmax(0,1fr);gap:1.1rem;align-items:center;min-width:0;padding:clamp(1rem,2vw,1.25rem);border:1px solid rgba(34,168,255,.8);border-radius:var(--radius-md);background:linear-gradient(135deg,#072046d1,#030d1ec7),#030c1db8;box-shadow:inset 0 0 28px #1379ff1f,0 0 26px #1379ff33}.c64-book-modern-callout__icon{width:70px;height:70px;border:1px solid rgba(172,214,255,.62);border-radius:50%;color:#acd8ff}.c64-book-modern-callout p{display:grid;gap:.16rem;color:#fff;font-size:var(--font-size-xl);line-height:1.22}.c64-book-modern-callout span{color:#2e8bff;font-weight:900}.c64-book-modern__visual{position:relative;min-height:clamp(520px,42vw,665px);min-width:0}.c64-book-modern__visual:before{position:absolute;inset:.4rem 0 .2rem;border:1px solid rgba(34,168,255,.32);border-radius:var(--radius-md);background:linear-gradient(90deg,transparent 0 7%,rgba(19,121,255,.3) 7.1% 7.4%,transparent 7.5% 100%),linear-gradient(180deg,transparent 0 12%,rgba(19,121,255,.26) 12.1% 12.4%,transparent 12.5% 100%);clip-path:polygon(9% 0,100% 0,100% 100%,0 100%,0 13%);content:"";opacity:.78}.c64-book-modern__trace{position:absolute;z-index:1;display:block;border-color:#2e8bff;filter:drop-shadow(0 0 9px rgba(19,121,255,.9));pointer-events:none}.c64-book-modern__trace--left{left:1%;top:31%;width:11%;height:17%;border-top:3px solid #2e8bff;border-left:3px solid #2e8bff;border-bottom:3px solid #2e8bff;border-radius:12px 0 0 12px}.c64-book-modern__trace--left:after{position:absolute;right:-12px;top:-8px;width:0;height:0;border-top:8px solid transparent;border-bottom:8px solid transparent;border-left:14px solid #2e8bff;content:""}.c64-book-modern__trace--right{right:10%;top:36%;width:7%;height:22%;border-right:3px solid #2e8bff;border-bottom:3px solid #2e8bff;border-radius:0 0 12px}.c64-book-modern__trace--right:after{position:absolute;right:-8px;bottom:-16px;width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-top:15px solid #2e8bff;content:""}.c64-book-modern__workflow,.c64-book-modern__fundamentals{position:absolute;z-index:3;left:16%;right:22%;display:grid;gap:.12rem;justify-items:center;text-align:center}.c64-book-modern__workflow{top:6%}.c64-book-modern__fundamentals{top:55%;left:18%;right:12%}.c64-book-modern__workflow h3,.c64-book-modern__fundamentals h3{color:#2e8bff;font-size:var(--font-size-lg);font-weight:950;letter-spacing:.08em;line-height:1.1;text-transform:uppercase}.c64-book-modern__workflow p,.c64-book-modern__fundamentals p{color:#f4faffed;line-height:1.25}.c64-book-modern-laptop,.c64-book-modern-c64{position:absolute;z-index:2;margin:0}.c64-book-modern-laptop{left:11%;top:14%;width:62%}.c64-book-modern-laptop img,.c64-book-modern-c64 img{display:block;width:100%;height:auto;filter:drop-shadow(0 0 24px rgba(19,121,255,.22))}.c64-book-modern-laptop figcaption{position:absolute;left:50%;bottom:-1.4rem;display:grid;min-width:118px;padding:.42rem .95rem;border:1px solid rgba(34,168,255,.85);border-radius:var(--radius-sm);background:#072046f2;color:#7fd4ff;font-size:var(--font-size-xl);font-weight:950;letter-spacing:.08em;line-height:1;text-align:center;text-transform:uppercase;transform:translate(-50%);box-shadow:0 0 20px #1379ff61}.c64-book-modern-laptop figcaption span{font-size:var(--font-size-2xs);letter-spacing:.18em}.c64-book-modern-workflow-list{position:absolute;right:0;top:12%;z-index:3;display:grid;gap:.95rem;width:min(29%,230px);margin:0;padding:clamp(.9rem,1.8vw,1.15rem);border:1px solid rgba(34,168,255,.44);border-radius:var(--radius-md);background:#051228c2;list-style:none}.c64-book-modern-workflow-list li{display:grid;grid-template-columns:30px minmax(0,1fr);gap:.6rem;align-items:center;min-width:0;color:#f4faffe6;font-size:var(--font-size-sm)}.c64-book-modern-workflow-list .icon{color:#2e8bff}.c64-book-modern-c64{left:18%;top:65%;width:68%}.c64-book-modern-fundamentals{position:absolute;left:6%;right:2%;bottom:0;z-index:3;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:.55rem;margin:0;padding:.8rem .65rem 0;border-top:1px solid rgba(34,168,255,.34);list-style:none}.c64-book-modern-fundamentals li{display:grid;gap:.35rem;justify-items:center;min-width:0;color:#e1f1ffdb;font-size:var(--font-size-2xs);line-height:1.2;text-align:center}.c64-book-modern-fundamentals .icon{color:#2e8bff}.c64-book-modern__footer{display:grid;grid-template-columns:minmax(0,1fr) minmax(280px,.38fr);gap:clamp(1rem,2.4vw,1.55rem);align-items:center;padding:clamp(.95rem,2vw,1.25rem);border:1px solid rgba(34,168,255,.46);border-radius:var(--radius-md);background:#051228b8;box-shadow:inset 0 0 24px #1379ff1f,0 0 24px #1379ff1f}.c64-book-modern-benefit{display:grid;grid-template-columns:56px minmax(0,1fr);gap:.85rem;align-items:center;min-width:0}.c64-book-modern-benefit+.c64-book-modern-benefit{padding-left:1rem;border-left:1px solid rgba(143,199,255,.34)}.c64-book-modern-benefit>span{color:#2e8bff;filter:drop-shadow(0 0 12px rgba(19,121,255,.48))}.c64-book-modern-benefit h3{color:#f4fafffa;font-size:var(--font-size-md);line-height:1.25}.c64-book-modern-benefit p{margin-top:.18rem;color:#e1f1ffc2;font-size:var(--font-size-sm);line-height:1.35}.c64-book-modern__action{display:grid;gap:.65rem}.c64-book-modern__button{min-height:60px;font-size:var(--font-size-lg);box-shadow:0 0 30px #1379ff6b}.c64-book-modern__action p{display:flex;align-items:center;justify-content:center;gap:.45rem;color:#e1f1ffdb;font-size:var(--font-size-sm)}.c64-book-modern__action .icon{flex:0 0 auto;color:#2e8bff}@media(max-width:1023px){.c64-book-hero,.c64-book-access{grid-template-columns:minmax(0,1fr)}.c64-book-hero__copy,.c64-book-access__copy{max-width:58ch}.c64-book-hero__visual{min-height:260px}.c64-book-zero__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c64-book-zero-card{min-height:250px}.c64-book-zero-cta{grid-template-columns:86px minmax(0,1fr)}.c64-book-zero-cta__action{grid-column:1 / -1;min-height:0;padding-top:1rem;padding-left:0;border-top:1px solid var(--color-line);border-left:0}.c64-book-foundations__main{grid-template-columns:minmax(0,1fr)}.c64-book-foundations__copy{max-width:72ch}.c64-book-foundations__cards{grid-template-columns:repeat(2,minmax(0,1fr))}.c64-book-modern__layout{grid-template-columns:minmax(0,1fr)}.c64-book-modern__copy{max-width:76ch}.c64-book-modern__visual{min-height:650px}.c64-book-modern__footer{grid-template-columns:minmax(0,1fr)}.c64-book-learn__grid{grid-template-columns:repeat(3,minmax(0,1fr))}.c64-book-mini-card{grid-template-columns:minmax(0,1fr);justify-items:center;text-align:center}.c64-book-audience__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c64-book-audience-card:nth-child(odd){border-left:0}.c64-book-audience-card:nth-child(n+3){border-top:1px solid var(--color-line)}}@media(max-width:767px){.c64-book-detail{gap:.75rem}.c64-book-hero{min-height:0;padding:1.1rem}.c64-book-access{min-height:420px;background:linear-gradient(180deg,#020815f5,#020815db 44%,#0208152e),url(/assets/img/product-shots/books/new-chapters.webp) 67% bottom / cover no-repeat,#020815}.c64-book-hero__visual{min-height:285px}.c64-book-code-card{left:0;width:min(54%,220px);padding:.8rem}.c64-book-chart{right:4%;top:42%;width:min(60%,250px)}.c64-book-sprite{left:3%;grid-template-columns:repeat(8,7px);grid-auto-rows:7px;gap:2px}.c64-book-section-title{gap:.75rem}.c64-book-section-title:before,.c64-book-section-title:after{width:36px}.c64-book-zero{gap:1rem;padding-top:.25rem}.c64-book-zero__intro{gap:.7rem;padding-inline:0}.c64-book-zero__grid{grid-template-columns:minmax(0,1fr)}.c64-book-zero-card{min-height:0;padding:1.15rem}.c64-book-zero-card__icon{width:68px;height:68px}.c64-book-zero-cta{grid-template-columns:minmax(0,1fr);justify-items:center;padding:1.1rem;text-align:center}.c64-book-zero-cta__copy{justify-items:center}.c64-book-zero-cta__action{width:100%}.c64-book-foundations__inner{gap:1rem;padding:1.45rem 1rem}.c64-book-dark-title{gap:.7rem}.c64-book-dark-title:before,.c64-book-dark-title:after{width:30px;height:3px}.c64-book-foundations__copy{gap:.85rem}.c64-book-foundations-diagram{padding:.9rem}.c64-book-foundations-diagram__row,.c64-book-foundations-diagram__row--stack{grid-template-columns:minmax(0,1fr)}.c64-book-foundations-diagram__row h3,.c64-book-foundations-diagram__row p{text-align:center}.c64-book-layer-illustration{justify-self:center;max-width:190px}.c64-book-essential-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c64-book-essential-grid span{min-height:80px}.c64-book-essential-grid span:last-child{grid-column:1 / -1}.c64-book-system-illustration{grid-column:auto;max-width:100%}.c64-book-foundations__cards{grid-template-columns:minmax(0,1fr)}.c64-book-foundation-card{grid-template-columns:58px minmax(0,1fr)}.c64-book-foundation-card__icon{width:52px;height:52px}.c64-book-foundations__quote{padding:1rem 1.25rem}.c64-book-foundations__quote:before,.c64-book-foundations__quote:after{display:none}.c64-book-modern__inner{gap:1rem;padding:1.45rem 1rem}.c64-book-modern__layout{gap:1.15rem}.c64-book-modern__eyebrow{gap:.55rem;font-size:var(--font-size-2xs);letter-spacing:.08em}.c64-book-modern__cards{grid-template-columns:minmax(0,1fr)}.c64-book-modern-card{min-height:0;padding:1rem}.c64-book-modern-card__icon{width:56px;height:56px}.c64-book-modern-callout{grid-template-columns:minmax(0,1fr);justify-items:center;gap:.75rem;text-align:center}.c64-book-modern-callout p{font-size:var(--font-size-lg)}.c64-book-modern__visual{display:grid;gap:.95rem;min-height:0;padding:1rem}.c64-book-modern__visual:before{inset:0;border-color:#22a8ff4d;clip-path:none}.c64-book-modern__trace{display:none}.c64-book-modern__workflow,.c64-book-modern__fundamentals,.c64-book-modern-laptop,.c64-book-modern-c64,.c64-book-modern-workflow-list,.c64-book-modern-fundamentals{position:relative;inset:auto;width:100%}.c64-book-modern__workflow,.c64-book-modern__fundamentals{left:auto;right:auto}.c64-book-modern-laptop figcaption{bottom:-.85rem;min-width:100px;padding:.34rem .75rem;font-size:var(--font-size-md)}.c64-book-modern-laptop figcaption span{font-size:var(--font-size-3xs)}.c64-book-modern-workflow-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem;margin-top:.4rem}.c64-book-modern-workflow-list li{grid-template-columns:minmax(0,1fr);justify-items:center;gap:.35rem;text-align:center}.c64-book-modern-fundamentals{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;padding:.8rem 0 0}.c64-book-modern-fundamentals li:last-child{grid-column:1 / -1}.c64-book-modern__footer,.c64-book-modern__benefits{grid-template-columns:minmax(0,1fr)}.c64-book-modern-benefit+.c64-book-modern-benefit{padding-top:1rem;padding-left:0;border-top:1px solid rgba(143,199,255,.34);border-left:0}.c64-book-modern__button{width:100%;min-height:56px;font-size:var(--font-size-md)}.c64-book-learn__grid,.c64-book-audience__grid{grid-template-columns:minmax(0,1fr)}.c64-book-mini-card{padding:.9rem .35rem}.c64-book-mini-card+.c64-book-mini-card,.c64-book-audience-card+.c64-book-audience-card{border-left:0;border-top:1px solid var(--color-line)}.c64-book-access__button{justify-self:stretch}}.c64-detail{gap:clamp(1rem,2.6vw,1.75rem)}.c64-detail h2,.c64-detail h3,.c64-detail p{margin:0}.c64-hero-band,.c64-duo-band,.c64-management,.c64-cta-band{border-block:1px solid rgba(109,179,255,.25);background:linear-gradient(135deg,#010814f5,#031738fa 48%,#000b1bf5),#020b18;color:#fff}.c64-hero-band:before,.c64-duo-band:before,.c64-management:before,.c64-cta-band:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(97,195,255,.15) 1px,transparent 1px),linear-gradient(0deg,rgba(97,195,255,.1) 1px,transparent 1px);background-size:84px 84px;content:"";opacity:.48}.c64-hero-band{display:grid;grid-template-columns:minmax(300px,.88fr) minmax(0,1.12fr);gap:clamp(1.25rem,4vw,3.2rem);align-items:center;min-height:clamp(380px,35vw,540px);padding:clamp(1.5rem,4.5vw,3rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.c64-hero-band__copy{display:grid;gap:1rem;max-width:58ch}.c64-hero-band h2{color:#fff;line-height:1.03}.c64-hero-band h2 span{display:block;color:#27a8ff}.c64-hero-band__copy>p{color:#f4faffe6;line-height:1.55}.c64-hero-band__points{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-top:.35rem}.c64-hero-band__points article{display:grid;grid-template-columns:38px minmax(0,1fr);gap:.65rem;align-items:center;min-width:0}.c64-hero-band__points span{color:#27a8ff}.c64-hero-band__points h3{color:#fff;font-size:var(--font-size-xs);line-height:1.18}.c64-hero-band__points p{color:#ebf7ffd1;font-size:var(--font-size-2xs);line-height:1.25}.c64-hero-band__media{min-width:0;margin:0}.c64-hero-band__media img{width:100%;height:auto;filter:drop-shadow(0 26px 38px rgba(0,0,0,.35)) drop-shadow(0 0 18px rgba(39,168,255,.24))}.c64-feature-card{display:grid;gap:.55rem;min-width:0;min-height:180px;justify-items:center;align-content:start;border:1px solid rgba(7,95,211,.28);border-radius:var(--radius-md);background:var(--color-surface);padding:1.15rem;text-align:center;box-shadow:var(--shadow-soft)}.c64-feature-card h3{color:var(--color-primary);font-size:var(--font-size-md);line-height:1.15}.c64-feature-card p{color:var(--color-ink-soft);font-size:var(--font-size-xs);line-height:1.42}.c64-duo-band{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1px;padding-inline:max(0px,calc((100vw - var(--max-width)) / 2))}.c64-duo-panel{position:relative;display:grid;min-height:270px;overflow:hidden;background:#031430c7;padding:clamp(1.25rem,3vw,2rem)}.c64-duo-panel--nfc{grid-template-columns:minmax(230px,.9fr) minmax(180px,.72fr);gap:1rem;align-items:center}.c64-duo-panel--finish{grid-template-columns:minmax(230px,.78fr) minmax(220px,1fr);gap:1rem;align-items:center}.c64-duo-panel+.c64-duo-panel{border-left:1px solid rgba(109,179,255,.22)}.c64-duo-panel__copy{display:grid;gap:.65rem;min-width:0;max-width:42ch}.c64-kicker{display:inline-flex;width:fit-content;border:1px solid #27a8ff;border-radius:var(--radius-sm);color:#27d8ff;padding:.12rem .45rem;font-size:var(--font-size-2xs);font-weight:900;line-height:1.2}.c64-kicker--plain{border-color:transparent;padding-inline:0}.c64-duo-panel h2{color:#fff;line-height:1.08}.c64-duo-panel p{color:#ebf7ffdb;font-size:var(--font-size-sm);line-height:1.5}.c64-nfc-visual{position:relative;margin:0;min-height:210px}.c64-nfc-visual img{position:absolute;height:auto;max-width:none;object-fit:contain;filter:drop-shadow(0 18px 28px rgba(0,0,0,.38))}.c64-nfc-visual__drive{left:-2%;top:8%;width:min(82%,250px);transform:rotate(-9deg)}.c64-nfc-visual__floppy{right:4%;bottom:1%;width:min(48%,145px);transform:rotate(10deg)}.c64-nfc-visual__cart-port{left:-3%;top:-2%;width:min(84%,255px);transform:rotate(-6deg)}.c64-nfc-visual__cart{right:-8%;bottom:0;width:min(46%,140px);transform:rotate(9deg) scaleX(-1)}.c64-connectivity{display:grid;grid-template-columns:minmax(260px,.72fr) minmax(0,1.28fr);gap:clamp(1.25rem,4vw,3rem);align-items:center;padding:clamp(1.75rem,4.5vw,3rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem));background:linear-gradient(135deg,#fff,#f3f9ff)}.c64-connectivity__copy{display:grid;gap:.8rem}.c64-connectivity h2,.c64-power h2{color:var(--color-ink);line-height:1.08}.c64-connectivity__copy>p,.c64-power__intro p{color:var(--color-ink-soft);line-height:1.52}.c64-connectivity__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.8rem;margin-top:.5rem}.c64-connectivity__features article,.c64-management__features article{display:grid;gap:.35rem;min-width:0}.c64-connectivity__features span,.c64-management__features span{color:var(--color-primary)}.c64-connectivity__features h3,.c64-management__features h3{font-size:var(--font-size-xs);line-height:1.18}.c64-connectivity__diagram{display:grid;grid-template-columns:minmax(170px,.95fr) minmax(48px,.2fr) minmax(120px,.55fr) minmax(48px,.2fr) minmax(190px,.9fr);gap:.6rem;align-items:center;min-width:0}.c64-diagram-device,.c64-terminal{min-width:0;border:2px solid rgba(7,95,211,.26);border-radius:var(--radius-md);background:#fff;box-shadow:var(--shadow-soft)}.c64-diagram-device{display:grid;gap:.5rem;margin:0;padding:.85rem;text-align:center}.c64-diagram-device img{width:100%;height:auto;max-height:130px;object-fit:contain}.c64-diagram-device figcaption,.c64-terminal strong{color:var(--color-ink);font-size:var(--font-size-xs);font-weight:850}.c64-diagram-line{height:2px;background:linear-gradient(90deg,transparent,#2777e7 22% 78%,transparent)}.c64-wifi-orb{display:grid;width:min(100%,140px);aspect-ratio:1;place-items:center;justify-self:center;border-radius:999px;background:radial-gradient(circle at 35% 24%,#70d6ff,#075fd3 58%,#04316e);color:#fff;text-align:center;box-shadow:0 0 28px #075fd35c}.c64-wifi-orb strong{margin-top:-1.8rem;font-size:var(--font-size-md);line-height:1}.c64-wifi-orb span{margin-top:-2.2rem;font-size:var(--font-size-2xs)}.c64-terminal{display:grid;gap:.55rem;padding:1rem}.c64-terminal span{border-radius:var(--radius-sm);background:#061326;color:#61c3ff;padding:.8rem;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:var(--font-size-2xs);line-height:1.35}.c64-terminal em{color:var(--color-ink-soft);font-size:var(--font-size-xs);font-style:normal}.c64-management{display:grid;grid-template-columns:minmax(260px,.58fr) minmax(0,1.42fr);gap:clamp(1.25rem,4vw,3rem);align-items:center;padding:clamp(1.75rem,4.5vw,3rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.c64-management__copy{display:grid;gap:.85rem}.c64-management h2{color:#fff;line-height:1.08}.c64-management__copy>p{color:#f4faffe0;line-height:1.55}.c64-management__features{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.85rem;margin-top:.7rem}.c64-management__features span{color:#27d8ff}.c64-management__features h3{color:#fff}.c64-dashboard{display:grid;grid-template-columns:minmax(120px,.25fr) minmax(0,.75fr);min-width:0;overflow:hidden;border:1px solid rgba(109,179,255,.34);border-radius:var(--radius-md);background:#051225b3;box-shadow:0 24px 60px #00000047}.c64-dashboard__nav{display:grid;gap:.45rem;align-content:start;border-right:1px solid rgba(109,179,255,.18);padding:1rem}.c64-dashboard__nav strong,.c64-dashboard__main header strong{color:#fff;font-size:var(--font-size-xs)}.c64-dashboard__nav span{border-radius:var(--radius-sm);color:#ebf7ffc7;padding:.4rem .5rem;font-size:var(--font-size-2xs)}.c64-dashboard__nav .is-active{background:var(--color-primary);color:#fff}.c64-dashboard__main{display:grid;gap:.9rem;min-width:0;padding:1rem}.c64-dashboard__main header{display:flex;justify-content:space-between;gap:1rem}.c64-dashboard__main header span{color:#27d8ff;font-size:var(--font-size-2xs)}.c64-dashboard__tiles,.c64-dashboard__bottom{display:grid;gap:.8rem}.c64-dashboard__tiles{grid-template-columns:repeat(3,minmax(0,1fr))}.c64-dashboard__bottom{grid-template-columns:minmax(0,1fr) minmax(0,.95fr)}.c64-dashboard section{display:grid;gap:.45rem;min-width:0;border:1px solid rgba(109,179,255,.18);border-radius:var(--radius-md);background:#0e2a4ec7;padding:.85rem}.c64-dashboard section h3{color:#fff;font-size:var(--font-size-2xs)}.c64-dashboard section p,.c64-dashboard__bottom section span{color:#ebf7ffc7;font-size:var(--font-size-2xs);line-height:1.35}.c64-dashboard section img{justify-self:end;width:82px;height:auto;max-height:52px;object-fit:contain}.c64-dashboard__wifi{justify-self:end;color:#61c3ff}.c64-dashboard__bar,.c64-dashboard__meter{position:relative;display:block;overflow:hidden;height:8px;border-radius:999px;background:#ffffff1f}.c64-dashboard__bar:after,.c64-dashboard__meter:after{position:absolute;inset:0 auto 0 0;width:68%;border-radius:inherit;background:linear-gradient(90deg,#27d8ff,#2679f2);content:""}.c64-dashboard__bottom section:first-child{align-content:center;min-height:118px}.c64-dashboard__bottom section:first-child p{display:grid;min-height:66px;place-items:center;border:1px dashed rgba(109,179,255,.48);border-radius:var(--radius-md);text-align:center}.c64-dashboard__bottom section:last-child span{display:grid;grid-template-columns:84px minmax(0,1fr);gap:.55rem;align-items:center}.c64-dashboard__meter--cpu:after{width:42%;background:#22c55e}.c64-dashboard__meter--memory:after{width:56%;background:#61c3ff}.c64-dashboard__meter--temp:after{width:36%;background:#27d8ff}.c64-power{display:grid;gap:1rem;padding-inline:clamp(.3rem,1vw,.8rem)}.c64-power__intro{display:grid;gap:.35rem;text-align:center}.c64-power-card{display:grid;grid-template-columns:minmax(150px,.45fr) minmax(0,1fr);grid-template-areas:"header header" "board list" "price price" "button button";gap:.85rem 1rem;min-width:0;border:1px solid rgba(7,95,211,.26);border-radius:var(--radius-md);background:var(--color-surface);padding:1.1rem;box-shadow:var(--shadow-soft)}.c64-power-card header{grid-area:header;display:flex;flex-wrap:wrap;justify-content:space-between;gap:.7rem;align-items:center}.c64-power-card h3{color:var(--color-ink);font-size:var(--font-size-lg);line-height:1.15}.c64-power-card header span{border-radius:var(--radius-sm);background:var(--color-primary);color:#fff;padding:.35rem .55rem;font-size:var(--font-size-3xs);font-weight:900;line-height:1.1;text-transform:uppercase}.c64-board{position:relative;grid-area:board;align-self:start;min-height:92px;border:2px solid #186642;border-radius:var(--radius-sm);background:radial-gradient(circle at 10% 18%,#e0d84e 0 4px,transparent 4.5px),radial-gradient(circle at 88% 80%,#e0d84e 0 4px,transparent 4.5px),linear-gradient(135deg,#1b8a54,#07552f);box-shadow:inset 0 0 0 4px #ffffff0d}.c64-board span{position:absolute;border-radius:2px;background:#102b25;box-shadow:inset 0 0 0 1px #ffffff29}.c64-board span:nth-child(1){left:12%;top:18%;width:28%;height:34%}.c64-board span:nth-child(2){right:12%;top:18%;width:20%;height:25%}.c64-board span:nth-child(3){left:14%;bottom:16%;width:56%;height:12%;background:#c6cbd1}.c64-board span:nth-child(4){right:8%;bottom:16%;width:12%;height:20%;background:#d7dbe0}.c64-board--upgrade{min-height:112px}.c64-power-card .custom-quote-list{grid-area:list;margin-top:0}.c64-power-card .custom-quote-list li{color:var(--color-ink-soft);font-size:var(--font-size-xs);line-height:1.35}.c64-power-card__price{grid-area:price;color:var(--color-ink);font-weight:760}.c64-power-card__price strong{color:var(--color-primary);font-size:var(--font-size-lg)}.c64-power-card .button{grid-area:button}.c64-power__note{display:flex;align-items:center;justify-content:center;gap:.45rem;color:var(--color-ink-soft);font-size:var(--font-size-sm);text-align:center}.c64-power__note .icon{color:var(--color-primary)}.c64-cta-band{display:grid;grid-template-columns:auto minmax(0,1fr) minmax(230px,auto);gap:1.25rem;align-items:center;padding:clamp(1.1rem,3vw,1.6rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.c64-cta-band__icon{width:76px;height:76px;color:#27d8ff;filter:drop-shadow(0 0 16px rgba(39,216,255,.45))}.c64-cta-band h2{color:#fff;line-height:1.1}.c64-cta-band p{color:#f4faffdb}.c64-cta-band p strong{color:#27a8ff;font-size:var(--font-size-lg)}@media(max-width:1023px){.c64-hero-band,.c64-connectivity,.c64-management,.c64-cta-band{grid-template-columns:minmax(0,1fr)}.c64-feature-grid,.c64-duo-band,.c64-power__grid{grid-template-columns:repeat(2,minmax(0,1fr))}.c64-duo-panel,.c64-duo-panel--nfc,.c64-duo-panel--finish{grid-template-columns:minmax(0,1fr)}.c64-duo-panel+.c64-duo-panel{border-left:0}.c64-connectivity__diagram{grid-template-columns:minmax(0,1fr);justify-items:stretch}.c64-diagram-line{width:2px;height:34px;justify-self:center;background:linear-gradient(180deg,transparent,#2777e7 22% 78%,transparent)}.c64-dashboard{grid-template-columns:minmax(0,1fr)}.c64-dashboard__nav{grid-template-columns:repeat(3,minmax(0,1fr));border-right:0;border-bottom:1px solid rgba(109,179,255,.18)}.c64-dashboard__nav strong{grid-column:1 / -1}.c64-cta-band{justify-items:start}}@media(max-width:767px){.c64-hero-band,.c64-connectivity,.c64-management,.c64-cta-band{padding:1rem}.c64-hero-band{min-height:auto}.c64-hero-band__points,.c64-feature-grid,.c64-duo-band,.c64-connectivity__features,.c64-management__features,.c64-power__grid,.c64-dashboard__tiles,.c64-dashboard__bottom{grid-template-columns:minmax(0,1fr)}.c64-feature-card{min-height:0}.c64-duo-band{padding-inline:0}.c64-duo-panel{min-height:auto;padding:1rem}.c64-nfc-visual{min-height:190px}.c64-power-card{grid-template-columns:minmax(0,1fr);grid-template-areas:"header" "board" "list" "price" "button";padding:1rem}.c64-board{min-height:118px}.c64-power__note{align-items:flex-start;justify-content:flex-start;text-align:left}.c64-dashboard__nav{grid-template-columns:minmax(0,1fr)}.c64-dashboard__main{padding:.75rem}.c64-dashboard__bottom section:last-child span{grid-template-columns:minmax(78px,.5fr) minmax(0,1fr)}.c64-cta-band{gap:.8rem;justify-items:stretch}.c64-cta-band__icon{width:58px;height:58px}}.custom-quote-detail--multicade{gap:clamp(1.25rem,3vw,1.9rem)}.multicade-showcase{display:grid;min-height:clamp(420px,33vw,560px);align-items:center;background:#020b18;color:#fff}.multicade-showcase:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#020b18fa,#020b18e0 32%,#020b184d 70%,#020b18bd),radial-gradient(circle at 22% 72%,rgba(34,211,238,.2),transparent 20rem);content:""}.multicade-showcase__content{display:grid;gap:1.05rem;max-width:710px;padding:clamp(1.75rem,5vw,3.5rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem))}.multicade-showcase__copy{display:grid;gap:.7rem}.multicade-showcase h2{color:#fff;line-height:1.02}.multicade-showcase h2 span{display:block;color:#22d3ee}.multicade-showcase p{max-width:56ch;color:#f4faffe6;line-height:1.52}.multicade-showcase__proof,.multicade-showcase__actions{display:flex;flex-wrap:wrap;gap:.75rem;align-items:center}.multicade-showcase__proof span{display:inline-flex;align-items:center;gap:.4rem;min-height:34px;border:1px solid rgba(172,214,255,.28);border-radius:999px;background:#051225b8;color:#f4faffe6;padding:.35rem .8rem;font-size:var(--font-size-xs);font-weight:800}.multicade-showcase__proof .icon{color:#61c3ff}.multicade-showcase__price{display:inline-flex;min-height:44px;align-items:center;border:1px solid rgba(34,211,238,.72);border-radius:999px;background:#051225b3;color:#22d3ee;padding:.55rem 1.15rem;font-size:var(--font-size-sm);font-weight:900;line-height:1.1;text-transform:uppercase;box-shadow:0 0 24px #22d3ee2e}.multicade-directions{display:grid;gap:1rem;padding-top:.45rem}.multicade-directions .section__header,.multicade-planning .section__header{margin-bottom:0}.multicade-directions .title,.multicade-planning .title{line-height:1.1}.multicade-directions .subtitle,.multicade-planning .subtitle{max-width:none;margin-top:.25rem;font-size:var(--font-size-sm)}.multicade-direction-card{--cabinet-height: 190px;display:grid;grid-template-rows:auto 210px auto auto;gap:.5rem;align-items:start;padding:1rem;text-align:center}.multicade-direction-card--bartop{--cabinet-height: 142px}.multicade-direction-card--pedestal{--cabinet-height: 198px}.multicade-direction-card--slim{--cabinet-height: 205px}.multicade-direction-card--full{--cabinet-height: 215px}.multicade-direction-card__media{display:grid;min-width:0;place-items:center;overflow:hidden}.multicade-direction-card__media img{width:100%;max-height:var(--cabinet-height);object-fit:contain;object-position:center bottom;filter:drop-shadow(0 12px 18px rgba(7,31,73,.16))}.multicade-direction-card p{color:var(--color-ink-soft);font-size:var(--font-size-xs);line-height:1.38}.multicade-direction-card strong{color:var(--color-ink);font-size:var(--font-size-sm);line-height:1.2}.multicade-direction-card strong span{color:var(--color-primary);font-size:var(--font-size-md)}.multicade-packages{display:grid;gap:1rem;border-block:1px solid rgba(172,214,255,.22);background:radial-gradient(circle at 12% 22%,rgba(34,211,238,.22),transparent 25rem),radial-gradient(circle at 76% 12%,rgba(147,51,234,.2),transparent 22rem),linear-gradient(135deg,#020b18,#061f43 52%,#020b18);padding:clamp(1.35rem,4vw,2rem) max(1rem,calc((100vw - var(--max-width)) / 2 + 1rem));color:#fff}.multicade-packages:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,rgba(97,195,255,.09) 1px,transparent 1px),linear-gradient(0deg,rgba(97,195,255,.07) 1px,transparent 1px);background-size:72px 72px;content:"";opacity:.8}.multicade-packages>h2{color:#fff;line-height:1.1;text-align:center}.multicade-package{--tier-color: #22d3ee;display:grid;gap:.8rem;min-width:0;border:1px solid rgba(34,211,238,.72);border:1px solid color-mix(in srgb,var(--tier-color) 75%,transparent);border-radius:var(--radius-md);background:#051225c2;padding:clamp(1rem,2vw,1.25rem);box-shadow:0 0 28px #22d3ee1f;box-shadow:0 0 28px color-mix(in srgb,var(--tier-color) 12%,transparent)}.multicade-package--plus{--tier-color: #a855f7}.multicade-package--premium{--tier-color: #facc15}.multicade-package__header{display:grid;grid-template-columns:minmax(0,1fr) 44px;gap:.75rem;align-items:start}.multicade-package__header h3{color:var(--tier-color);font-size:var(--font-size-heading-sm);font-weight:950;line-height:1;text-transform:uppercase}.multicade-package__header p{margin-top:.2rem;color:#f4faffd1;font-size:var(--font-size-xs);line-height:1.32}.multicade-package__header>span{width:44px;height:44px;color:var(--tier-color)}.multicade-package ul{display:grid;gap:.35rem;margin:0;padding:0;color:#f4faffe6;font-size:var(--font-size-xs);line-height:1.35;list-style:none}.multicade-package li{display:grid;grid-template-columns:.55rem minmax(0,1fr);gap:.45rem}.multicade-package li:before{width:.36rem;height:.36rem;border-radius:999px;background:var(--tier-color);content:"";transform:translateY(.42rem)}.multicade-package__price{color:#f4faffe0;font-size:var(--font-size-sm);line-height:1.2}.multicade-package__price strong{color:var(--tier-color);font-size:var(--font-size-lg)}.multicade-package>a{display:inline-flex;min-height:34px;align-items:center;justify-content:center;border-radius:var(--radius-sm);background:var(--tier-color);color:#020b18;padding:.45rem .85rem;font-size:var(--font-size-xs);font-weight:900;line-height:1.1}.multicade-planning{display:grid;gap:1rem}.multicade-planning-card{display:grid;grid-template-columns:58px minmax(0,1fr);gap:.8rem;align-items:start;padding:1rem}.multicade-planning-card p{margin-top:.25rem;color:var(--color-ink-soft);font-size:var(--font-size-xs);line-height:1.4}.multicade-cta{position:relative;display:grid;min-height:clamp(150px,18vw,220px);overflow:hidden;align-items:center;border:1px solid rgba(34,211,238,.32);border-radius:var(--radius-md);background:#020b18;color:#fff;isolation:isolate;box-shadow:0 20px 50px #071f4929}.multicade-cta:before{position:absolute;inset:0;z-index:-1;background:linear-gradient(90deg,#020b18ed,#020b18c7 48%,#020b185c);content:""}.multicade-cta__content{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:1rem;align-items:center;padding:clamp(1rem,3vw,1.55rem) clamp(1rem,4vw,2rem)}.multicade-cta h2{color:#fff;line-height:1.08}.multicade-cta p{margin-top:.35rem;color:#f4faffe0;line-height:1.4}@media(max-width:1023px){.multicade-direction-grid,.multicade-planning-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.multicade-package-grid{grid-template-columns:minmax(0,1fr)}.multicade-cta__content{grid-template-columns:minmax(0,1fr);justify-items:start}}@media(max-width:767px){.multicade-showcase{min-height:560px;align-items:end}.multicade-showcase>img{object-position:68% center}.multicade-showcase:before{background:linear-gradient(180deg,#020b1833,#020b18c7 38%,#020b18fa),radial-gradient(circle at 50% 70%,rgba(34,211,238,.18),transparent 16rem)}.multicade-showcase__content{padding:1.25rem .625rem}.multicade-showcase p{font-size:var(--font-size-sm)}.multicade-showcase__actions{align-items:stretch}.multicade-showcase__price{justify-content:center;width:100%}.multicade-direction-grid,.multicade-planning-grid{grid-template-columns:minmax(0,1fr)}.multicade-direction-card{grid-template-rows:auto 190px auto auto;padding:.95rem}.multicade-packages{padding:1.25rem .625rem}.multicade-package{padding:1rem}.multicade-planning-card{grid-template-columns:50px minmax(0,1fr);padding:.95rem}.multicade-planning-card__icon{width:50px;height:50px}.multicade-cta{min-height:360px;align-items:end}.multicade-cta>img{object-position:68% center}.multicade-cta:before{background:linear-gradient(180deg,#020b1824,#020b18d1 44%,#020b18f7)}.multicade-cta__content{padding:1rem}}.product-related{margin-top:clamp(1.75rem,4vw,2.5rem)}.pricing-band{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;overflow:hidden;border:1px solid var(--color-line);border-radius:var(--radius-lg);background:var(--color-line);box-shadow:var(--shadow-soft)}.pricing-item{display:grid;grid-template-columns:auto 1fr;gap:.85rem;align-items:start;background:linear-gradient(180deg,#fff,#eef8fc);padding:1.25rem}.pricing-item__icon{display:grid;width:48px;height:48px;place-items:center;border:1px solid var(--color-primary);border-radius:999px;color:var(--color-primary);font-weight:850}.pricing-item__icon .icon{width:22px;height:22px}.cta-band{border-radius:var(--radius-lg);background:linear-gradient(135deg,#05285d,#004e93 55%,#007988);color:#fff;overflow:hidden}.cta-band__inner{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:clamp(1.5rem,4vw,2rem)}.cta-band h2,.cta-band p{margin:0}.cta-band h2{line-height:1.08}.cta-band p{margin-top:.35rem;color:#ffffffd6}.faq-item{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);overflow:hidden}.faq-item summary{display:flex;align-items:center;justify-content:space-between;gap:1rem;cursor:pointer;padding:1rem 1.1rem;color:var(--color-ink);font-weight:750;list-style:none}.faq-item summary::-webkit-details-marker{display:none}.faq-item summary:after{content:"+";color:var(--color-accent-dark);font-size:var(--font-size-xl);font-weight:500}.faq-item[open] summary:after{content:"-"}.faq-item__content{border-top:1px solid var(--color-line);padding:0 1.1rem 1rem;color:var(--color-ink-soft)}.page-hero{background:linear-gradient(180deg,#f7fbfd,#fff);border-bottom:1px solid var(--color-line)}.page-hero__inner{display:grid;gap:1rem;max-width:840px;min-width:0;padding-block:clamp(2.5rem,6vw,4.5rem)}.breadcrumb{color:var(--color-muted);font-size:var(--font-size-sm);overflow-wrap:anywhere}.split{display:grid;grid-template-columns:minmax(0,.9fr) minmax(340px,1.1fr);gap:clamp(1.5rem,4vw,3rem);align-items:start}.split>*{min-width:0}.list{display:grid;gap:.65rem;margin:1rem 0 0;padding:0;list-style:none}.list li{position:relative;padding-left:1.4rem;color:var(--color-ink-soft)}.list li:before{content:"";position:absolute;left:0;top:.63em;width:.45rem;height:.45rem;border-radius:999px;background:var(--color-accent)}.form__section{display:grid;gap:1rem;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);padding:clamp(1rem,2.5vw,1.4rem);box-shadow:var(--shadow-soft)}.form__section-title{margin:0;font-size:var(--font-size-lg)}.field{display:grid;gap:.38rem;min-width:0}.field--full{grid-column:1 / -1}.field-group{min-inline-size:0;margin:0;border:0;padding:0}.field label,.field legend{color:var(--color-ink);font-weight:720}.field__help{color:var(--color-muted);font-size:var(--font-size-sm)}.field__error{min-height:1.1rem;color:#9c2b24;font-size:var(--font-size-sm);font-weight:650}.field textarea{min-height:170px;resize:vertical}.field input[aria-invalid=true],.field select[aria-invalid=true],.field textarea[aria-invalid=true]{border-color:#bd332b;box-shadow:0 0 0 3px #bd332b1f}.choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.65rem}.choice{display:flex;align-items:flex-start;gap:.55rem;border:1px solid var(--color-line);border-radius:var(--radius-sm);background:var(--color-surface-alt);padding:.7rem}.choice--disabled{color:var(--color-muted);cursor:not-allowed}.choice input{width:auto;margin-top:.2rem}.choice input:disabled{cursor:not-allowed}.choice__price{color:var(--color-muted);font-weight:650}.swatch-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.65rem}.swatch-choice{position:relative;display:grid;grid-template-columns:auto minmax(0,1fr);gap:.6rem;align-items:center;min-height:48px;border:1px solid var(--color-line);border-radius:var(--radius-sm);background:var(--color-surface-alt);padding:.65rem .7rem;color:var(--color-ink);font-weight:720;cursor:pointer}.swatch-choice--selected{border-color:var(--color-primary);background:var(--color-surface-blue);box-shadow:0 0 0 3px #0068b31f}.swatch-choice input{position:absolute;inset:0;opacity:0;cursor:pointer}.swatch-choice input:focus-visible+.color-swatch{outline:3px solid rgba(0,151,173,.45);outline-offset:3px}.color-swatch{display:block;width:28px;height:28px;border:1px solid rgba(7,31,73,.24);border-radius:999px;box-shadow:inset 0 0 0 2px #ffffff6b}.color-swatch--black{background:#111827}.color-swatch--white{background:#fff}.color-swatch--navy{background:#0f2a4f}.color-swatch--slate-blue{background:#53668f}.color-swatch--royal-blue{background:#1677c8}.color-swatch--sky-blue{background:#a9d8f4}.color-swatch--purple{background:#7c3aed}.color-swatch--teal{background:#007f86}.color-swatch--forest-green{background:#216142}.color-swatch--red{background:#b7352d}.color-swatch--gold{background:#d4a72c}.color-swatch--silver{background:#c8d0d8}.form__status{display:none;border-radius:var(--radius-md);padding:1rem;font-weight:650}.form__status[aria-hidden=false]{display:block}.form__status--success{border:1px solid rgba(31,157,103,.4);background:#1f9d6714;color:#136b46}.form__status--error{border:1px solid rgba(189,51,43,.35);background:#bd332b14;color:#8e241d}.checkout-shell{min-width:0}.checkout-shell--empty{display:grid;gap:1.5rem;max-width:680px}.checkout-layout{display:grid;grid-template-columns:minmax(0,.96fr) minmax(420px,1fr);gap:clamp(1.75rem,5vw,3.5rem);align-items:start}.checkout-summary-column{display:grid;gap:1.55rem;min-width:0}.checkout-page-header{display:grid;gap:.35rem}.checkout-page-header h1,.checkout-page-header p{margin:0}.checkout-page-header h1{color:var(--color-ink);font-size:var(--font-size-heading-md);line-height:var(--line-height-heading)}.checkout-page-header p{color:var(--color-muted);font-size:var(--font-size-md)}.cart-empty{display:grid;gap:1rem;border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);padding:clamp(1.2rem,3vw,1.75rem);box-shadow:var(--shadow-soft)}.cart-empty h2,.cart-empty p{margin:0}.cart-empty p{color:var(--color-ink-soft)}.checkout-order-panel,.checkout-panel,.checkout-trust-strip{border:1px solid var(--color-line);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-soft)}.checkout-order-panel{display:grid;gap:1rem;padding:clamp(1.1rem,2.5vw,1.35rem)}.checkout-order-panel__header h2{margin:0;color:var(--color-ink);font-size:var(--font-size-xl);line-height:1.2}.checkout-order-panel__header span{font-size:var(--font-size-md);font-weight:650}.checkout-order-lines{display:grid}.checkout-line{display:grid;grid-template-columns:96px minmax(0,1fr) 76px 92px;gap:1.25rem;align-items:start;border-bottom:1px solid var(--color-line);padding:1.35rem 0}.checkout-line:first-child{padding-top:1rem}.checkout-line--invalid{border-bottom-color:#bd332b6b}.checkout-line__media{display:grid;width:96px;height:96px;place-items:center;overflow:hidden;border:1px solid rgba(191,209,223,.72);border-radius:var(--radius-md);background:var(--color-surface-alt)}.checkout-line__media img{width:100%;height:100%;object-fit:cover}.checkout-line__placeholder{color:var(--color-primary);font-size:var(--font-size-heading-sm);font-weight:850}.checkout-line__body{display:grid;gap:.45rem;min-width:0}.checkout-line__body h3,.checkout-line__body p,.checkout-line__body ul{margin:0}.checkout-line__body h3{color:var(--color-ink);font-size:var(--font-size-md);line-height:1.25}.checkout-line__body ul{display:grid;gap:.25rem;padding-left:1.05rem;color:var(--color-ink-soft);font-size:var(--font-size-sm)}.checkout-line__body p{color:var(--color-ink-soft);font-size:var(--font-size-sm)}.checkout-line__remove{width:fit-content;border:0;background:transparent;padding:0;color:var(--color-muted);font-size:var(--font-size-sm);font-weight:700;cursor:pointer}.checkout-line__remove:hover{color:var(--color-primary)}.checkout-line__quantity,.checkout-line__price{display:grid;gap:.45rem}.checkout-line__quantity span,.checkout-line__price span{color:var(--color-ink);font-size:var(--font-size-sm);font-weight:720}.checkout-line__quantity select{width:74px;min-height:38px;border:1px solid #bfd1df;border-radius:var(--radius-sm);background:#fff;color:var(--color-ink);padding:.45rem .55rem}.checkout-line__price strong{color:var(--color-primary);font-size:var(--font-size-lg);line-height:1.2}.checkout-order-total{display:flex;align-items:center;justify-content:flex-end;gap:2.25rem;padding-top:.55rem}.checkout-order-total span{color:var(--color-ink);font-weight:700}.checkout-order-total strong{color:var(--color-primary);font-size:var(--font-size-heading-sm);line-height:1}.checkout-trust-strip{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;padding:1rem 1.2rem}.checkout-trust-item{display:grid;grid-template-columns:auto minmax(0,1fr);gap:.85rem;align-items:start;min-width:0}.checkout-trust-item+.checkout-trust-item{border-left:1px solid var(--color-line);padding-left:1.25rem}.checkout-trust-item__icon{display:grid;width:32px;height:32px;place-items:center;color:var(--color-ink)}.checkout-trust-item__icon .checkout-icon{width:30px;height:30px}.checkout-trust-item strong,.checkout-trust-item span{display:block}.checkout-trust-item strong{color:var(--color-ink);font-size:var(--font-size-sm);line-height:1.25}.checkout-trust-item span{color:var(--color-ink-soft);font-size:var(--font-size-xs);line-height:1.45}.cart-checkout__form{position:sticky;top:calc(var(--header-height) + 1rem);display:grid;gap:1rem;min-width:0}.checkout-panel{display:grid;padding:clamp(1.2rem,2.8vw,1.7rem)}.checkout-step{display:grid;gap:1.1rem;border-top:1px solid var(--color-line);padding-block:1.5rem}.checkout-step:first-child{border-top:0;padding-top:0}.checkout-step:last-of-type{padding-bottom:1rem}.checkout-step__title{display:flex;gap:.65rem;align-items:baseline;margin:0;color:var(--color-ink);font-size:var(--font-size-lg);line-height:1.25}.checkout-step__title span{font-weight:850}.checkout-fulfillment{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;min-width:0;margin:0;border:0;padding:0}.checkout-fulfillment-card{position:relative;display:grid;gap:.6rem;min-height:128px;align-content:center;justify-items:center;border:1px solid #cbd9e6;border-radius:var(--radius-md);background:var(--color-surface);padding:1.1rem 1rem 1rem;color:var(--color-ink)}.checkout-fulfillment-card input{position:absolute;left:1rem;top:1rem;width:18px;height:18px;accent-color:var(--color-primary)}.checkout-fulfillment-card--selected{border-color:var(--color-primary);background:linear-gradient(180deg,#fff 0%,var(--color-surface-blue) 100%);box-shadow:0 0 0 2px #075fd31f}.checkout-fulfillment-card--disabled{color:#7b8794;cursor:not-allowed}.checkout-fulfillment-card--disabled input{accent-color:#aab4be}.checkout-fulfillment-card__icon{color:currentColor}.checkout-fulfillment-card__icon .checkout-icon{width:34px;height:34px}.checkout-fulfillment-card__body{display:grid;gap:.3rem;justify-items:center;text-align:center}.checkout-fulfillment-card__body strong{color:currentColor;font-size:var(--font-size-md);line-height:1.25}.checkout-fulfillment-card__body>span{color:var(--color-muted);font-size:var(--font-size-sm)}.checkout-fulfillment-card--selected .checkout-fulfillment-card__body strong{color:var(--color-primary)}.checkout-badge{display:inline-flex;align-items:center;min-height:22px;border-radius:var(--radius-sm);background:#dbeafe;color:var(--color-primary);padding:.25rem .45rem;font-size:var(--font-size-3xs);font-weight:850;line-height:1;vertical-align:middle}.checkout-field-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:1rem;row-gap:1.05rem}.payment-card{display:block;width:100%;min-width:0;min-height:48px}.payment-card>*,.payment-card iframe{width:100%;max-width:100%}.checkout-payment-note{display:flex;align-items:center;gap:.55rem;margin:0;color:var(--color-muted);font-size:var(--font-size-sm)}.checkout-submit{width:100%}.checkout-submit:disabled{background:#8fb9ed;box-shadow:none;cursor:not-allowed;transform:none}.checkout-submit .checkout-icon,.checkout-payment-note .checkout-icon{width:17px;height:17px}.checkout-icon{display:block;width:24px;height:24px;fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.honeypot{position:absolute;left:-10000px;width:1px;height:1px;overflow:hidden}.policy-content{max-width:860px}.policy-content h2{margin:2rem 0 .75rem;color:var(--color-ink);line-height:1.08;letter-spacing:0}.policy-content p{color:var(--color-ink-soft)}.site-footer{background:#05285d;color:#fff}.footer-cta{padding-top:1rem}.footer-main{display:grid;grid-template-columns:1.15fr 1fr 1fr .8fr .8fr;gap:1.5rem;padding-block:2rem;border-top:1px solid rgba(255,255,255,.16)}.footer-main h2,.footer-main h3,.footer-main p{margin:0}.footer-main h3{font-size:var(--font-size-sm);letter-spacing:.05em;text-transform:uppercase}.footer-main p,.footer-main a{color:#ffffffd1}.footer-main a:hover{color:#fff}.footer-list{display:grid;gap:.35rem;margin:.75rem 0 0;padding:0;list-style:none}.footer-list--contact li{display:flex;align-items:center;gap:.5rem}.footer-list--contact .icon{width:18px;height:18px;color:#ffffffd1}.footer-bottom{display:flex;justify-content:space-between;gap:1rem;border-top:1px solid rgba(255,255,255,.16);padding-block:1rem;color:#ffffffc7;font-size:var(--font-size-sm)}.social-links{display:flex;gap:.6rem;margin-top:.75rem}.social-links a{display:grid;width:36px;height:36px;place-items:center;border:1px solid rgba(255,255,255,.4);border-radius:999px;color:#fff;font-weight:850;line-height:0}.social-links .icon{width:18px;height:18px}@media(max-width:1023px){.header-bar{flex-wrap:wrap;column-gap:1rem;row-gap:0}.brand{order:1;min-height:var(--header-height)}.header-actions{order:2;margin-left:auto;min-height:var(--header-height)}.site-nav{position:static;order:3;display:flex;flex:0 0 100%;flex-direction:column;align-items:stretch;gap:0;max-height:0;overflow:hidden;visibility:hidden;padding:0;opacity:0;box-shadow:inset 0 1px 0 transparent;transition:max-height .22s ease,padding .22s ease,opacity .16s ease,box-shadow .16s ease,visibility 0s linear .22s}.site-nav[data-open=true]{max-height:360px;visibility:visible;padding:.5rem 0 .75rem;opacity:1;box-shadow:inset 0 1px 0 var(--color-line);transition:max-height .22s ease,padding .22s ease,opacity .16s ease,box-shadow .16s ease,visibility 0s linear 0s}.site-nav a{padding:.85rem .25rem;border-radius:var(--radius-sm)}.site-nav a:hover{background:var(--color-surface-alt)}.menu-button{display:inline-grid;place-items:center}.hero__grid,.split,.product-hero__grid,.product-detail__grid,.product-detail__form-grid,.product-order-layout,.gridfinity-editor__layout,.gridfinity-editor__summary,.checkout-layout{grid-template-columns:minmax(0,1fr)}.hero__grid{min-height:auto}.hero__trust,.product-hero__trust{grid-template-columns:repeat(2,minmax(0,1fr))}.product-hero__media{min-height:300px}.product-layout{grid-template-columns:minmax(0,1fr)}.product-nav,.product-info-panel,.cart-checkout__form{position:static}.product-nav{border-right:0;border-bottom:1px solid var(--color-line);padding:0 0 1rem}.grid--four,.grid--six,.pricing-band,.footer-main,.gallery-list,.product-category-grid,.product-grid,.product-feature-strip,.product-workflow__steps{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-quote-intro{grid-template-columns:minmax(0,1fr);grid-template-areas:"content" "media" "features"}.custom-quote-feature-strip{grid-template-columns:repeat(2,minmax(0,1fr))}.custom-quote-feature+.custom-quote-feature{border-left:0}.custom-quote-feature{border-top:1px solid var(--color-line)}.custom-quote-feature:nth-child(-n+2){border-top:0}.custom-quote-feature:nth-child(2n){border-left:1px solid var(--color-line)}.custom-quote-firmware__hero{grid-template-columns:minmax(0,1fr)}.custom-quote-firmware__copy{max-width:none}.custom-quote-firmware__media{max-width:760px}.custom-quote-materials{grid-template-columns:minmax(0,1fr);grid-template-areas:"intro" "cards" "note"}.custom-quote-materials__intro{max-width:64ch;padding-top:0}.custom-quote-materials__grid,.custom-quote-finishing__grid,.custom-quote-firmware__grid,.custom-quote-direction-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.aside-panel{position:static}}@media(max-width:767px){:root{--header-height-full: 72px;--header-height-compact: 60px;--font-size-heading-md: var(--font-size-2xl);--font-size-heading-lg: var(--font-size-4xl);--font-size-display-sm: var(--font-size-4xl);--font-size-display-md: var(--font-size-5xl);--font-size-display-lg: var(--font-size-6xl);--font-size-decorative-quote: var(--font-size-6xl)}.container{width:calc(100% - 1.25rem)}.brand__mark{width:42px;height:42px}html[data-header-compact=true] .brand__mark{width:36px;height:36px}.brand__text{font-size:var(--font-size-xs)}html[data-header-compact=true] .brand__text{font-size:var(--font-size-2xs)}.header-actions .button{display:none}.hero__actions,.cta-band__inner,.footer-bottom{flex-direction:column;align-items:stretch}.hero__content{width:calc(100vw - 1.25rem);max-width:100%}.button{width:100%}.headline{font-size:var(--font-size-heading-lg);line-height:1.08;overflow-wrap:anywhere}.title{overflow-wrap:anywhere}.subtitle{max-width:34ch;overflow-wrap:anywhere}.hero__trust,.product-hero__trust,.grid--two,.grid--three,.grid--four,.grid--six,.gallery-list,.product-category-grid,.product-grid,.product-feature-strip,.product-workflow__steps,.product-gallery__thumbs,.custom-quote-feature-strip,.custom-quote-capability-grid,.custom-quote-direction-grid,.custom-quote-firmware__grid,.custom-quote-materials__grid,.custom-quote-finishing__grid,.custom-quote-review,.pricing-band,.faq-list,.form__grid,.choice-grid,.footer-main{grid-template-columns:1fr}.hero__media{min-height:260px}.product-hero__grid{min-height:auto}.product-hero__media{min-height:240px}.product-hero__image--one{width:42%}.product-hero__image--two{width:28%}.product-hero__image--three{width:30%}.product-gallery__main{height:300px}.product-gallery{grid-template-columns:minmax(0,1fr);grid-template-areas:"media" "thumbs"}.product-gallery__thumbs{display:grid;grid-auto-columns:minmax(88px,1fr);grid-auto-flow:column;grid-template-columns:none;max-height:none;overflow-x:auto;overflow-y:visible;padding:.2rem .2rem .45rem}.product-gallery__thumb{height:88px}.custom-quote-intro,.custom-quote-directions{padding-top:1.4rem}.custom-quote-intro{padding:1rem}.custom-quote-callouts{display:none}.custom-quote-feature{border-left:0;border-top:1px solid var(--color-line)}.custom-quote-feature:first-child{border-top:0}.custom-quote-firmware{padding:1.35rem .625rem}.custom-quote-firmware__inner,.custom-quote-firmware__hero{gap:1rem}.custom-quote-firmware__media{aspect-ratio:4 / 3}.custom-quote-card--firmware{min-height:0;padding:1rem}.custom-quote-materials{gap:1rem;padding:1.35rem .625rem}.custom-quote-materials__intro{gap:.8rem}.custom-quote-material-card{grid-template-rows:auto 160px auto auto;gap:.85rem;padding:1rem}.custom-quote-material-card h3{font-size:var(--font-size-2xl)}.custom-quote-material-list li{grid-template-columns:72px minmax(0,1fr);gap:.65rem}.custom-quote-materials__note{font-size:var(--font-size-md);text-align:left}.custom-quote-finishing:before{background:linear-gradient(180deg,#031020e0,#031020c7 44%,#031020eb),linear-gradient(90deg,#031020eb,#03102059)}.custom-quote-finishing>img{object-position:62% center}.custom-quote-finishing__content{min-height:620px;padding:1.35rem .625rem}.custom-quote-finishing-card{padding:.95rem}.custom-quote-pill-list{justify-content:stretch}.custom-quote-pill-list li{flex-basis:100%;width:100%;justify-content:center}.custom-quote-cta{min-height:420px;align-items:end}.custom-quote-cta:before{background:linear-gradient(180deg,#05285d2e,#05285de6 44%,#05285dfa)}.custom-quote-cta__lead{font-size:var(--font-size-xl)}.custom-quote-cta__actions{flex-direction:column;align-items:stretch}.product-summary__actions,.product-order__actions,.custom-quote-cta__actions,.gridfinity-editor__section-header,.product-order__summary{align-items:stretch}.product-order__actions .button{flex:1 1 180px}.product-order__summary{flex-direction:column}.checkout-field-grid,.checkout-fulfillment,.checkout-trust-strip{grid-template-columns:1fr}.checkout-page-header h1{font-size:var(--font-size-heading-md)}.checkout-summary-column{gap:1rem}.checkout-order-panel,.checkout-panel,.checkout-trust-strip{padding:1rem}.checkout-trust-item+.checkout-trust-item{border-top:1px solid var(--color-line);border-left:0;padding-top:1rem;padding-left:0}.checkout-line{grid-template-columns:76px minmax(0,1fr);grid-template-areas:"media body" "media quantity" "media price";gap:.85rem;padding-block:1rem}.checkout-line__media{grid-area:media;width:76px;height:76px}.checkout-line__body{grid-area:body}.checkout-line__quantity{grid-area:quantity;max-width:120px}.checkout-line__price{grid-area:price}.checkout-line__price strong{font-size:var(--font-size-md)}.checkout-order-total{justify-content:space-between;gap:1rem}.checkout-fulfillment-card{min-height:118px}.hero__image{margin-inline:-10%;max-width:120%}.hero__plane{top:-.75rem;left:-.9rem;width:clamp(127px,39vw,174px)}.hero__dragon{left:clamp(.1rem,2vw,.75rem);bottom:-1rem;width:clamp(95px,32vw,135px)}.hero__mini{right:clamp(.1rem,4vw,.9rem);bottom:-1.2rem;width:clamp(35px,13.5vw,54px)}.hero__terrain{right:clamp(1.25rem,9vw,2.5rem);bottom:-1.05rem;width:clamp(70px,26.5vw,102px)}.step-card,.pricing-item{grid-template-columns:1fr}}
