/*
Theme Name: PRINTANDTELL Shell
Theme URI: https://printandtell.com/
Author: PRINTANDTELL
Description: Controlled WordPress presentation shell for PRINTANDTELL. It deliberately leaves specialist product, pricing, design, preflight, order and production authority in the PRINTANDTELL domain platform.
Version: 0.1.1
Requires at least: 6.6
Requires PHP: 8.2
Text Domain: printandtell-shell
*/
:root{--pt-ink:#151515;--pt-muted:#666;--pt-line:#dedbd5;--pt-paper:#fff;--pt-soft:#f5f3ef;--pt-max:1440px;--pt-radius:18px;--pt-space:clamp(1rem,2vw,2rem)}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--pt-ink);background:var(--pt-paper);font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55}a{color:inherit;text-underline-offset:.16em}img{max-width:100%;height:auto}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.screen-reader-text:focus{clip:auto;width:auto;height:auto;margin:1rem;padding:.75rem;background:#fff;z-index:9999}.pt-site-header,.pt-site-footer,.pt-main{width:min(100% - 2*var(--pt-space),var(--pt-max));margin-inline:auto}.pt-site-header{display:flex;justify-content:space-between;align-items:center;gap:1.5rem;padding-block:1.15rem;border-bottom:1px solid var(--pt-line)}.pt-brand{text-decoration:none;font-weight:800;letter-spacing:.06em}.pt-nav ul{display:flex;flex-wrap:wrap;gap:1rem;list-style:none;margin:0;padding:0}.pt-main{min-height:62vh;padding-block:clamp(2rem,6vw,6rem)}.pt-hero{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(16rem,.65fr);gap:clamp(2rem,6vw,7rem);align-items:end;margin-bottom:clamp(3rem,8vw,8rem)}.pt-hero h1{font-size:clamp(2.8rem,8vw,7rem);line-height:.93;letter-spacing:-.06em;margin:0}.pt-hero p{font-size:clamp(1.05rem,1.5vw,1.35rem);color:var(--pt-muted);margin:0}.printandtell-catalog{display:grid;grid-template-columns:repeat(auto-fit,minmax(min(100%,18rem),1fr));gap:1rem}.printandtell-product{border:1px solid var(--pt-line);border-radius:var(--pt-radius);padding:clamp(1.15rem,2vw,2rem);background:var(--pt-paper)}.printandtell-product h3{font-size:1.35rem;margin:0 0 .65rem}.printandtell-product p{color:var(--pt-muted);margin:0}.printandtell-status{padding:1rem;border-radius:12px;background:var(--pt-soft)}.pt-content{max-width:78ch}.pt-content>:first-child{margin-top:0}.pt-site-footer{display:flex;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-block:2rem;border-top:1px solid var(--pt-line);color:var(--pt-muted);font-size:.9rem}@media(max-width:760px){.pt-site-header{align-items:flex-start;flex-direction:column}.pt-hero{grid-template-columns:1fr}.pt-nav ul{gap:.65rem 1rem}}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}
