/* ==========================================================================
   Print shop storefront
   Palette = process inks on white stock. One loud moment: the hero headline
   printed "slightly off register" in cyan + magenta. Everything else is quiet.
   ========================================================================== */

:root {
  --paper: #ffffff;
  --stock: #f2f2ef;       /* uncoated sheet, for panels */
  --ink: #000000;         /* true black: this is a print shop */
  --text: #262626;
  --muted: #5f5f5c;
  --rule: #d6d6d2;
  --c: #009fe3;
  --m: #e5007d;
  --y: #ffed00;
  --ok: #1d7a46;
  --wrap: 1240px;
  --font: "Archivo", "Helvetica Neue", Arial, sans-serif;
}

*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body {
  margin: 0;
  background: var(--paper);
  color: var(--text);
  font: 400 17px/1.55 var(--font);
  font-variation-settings: "wdth" 100;
}
img { max-width: 100%; height: auto; display: block; }
a { color: var(--ink); text-decoration-thickness: 1px; text-underline-offset: 3px; }
a:hover { color: var(--m); }
:focus-visible { outline: 3px solid var(--c); outline-offset: 2px; }
h1, h2, h3 { color: var(--ink); line-height: 1.1; margin: 0 0 .5em; }
p { margin: 0 0 1em; }
small { font-size: .82em; }

.wrap { max-width: var(--wrap); margin: 0 auto; padding: 0 24px; }
.narrow { max-width: 640px; }
.sr, .skip:not(:focus) { position: absolute !important; width: 1px; height: 1px; overflow: hidden; clip: rect(0 0 0 0); white-space: nowrap; }
.skip:focus { position: fixed; top: 8px; left: 8px; z-index: 100; background: var(--ink); color: #fff; padding: 8px 14px; }
.hp { position: absolute; left: -9999px; }

/* ---------- Utility bar & masthead ---------- */
.utility { background: var(--ink); color: #fff; font-size: 14px; }
.utility__in { display: flex; justify-content: space-between; gap: 16px; padding-block: 7px; flex-wrap: wrap; }
.utility a { color: #fff; text-decoration: none; margin-right: 18px; }
.utility__right a { margin: 0 0 0 18px; }
.utility a:hover { color: var(--y); }

.masthead { border-bottom: 1px solid var(--rule); background: var(--paper); position: relative; z-index: 20; }
.masthead__in { display: flex; align-items: center; gap: 28px; min-height: 76px; }
.brand { text-decoration: none; flex: none; }
.brand img { height: 44px; width: auto; }
.brand__word {
  font-size: 26px; font-weight: 850; color: var(--ink); letter-spacing: -.01em;
  font-variation-settings: "wdth" 125;
}

.mainnav { display: flex; align-items: center; gap: 22px; flex: 1; }
.mainnav > ul { list-style: none; display: flex; gap: 4px; margin: 0; padding: 0; }
.mainnav > ul > li { position: relative; }
.mainnav > ul > li > a { display: block; padding: 26px 12px; text-decoration: none; font-weight: 600; }
.mainnav > ul > li > a:hover { color: var(--m); }
.sub {
  display: none; position: absolute; top: 100%; left: 0; min-width: 240px; list-style: none; margin: 0; padding: 10px 0;
  background: var(--paper); border: 1px solid var(--ink); border-top: 4px solid var(--m);
}
.sub--cols { columns: 2; min-width: 460px; }
.sub a { display: block; padding: 7px 18px; text-decoration: none; break-inside: avoid; }
.sub a:hover { background: var(--stock); color: var(--ink); }
.sub__all a { font-weight: 700; }
.has-sub:hover > .sub, .has-sub:focus-within > .sub { display: block; }

.navsearch { margin-left: auto; }
.navsearch input { width: 170px; border: 1px solid var(--rule); padding: 8px 10px; font: inherit; font-size: 15px; background: var(--stock); }
.cartlink { text-decoration: none; font-weight: 700; white-space: nowrap; }
.cartlink__n {
  display: inline-grid; place-items: center; min-width: 24px; height: 24px; padding: 0 6px;
  background: var(--ink); color: #fff; font-size: 13px; border-radius: 12px; margin-left: 4px;
}
.navtoggle { display: none; margin-left: auto; background: none; border: 1px solid var(--ink); width: 46px; height: 42px; cursor: pointer; }
.navtoggle__bars, .navtoggle__bars::before, .navtoggle__bars::after { display: block; width: 22px; height: 2px; background: var(--ink); margin: 0 auto; position: relative; }
.navtoggle__bars::before, .navtoggle__bars::after { content: ""; position: absolute; left: 0; }
.navtoggle__bars::before { top: -7px; } .navtoggle__bars::after { top: 7px; }

/* ---------- Buttons ---------- */
.btn {
  display: inline-block; padding: 13px 22px; border: 2px solid var(--ink); background: var(--paper); color: var(--ink);
  font: 700 16px/1 var(--font); text-decoration: none; cursor: pointer; text-align: center;
}
.btn:hover { background: var(--ink); color: #fff; }
.btn--primary { background: var(--m); border-color: var(--m); color: #fff; }
.btn--primary:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn--block { display: block; width: 100%; }
.linkbtn { background: none; border: 0; padding: 0; color: var(--muted); font: inherit; font-size: 14px; text-decoration: underline; cursor: pointer; }
.linkbtn:hover { color: var(--m); }

/* ---------- Hero: the one loud moment ---------- */
.hero { border-bottom: 1px solid var(--rule); overflow: hidden; }
.hero__in { display: grid; grid-template-columns: 1.25fr 1fr; gap: 56px; align-items: center; padding-block: 72px 80px; }
.hero__title {
  position: relative; isolation: isolate;
  font-size: clamp(2.6rem, 5.6vw, 5rem); font-weight: 850; line-height: .98; letter-spacing: -.02em;
  font-variation-settings: "wdth" 118; max-width: 12ch; margin-bottom: .45em;
}
.hero__title::before, .hero__title::after {
  content: attr(data-text); position: absolute; inset: 0; z-index: -1; mix-blend-mode: multiply;
  animation: register 1.1s cubic-bezier(.2, .7, .2, 1) .15s both;
}
.hero__title::before { color: var(--c); --dx: -.035em; --dy: .025em; }
.hero__title::after  { color: var(--m); --dx: .035em;  --dy: -.025em; }
.hero__title::before, .hero__title::after { transform: translate(var(--dx), var(--dy)); }
@keyframes register {
  from { transform: translate(calc(var(--dx) * 6), calc(var(--dy) * 6)); opacity: 0; }
  to   { transform: translate(var(--dx), var(--dy)); opacity: 1; }
}
.hero__text { font-size: 1.15rem; max-width: 46ch; color: var(--text); }
.hero__actions { display: flex; gap: 12px; flex-wrap: wrap; margin-top: 28px; }

.hero__sheet { position: relative; background: var(--stock); padding: 44px 40px; min-height: 360px; display: grid; place-items: center; }
.hero__img { width: 100%; height: 100%; object-fit: cover; position: absolute; inset: 0; }
.hero__stack { display: grid; gap: 2px; width: 100%; }
.hero__stack span {
  display: block; font-weight: 800; color: var(--ink); line-height: 1.02; font-size: clamp(1.6rem, 3.2vw, 2.7rem);
  border-bottom: 1px solid var(--rule); padding: 6px 0;
}
.hero__stack span:nth-child(1) { font-variation-settings: "wdth" 125; }
.hero__stack span:nth-child(2) { font-variation-settings: "wdth" 62; font-weight: 500; }
.hero__stack span:nth-child(3) { font-variation-settings: "wdth" 110; color: var(--m); }
.hero__stack span:nth-child(4) { font-variation-settings: "wdth" 80; font-weight: 400; }
.hero__stack span:nth-child(5) { font-variation-settings: "wdth" 125; font-weight: 900; border: 0; }

/* Registration target */
.reg { position: absolute; width: 26px; height: 26px; border: 1px solid var(--ink); border-radius: 50%; z-index: 2; }
.reg::before, .reg::after { content: ""; position: absolute; background: var(--ink); }
.reg::before { left: 50%; top: -7px; bottom: -7px; width: 1px; }
.reg::after  { top: 50%; left: -7px; right: -7px; height: 1px; }
.reg--tl { top: 14px; left: 14px; } .reg--br { bottom: 14px; right: 14px; }

/* ---------- Three ways to order ---------- */
.paths { display: grid; grid-template-columns: repeat(3, 1fr); border-bottom: 1px solid var(--rule); }
.path { padding: 34px 28px 30px; text-decoration: none; border-left: 1px solid var(--rule); }
.path:first-child { border-left: 0; padding-left: 0; }
.path h2 { font-size: 1.35rem; font-variation-settings: "wdth" 112; font-weight: 800; }
.path p { color: var(--muted); margin: 0; max-width: 34ch; }
.path:hover h2 { color: var(--m); }

/* ---------- Blocks, grids, cards ---------- */
.block { padding-block: 64px; }
.block--tight { padding-block: 32px; }
.block--tint { background: var(--stock); }
.block__head { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; margin-bottom: 28px; }
.block__title { font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 850; font-variation-settings: "wdth" 118; margin: 0; }
.block__title--sm { font-size: 1.5rem; margin-bottom: 18px; }
.block__head a { font-weight: 600; }

.grid { display: grid; gap: 36px 28px; }
.grid--cats { grid-template-columns: repeat(3, 1fr); }
.grid--4 { grid-template-columns: repeat(4, 1fr); }

/* Image with crop marks at each corner */
.art {
  position: relative; margin: 0 0 14px; padding: 12px; aspect-ratio: 4 / 3;
  --cm: var(--ink);
  background:
    linear-gradient(var(--cm), var(--cm)) left 0 top 12px / 8px 1px no-repeat,
    linear-gradient(var(--cm), var(--cm)) left 12px top 0 / 1px 8px no-repeat,
    linear-gradient(var(--cm), var(--cm)) right 0 top 12px / 8px 1px no-repeat,
    linear-gradient(var(--cm), var(--cm)) right 12px top 0 / 1px 8px no-repeat,
    linear-gradient(var(--cm), var(--cm)) left 0 bottom 12px / 8px 1px no-repeat,
    linear-gradient(var(--cm), var(--cm)) left 12px bottom 0 / 1px 8px no-repeat,
    linear-gradient(var(--cm), var(--cm)) right 0 bottom 12px / 8px 1px no-repeat,
    linear-gradient(var(--cm), var(--cm)) right 12px bottom 0 / 1px 8px no-repeat;
}
.art img { width: 100%; height: 100%; object-fit: cover; background: var(--stock); }
.art--blank::after { content: ""; position: absolute; inset: 12px; background: var(--stock); z-index: -1; }
.art--blank { isolation: isolate; display: flex; flex-direction: column; justify-content: space-between; padding: 26px 28px; }
.art__word {
  font-weight: 850; font-size: clamp(1.25rem, 2vw, 1.7rem); line-height: 1; color: var(--ink);
  font-variation-settings: "wdth" 125; letter-spacing: -.01em; max-width: 9ch;
}
.art--large { aspect-ratio: 1 / 1; }
.art--large .art__word { font-size: clamp(2rem, 4vw, 3.2rem); }
.art--wide { aspect-ratio: 16 / 7; margin-bottom: 28px; }

.colorbar { display: flex; height: 6px; }
.colorbar i { flex: 1; }
.colorbar i:nth-child(1) { background: var(--c); }
.colorbar i:nth-child(2) { background: var(--m); }
.colorbar i:nth-child(3) { background: var(--y); }
.colorbar i:nth-child(4) { background: var(--ink); }
.colorbar--mini { width: 64px; height: 10px; }

.cat { text-decoration: none; display: block; }
.cat__title { font-size: 1.3rem; font-weight: 800; margin-bottom: .3em; }
.cat__text { color: var(--muted); margin: 0; max-width: 38ch; }
.cat:hover .cat__title { color: var(--m); }

.card { position: relative; }
.card__link { text-decoration: none; }
.card__title { font-size: 1.12rem; font-weight: 750; margin-bottom: .35em; }
.card__link:hover .card__title { color: var(--m); }
.card__text { color: var(--muted); font-size: .95rem; margin-bottom: .5em; }
.card__price { font-weight: 700; color: var(--ink); }
.card__price small { color: var(--muted); font-weight: 400; }
.card__price--quote { color: var(--m); }
.badge {
  position: absolute; top: 20px; right: 20px; background: var(--y); color: var(--ink);
  font-size: 13px; font-weight: 800; padding: 4px 9px;
}
.badge--inline { position: static; display: inline-block; margin-bottom: 12px; }

/* Services as a typeset list, not cards */
.svclist { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: 1fr 1fr; column-gap: 48px; }
.svclist li { border-top: 1px solid var(--rule); }
.svclist a { display: grid; grid-template-columns: 13rem 1fr; gap: 20px; padding: 16px 0; text-decoration: none; }
.svclist strong { color: var(--ink); font-weight: 750; }
.svclist span { color: var(--muted); font-size: .96rem; }
.svclist a:hover strong { color: var(--m); }
.svclist--full { grid-template-columns: 1fr; }
.svclist--full a { grid-template-columns: 18rem 1fr; }

/* Knockout section */
.visit { background: var(--ink); color: #fff; }
.visit__in { display: grid; grid-template-columns: 1.3fr repeat(3, 1fr); gap: 36px; padding-block: 56px; }
.visit__title { color: #fff; font-size: clamp(1.8rem, 3vw, 2.4rem); font-weight: 850; font-variation-settings: "wdth" 118; }
.visit h3 { color: var(--y); font-size: 1rem; }
.visit a { color: #fff; }
.visit a:hover { color: var(--y); }

/* ---------- Page header & breadcrumbs ---------- */
.phead { border-bottom: 1px solid var(--rule); padding-block: 40px 34px; }
.phead__title { font-size: clamp(2rem, 4.4vw, 3.4rem); font-weight: 850; font-variation-settings: "wdth" 118; letter-spacing: -.015em; margin: 0 0 .3em; }
.phead__lead { font-size: 1.15rem; color: var(--muted); max-width: 60ch; margin: 0; }
.crumbs { font-size: 14px; color: var(--muted); margin-bottom: 14px; }
.crumbs a { color: var(--muted); }
.crumbs--page { padding-top: 24px; }

.quotebar { display: flex; justify-content: space-between; align-items: center; gap: 20px; border: 1px solid var(--ink); padding: 20px 24px; margin: 28px 0 56px; }
.quotebar p { margin: 0; font-weight: 600; }
.empty { color: var(--muted); padding: 24px 0; }

/* ---------- Product detail ---------- */
.pdp { display: grid; grid-template-columns: 1fr 1fr; gap: 56px; padding-block: 16px 40px; align-items: start; }
.pdp__media { position: sticky; top: 20px; }
.pdp__title { font-size: clamp(2rem, 4vw, 3rem); font-weight: 850; font-variation-settings: "wdth" 115; letter-spacing: -.01em; }
.pdp__lead { font-size: 1.1rem; }
.pdp__turn { color: var(--muted); border-left: 3px solid var(--c); padding-left: 10px; }
.pdp__alt { font-size: 15px; color: var(--muted); margin-top: 14px; }
.quotecta { background: var(--stock); padding: 26px; margin-top: 20px; }
.quotecta .btn { margin: 6px 8px 0 0; }

.configurator { margin-top: 24px; }
.optgroup { border: 0; padding: 0; margin: 0 0 20px; }
.optgroup legend { font-weight: 700; margin-bottom: 8px; color: var(--ink); }
.chips { display: flex; flex-wrap: wrap; gap: 8px; }
.chips--stack { flex-direction: column; }
.chip { position: relative; cursor: pointer; }
.chip input { position: absolute; opacity: 0; inset: 0; cursor: pointer; }
.chip span { display: block; border: 1px solid #8f8f8b; padding: 10px 14px; font-size: 15px; background: var(--paper); }
.chip small { color: var(--muted); }
.chip input:checked + span { background: var(--ink); border-color: var(--ink); color: #fff; }
.chip input:checked + span small { color: #cfcfcb; }
.chip input:focus-visible + span { outline: 3px solid var(--c); outline-offset: 2px; }

.pricebox { display: flex; align-items: baseline; gap: 14px; flex-wrap: wrap; border-top: 2px solid var(--ink); padding: 16px 0 18px; margin-top: 8px; }
.pricebox__label { font-weight: 700; }
.pricebox__amount { font-size: 2.3rem; font-weight: 850; color: var(--ink); font-variation-settings: "wdth" 110; line-height: 1; }
.pricebox__unit { color: var(--muted); font-size: 15px; }

.prose { max-width: 72ch; }
.prose h2 { font-size: 1.4rem; margin-top: 1.6em; }
.prose h3 { font-size: 1.15rem; margin-top: 1.4em; }
.prose img { margin: 1.2em 0; }
.prose iframe { max-width: 100%; }
.prose--intro { margin: 28px 0 0; }

/* ---------- Forms ---------- */
.field { margin-bottom: 18px; }
.field label { display: block; font-weight: 650; margin-bottom: 6px; color: var(--ink); }
.opt { font-weight: 400; color: var(--muted); font-size: 14px; }
input[type=text], input[type=email], input[type=tel], input[type=password], input[type=date], input[type=search], input[type=number], select, textarea {
  width: 100%; border: 1px solid #8f8f8b; background: var(--paper); padding: 11px 12px; font: inherit; font-size: 16px; color: var(--ink); border-radius: 0;
}
input:focus, select:focus, textarea:focus { outline: 3px solid var(--c); outline-offset: 0; border-color: var(--ink); }
input[type=file] { font: inherit; font-size: 15px; width: 100%; padding: 14px; border: 1px dashed #8f8f8b; background: var(--stock); }
.hint { display: block; color: var(--muted); margin-top: 6px; }
.check { display: flex; gap: 10px; align-items: flex-start; margin: 10px 0 18px; }
.check input { margin-top: 5px; width: 18px; height: 18px; accent-color: var(--m); }
.formsec { font-size: 1.15rem; font-weight: 800; margin: 28px 0 14px; }
.formsec:first-child, .formcols > .formsec:first-of-type { margin-top: 0; }
.row2 { display: grid; grid-template-columns: 1fr 1fr; column-gap: 20px; }
.formpage { display: grid; grid-template-columns: minmax(0, 2fr) 1fr; gap: 56px; align-items: start; }
.formaside { background: var(--stock); padding: 24px; font-size: .96rem; }
.narrowform { max-width: 720px; }
.searchform { display: flex; gap: 10px; margin-bottom: 28px; max-width: 640px; }
.upprogress { width: 100%; height: 8px; margin-top: 10px; accent-color: var(--m); }
.notice { background: var(--stock); padding: 12px 16px; }
.plain { padding-left: 1.1em; }
.plain li { margin-bottom: 6px; }

.flashes { padding-top: 18px; }
.flash { padding: 12px 16px; margin-bottom: 10px; border-left: 5px solid var(--c); background: #e8f6fc; color: var(--ink); }
.flash--success { border-color: var(--ok); background: #e9f5ee; }
.flash--error { border-color: var(--m); background: #fdebf4; }
.flash ul { margin: 6px 0 0; padding-left: 1.2em; }
.flash p { margin: 0; font-weight: 600; }

/* ---------- Cart & checkout ---------- */
.cartlayout { display: grid; grid-template-columns: minmax(0, 1fr) 360px; gap: 48px; align-items: start; }
.lines { width: 100%; border-collapse: collapse; }
.lines th { text-align: left; font-size: 14px; color: var(--muted); font-weight: 600; border-bottom: 2px solid var(--ink); padding: 8px 10px 8px 0; }
.lines td { border-bottom: 1px solid var(--rule); padding: 16px 10px 16px 0; vertical-align: top; }
.lines .num { text-align: right; white-space: nowrap; }
.lines__name { font-weight: 700; text-decoration: none; }
.lines__spec { color: var(--muted); font-size: 15px; margin-top: 4px; }
.lines__meta { font-size: 14px; margin-top: 4px; }
.summary { background: var(--stock); padding: 24px; position: sticky; top: 20px; }
.summary dl { margin: 0 0 18px; }
.summary dl div { display: flex; justify-content: space-between; padding: 6px 0; }
.summary dt, .summary dd { margin: 0; }
.summary__total { border-top: 2px solid var(--ink); margin-top: 6px; padding-top: 12px !important; font-weight: 800; font-size: 1.2rem; color: var(--ink); }
.summary__items { list-style: none; padding: 0; margin: 0 0 14px; border-bottom: 1px solid var(--rule); }
.summary__items li { display: flex; justify-content: space-between; gap: 10px; padding: 0 0 10px; font-size: 15px; }
.summary__items small { display: block; color: var(--muted); }
.summary__note { font-size: 14px; color: var(--muted); margin: 12px 0 0; }
.summary__more { display: block; text-align: center; margin-top: 14px; font-size: 15px; }
.status { display: inline-block; font-size: 13px; font-weight: 700; padding: 3px 8px; background: var(--stock); color: var(--ink); }
.status--paid, .status--sent, .status--confirmed { background: #dff2fb; }
.status--proofing, .status--in_review, .status--requested, .status--new { background: #fff8b3; }
.status--in_production { background: #fbe0ef; }
.status--ready, .status--shipped, .status--accepted { background: #e2f3e8; }
.status--completed { background: var(--ink); color: #fff; }
.status--cancelled, .status--declined { text-decoration: line-through; color: var(--muted); }
.timeline { list-style: none; padding: 0; border-left: 2px solid var(--rule); margin-left: 6px; }
.timeline li { padding: 0 0 14px 16px; position: relative; }
.timeline li::before { content: ""; position: absolute; left: -6px; top: 7px; width: 10px; height: 10px; background: var(--ink); border-radius: 50%; }

/* ---------- Content pages ---------- */
.withside { display: grid; grid-template-columns: minmax(0, 1fr) 260px; gap: 56px; }
.sidenav ul { list-style: none; padding: 0; margin: 0; }
.sidenav li { border-top: 1px solid var(--rule); }
.sidenav a { display: block; padding: 9px 0; text-decoration: none; }
.tags { display: flex; gap: 8px; flex-wrap: wrap; margin-bottom: 24px; }
.tags a { border: 1px solid var(--ink); padding: 6px 12px; text-decoration: none; font-size: 15px; }
.tags a[aria-current] { background: var(--ink); color: #fff; }
.masonry { columns: 3 280px; column-gap: 20px; }
.masonry__item { break-inside: avoid; margin: 0 0 20px; }
.masonry figcaption { font-size: 14px; color: var(--muted); padding-top: 6px; }
.lightbox { border: 0; padding: 0; background: transparent; max-width: 92vw; max-height: 92vh; }
.lightbox::backdrop { background: rgba(0, 0, 0, .85); }
.lightbox img { max-height: 88vh; width: auto; }
.lightbox__close { position: fixed; top: 16px; right: 16px; background: #fff; border: 0; padding: 8px 14px; font: inherit; font-weight: 700; cursor: pointer; }

/* ---------- Footer ---------- */
.foot { margin-top: 64px; background: var(--stock); }
.foot__grid { display: grid; grid-template-columns: 1.4fr repeat(4, 1fr); gap: 32px; padding-block: 48px 32px; font-size: 15px; }
.foot__h { font-size: 15px; font-weight: 800; margin-bottom: 10px; }
.brand__word--foot { font-size: 22px; display: block; margin-bottom: 8px; }
.foot__links { list-style: none; padding: 0; margin: 0; }
.foot__links li { margin-bottom: 6px; }
.foot__social a { margin-right: 14px; }
.foot__legal { display: flex; gap: 20px; flex-wrap: wrap; border-top: 1px solid var(--rule); padding-block: 18px 28px; font-size: 14px; color: var(--muted); }
.foot__legal a { color: var(--muted); }

/* ---------- Rich content (editor output) ---------- */
.prose .align-center { text-align: center; } .prose .align-right { text-align: right; }
.prose figure { margin: 1.4em 0; }
.prose figure img { margin: 0; }
.prose figcaption { font-size: 14px; color: var(--muted); padding-top: 6px; }
.prose .img-center { text-align: center; } .prose .img-center img { display: inline-block; }
.prose .img-full img { width: 100%; }
.prose .img-left { float: left; max-width: 45%; margin: .3em 1.6em 1em 0; }
.prose .img-right { float: right; max-width: 45%; margin: .3em 0 1em 1.6em; }
.prose::after { content: ""; display: block; clear: both; }
.prose blockquote { margin: 1.4em 0; padding: .2em 0 .2em 1.1em; border-left: 4px solid var(--m); font-size: 1.15em; color: var(--ink); }
.prose pre { background: var(--stock); padding: 14px; overflow-x: auto; font-size: 14px; }
.prose table { border-collapse: collapse; width: 100%; margin: 1.4em 0; display: block; overflow-x: auto; }
.prose th, .prose td { border-bottom: 1px solid var(--rule); padding: 9px 12px 9px 0; text-align: left; vertical-align: top; }
.prose thead th { border-bottom: 2px solid var(--ink); color: var(--ink); }
.prose .rt-embed { position: relative; aspect-ratio: 16 / 9; background: #111; margin: 1.4em 0; }
.prose .rt-embed iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.prose .rt-btn { display: inline-block; padding: 13px 22px; background: var(--m); color: #fff; font-weight: 700; text-decoration: none; border: 2px solid var(--m); }
.prose .rt-btn:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.prose .rt-btn--outline { background: var(--paper); color: var(--ink); border-color: var(--ink); }
.prose--lead { font-size: 1.2rem; line-height: 1.55; }
.btn--dark { background: var(--ink); border-color: var(--ink); color: #fff; }
.btn--dark:hover { background: var(--m); border-color: var(--m); }
.btn--light { background: #fff; border-color: #fff; color: var(--ink); }
.btn--light:hover { background: var(--ink); border-color: var(--ink); color: #fff; }
.preview-bar { position: sticky; top: 0; z-index: 99; background: var(--y); color: var(--ink); font-weight: 700; text-align: center; padding: 8px; }

/* ---------- Page builder output ---------- */
.is-builder main > .pb:first-child .pb-sec:first-child.pb-pad-none { padding-top: 0; }
.pb-sec { position: relative; background-size: cover; background-position: center; }
.pb-pad-none { padding-block: 0; } .pb-pad-small { padding-block: 28px; } .pb-pad-medium { padding-block: 56px; }
.pb-pad-large { padding-block: 88px; } .pb-pad-xlarge { padding-block: 128px; }
.pb-overlay-light::before, .pb-overlay-dark::before { content: ""; position: absolute; inset: 0; background: rgba(0, 0, 0, .32); }
.pb-overlay-dark::before { background: rgba(0, 0, 0, .6); }
.pb-inner { position: relative; }
.pb-inner--narrow { max-width: 760px; }
.pb-inner--full { padding: 0; }
.pb-text-light, .pb-text-light h1, .pb-text-light h2, .pb-text-light h3, .pb-text-light .prose, .pb-text-light .phead__lead { color: #fff; }
.pb-text-light a:not(.btn) { color: #fff; }
.pb-text-light .card__text, .pb-text-light .cat__text, .pb-text-light .svclist span, .pb-text-light .pb-sub { color: #d6d6d2; }
.pb-text-light .btn:not(.btn--primary):not(.btn--light) { border-color: #fff; color: #fff; background: transparent; }
.pb-text-light .btn:not(.btn--primary):not(.btn--light):hover { background: #fff; color: var(--ink); }
.pb-row { display: grid; gap: 40px; grid-template-columns: repeat(12, minmax(0, 1fr)); }
.pb-span-12 { grid-column: span 12; } .pb-span-9 { grid-column: span 9; } .pb-span-8 { grid-column: span 8; } .pb-span-6 { grid-column: span 6; }
.pb-span-4 { grid-column: span 4; } .pb-span-3 { grid-column: span 3; }
.pb-valign-center .pb-row { align-items: center; } .pb-valign-bottom .pb-row { align-items: end; }
.pb-col { min-width: 0; }
.pb-el + .pb-el { margin-top: 24px; }
.pb-el--spacer + .pb-el, .pb-el + .pb-el--spacer { margin-top: 0; }
.align-left { text-align: left; } .align-center { text-align: center; } .align-right { text-align: right; }

.pb-h { font-weight: 850; letter-spacing: -.015em; font-variation-settings: "wdth" 115; margin: 0; }
.pb-h--small { font-size: 1.3rem; } .pb-h--normal { font-size: clamp(1.7rem, 3vw, 2.3rem); }
.pb-h--large { font-size: clamp(2.2rem, 4.4vw, 3.4rem); } .pb-h--huge { font-size: clamp(2.6rem, 6vw, 5rem); line-height: .98; }
.pb-sub { font-size: 1.15rem; color: var(--muted); margin: .6em 0 0; }
.align-center.pb-sub { margin-inline: auto; max-width: 60ch; }
.overprint { position: relative; isolation: isolate; }
.overprint::before, .overprint::after {
  content: attr(data-text); position: absolute; inset: 0; z-index: -1; mix-blend-mode: multiply;
  animation: register 1.1s cubic-bezier(.2, .7, .2, 1) .15s both;
}
.overprint::before { color: var(--c); --dx: -.035em; --dy: .025em; transform: translate(var(--dx), var(--dy)); }
.overprint::after  { color: var(--m); --dx: .035em;  --dy: -.025em; transform: translate(var(--dx), var(--dy)); }
.pb-text-light .overprint::before, .pb-text-light .overprint::after { mix-blend-mode: screen; }
.pb-h.overprint::before { --dx: -.022em; --dy: .016em; } .pb-h.overprint::after { --dx: .022em; --dy: -.016em; }

.pb-img { margin: 0; }
.pb-img img { display: inline-block; max-width: 100%; }
.pb-img--full img { width: 100%; }
.pb-img.ratio-4-3 img { aspect-ratio: 4 / 3; object-fit: cover; } .pb-img.ratio-16-9 img { aspect-ratio: 16 / 9; object-fit: cover; }
.pb-img.ratio-1-1 img { aspect-ratio: 1; object-fit: cover; } .pb-img.ratio-3-4 img { aspect-ratio: 3 / 4; object-fit: cover; }
.pb-img figcaption { font-size: 14px; color: var(--muted); padding-top: 8px; }
.pb-img--crop { padding: 12px; --cm: currentColor;
  background:
    linear-gradient(var(--cm), var(--cm)) left 0 top 12px / 8px 1px no-repeat, linear-gradient(var(--cm), var(--cm)) left 12px top 0 / 1px 8px no-repeat,
    linear-gradient(var(--cm), var(--cm)) right 0 top 12px / 8px 1px no-repeat, linear-gradient(var(--cm), var(--cm)) right 12px top 0 / 1px 8px no-repeat,
    linear-gradient(var(--cm), var(--cm)) left 0 bottom 12px / 8px 1px no-repeat, linear-gradient(var(--cm), var(--cm)) left 12px bottom 0 / 1px 8px no-repeat,
    linear-gradient(var(--cm), var(--cm)) right 0 bottom 12px / 8px 1px no-repeat, linear-gradient(var(--cm), var(--cm)) right 12px bottom 0 / 1px 8px no-repeat; }
.pb-img--crop figcaption { padding-inline: 2px; }
.pb-buttons { display: flex; flex-wrap: wrap; gap: 12px; }
.pb-buttons.align-center { justify-content: center; } .pb-buttons.align-right { justify-content: flex-end; }
.pb-hr { border: 0; border-top: 1px solid var(--rule); margin: 0; } .pb-hr--thick { border-top: 4px solid var(--ink); }
.pb-text-light .pb-hr { border-color: rgba(255, 255, 255, .35); }
.pb-colorbar { height: 8px; }

.pb-cta { display: flex; justify-content: space-between; align-items: center; gap: 24px 40px; flex-wrap: wrap; padding: 40px 44px; background: var(--m); color: #fff; }
.pb-cta__copy { max-width: 60ch; }
.pb-cta__title { color: inherit; font-size: clamp(1.6rem, 3vw, 2.2rem); font-weight: 850; font-variation-settings: "wdth" 115; margin: 0 0 .3em; }
.pb-cta p { margin: 0; }
.pb-cta--black { background: var(--ink); } .pb-cta--cyan { background: var(--c); color: var(--ink); }
.pb-cta--paper { background: var(--stock); color: var(--text); } .pb-cta--outline { background: transparent; color: inherit; border: 2px solid currentColor; }
.pb-cta--paper .pb-cta__title, .pb-cta--cyan .pb-cta__title { color: var(--ink); }

.pb-cols-1 { grid-template-columns: 1fr; } .pb-cols-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.pb-cols-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .pb-cols-4 { grid-template-columns: repeat(4, minmax(0, 1fr)); }
.pb-cols-5 { grid-template-columns: repeat(5, minmax(0, 1fr)); }
.pb-features, .pb-quotes, .pb-gallery { display: grid; gap: 32px 28px; }
.pb-feature h3 { font-size: 1.15rem; font-weight: 800; margin: 0 0 .4em; }
.pb-feature h3 a { text-decoration: none; } .pb-feature h3 a:hover { color: var(--m); }
.pb-feature p { margin: 0; color: var(--muted); }
.pb-text-light .pb-feature p { color: #d6d6d2; }
.pb-features--rule .pb-feature { border-top: 3px solid currentColor; padding-top: 14px; }
.pb-features--box .pb-feature { background: var(--stock); padding: 22px; color: var(--text); }
.pb-features--box .pb-feature h3 { color: var(--ink); }
.pb-quote { margin: 0; border-left: 4px solid var(--m); padding: 4px 0 4px 20px; }
.pb-quote p { font-size: 1.15rem; line-height: 1.5; color: inherit; margin: 0 0 .7em; }
.pb-quote footer { font-weight: 700; }
.pb-quote footer span { display: block; font-weight: 400; color: var(--muted); font-size: .92em; }
.pb-faq details { border-top: 1px solid var(--rule); }
.pb-faq details:last-child { border-bottom: 1px solid var(--rule); }
.pb-faq summary { cursor: pointer; padding: 16px 30px 16px 0; font-weight: 700; color: var(--ink); list-style: none; position: relative; }
.pb-faq summary::-webkit-details-marker { display: none; }
.pb-faq summary::after { content: "+"; position: absolute; right: 4px; top: 12px; font-size: 1.5rem; font-weight: 400; }
.pb-faq details[open] summary::after { content: "−"; }
.pb-faq details > div { padding: 0 0 16px; max-width: 70ch; }
.pb-text-light .pb-faq summary { color: #fff; }
.pb-gallery { gap: 12px; }
.pb-gallery figure { margin: 0; }
.pb-gallery img { width: 100%; height: 100%; object-fit: cover; }
.pb-gallery.ratio-1-1 figure { aspect-ratio: 1; } .pb-gallery.ratio-4-3 figure { aspect-ratio: 4 / 3; } .pb-gallery.ratio-3-4 figure { aspect-ratio: 3 / 4; }
.pb-gallery.ratio-original { display: block; columns: 3 220px; column-gap: 12px; }
.pb-gallery.ratio-original figure { break-inside: avoid; margin-bottom: 12px; }
.pb-gallery a { display: block; height: 100%; }
.pb-video { margin: 0; } .pb-video .rt-embed { position: relative; aspect-ratio: 16 / 9; background: #111; }
.pb-video iframe { position: absolute; inset: 0; width: 100%; height: 100%; border: 0; }
.pb-video figcaption { font-size: 14px; color: var(--muted); padding-top: 8px; }
.pb-map iframe { width: 100%; height: 100%; border: 0; display: block; filter: grayscale(.35); }
.pb-form__title { font-size: 1.6rem; font-weight: 850; font-variation-settings: "wdth" 115; }
.pb-text-light .field label { color: #fff; }
.pb .grid.pb-cols-2, .pb .grid.pb-cols-3, .pb .grid.pb-cols-4 { gap: 36px 28px; }

/* ---------- Chat assistant ---------- */
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; margin: -1px; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
.ask { position: fixed; right: 20px; bottom: 20px; z-index: 80; font-family: inherit; }
.ask__toggle { display: flex; align-items: center; gap: 10px; background: var(--ink); color: #fff; border: 0; padding: 13px 18px; font-family: inherit; font-weight: 700; font-size: 15px; line-height: 1; cursor: pointer; box-shadow: 0 8px 24px rgba(0, 0, 0, .22); }
.ask__toggle:hover, .ask__toggle:focus-visible { background: var(--m); }
.ask__dot { width: 10px; height: 10px; border-radius: 50%; background: var(--c); box-shadow: 4px 0 0 var(--m), 8px 0 0 var(--y); margin-right: 8px; }
.ask.is-open .ask__toggle { display: none; }
.ask__panel { width: min(380px, calc(100vw - 24px)); height: min(560px, calc(100vh - 40px)); display: flex; flex-direction: column; background: var(--paper, #fff); border: 1px solid var(--ink); border-top: 5px solid var(--m); box-shadow: 0 16px 48px rgba(0, 0, 0, .25); }
.ask__panel[hidden] { display: none; }
.ask__head { display: flex; justify-content: space-between; align-items: center; padding: 12px 14px; border-bottom: 1px solid var(--rule); }
.ask__head strong { display: block; color: var(--ink); }
.ask__head span { font-size: 13px; color: var(--muted); }
.ask__close { background: none; border: 0; font-size: 28px; line-height: 1; cursor: pointer; color: var(--ink); padding: 0 4px; }
.ask__log { flex: 1; overflow-y: auto; padding: 14px; display: flex; flex-direction: column; gap: 10px; background: var(--stock); }
.ask__msg { max-width: 88%; padding: 10px 12px; font-size: 15px; line-height: 1.45; overflow-wrap: anywhere; }
.ask__msg p { margin: 0 0 .5em; } .ask__msg p:last-child { margin: 0; }
.ask__msg ul { margin: .2em 0 .5em; padding-left: 1.2em; }
.ask__msg--assistant { background: #fff; border: 1px solid var(--rule); align-self: flex-start; color: var(--text); }
.ask__msg--user { background: var(--ink); color: #fff; align-self: flex-end; white-space: pre-wrap; }
.ask__msg a { color: var(--m); font-weight: 600; }
.ask__msg.is-typing { color: var(--muted); letter-spacing: 2px; animation: askpulse 1s infinite alternate; }
.ask__msg.is-error { border-color: var(--m); }
@keyframes askpulse { from { opacity: .4; } to { opacity: 1; } }
.ask__chips { display: flex; flex-wrap: wrap; gap: 6px; padding: 0 14px 10px; background: var(--stock); }
.ask__chips:empty { display: none; }
.ask__chip { border: 1px solid var(--ink); background: #fff; padding: 6px 10px; font-family: inherit; font-weight: 600; font-size: 13px; cursor: pointer; }
.ask__chip:hover { background: var(--ink); color: #fff; }
.ask__form { display: flex; gap: 6px; padding: 10px; border-top: 1px solid var(--rule); }
.ask__form textarea { flex: 1; resize: none; border: 1px solid #9a9a95; padding: 9px 10px; font: inherit; font-size: 15px; max-height: 120px; }
.ask__form textarea:focus { outline: 2px solid var(--c); outline-offset: -1px; }
.ask__send { width: 44px; border: 0; background: var(--m); color: #fff; font-size: 18px; cursor: pointer; }
.ask__send:hover { background: var(--ink); }
.ask__note { margin: 0; padding: 0 12px 10px; font-size: 12px; color: var(--muted); }
.ask__note a { color: inherit; }
@media (max-width: 560px) {
  .ask { right: 12px; bottom: 12px; }
  .ask.is-open { left: 12px; top: 12px; }
  .ask.is-open .ask__panel { width: 100%; height: 100%; }
}
@media print { .ask { display: none; } }

/* ---------- Responsive ---------- */
@media (max-width: 1080px) {
  .grid--4 { grid-template-columns: repeat(3, 1fr); }
  .foot__grid { grid-template-columns: repeat(3, 1fr); }
  .visit__in { grid-template-columns: 1fr 1fr; }
  .navsearch input { width: 130px; }
}
@media (max-width: 900px) {
  .navtoggle { display: block; }
  .mainnav { display: none; position: absolute; left: 0; right: 0; top: 100%; background: var(--paper); flex-direction: column; align-items: stretch; gap: 0; border-bottom: 2px solid var(--ink); padding: 8px 24px 20px; }
  .mainnav.is-open { display: flex; }
  .mainnav > ul { flex-direction: column; }
  .mainnav > ul > li > a { padding: 12px 0; border-bottom: 1px solid var(--rule); }
  .sub, .sub--cols { position: static; display: block; border: 0; columns: 1; min-width: 0; padding: 4px 0 8px 12px; }
  .sub a { padding: 5px 0; font-size: 15px; }
  .navsearch { margin: 14px 0; } .navsearch input { width: 100%; }
  .cartlink { padding: 6px 0; }
  .hero__in, .pdp, .cartlayout, .formpage, .withside { grid-template-columns: 1fr; gap: 32px; }
  .hero__in { padding-block: 44px 52px; }
  .hero__sheet { min-height: 0; }
  .pdp__media, .summary { position: static; }
  .paths { grid-template-columns: 1fr; }
  .path, .path:first-child { border-left: 0; border-top: 1px solid var(--rule); padding: 22px 0; }
  .grid--cats, .grid--4 { grid-template-columns: repeat(2, 1fr); }
  .svclist { grid-template-columns: 1fr; }
  .pb-row { grid-template-columns: 1fr; gap: 28px; }
  .pb-row > .pb-col { grid-column: 1 / -1; }
  .pb-layout-3-3-3-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pb-layout-3-3-3-3 > .pb-col { grid-column: auto; }
  .pb-cols-4, .pb-cols-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pb-cols-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .pb-pad-large { padding-block: 60px; } .pb-pad-xlarge { padding-block: 80px; }
  .pb-hide-mobile { display: none; }
}
@media (max-width: 560px) {
  body { font-size: 16px; }
  .utility__left a:not(:first-child) { display: none; }
  .grid--cats, .grid--4 { grid-template-columns: 1fr; }
  .row2 { grid-template-columns: 1fr; }
  .svclist a, .svclist--full a { grid-template-columns: 1fr; gap: 2px; }
  .foot__grid, .visit__in { grid-template-columns: 1fr; }
  .quotebar { flex-direction: column; align-items: flex-start; }
  .pb-cols-2, .pb-cols-3, .pb-cols-4, .pb-cols-5, .pb-layout-3-3-3-3 { grid-template-columns: 1fr; }
  .pb .grid.pb-cols-3, .pb .grid.pb-cols-4, .pb-gallery.pb-cols-3, .pb-gallery.pb-cols-4, .pb-gallery.pb-cols-5 { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 24px 14px; }
  .pb .grid .card__title { font-size: 1rem; }
  .pb .grid .card__text { display: none; }
  .pb-cta { padding: 28px 24px; }
  .prose .img-left, .prose .img-right { float: none; max-width: 100%; margin: 1em 0; }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { animation: none !important; transition: none !important; }
}
