:root {
  --paper: #fbfaf6;
  --surface: #ffffff;
  --ink: #202722;
  --muted: #69716c;
  --line: #dfe3dc;
  --soft-line: #eceee9;
  --coral: #df6f5d;
  --coral-dark: #b94c3b;
  --coral-soft: #f9e3dd;
  --teal: #1e706d;
  --teal-dark: #174d4b;
  --teal-soft: #dcefed;
  --yellow: #f1c75b;
  --yellow-soft: #fff3ce;
  --plum: #9a6e92;
  --plum-soft: #eee1eb;
  --focus: #174f9d;
  --shadow: 0 24px 60px rgb(38 49 42 / 12%);
  --max: 76rem;
}

*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 7rem; }
body { margin: 0; overflow-wrap: break-word; background: var(--paper); color: var(--ink); font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; font-size: 1rem; line-height: 1.6; -webkit-font-smoothing: antialiased; }
body.dialog-open { overflow: hidden; }
button, input { font: inherit; }
button { cursor: pointer; }
a { color: inherit; text-underline-offset: 0.2em; }
img, svg { display: block; max-width: 100%; }
:focus-visible { outline: 3px solid var(--focus); outline-offset: 3px; }
.container { width: min(100% - 2.5rem, var(--max)); margin-inline: auto; }
.narrow { max-width: 49rem; }
.visually-hidden { position: absolute !important; width: 1px !important; height: 1px !important; padding: 0 !important; overflow: hidden !important; clip: rect(0, 0, 0, 0) !important; white-space: nowrap !important; border: 0 !important; }
.skip-link { position: fixed; z-index: 200; top: 0.75rem; left: 0.75rem; padding: 0.7rem 1rem; transform: translateY(-180%); border-radius: 999px; background: var(--ink); color: #fff; }
.skip-link:focus { transform: translateY(0); }

h1, h2, h3 { margin-top: 0; letter-spacing: -0.025em; text-wrap: balance; }
h1 { margin-bottom: 1.35rem; font-size: clamp(3rem, 5.2vw, 5.25rem); line-height: 0.98; }
h2 { margin-bottom: 1rem; font-size: clamp(2.25rem, 3.8vw, 3.65rem); line-height: 1.04; }
h3 { margin-bottom: 0.6rem; font-size: 1.3rem; line-height: 1.22; }
p { margin-top: 0; }
.eyebrow { margin: 0 0 0.75rem; color: var(--teal); font-size: 0.76rem; font-weight: 850; letter-spacing: 0.12em; line-height: 1.35; text-transform: uppercase; }

.button { display: inline-flex; min-height: 3.25rem; align-items: center; justify-content: center; gap: 0.6rem; padding: 0.8rem 1.2rem; border: 1px solid transparent; border-radius: 999px; font-weight: 800; line-height: 1.2; text-align: center; text-decoration: none; transition: transform 160ms ease, background-color 160ms ease, border-color 160ms ease, box-shadow 160ms ease; }
.button:hover { transform: translateY(-2px); }
.button.primary { background: var(--coral); color: #fff; box-shadow: 0 10px 22px rgb(185 76 59 / 18%); }
.button.primary:hover { background: var(--coral-dark); box-shadow: 0 14px 28px rgb(185 76 59 / 24%); }
.button.secondary { border-color: #cfd6cf; background: #fff; color: var(--ink); }
.button.secondary:hover { border-color: var(--teal); background: var(--teal-soft); }
.button.text-button { min-height: auto; padding: 0.55rem 0; border-radius: 0; border-bottom: 1px solid var(--ink); color: var(--ink); }
.button.text-button:hover { border-color: var(--coral); color: var(--coral-dark); }
.button.light-button { background: #fff; color: var(--teal-dark); box-shadow: 0 12px 30px rgb(4 31 29 / 22%); }
.button.light-button:hover { background: var(--yellow-soft); }

.site-header { position: sticky; z-index: 80; top: 0; border-bottom: 1px solid rgb(32 39 34 / 10%); background: rgb(251 250 246 / 94%); box-shadow: 0 4px 20px rgb(35 44 38 / 5%); backdrop-filter: blur(12px); }
.announcement { display: flex; min-height: 1.95rem; align-items: center; justify-content: center; gap: 0.55rem; padding: 0.35rem 1rem; background: var(--teal-dark); color: #fff; font-size: 0.72rem; font-weight: 780; letter-spacing: 0.04em; text-align: center; }
.announcement span { color: var(--yellow); }
.header-inner { position: relative; display: grid; width: min(100% - 2.5rem, var(--max)); min-height: 4.5rem; grid-template-columns: auto 1fr auto; gap: 1.5rem; align-items: center; margin-inline: auto; }
.brand { display: inline-flex; align-items: center; gap: 0.65rem; color: var(--ink); font-weight: 820; letter-spacing: -0.02em; text-decoration: none; white-space: nowrap; }
.brand b { color: var(--coral-dark); }
.brand-mark { display: grid; width: 2rem; height: 2rem; grid-template-columns: repeat(3, 1fr); gap: 2px; padding: 5px; border: 1px solid #cbd2cc; border-radius: 8px; background: #fff; box-shadow: 0 4px 12px rgb(35 44 38 / 8%); }
.brand-mark span { border-radius: 2px; background: var(--coral); }
.brand-mark span:nth-child(2) { background: var(--teal); }
.brand-mark span:nth-child(3) { background: var(--yellow); }
.site-nav { display: flex; align-items: center; justify-content: center; gap: 0.15rem; }
.site-nav a { padding: 0.65rem 0.7rem; border-radius: 999px; color: #424b45; font-size: 0.86rem; font-weight: 720; text-decoration: none; }
.site-nav a:hover { background: #eeefe9; color: var(--ink); }
.header-cta { min-height: 2.65rem; padding: 0.65rem 1rem; background: var(--ink); color: #fff; font-size: 0.82rem; }
.header-cta:hover { background: var(--teal-dark); }
.menu-button { display: none; width: 2.7rem; height: 2.7rem; padding: 0; border: 1px solid #cfd6cf; border-radius: 50%; background: #fff; color: var(--ink); font-size: 1.2rem; }

.hero { position: relative; overflow: hidden; padding: clamp(4.5rem, 8vw, 7.5rem) 0 clamp(5.5rem, 8vw, 8rem); background: radial-gradient(circle at 8% 15%, rgb(241 199 91 / 24%), transparent 25rem), linear-gradient(135deg, #fbfaf6 0%, #f5f4ee 100%); }
.hero::before { position: absolute; right: -10rem; bottom: -16rem; width: 34rem; height: 34rem; border: 1px solid rgb(30 112 109 / 14%); border-radius: 50%; content: ""; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 0.94fr) minmax(0, 1.06fr); gap: clamp(3rem, 6vw, 6.5rem); align-items: center; }
.hero-copy { position: relative; z-index: 2; }
.hero-copy h1 em { color: var(--coral-dark); font-family: Georgia, "Times New Roman", serif; font-weight: 500; letter-spacing: -0.045em; }
.hero-lead { max-width: 38rem; margin-bottom: 0; color: #59615c; font-size: clamp(1.05rem, 1.4vw, 1.22rem); }
.hero-actions { display: flex; flex-wrap: wrap; gap: 0.8rem 1.25rem; align-items: center; margin-top: 1.8rem; }
.hero-points { display: flex; flex-wrap: wrap; gap: 0.75rem 1.25rem; margin: 1.7rem 0 0; padding: 0; color: #59615c; font-size: 0.84rem; font-weight: 700; list-style: none; }
.hero-points span { display: inline-grid; width: 1.3rem; height: 1.3rem; place-items: center; margin-right: 0.3rem; border-radius: 50%; background: var(--teal-soft); color: var(--teal); font-size: 0.72rem; }
.hero-visual { position: relative; isolation: isolate; }
.hero-photo { position: relative; z-index: 1; aspect-ratio: 1.13; overflow: hidden; margin: 0; border: 10px solid #fff; border-radius: 2rem; background: #dde5df; box-shadow: var(--shadow); transform: rotate(1.25deg); }
.hero-photo img { width: 100%; height: 100%; object-fit: cover; object-position: 58% center; }
.free-stamp { position: absolute; z-index: 3; top: -2.3rem; right: -1.25rem; display: grid; width: 7.2rem; height: 7.2rem; place-content: center; border: 5px solid var(--paper); border-radius: 50%; background: var(--yellow); color: #312b1a; line-height: 0.95; text-align: center; transform: rotate(7deg); box-shadow: 0 16px 35px rgb(70 58 24 / 18%); }
.free-stamp strong { font-size: 1.65rem; }
.free-stamp span { font-family: Georgia, "Times New Roman", serif; font-size: 1.25rem; font-style: italic; }
.hero-card { position: absolute; z-index: 3; bottom: -2rem; left: -2.4rem; display: grid; min-width: 19rem; grid-template-columns: 3.1rem 1fr; gap: 0.85rem; align-items: center; padding: 1rem 1.2rem; border: 1px solid var(--line); border-radius: 1rem; background: rgb(255 255 255 / 96%); box-shadow: 0 18px 45px rgb(35 44 38 / 20%); }
.hero-card-icon { display: grid; width: 3.1rem; height: 3.1rem; place-items: center; border-radius: 0.8rem; background: var(--coral-soft); color: var(--coral-dark); font-size: 1.45rem; font-weight: 900; }
.hero-card strong, .hero-card span { display: block; }
.hero-card strong { font-size: 0.92rem; }
.hero-card div span { color: var(--muted); font-size: 0.73rem; }

.quick-facts { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #fff; }
.quick-facts-grid { display: grid; grid-template-columns: repeat(4, 1fr); }
.quick-facts-grid div { display: grid; grid-template-columns: auto 1fr; gap: 0.65rem; align-items: baseline; justify-content: center; padding: 1.5rem 1rem; }
.quick-facts-grid div + div { border-left: 1px solid var(--line); }
.quick-facts strong { color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-size: 1.7rem; font-weight: 600; }
.quick-facts span { color: var(--muted); font-size: 0.82rem; font-weight: 720; }

.templates-section, .steps-section, .printing-section, .faq-section { padding: clamp(5rem, 8vw, 8rem) 0; }
.section-heading { display: grid; grid-template-columns: minmax(0, 1fr) minmax(20rem, 0.58fr); gap: 4rem; align-items: end; margin-bottom: 3rem; }
.section-heading h2 { max-width: 15ch; margin-bottom: 0; }
.section-heading > p { margin: 0; color: var(--muted); font-size: 1.04rem; }
.section-heading.compact { grid-template-columns: 1fr; }

.template-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1.75rem; }
.template-card { display: grid; min-width: 0; overflow: hidden; border: 1px solid var(--line); border-radius: 1.55rem; background: #fff; box-shadow: 0 14px 35px rgb(35 44 38 / 6%); transition: transform 180ms ease, box-shadow 180ms ease; }
.template-card:hover { transform: translateY(-5px); box-shadow: 0 22px 50px rgb(35 44 38 / 11%); }
.template-image { position: relative; display: grid; height: 24rem; place-items: center; overflow: hidden; margin: 0; padding: 1.6rem; border-bottom: 1px solid var(--line); background: linear-gradient(145deg, #e9e7df 0%, #f4f3ee 100%); }
.template-image::before { position: absolute; inset: 1.1rem; border: 1px dashed rgb(32 39 34 / 10%); border-radius: 1rem; content: ""; }
.template-image img { position: relative; z-index: 1; max-width: 100%; max-height: 100%; border: 1px solid #d7dbd5; background: #fff; object-fit: contain; box-shadow: 0 16px 32px rgb(35 44 38 / 16%); transition: transform 200ms ease; }
.template-card:hover .template-image img { transform: scale(1.018); }
.template-image.landscape img { width: 88%; transform: rotate(-1deg); }
.template-card:hover .template-image.landscape img { transform: rotate(-1deg) scale(1.018); }
.template-image.portrait img { height: 92%; transform: rotate(1deg); }
.template-card:hover .template-image.portrait img { transform: rotate(1deg) scale(1.018); }
.template-image figcaption { position: absolute; z-index: 2; right: 1rem; bottom: 1rem; padding: 0.42rem 0.68rem; border-radius: 999px; background: rgb(255 255 255 / 94%); color: #626a65; font-size: 0.7rem; font-weight: 760; box-shadow: 0 5px 15px rgb(35 44 38 / 10%); }
.template-image figcaption strong { color: var(--ink); }
.template-copy { padding: 1.65rem 1.7rem 1.8rem; }
.template-copy p:not(.template-type) { min-height: 3.2em; margin-bottom: 1.25rem; color: var(--muted); }
.template-type { display: inline-flex; margin: 0 0 0.7rem; padding: 0.35rem 0.58rem; border-radius: 999px; background: var(--coral-soft); color: var(--coral-dark); font-size: 0.68rem; font-weight: 850; letter-spacing: 0.09em; line-height: 1; text-transform: uppercase; }
.template-type.teal-label { background: var(--teal-soft); color: var(--teal); }
.template-type.yellow-label { background: var(--yellow-soft); color: #735a13; }
.template-type.plum-label { background: var(--plum-soft); color: #76516f; }
.template-copy .button { width: 100%; }

.bundle-section { position: relative; overflow: hidden; padding: clamp(5rem, 8vw, 8rem) 0; background: var(--teal-dark); color: #fff; }
.bundle-section::after { position: absolute; right: -12rem; bottom: -18rem; width: 38rem; height: 38rem; border: 1px solid rgb(255 255 255 / 12%); border-radius: 50%; content: ""; box-shadow: 0 0 0 5rem rgb(255 255 255 / 2%), 0 0 0 10rem rgb(255 255 255 / 2%); }
.bundle-grid { position: relative; z-index: 2; display: grid; grid-template-columns: minmax(0, 1fr) minmax(22rem, 0.75fr); gap: clamp(3rem, 8vw, 8rem); align-items: center; }
.bundle-copy { max-width: 38rem; }
.bundle-copy .eyebrow { color: #9ee0dc; }
.bundle-copy > p { color: #dce9e7; }
.check-list { display: grid; gap: 0.75rem; margin: 1.7rem 0 2rem; padding: 0; list-style: none; }
.check-list li { display: grid; grid-template-columns: 1.5rem 1fr; gap: 0.55rem; color: #f2f8f7; }
.check-list span { display: grid; width: 1.35rem; height: 1.35rem; place-items: center; margin-top: 0.15rem; border-radius: 50%; background: var(--yellow); color: #312b1a; font-size: 0.75rem; font-weight: 900; }
.bundle-files { position: relative; min-height: 27rem; }
.file-card { position: absolute; display: grid; width: 17.5rem; aspect-ratio: 0.72; align-content: end; padding: 1.35rem; border: 8px solid #fff; border-radius: 1rem; background: linear-gradient(180deg, #fafaf7 0 28%, #e6ece7 28% 29%, #fff 29%); color: var(--ink); box-shadow: 0 24px 55px rgb(3 31 29 / 32%); }
.file-card::before { position: absolute; top: 1.45rem; right: 1.2rem; left: 1.2rem; height: 4rem; border-top: 0.75rem solid var(--coral); background: repeating-linear-gradient(180deg, transparent 0 0.65rem, #dfe4df 0.65rem 0.72rem); content: ""; }
.file-card > span { position: absolute; top: 6.2rem; left: 1.25rem; display: grid; width: 3.1rem; height: 3.1rem; place-items: center; border-radius: 50%; background: var(--coral-soft); color: var(--coral-dark); font-weight: 900; }
.file-card strong, .file-card small { display: block; }
.file-card small { color: var(--muted); }
.file-a4 { right: 3rem; bottom: 0; transform: rotate(7deg); }
.file-letter { right: 11rem; bottom: 1rem; z-index: 2; transform: rotate(-7deg); }
.file-letter::before { border-top-color: var(--teal); }
.file-letter > span { background: var(--teal-soft); color: var(--teal); }
.bundle-files > p { position: absolute; z-index: 4; right: 0; bottom: -1.6rem; margin: 0; padding: 0.65rem 0.9rem; border-radius: 999px; background: var(--yellow); color: #302a18; font-size: 0.78rem; transform: rotate(2deg); }

.steps-section { border-bottom: 1px solid var(--line); background: #fff; }
.steps-list { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1.5rem; margin: 0; padding: 0; list-style: none; }
.steps-list li { position: relative; min-height: 15rem; padding: 2rem 1.6rem; border: 1px solid var(--line); border-radius: 1.25rem; background: var(--paper); }
.steps-list li > span { display: inline-flex; margin-bottom: 3.25rem; color: var(--coral-dark); font-family: Georgia, "Times New Roman", serif; font-size: 1.1rem; font-weight: 700; }
.steps-list li::after { position: absolute; top: 2.1rem; right: 1.7rem; width: 2.4rem; height: 2.4rem; border: 1px solid var(--line); border-radius: 50%; content: ""; }
.steps-list p { margin: 0; color: var(--muted); }

.printing-section { background: var(--paper); }
.print-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 0; border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); }
.print-grid article { padding: 2rem; }
.print-grid article + article { border-left: 1px solid var(--line); }
.print-grid p { margin: 0; color: var(--muted); }
.tip-number { display: inline-flex; margin-bottom: 2.2rem; color: var(--teal); font-family: Georgia, "Times New Roman", serif; font-size: 1rem; font-weight: 700; }

.faq-section { border-top: 1px solid var(--line); background: #fff; }
.faq-grid { display: grid; grid-template-columns: minmax(16rem, 0.65fr) minmax(0, 1fr); gap: clamp(3rem, 8vw, 8rem); }
.faq-intro { max-width: 24rem; color: var(--muted); }
.faq-list { border-top: 1px solid var(--line); }
.faq-list details { border-bottom: 1px solid var(--line); }
.faq-list summary { position: relative; padding: 1.45rem 3rem 1.45rem 0; cursor: pointer; font-weight: 780; list-style: none; }
.faq-list summary::-webkit-details-marker { display: none; }
.faq-list summary::after { position: absolute; top: 1.4rem; right: 0.2rem; color: var(--teal); font-size: 1.35rem; content: "+"; }
.faq-list details[open] summary::after { content: "−"; }
.faq-list p { max-width: 42rem; margin: -0.3rem 0 1.5rem; color: var(--muted); }

.final-cta { padding: 4rem 0; background: var(--yellow-soft); }
.final-cta-inner { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 3rem; align-items: center; }
.final-cta h2 { margin: 0; }
.final-cta .eyebrow { color: #745c18; }

.site-footer { padding: 3.5rem 0; border-top: 1px solid var(--line); background: var(--paper); }
.footer-layout { display: grid; grid-template-columns: 1.1fr auto 1fr; gap: 3rem; align-items: start; color: var(--muted); font-size: 0.84rem; }
.footer-layout p { margin: 0.75rem 0 0; }
.footer-layout nav { display: flex; flex-wrap: wrap; gap: 1rem; padding-top: 0.4rem; }
.footer-contact { padding-top: 0.4rem; text-align: right; }
.footer-contact p { margin-top: 0.5rem; }
.footer-brand { color: var(--ink); }

dialog { width: min(100% - 2rem, 35rem); max-height: calc(100svh - 2rem); overflow-y: auto; padding: 0; border: 1px solid var(--line); border-radius: 1.4rem; background: #fff; color: var(--ink); box-shadow: 0 28px 90px rgb(0 0 0 / 30%); }
dialog::backdrop { background: rgb(20 29 24 / 72%); backdrop-filter: blur(3px); }
.dialog-body { padding: 2.25rem; }
.dialog-body > p { color: var(--muted); }
.dialog-body h2 { font-size: 2.35rem; }
.dialog-close { position: absolute; z-index: 2; top: 0.8rem; right: 0.8rem; display: grid; width: 2.7rem; height: 2.7rem; place-items: center; border: 1px solid var(--line); border-radius: 50%; background: var(--paper); color: var(--ink); font-size: 1.5rem; }
.modal-form { display: grid; gap: 0.8rem; margin-top: 1.4rem; }
.modal-form > label:first-of-type { font-weight: 780; }
input[type="email"] { width: 100%; min-height: 3.35rem; padding: 0.8rem 0.95rem; border: 1px solid #b9c2bb; border-radius: 0.7rem; background: #fff; color: var(--ink); }
.field-help { margin-top: -0.5rem; color: var(--muted); font-size: 0.73rem; }
.consent { display: grid; grid-template-columns: 1.15rem 1fr; gap: 0.6rem; align-items: start; color: var(--muted); font-size: 0.78rem; line-height: 1.4; }
.consent input { width: 1rem; height: 1rem; margin: 0.15rem 0 0; accent-color: var(--coral); }
.form-message { min-height: 1.4em; margin: 0; color: var(--coral-dark); font-size: 0.84rem; font-weight: 720; }
.download-actions { display: grid; gap: 0.7rem; margin-top: 1.5rem; }
.toast { position: fixed; z-index: 100; right: 1rem; bottom: 1rem; max-width: min(24rem, calc(100% - 2rem)); margin: 0; padding: 0.85rem 1rem; border-radius: 0.8rem; background: var(--ink); color: #fff; font-weight: 700; box-shadow: 0 10px 30px rgb(0 0 0 / 20%); }
.toast[hidden] { display: none; }

.legal-main { padding: 6rem 0 7rem; }
.legal-main h1 { font-size: clamp(2.8rem, 5vw, 4.5rem); }
.legal-main h2 { margin-top: 2.5rem; font-size: 1.55rem; }
.legal-main p, .legal-main li { color: var(--muted); }
.legal-page .site-header { position: relative; }
.legal-page .site-nav a { color: var(--ink); }

@media (max-width: 68rem) {
  .header-inner { grid-template-columns: auto 1fr auto; }
  .site-nav { gap: 0; }
  .site-nav a { padding-inline: 0.5rem; font-size: 0.79rem; }
  .header-cta { display: none; }
  .hero-grid { gap: 3rem; }
  .hero-card { left: -1rem; }
  .bundle-grid { grid-template-columns: minmax(0, 1fr) minmax(19rem, 0.72fr); gap: 3rem; }
  .file-a4 { right: 0; }
  .file-letter { right: 6rem; }
}

@media (max-width: 54rem) {
  html { scroll-padding-top: 6rem; }
  .header-inner { min-height: 4.25rem; grid-template-columns: 1fr auto; }
  .menu-button { display: grid; place-items: center; }
  .site-nav { position: absolute; top: calc(100% + 0.6rem); right: 0; left: 0; display: none; padding: 0.55rem; border: 1px solid var(--line); border-radius: 1rem; background: #fff; box-shadow: var(--shadow); }
  .site-nav.open { display: grid; }
  .site-nav a { padding: 0.8rem; color: var(--ink); font-size: 0.9rem; }
  .hero-grid, .section-heading, .bundle-grid, .faq-grid { grid-template-columns: 1fr; }
  .hero { padding-top: 4rem; }
  .hero-copy { max-width: 44rem; }
  .hero-visual { width: min(100%, 42rem); margin: 1rem auto 0; }
  .section-heading { gap: 1.2rem; }
  .section-heading h2 { max-width: 18ch; }
  .bundle-copy { max-width: 44rem; }
  .bundle-files { width: min(100%, 31rem); margin: 0 auto; }
  .template-image { height: 21rem; }
  .steps-list, .print-grid { grid-template-columns: 1fr; }
  .steps-list li { min-height: auto; }
  .steps-list li > span { margin-bottom: 2rem; }
  .print-grid article + article { border-top: 1px solid var(--line); border-left: 0; }
  .tip-number { margin-bottom: 1.2rem; }
  .faq-grid { gap: 2rem; }
}

@media (max-width: 42rem) {
  .container, .header-inner { width: min(100% - 1.5rem, var(--max)); }
  .announcement { font-size: 0.66rem; }
  .hero { padding: 3.4rem 0 5.5rem; }
  .hero-actions { align-items: stretch; }
  .hero-actions .primary { width: 100%; }
  .hero-photo { border-width: 6px; border-radius: 1.25rem; transform: none; }
  .free-stamp { top: -1.5rem; right: -0.3rem; width: 5.8rem; height: 5.8rem; border-width: 4px; }
  .free-stamp strong { font-size: 1.3rem; }
  .free-stamp span { font-size: 1rem; }
  .hero-card { bottom: -2.5rem; left: 0.75rem; min-width: 0; width: calc(100% - 1.5rem); }
  .quick-facts-grid { grid-template-columns: repeat(2, 1fr); }
  .quick-facts-grid div:nth-child(3) { border-top: 1px solid var(--line); border-left: 0; }
  .quick-facts-grid div:nth-child(4) { border-top: 1px solid var(--line); }
  .templates-section, .steps-section, .printing-section, .faq-section { padding: 4.5rem 0; }
  .template-grid { grid-template-columns: 1fr; }
  .template-image { height: 19rem; }
  .bundle-files { min-height: 23rem; transform: scale(0.88); transform-origin: center top; }
  .file-card { width: 15.5rem; }
  .file-letter { right: 4.5rem; }
  .final-cta-inner, .footer-layout { grid-template-columns: 1fr; }
  .final-cta-inner .button { width: 100%; }
  .footer-layout { gap: 1.5rem; }
  .footer-contact { text-align: left; }
  .dialog-body { padding: 2rem 1.25rem 1.5rem; }
}

@media (max-width: 28rem) {
  .brand { font-size: 0.86rem; }
  .brand-mark { width: 1.8rem; height: 1.8rem; }
  .quick-facts-grid div { grid-template-columns: 1fr; gap: 0; text-align: center; }
  .template-image { height: 16.5rem; }
  .bundle-files { margin-left: -1.25rem; }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { transition-duration: 0.01ms !important; }
}

@media print {
  .site-header, .hero-actions, .quick-facts, .bundle-section, .steps-section, .printing-section, .final-cta, .site-footer, dialog, .toast { display: none !important; }
  body { background: #fff; color: #000; }
  .hero { padding: 1rem 0; background: #fff; }
  .hero-visual { display: none; }
  .hero-grid { display: block; }
}
