/* Graffiti Pack — editorial production system, 2026-07-31 */
:root{
  --paper:#f5f5f2;
  --paper-2:#ecece7;
  --white:#fff;
  --ink:#15171a;
  --ink-2:#3f454c;
  --muted:#737a82;
  --rule:#c9c9c2;
  --blue:#2448d8;
  --blue-dark:#19349f;
  --orange:#e58a23;
  --radius:3px;
  --body:'IBM Plex Sans',Arial,sans-serif;
  --display:'IBM Plex Sans Condensed','Arial Narrow',sans-serif;
  --mono:'IBM Plex Mono',Consolas,monospace;
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  background:var(--paper);
  color:var(--ink);
  font-family:var(--body);
  font-size:16px;
  line-height:1.55;
  -webkit-font-smoothing:antialiased;
  overflow-x:hidden;
}
img,svg{display:block;max-width:100%}
a{color:inherit}
button,input,select{font:inherit}
button,a{-webkit-tap-highlight-color:transparent}
:focus-visible{outline:3px solid var(--blue);outline-offset:3px}
::selection{background:#dce3ff;color:var(--ink)}
.sr-only{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
.skip-link{position:fixed;inset-block-start:8px;inset-inline-start:8px;z-index:1000;padding:10px 14px;background:var(--ink);color:#fff;transform:translateY(-160%);text-decoration:none}
.skip-link:focus{transform:none}

/* Shared header */
.site-header{
  position:relative;
  z-index:40;
  display:grid;
  grid-template-columns:minmax(190px,1fr) auto minmax(260px,1fr);
  align-items:center;
  gap:32px;
  min-height:92px;
  padding:14px max(32px,calc((100vw - 1240px)/2));
  border-bottom:1px solid var(--ink);
  background:rgba(245,245,242,.97);
}
.logo{display:block;position:relative;font-size:0;line-height:0}
.logo a{display:inline-block;line-height:0}
.logo img{width:220px;height:auto;max-height:62px;object-fit:contain;object-position:left center;mix-blend-mode:multiply}
.main-nav{display:flex;align-items:center;gap:28px;margin:0;padding:0;list-style:none;font:500 12px/1.2 var(--mono);letter-spacing:.055em;text-transform:uppercase}
.main-nav__item{display:inline-flex;align-items:center;min-height:44px;border-bottom:2px solid transparent;text-decoration:none}
.main-nav__item:hover,.main-nav__item[aria-current="page"]{border-color:var(--blue)}
.site-search{justify-self:end;display:grid;grid-template-columns:minmax(130px,220px) auto;border:1px solid var(--ink);border-radius:var(--radius);background:var(--white);overflow:hidden}
.site-search input{min-width:0;border:0!important;border-radius:0!important;padding:10px 12px!important;background:transparent!important;font:400 13px var(--body)!important;outline:0}
.site-search button{min-width:48px;border:0;border-inline-start:1px solid var(--ink);background:var(--ink);color:#fff;padding:10px 13px;font:600 11px var(--mono);letter-spacing:.04em;text-transform:uppercase;cursor:pointer}
.site-search button:hover{background:var(--blue)}

/* Shared labels and breadcrumbs */
.eyebrow{
  display:flex;
  align-items:center;
  gap:10px;
  margin:0 0 18px;
  padding:0;
  border:0;
  border-radius:0;
  background:none;
  color:var(--blue);
  font:600 11px/1.25 var(--mono);
  letter-spacing:.1em;
  text-transform:uppercase;
}
.eyebrow::before{content:"";display:block;width:28px;height:2px;background:var(--blue)}
.breadcrumbs{display:flex;align-items:center;flex-wrap:wrap;gap:0;margin-bottom:18px;color:var(--muted);font:400 11px/1.5 var(--mono)}
.breadcrumbs a{color:inherit;text-decoration:none}
.breadcrumbs a:hover{color:var(--blue);text-decoration:underline;text-underline-offset:3px}
.crumb-current{color:var(--ink-2)}
.crumb-sep{margin:0 7px;color:var(--rule)}

/* Homepage */
.home-page{background:var(--paper)}
.hero-zone{border-bottom:1px solid var(--ink);background:var(--paper)}
.home-page .hero{
  display:grid;
  grid-template-columns:minmax(0,1.08fr) minmax(380px,.92fr);
  gap:clamp(48px,7vw,104px);
  align-items:center;
  width:min(1240px,calc(100% - 64px));
  max-width:none;
  min-height:620px;
  margin:0 auto;
  padding:72px 0 66px;
}
.home-page h1{
  max-width:760px;
  margin:0 0 26px;
  font:700 clamp(48px,6.2vw,88px)/.91 var(--display);
  letter-spacing:-.035em;
  text-transform:uppercase;
  text-wrap:balance;
}
.home-page h1 .hl{color:var(--blue)}
.home-page .hero p{max-width:610px;margin:0 0 32px;color:var(--ink-2);font-size:18px;line-height:1.55}
.hero-ctas{display:flex;gap:12px;flex-wrap:wrap}
.btn-primary,.btn-secondary,.product-overview__cta{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 20px;
  border:1px solid var(--ink);
  border-radius:var(--radius);
  font:600 12px var(--mono);
  letter-spacing:.025em;
  text-decoration:none;
  transition:background-color .15s,color .15s,transform .1s;
}
.btn-primary,.product-overview__cta{background:var(--ink);color:#fff}
.btn-secondary{background:transparent;color:var(--ink)}
.btn-primary:hover,.product-overview__cta:hover{background:var(--blue);border-color:var(--blue)}
.btn-secondary:hover{background:var(--white)}
.btn-primary:active,.btn-secondary:active,.product-overview__cta:active{transform:translateY(1px)}
.hero-visual{position:relative;padding:0;border:1px solid var(--ink);border-radius:0;background:var(--white);box-shadow:none}
.hero-visual .badge{position:static;display:block;padding:11px 14px;border-bottom:1px solid var(--ink);border-radius:0;background:var(--paper-2);color:var(--ink);font:600 10px var(--mono);letter-spacing:.09em;text-transform:uppercase}
.hero-visual .canvas{padding:36px 28px;border:0;border-radius:0;background:var(--white)}
.hero-visual .caption{margin:0;padding:11px 14px;border-top:1px solid var(--rule);color:var(--muted);font:400 10px var(--mono);text-align:left}
.stats{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  width:min(1240px,calc(100% - 64px));
  max-width:none;
  margin:0 auto;
  padding:0;
  border-inline:1px solid var(--ink);
}
.stat-card{min-height:116px;padding:24px;border-inline-end:1px solid var(--ink);border-radius:0;background:transparent}
.stat-card:last-child{border-inline-end:0}
.stat-card b{display:block;margin-bottom:8px;font:700 29px/1 var(--display);font-variant-numeric:tabular-nums}
.stat-card span{color:var(--muted);font:400 11px var(--mono)}
.home-page section.block{width:min(1240px,calc(100% - 64px));max-width:none;margin:0 auto;padding:96px 0}
.block-head{display:grid;grid-template-columns:4fr 5fr;gap:56px;max-width:none;margin-bottom:48px}
.block-head .eyebrow{grid-column:1/-1;margin-bottom:-16px}
.block-head h2,.product-showcase__heading h2{
  margin:0;
  font:700 clamp(35px,4vw,54px)/.98 var(--display);
  letter-spacing:-.025em;
  text-transform:uppercase;
}
.block-head p,.product-showcase__heading p{max-width:620px;margin:0;color:var(--ink-2);font-size:16px}
.modules{display:grid;grid-template-columns:5fr 4fr 3fr;gap:0;border:1px solid var(--ink)}
.module-card{display:flex;min-height:310px;flex-direction:column;gap:16px;padding:30px;border:0;border-inline-end:1px solid var(--ink);border-radius:0;background:transparent;text-decoration:none;transition:background-color .15s}
.module-card:last-child{border-inline-end:0}
.module-card:hover{background:var(--white);box-shadow:none;transform:none}
.module-icon{display:flex;width:42px;height:26px;align-items:center;justify-content:flex-start;border:0;border-radius:0;background:none!important;color:var(--blue)!important;font:600 11px var(--mono)}
.module-card h3{max-width:260px;margin:auto 0 0;font:700 27px/1.05 var(--display);text-transform:uppercase}
.module-card p{margin:0;color:var(--ink-2);font-size:14px}
.module-card .arrow{color:var(--ink);font:600 11px var(--mono);text-transform:uppercase}
.module-card:hover .arrow{color:var(--blue)}
.product-showcase{overflow:hidden;border-top:1px solid var(--ink)}
.product-showcase__heading{display:grid;grid-template-columns:4fr 5fr auto;align-items:end;gap:36px;margin-bottom:34px}
.product-showcase__all{align-self:end;padding:8px 0;border-bottom:1px solid var(--ink);font:600 11px var(--mono);text-decoration:none;text-transform:uppercase;white-space:nowrap}
.product-showcase__all:hover{color:var(--blue);border-color:var(--blue)}
.home-carousel{position:relative}
.home-carousel__toolbar{display:flex;align-items:center;justify-content:flex-end;gap:14px;margin-bottom:13px}
.home-carousel__counter{min-width:48px;color:var(--muted);font:400 11px var(--mono);font-variant-numeric:tabular-nums;text-align:center}
.home-carousel__counter b{color:var(--ink)}
.home-carousel__controls{display:flex;gap:6px}
.home-carousel__controls button{width:42px;height:42px;border:1px solid var(--ink);border-radius:var(--radius);background:transparent;color:var(--ink);font:600 17px/1 var(--mono);cursor:pointer}
.home-carousel__controls button:hover:not(:disabled){background:var(--ink);color:#fff;transform:none}
.home-carousel__controls button:disabled{opacity:.3;cursor:default}
.home-carousel__viewport{overflow-x:auto;padding:1px 0 8px;scroll-behavior:smooth;scroll-snap-type:x mandatory;scrollbar-width:none}
.home-carousel__viewport::-webkit-scrollbar{display:none}
.home-carousel__track{display:flex;gap:18px}
.home-product-card{flex:0 0 calc((100% - 54px)/4);min-width:0;overflow:hidden;border:0;border-radius:0;background:transparent;color:var(--ink);scroll-snap-align:start;text-decoration:none}
.home-product-card__media{display:block;overflow:hidden;aspect-ratio:4/3;border:1px solid var(--ink);background:var(--paper-2)}
.home-product-card__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.92);transition:transform .3s ease}
.home-product-card:hover .home-product-card__media img{transform:scale(1.018)}
.home-product-card__body{position:relative;display:block;min-height:88px;padding:14px 30px 10px 0;border-bottom:1px solid var(--rule)}
.home-product-card__body strong{display:block;font:600 15px/1.35 var(--body)}
.home-product-card__body span{display:block;margin-top:5px;color:var(--muted);font:400 11px var(--mono)}
.home-product-card__body i{position:absolute;inset-inline-end:2px;inset-block-start:14px;color:var(--blue);font:400 18px var(--mono);font-style:normal}
.bleed-alt{border-block:1px solid var(--ink);background:var(--paper-2)}
.process{display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--ink)}
.process-step{min-height:210px;padding:22px 24px 18px 0;border-inline-end:1px solid var(--rule)}
.process-step:not(:first-child){padding-inline-start:24px}
.process-step:last-child{border-inline-end:0}
.process-step .n{display:block;width:auto;height:auto;margin-bottom:48px;border-radius:0;background:none;color:var(--blue);font:600 11px var(--mono)}
.process-step h4{margin:0 0 8px;font:700 23px/1 var(--display);text-transform:uppercase}
.process-step p{margin:0;color:var(--ink-2);font-size:14px}
.production-note{display:grid;grid-template-columns:4fr 8fr;gap:48px;padding:44px 0;border-top:1px solid var(--ink)}
.production-note__label{color:var(--blue);font:600 11px var(--mono);text-transform:uppercase}
.production-note p{max-width:820px;margin:0;font:500 clamp(22px,2.7vw,34px)/1.3 var(--display)}

/* Catalog pages */
.catalog-page{background:var(--paper)}
.hero-compact,.category-page .hero{
  width:min(1240px,calc(100% - 64px));
  max-width:none;
  margin:0 auto;
  padding:54px 0 36px;
}
.hero-compact h1,.category-page .hero h1{
  max-width:920px;
  margin:0 0 14px;
  font:700 clamp(40px,5vw,68px)/.98 var(--display);
  letter-spacing:-.025em;
  text-transform:uppercase;
  text-wrap:balance;
}
.hero-compact p,.category-page .hero>p{max-width:720px;margin:0;color:var(--ink-2);font-size:17px}
.catalog-hub-page main,.catalog-layout{width:min(1240px,calc(100% - 64px));max-width:none;margin:0 auto;padding:18px 0 96px}
.categories{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:28px 18px}
.cat-card{display:block;overflow:hidden;border:0;border-radius:0;text-decoration:none}
.cat-card__media{display:block;overflow:hidden;aspect-ratio:4/3;border:1px solid var(--ink);background:var(--paper-2)}
.cat-card__media img{width:100%;height:100%;object-fit:cover;filter:saturate(.92);transition:transform .3s ease}
.cat-card:hover .cat-card__media img{transform:scale(1.018)}
.cat-card__body{position:relative;padding:14px 34px 12px 0;border-bottom:1px solid var(--rule)}
.cat-card__title{font-size:15px;font-weight:600;line-height:1.35}
.cat-card__meta{margin-top:5px;color:var(--muted);font:400 11px var(--mono)}
.cat-card__body::after{content:"↗";position:absolute;inset-block-start:13px;inset-inline-end:2px;color:var(--blue);font:400 16px var(--mono)}
.catalog-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:32px 18px;width:100%}
.product-card{display:flex;min-width:0;flex-direction:column;overflow:hidden;border:0;border-radius:0;background:transparent}
.product-card__media{display:block;overflow:hidden;aspect-ratio:1;border:1px solid var(--ink);background:var(--white)}
.product-card__media img{width:100%;height:100%;aspect-ratio:auto;object-fit:cover;filter:saturate(.94);transition:transform .3s ease}
.product-card:hover .product-card__media img{transform:scale(1.018)}
.product-card__body{display:flex;flex:1;flex-direction:column;padding:14px 0 0}
.product-card__body h3{margin:0 0 10px;font:600 16px/1.35 var(--body)}
.product-card__body h3 a{text-decoration:none}
.product-card__body h3 a:hover{color:var(--blue)}
.product-card__meta{margin:0 0 10px;color:var(--muted);font:400 10px var(--mono);text-transform:uppercase}
.product-card__price{margin:0;color:var(--ink);font:700 21px/1 var(--display)}
.product-card__cta{margin-top:auto;padding-top:18px;color:var(--blue);font:600 10px var(--mono);text-decoration:none;text-transform:uppercase}
.product-card__cta:hover{text-decoration:underline;text-underline-offset:4px}

/* Product overview */
.product-page{background:var(--paper);color:var(--ink)}
.product-shell{width:100%}
.product-breadcrumbs{width:min(1240px,calc(100% - 64px));margin:0 auto;padding-top:30px}
.product-overview{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(360px,.92fr);align-items:start;gap:clamp(44px,7vw,96px);width:min(1240px,calc(100% - 64px));margin:0 auto;padding:20px 0 84px}
.product-overview__gallery{min-width:0}
.product-overview .product-gallery{margin:0}
.product-overview .gallery-main{width:100%;max-width:none;aspect-ratio:1;object-fit:cover;border:1px solid var(--ink);border-radius:0;background:var(--white)}
.product-overview .gallery-thumbs{display:flex;gap:8px;margin-top:10px;padding:0 0 6px;overflow-x:auto;flex-wrap:nowrap}
.product-overview .gallery-thumb{flex:0 0 66px;width:66px;height:66px;border:1px solid var(--rule);border-radius:0;object-fit:cover;opacity:.72;cursor:pointer}
.product-overview .gallery-thumb.active,.product-overview .gallery-thumb:hover{border-color:var(--blue);opacity:1}
.product-overview__info{padding-top:8px}
.product-overview__code{display:block;margin:0 0 20px;padding:0;border-radius:0;background:none;color:var(--blue);font:600 11px/1.3 var(--mono);letter-spacing:.08em;text-transform:uppercase}
.product-page .product-overview h1{margin:0 0 22px;font:700 clamp(40px,4.8vw,66px)/.97 var(--display);letter-spacing:-.03em;text-transform:none;text-wrap:balance;overflow-wrap:anywhere}
.product-overview__lead{max-width:60ch;margin-bottom:30px;color:var(--ink-2);font-size:17px;line-height:1.6}
.product-overview__lead p{margin:0}
.product-facts{display:grid;grid-template-columns:1fr;margin:0 0 30px;border-top:1px solid var(--ink)}
.product-facts>div{display:grid;grid-template-columns:minmax(110px,1fr) 1.3fr;gap:16px;min-width:0;padding:11px 0;border-bottom:1px solid var(--rule);border-radius:0;background:none}
.product-facts dt{margin:0;color:var(--muted);font:400 11px/1.45 var(--mono)}
.product-facts dd{margin:0;color:var(--ink);font:600 14px/1.4 var(--body);overflow-wrap:anywhere}
.product-workspace{width:min(1240px,calc(100% - 64px));margin:0 auto;padding:0 0 86px;scroll-margin-top:24px}
.product-workspace .tabs{display:flex;gap:0;margin:0 0 24px;padding:0;border-bottom:1px solid var(--ink);overflow-x:auto;scrollbar-width:none}
.product-workspace .tabs::-webkit-scrollbar{display:none}
.product-workspace .tab-btn{flex:0 0 auto;min-height:48px;margin:0;padding:12px 18px;border:0;border-bottom:3px solid transparent;border-radius:0;background:transparent;color:var(--muted);font:600 11px/1.2 var(--mono);text-transform:uppercase;cursor:pointer}
.product-workspace .tab-btn.active{border-bottom-color:var(--blue);background:transparent;color:var(--ink)}
.product-workspace .tab-panel{padding:0}
.constructor,.app{display:grid;grid-template-columns:minmax(300px,370px) minmax(0,1fr);gap:18px;align-items:start}
.spec-sheet,.preview-panel{border:1px solid var(--ink);border-radius:0;background:var(--white)}
.spec-sheet{padding:24px}
.spec-sheet h2{margin:0 0 4px;font:700 24px/1.05 var(--display);text-transform:uppercase}
.spec-sheet .sub,.mockup-shape-label{margin:0 0 20px;color:var(--muted);font:400 10px var(--mono);text-transform:uppercase}
.field{margin-bottom:16px}
.field label{display:flex;justify-content:space-between;margin-bottom:6px;color:var(--ink-2);font:500 10px var(--mono);text-transform:uppercase}
.row3{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}
select,input[type=number]{width:100%;min-height:42px;padding:8px 9px;border:1px solid var(--ink);border-radius:var(--radius);background:#fff;color:var(--ink);font:400 12px var(--mono)}
input[type=range]{width:100%;accent-color:var(--blue)}
.price-box{margin-top:20px;padding:16px;border:1px solid var(--rule);border-radius:0;background:var(--paper)}
.price-box .qty{display:flex;justify-content:space-between;gap:16px;margin-bottom:6px;color:var(--ink-2);font:400 11px var(--mono)}
.price-box .total{margin-top:15px;color:var(--ink);font:700 31px/1 var(--display)}
.constructor-message{min-height:22px;margin-top:8px;color:var(--ink-2);font-size:12px}
.cta{width:100%;min-height:48px;margin-top:12px;padding:10px 14px;border:1px solid var(--ink);border-radius:var(--radius);background:var(--ink);color:#fff;font:600 10px var(--mono);text-transform:uppercase;cursor:pointer}
.cta:hover{border-color:var(--blue);background:var(--blue)}
.preview-panel{display:flex;min-height:480px;flex-direction:column;padding:22px}
.preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;margin-bottom:12px}
.preview-head h3{margin:0;font:700 23px/1.1 var(--display);text-transform:uppercase}
.preview-head .tag{color:var(--muted);font:400 10px var(--mono);text-align:right}
#gp_svgHolder,#mk_canvasHolder{display:flex;min-height:360px;flex:1;align-items:center;justify-content:center;overflow:hidden}
#gp_svgHolder svg{width:100%;max-height:560px}
.gp-cut{fill:#fafafa;stroke:var(--ink);stroke-width:2;vector-effect:non-scaling-stroke}
.gp-fold{fill:none;stroke:var(--blue);stroke-width:1.25;stroke-dasharray:7 6;vector-effect:non-scaling-stroke}
.gp-detail{fill:none;stroke:var(--orange);stroke-width:1.5;vector-effect:non-scaling-stroke}
.gp-label{fill:var(--muted);font:12px var(--mono)}
.export-row{display:flex;gap:8px;margin-top:14px}
.export-row button{flex:1;min-height:42px;padding:8px;border:1px solid var(--ink);border-radius:var(--radius);background:transparent;color:var(--ink);font:500 10px var(--mono);text-transform:uppercase;cursor:pointer}
.export-row button:hover{background:var(--paper)}
.dropzone{display:block;padding:24px 12px;border:1px dashed var(--ink);border-radius:0;color:var(--ink-2);font:400 11px var(--mono);text-align:center;cursor:pointer}
.dropzone input{display:none}
.dropzone.is-dragging{border-color:var(--blue);background:#eef1ff;color:var(--blue)}
.swatches{display:flex;gap:10px}
.swatch{width:32px;height:32px;padding:0;border:1px solid var(--ink);border-radius:50%;appearance:none;cursor:pointer}
.swatch.active{outline:2px solid var(--blue);outline-offset:3px}
#mk_canvasHolder canvas{display:block;width:100%;height:100%;cursor:grab;touch-action:none}
#mk_canvasHolder canvas:active{cursor:grabbing}
.product-spec-content{padding:28px;border:1px solid var(--ink);background:var(--white);color:var(--ink-2);line-height:1.7}
.product-seo{display:grid;grid-template-columns:4fr 8fr;gap:56px;width:min(1240px,calc(100% - 64px));margin:0 auto 96px;padding:52px 0;border-block:1px solid var(--ink);border-radius:0;background:none}
.product-seo__intro{max-width:none;margin:0}
.product-seo__intro>span{display:block;margin-bottom:15px;color:var(--blue);font:600 11px var(--mono);text-transform:uppercase}
.product-seo h2{margin:0 0 17px;font:700 clamp(31px,3.5vw,48px)/1.02 var(--display);letter-spacing:-.02em;text-wrap:balance}
.product-seo__intro p{margin:0;color:var(--ink-2);font-size:16px;line-height:1.65}
.product-seo__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px;padding:0;border:0}
.product-seo__grid article{min-width:0;padding-top:12px;border-top:1px solid var(--rule)}
.product-seo__grid h3{margin:0 0 10px;font:700 19px/1.15 var(--display);text-transform:uppercase}
.product-seo__grid p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.65}

/* Search and FAQ */
.search-page{min-height:70vh;padding:54px max(32px,calc((100vw - 1240px)/2)) 96px;background:var(--paper)}
.catalog-search{width:100%}
.catalog-search__form{max-width:760px;margin-bottom:52px}
.catalog-search__form>label{display:block;margin-bottom:9px;font:600 11px var(--mono);text-transform:uppercase}
.catalog-search__controls{display:flex;border:1px solid var(--ink);border-radius:0;background:#fff;box-shadow:none;overflow:hidden}
.catalog-search__controls input{flex:1;min-width:0;border:0!important;border-radius:0!important;padding:15px 16px!important;font-size:16px!important;outline:0}
.catalog-search__controls button{border:0;border-inline-start:1px solid var(--ink);background:var(--ink);color:#fff;padding:0 24px;font:600 11px var(--mono);text-transform:uppercase;cursor:pointer}
.catalog-search__controls button:hover{background:var(--blue)}
.search-results__head{display:flex;align-items:end;justify-content:space-between;gap:24px;margin-bottom:30px}
.search-results__eyebrow{color:var(--blue);font:600 11px var(--mono);text-transform:uppercase}
.search-results__head h1,.search-empty h1{margin:8px 0 0;font:700 clamp(38px,4vw,58px)/1 var(--display);text-transform:uppercase}
.search-results__head strong{color:var(--muted);font:400 11px var(--mono);white-space:nowrap}
.search-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:28px 18px}
.search-card{overflow:hidden;border:0;border-radius:0;background:transparent}
.search-card__image{display:block;overflow:hidden;aspect-ratio:4/3;border:1px solid var(--ink);background:#fff}
.search-card__image img{width:100%;height:100%;object-fit:cover}
.search-card__body{padding:14px 0}
.search-card__category{color:var(--muted);font:400 10px var(--mono);text-transform:uppercase}
.search-card h2{margin:8px 0 10px;font:600 17px/1.3 var(--body)}
.search-card h2 a{text-decoration:none}
.search-card h2 a:hover{color:var(--blue)}
.search-card p{margin:0 0 12px;color:var(--ink-2);font-size:14px}
.search-card__meta{margin-bottom:13px;color:var(--blue);font:600 11px var(--mono)}
.search-card__link{font:600 10px var(--mono);text-transform:uppercase}
.search-empty{max-width:720px;padding:32px 0;border-block:1px solid var(--ink);border-radius:0;background:none}
.search-empty p{color:var(--ink-2)}
.search-empty a{display:inline-block;margin-top:18px;color:var(--blue);font-weight:600}
.geo-faq{padding-top:76px!important;padding-bottom:76px!important}
.geo-faq__list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-top:1px solid var(--ink)}
.geo-faq details{padding:0 20px;border:0;border-bottom:1px solid var(--rule);border-radius:0;background:transparent}
.geo-faq details:nth-child(odd){border-inline-end:1px solid var(--rule)}
.geo-faq summary{position:relative;padding:19px 32px 19px 0;cursor:pointer;list-style:none;font:600 15px/1.4 var(--body)}
.geo-faq summary::-webkit-details-marker{display:none}
.geo-faq summary::after{content:'+';position:absolute;inset-block-start:16px;inset-inline-end:0;color:var(--blue);font:400 20px var(--mono)}
.geo-faq details[open] summary::after{content:'−'}
.geo-faq details p{margin:-2px 0 20px;color:var(--ink-2);font-size:14px}

/* Footer */
.site-footer{margin-top:0;padding:48px max(32px,calc((100vw - 1240px)/2)) 22px;border-top:1px solid var(--ink);background:var(--ink);color:#fff}
.site-footer__cols{display:grid;grid-template-columns:2fr 1fr 1fr;gap:48px;font-size:14px}
.site-footer__brand img{width:210px;height:auto;filter:brightness(0) invert(1)}
.site-footer__brand p{max-width:440px;margin:18px 0 0;color:#b9bec5}
.site-footer .main-nav{display:flex;align-items:flex-start;flex-direction:column;gap:4px;color:#e6e8ea}
.site-footer .main-nav__item{min-height:34px}
.site-footer__contact{font:400 12px/1.7 var(--mono)}
.site-footer__contact p{margin:0 0 8px}
.site-footer__legal{margin-top:38px;padding-top:18px;border-top:1px solid #41454a;color:#979da4;font:400 10px var(--mono)}

@media(max-width:1040px){
  .site-header{grid-template-columns:1fr auto;gap:20px}
  .site-search{grid-column:1/-1;justify-self:stretch;grid-template-columns:1fr auto}
  .home-page .hero{grid-template-columns:1fr 420px;gap:44px}
  .categories,.catalog-grid{grid-template-columns:repeat(3,minmax(0,1fr))}
  .product-overview{grid-template-columns:minmax(0,1fr) minmax(340px,.9fr);gap:44px}
}
@media(max-width:820px){
  .site-header{grid-template-columns:1fr auto;padding-inline:24px}
  .logo img{width:190px}
  .main-nav{gap:16px}
  .home-page .hero,.product-overview{grid-template-columns:1fr}
  .home-page .hero{min-height:0;padding-block:54px}
  .hero-visual{max-width:600px}
  .stats{grid-template-columns:repeat(2,1fr)}
  .stat-card:nth-child(2){border-inline-end:0}
  .stat-card:nth-child(-n+2){border-bottom:1px solid var(--ink)}
  .block-head,.product-showcase__heading,.production-note,.product-seo{grid-template-columns:1fr}
  .modules{grid-template-columns:1fr}
  .module-card{min-height:230px;border-inline-end:0;border-bottom:1px solid var(--ink)}
  .module-card:last-child{border-bottom:0}
  .home-product-card{flex-basis:calc((100% - 18px)/2.15)}
  .process{grid-template-columns:repeat(2,1fr)}
  .process-step:nth-child(2){border-inline-end:0}
  .process-step:nth-child(-n+2){border-bottom:1px solid var(--rule)}
  .categories,.catalog-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  .constructor,.app{grid-template-columns:1fr}
  .product-seo__grid{grid-template-columns:1fr;gap:20px}
  .site-footer__cols{grid-template-columns:1.5fr 1fr}
  .site-footer__contact{grid-column:1/-1}
}
@media(max-width:560px){
  .site-header{grid-template-columns:1fr;padding:12px 18px;gap:8px}
  .logo img{width:174px}
  .site-header>.main-nav{justify-content:flex-start;width:100%;overflow-x:auto}
  .site-search{grid-column:auto}
  .home-page .hero,.stats,.home-page section.block,.hero-compact,.category-page .hero,.catalog-hub-page main,.catalog-layout,.product-breadcrumbs,.product-overview,.product-workspace,.product-seo{width:calc(100% - 36px)}
  .home-page .hero{padding-block:42px}
  .home-page h1{font-size:clamp(43px,15vw,62px)}
  .home-page .hero p{font-size:16px}
  .hero-ctas{align-items:stretch;flex-direction:column}
  .btn-primary,.btn-secondary{width:100%}
  .hero-visual .canvas{padding:26px 16px}
  .stats{grid-template-columns:1fr}
  .stat-card{border-inline-end:0!important;border-bottom:1px solid var(--ink)}
  .stat-card:last-child{border-bottom:0}
  .home-page section.block{padding-block:68px}
  .block-head{gap:18px;margin-bottom:32px}
  .block-head .eyebrow{margin-bottom:0}
  .product-showcase__heading{gap:16px}
  .home-product-card{flex-basis:86%}
  .process{grid-template-columns:1fr}
  .process-step{padding:20px 0!important;border-inline-end:0;border-bottom:1px solid var(--rule)}
  .process-step .n{margin-bottom:28px}
  .categories,.catalog-grid{grid-template-columns:1fr;gap-block:28px}
  .hero-compact,.category-page .hero{padding-top:36px}
  .hero-compact h1,.category-page .hero h1{font-size:clamp(38px,12vw,52px)}
  .product-overview{padding-bottom:60px}
  .product-page .product-overview h1{font-size:clamp(38px,12vw,50px)}
  .product-facts>div{grid-template-columns:1fr 1.2fr}
  .product-workspace .tab-btn{padding-inline:13px}
  .row3{grid-template-columns:1fr}
  .preview-panel{min-height:380px;padding:15px}
  #gp_svgHolder,#mk_canvasHolder{min-height:280px}
  .product-seo{gap:32px;padding-block:40px}
  .geo-faq__list{grid-template-columns:1fr}
  .geo-faq details:nth-child(odd){border-inline-end:0}
  .search-page{padding:38px 18px 72px}
  .search-results__head{align-items:flex-start;flex-direction:column}
  .search-results{grid-template-columns:1fr}
  .catalog-search__controls button{padding-inline:15px}
  .site-footer{padding-inline:18px}
  .site-footer__cols{grid-template-columns:1fr;gap:32px}
  .site-footer__contact{grid-column:auto}
}
@media(prefers-reduced-motion:reduce){
  html{scroll-behavior:auto}
  *,*::before,*::after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}
}

/* Language architecture */
.site-header{grid-template-columns:minmax(190px,1fr) auto auto minmax(240px,1fr)}
.language-switcher{display:flex;align-items:center;gap:2px;font-family:var(--font-mono);font-size:12px;font-weight:600;letter-spacing:.05em}
.language-switcher a,.language-switcher span{display:grid;place-items:center;min-width:34px;height:34px;border:1px solid var(--line);text-decoration:none;color:var(--muted)}
.language-switcher a:hover{color:var(--ink);border-color:var(--ink)}
.language-switcher span{color:#fff;background:var(--ink);border-color:var(--ink)}
@media(max-width:980px){.site-header{grid-template-columns:1fr auto auto}.site-search{grid-column:1/-1}.language-switcher{justify-self:end}}
@media(max-width:640px){.site-header{grid-template-columns:1fr auto}.main-nav{grid-column:1/-1;grid-row:2}.language-switcher{grid-column:2;grid-row:1}.site-search{grid-row:3}}
/* Commercial hero copy */
.home-page .hero .hero-slogan{
  max-width:none;
  margin:-12px 0 26px;
  color:var(--blue);
  font:600 12px/1.4 var(--mono);
  letter-spacing:.06em;
  text-transform:uppercase;
}
@media(max-width:640px){
  .home-page .hero .hero-slogan{margin:-8px 0 22px;font-size:11px}
}
/* Preflight trust block */
.preflight-proof{
  display:grid;
  grid-template-columns:minmax(250px,.8fr) minmax(390px,1.25fr) minmax(310px,.95fr);
  gap:clamp(28px,4vw,64px);
  align-items:start;
  padding-top:96px;
  padding-bottom:112px;
}
.preflight-proof__head{position:sticky;top:112px}
.preflight-proof__head h2{
  max-width:420px;
  margin:0 0 18px;
  font:600 clamp(38px,4vw,62px)/.98 var(--display);
  letter-spacing:-.045em;
  text-wrap:balance;
}
.preflight-proof__head>p{max-width:430px;margin:0;color:var(--ink-2);font-size:17px;line-height:1.55;text-wrap:pretty}
.preflight-proof__actions{display:flex;align-items:center;gap:18px;margin-top:30px;flex-wrap:wrap}
.preflight-proof__actions .btn-primary{padding-inline:22px}
.text-link{
  color:var(--ink);
  font:600 11px var(--mono);
  letter-spacing:.04em;
  text-decoration-thickness:1px;
  text-underline-offset:4px;
}
.text-link:hover{color:var(--blue)}
.preflight-proof__visual{position:relative;min-height:650px}
.preflight-proof__figure{position:absolute;margin:0;border:1px solid var(--ink);background:var(--white)}
.preflight-proof__figure img{display:block;width:100%;height:100%;object-fit:cover}
.preflight-proof__figure figcaption{
  padding:10px 12px;
  border-top:1px solid var(--ink);
  background:var(--paper);
  color:var(--muted);
  font:500 9px var(--mono);
  letter-spacing:.055em;
  text-transform:uppercase;
}
.preflight-proof__figure--main{top:0;left:0;width:82%;height:490px}
.preflight-proof__figure--main img{height:448px}
.preflight-proof__figure--small{right:0;bottom:0;width:58%;height:300px}
.preflight-proof__figure--small img{height:258px}
.preflight-proof__steps{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}
.preflight-proof__steps li{display:grid;grid-template-columns:40px 1fr;gap:16px;padding:22px 0 24px;border-bottom:1px solid var(--rule)}
.preflight-proof__steps li>span{padding-top:3px;color:var(--blue);font:600 11px var(--mono)}
.preflight-proof__steps h3{margin:0 0 8px;font:600 21px/1.1 var(--display);letter-spacing:-.02em}
.preflight-proof__steps p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.55;text-wrap:pretty}
@media(max-width:1100px){
  .preflight-proof{grid-template-columns:minmax(260px,.75fr) minmax(440px,1.25fr)}
  .preflight-proof__head{position:static}
  .preflight-proof__steps{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}
  .preflight-proof__steps li:nth-child(odd){padding-right:28px}
  .preflight-proof__steps li:nth-child(even){padding-left:28px;border-left:1px solid var(--rule)}
}
@media(max-width:720px){
  .preflight-proof{display:block;padding-top:70px;padding-bottom:78px}
  .preflight-proof__head h2{font-size:46px}
  .preflight-proof__visual{min-height:510px;margin-top:46px}
  .preflight-proof__figure--main{width:88%;height:360px}
  .preflight-proof__figure--main img{height:318px}
  .preflight-proof__figure--small{width:58%;height:235px}
  .preflight-proof__figure--small img{height:193px}
  .preflight-proof__steps{display:block;margin-top:42px}
  .preflight-proof__steps li:nth-child(odd),.preflight-proof__steps li:nth-child(even){padding:20px 0;border-left:0}
}
/* Packaging studio */
.packaging-studio.preflight-proof__visual{
  position:relative;
  min-height:0;
  border:1px solid var(--ink);
  background:var(--white);
}
.packaging-studio__top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:16px;
  min-height:43px;
  padding:10px 12px;
  border-bottom:1px solid var(--ink);
  background:var(--paper-2);
  font:600 9px var(--mono);
  letter-spacing:.065em;
  text-transform:uppercase;
}
.packaging-studio__top>span{color:var(--blue)}
.packaging-studio__top output{color:var(--muted);text-align:right}
.packaging-studio__viewport{position:relative;height:455px;overflow:hidden;background:#f1f1ef;touch-action:none}
.packaging-studio__viewport canvas{display:block;width:100%;height:100%;cursor:grab;outline:none}
.packaging-studio.is-dragging .packaging-studio__viewport canvas{cursor:grabbing}
.packaging-studio__viewport canvas:focus-visible{box-shadow:inset 0 0 0 3px var(--blue)}
.packaging-studio__viewport img{display:block;width:100%;height:100%;object-fit:cover}
.packaging-studio__viewport img[hidden]{display:none}
.packaging-studio__drag{
  position:absolute;
  right:12px;
  bottom:10px;
  z-index:2;
  padding:6px 8px;
  background:rgba(247,247,244,.84);
  color:var(--muted);
  font:500 8px var(--mono);
  letter-spacing:.045em;
  text-transform:uppercase;
  pointer-events:none;
}
.packaging-studio__controls{padding:16px;border-top:1px solid var(--ink)}
.packaging-studio fieldset{margin:0;padding:0;border:0}
.packaging-studio legend{
  width:100%;
  margin:0 0 9px;
  color:var(--muted);
  font:600 9px var(--mono);
  letter-spacing:.065em;
  text-transform:uppercase;
}
.packaging-studio__shapes{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}
.packaging-studio__shapes legend{grid-column:1/-1}
.packaging-studio__shapes button{
  min-height:38px;
  padding:7px 5px;
  border:1px solid var(--rule);
  background:var(--white);
  color:var(--ink-2);
  font:600 9px/1.25 var(--mono);
  cursor:pointer;
  transition:border-color .2s,background .2s,color .2s,transform .15s;
}
.packaging-studio__shapes button:hover{border-color:var(--ink);color:var(--ink)}
.packaging-studio__shapes button:active{transform:translateY(1px)}
.packaging-studio__shapes button.is-active{border-color:var(--ink);background:var(--ink);color:#fff}
.packaging-studio__dimensions{display:grid;gap:11px;margin-top:18px}
.packaging-studio__dimensions label>span{
  display:flex;
  justify-content:space-between;
  margin-bottom:5px;
  color:var(--ink-2);
  font:500 10px var(--mono);
}
.packaging-studio__dimensions output{color:var(--ink);font-variant-numeric:tabular-nums}
.packaging-studio input[type="range"]{
  display:block;
  width:100%;
  height:14px;
  margin:0;
  appearance:none;
  background:transparent;
  cursor:pointer;
}
.packaging-studio input[type="range"]::-webkit-slider-runnable-track{height:2px;background:var(--rule)}
.packaging-studio input[type="range"]::-webkit-slider-thumb{width:14px;height:14px;margin-top:-6px;border:2px solid var(--ink);border-radius:0;appearance:none;background:var(--white)}
.packaging-studio input[type="range"]::-moz-range-track{height:2px;background:var(--rule)}
.packaging-studio input[type="range"]::-moz-range-thumb{width:12px;height:12px;border:2px solid var(--ink);border-radius:0;background:var(--white)}
.packaging-studio input[type="range"]:focus-visible{outline:2px solid var(--blue);outline-offset:3px}
.packaging-studio__colors{display:flex;align-items:center;gap:7px;margin-top:17px!important}
.packaging-studio__colors legend{width:auto;margin:0 auto 0 0}
.packaging-studio__colors button{width:25px;height:25px;padding:0;border:1px solid var(--ink);background:var(--swatch);cursor:pointer}
.packaging-studio__colors button:nth-of-type(1){background:#2448d8}
.packaging-studio__colors button:nth-of-type(2){background:#0f6958}
.packaging-studio__colors button:nth-of-type(3){background:#b54c68}
.packaging-studio__colors button:nth-of-type(4){background:#d49135}
.packaging-studio__colors button.is-active{box-shadow:inset 0 0 0 3px #fff}
.packaging-studio__colors button:focus-visible{outline:2px solid var(--blue);outline-offset:2px}
.packaging-studio.is-fallback .packaging-studio__controls{display:none}
@media(max-width:1100px){
  .packaging-studio__viewport{height:500px}
}
@media(max-width:720px){
  .packaging-studio.preflight-proof__visual{margin-top:42px}
  .packaging-studio__viewport{height:390px}
  .packaging-studio__top{align-items:flex-start;flex-direction:column;gap:4px}
  .packaging-studio__top output{text-align:left}
  .packaging-studio__drag{right:8px;bottom:8px}
}

/* Header navigation: actual nested-list markup */
.site-header .main-nav>ul{display:flex;align-items:center;gap:12px;margin:0;padding:0;list-style:none;white-space:nowrap}
.site-header .main-nav li{margin:0;padding:0;list-style:none}
.site-header .main-nav a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:0 12px;border-bottom:2px solid transparent;color:var(--ink);font:600 15px/1 var(--mono);letter-spacing:.045em;text-decoration:none;text-transform:uppercase;transition:border-color .18s ease,color .18s ease}
.site-header .main-nav a:hover,.site-header .main-nav a:focus-visible,.site-header .main-nav a[aria-current="page"]{border-color:var(--blue);color:var(--blue)}
@media(max-width:560px){
  .site-header .main-nav>ul{gap:4px}
  .site-header .main-nav a{min-height:42px;padding-inline:8px;font-size:13px}
}

/* Production page: fine paperboard and gift packaging */
.info-page main{display:block}
.production-page{--production-measure:min(1240px,calc(100% - 64px))}
.production-page .breadcrumbs{width:var(--production-measure);margin:0 auto;padding-top:24px}
.production-hero{
  display:grid;
  grid-template-columns:minmax(500px,1fr) minmax(500px,1fr);
  width:var(--production-measure);
  min-height:660px;
  margin:0 auto;
  padding:52px 0 78px;
  gap:clamp(38px,6vw,86px);
  align-items:center;
}
.production-hero__copy{padding-bottom:18px}
.production-hero .eyebrow{margin-bottom:22px}
.production-hero h1{
  max-width:620px;
  margin:0;
  font:600 clamp(52px,5.4vw,82px)/.94 var(--display);
  letter-spacing:-.055em;
  text-wrap:balance;
}
.production-hero__lead{max-width:590px;margin:26px 0 0;color:var(--ink-2);font-size:18px;line-height:1.58;text-wrap:pretty}
.production-hero__actions{display:flex;align-items:center;gap:14px;margin-top:34px;flex-wrap:wrap}
.production-hero__actions .btn-primary,.production-hero__actions .btn-secondary{width:auto;white-space:nowrap}
.production-hero__media{margin:0;border:1px solid var(--ink);background:var(--white)}
.production-hero__media img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.production-hero__media figcaption,.production-process__media figcaption,.production-quality__media figcaption{
  padding:10px 13px;
  border-top:1px solid var(--ink);
  color:var(--muted);
  font:500 10px/1.4 var(--mono);
  letter-spacing:.035em;
}
.production-proof{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white)}
.production-proof__inner{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));width:var(--production-measure);margin:0 auto}
.production-proof__item{min-height:154px;padding:28px 26px;border-inline-end:1px solid var(--rule)}
.production-proof__item:first-child{padding-inline-start:0}
.production-proof__item:last-child{border-inline-end:0;padding-inline-end:0}
.production-proof__item strong{display:block;margin-bottom:8px;font:600 22px/1.1 var(--display);letter-spacing:-.025em}
.production-proof__item span{display:block;color:var(--ink-2);font-size:14px;line-height:1.5}
.production-section{width:var(--production-measure);margin:0 auto;padding:104px 0}
.production-section__head{max-width:760px;margin-bottom:48px}
.production-section__head h2{margin:0;font:600 clamp(40px,4.6vw,64px)/.98 var(--display);letter-spacing:-.045em;text-wrap:balance}
.production-section__head p{max-width:680px;margin:20px 0 0;color:var(--ink-2);font-size:17px;line-height:1.6;text-wrap:pretty}
.production-range{display:grid;grid-template-columns:1.25fr .75fr;border-top:1px solid var(--ink)}
.production-range__primary{padding:34px 42px 36px 0;border-inline-end:1px solid var(--rule)}
.production-range__primary h3{max-width:620px;margin:0 0 18px;font:600 clamp(32px,3vw,48px)/1 var(--display);letter-spacing:-.035em}
.production-range__primary p{max-width:610px;margin:0 0 28px;color:var(--ink-2)}
.production-range__primary a,.production-range__list a{font:600 12px var(--mono);text-underline-offset:5px}
.production-range__list{margin:0;padding:0 0 0 42px;list-style:none}
.production-range__list li{padding:22px 0;border-bottom:1px solid var(--rule)}
.production-range__list li:last-child{border-bottom:0}
.production-range__list strong{display:block;margin-bottom:5px;font:600 21px var(--display)}
.production-range__list span{color:var(--ink-2);font-size:14px}
.production-process-wrap{background:var(--paper-2)}
.production-process{display:grid;grid-template-columns:minmax(420px,1.05fr) minmax(400px,.95fr);gap:clamp(44px,7vw,96px);align-items:start}
.production-process__media{position:sticky;top:112px;margin:0;border:1px solid var(--ink);background:var(--white)}
.production-process__media img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.production-process__content h2{margin:0 0 32px;font:600 clamp(40px,4.4vw,62px)/.98 var(--display);letter-spacing:-.045em}
.production-process__list{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}
.production-process__list li{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:24px 0;border-bottom:1px solid var(--rule)}
.production-process__list strong{font:600 18px/1.25 var(--display)}
.production-process__list p{margin:0;color:var(--ink-2);font-size:14px;line-height:1.55}
.production-finishes{display:grid;grid-template-columns:1.15fr .85fr;gap:1px;background:var(--ink);border:1px solid var(--ink)}
.production-finishes__group{min-height:260px;padding:36px;background:var(--white)}
.production-finishes__group:first-child{background:#edf1ff}
.production-finishes__group h3{max-width:520px;margin:0 0 22px;font:600 30px/1.05 var(--display);letter-spacing:-.03em}
.production-finishes__group ul{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px 28px;margin:0;padding:0;list-style:none;color:var(--ink-2)}
.production-finishes__group li{position:relative;padding-inline-start:18px}
.production-finishes__group li::before{content:'';position:absolute;inset-inline-start:0;top:.72em;width:8px;height:1px;background:var(--blue)}
.production-quality{display:grid;grid-template-columns:minmax(420px,1fr) minmax(360px,.82fr);gap:clamp(42px,7vw,96px);align-items:center}
.production-quality__media{margin:0;border:1px solid var(--ink);background:var(--white)}
.production-quality__media img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.production-quality__copy h2{margin:0 0 22px;font:600 clamp(40px,4vw,58px)/.98 var(--display);letter-spacing:-.04em}
.production-quality__copy>p{margin:0 0 28px;color:var(--ink-2);font-size:17px;line-height:1.6}
.production-quality__checks{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}
.production-quality__checks li{padding:15px 0;border-bottom:1px solid var(--rule);font-weight:500}
.production-faq{max-width:880px}
.production-faq details{border-top:1px solid var(--rule)}
.production-faq details:last-child{border-bottom:1px solid var(--rule)}
.production-faq summary{position:relative;padding:20px 44px 20px 0;cursor:pointer;font:600 20px/1.35 var(--display);list-style:none}
.production-faq summary::-webkit-details-marker{display:none}
.production-faq summary::after{content:'+';position:absolute;inset-inline-end:0;top:18px;color:var(--blue);font:400 22px var(--mono)}
.production-faq details[open] summary::after{content:'-'}
.production-faq details p{max-width:720px;margin:-3px 0 22px;color:var(--ink-2)}
.production-cta{margin-top:0;padding:86px max(32px,calc((100vw - 1240px)/2));border-top:1px solid var(--ink);background:#edf1ff}
.production-cta__inner{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:end}
.production-cta h2{max-width:760px;margin:0;font:600 clamp(42px,5vw,70px)/.96 var(--display);letter-spacing:-.05em;text-wrap:balance}
.production-cta p{max-width:660px;margin:18px 0 0;color:var(--ink-2);font-size:17px}
.production-cta__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.production-cta__actions a{white-space:nowrap}
@media(max-width:1040px){
  .production-page{--production-measure:calc(100% - 48px)}
  .production-hero{grid-template-columns:1fr 1fr;min-height:0;padding-top:44px}
  .production-hero h1{font-size:clamp(48px,6vw,66px)}
  .production-proof__inner{grid-template-columns:repeat(2,1fr)}
  .production-proof__item:nth-child(2){border-inline-end:0;padding-inline-end:0}
  .production-proof__item:nth-child(3){padding-inline-start:0;border-top:1px solid var(--rule)}
  .production-proof__item:nth-child(4){border-top:1px solid var(--rule)}
  .production-process,.production-quality{grid-template-columns:1fr 1fr;gap:40px}
  .production-process__media{position:static}
  .production-process__list li{grid-template-columns:120px 1fr}
}
@media(max-width:760px){
  .production-page{--production-measure:calc(100% - 36px)}
  .production-page .breadcrumbs{padding-top:18px}
  .production-hero{display:block;padding:34px 0 56px}
  .production-hero h1{font-size:clamp(44px,13vw,60px)}
  .production-hero__lead{font-size:16px}
  .production-hero__actions{align-items:stretch;flex-direction:column}
  .production-hero__actions .btn-primary,.production-hero__actions .btn-secondary{width:100%}
  .production-hero__media{margin-top:42px}
  .production-proof__inner{grid-template-columns:1fr}
  .production-proof__item,.production-proof__item:first-child,.production-proof__item:last-child,.production-proof__item:nth-child(2),.production-proof__item:nth-child(3){min-height:0;padding:22px 0;border-inline-end:0;border-top:0;border-bottom:1px solid var(--rule)}
  .production-proof__item:last-child{border-bottom:0}
  .production-section{padding:72px 0}
  .production-section__head{margin-bottom:34px}
  .production-section__head h2{font-size:clamp(38px,11vw,50px)}
  .production-range{display:block}
  .production-range__primary{padding:28px 0;border-inline-end:0;border-bottom:1px solid var(--rule)}
  .production-range__list{padding:0}
  .production-process,.production-quality{display:flex;flex-direction:column;gap:34px}
  .production-process__content{order:-1}
  .production-process__list li{grid-template-columns:1fr;gap:8px}
  .production-finishes{grid-template-columns:1fr}
  .production-finishes__group{min-height:0;padding:28px 22px}
  .production-finishes__group ul{grid-template-columns:1fr}
  .production-quality__copy h2{font-size:clamp(38px,11vw,50px)}
  .production-cta{padding:66px 18px}
  .production-cta__inner{grid-template-columns:1fr;align-items:start}
  .production-cta__actions{justify-content:flex-start;flex-direction:column}
  .production-cta__actions a{width:100%}
}

/* Materials and print page */
.materials-page{--materials-measure:min(1240px,calc(100% - 64px))}
.materials-page .breadcrumbs{width:var(--materials-measure);margin:0 auto;padding-top:24px}
.materials-hero{display:grid;grid-template-columns:minmax(500px,1fr) minmax(500px,1fr);width:var(--materials-measure);min-height:660px;margin:0 auto;padding:52px 0 78px;gap:clamp(38px,6vw,76px);align-items:center}
.materials-hero .eyebrow{margin-bottom:22px}
.materials-hero h1{max-width:610px;margin:0;font:600 clamp(52px,5.4vw,82px)/.94 var(--display);letter-spacing:-.055em;text-wrap:balance}
.materials-hero__lead{max-width:590px;margin:26px 0 0;color:var(--ink-2);font-size:18px;line-height:1.58;text-wrap:pretty}
.materials-hero__actions{display:flex;gap:14px;margin-top:34px;flex-wrap:wrap}
.materials-hero__actions a{width:auto;white-space:nowrap}
.materials-hero__media,.materials-print__media,.materials-color__media{margin:0;border:1px solid var(--ink);background:var(--white)}
.materials-hero__media img{width:100%;height:auto;aspect-ratio:3/2;object-fit:cover}
.materials-print__media img,.materials-color__media img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.materials-hero__media figcaption,.materials-print__media figcaption,.materials-color__media figcaption{padding:10px 13px;border-top:1px solid var(--ink);color:var(--muted);font:500 10px/1.4 var(--mono);letter-spacing:.035em}
.materials-route{border-top:1px solid var(--ink);border-bottom:1px solid var(--ink);background:var(--white)}
.materials-route__inner{display:grid;grid-template-columns:1.25fr repeat(3,1fr);width:var(--materials-measure);margin:0 auto}
.materials-route__intro,.materials-route__item{min-height:160px;padding:28px 26px;border-inline-end:1px solid var(--rule)}
.materials-route__intro{padding-inline-start:0}
.materials-route__item:last-child{padding-inline-end:0;border-inline-end:0}
.materials-route__intro strong{display:block;max-width:260px;font:600 25px/1.08 var(--display);letter-spacing:-.025em}
.materials-route__item b{display:block;margin-bottom:8px;color:var(--blue);font:600 11px var(--mono)}
.materials-route__item strong{display:block;margin-bottom:7px;font:600 20px/1.15 var(--display)}
.materials-route__item span{color:var(--ink-2);font-size:13px;line-height:1.5}
.materials-section{width:var(--materials-measure);margin:0 auto;padding:104px 0}
.materials-section__head{max-width:780px;margin-bottom:48px}
.materials-section__head h2{margin:0;font:600 clamp(40px,4.6vw,64px)/.98 var(--display);letter-spacing:-.045em;text-wrap:balance}
.materials-section__head p{max-width:700px;margin:20px 0 0;color:var(--ink-2);font-size:17px;line-height:1.6;text-wrap:pretty}
.material-comparison{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}
.material-comparison li{display:grid;grid-template-columns:minmax(220px,.75fr) minmax(300px,1fr) minmax(270px,.8fr);gap:36px;padding:28px 0;border-bottom:1px solid var(--rule);align-items:start}
.material-comparison h3{margin:0;font:600 25px/1.1 var(--display);letter-spacing:-.025em}
.material-comparison p{margin:0;color:var(--ink-2);font-size:15px}
.material-comparison small{color:var(--muted);font:500 11px/1.55 var(--mono)}
.materials-print-wrap{background:var(--paper-2)}
.materials-print{display:grid;grid-template-columns:minmax(430px,1.05fr) minmax(400px,.95fr);gap:clamp(44px,7vw,96px);align-items:start}
.materials-print__media{position:sticky;top:112px}
.materials-print__content h2{margin:0 0 20px;font:600 clamp(40px,4.4vw,62px)/.98 var(--display);letter-spacing:-.045em}
.materials-print__intro{margin:0 0 30px;color:var(--ink-2);font-size:17px;line-height:1.6}
.print-methods{display:grid;gap:1px;background:var(--ink);border:1px solid var(--ink)}
.print-method{padding:28px;background:var(--white)}
.print-method h3{margin:0 0 10px;font:600 26px/1.05 var(--display)}
.print-method p{margin:0;color:var(--ink-2);font-size:14px}
.print-method__use{display:block;margin-top:14px;color:var(--blue);font:600 10px/1.5 var(--mono);letter-spacing:.035em}
.materials-finish-grid{display:grid;grid-template-columns:1.15fr .85fr;gap:48px;align-items:start}
.materials-finish-visual{margin:0;border:1px solid var(--ink);background:var(--white)}
.materials-finish-visual img{width:100%;height:auto;aspect-ratio:4/3;object-fit:cover}
.materials-finish-visual figcaption{padding:10px 13px;border-top:1px solid var(--ink);color:var(--muted);font:500 10px/1.4 var(--mono)}
.finish-list{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}
.finish-list li{padding:19px 0;border-bottom:1px solid var(--rule)}
.finish-list strong{display:block;margin-bottom:5px;font:600 21px var(--display)}
.finish-list span{display:block;color:var(--ink-2);font-size:14px;line-height:1.5}
.materials-choice{background:#edf1ff}
.materials-choice__grid{display:grid;grid-template-columns:.85fr 1.15fr;gap:clamp(50px,8vw,110px);align-items:start}
.materials-choice__copy h2{margin:0;font:600 clamp(40px,4.5vw,62px)/.98 var(--display);letter-spacing:-.045em}
.materials-choice__copy p{margin:20px 0 0;color:var(--ink-2);font-size:17px}
.materials-choice__cases{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}
.materials-choice__cases li{display:grid;grid-template-columns:150px 1fr;gap:24px;padding:23px 0;border-bottom:1px solid var(--rule)}
.materials-choice__cases strong{font:600 18px/1.25 var(--display)}
.materials-choice__cases p{margin:0;color:var(--ink-2);font-size:14px}
.materials-color{display:grid;grid-template-columns:minmax(420px,1fr) minmax(360px,.82fr);gap:clamp(42px,7vw,96px);align-items:center}
.materials-color__copy h2{margin:0 0 22px;font:600 clamp(40px,4vw,58px)/.98 var(--display);letter-spacing:-.04em}
.materials-color__copy>p{margin:0 0 28px;color:var(--ink-2);font-size:17px;line-height:1.6}
.materials-color__points{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 28px;margin:0;padding:0;list-style:none}
.materials-color__points strong{display:block;margin-bottom:5px;font:600 18px var(--display)}
.materials-color__points span{display:block;color:var(--ink-2);font-size:13px}
.materials-prepress{display:grid;grid-template-columns:1fr 1fr;gap:1px;border:1px solid var(--ink);background:var(--ink)}
.materials-prepress__group{padding:34px;background:var(--white)}
.materials-prepress__group:first-child{background:#edf1ff}
.materials-prepress__group h3{margin:0 0 18px;font:600 28px/1.05 var(--display)}
.materials-prepress__group ul{margin:0;padding:0;list-style:none}
.materials-prepress__group li{position:relative;margin-top:10px;padding-inline-start:18px;color:var(--ink-2)}
.materials-prepress__group li::before{content:'';position:absolute;inset-inline-start:0;top:.72em;width:8px;height:1px;background:var(--blue)}
.materials-faq{max-width:880px}
.materials-faq details{border-top:1px solid var(--rule)}
.materials-faq details:last-child{border-bottom:1px solid var(--rule)}
.materials-faq summary{position:relative;padding:20px 44px 20px 0;cursor:pointer;font:600 20px/1.35 var(--display);list-style:none}
.materials-faq summary::-webkit-details-marker{display:none}
.materials-faq summary::after{content:'+';position:absolute;inset-inline-end:0;top:18px;color:var(--blue);font:400 22px var(--mono)}
.materials-faq details[open] summary::after{content:'-'}
.materials-faq details p{max-width:720px;margin:-3px 0 22px;color:var(--ink-2)}
.materials-cta{padding:86px max(32px,calc((100vw - 1240px)/2));border-top:1px solid var(--ink);background:var(--white)}
.materials-cta__inner{display:grid;grid-template-columns:1fr auto;gap:36px;align-items:end}
.materials-cta h2{max-width:760px;margin:0;font:600 clamp(42px,5vw,70px)/.96 var(--display);letter-spacing:-.05em;text-wrap:balance}
.materials-cta p{max-width:670px;margin:18px 0 0;color:var(--ink-2);font-size:17px}
.materials-cta__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:flex-end}
.materials-cta__actions a{white-space:nowrap}
@media(max-width:1040px){
  .materials-page{--materials-measure:calc(100% - 48px)}
  .materials-hero{grid-template-columns:1fr 1fr;min-height:0;padding-top:44px}
  .materials-hero h1{font-size:clamp(48px,6vw,66px)}
  .materials-route__inner{grid-template-columns:1fr 1fr}
  .materials-route__intro,.materials-route__item{border-bottom:1px solid var(--rule)}
  .materials-route__item:nth-child(2){border-inline-end:0;padding-inline-end:0}
  .materials-route__item:nth-child(3){padding-inline-start:0}
  .materials-route__item:last-child{border-bottom:0}
  .materials-print,.materials-color{grid-template-columns:1fr 1fr;gap:40px}
  .materials-print__media{position:static}
  .material-comparison li{grid-template-columns:210px 1fr;gap:18px 34px}
  .material-comparison small{grid-column:2}
}
@media(max-width:760px){
  .materials-page{--materials-measure:calc(100% - 36px)}
  .materials-page .breadcrumbs{padding-top:18px}
  .materials-hero{display:block;padding:34px 0 56px}
  .materials-hero h1{font-size:clamp(44px,13vw,60px)}
  .materials-hero__lead{font-size:16px}
  .materials-hero__actions{align-items:stretch;flex-direction:column}
  .materials-hero__actions a{width:100%}
  .materials-hero__media{margin-top:42px}
  .materials-route__inner{grid-template-columns:1fr}
  .materials-route__intro,.materials-route__item,.materials-route__item:nth-child(2),.materials-route__item:nth-child(3),.materials-route__item:last-child{min-height:0;padding:22px 0;border-inline-end:0;border-bottom:1px solid var(--rule)}
  .materials-route__item:last-child{border-bottom:0}
  .materials-section{padding:72px 0}
  .materials-section__head{margin-bottom:34px}
  .materials-section__head h2{font-size:clamp(38px,11vw,50px)}
  .material-comparison li{grid-template-columns:1fr;gap:10px;padding:22px 0}
  .material-comparison small{grid-column:auto}
  .materials-print,.materials-finish-grid,.materials-choice__grid,.materials-color{display:flex;flex-direction:column;gap:34px}
  .materials-print__content{order:-1}
  .materials-choice__cases li{grid-template-columns:1fr;gap:7px}
  .materials-color__copy{order:-1}
  .materials-color__points{grid-template-columns:1fr}
  .materials-prepress{grid-template-columns:1fr}
  .materials-prepress__group{padding:28px 22px}
  .materials-cta{padding:66px 18px}
  .materials-cta__inner{grid-template-columns:1fr;align-items:start}
  .materials-cta__actions{justify-content:flex-start;flex-direction:column}
  .materials-cta__actions a{width:100%}
}

/* Packaging design page */
.design-page{--design-ink:#15171b;--design-muted:#60656f;--design-line:#cfd2d7;--design-soft:#f1f3f6;--design-blue:#245ff2;color:var(--design-ink);background:#f7f7f5;}
.design-page *{box-sizing:border-box;}
.design-page img{display:block;width:100%;height:auto;}
.design-page h1,.design-page h2,.design-page h3,.design-page p,.design-page ul,.design-page ol,.design-page figure{margin-top:0;}
.design-page .breadcrumbs{max-width:1440px;margin:0 auto;padding:28px 32px 0;}
.design-hero{max-width:1440px;min-height:660px;margin:0 auto;padding:92px 32px 72px;display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);gap:76px;align-items:center;}
.design-hero__copy{max-width:590px;}
.design-hero .eyebrow,.design-section__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:26px;color:var(--design-blue);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;}
.design-hero .eyebrow:before,.design-section__eyebrow:before{content:"";width:28px;height:2px;background:currentColor;flex:0 0 auto;}
.design-hero h1{max-width:570px;margin-bottom:24px;font-size:clamp(52px,5vw,82px);line-height:.96;letter-spacing:-.055em;}
.design-hero__lead{max-width:570px;margin-bottom:32px;color:var(--design-muted);font-size:20px;line-height:1.55;}
.design-hero__actions,.design-cta__actions{display:flex;gap:12px;flex-wrap:wrap;}
.design-page .btn-primary,.design-page .btn-secondary{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:13px 20px;border:1px solid var(--design-ink);border-radius:2px;font-size:13px;font-weight:700;letter-spacing:.04em;text-decoration:none;}
.design-page .btn-primary{color:#fff;background:var(--design-ink);}
.design-page .btn-secondary{color:var(--design-ink);background:transparent;}
.design-page .btn-primary:hover{background:var(--design-blue);border-color:var(--design-blue);}
.design-page .btn-secondary:hover{color:var(--design-blue);border-color:var(--design-blue);}
.design-hero__media,.design-structure__media,.design-artwork__media{margin:0;border:1px solid var(--design-ink);background:#e8e9eb;}
.design-hero__media img{aspect-ratio:3/2;object-fit:cover;}
.design-hero__media figcaption,.design-structure__media figcaption,.design-artwork__media figcaption{padding:10px 14px;border-top:1px solid var(--design-ink);color:#7a7f87;background:#f7f7f5;font-size:10px;font-weight:600;letter-spacing:.1em;text-transform:uppercase;}
.design-route{background:var(--design-ink);color:#fff;}
.design-route__inner{max-width:1440px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.05fr repeat(4,1fr);}
.design-route__intro,.design-route__item{min-height:190px;padding:32px 26px;border-inline-end:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;justify-content:space-between;}
.design-route__intro{padding-inline-start:0;}
.design-route__item:last-child{border-inline-end:0;}
.design-route__intro strong{max-width:230px;font-size:25px;line-height:1.1;letter-spacing:-.03em;}
.design-route__item b{color:#7f9fff;font-size:11px;letter-spacing:.12em;}
.design-route__item strong{font-size:20px;}
.design-route__item span{color:#b9bdc5;font-size:13px;line-height:1.45;}
.design-section{max-width:1440px;margin:0 auto;padding:112px 32px;}
.design-section__head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);gap:72px;align-items:end;margin-bottom:56px;}
.design-section__head h2{max-width:760px;margin-bottom:0;font-size:clamp(38px,4.3vw,66px);line-height:1;letter-spacing:-.045em;}
.design-section__head p{max-width:540px;margin-bottom:4px;color:var(--design-muted);font-size:18px;line-height:1.55;}
.design-duality{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--design-ink);border-bottom:1px solid var(--design-ink);}
.design-duality article{min-height:350px;padding:38px 42px 42px 0;display:grid;grid-template-columns:72px 1fr;align-content:start;gap:20px;}
.design-duality article+article{padding-inline-start:42px;padding-inline-end:0;border-inline-start:1px solid var(--design-ink);}
.design-duality__number{color:var(--design-blue);font-size:13px;font-weight:700;letter-spacing:.1em;}
.design-duality h3{margin-bottom:16px;font-size:31px;line-height:1.08;letter-spacing:-.025em;}
.design-duality p{color:var(--design-muted);font-size:16px;line-height:1.65;}
.design-duality ul{margin:24px 0 0;padding:0;list-style:none;display:grid;gap:9px;}
.design-duality li{position:relative;padding-inline-start:18px;font-size:14px;line-height:1.45;}
.design-duality li:before{content:"";position:absolute;inset-inline-start:0;top:.55em;width:6px;height:6px;background:var(--design-blue);}
.design-structure-wrap{background:#eef2f8;}
.design-structure{display:grid;grid-template-columns:minmax(460px,1.08fr) minmax(0,.92fr);gap:80px;align-items:center;}
.design-structure__media img,.design-artwork__media img{aspect-ratio:3/2;object-fit:cover;}
.design-structure__copy h2,.design-artwork__copy h2{margin-bottom:24px;font-size:clamp(38px,4.2vw,62px);line-height:1;letter-spacing:-.045em;}
.design-structure__copy>p,.design-artwork__copy>p{color:var(--design-muted);font-size:18px;line-height:1.6;}
.design-checks{margin:34px 0 0;padding:0;list-style:none;border-top:1px solid var(--design-line);}
.design-checks li{padding:17px 0;border-bottom:1px solid var(--design-line);display:grid;grid-template-columns:32px 1fr;gap:10px;align-items:start;}
.design-checks b{color:var(--design-blue);font-size:11px;letter-spacing:.08em;}
.design-checks strong{display:block;margin-bottom:4px;font-size:16px;}
.design-checks span{color:var(--design-muted);font-size:14px;line-height:1.45;}
.design-deliverables{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--design-ink);border-inline-start:1px solid var(--design-line);}
.design-deliverables li{min-height:245px;padding:30px;border-inline-end:1px solid var(--design-line);border-bottom:1px solid var(--design-line);list-style:none;}
.design-deliverables b{display:block;margin-bottom:54px;color:var(--design-blue);font-size:11px;letter-spacing:.12em;}
.design-deliverables strong{display:block;margin-bottom:12px;font-size:21px;line-height:1.15;}
.design-deliverables span{color:var(--design-muted);font-size:14px;line-height:1.55;}
.design-artwork-wrap{background:#fff;}
.design-artwork{display:grid;grid-template-columns:minmax(0,.9fr) minmax(460px,1.1fr);gap:80px;align-items:center;}
.design-artwork__media{order:2;}
.design-artwork__copy{order:1;}
.design-artwork__note{margin-top:30px;padding:22px;border-inline-start:3px solid var(--design-blue);background:var(--design-soft);font-size:14px;line-height:1.55;}
.design-brief{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:start;}
.design-brief__intro h2{margin-bottom:20px;font-size:clamp(38px,4.2vw,62px);line-height:1;letter-spacing:-.045em;}
.design-brief__intro p{color:var(--design-muted);font-size:18px;line-height:1.6;}
.design-brief__grid{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--design-ink);}
.design-brief__grid li{min-height:190px;padding:28px 24px 28px 0;border-bottom:1px solid var(--design-line);list-style:none;}
.design-brief__grid li:nth-child(even){padding-inline-start:24px;padding-inline-end:0;border-inline-start:1px solid var(--design-line);}
.design-brief__grid b{display:block;margin-bottom:34px;color:var(--design-blue);font-size:11px;letter-spacing:.1em;}
.design-brief__grid strong{display:block;margin-bottom:8px;font-size:18px;}
.design-brief__grid span{color:var(--design-muted);font-size:14px;line-height:1.5;}
.design-process-wrap{background:var(--design-soft);}
.design-process{padding-bottom:96px;}
.design-process__steps{display:grid;grid-template-columns:repeat(5,1fr);counter-reset:designstep;border-top:1px solid var(--design-ink);}
.design-process__steps li{min-height:280px;padding:28px 22px;border-inline-end:1px solid var(--design-line);list-style:none;counter-increment:designstep;}
.design-process__steps li:last-child{border-inline-end:0;}
.design-process__steps li:before{content:"0" counter(designstep);display:block;margin-bottom:70px;color:var(--design-blue);font-size:12px;font-weight:700;letter-spacing:.08em;}
.design-process__steps strong{display:block;margin-bottom:12px;font-size:18px;line-height:1.2;}
.design-process__steps span{color:var(--design-muted);font-size:14px;line-height:1.55;}
.design-faq{padding-bottom:112px;}
.design-faq .design-section__head{margin-bottom:36px;}
.design-faq details{border-top:1px solid var(--design-line);}
.design-faq details:last-child{border-bottom:1px solid var(--design-line);}
.design-faq summary{padding:24px 48px 24px 0;position:relative;cursor:pointer;font-size:19px;font-weight:600;list-style:none;}
.design-faq summary::-webkit-details-marker{display:none;}
.design-faq summary:after{content:"+";position:absolute;inset-inline-end:8px;top:20px;color:var(--design-blue);font-size:28px;font-weight:400;}
.design-faq details[open] summary:after{content:"−";}
.design-faq details p{max-width:820px;padding:0 0 24px;color:var(--design-muted);font-size:15px;line-height:1.65;}
.design-cta{background:var(--design-blue);color:#fff;}
.design-cta__inner{max-width:1440px;margin:0 auto;padding:76px 32px;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:end;}
.design-cta h2{max-width:800px;margin-bottom:14px;font-size:clamp(38px,4.3vw,66px);line-height:1;letter-spacing:-.045em;}
.design-cta p{max-width:700px;margin-bottom:0;color:#dce5ff;font-size:18px;line-height:1.55;}
.design-cta .btn-primary{background:#fff;border-color:#fff;color:var(--design-ink);}
.design-cta .btn-primary:hover{background:var(--design-ink);border-color:var(--design-ink);color:#fff;}
.design-cta .btn-secondary{border-color:#fff;color:#fff;}
@media(max-width:1100px){.design-hero{grid-template-columns:1fr 1fr;gap:42px;}.design-route__inner{grid-template-columns:1fr 1fr 1fr;}.design-route__intro{grid-row:span 2;}.design-route__item:nth-child(3){border-inline-end:0;}.design-route__item:nth-child(4),.design-route__item:nth-child(5){border-top:1px solid rgba(255,255,255,.2);}.design-structure,.design-artwork{gap:48px;}.design-process__steps{grid-template-columns:repeat(3,1fr);}.design-process__steps li:nth-child(3){border-inline-end:0;}.design-process__steps li:nth-child(n+4){border-top:1px solid var(--design-line);}}
@media(max-width:760px){.design-page .breadcrumbs{padding:20px 18px 0;}.design-hero{min-height:0;padding:58px 18px 56px;grid-template-columns:1fr;gap:38px;}.design-hero h1{font-size:49px;}.design-hero__lead{font-size:17px;}.design-hero__actions,.design-cta__actions{display:grid;grid-template-columns:1fr;}.design-hero__media img{aspect-ratio:4/3;}.design-route__inner{padding:0 18px;grid-template-columns:1fr 1fr;}.design-route__intro{min-height:150px;grid-column:1/-1;grid-row:auto;padding-inline-end:0;border-inline-end:0;border-bottom:1px solid rgba(255,255,255,.2);}.design-route__intro strong{max-width:none;}.design-route__item{min-height:178px;padding:24px 16px 24px 0;}.design-route__item:nth-child(even){padding-inline-start:16px;padding-inline-end:0;border-inline-start:1px solid rgba(255,255,255,.2);border-inline-end:0;}.design-route__item:nth-child(3){padding-inline-start:16px;}.design-route__item:nth-child(n+4){border-top:1px solid rgba(255,255,255,.2);}.design-section{padding:76px 18px;}.design-section__head{grid-template-columns:1fr;gap:18px;margin-bottom:38px;}.design-section__head h2,.design-structure__copy h2,.design-artwork__copy h2,.design-brief__intro h2{font-size:42px;}.design-section__head p,.design-structure__copy>p,.design-artwork__copy>p,.design-brief__intro p{font-size:16px;}.design-duality{grid-template-columns:1fr;}.design-duality article{min-height:0;padding:28px 0;grid-template-columns:42px 1fr;}.design-duality article+article{padding:28px 0;border-inline-start:0;border-top:1px solid var(--design-ink);}.design-structure,.design-artwork,.design-brief{grid-template-columns:1fr;gap:40px;}.design-artwork__media{order:1;}.design-artwork__copy{order:2;}.design-deliverables{grid-template-columns:1fr 1fr;}.design-deliverables li{min-height:220px;padding:24px 20px;}.design-deliverables b{margin-bottom:34px;}.design-brief__grid{grid-template-columns:1fr;}.design-brief__grid li,.design-brief__grid li:nth-child(even){min-height:0;padding:24px 0;border-inline-start:0;}.design-brief__grid b{margin-bottom:20px;}.design-process__steps{grid-template-columns:1fr 1fr;}.design-process__steps li{min-height:230px;padding:24px 16px 24px 0;}.design-process__steps li:nth-child(even){padding-inline-start:16px;padding-inline-end:0;border-inline-start:1px solid var(--design-line);border-inline-end:0;}.design-process__steps li:nth-child(3){border-inline-end:1px solid var(--design-line);}.design-process__steps li:nth-child(n+3){border-top:1px solid var(--design-line);}.design-process__steps li:before{margin-bottom:45px;}.design-cta__inner{padding:64px 18px;grid-template-columns:1fr;align-items:start;}.design-cta h2{font-size:43px;}}
@media(max-width:440px){.design-hero h1{font-size:43px;}.design-deliverables{grid-template-columns:1fr;}.design-deliverables li{min-height:0;}.design-route__item strong{font-size:17px;}.design-route__item span{font-size:12px;}.design-process__steps{grid-template-columns:1fr;}.design-process__steps li,.design-process__steps li:nth-child(even){min-height:0;padding:24px 0;border-inline-start:0;border-inline-end:0;border-top:1px solid var(--design-line);}.design-process__steps li:before{margin-bottom:26px;}}

/* How to order page */
.order-page{--order-ink:#15171b;--order-muted:#626873;--order-line:#ced2d8;--order-soft:#eef3fb;--order-blue:#245ff2;color:var(--order-ink);background:#f7f7f5;}
.order-page *{box-sizing:border-box;}
.order-page h1,.order-page h2,.order-page h3,.order-page p,.order-page ul,.order-page ol{margin-top:0;}
.order-page .breadcrumbs{max-width:1440px;margin:0 auto;padding:28px 32px 0;}
.order-hero{max-width:1440px;min-height:660px;margin:0 auto;padding:84px 32px 72px;display:grid;grid-template-columns:minmax(0,.9fr) minmax(470px,1.1fr);gap:80px;align-items:center;}
.order-hero__copy{max-width:620px;}
.order-hero .eyebrow,.order-section__eyebrow{display:flex;align-items:center;gap:12px;margin-bottom:25px;color:var(--order-blue);font-size:12px;font-weight:700;letter-spacing:.16em;text-transform:uppercase;}
.order-hero .eyebrow:before,.order-section__eyebrow:before{content:"";width:28px;height:2px;background:currentColor;flex:0 0 auto;}
.order-hero h1{max-width:620px;margin-bottom:24px;font-size:clamp(52px,5.2vw,84px);line-height:.95;letter-spacing:-.055em;}
.order-hero__lead{max-width:590px;margin-bottom:32px;color:var(--order-muted);font-size:20px;line-height:1.55;}
.order-hero__actions,.order-cta__actions{display:flex;gap:12px;flex-wrap:wrap;}
.order-page .btn-primary,.order-page .btn-secondary{display:inline-flex;min-height:48px;align-items:center;justify-content:center;padding:13px 20px;border:1px solid var(--order-ink);border-radius:2px;font-size:13px;font-weight:700;letter-spacing:.04em;text-decoration:none;}
.order-page .btn-primary{color:#fff;background:var(--order-ink);}
.order-page .btn-secondary{color:var(--order-ink);background:transparent;}
.order-page .btn-primary:hover{background:var(--order-blue);border-color:var(--order-blue);}
.order-page .btn-secondary:hover{color:var(--order-blue);border-color:var(--order-blue);}
.order-sheet{border:1px solid var(--order-ink);background:#fff;}
.order-sheet__head{padding:19px 22px;border-bottom:1px solid var(--order-ink);display:flex;justify-content:space-between;gap:20px;align-items:center;font-size:11px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;}
.order-sheet__head span:last-child{color:var(--order-blue);}
.order-sheet__rows{margin:0;padding:0;list-style:none;counter-reset:orderfield;}
.order-sheet__rows li{min-height:74px;padding:16px 22px;border-bottom:1px solid var(--order-line);display:grid;grid-template-columns:38px minmax(125px,.8fr) 1.2fr;gap:12px;align-items:center;counter-increment:orderfield;}
.order-sheet__rows li:before{content:"0" counter(orderfield);color:var(--order-blue);font-size:11px;font-weight:700;letter-spacing:.08em;}
.order-sheet__rows strong{font-size:15px;}
.order-sheet__rows span{color:var(--order-muted);font-size:14px;line-height:1.4;}
.order-sheet__foot{padding:20px 22px;display:grid;grid-template-columns:1fr auto;gap:20px;align-items:center;background:var(--order-soft);}
.order-sheet__foot p{margin:0;color:var(--order-muted);font-size:13px;line-height:1.45;}
.order-sheet__foot b{padding:8px 10px;color:#fff;background:var(--order-blue);font-size:10px;letter-spacing:.09em;text-transform:uppercase;}
.order-route{background:var(--order-ink);color:#fff;}
.order-route__inner{max-width:1440px;margin:0 auto;padding:0 32px;display:grid;grid-template-columns:1.2fr repeat(5,1fr);}
.order-route__intro,.order-route__item{min-height:190px;padding:30px 22px;border-inline-end:1px solid rgba(255,255,255,.2);display:flex;flex-direction:column;justify-content:space-between;}
.order-route__intro{padding-inline-start:0;}
.order-route__item:last-child{border-inline-end:0;}
.order-route__intro strong{max-width:240px;font-size:25px;line-height:1.1;letter-spacing:-.03em;}
.order-route__item b{color:#7f9fff;font-size:11px;letter-spacing:.12em;}
.order-route__item strong{font-size:17px;line-height:1.2;}
.order-route__item span{color:#b9bdc5;font-size:12px;line-height:1.45;}
.order-section{max-width:1440px;margin:0 auto;padding:112px 32px;}
.order-section__head{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(300px,.7fr);gap:72px;align-items:end;margin-bottom:55px;}
.order-section__head h2{max-width:780px;margin-bottom:0;font-size:clamp(39px,4.3vw,66px);line-height:1;letter-spacing:-.045em;}
.order-section__head p{max-width:540px;margin-bottom:4px;color:var(--order-muted);font-size:18px;line-height:1.55;}
.order-brief-grid{display:grid;grid-template-columns:repeat(3,1fr);border-top:1px solid var(--order-ink);border-inline-start:1px solid var(--order-line);}
.order-brief-grid li{min-height:248px;padding:29px;border-inline-end:1px solid var(--order-line);border-bottom:1px solid var(--order-line);list-style:none;}
.order-brief-grid b{display:block;margin-bottom:55px;color:var(--order-blue);font-size:11px;letter-spacing:.11em;}
.order-brief-grid strong{display:block;margin-bottom:12px;font-size:21px;line-height:1.15;}
.order-brief-grid span{color:var(--order-muted);font-size:14px;line-height:1.55;}
.order-estimate-wrap{background:var(--order-soft);}
.order-estimate{display:grid;grid-template-columns:.82fr 1.18fr;gap:90px;align-items:start;}
.order-estimate__intro h2{margin-bottom:22px;font-size:clamp(39px,4.3vw,66px);line-height:1;letter-spacing:-.045em;}
.order-estimate__intro p{color:var(--order-muted);font-size:18px;line-height:1.6;}
.order-estimate__facts{margin:0;padding:0;border-top:1px solid var(--order-ink);list-style:none;}
.order-estimate__facts li{padding:24px 0;border-bottom:1px solid var(--order-line);display:grid;grid-template-columns:125px 1fr;gap:28px;}
.order-estimate__facts strong{font-size:17px;line-height:1.3;}
.order-estimate__facts span{color:var(--order-muted);font-size:15px;line-height:1.55;}
.order-estimate__note{margin-top:28px;padding:20px 22px;border-inline-start:3px solid var(--order-blue);background:#fff;color:var(--order-muted);font-size:14px;line-height:1.6;}
.order-progress{position:relative;display:grid;grid-template-columns:repeat(4,1fr);gap:0;border-top:1px solid var(--order-ink);}
.order-progress article{min-height:315px;padding:30px 28px;border-inline-end:1px solid var(--order-line);}
.order-progress article:last-child{border-inline-end:0;}
.order-progress b{display:block;margin-bottom:72px;color:var(--order-blue);font-size:12px;letter-spacing:.1em;}
.order-progress h3{margin-bottom:13px;font-size:22px;line-height:1.15;}
.order-progress p{color:var(--order-muted);font-size:14px;line-height:1.6;}
.order-sample-wrap{background:#fff;}
.order-sample{display:grid;grid-template-columns:minmax(0,.85fr) minmax(440px,1.15fr);gap:80px;align-items:center;}
.order-sample__visual{min-height:520px;padding:42px;border:1px solid var(--order-ink);background:#eef0f2;display:grid;grid-template-rows:auto 1fr auto;}
.order-sample__visual>span{color:var(--order-blue);font-size:11px;font-weight:700;letter-spacing:.14em;text-transform:uppercase;}
.order-sample__word{align-self:center;font-size:clamp(56px,7vw,108px);font-weight:700;line-height:.83;letter-spacing:-.07em;word-break:break-word;}
.order-sample__caption{padding-top:20px;border-top:1px solid var(--order-ink);color:var(--order-muted);font-size:12px;line-height:1.5;}
.order-sample__copy h2{margin-bottom:23px;font-size:clamp(39px,4.3vw,64px);line-height:1;letter-spacing:-.045em;}
.order-sample__copy>p{color:var(--order-muted);font-size:18px;line-height:1.6;}
.order-checklist{margin:32px 0 0;padding:0;border-top:1px solid var(--order-line);list-style:none;}
.order-checklist li{padding:17px 0;border-bottom:1px solid var(--order-line);display:grid;grid-template-columns:28px 1fr;gap:12px;}
.order-checklist b{color:var(--order-blue);font-size:11px;}
.order-checklist strong{display:block;margin-bottom:4px;font-size:16px;}
.order-checklist span{color:var(--order-muted);font-size:14px;line-height:1.45;}
.order-ready{display:grid;grid-template-columns:.78fr 1.22fr;gap:80px;align-items:start;}
.order-ready__intro h2{margin-bottom:20px;font-size:clamp(39px,4.3vw,64px);line-height:1;letter-spacing:-.045em;}
.order-ready__intro p{color:var(--order-muted);font-size:18px;line-height:1.6;}
.order-ready__lists{display:grid;grid-template-columns:1fr 1fr;border-top:1px solid var(--order-ink);}
.order-ready__group{padding:27px 28px 30px 0;}
.order-ready__group+.order-ready__group{padding-inline-start:28px;padding-inline-end:0;border-inline-start:1px solid var(--order-line);}
.order-ready__group h3{margin-bottom:25px;font-size:20px;}
.order-ready__group ul{margin:0;padding:0;list-style:none;display:grid;gap:14px;}
.order-ready__group li{position:relative;padding-inline-start:19px;color:var(--order-muted);font-size:14px;line-height:1.5;}
.order-ready__group li:before{content:"";position:absolute;inset-inline-start:0;top:.55em;width:6px;height:6px;background:var(--order-blue);}
.order-faq{padding-bottom:112px;}
.order-faq .order-section__head{margin-bottom:36px;}
.order-faq details{border-top:1px solid var(--order-line);}
.order-faq details:last-child{border-bottom:1px solid var(--order-line);}
.order-faq summary{padding:24px 48px 24px 0;position:relative;cursor:pointer;font-size:19px;font-weight:600;list-style:none;}
.order-faq summary::-webkit-details-marker{display:none;}
.order-faq summary:after{content:"+";position:absolute;inset-inline-end:8px;top:20px;color:var(--order-blue);font-size:28px;font-weight:400;}
.order-faq details[open] summary:after{content:"−";}
.order-faq details p{max-width:820px;padding:0 0 24px;color:var(--order-muted);font-size:15px;line-height:1.65;}
.order-cta{background:var(--order-blue);color:#fff;}
.order-cta__inner{max-width:1440px;margin:0 auto;padding:76px 32px;display:grid;grid-template-columns:1fr auto;gap:48px;align-items:end;}
.order-cta h2{max-width:800px;margin-bottom:14px;font-size:clamp(39px,4.3vw,66px);line-height:1;letter-spacing:-.045em;}
.order-cta p{max-width:700px;margin-bottom:0;color:#dce5ff;font-size:18px;line-height:1.55;}
.order-cta .btn-primary{background:#fff;border-color:#fff;color:var(--order-ink);}
.order-cta .btn-primary:hover{background:var(--order-ink);border-color:var(--order-ink);color:#fff;}
.order-cta .btn-secondary{border-color:#fff;color:#fff;}
@media(max-width:1120px){.order-hero{grid-template-columns:1fr 1fr;gap:44px;}.order-route__inner{grid-template-columns:repeat(3,1fr);}.order-route__intro{grid-row:span 2;}.order-route__item:nth-child(3),.order-route__item:nth-child(6){border-inline-end:0;}.order-route__item:nth-child(n+4){border-top:1px solid rgba(255,255,255,.2);}.order-progress{grid-template-columns:1fr 1fr;}.order-progress article:nth-child(2){border-inline-end:0;}.order-progress article:nth-child(n+3){border-top:1px solid var(--order-line);}}
@media(max-width:760px){.order-page .breadcrumbs{padding:20px 18px 0;}.order-hero{min-height:0;padding:58px 18px 56px;grid-template-columns:1fr;gap:40px;}.order-hero h1{font-size:48px;}.order-hero__lead{font-size:17px;}.order-hero__actions,.order-cta__actions{display:grid;grid-template-columns:1fr;}.order-sheet__rows li{grid-template-columns:32px 110px 1fr;padding-inline:16px;}.order-sheet__head,.order-sheet__foot{padding-inline:16px;}.order-route__inner{padding:0 18px;grid-template-columns:1fr 1fr;}.order-route__intro{min-height:145px;grid-column:1/-1;grid-row:auto;padding-inline-end:0;border-inline-end:0;border-bottom:1px solid rgba(255,255,255,.2);}.order-route__item{min-height:170px;padding:23px 15px 23px 0;}.order-route__item:nth-child(even){padding-inline-start:15px;padding-inline-end:0;border-inline-start:1px solid rgba(255,255,255,.2);border-inline-end:0;}.order-route__item:nth-child(3){padding-inline-start:15px;}.order-route__item:nth-child(n+4){border-top:1px solid rgba(255,255,255,.2);}.order-section{padding:76px 18px;}.order-section__head{grid-template-columns:1fr;gap:18px;margin-bottom:38px;}.order-section__head h2,.order-estimate__intro h2,.order-sample__copy h2,.order-ready__intro h2{font-size:42px;}.order-section__head p,.order-estimate__intro p,.order-sample__copy>p,.order-ready__intro p{font-size:16px;}.order-brief-grid{grid-template-columns:1fr 1fr;}.order-brief-grid li{min-height:225px;padding:24px 20px;}.order-brief-grid b{margin-bottom:34px;}.order-estimate,.order-sample,.order-ready{grid-template-columns:1fr;gap:42px;}.order-estimate__facts li{grid-template-columns:100px 1fr;gap:18px;}.order-progress article{min-height:260px;padding:24px 18px;}.order-progress b{margin-bottom:48px;}.order-sample__visual{min-height:410px;padding:28px 24px;}.order-ready__lists{grid-template-columns:1fr;}.order-ready__group,.order-ready__group+.order-ready__group{padding:25px 0;border-inline-start:0;border-bottom:1px solid var(--order-line);}.order-cta__inner{padding:64px 18px;grid-template-columns:1fr;align-items:start;}.order-cta h2{font-size:43px;}}
@media(max-width:440px){.order-hero h1{font-size:42px;}.order-sheet__rows li{grid-template-columns:27px 1fr;gap:7px;}.order-sheet__rows li span{grid-column:2;}.order-sheet__foot{grid-template-columns:1fr;}.order-sheet__foot b{justify-self:start;}.order-brief-grid{grid-template-columns:1fr;}.order-brief-grid li{min-height:0;}.order-progress{grid-template-columns:1fr;}.order-progress article,.order-progress article:nth-child(2){min-height:0;padding:25px 0;border-inline-end:0;border-top:1px solid var(--order-line);}.order-progress b{margin-bottom:28px;}.order-estimate__facts li{grid-template-columns:1fr;gap:8px;}}
/* Compact six-item header on medium desktop widths */
@media(min-width:981px) and (max-width:1360px){
  .site-header{grid-template-columns:180px minmax(0,auto) auto minmax(190px,230px);gap:14px;padding-inline:20px;}
  .site-header .logo img{width:180px;}
  .site-header .main-nav>ul{gap:2px;}
  .site-header .main-nav a{padding-inline:7px;font-size:13px;}
  .site-search{width:100%;grid-template-columns:minmax(105px,1fr) auto;}
  .site-search input{padding-inline:9px!important;}
}


/* CRM contact form 20260801 */
.constructor-contact{margin:22px 0 14px;padding:18px;border:1px solid var(--line,#d9dbd7);border-radius:12px;background:rgba(255,255,255,.54)}
.constructor-contact legend{padding:0 8px;font-weight:800;color:var(--ink,#111722)}
.constructor-contact .row2{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.constructor-contact textarea{width:100%;resize:vertical;min-height:82px}
.constructor-contact .optional{font-weight:400;color:var(--muted,#697180)}
.constructor-contact .field-honeypot{position:absolute!important;left:-10000px!important;width:1px!important;height:1px!important;overflow:hidden!important}
.spec-sheet .cta:disabled{cursor:default;opacity:.55}
@media(max-width:640px){.constructor-contact .row2{grid-template-columns:1fr}}

/* Footer contacts 20260801 */
.site-footer__contact{display:flex;flex-direction:column;align-items:flex-start;gap:8px;font-style:normal}
.site-footer__contact a{color:inherit;text-decoration:none;border-bottom:1px solid rgba(255,255,255,.35)}
.site-footer__contact a:hover,.site-footer__contact a:focus-visible{border-color:currentColor}

/* Contact page 20260801 */
.contact-page{width:min(1440px,calc(100% - 64px));margin:0 auto;padding:34px 0 90px}
.contact-hero{display:grid;grid-template-columns:minmax(0,1.6fr) minmax(320px,.65fr);gap:48px;align-items:stretch;padding:72px 0 48px}
.contact-hero__copy h1{max-width:850px;margin:12px 0 24px;font:700 clamp(54px,6vw,96px)/.92 var(--display);letter-spacing:-.045em}
.contact-hero__copy>p{max-width:760px;margin:0;color:var(--muted);font-size:20px;line-height:1.55}
.contact-hero__actions,.contact-cta>div:last-child{display:flex;gap:12px;flex-wrap:wrap;margin-top:30px}
.contact-now{display:flex;flex-direction:column;justify-content:flex-end;min-height:360px;padding:30px;background:var(--blue);color:#fff;border:1px solid var(--ink)}
.contact-now span,.contact-now small{font:600 12px/1.3 var(--mono);letter-spacing:.08em;text-transform:uppercase}.contact-now strong{margin-top:auto;font:700 28px/1.05 var(--display)}.contact-now p{margin:14px 0 28px;font-size:17px;line-height:1.6}
.contact-cards{display:grid;grid-template-columns:repeat(3,1fr);border:1px solid var(--ink)}
.contact-cards article{min-width:0;padding:30px;border-right:1px solid var(--ink)}.contact-cards article:last-child{border-right:0}.contact-cards span{font:600 12px/1.3 var(--mono);color:var(--blue)}.contact-cards h2{margin:28px 0 16px;font:600 clamp(23px,2vw,34px)/1.05 var(--display);overflow-wrap:anywhere}.contact-cards h2 a{text-decoration:none}.contact-cards h2 a:hover{text-decoration:underline}.contact-cards p{margin:0;color:var(--muted);line-height:1.55}
.contact-location{display:grid;grid-template-columns:1.25fr .75fr;margin-top:72px;border:1px solid var(--ink)}.contact-map{min-height:520px;border-right:1px solid var(--ink);background:#e9e9e6}.contact-map iframe{display:block;width:100%;height:100%;min-height:520px;border:0;filter:grayscale(.65) contrast(1.02)}.contact-schedule{padding:48px}.contact-schedule h2{margin:12px 0 30px;font:700 48px/1 var(--display)}.contact-schedule dl{margin:0 0 32px}.contact-schedule dl div{display:flex;justify-content:space-between;gap:24px;padding:16px 0;border-top:1px solid var(--line)}.contact-schedule dt,.contact-schedule dd{margin:0}.contact-schedule dd{font-weight:700}.contact-schedule>a{font:600 13px/1.2 var(--mono)}
.contact-brief{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;padding:80px 0}.contact-brief h2{margin:12px 0 0;font:700 52px/1 var(--display)}.contact-brief ol{margin:0;padding:0;list-style:none;border-top:1px solid var(--ink)}.contact-brief li{display:grid;grid-template-columns:50px 1fr;gap:20px;padding:20px 0;border-bottom:1px solid var(--line)}.contact-brief li b{font:600 12px/1.4 var(--mono);color:var(--blue)}.contact-brief li span{font-size:18px}
.contact-cta{display:grid;grid-template-columns:1.3fr .7fr;gap:40px;align-items:end;padding:48px;background:#eef3ff;border:1px solid var(--ink)}.contact-cta h2{margin:0 0 12px;font:700 48px/1 var(--display)}.contact-cta p{max-width:760px;margin:0;color:var(--muted);font-size:18px}.contact-cta>div:last-child{justify-content:flex-end;margin:0}
@media(max-width:1000px){.contact-page{width:min(100% - 40px,1440px)}.contact-hero{grid-template-columns:1fr}.contact-now{min-height:260px}.contact-cards{grid-template-columns:1fr}.contact-cards article{border-right:0;border-bottom:1px solid var(--ink)}.contact-cards article:last-child{border-bottom:0}.contact-location,.contact-brief,.contact-cta{grid-template-columns:1fr}.contact-map{border-right:0;border-bottom:1px solid var(--ink)}.contact-cta>div:last-child{justify-content:flex-start}}
@media(max-width:640px){.contact-page{width:min(100% - 24px,1440px);padding-top:20px}.contact-hero{padding:42px 0 32px;gap:24px}.contact-hero__copy h1{font-size:50px}.contact-hero__copy>p{font-size:17px}.contact-now,.contact-cards article,.contact-schedule,.contact-cta{padding:24px}.contact-location{margin-top:40px}.contact-map,.contact-map iframe{min-height:360px}.contact-brief{padding:52px 0;gap:28px}.contact-brief h2,.contact-schedule h2,.contact-cta h2{font-size:38px}.contact-hero__actions a,.contact-cta a{width:100%;justify-content:center}}

/* Soft surface system 20260801
   A restrained hierarchy: compact controls, medium cards, large visual frames. */
:root{
  --radius:12px;
  --radius-control:12px;
  --radius-card:20px;
  --radius-panel:28px;
  --soft-line:rgba(21,23,26,.13);
  --soft-line-strong:rgba(21,23,26,.22);
  --soft-shadow-sm:0 8px 24px rgba(31,43,65,.07);
  --soft-shadow:0 18px 50px rgba(31,43,65,.10);
  --soft-blue:#edf2ff;
}

/* Controls remain compact; they do not become oversized pills. */
.btn-primary,.btn-secondary,.cta,.product-overview__cta,
.export-row button,.home-carousel__controls button,
.design-page .btn-primary,.design-page .btn-secondary,
.order-page .btn-primary,.order-page .btn-secondary{
  border-radius:var(--radius-control);
  transition:transform .18s ease,box-shadow .18s ease,background-color .18s ease,border-color .18s ease;
}
.btn-primary:hover,.btn-secondary:hover,.cta:hover,.product-overview__cta:hover,
.design-page .btn-primary:hover,.design-page .btn-secondary:hover,
.order-page .btn-primary:hover,.order-page .btn-secondary:hover{
  transform:translateY(-1px);
  box-shadow:var(--soft-shadow-sm);
}
input:not([type="range"]):not([type="radio"]):not([type="checkbox"]),select,textarea{
  border-radius:10px;
}
.site-header{border-bottom-color:var(--soft-line-strong)}
.site-search,.catalog-search__controls{
  border-color:var(--soft-line-strong);
  border-radius:14px;
  box-shadow:var(--soft-shadow-sm);
}
.site-search button,.catalog-search__controls button{border-inline-start-color:var(--soft-line-strong)}
.language-switcher a,.language-switcher span{border-color:var(--soft-line);border-radius:10px}

/* Homepage: large hero, independent stat cards and breathable modules. */
.hero-visual,.packaging-studio.preflight-proof__visual{
  overflow:hidden;
  border-color:var(--soft-line);
  border-radius:var(--radius-panel);
  box-shadow:var(--soft-shadow);
}
.hero-visual .badge{border-bottom-color:var(--soft-line)}
.hero-visual .caption{border-top-color:var(--soft-line)}
.stats{gap:12px;border-inline:0}
.stat-card{
  border:1px solid var(--soft-line)!important;
  border-radius:18px;
  background:rgba(255,255,255,.72);
  box-shadow:var(--soft-shadow-sm);
}
.modules{gap:14px;border:0}
.module-card{
  border:1px solid var(--soft-line)!important;
  border-radius:var(--radius-card);
  background:rgba(255,255,255,.66);
  box-shadow:var(--soft-shadow-sm);
  transition:transform .22s ease,box-shadow .22s ease,background-color .22s ease;
}
.module-card:hover{transform:translateY(-3px);background:var(--white);box-shadow:var(--soft-shadow)}
.process{gap:12px;border-top:0}
.process-step{
  padding:24px!important;
  border:1px solid var(--soft-line)!important;
  border-radius:18px;
  background:rgba(255,255,255,.6);
}

/* Catalog cards become complete objects instead of image + hard underline. */
.home-product-card,.cat-card,.product-card,.search-card{
  overflow:hidden;
  border:1px solid var(--soft-line);
  border-radius:var(--radius-card);
  background:var(--white);
  box-shadow:var(--soft-shadow-sm);
  transition:transform .22s ease,box-shadow .22s ease;
}
.home-product-card:hover,.cat-card:hover,.product-card:hover,.search-card:hover{
  transform:translateY(-3px);
  box-shadow:var(--soft-shadow);
}
.home-product-card__media,.cat-card__media,.product-card__media,.search-card__image{border:0}
.home-product-card__body{min-height:96px;padding:16px 44px 18px 18px;border-bottom:0}
.home-product-card__body i{inset-inline-end:18px;inset-block-start:16px}
.cat-card__body{min-height:88px;padding:16px 44px 18px 18px;border-bottom:0}
.cat-card__title,.cat-card__meta{display:block}
.cat-card__body::after{right:18px;left:auto;inset-block-start:16px}
.product-card__body{padding:16px 18px 18px}
.search-card__body{padding:16px 18px 18px}

/* Product workspace: panels are clearly grouped but visually quiet. */
.gallery-main{
  border-color:var(--soft-line)!important;
  border-radius:24px!important;
  box-shadow:var(--soft-shadow-sm);
}
.gallery-thumb{border-radius:10px!important}
.product-workspace .tabs{
  gap:4px;
  padding:6px;
  border:1px solid var(--soft-line);
  border-radius:14px;
  background:rgba(255,255,255,.76);
}
.product-workspace .tab-btn{border-radius:9px}
.product-workspace .tab-btn.active{background:var(--soft-blue);color:var(--blue)}
.spec-sheet,.preview-panel,.product-spec-content{
  border-color:var(--soft-line);
  border-radius:24px;
  box-shadow:var(--soft-shadow-sm);
}
.price-box{border-color:var(--soft-line);border-radius:14px;background:#f7f8fb}
.dropzone{border-color:var(--soft-line-strong);border-radius:14px;background:#fafbfc}
.constructor-contact{border-color:var(--soft-line);border-radius:18px;background:#f7f8fb}
.product-seo{
  padding:38px;
  border:1px solid var(--soft-line);
  border-radius:24px;
  background:var(--white);
  box-shadow:var(--soft-shadow-sm);
}
.product-seo__grid article{padding:18px;border:1px solid var(--soft-line);border-radius:16px;background:#fafbfc}

/* Interactive mockups: rounded frame, tactile controls, circular swatches. */
.preflight-proof__figure{
  overflow:hidden;
  border-color:var(--soft-line);
  border-radius:22px;
  box-shadow:var(--soft-shadow-sm);
}
.preflight-proof__figure figcaption{border-top-color:var(--soft-line)}
.packaging-studio__top,.packaging-studio__controls{border-color:var(--soft-line)}
.packaging-studio__drag{border-radius:8px}
.packaging-studio__shapes button{border-color:var(--soft-line-strong);border-radius:10px}
.packaging-studio input[type="range"]::-webkit-slider-thumb{border-radius:50%}
.packaging-studio input[type="range"]::-moz-range-thumb{border-radius:50%}
.packaging-studio__colors button{border-color:var(--soft-line-strong);border-radius:50%}

/* Editorial service pages: soften image frames and turn hard grids into cards. */
.production-hero__media,.production-process__media,.production-quality__media,
.materials-hero__media,.materials-print__media,.materials-color__media,.materials-finish-visual,
.design-hero__visual,.design-sample__visual,.order-sheet,.order-sample__visual{
  overflow:hidden;
  border-color:var(--soft-line);
  border-radius:var(--radius-panel);
  box-shadow:var(--soft-shadow-sm);
}
.production-hero__media figcaption,.production-process__media figcaption,.production-quality__media figcaption,
.materials-hero__media figcaption,.materials-print__media figcaption,.materials-color__media figcaption,
.materials-finish-visual figcaption,.order-sheet__head{
  border-color:var(--soft-line);
}
.production-finishes,.print-methods,.materials-prepress{
  gap:14px;
  border:0;
  background:transparent;
}
.production-finishes__group,.print-method,.materials-prepress__group{
  border:1px solid var(--soft-line);
  border-radius:18px;
  box-shadow:var(--soft-shadow-sm);
}
.production-range{gap:16px;border-top:0}
.production-range__primary,.production-range__list{
  padding:30px!important;
  border:1px solid var(--soft-line)!important;
  border-radius:20px;
  background:var(--white);
  box-shadow:var(--soft-shadow-sm);
}
.production-range__list li:last-child{border-bottom:0}
.material-comparison{display:grid;gap:12px;border-top:0}
.material-comparison li{
  padding:24px;
  border:1px solid var(--soft-line);
  border-radius:18px;
  background:var(--white);
  box-shadow:var(--soft-shadow-sm);
}
.order-brief-grid,.order-progress{
  gap:12px;
  border:0;
}
.order-brief-grid li,.order-progress article{
  border:1px solid var(--soft-line)!important;
  border-radius:18px;
  background:var(--white);
  box-shadow:var(--soft-shadow-sm);
}
.order-estimate__note{border-radius:12px}
.order-ready__lists{gap:12px;border-top:0}
.order-ready__group,.order-ready__group+.order-ready__group{
  padding:28px!important;
  border:1px solid var(--soft-line)!important;
  border-radius:18px;
  background:var(--white);
}
.production-faq details,.materials-faq details,.order-faq details{
  margin-bottom:10px;
  padding:0 18px;
  border:1px solid var(--soft-line)!important;
  border-radius:14px;
  background:var(--white);
}

/* Contacts: friendly local-business surfaces rather than a rigid table. */
.contact-now{
  border:0;
  border-radius:var(--radius-panel);
  box-shadow:0 20px 54px rgba(36,72,216,.22);
}
.contact-cards{gap:14px;border:0}
.contact-cards article{
  border:1px solid var(--soft-line)!important;
  border-radius:var(--radius-card);
  background:var(--white);
  box-shadow:var(--soft-shadow-sm);
}
.contact-location{
  overflow:hidden;
  border-color:var(--soft-line);
  border-radius:var(--radius-panel);
  box-shadow:var(--soft-shadow);
}
.contact-map{border-color:var(--soft-line)}
.contact-cta{
  border-color:var(--soft-line);
  border-radius:24px;
  box-shadow:var(--soft-shadow-sm);
}

@media(max-width:760px){
  .stats,.modules,.process{gap:10px}
  .product-seo{padding:24px}
  .production-range__primary,.production-range__list{padding:24px!important}
  .order-brief-grid,.order-progress{gap:10px}
}

/* Homepage typography balance 20260801 */
html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}
.block-head{
  grid-template-columns:minmax(0,1.05fr) minmax(380px,.95fr);
  gap:clamp(44px,6vw,92px);
  align-items:end;
}
.block-head .eyebrow{
  margin-bottom:-8px;
  font-size:12px;
  line-height:1.35;
  letter-spacing:.08em;
}
.block-head h2,.product-showcase__heading h2{
  max-width:720px;
  font-family:var(--body);
  font-size:clamp(38px,3.5vw,52px);
  font-weight:600;
  line-height:1.04;
  letter-spacing:-.045em;
  text-transform:none;
  text-wrap:balance;
}
.block-head p,.product-showcase__heading p{
  max-width:56ch;
  padding-bottom:3px;
  font-size:clamp(16px,1.15vw,18px);
  line-height:1.58;
  text-wrap:pretty;
}
.process-step .n{
  margin-bottom:38px;
  font-size:12px;
  line-height:1.3;
  letter-spacing:.04em;
  font-variant-numeric:tabular-nums;
}
.process-step h4{
  margin-bottom:10px;
  font-family:var(--body);
  font-size:clamp(20px,1.5vw,23px);
  font-weight:700;
  line-height:1.2;
  letter-spacing:-.025em;
  text-transform:none;
}
.process-step p{
  max-width:31ch;
  font-size:15px;
  line-height:1.55;
  text-wrap:pretty;
}
.production-note__label{
  font-size:12px;
  line-height:1.4;
  letter-spacing:.06em;
}
.production-note p{
  max-width:58ch;
  font-family:var(--body);
  font-size:clamp(23px,2.15vw,31px);
  font-weight:500;
  line-height:1.38;
  letter-spacing:-.025em;
  text-wrap:pretty;
}
@media(max-width:820px){
  .block-head{grid-template-columns:1fr;gap:18px}
  .block-head .eyebrow{margin-bottom:2px}
}

/* Production FAQ typography and rhythm 20260801 */
.production-faq{
  max-width:none;
  padding-top:72px;
  padding-bottom:88px;
}
.production-faq .production-section__head{
  max-width:none;
  margin-bottom:32px;
}
.production-faq .production-section__head h2{
  font-family:var(--body);
  font-size:clamp(36px,3.25vw,50px);
  font-weight:600;
  line-height:1.08;
  letter-spacing:-.045em;
  text-wrap:balance;
  white-space:nowrap;
}
.production-faq summary{
  font-family:var(--body);
  font-size:18px;
  font-weight:600;
  line-height:1.45;
  letter-spacing:-.015em;
}
.production-faq details p{
  font-size:16px;
  line-height:1.6;
  text-wrap:pretty;
}
@media(max-width:760px){
  .production-faq{padding-top:54px;padding-bottom:68px}
  .production-faq .production-section__head{margin-bottom:24px}
  .production-faq .production-section__head h2{font-size:clamp(32px,10vw,42px);white-space:normal}
  .production-faq summary{font-size:17px}
}

/* Materials FAQ follows the same page grid and type rhythm. */
.materials-faq{
  max-width:none;
  padding-top:72px;
  padding-bottom:88px;
}
.materials-faq .materials-section__head{
  max-width:none;
  margin-bottom:32px;
}
.materials-faq .materials-section__head h2{
  font-family:var(--body);
  font-size:clamp(36px,3.25vw,50px);
  font-weight:600;
  line-height:1.08;
  letter-spacing:-.045em;
  white-space:nowrap;
  text-wrap:balance;
}
.materials-faq summary{
  font-family:var(--body);
  font-size:18px;
  font-weight:600;
  line-height:1.45;
  letter-spacing:-.015em;
}
.materials-faq details p{
  font-size:16px;
  line-height:1.6;
  text-wrap:pretty;
}
@media(max-width:760px){
  .materials-faq{padding-top:54px;padding-bottom:68px}
  .materials-faq .materials-section__head{margin-bottom:24px}
  .materials-faq .materials-section__head h2{font-size:clamp(32px,10vw,42px);white-space:normal}
  .materials-faq summary{font-size:17px}
}

/* Product calculator form: contain intrinsic widths and use readable input type. */
.constructor-contact{
  box-sizing:border-box;
  width:100%;
  max-width:100%;
  min-width:0;
  min-inline-size:0;
}
.constructor-contact legend{
  max-width:calc(100% - 24px);
  font-family:var(--body);
  font-size:18px;
  font-weight:600;
  line-height:1.3;
  letter-spacing:-.015em;
}
.constructor-contact .row2{
  grid-template-columns:repeat(2,minmax(0,1fr));
  min-width:0;
}
.constructor-contact .field,.constructor-contact label{min-width:0}
.constructor-contact input,.constructor-contact textarea{
  box-sizing:border-box;
  display:block;
  width:100%;
  max-width:100%;
  min-width:0;
  font-family:var(--body);
  font-size:16px;
  font-weight:400;
  line-height:1.45;
  letter-spacing:0;
}
.constructor-contact input::placeholder,.constructor-contact textarea::placeholder{
  color:#7a7f87;
  font-family:var(--body);
  letter-spacing:0;
  opacity:1;
}
.spec-sheet select,.spec-sheet input[type=number]{
  font-family:var(--body);
  font-size:15px;
  line-height:1.4;
  letter-spacing:0;
}
@media(max-width:640px){
  .constructor-contact .row2{grid-template-columns:1fr}
}

/* Contact request checklist: balanced editorial layout. */
.contact-brief{
  grid-template-columns:minmax(300px,.9fr) minmax(0,1.1fr);
  gap:clamp(48px,7vw,112px);
  align-items:start;
  padding:72px 0;
}
.contact-brief>header{
  max-width:560px;
  padding-top:8px;
}
.contact-brief>header .eyebrow{
  margin-bottom:22px;
  font-size:12px;
  letter-spacing:.08em;
}
.contact-brief h2{
  max-width:560px;
  margin:0;
  font-family:var(--body);
  font-size:clamp(40px,4vw,58px);
  font-weight:600;
  line-height:1.04;
  letter-spacing:-.05em;
  text-wrap:balance;
}
.contact-brief ol{
  display:grid;
  gap:12px;
  margin:0;
  padding:0;
  border:0;
}
.contact-brief li{
  display:grid;
  grid-template-columns:36px minmax(0,1fr);
  gap:16px;
  align-items:center;
  min-height:82px;
  padding:18px 22px;
  border:1px solid var(--soft-line);
  border-radius:16px;
  background:var(--white);
  box-shadow:var(--soft-shadow-sm);
}
.contact-brief li b{
  font:600 12px/1.4 var(--mono);
  letter-spacing:.04em;
  color:var(--blue);
  font-variant-numeric:tabular-nums;
}
.contact-brief li span{
  max-width:48ch;
  font-family:var(--body);
  font-size:17px;
  font-weight:500;
  line-height:1.5;
  letter-spacing:-.012em;
  text-wrap:pretty;
}
@media(max-width:1000px){
  .contact-brief{grid-template-columns:1fr;gap:32px}
  .contact-brief>header{max-width:680px;padding-top:0}
}
@media(max-width:640px){
  .contact-brief{padding:52px 0;gap:26px}
  .contact-brief>header .eyebrow{margin-bottom:16px}
  .contact-brief h2{font-size:clamp(36px,11vw,46px)}
  .contact-brief li{grid-template-columns:30px minmax(0,1fr);gap:12px;min-height:0;padding:18px}
  .contact-brief li span{font-size:16px}
}
