:root {
  --navy: #0b2d54;
  --navy-2: #173e68;
  --coral: #ef4b35;
  --coral-dark: #c93a2a;
  --ivory: #fbf8f1;
  --paper: #fffdf7;
  --blueprint: #eaf2f5;
  --grid: rgba(70, 126, 158, .16);
  --ink: #13283e;
  --muted: #5f6d78;
  --gold: #e0a744;
  --serif: Georgia, "Times New Roman", serif;
  --sans: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body { margin: 0; color: var(--ink); background: var(--ivory); font-family: var(--sans); line-height: 1.45; }
button, input, textarea { font: inherit; }
button, summary, label { -webkit-tap-highlight-color: transparent; }
a, button { color: inherit; }
h1, h2, h3, p { margin-top: 0; }
.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; }
.eyebrow { color: var(--navy-2); font-size: 10px; font-weight: 900; letter-spacing: .16em; text-transform: uppercase; }
.coral { color: var(--coral-dark); }

.site-header {
  min-height: 64px;
  padding: 9px clamp(18px, 3vw, 52px);
  display: flex;
  align-items: center;
  gap: 34px;
  border-bottom: 1px solid #d8d4ca;
  background: rgba(255, 253, 247, .97);
}
.brand { display: inline-flex; align-items: center; gap: 10px; margin-right: auto; text-decoration: none; }
.brand img { width: 40px; height: 40px; }
.brand span { display: grid; line-height: 1.05; }
.brand strong { color: var(--navy); font: 700 22px/1.05 var(--serif); }
.brand small { margin-top: 4px; color: var(--muted); font-size: 9px; font-weight: 800; letter-spacing: .11em; text-transform: uppercase; }
.site-header nav { display: flex; align-items: center; gap: 28px; }
.site-header nav a { position: relative; text-decoration: none; font-size: 13px; font-weight: 800; }
.site-header nav a::after { content: ""; position: absolute; left: 0; right: 100%; bottom: -7px; height: 2px; background: var(--coral); transition: right .18s ease; }
.site-header nav a:hover::after, .site-header nav a:focus-visible::after { right: 0; }
.privacy-chip { display: inline-flex; align-items: center; gap: 7px; padding: 7px 11px; border: 1px solid #a8b6ba; border-radius: 999px; color: #47606c; font-size: 11px; white-space: nowrap; }

.maker-shell { max-width: 1600px; margin: 0 auto; padding: 0 clamp(14px, 2vw, 32px); }
.workspace-steps {
  height: 52px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 0;
  padding: 0;
  border-left: 1px solid #d8d4ca;
  border-right: 1px solid #d8d4ca;
  list-style: none;
  background: #fffdf8;
}
.workspace-steps li { position: relative; display: flex; align-items: center; justify-content: center; gap: 9px; color: #62717a; font-size: 11px; letter-spacing: .05em; text-transform: uppercase; }
.workspace-steps li + li { border-left: 1px solid #d8d4ca; }
.workspace-steps li::after { content: ""; position: absolute; left: 0; right: 100%; bottom: 0; height: 3px; background: var(--coral); }
.workspace-steps li.is-current { color: var(--navy); }
.workspace-steps li.is-current::after { right: 0; }
.workspace-steps span { width: 25px; height: 25px; display: grid; place-items: center; border: 1px solid #8ea0a5; border-radius: 50%; background: white; font-weight: 900; }
.workspace-steps .is-current span { border-color: var(--navy); background: var(--navy); color: white; }

.print-studio {
  display: grid;
  grid-template-columns: minmax(350px, 25%) minmax(0, 75%);
  min-height: 790px;
  overflow: clip;
  border: 1px solid #b7c2c2;
  border-top: 0;
  border-radius: 0 0 14px 14px;
  background: var(--paper);
  box-shadow: 0 12px 32px rgba(35, 50, 57, .08);
}
.composer {
  padding: 26px clamp(22px, 2.4vw, 34px) 22px;
  border-right: 1px solid #c5cece;
  background: linear-gradient(rgba(255,255,255,.42), rgba(255,255,255,.12)), repeating-linear-gradient(0deg, transparent 0 25px, rgba(19,40,62,.025) 25px 26px), #f7f0e2;
}
.composer-heading { padding-bottom: 15px; margin-bottom: 17px; border-bottom: 1px solid rgba(11,45,84,.16); }
.composer h2, .proofing-desk h2 { margin: 5px 0 4px; color: var(--navy); font: 700 27px/1.08 var(--serif); }
.composer-heading p { max-width: 390px; margin: 0; color: #5e6f75; font-size: 12px; }
.field-step { position: relative; padding-left: 34px; }
.field-step::before { content: attr(data-step); position: absolute; left: 0; top: -2px; width: 23px; height: 23px; display: grid; place-items: center; border: 1px solid #9eacae; border-radius: 50%; color: var(--navy); background: #fffdf8; font-size: 11px; font-weight: 900; }
.field-label, .choice-field legend { display: block; margin: 0 0 7px; color: var(--navy); font-size: 12px; font-weight: 850; }
textarea, input[type="text"] { width: 100%; border: 1px solid #9cacae; border-radius: 7px; outline: none; background: rgba(255,255,255,.82); color: var(--ink); }
textarea { min-height: 82px; padding: 11px 13px; resize: vertical; }
input[type="text"] { padding: 9px 11px; }
textarea:focus, input[type="text"]:focus { border-color: var(--coral); box-shadow: 0 0 0 3px rgba(239,75,53,.12); }
[hidden] { display: none !important; }
.field-meta { display: flex; justify-content: space-between; gap: 10px; margin-top: 5px; color: #66747b; font-size: 10px; }
.field-meta span:last-child { color: var(--navy); font-weight: 900; white-space: nowrap; }
.field-error { min-height: 16px; margin: 3px 0 8px; color: #b22c21; font-size: 11px; font-weight: 750; }
.starter-sets { display: grid; grid-template-columns: repeat(3, 1fr); gap: 7px; margin-top: 8px; }
.starter-sets button { min-height: 34px; padding: 5px 7px; border: 1px solid #9cacae; border-radius: 7px; background: rgba(255,255,255,.82); color: var(--navy); font-size: 10px; font-weight: 850; cursor: pointer; }
.starter-sets button:hover, .starter-sets button:focus-visible { border-color: var(--coral); background: white; box-shadow: 0 0 0 3px rgba(239,75,53,.12); }
.mobile-proof-strip {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 7px 8px;
  align-items: center;
  margin: 0 0 16px;
  padding: 9px 10px;
  border: 1px solid #b3c0bf;
  border-radius: 7px;
  background: rgba(255, 253, 247, .82);
  color: #465a63;
  font-size: 10px;
  font-weight: 800;
}
.mobile-proof-strip span:not(.mini-pack-cue) {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.mobile-proof-strip .proof-ready { color: var(--navy); }
.proof-ready::before {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  margin-right: 6px;
  border-radius: 50%;
  background: #2f9c64;
  box-shadow: 0 0 0 3px rgba(47, 156, 100, .13);
  vertical-align: 1px;
}
.mini-pack-cue {
  grid-column: 2;
  grid-row: 1 / span 2;
  width: 45px;
  height: 32px;
  position: relative;
  display: block;
}
.mini-pack-cue i {
  position: absolute;
  bottom: 1px;
  width: 18px;
  height: 25px;
  border: 1px solid #8ea1a4;
  border-radius: 2px;
  background: var(--paper);
  box-shadow: 0 3px 5px rgba(19, 40, 62, .1);
}
.mini-pack-cue i:nth-child(1) { left: 0; transform: rotate(-5deg); }
.mini-pack-cue i:nth-child(2) { left: 13px; z-index: 2; border-color: var(--coral); transform: translateY(-3px); }
.mini-pack-cue i:nth-child(3) { right: 0; transform: rotate(5deg); }
.mini-pack-cue i:nth-child(2)::before {
  content: "";
  position: absolute;
  left: 3px;
  right: 3px;
  top: 5px;
  height: 1px;
  background: var(--navy);
  box-shadow: 0 5px var(--navy), 0 10px var(--navy);
  opacity: .75;
}
.choice-field { min-width: 0; padding-top: 0; padding-right: 0; padding-bottom: 0; margin: 0 0 16px; border: 0; }
.segmented { display: grid; grid-template-columns: 1fr 1.2fr; overflow: hidden; border: 1px solid #aab7b8; border-radius: 7px; background: rgba(255,255,255,.67); }
.segmented.compact { grid-template-columns: 1fr 1fr; }
.segmented label + label { border-left: 1px solid #aab7b8; }
.segmented input { position: absolute; opacity: 0; pointer-events: none; }
.segmented span { min-height: 38px; display: grid; place-items: center; padding: 6px 8px; color: #43565e; font-size: 12px; font-weight: 800; text-align: center; cursor: pointer; }
.segmented input:checked + span { color: white; background: var(--navy); box-shadow: inset 0 -3px var(--coral); }
.segmented input:focus-visible + span { outline: 3px solid rgba(239,75,53,.35); outline-offset: -3px; }
.optional-fields { margin: 2px 0 15px; padding-right: 0; border-top: 1px solid rgba(11,45,84,.17); border-bottom: 1px solid rgba(11,45,84,.17); }
.optional-fields::before { top: 8px; }
.optional-fields summary { min-height: 43px; padding: 11px 0; cursor: pointer; color: var(--navy); font-size: 12px; list-style-position: outside; }
.optional-fields summary span { float: right; color: #738087; font-size: 10px; font-weight: 600; }
.optional-grid { display: grid; gap: 10px; padding: 1px 0 13px; }
.optional-grid label { color: #41555f; font-size: 10px; font-weight: 750; }
.optional-grid input, .optional-grid textarea { display: block; margin-top: 4px; font-size: 12px; }
.optional-grid textarea { min-height: 120px; }
.paper-field { margin-bottom: 14px; }
.build-button { width: 100%; min-height: 49px; display: flex; align-items: center; justify-content: space-between; gap: 15px; padding: 0 17px; border: 0; border-radius: 7px; background: var(--coral); color: white; font-size: 14px; font-weight: 900; cursor: pointer; box-shadow: 0 4px 0 var(--coral-dark); transition: transform .12s ease, background .12s ease; }
.build-button:hover { background: #e24431; }
.build-button:active { transform: translateY(2px); box-shadow: 0 2px 0 var(--coral-dark); }
.local-note { display: flex; align-items: center; gap: 7px; margin: 11px 0 0; color: #617078; font-size: 10px; }
.local-note span { width: 16px; height: 16px; display: grid; place-items: center; flex: 0 0 auto; border: 1px solid #4c8b69; border-radius: 50%; color: #267347; font-size: 10px; }

.proofing-desk { min-width: 0; padding: 20px clamp(18px, 2vw, 30px) 15px; background-color: var(--blueprint); background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px); background-size: 22px 22px; }
.proof-toolbar { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.proofing-desk h2 { margin-top: 3px; font-size: 24px; }
.pack-status { display: flex; align-items: center; gap: 7px; margin: 0; padding: 7px 11px; border: 1px solid #afc2c9; border-radius: 999px; background: rgba(255,255,255,.82); color: #465b66; font-size: 11px; font-weight: 800; white-space: nowrap; }
.pack-status span { width: 8px; height: 8px; border-radius: 50%; background: #2f9c64; box-shadow: 0 0 0 3px rgba(47,156,100,.14); }
.pack-status.is-updated { animation: statusPulse .5s ease; }
@keyframes statusPulse { 50% { transform: scale(1.04); background: white; } }
.page-preview-controls { display: grid; grid-template-columns: minmax(0, 720px) auto auto; align-items: center; justify-content: center; gap: 10px; max-width: 1080px; margin: 10px auto 4px; }
.page-tabs { width: 100%; display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); overflow: hidden; border: 1px solid #9fadb2; border-radius: 7px; background: rgba(255,255,255,.86); }
.page-tabs button { min-width: 0; min-height: 38px; padding: 5px 8px; border: 0; background: transparent; font-size: 11px; font-weight: 850; cursor: pointer; }
.page-tabs button + button { border-left: 1px solid #b4c0c4; }
.page-tabs button span { display: inline-grid; width: 19px; height: 19px; place-items: center; margin-right: 4px; border: 1px solid currentColor; border-radius: 50%; font-size: 9px; }
.page-tabs button[aria-selected="true"] { background: var(--navy); color: white; box-shadow: inset 0 -3px var(--coral); }
.proof-open-button { min-height: 38px; padding: 6px 12px; border: 1px solid #8fa1a6; border-radius: 7px; background: rgba(255,255,255,.9); color: var(--navy); font-size: 11px; font-weight: 850; white-space: nowrap; cursor: pointer; }
.proof-open-button:hover, .proof-open-button:focus-visible { background: white; box-shadow: 0 0 0 3px rgba(239,75,53,.18); }
.message-picker, .focus-message-picker { display: inline-grid; gap: 2px; color: #43565e; font-size: 9px; font-weight: 850; text-transform: uppercase; }
.message-picker select, .focus-message-picker select { min-height: 38px; max-width: 210px; border: 1px solid #8fa1a6; border-radius: 7px; background: rgba(255,255,255,.92); color: var(--navy); font-size: 11px; font-weight: 800; text-transform: none; }
.paper-stage { position: relative; min-height: 600px; overflow: hidden; }
.paper-spread { position: absolute; inset: 7px 12px 16px; }
.spread-sheet { position: absolute; transition: left .24s ease, width .24s ease, top .24s ease, transform .24s ease; filter: drop-shadow(0 16px 21px rgba(15,39,60,.17)); }
.spread-sheet[data-position="left"] { z-index: 1; top: 54px; left: 0; width: 31%; transform: rotate(-1.2deg); }
.spread-sheet[data-position="center"] { z-index: 3; top: 5px; left: 29%; width: 42%; transform: rotate(0); }
.spread-sheet[data-position="right"] { z-index: 2; top: 54px; left: 69%; width: 31%; transform: rotate(1.2deg); }
.spread-sheet.is-active::before { content: ""; position: absolute; inset: -5px; z-index: -1; border: 2px solid rgba(239,75,53,.52); border-radius: 2px; }
.paper-page { container-type: inline-size; width: 100%; aspect-ratio: 8.5 / 11; display: flex; flex-direction: column; padding: 5% 5.5% 4%; overflow: hidden; border: 1px solid #aeb5b1; background-color: var(--paper); background-image: repeating-linear-gradient(0deg, transparent 0 18px, rgba(38,70,91,.026) 18px 19px); box-shadow: 0 1px 0 white inset; color: #142c42; }
.paper-page.is-a4 { aspect-ratio: 210 / 297; }
.sheet-kicker { display: flex; justify-content: space-between; gap: 3cqw; color: var(--coral-dark); font-size: 2cqw; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.sheet-kicker b { color: var(--navy); }
.sheet-title { margin: 1.2cqw 0 .6cqw; color: var(--navy); font: 700 5.7cqw/1.04 var(--serif); }
.sheet-subtitle { margin: 0; color: #53626b; font-size: 2.25cqw; }
.sheet-rule { height: 1px; margin: 2.2cqw 0; background: #a9b4b5; }
.hart-grid { width: 100%; aspect-ratio: 1; display: grid; grid-template-columns: 5.2cqw repeat(10, 1fr); grid-template-rows: 5.2cqw repeat(10, 1fr); border: 1px solid var(--navy); background: white; }
.hart-cell, .axis-cell { display: grid; place-items: center; min-width: 0; border-right: 1px solid #a9b7bb; border-bottom: 1px solid #a9b7bb; }
.hart-cell { color: #071f38; font-family: Arial, sans-serif; font-size: 5.6cqw; font-weight: 900; line-height: 1; }
.axis-cell { background: #e8eff1; color: #334c59; font-size: 3.6cqw; font-weight: 900; line-height: 1; }
.axis-corner { background: var(--navy); }
.chart-foot { display: flex; align-items: flex-end; justify-content: space-between; gap: 3cqw; margin-top: auto; padding-top: 1.8cqw; color: #586971; font-size: 1.9cqw; }
.fixture-id { font-family: ui-monospace, SFMono-Regular, Consolas, monospace; }
.measure-line { display: inline-grid; gap: .6cqw; color: #405661; font-size: 1.8cqw; text-align: right; }
.measure-line i { display: block; width: 9.2cqw; border-top: 1px solid #405661; }
.worksheet-head { display: flex; align-items: start; justify-content: space-between; gap: 3cqw; }
.worksheet-head .fixture-id { max-width: 47cqw; overflow: hidden; color: #435964; font-size: 1.95cqw; line-height: 1.2; text-overflow: ellipsis; white-space: nowrap; }
.name-line { min-width: 27cqw; padding-top: 1.8cqw; border-bottom: 1px solid #4a5c64; color: #64737a; font-size: 1.95cqw; }
.directions-box { margin: 1.5cqw 0 2cqw; padding: 1.7cqw 2cqw; border-left: 1cqw solid var(--coral); background: #f4ecdd; color: #344a56; font-size: 1.95cqw; line-height: 1.28; }
.activity-items { display: grid; grid-template-columns: 1fr 1fr; gap: 1.15cqw 2cqw; }
.activity-item { min-width: 0; height: 4.75cqw; display: grid; grid-template-columns: 4.3cqw 1fr 5.6cqw; align-items: center; overflow: hidden; border-bottom: 1px solid #aeb9ba; font-style: normal; }
.activity-item i { color: #809099; font-size: 1.7cqw; font-style: normal; }
.activity-item b { color: var(--navy); font-size: 2.15cqw; letter-spacing: .04em; }
.activity-item em { height: 3.7cqw; display: grid; place-items: center; border: 1px solid #95a3a6; background: white; color: var(--coral-dark); font-size: 2.2cqw; font-style: normal; font-weight: 900; }
.activity-item.is-literal b { font-size: 1.55cqw; }
.activity-item.is-literal em { border-style: dashed; color: #617078; }
.answer-page .activity-item em { background: #fff4e5; }
.answer-banner { display: flex; align-items: center; justify-content: space-between; gap: 2cqw; margin-top: auto; padding: 2cqw; border: 1px solid #e5b7ad; background: #fff1eb; color: var(--navy); font-size: 1.85cqw; }
.answer-banner b { color: var(--coral-dark); font-size: 2cqw; text-align: right; }
.desk-clip { position: absolute; z-index: 5; top: 31px; width: 20px; height: 31px; border-radius: 2px; background: #243340; box-shadow: inset 3px 0 rgba(255,255,255,.18), 0 4px 5px rgba(15,39,60,.24); pointer-events: none; }
.desk-clip::before { content: ""; position: absolute; left: 3px; right: 3px; top: -15px; height: 21px; border: 2px solid #7f8d93; border-bottom: 0; border-radius: 8px 8px 0 0; }
.clip-left { left: 29%; }
.clip-right { right: 29%; }
.desk-pencil { position: absolute; z-index: 4; left: 9%; bottom: 17px; width: 145px; height: 9px; border-radius: 5px 0 0 5px; background: linear-gradient(#1c3e68 0 35%, #0b2d54 35% 75%, #061d39 75%); transform: rotate(-7deg); pointer-events: none; }
.desk-pencil::after { content: ""; position: absolute; right: -23px; top: 0; border-top: 4.5px solid transparent; border-bottom: 4.5px solid transparent; border-left: 23px solid #d7a46c; }
.desk-ruler { position: absolute; z-index: 2; left: -24px; bottom: 2px; width: 190px; height: 25px; border: 1px solid #a9b0a7; background: repeating-linear-gradient(90deg, transparent 0 9px, #718087 9px 10px), rgba(255,255,255,.76); transform: rotate(5deg); pointer-events: none; }
.desk-proof-stamp { position: absolute; z-index: 4; right: 3%; bottom: 16px; padding: 4px 8px; border: 2px solid rgba(201,58,42,.68); color: rgba(201,58,42,.75); font: 800 11px/1 var(--serif); text-align: center; transform: rotate(5deg); pointer-events: none; }
.export-row { display: grid; grid-template-columns: 1.25fr 1fr; gap: 10px; max-width: 690px; margin: 1px auto 0; }
.export-row button { min-height: 43px; padding: 7px 12px; border-radius: 7px; font-size: 13px; font-weight: 850; cursor: pointer; }
.primary-export { border: 0; background: var(--navy); color: white; box-shadow: 0 3px 0 #061e39; }
.secondary-export { border: 1px solid #8fa1a6; background: rgba(255,255,255,.86); }
.export-note { margin: 7px 0 0; color: #526771; font-size: 9px; text-align: center; }

body.has-page-focus { overflow: hidden; }
.page-focus {
  width: 100vw;
  height: 100vh;
  max-width: none;
  max-height: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  border: 0;
  background: #dce9ed;
  color: var(--ink);
}
.page-focus::backdrop { background: rgba(5, 25, 45, .72); backdrop-filter: blur(3px); }
.focus-shell { height: 100%; display: grid; grid-template-rows: auto minmax(0, 1fr); }
.focus-toolbar {
  min-height: 78px;
  display: grid;
  grid-template-columns: minmax(190px, 1fr) minmax(420px, 1.35fr) auto minmax(110px, 1fr);
  align-items: center;
  gap: 24px;
  padding: 10px clamp(16px, 3vw, 46px);
  border-bottom: 1px solid #a9bcc2;
  background: rgba(255, 253, 247, .97);
  box-shadow: 0 4px 18px rgba(10, 35, 53, .1);
}
.focus-toolbar h2 { margin: 2px 0 0; color: var(--navy); font: 700 24px/1.05 var(--serif); }
.focus-page-tabs { display: grid; grid-template-columns: repeat(3, 1fr); overflow: hidden; border: 1px solid #8fa4aa; border-radius: 8px; background: white; }
.focus-page-tabs button { min-height: 44px; display: flex; align-items: center; justify-content: center; gap: 7px; padding: 5px 10px; border: 0; background: white; color: var(--navy); cursor: pointer; }
.focus-page-tabs button + button { border-left: 1px solid #b1bec1; }
.focus-page-tabs span { width: 22px; height: 22px; display: grid; place-items: center; border: 1px solid currentColor; border-radius: 50%; font-size: 10px; font-weight: 900; }
.focus-page-tabs b { font-size: 12px; }
.focus-page-tabs button[aria-selected="true"] { background: var(--navy); color: white; box-shadow: inset 0 -3px var(--coral); }
.focus-close { justify-self: end; min-height: 42px; display: flex; align-items: center; gap: 8px; padding: 7px 14px; border: 1px solid #91a4aa; border-radius: 8px; background: white; color: var(--navy); cursor: pointer; }
.focus-close span { font-size: 24px; line-height: 1; }
.focus-close b { font-size: 12px; }
.focus-canvas {
  min-height: 0;
  display: grid;
  place-items: center;
  padding: 14px;
  overflow: hidden;
  background-color: var(--blueprint);
  background-image: linear-gradient(var(--grid) 1px, transparent 1px), linear-gradient(90deg, var(--grid) 1px, transparent 1px);
  background-size: 22px 22px;
}
.focus-paper {
  height: min(calc(100vh - 106px), calc((100vw - 28px) * 1.2941));
  aspect-ratio: 8.5 / 11;
  filter: drop-shadow(0 22px 35px rgba(7, 32, 50, .28));
}
.focus-paper.is-a4 { aspect-ratio: 210 / 297; }
.focus-paper .paper-page { width: 100%; height: 100%; aspect-ratio: auto; }

.feedback-row { max-width: 1536px; margin: 16px auto 0; border: 1px solid #d1cabb; border-radius: 9px; background: #fffaf0; }
.feedback-row summary { display: flex; justify-content: space-between; gap: 20px; padding: 12px 18px; list-style: none; cursor: pointer; color: #52636b; font-size: 12px; }
.feedback-row summary::-webkit-details-marker { display: none; }
.feedback-row summary span:first-child { color: var(--navy); font-weight: 800; }
.feedback-row summary b { margin-right: 7px; color: var(--coral); }
.feedback-row p { margin: 0; padding: 0 18px 15px; color: #65747a; font-size: 12px; }
.explain-section, .faq-section { max-width: 1400px; margin: 88px auto 0; padding: 0 clamp(20px, 4vw, 64px); }
.section-intro { display: grid; grid-template-columns: minmax(280px, .7fr) minmax(380px, 1fr); column-gap: 70px; }
.section-intro .eyebrow { grid-column: 1; }
.section-intro h2 { grid-column: 1; margin: 9px 0 0; color: var(--navy); font: 700 clamp(38px, 5vw, 68px)/.98 var(--serif); }
.section-intro p { grid-column: 2; grid-row: 1 / span 2; align-self: end; max-width: 700px; margin: 0; color: #4c616b; font-size: 18px; }
.page-guide { display: grid; grid-template-columns: repeat(3, 1fr); margin-top: 50px; border-top: 1px solid #b9c1bd; border-bottom: 1px solid #b9c1bd; }
.page-guide article { min-height: 210px; padding: 28px clamp(20px, 3vw, 42px); }
.page-guide article + article { border-left: 1px solid #b9c1bd; }
.page-guide article span { color: var(--coral); font-weight: 900; }
.page-guide h3 { margin: 32px 0 8px; color: var(--navy); font: 700 28px/1 var(--serif); }
.page-guide p { margin: 0; color: #576b74; }
.use-note { display: grid; grid-template-columns: .6fr 1fr; gap: 30px; margin-top: 24px; padding: 20px 24px; border-left: 4px solid var(--gold); background: #f3ead7; }
.use-note strong { color: var(--navy); }
.use-note span { color: #51646d; }
.faq-section { padding-bottom: 80px; }
.faq-section h2 { margin: 8px 0 35px; color: var(--navy); font: 700 clamp(38px, 5vw, 62px)/1 var(--serif); }
.faq-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 0 50px; border-top: 1px solid #aeb9b7; }
.faq-grid details { padding: 19px 0; border-bottom: 1px solid #aeb9b7; }
.faq-grid summary { cursor: pointer; color: var(--navy); font-weight: 850; }
.faq-grid p { margin: 10px 0 0; color: #586b73; font-size: 14px; }
footer { display: flex; justify-content: space-between; gap: 30px; padding: 32px clamp(24px, 5vw, 80px); background: var(--navy); color: white; }
footer p { margin: 4px 0 0; color: #bdcbd5; font-size: 12px; }
footer nav { display: flex; align-items: center; gap: 24px; font-size: 13px; }
.legal-page { max-width: 780px; min-height: calc(100vh - 64px); margin: 0 auto; padding: 72px 24px; }
.legal-page h1 { margin: 8px 0 30px; color: var(--navy); font: 700 58px/1 var(--serif); }
.legal-page h2 { margin: 32px 0 9px; color: var(--navy); font: 700 25px/1.1 var(--serif); }
.legal-page p { color: #4c6069; font-size: 16px; }
.legal-page a { color: var(--coral-dark); font-weight: 800; }
.print-pack { display: none; }
.download-flash { animation: downloadFlash .5s ease; }
@keyframes downloadFlash { 50% { box-shadow: 0 0 0 5px rgba(239,75,53,.22); } }

@media (max-width: 1180px) {
  .privacy-chip { display: none; }
  .print-studio { grid-template-columns: minmax(335px, 28%) minmax(0, 72%); }
  .composer { padding-left: 23px; padding-right: 23px; }
  .paper-stage { min-height: 540px; }
  .spread-sheet[data-position="left"] { top: 50px; left: 0; width: 31%; }
  .spread-sheet[data-position="center"] { left: 29%; width: 42%; }
  .spread-sheet[data-position="right"] { top: 50px; left: 69%; width: 31%; }
  .desk-ruler, .desk-pencil, .desk-proof-stamp { display: none; }
}

@media (max-width: 900px) {
  .maker-shell { max-width: 780px; }
  .print-studio { display: block; }
  .composer { border-right: 0; border-bottom: 1px solid #c5cece; }
  .paper-stage { min-height: 610px; display: grid; place-items: center; overflow: hidden; }
  .paper-spread { position: relative; inset: auto; width: min(520px, calc(100% - 44px)); }
  .spread-sheet { display: none; position: relative; inset: auto !important; width: 100% !important; transform: none !important; }
  .spread-sheet.is-active { display: block; }
  .desk-clip { display: none; }
  .section-intro { grid-template-columns: 1fr; }
  .section-intro .eyebrow, .section-intro h2, .section-intro p { grid-column: 1; grid-row: auto; }
  .section-intro p { margin-top: 24px; }
}

@media (max-width: 700px) {
  .site-header { min-height: 58px; padding: 8px 13px; }
  .brand img { width: 36px; height: 36px; }
  .brand strong { font-size: 18px; }
  .brand small { font-size: 8px; }
  .site-header nav { display: none; }
  .maker-shell { padding: 0 8px; }
  .workspace-steps { height: 46px; }
  .workspace-steps li { gap: 5px; font-size: 9px; letter-spacing: 0; }
  .workspace-steps span { width: 21px; height: 21px; }
  .print-studio { border-radius: 0 0 10px 10px; }
  .composer { padding: 20px 16px 22px; }
  .composer h2 { font-size: 25px; }
  .field-step { padding-left: 30px; }
  .field-step::before { width: 21px; height: 21px; }
  .field-meta span:first-child { max-width: 230px; }
  .proofing-desk { padding: 17px 7px 14px; background-size: 19px 19px; }
  .proof-toolbar { padding: 0 7px; }
  .proofing-desk h2 { font-size: 20px; }
  .pack-status { padding: 6px 8px; font-size: 9px; }
  .page-preview-controls { grid-template-columns: 1fr; gap: 7px; margin: 10px 7px 5px; }
  .page-tabs button { min-height: 41px; padding: 4px 3px; font-size: 9px; }
  .page-tabs button span { display: none; }
  .proof-open-button { min-height: 40px; width: 100%; }
  .message-picker select { width: 100%; max-width: none; }
  .paper-stage { min-height: 438px; }
  .paper-spread { width: min(350px, calc(100% - 24px)); }
  .export-row { grid-template-columns: 1fr; padding: 0 7px; }
  .export-row button { min-height: 45px; }
  .focus-toolbar { min-height: 105px; grid-template-columns: 1fr auto; grid-template-rows: auto auto; gap: 7px 12px; padding: 8px 12px; }
  .focus-toolbar > div:first-child { display: none; }
  .focus-page-tabs { grid-column: 1; grid-row: 1 / span 2; }
  .focus-page-tabs button { min-height: 46px; padding: 4px 6px; }
  .focus-page-tabs b { display: none; }
  .focus-close { grid-column: 2; grid-row: 1 / span 2; min-height: 46px; padding: 6px 10px; }
  .focus-message-picker { display: none; }
  .focus-close b { display: none; }
  .focus-canvas { padding: 9px; }
  .focus-paper { height: min(calc(100vh - 123px), calc((100vw - 18px) * 1.2941)); }
  .feedback-row { margin: 12px 8px 0; }
  .feedback-row summary { padding: 12px 14px; }
  .feedback-row summary span:last-child { display: none; }
  .explain-section, .faq-section { margin-top: 64px; padding-left: 20px; padding-right: 20px; }
  .page-guide { grid-template-columns: 1fr; }
  .page-guide article { min-height: 0; padding: 22px 4px; }
  .page-guide article + article { border-left: 0; border-top: 1px solid #b9c1bd; }
  .page-guide h3 { margin-top: 16px; }
  .use-note { grid-template-columns: 1fr; gap: 8px; }
  .faq-grid { grid-template-columns: 1fr; }
  footer { display: block; }
  footer nav { margin-top: 22px; flex-wrap: wrap; }
}

@media (max-width: 350px) {
  .workspace-steps b { display: none; }
  .workspace-steps li { gap: 0; }
  .segmented span { font-size: 10px; }
  .paper-stage { min-height: 372px; }
  .paper-spread { width: min(300px, calc(100% - 18px)); }
  .pack-status { display: none; }
}

@media (max-height: 820px) and (min-width: 901px) {
  .site-header { min-height: 54px; padding-top: 6px; padding-bottom: 6px; }
  .brand img { width: 35px; height: 35px; }
  .brand strong { font-size: 19px; }
  .brand small { font-size: 8px; }
  .workspace-steps { height: 44px; }
  .print-studio { min-height: 680px; }
  .composer { padding-top: 18px; padding-bottom: 16px; }
  .composer-heading { padding-bottom: 10px; margin-bottom: 12px; }
  .composer h2 { font-size: 24px; }
  .composer-heading p { font-size: 10px; }
  .choice-field { margin-bottom: 10px; }
  .segmented span { min-height: 34px; }
  .composer #messageInput { min-height: 67px; height: 72px; }
  .field-error { min-height: 10px; margin-bottom: 3px; }
  .optional-fields { margin-bottom: 9px; }
  .optional-fields summary { min-height: 36px; padding: 8px 0; }
  .paper-field { margin-bottom: 9px; }
  .build-button { min-height: 42px; }
  .local-note { margin-top: 7px; }
  .proofing-desk { padding-top: 13px; padding-bottom: 9px; }
  .proofing-desk h2 { font-size: 20px; }
  .page-preview-controls { margin-top: 5px; }
  .page-tabs button { min-height: 34px; }
  .proof-open-button { min-height: 34px; }
  .paper-stage { min-height: 500px; }
  .export-row button { min-height: 38px; }
  .export-note { margin-top: 4px; }
}

@media print {
  @page { size: Letter portrait; margin: 0; }
  body.is-a4-print { --print-width: 210mm; --print-height: 297mm; }
  body.is-a4-print .print-sheet { width: 210mm; height: 297mm; }
  body.is-a4-print .print-sheet .paper-page { aspect-ratio: 210 / 297; }
  body.is-a4-print { page: a4pack; }
  @page a4pack { size: A4 portrait; margin: 0; }
  body > *:not(.print-pack) { display: none !important; }
  .print-pack { display: block !important; }
  .print-sheet { width: 8.5in; height: 11in; overflow: hidden; break-after: page; page-break-after: always; }
  .print-sheet:last-child { break-after: auto; page-break-after: auto; }
  .print-sheet .paper-page { width: 100%; height: 100%; border: 0; box-shadow: none; print-color-adjust: exact; -webkit-print-color-adjust: exact; }
}
