/* HourFound / Editorial direction
   Warm paper, decisive typography, one cobalt product accent.
   Shared by the homepage, sample, legal pages and inquiry dialog. */
:root {
  --paper: #F7F7F2;
  --white: #FFFFFF;
  --ink: #14232D;
  --ink-soft: #53616A;
  --blue: #2453B8;
  --blue-deep: #17366E;
  --mark: #F3E77A;
  --line: #DBDFD8;
  --green: #226849;
  --font-display: "Archivo", "Helvetica Neue", Arial, sans-serif;
  --font-body: "IBM Plex Sans", -apple-system, "Segoe UI", Arial, sans-serif;
  --font-mono: "IBM Plex Mono", Consolas, monospace;
  --maxw: 1248px;
}
*, *::before, *::after { box-sizing: border-box; }
html { -webkit-text-size-adjust: 100%; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--font-body); font-size: 18px; line-height: 1.6; }
img, svg { display: block; max-width: 100%; }
h1, h2, h3, h4 { font-family: var(--font-display); line-height: 1.08; margin: 0 0 .5em; }
h1 { font-size: clamp(2.8rem, 5.7vw, 5.1rem); font-weight: 800; letter-spacing: -.04em; }
h2 { font-size: clamp(2.35rem, 3.8vw, 3.5rem); font-weight: 700; letter-spacing: -.035em; }
h3 { font-size: 1.4rem; font-weight: 700; letter-spacing: -.025em; line-height: 1.2; }
p { margin: 0 0 1em; }
a { color: var(--blue); text-underline-offset: 4px; }
button, input, select, textarea { font: inherit; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
strong { font-weight: 600; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 3px solid var(--blue); outline-offset: 5px; }
[id] { scroll-margin-top: 108px; }
.wrap { width: min(calc(100% - 96px), var(--maxw)); margin-inline: auto; }
section { padding: 104px 0; }
.label, .eyebrow { font-family: var(--font-mono); text-transform: uppercase; letter-spacing: .07em; font-size: .72rem; line-height: 1.6; font-weight: 400; color: var(--blue); margin: 0 0 24px; }
.sub { font-size: 1.1rem; line-height: 1.65; color: var(--ink-soft); max-width: 39em; margin: 0; }
.accent { color: var(--blue); }
.hl { background: linear-gradient(transparent 66%, var(--mark) 66%, var(--mark) 96%, transparent 96%); }
.skip-link { position: fixed; z-index: 100; top: -100px; left: 16px; padding: 12px 18px; background: white; font-weight: 600; }
.skip-link:focus { top: 12px; }

/* Navigation / progressively enhanced native mobile disclosure. */
.site-header { position: sticky; top: 0; z-index: 50; background: rgba(247,247,242,.96); border-bottom: 1px solid var(--line); backdrop-filter: blur(12px); }
.site-header .wrap { min-height: 88px; display: flex; justify-content: space-between; align-items: center; gap: 28px; }
.logo { display: inline-flex; align-items: center; gap: 10px; color: var(--ink); text-decoration: none; font-family: var(--font-display); font-weight: 800; font-size: 1.45rem; letter-spacing: -.035em; white-space: nowrap; }
.logo img { width: 28px; height: 28px; }
.logo .wm span { color: var(--blue); }
.nav-links { display: flex; list-style: none; align-items: center; gap: 30px; padding: 0; margin: 0; }
.nav-links a:not(.btn) { font-size: .9rem; font-weight: 500; color: var(--ink-soft); text-decoration: none; }
.nav-links a:not(.btn):hover { color: var(--blue); }
.mobile-nav { display: none; }
.btn { display: inline-flex; justify-content: center; align-items: center; gap: 22px; min-height: 50px; padding: 14px 23px; border: 1px solid transparent; border-radius: 3px; font-family: var(--font-body); font-size: .96rem; line-height: 1.4; font-weight: 600; text-decoration: none; cursor: pointer; }
.btn-primary { color: white; background: var(--blue); }
.btn-primary:hover { background: var(--blue-deep); }
.btn-yellow { color: var(--ink); background: var(--mark); }
.btn-yellow:hover { background: #FFF49A; }
.btn-ghost { color: var(--blue); border-color: var(--line); background: transparent; }
.btn-ghost:hover { background: white; border-color: var(--blue); }
.btn-sm { min-height: 44px; font-size: .86rem; padding: 11px 19px; }
.btn-lg { padding: 18px 28px; font-size: 1.02rem; }
.text-link { display: inline-flex; align-items: center; gap: 18px; min-height: 44px; font-size: .96rem; color: var(--ink); font-weight: 600; text-decoration: underline; text-decoration-color: var(--line); }
.text-link:hover { color: var(--blue); text-decoration-color: var(--blue); }

/* A clear promise, supported by a tangible editorial product artifact. */
.hero { padding: 84px 0 78px; }
.hero .wrap { display: grid; grid-template-columns: minmax(0, 1.3fr) minmax(0, 1fr); align-items: center; gap: 48px; }
.hero .eyebrow { display: flex; gap: 10px; align-items: center; margin-bottom: 27px; font-size: .69rem; }
.status-dot { flex: 0 0 7px; height: 7px; border-radius: 50%; background: var(--blue); }
.hero h1 { line-height: 1.025; margin-bottom: 27px; }
.hero .lede { color: var(--ink-soft); font-size: 1.15rem; max-width: 28em; line-height: 1.6; margin-bottom: 30px; }
.hero-ctas { display: flex; align-items: center; flex-wrap: wrap; gap: 18px 27px; margin-bottom: 23px; }
.hero-offer { font-size: .86rem; color: var(--ink-soft); margin-bottom: 11px; }
.hero-offer strong { color: var(--ink); }
.credential { color: var(--ink-soft); font-size: .81rem; margin-bottom: 0; }
.hero-art { position: relative; width: 100%; max-width: 490px; height: 572px; margin: 0 auto; }
.blueprint-cover { position: absolute; top: 4px; left: 60px; width: 365px; height: 466px; background: var(--blue); color: white; padding: 28px 28px 24px 35px; transform: rotate(6deg); border-radius: 2px 5px 5px 2px; box-shadow: -1px 1px 0 #436EBF, 5px 6px 0 #E4E6DB, 6px 7px 0 #C3C9BF, 14px 28px 40px -16px #14232D40; }
.blueprint-cover::before { position: absolute; content: ""; top: 0; bottom: 0; left: 14px; width: 1px; background: #FFFFFF25; box-shadow: 2px 0 5px #14232D25; }
.book-top { display: flex; justify-content: space-between; align-items: center; border-bottom: 1px solid #FFFFFF40; padding-bottom: 14px; gap: 12px; }
.book-top > span:first-child { font-family: var(--font-display); font-size: 15px; letter-spacing: -.04em; }
.book-top > span:last-child { font-family: var(--font-mono); font-size: 8px; letter-spacing: .06em; }
.book-eyebrow { color: #EDF1FB; font-family: var(--font-mono); font-size: 10px; margin: 29px 0 10px; }
.book-title { font-family: var(--font-display); font-weight: 800; font-size: 55px; line-height: 1; letter-spacing: -.05em; }
.book-title span { color: var(--mark); }
.book-mark { position: absolute; right: 30px; bottom: 88px; display: grid; grid-template-columns: 34px 34px; gap: 5px; transform: rotate(-90deg); }
.book-mark i { display: block; width: 34px; height: 34px; border: 1px solid #FFFFFF65; }
.book-mark i:last-child { background: var(--mark); border-color: var(--mark); }
.book-bottom { position: absolute; left: 35px; right: 28px; bottom: 23px; display: flex; justify-content: space-between; align-items: flex-end; border-top: 1px solid #FFFFFF40; padding-top: 14px; }
.book-bottom > span:first-child { font-size: 11px; line-height: 1.5; color: #EDF1FB; }
.book-bottom > span:last-child { font-family: var(--font-display); font-weight: 700; line-height: 1; font-size: 31px; text-align: right; }
.book-bottom small { font-family: var(--font-mono); font-size: 8px; font-weight: 400; }
.decision-slip { position: absolute; left: 1px; top: 313px; width: 375px; background: white; transform: rotate(-4deg); padding: 22px 25px 18px; border: 1px solid #DFE2D9; border-radius: 2px; box-shadow: 0 15px 25px -15px #14232D45; }
.slip-top { display: flex; justify-content: space-between; font-family: var(--font-mono); font-size: 9px; color: var(--blue); border-bottom: 1px solid var(--ink); padding-bottom: 12px; margin-bottom: 7px; }
.slip-row { display: grid; grid-template-columns: 22px 1fr auto; gap: 8px; align-items: center; padding: 10px 0; border-bottom: 1px solid var(--line); }
.slip-row > span:first-child { font-family: var(--font-mono); color: var(--ink-soft); font-size: 10px; }
.slip-row strong { font-size: 13px; }
.slip-state { font-family: var(--font-mono); font-size: 9px; color: #3D592D; background: #EEF3E6; padding: 2px 6px; }
.decision-slip > p { font-size: 9px; color: var(--ink-soft); margin: 12px 0 0; }
.hero-art figcaption { position: absolute; bottom: 0; width: 100%; text-align: center; font-size: .73rem; color: var(--ink-soft); }
.engagement-strip { border-top: 1px solid var(--line); border-bottom: 1px solid var(--line); background: #FFFFFF80; }
.engagement-strip .wrap { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 38px; padding: 27px 0; }
.engagement-strip p { margin: 0; }
.engagement-strip p + p { border-left: 1px solid var(--line); padding-left: 36px; }
.engagement-strip strong, .engagement-strip span { display: block; }
.engagement-strip strong { font-size: .98rem; margin-bottom: 3px; }
.engagement-strip span { font-size: .84rem; color: var(--ink-soft); }

/* The actual workflow makes the problem legible without decoration. */
.section-intro { display: grid; grid-template-columns: 1fr .85fr; gap: 80px; align-items: end; margin-bottom: 48px; }
.section-intro h2 { margin-bottom: 0; }
.workflow-example { border: 1px solid var(--line); background: #FFFFFF80; padding: 26px 30px 30px; }
.workflow-caption { display: flex; justify-content: space-between; align-items: baseline; gap: 20px; padding-bottom: 20px; border-bottom: 1px solid var(--line); }
.workflow-caption .label { margin: 0; font-size: .66rem; }
.workflow-caption > span:last-child { font-size: .86rem; color: var(--ink-soft); }
.handoff-flow { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 30px; list-style: none; padding: 0; margin: 27px 0 0; }
.handoff-flow li { position: relative; }
.handoff-flow li:not(:last-child)::after { content: "→"; position: absolute; top: 26px; right: -14px; color: var(--blue); font-size: 20px; }
.handoff-flow li > span { font-family: var(--font-mono); font-size: .73rem; color: var(--blue); display: block; margin-bottom: 14px; }
.handoff-flow strong { display: block; font-size: 1rem; letter-spacing: -.01em; }
.handoff-flow small { font-size: .85rem; color: var(--ink-soft); }
.scope-line { display: grid; grid-template-columns: 1fr 1fr; gap: 70px; padding-top: 30px; }
.scope-line p { margin: 0; color: var(--ink-soft); font-size: .96rem; }
.scope-line strong { color: var(--ink); }

/* Six exhibits are a connected index, not six disconnected product cards. */
.blueprint-section { background: #EDEFE8; }
.blueprint-layout { display: grid; grid-template-columns: .8fr 1.5fr; gap: 64px; align-items: start; }
.blueprint-intro h2 { font-size: clamp(2.6rem, 4.5vw, 4.3rem); margin-bottom: 27px; }
.blueprint-intro > p:not(.label) { font-size: 1.03rem; color: var(--ink-soft); max-width: 23em; }
.sample-invitation { margin-top: 32px; }
.sample-invitation .btn { font-size: .9rem; padding-inline: 19px; gap: 14px; }
.sample-invitation p { color: var(--ink-soft); font-size: .8rem; margin: 14px 0 0; }
.exhibit-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 1px; background: #CCD3C8; border: 1px solid #CCD3C8; }
.exhibit-link { color: var(--ink); text-decoration: none; background: var(--paper); padding: 25px 27px 20px; display: flex; flex-direction: column; align-items: flex-start; }
.exhibit-link:hover { background: white; }
.exhibit-letter { width: 27px; height: 27px; display: grid; place-content: center; font-family: var(--font-mono); font-size: .74rem; border: 1px solid #B9C4B2; margin-bottom: 24px; }
.exhibit-link h3 { font-size: 1.3rem; margin-bottom: 10px; }
.exhibit-link p { color: var(--ink-soft); font-size: .94rem; line-height: 1.6; margin-bottom: 25px; }
.exhibit-tail { font-size: .75rem; color: var(--blue); margin-top: auto; display: flex; justify-content: space-between; gap: 12px; width: 100%; }
.exhibit-tail span { font-size: 1rem; line-height: 1; }
.scope-note { color: var(--ink-soft); font-size: .79rem; padding-top: 28px; margin: 0; max-width: 65em; }

/* Simple, evenly paced process. */
.steps { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 40px; }
.step { border-top: 1px solid #B7C1B8; padding-top: 22px; }
.step-no { display: flex; justify-content: space-between; align-items: center; font-family: var(--font-display); font-size: 2.35rem; letter-spacing: -.05em; line-height: 1; color: var(--blue); margin-bottom: 32px; }
.step-no span { font-family: var(--font-mono); color: var(--ink-soft); letter-spacing: .04em; font-size: .65rem; text-transform: uppercase; }
.step h3 { font-size: 1.34rem; margin-bottom: 16px; }
.step > p:not(.step-no) { font-size: .99rem; color: var(--ink-soft); }
.step .step-meta { font-size: .85rem !important; border-left: 2px solid var(--mark); padding-left: 14px; margin: 24px 0 0; }

/* The fee is a decision, not a promotional badge. */
.pricing-section { background: var(--ink); color: white; }
.pricing-layout { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; }
.pricing-section .label { color: var(--mark); }
.pricing-section h2 { font-size: clamp(2.5rem, 4.5vw, 4rem); }
.price-figure { font-family: var(--font-display); font-size: clamp(4.5rem, 7vw, 6.5rem); font-weight: 700; line-height: 1; letter-spacing: -.06em; margin: 34px 0 36px; }
.price-figure span { display: inline-block; font-family: var(--font-body); font-size: 1rem; letter-spacing: 0; font-weight: 400; margin-left: 16px; color: #BBC7CD; }
.pricing-details { padding-top: 6px; }
.pricing-details h3 { font-size: 1.65rem; margin-bottom: 24px; }
.included-list { list-style: none; padding: 0; margin: 0 0 23px; }
.included-list li { position: relative; padding: 14px 0 14px 25px; border-bottom: 1px solid #FFFFFF25; font-size: .97rem; }
.included-list li::before { content: "↗"; position: absolute; left: 0; color: var(--mark); }
.delivery-note { color: #D0D8DC; font-size: .91rem; }
.credit-note { font-size: .8rem; color: #BBC7CD; max-width: 38em; margin-bottom: 0; }
.guarantee { display: grid; grid-template-columns: 1fr .85fr; gap: 100px; margin-top: 64px; padding-top: 29px; border-top: 1px solid #FFFFFF35; }
.guarantee .label { font-size: .66rem; margin-bottom: 15px; }
.guarantee h3 { font-size: 1.35rem; line-height: 1.35; margin: 0; }
.guarantee p:not(.label) { font-size: .86rem; color: #BBC7CD; }
.guarantee a { color: #F1F4F6; font-size: .84rem; }
.pricing-section a:focus-visible, .final-cta a:focus-visible { outline-color: var(--mark); }

/* Optional help stays visually secondary to the standalone engagement. */
.support-layout { display: grid; grid-template-columns: 1fr 1fr; gap: 100px; }
.support-layout h2 { font-size: clamp(2.25rem, 3.4vw, 3.05rem); }
.support-layout > div > p:not(.label) { color: var(--ink-soft); font-size: 1rem; max-width: 30em; }
.two-col-list { display: grid; grid-template-columns: 1fr 1fr; gap: 24px 30px; list-style: none; padding: 0; margin: 0 0 24px; }
.two-col-list li { border-top: 1px solid var(--line); padding-top: 14px; font-size: .94rem; }
.support-layout .price-note { font-size: .83rem !important; }
#faq { background: #EDEFE8; }
.faq-layout { display: grid; grid-template-columns: .8fr 1.5fr; gap: 64px; align-items: start; }
.faq-intro { position: sticky; top: 125px; }
.faq-intro > p:not(.label) { font-size: .94rem; color: var(--ink-soft); margin: 28px 0 4px; }
.faq details { border-top: 1px solid #C9D0C4; }
.faq details:last-child { border-bottom: 1px solid #C9D0C4; }
.faq summary { display: flex; justify-content: space-between; align-items: center; gap: 25px; list-style: none; padding: 23px 0; font-size: 1.08rem; font-weight: 500; cursor: pointer; line-height: 1.45; }
.faq summary::-webkit-details-marker { display: none; }
.faq summary::after { content: "+"; font-weight: 400; font-size: 1.45rem; color: var(--blue); flex: 0 0 16px; }
.faq details[open] summary::after { content: "−"; }
.faq details[open] summary { color: var(--blue); }
.faq details p { margin: 0; padding: 0 35px 24px 0; font-size: .99rem; color: var(--ink-soft); }
.final-cta { background: var(--blue); color: white; text-align: center; padding: 84px 0; }
.final-cta .label { color: #F1F4FC; font-size: .69rem; }
.final-cta h2 { font-size: clamp(2.7rem, 5.3vw, 5rem); }
.final-cta p:not(.label) { color: #E1E9F8; font-size: 1.08rem; max-width: 42em; margin: 20px auto 28px; }
.home-page .final-cta { text-align: left; }
.home-page .final-cta .wrap { display: flex; align-items: center; justify-content: space-between; gap: 50px; }
.home-page .final-cta p:not(.label) { margin: 22px 0 0; }
.home-page .final-cta .btn { flex-shrink: 0; }
.site-footer { border-top: 1px solid var(--line); background: var(--paper); padding: 44px 0; }
.site-footer .wrap { display: grid; grid-template-columns: 1fr auto; gap: 60px; align-items: start; }
.site-footer .logo { font-size: 1.25rem; }
.site-footer .logo img { width: 24px; height: 24px; }
.site-footer .legal { font-size: .76rem; color: var(--ink-soft); max-width: 59em; line-height: 1.7; margin: 18px 0 0; }
.footer-links { display: flex; flex-wrap: wrap; gap: 22px; }
.footer-links a { color: var(--ink-soft); font-size: .85rem; text-decoration: none; min-height: 30px; }
.footer-links a:hover { color: var(--blue); text-decoration: underline; }

/* Shared reading and inquiry surfaces. */
.legal-page { padding: 76px 0 92px; }
.legal-page .wrap { max-width: 760px; }
.legal-page h1 { font-size: 3.3rem; margin-bottom: 28px; }
.legal-page .sub { margin-bottom: 42px; }
.legal-page h2 { font-size: 1.55rem; margin-top: 36px; letter-spacing: -.025em; }
.legal-page p, .legal-page li { color: var(--ink-soft); }
.legal-page li { margin-bottom: 12px; }
.contact-dialog { border: 1px solid var(--line); border-radius: 8px; padding: 0; width: calc(100% - 32px); max-width: 580px; color: var(--ink); background: var(--paper); box-shadow: 0 30px 100px #14232D40; }
.contact-dialog::backdrop { background: #14232D88; backdrop-filter: blur(5px); }
.contact-close-form { margin: 0; }
.contact-close { position: absolute; top: 8px; right: 8px; width: 44px; height: 44px; border: 0; cursor: pointer; font-size: 1.7rem; background: transparent; color: var(--ink-soft); }
.contact-body { padding: 40px; }
.contact-body .label { margin-bottom: 20px; font-size: .65rem; }
.contact-body h2 { font-size: 1.75rem; letter-spacing: -.035em; padding-right: 12px; }
.contact-lede { font-size: .97rem; color: var(--ink-soft); margin-bottom: 28px; }
.contact-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 18px; }
.contact-dialog label { font-size: .79rem; font-weight: 500; color: var(--ink-soft); display: block; }
.contact-dialog input, .contact-dialog select, .contact-dialog textarea { display: block; width: 100%; border: 1px solid #B9C4BC; border-radius: 3px; background: white; padding: 11px 12px; margin-top: 7px; color: var(--ink); font-size: 1rem; }
.contact-dialog textarea { resize: vertical; }
.contact-dialog input:focus, .contact-dialog select:focus, .contact-dialog textarea:focus { outline: 2px solid var(--blue); outline-offset: 2px; }
.contact-full { margin-top: 18px; }
.contact-dialog .req { color: var(--blue); }
.contact-privacy { font-size: .79rem; color: var(--ink-soft); margin: 15px 0 0; }
.contact-dialog .btn { width: 100%; margin-top: 23px; }
.contact-hp { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
.contact-note { margin: 14px 0 0; min-height: 1.2em; font-size: .92rem; }
.contact-note.ok { color: var(--green); }
.contact-note.err { color: #8A3520; }

@media (prefers-reduced-motion: no-preference) {
  html { scroll-behavior: smooth; }
  .btn, .exhibit-link { transition: background-color .18s ease; }
  .btn > span, .text-link > span { transition: transform .18s ease; }
  .btn:hover > span, .text-link:hover > span { transform: translate(2px, -2px); }
}
@media (max-width: 1100px) {
  .wrap { width: calc(100% - 64px); }
  .nav-links { gap: 20px; }
  .hero .wrap { gap: 32px; grid-template-columns: 1.2fr 1fr; }
  .hero-art { height: 508px; }
  .blueprint-cover { width: 300px; height: 411px; left: 30px; padding: 24px 24px 20px 30px; }
  .book-top > span:last-child { font-size: 7px; }
  .book-title { font-size: 48px; }
  .book-mark { right: 24px; bottom: 78px; grid-template-columns: 26px 26px; }
  .book-mark i { width: 26px; height: 26px; }
  .book-bottom { left: 30px; right: 24px; }
  .decision-slip { width: 303px; top: 280px; left: 0; padding: 18px; }
  .slip-row { gap: 5px; grid-template-columns: 18px 1fr auto; }
  .slip-row strong { font-size: 11px; }
  .slip-state { font-size: 8px; }
  .section-intro, .pricing-layout, .guarantee, .support-layout { gap: 50px; }
  .blueprint-layout, .faq-layout { gap: 40px; }
  .exhibit-link { padding: 22px; }
}
@media (max-width: 980px) {
  .desktop-nav { display: none; }
  .mobile-nav { display: block; }
  .mobile-nav summary { cursor: pointer; list-style: none; font-size: .88rem; font-weight: 500; min-height: 44px; display: flex; align-items: center; gap: 20px; }
  .mobile-nav summary::-webkit-details-marker { display: none; }
  .mobile-nav summary span { color: var(--blue); font-size: 1.25rem; }
  .mobile-nav[open] summary span { transform: rotate(45deg); }
  .mobile-nav nav { position: absolute; top: 100%; left: 0; right: 0; background: var(--paper); box-shadow: 0 16px 20px #14232D12; border-bottom: 1px solid var(--line); padding: 18px 32px 25px; }
  .mobile-nav nav a { display: block; padding: 13px 0; color: var(--ink); text-decoration: none; font-size: 1.1rem; border-bottom: 1px solid var(--line); }
  .mobile-nav nav a:last-child { color: var(--blue); border-bottom: none; }
  .engagement-strip .wrap { gap: 24px; }
  .engagement-strip p + p { padding-left: 22px; }
  .engagement-strip strong { font-size: .89rem; }
  .blueprint-layout { grid-template-columns: .8fr 1.2fr; }
  .exhibit-link { padding: 20px 17px; }
  .exhibit-link h3 { font-size: 1.13rem; }
  .exhibit-link p { font-size: .88rem; }
  .exhibit-tail { font-size: .67rem; }
  .sample-invitation .btn { font-size: .85rem; gap: 8px; }
}
@media (max-width: 820px) {
  .hero { padding: 64px 0; }
  .hero .wrap { grid-template-columns: 1fr; }
  .hero h1 { font-size: clamp(2.8rem, 8.2vw, 4.4rem); }
  .hero-art { display: none; }
  .hero .lede { max-width: 32em; }
  .section-intro { grid-template-columns: 1fr; gap: 26px; }
  .blueprint-layout { grid-template-columns: 1fr; }
  .blueprint-intro h2 br { display: none; }
  .blueprint-intro h2 { max-width: 9em; }
  .blueprint-intro > p:not(.label) { max-width: 36em; }
  .exhibit-link { padding: 25px; }
  .exhibit-link h3 { font-size: 1.3rem; }
  .exhibit-link p { font-size: .96rem; }
  .exhibit-tail { font-size: .77rem; }
  .steps { gap: 24px; }
  .step-no { margin-bottom: 24px; }
  .step-no span { font-size: .58rem; }
  .pricing-layout, .guarantee { gap: 40px; }
  .price-figure span { display: block; margin: 13px 0 0; }
  .support-layout { gap: 35px; }
  .two-col-list { grid-template-columns: 1fr; gap: 15px; }
  .faq-layout { grid-template-columns: 1fr; gap: 40px; }
  .faq-intro { position: static; }
  .home-page .final-cta .wrap { flex-direction: column; align-items: flex-start; gap: 30px; }
}
@media (max-width: 600px) {
  body { font-size: 17px; }
  .wrap { width: calc(100% - 40px); }
  [id] { scroll-margin-top: 86px; }
  section { padding: 68px 0; }
  h2 { font-size: 2.45rem; }
  .label { font-size: .66rem; margin-bottom: 20px; }
  .site-header .wrap { min-height: 72px; }
  .logo { font-size: 1.3rem; }
  .logo img { width: 25px; height: 25px; }
  .mobile-nav nav { padding: 12px 20px 22px; }
  .hero { padding: 49px 0 44px; }
  .hero .eyebrow { font-size: .61rem; gap: 8px; letter-spacing: .025em; margin-bottom: 24px; }
  .hero h1 { font-size: clamp(2.4rem, 9.7vw, 3.55rem); line-height: 1.075; margin-bottom: 24px; }
  .hero .lede { font-size: 1.06rem; line-height: 1.65; margin-bottom: 26px; }
  .hero-ctas { align-items: flex-start; gap: 12px 22px; margin-bottom: 20px; }
  .hero-ctas .btn { width: 100%; justify-content: space-between; }
  .hero-ctas .text-link { font-size: .91rem; }
  .hero-offer { font-size: .8rem; max-width: 22em; }
  .credential { font-size: .76rem; }
  .engagement-strip .wrap { grid-template-columns: 1fr; gap: 15px; padding: 22px 0; }
  .engagement-strip p { display: grid; grid-template-columns: 1fr 1.08fr; gap: 18px; align-items: start; }
  .engagement-strip p + p { padding-left: 0; border: 0; }
  .engagement-strip strong { font-size: .83rem; margin: 0; }
  .engagement-strip span { font-size: .79rem; }
  .section-intro { margin-bottom: 30px; gap: 24px; }
  .sub { font-size: 1.03rem; }
  .workflow-example { padding: 20px; }
  .workflow-caption { display: block; padding-bottom: 15px; }
  .workflow-caption > span { display: block; }
  .workflow-caption .label { margin-bottom: 8px; }
  .handoff-flow { grid-template-columns: 1fr 1fr; gap: 24px 18px; margin-top: 20px; }
  .handoff-flow li:not(:last-child)::after { display: none; }
  .handoff-flow li > span { margin-bottom: 7px; }
  .handoff-flow strong { font-size: .9rem; line-height: 1.45; margin-bottom: 4px; }
  .handoff-flow small { display: block; font-size: .78rem; }
  .scope-line { grid-template-columns: 1fr; gap: 22px; padding-top: 26px; }
  .scope-line p { font-size: .95rem; }
  .blueprint-layout { gap: 30px; }
  .blueprint-intro h2 { font-size: 2.75rem; }
  .blueprint-intro > p:not(.label) { font-size: 1rem; }
  .sample-invitation { margin-top: 24px; }
  .exhibit-link { padding: 20px 16px; }
  .exhibit-letter { margin-bottom: 18px; }
  .exhibit-link h3 { font-size: 1.12rem; line-height: 1.25; }
  .exhibit-link p { font-size: .88rem; margin-bottom: 18px; }
  .exhibit-tail { font-size: .66rem; gap: 6px; }
  .scope-note { font-size: .77rem; }
  .steps { grid-template-columns: 1fr; gap: 32px; }
  .step-no { margin-bottom: 20px; font-size: 2rem; }
  .step-no span { font-size: .65rem; }
  .step h3 { margin-bottom: 13px; }
  .step .step-meta { margin-top: 16px; }
  .pricing-layout, .guarantee, .support-layout { grid-template-columns: 1fr; gap: 34px; }
  .pricing-section h2 { font-size: 2.75rem; }
  .price-figure { margin: 26px 0 29px; font-size: 5rem; }
  .price-figure span { display: inline-block; margin-left: 14px; font-size: .88rem; }
  .pricing-layout .btn { width: 100%; justify-content: space-between; }
  .pricing-details { border-top: 1px solid #FFFFFF35; padding-top: 30px; }
  .pricing-details h3 { font-size: 1.45rem; }
  .guarantee { margin-top: 34px; padding-top: 26px; gap: 20px; }
  .guarantee h3 { font-size: 1.25rem; }
  .guarantee h3 br { display: none; }
  .two-col-list { gap: 16px; }
  .faq-layout { gap: 30px; }
  .faq summary { font-size: 1.03rem; padding: 20px 0; gap: 20px; }
  .faq details p { padding-right: 18px; font-size: .96rem; }
  .final-cta { padding: 64px 0; }
  .final-cta h2 { font-size: 2.8rem; }
  .home-page .final-cta p:not(.label) { font-size: 1rem; }
  .home-page .final-cta .btn { width: 100%; justify-content: space-between; }
  .site-footer .wrap { grid-template-columns: 1fr; gap: 28px; }
  .site-footer { padding: 34px 0; }
  .site-footer .legal { font-size: .73rem; }
  .legal-page { padding: 52px 0 68px; }
  .legal-page h1 { font-size: 2.6rem; }
  .contact-body { padding: 34px 22px 24px; }
  .contact-grid { grid-template-columns: 1fr; gap: 15px; }
  .contact-body h2 { font-size: 1.55rem; }
}
@media (max-width: 360px) {
  .exhibit-grid { grid-template-columns: 1fr; }
  .exhibit-link { display: grid; grid-template-columns: 27px 1fr; gap: 10px 14px; }
  .exhibit-letter { grid-row: span 3; margin: 0; }
  .exhibit-link h3, .exhibit-link p { margin: 0; }
  .exhibit-tail { grid-column: 2; margin-top: 6px; }
  .price-figure { font-size: 4.5rem; }
}
