/* TAKARA SCALE — shared catalogue design. Loaded after each page's functional styles. */
:root {
  --bg: #f6f3ec; --bg-soft: #eeebe3; --bg-deep: #e3ded3; --card: #fcfbf7;
  --ink: #242720; --ink-2: #52564b; --ink-3: #696d61; --ink-faint: #707366;
  --line: #cccbbf; --line-soft: #dfded3; --accent: #b73525; --accent-deep: #922a1e;
  --accent-soft: #b735250d; --maxw: 1360px; --read: 820px;
}
html { scroll-padding-top: 155px; }
body { font-size: 15px; line-height: 1.75; }
::selection { background: #b73525; color: #fff; }
a, button, input, select, textarea { -webkit-tap-highlight-color: transparent; }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible { outline: 2px solid var(--accent); outline-offset: 4px; }
.wrap { padding-left: max(48px, env(safe-area-inset-left)); padding-right: max(48px, env(safe-area-inset-right)); }
.eyebrow { font-size: 11px; font-weight: 600; letter-spacing: .16em; }
h1, h2, h3 { text-wrap: pretty; }
.btn { border-radius: 0; min-height: 46px; font-size: 12px; letter-spacing: .055em; padding: 13px 22px; justify-content: center; transition: background .18s, color .18s, border-color .18s; }
.btn--sm { min-height: 40px; padding: 9px 15px; font-size: 11px; }
.btn--ghost { border-color: var(--line); }
.btn svg { width: 16px; height: 16px; flex-shrink: 0; }
.topbar { background: var(--ink); color: #e2e1d7; font-size: 10px; letter-spacing: .1em; text-transform: none; text-align: center; }
.topbar .wrap { min-height: 30px; height: auto; padding-top: 5px; padding-bottom: 5px; }
.topbar .sun-mini { width: 6px; height: 6px; box-shadow: none; }
header.site { background: var(--bg); backdrop-filter: none; border-bottom: 1px solid var(--ink); }
header.site > .wrap { display: flex; align-items: center; justify-content: space-between; min-height: 90px; height: auto; gap: 24px; }
.brand { flex-shrink: 0; gap: 11px; font-size: 17px; letter-spacing: .075em; }
.brand-logo { width: 38px; height: 38px; }
.brand .mark { font-size: 17px; letter-spacing: .075em; }
.brand .sub { display: block; font-family: 'Jost', sans-serif; font-size: 10px; letter-spacing: .035em; margin-top: 6px; }
.nav-links, header.site nav.nav { display: flex; align-items: center; gap: 23px; height: auto; }
.nav-links a, header.site nav.nav a { font-family: 'Jost', sans-serif; margin: 0; font-size: 12px; font-weight: 500; letter-spacing: .035em; white-space: nowrap; text-transform: none; padding: 12px 0; }
.nav-right { gap: 12px; }
.cur-sel { border-radius: 0 !important; border-color: var(--line) !important; min-height: 38px; }
.hero-bg .sun-glow, .hero-bg .rays { display: none; }
.hero-sun { opacity: .1; }
.hero, .t-hero, .s-hero, .a-hero { background: var(--bg); }
.t-hero, .s-hero, .a-hero { padding: 68px 0 52px; position: relative; overflow: hidden; border-bottom: 1px solid var(--line); }
.t-hero::before, .s-hero::before, .a-hero::before { content: ''; position: absolute; width: 180px; height: 180px; border: 1px solid var(--accent); border-radius: 50%; right: max(48px, calc((100vw - 1264px) / 2)); top: 48px; opacity: .13; pointer-events: none; }
.t-hero .rays, .s-hero .rays { display: none; }
.t-hero h1, .s-hero h1, .a-hero h1 { font-size: clamp(36px, 4.5vw, 60px); font-weight: 500; line-height: 1.2; letter-spacing: -.035em; max-width: 20ch; margin-top: 18px; }
.t-hero p, .s-hero p, .a-sub { font-size: 16px; max-width: 64ch; line-height: 1.8; margin-top: 22px; }
.hero h1, .sec-head h2, .src-left h2 { font-weight: 500; letter-spacing: -.035em; }
/* Opening spread */
.page-shop .hero { padding: 0; }
.collection-masthead, .collection-colophon { display: flex; justify-content: space-between; gap: 20px; font-family: 'Jost', sans-serif; font-size: 11px; letter-spacing: .07em; color: var(--ink-3); }
.collection-masthead { padding: 22px 0; border-bottom: 1px solid var(--line); text-transform: uppercase; }
.page-shop .hero-grid { display: grid; grid-template-columns: 1fr 1.08fr; gap: 64px; align-items: center; padding: 48px 0; }
.page-shop .hero-copy { max-width: none; }
.page-shop .hero h1 { font-size: clamp(46px, 5.2vw, 74px); line-height: 1.12; margin-top: 20px; text-wrap: initial; }
.page-shop .hero h1 em { color: var(--accent); }
.page-shop .hero p.lead { font-size: 15px; line-height: 1.85; max-width: 39ch; margin-top: 26px; }
.page-shop .hero-cta { margin-top: 28px; gap: 17px; align-items: flex-start; flex-direction: column; }
.text-link { font-family: 'Jost', sans-serif; font-size: 13px; text-decoration: underline; text-underline-offset: 5px; text-decoration-color: var(--line); }
.text-link:hover { color: var(--accent); }
.hero-origin { display: flex; gap: 14px; align-items: center; margin-top: 34px; color: var(--accent); }
.hero-origin svg { width: 65px; height: 44px; }
.hero-origin span { color: var(--ink-3); font-family: 'Jost', sans-serif; font-size: 11px; line-height: 1.8; letter-spacing: .025em; }
.hero-origin b { color: var(--ink); font-weight: 500; letter-spacing: .12em; }
.collection-feature { min-width: 0; border-top: 2px solid var(--accent); }
.feature-label { display: flex; justify-content: space-between; font-family: 'Jost', sans-serif; text-transform: uppercase; font-size: 10px; letter-spacing: .13em; padding: 12px 0; color: var(--ink-3); }
.feature-photo { display: block; aspect-ratio: 4/3; background: var(--bg-deep); overflow: hidden; }
.feature-photo img { width: 100%; height: 100%; object-fit: contain; }
.feature-placeholder { display: grid; place-items: center; }
.feature-placeholder svg { height: 75%; max-width: 80%; }
.feature-caption { display: flex; justify-content: space-between; gap: 24px; align-items: center; border-bottom: 1px solid var(--ink); padding: 19px 0; }
.feature-caption .eyebrow { font-size: 10px; }
.feature-caption h2 { font-family: 'Jost', sans-serif; font-size: 20px; font-weight: 500; line-height: 1.3; margin-top: 4px; text-transform: none; }
.feature-caption > a { display: grid; place-items: center; border: 1px solid var(--line); width: 42px; height: 42px; font-size: 22px; flex-shrink: 0; }
.feature-caption > a:hover { background: var(--accent); color: white; border-color: var(--accent); }
.collection-colophon { padding: 18px 0; border-top: 1px solid var(--line); }
/* Catalogue: photographs and typography carry the hierarchy. */
.sec { padding: 76px 0; }
.sec-head { text-align: left; max-width: none; margin: 0 0 32px; }
.sec-head h2 { font-size: clamp(32px, 3.5vw, 46px); line-height: 1.2; margin: 12px 0; }
.sec-head p { max-width: 65ch; font-size: 14px; }
.page-shop .sec--stock { border-top: 1px solid var(--ink); padding-top: 60px; }
.page-shop .sec-head { display: grid; grid-template-columns: 1fr 1fr; column-gap: 64px; align-items: end; }
.page-shop .sec-head > .eyebrow { grid-column: 1; }
.page-shop .sec-head h2 { grid-column: 1; grid-row: 2 / 4; margin-bottom: 0; font-size: 48px; }
.page-shop .sec-head p { grid-column: 2; font-size: 13px; }
.toolbar { padding: 18px 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); margin-bottom: 32px; gap: 16px; }
.chip, .chips button, .t-subnav a { border-radius: 0; background: transparent; font-size: 12px; min-height: 38px; padding: 7px 13px; }
.f-label { color: var(--ink-3); font-size: 10px; letter-spacing: .09em; }
.filter-groups { gap: 24px; }
.filters { gap: 5px; }
.chip.active { background: var(--ink); }
.page-shop .pgrid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 44px 32px; }
.page-shop .card { display: flex; flex-direction: column; background: transparent; border: 0; border-radius: 0; opacity: 1; transform: none; box-shadow: none; overflow: visible; }
.page-shop .card:hover { transform: none; box-shadow: none; }
.page-shop .card-media { aspect-ratio: 4/3; min-height: 0; background: var(--bg-soft); border: 1px solid var(--line-soft); }
.page-shop .card-media img { object-fit: contain; }
.page-shop .card:hover .card-media img { transform: none; }
.page-shop .media-tags { display: none; }
.page-shop .status { top: auto; right: 12px; bottom: 12px; background: var(--card); border: 1px solid var(--line); border-radius: 0; padding: 5px 9px; font-size: 9px; }
.page-shop .card-body { padding: 20px 0 0; flex: 1; }
.page-shop .card-maker { font-size: 11px; font-weight: 500; letter-spacing: .12em; color: var(--accent); }
.page-shop .card h3 { font-family: 'Jost', sans-serif; font-size: 25px; font-weight: 500; line-height: 1.25; margin: 8px 0 10px; }
.page-shop .card h3 a:hover { color: var(--accent) !important; }
.page-shop .card .sub { display: block; font-size: 13px; line-height: 1.75; }
.specline { gap: 0; margin: 14px 0; }
.specline span { background: transparent; border: 0; border-radius: 0; padding: 0 10px 0 0; margin-right: 10px; font-size: 10px; border-right: 1px solid var(--line); }
.specline span:last-child { border-right: 0; }
.card-detail { display: flex; justify-content: space-between; font-family: 'Jost', sans-serif; font-size: 12px; padding: 10px 0 14px; margin-bottom: 14px; color: var(--ink-2); }
.card-detail:hover { color: var(--accent); }
.card-detail span { font-size: 18px; }
.card-foot { padding-top: 16px; border-top-color: var(--ink); }
.price-v { font-variant-numeric: tabular-nums; }
.page-shop .price-v { font-size: 25px; }
.page-shop .price-v.muted { font-size: 21px; }
.pager button { border-radius: 0; min-height: 42px; background: transparent; }
.features { background: var(--bg-soft); }
.feat { padding: 36px 30px; }
.feat:first-child { padding-left: 0; }
.feat:last-child { padding-right: 0; }
.feat h3 { font-family: 'Jost', sans-serif; font-size: 21px; font-weight: 500; }
.feat p { font-size: 13px; }
.feat .ic, .feat > svg { width: 24px; height: 24px; color: var(--accent); margin-bottom: 16px; }
.sourcing { background: var(--bg); }
.src-grid { gap: 90px; }
.src-left h2 { font-size: clamp(32px, 3.6vw, 48px); }
.form-card, .tool-card, .calc { border-radius: 0; box-shadow: none; background: var(--card); padding: 32px; border-color: var(--line); }
.form-card { border-top: 2px solid var(--ink); }
.field label, .fld > span { color: var(--ink-2); font-size: 11px; letter-spacing: .06em; }
.field input, .field textarea, .field select, .fld input, .fld select { border-radius: 0; background: transparent; min-height: 44px; }
.modal { border-radius: 0; }
.modal-back { backdrop-filter: none; }
/* Workshop */
.tool-hub { padding: 12px 0 72px; }
.tool-hub-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 0 48px; }
.tool-item { border: 0; border-top: 1px solid var(--ink); background: transparent; border-radius: 0; padding: 30px 0 38px; box-shadow: none; }
.tool-item:hover { transform: none; box-shadow: none; }
.tool-item .ti-icon { font-family: 'Jost', sans-serif; color: var(--accent); font-size: 14px; margin-bottom: 24px; letter-spacing: .13em; }
.tool-item h3 { font-size: 29px; font-weight: 500; }
.tool-item .keywords { gap: 8px 16px; }
.tool-item .kw { border: 0; border-radius: 0; padding: 0; color: var(--ink-3); }
.tool-item .btn { align-self: flex-start; }
.t-subnav { background: transparent; }
.t-subnav .wrap { gap: 0; padding: 0 48px; }
.t-subnav a { border: 0; padding: 17px 20px; border-bottom: 2px solid transparent; }
.t-subnav a.cur { background: transparent; color: var(--accent); border-bottom-color: var(--accent); }
.t-main { padding-top: 40px; padding-bottom: 48px; }
.tool-card { border-top: 2px solid var(--ink); }
.tool-head h3 { font-size: 30px; font-weight: 500; }
.seg, .seg button, .t-note, .ps-stage, .sc-out, .calc-out, .rate-wrap { border-radius: 0; }
.t-cta { border-top: 1px solid var(--line); background: var(--bg-soft); }
/* Reading room */
.page-article .a-hero .read { max-width: 1060px; }
.page-article .a-hero h1 { max-width: 23ch; }
.page-article .read { padding-left: 32px; padding-right: 32px; }
.page-article article { padding-top: 42px; font-size: 16px; line-height: 1.95; }
.page-article article h2, .page-article article h3 { line-height: 1.4; }
.page-article .list { max-width: 1060px; padding-top: 0; display: block; }
.page-article .art { border: 0; border-bottom: 1px solid var(--line); background: transparent; border-radius: 0; padding: 34px 0; box-shadow: none; }
.page-article .art:hover { transform: none; box-shadow: none; }
.page-article .art:hover h2 { color: var(--accent); }
.page-article .art h2 { font-size: clamp(25px, 3vw, 34px); font-weight: 500; max-width: 32ch; }
.page-article .art p { max-width: 75ch; font-size: 14px; }
.page-article .art .more { font-size: 11px; }
.page-article .note, .page-article .price, .page-article .toc, .page-article .table-wrap { border-radius: 0; }
.page-article .byline { font-size: 10px; }
/* Physical and digital product pages */
.page-product .pdp { grid-template-columns: 1.18fr 1fr; gap: 56px; padding-top: 34px; }
.page-product h1 { font-size: clamp(30px, 3vw, 42px); font-weight: 500; line-height: 1.25; }
.pdp-media, .thumbs img, .cnote img, .kv span, .tag, .status, .rel-card { border-radius: 0; }
.page-product .kv span { background: transparent; padding: 5px 9px; font-size: 12px; }
.page-product .pricebox { border-top: 1px solid var(--ink); border-bottom: 1px solid var(--line); padding: 24px 0; margin: 24px 0; }
.rel-card { background: transparent; border: 0; }
.rel-card:hover { transform: none; box-shadow: none; }
.rel-card img { object-fit: contain; }
.rel-body { padding: 14px 0; }
.page-digital .hero { padding: 56px 0; }
.page-digital .hero-grid { gap: 56px; }
.page-digital .hero h1 { font-size: clamp(36px, 4vw, 56px); }
.page-digital .hero p.lead { font-size: 14px; line-height: 1.8; }
.page-digital .frame, .page-digital .card { border-radius: 0; box-shadow: none; }
.page-digital .card:hover { transform: none; box-shadow: none; }
.page-digital .card { border-color: var(--line); }
.page-digital .sec-head p { max-width: 70ch; }
/* Shipping */
.std-strip { gap: 0; }
.std-card { border-radius: 0; box-shadow: none; background: transparent; border-color: var(--line); }
.std-card--hl { background: var(--bg-soft); }
.s-block h2, .s-aside h2, .s-section h2 { font-weight: 500; }
.s-spec, .s-aside, .s-faq { border-radius: 0; box-shadow: none; }
/* Quiet, consistent closing colophon */
footer, footer.site { background: var(--ink); color: #d5d7ca; border-top: 3px solid var(--accent); }
footer.site { padding-top: 52px; }
.foot-brand .mark { font-size: 20px; letter-spacing: .065em; }
.foot-col h4 { color: #b5b8a9; font-size: 10px; letter-spacing: .1em; }
.foot-brand p, .foot-bottom span { color: #b5b8a9; }
.foot-bottom { border-color: #53574b; }
.fuji-foot { opacity: .045; }
@media (max-width: 1180px) {
  header.site > .wrap { flex-wrap: wrap; gap: 0 24px; padding-top: 19px; min-height: 0; }
  header.site .nav-links, header.site nav.nav { order: 3; width: 100%; border-top: 1px solid var(--line-soft); margin-top: 17px; gap: 26px; padding: 0; overflow-x: auto; }
  header.site .nav-right { margin-left: auto; }
  .page-shop .hero-grid { gap: 36px; }
  .page-shop .hero h1 { font-size: clamp(42px, 5.7vw, 65px); }
}
@media (max-width: 800px) {
  .wrap { padding-left: max(24px, env(safe-area-inset-left)); padding-right: max(24px, env(safe-area-inset-right)); }
  .page-shop .hero-grid, .page-digital .hero-grid { grid-template-columns: 1fr; gap: 36px; }
  .page-shop .hero h1 { font-size: clamp(46px, 8vw, 66px); }
  .page-shop .hero-copy { max-width: 620px; }
  .page-shop .hero p.lead { max-width: 48ch; }
  .page-shop .hero-cta { flex-direction: row; align-items: center; gap: 20px; }
  .hero-origin { margin-top: 26px; }
  .collection-feature { max-width: none; }
  .collection-colophon { font-size: 10px; }
  .page-shop .sec-head { display: block; }
  .page-shop .sec-head h2 { font-size: 38px; margin-bottom: 18px; }
  .page-shop .pgrid { gap: 36px 24px; }
  .page-shop .card h3 { font-size: 22px; }
  .card-foot { flex-wrap: wrap; gap: 14px; }
  .card-foot .btn { padding: 9px 12px; }
  .src-grid { grid-template-columns: 1fr; gap: 32px; }
  .feat-grid { grid-template-columns: 1fr; }
  .feat, .feat:first-child, .feat:last-child { padding: 26px 0; border-right: 0; border-bottom: 1px solid var(--line); }
  .feat:last-child { border-bottom: 0; }
  .tool-hub-grid { gap: 0 28px; }
  .t-subnav .wrap { padding: 0 24px; }
  .page-product .pdp { grid-template-columns: 1fr; gap: 32px; }
}
@media (max-width: 540px) {
  body { font-size: 14px; }
  .wrap { padding-left: max(20px, env(safe-area-inset-left)); padding-right: max(20px, env(safe-area-inset-right)); }
  header.site > .wrap { padding-top: 14px; gap: 12px; }
  .brand, .brand .mark { font-size: 13px; letter-spacing: .035em; }
  .brand { gap: 8px; }
  .brand-logo { width: 29px; height: 29px; }
  .brand .sub { font-size: 8px; margin-top: 4px; letter-spacing: 0; }
  .nav-right { gap: 7px; }
  .nav-right .btn { font-size: 10px; min-height: 34px; padding: 6px 9px; }
  .nav-right .btn svg { display: none; }
  .cur-sel { min-height: 34px; font-size: 11px !important; padding: 5px !important; }
  header.site .nav-links, header.site nav.nav { margin-top: 0; gap: 23px; flex-wrap: nowrap; justify-content: flex-start; }
  .nav-links a, header.site nav.nav a { font-size: 12px; padding: 10px 0; }
  .topbar { font-size: 9px; letter-spacing: .015em; line-height: 1.6; }
  .topbar .wrap { font-size: 9px; letter-spacing: .015em; padding-top: 5px; padding-bottom: 5px; }
  .collection-masthead { font-size: 9px; padding: 16px 0; }
  .collection-masthead span:last-child { display: none; }
  .page-shop .hero-grid { padding: 30px 0; gap: 30px; }
  .page-shop .hero h1 { font-size: clamp(43px, 11vw, 58px); margin-top: 14px; }
  .page-shop .hero p.lead { font-size: 14px; margin-top: 22px; }
  .page-shop .hero-cta { flex-direction: column; align-items: flex-start; margin-top: 24px; gap: 16px; }
  .hero-origin { margin-top: 24px; }
  .feature-caption h2 { font-size: 18px; }
  .feature-caption { padding: 14px 0; }
  .collection-colophon { flex-direction: column; gap: 4px; padding: 13px 0; }
  .sec, .page-shop .sec--stock { padding: 44px 0; }
  .page-shop .pgrid { grid-template-columns: 1fr; gap: 36px; }
  .page-shop .card h3 { font-size: 25px; }
  .page-shop .card-body { padding-top: 17px; }
  .page-shop .card .sub { font-size: 13px; }
  .page-shop .card-foot { flex-wrap: nowrap; }
  .toolbar { flex-wrap: wrap; overflow: visible; margin-bottom: 25px; padding: 14px 0; }
  .filter-groups { width: 100%; flex-wrap: wrap; gap: 10px; }
  .filters { flex-wrap: wrap; flex-shrink: 1; gap: 5px; }
  .f-label { display: inline; min-width: 39px; margin-right: 2px; }
  .chip { padding: 7px 10px; font-size: 11px; }
  .tools-right { width: 100%; justify-content: space-between; }
  .count { display: block; }
  .form-card, .tool-card, .calc { padding: 23px 19px; }
  .field-row { grid-template-columns: 1fr; }
  .field input, .field textarea, .field select, .fld input, .fld select { font-size: 16px; }
  .t-hero, .s-hero, .a-hero { padding: 38px 0 32px; }
  .t-hero h1, .s-hero h1, .a-hero h1 { font-size: 36px; }
  .t-hero p, .s-hero p, .a-sub { font-size: 14px; margin-top: 18px; }
  .t-hero::before, .s-hero::before, .a-hero::before { width: 100px; height: 100px; right: -35px; top: 24px; }
  .tool-hub-grid { grid-template-columns: 1fr; margin-top: 22px; }
  .tool-item { padding: 24px 0 30px; }
  .tool-item h3 { font-size: 26px; }
  .tool-item .ti-icon { margin-bottom: 14px; }
  .t-subnav .wrap { padding: 0 20px; flex-wrap: nowrap; overflow-x: auto; }
  .t-subnav a { white-space: nowrap; padding: 14px 16px; }
  .page-article .read { padding-left: 20px; padding-right: 20px; }
  .page-article article { font-size: 15px; }
  .page-article .art { padding: 26px 0; }
  .page-article .art h2 { font-size: 26px; }
  .page-product .pdp { padding-top: 24px; }
  .page-product h1 { font-size: 32px; }
  .page-digital .hero { padding: 36px 0; }
  .foot-grid { gap: 30px; }
  .foot-brand .mark { font-size: 17px; }
  .modal-back { padding: 18px 12px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation-duration: .01ms !important; animation-delay: 0ms !important; transition-duration: .01ms !important; }
  .card { opacity: 1; transform: none; }
}
/* Final layout refinements after browser review. */
.std-strip-wrap { padding-top: 44px; }
.std-head { text-align: left; max-width: 660px; }
.std-head h2 { font-weight: 500; }
.std-card:hover { transform: none; box-shadow: none; border-color: var(--ink); }
.std-card--hl { background: var(--ink); border-color: var(--ink); }
.std-card--hl .std-zone, .std-card--hl .std-rate { color: #fff; }
.std-card--hl .std-blurb, .std-card--hl .std-usd { color: #d5d7ca; }
.page-product .thumb-group { display: grid; grid-template-columns: 65px minmax(0, 1fr); gap: 10px; align-items: center; }
.page-product .tg-label { font-size: 9px; margin: 0; }
.page-product .thumbs { flex-wrap: nowrap; overflow-x: auto; padding: 2px 0 6px; }
.page-product .thumbs img { width: 58px; height: 58px; flex: 0 0 58px; }
.page-product .maker { font-size: 12px; letter-spacing: .08em; }
.page-product .btns .btn { white-space: normal; }
.page-article .a-cta .btn--ghost { color: #fff; }
@media (max-width: 540px) {
  .std-card { display: grid; grid-template-columns: 1fr auto; gap: 3px 20px; padding: 18px; text-align: left; border-bottom: 0; }
  .std-card:last-child { border-bottom: 1px solid var(--line); }
  .std-zone { grid-column: 1; font-size: 11px; }
  .std-blurb { grid-column: 1; grid-row: 2 / 4; min-height: 0; max-width: 24ch; }
  .std-rate { grid-column: 2; grid-row: 1 / 3; margin: 0; text-align: right; font-size: 27px; line-height: 1.2; }
  .std-usd { grid-column: 2; grid-row: 3; text-align: right; font-size: 9px; }
  .page-product .thumb-group { grid-template-columns: 57px minmax(0, 1fr); padding: 9px 10px; }
  .page-product .thumbs img { width: 48px; height: 48px; flex-basis: 48px; }
  .hero-origin { display: none; }
  .page-shop .hero-cta { gap: 12px; }
}
.page-digital .a-card { border: 0; border-radius: 0; background: transparent; box-shadow: none; }
.page-digital .a-card:hover, .page-digital .a-card:hover .a-media img { transform: none; box-shadow: none; }
.page-digital .a-media { background: var(--bg-soft); border: 1px solid var(--line-soft); }
.page-digital .a-body { padding: 20px 0 0; }
.page-digital .a-body h3 { font-family: 'Jost', sans-serif; font-size: 24px; font-weight: 500; }
.page-digital .a-foot { border-top: 1px solid var(--ink); flex-wrap: wrap; gap: 14px; }
.page-digital .a-foot .acts { flex-wrap: wrap; }
.page-digital .a-media .rot, .page-digital .print-pill { border-radius: 0; }
.page-digital .step { border: 0; border-top: 1px solid var(--ink); border-radius: 0; background: transparent; padding: 24px 0; }
.page-digital .step h3 { font-family: 'Jost', sans-serif; font-size: 21px; font-weight: 500; }
@media (max-width: 540px) {
  .page-digital .tools-right { flex-wrap: wrap; gap: 12px; }
  .page-digital .tools-right #q { width: 100% !important; }
  .page-digital .a-foot { align-items: flex-start; flex-direction: column; }
  .page-digital .a-foot .acts { width: 100%; }
  .page-digital .a-foot .acts .btn { flex: 1; }
}
.t-hero h1 em { display: inline-block; }
header.site nav.nav a.cur { color: var(--accent); box-shadow: inset 0 -1px var(--accent); }
