:root {
  --ink: #171513;
  --paper: #f7f6f2;
  --white: #fff;
  --soft: #ece9e2;
  --muted: #716d66;
  --orange: #ff5b22;
  --orange-dark: #df430d;
  --acid: #d9ff38;
  --line: rgba(23, 21, 19, .16);
  --content: 1180px;
  --radius: 18px;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5rem; }
body { margin: 0; color: var(--ink); background: var(--paper); font-family: Arial, Helvetica, sans-serif; font-size: 16px; line-height: 1.5; -webkit-font-smoothing: antialiased; }
a { color: inherit; }
img, video { display: block; max-width: 100%; }
button, summary, a { -webkit-tap-highlight-color: transparent; }
.shell { width: min(calc(100% - 40px), var(--content)); margin-inline: auto; }
.skip-link { position: fixed; top: .5rem; left: .5rem; z-index: 100; padding: .75rem 1rem; background: white; transform: translateY(-150%); }
.skip-link:focus { transform: none; }
.site-header { position: sticky; top: 0; z-index: 30; border-bottom: 1px solid var(--line); background: rgba(247, 246, 242, .95); backdrop-filter: blur(14px); }
.header-inner { min-height: 64px; display: flex; align-items: center; gap: 24px; }
.brand { margin-right: auto; text-decoration: none; font-size: 18px; font-weight: 900; letter-spacing: -.04em; }
.brand-dot { color: var(--orange); }
.desktop-nav { display: flex; align-items: center; gap: 19px; }
.desktop-nav a, .mobile-menu a { text-decoration: none; font-size: 13px; font-weight: 750; }
.desktop-nav a:hover, .desktop-nav a:focus-visible, .mobile-menu a:hover { color: var(--orange-dark); }
.mobile-menu { display: none; position: relative; }
.mobile-menu summary { cursor: pointer; list-style: none; border: 1px solid var(--ink); padding: 8px 12px; font-size: 13px; font-weight: 800; }
.mobile-menu summary::-webkit-details-marker { display: none; }
.mobile-menu nav { position: absolute; right: 0; top: calc(100% + 10px); display: grid; width: min(82vw, 300px); border: 1px solid var(--ink); background: var(--paper); box-shadow: 8px 8px 0 var(--orange); }
.mobile-menu nav a { padding: 13px 15px; border-bottom: 1px solid var(--line); }
.mobile-menu nav a:last-child { border-bottom: 0; }
.home-hero { padding: 32px 0 42px; }
.hero-grid { display: grid; grid-template-columns: minmax(0, 1.35fr) minmax(300px, .65fr); gap: 32px; align-items: center; }
.hero-video { overflow: hidden; border-radius: var(--radius); background: #dfd0bd; }
.hero-video video { width: 100%; height: auto; aspect-ratio: 752 / 560; object-fit: contain; }
.eyebrow { margin: 0 0 12px; color: var(--orange-dark); font-size: 12px; font-weight: 850; letter-spacing: .12em; text-transform: uppercase; }
h1, h2, h3, p { text-wrap: pretty; }
.hero-copy h1 { max-width: 14ch; margin: 0 0 18px; font-size: clamp(36px, 5vw, 62px); line-height: .98; letter-spacing: -.06em; }
.hero-copy .lead { margin: 0 0 24px; font-size: clamp(18px, 2vw, 23px); line-height: 1.28; letter-spacing: -.02em; }
.hero-note { margin: 18px 0 0; color: var(--muted); font-size: 14px; }
.button-row { display: flex; flex-wrap: wrap; gap: 10px; }
.button { display: inline-flex; min-height: 46px; align-items: center; justify-content: center; padding: 11px 16px; border: 1px solid var(--ink); background: var(--ink); color: white; text-decoration: none; font-size: 13px; font-weight: 800; transition: transform .16s ease, background .16s ease; }
.button:hover, .button:focus-visible { transform: translateY(-2px); background: var(--orange); border-color: var(--orange); }
.button--outline { background: transparent; color: var(--ink); }
.button--orange { background: var(--orange); border-color: var(--orange); }
.button--small { min-height: 40px; padding: 9px 13px; }
.button[aria-disabled="true"] { cursor: not-allowed; opacity: .65; }
.inline-link { font-weight: 800; text-underline-offset: 4px; }
.section { padding: 52px 0; border-top: 1px solid var(--line); }
.section--soft { background: var(--soft); }
.section--orange { background: var(--orange); }
.section-head { display: grid; grid-template-columns: 1fr minmax(280px, .55fr); gap: 28px; align-items: end; margin-bottom: 28px; }
.section-head h2 { max-width: 18ch; margin: 0; font-size: clamp(30px, 4vw, 48px); line-height: 1.02; letter-spacing: -.05em; }
.section-head p { margin: 0; color: var(--muted); }
.section--orange .section-head p { color: var(--ink); }
.hub-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.hub-card { display: flex; min-height: 190px; flex-direction: column; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); text-decoration: none; }
.hub-card:hover, .hub-card:focus-visible { border-color: var(--ink); box-shadow: 5px 5px 0 var(--orange); }
.hub-card small { margin-bottom: 36px; color: var(--orange-dark); font-weight: 850; letter-spacing: .08em; }
.hub-card h3 { margin: 0 0 8px; font-size: 24px; line-height: 1.05; letter-spacing: -.04em; }
.hub-card p { margin: 0 0 16px; color: var(--muted); font-size: 14px; }
.hub-card span { margin-top: auto; font-weight: 850; }
.telegram-strip { display: grid; grid-template-columns: 1fr auto; gap: 24px; align-items: center; padding: 30px; border: 1px solid var(--ink); border-radius: var(--radius); background: var(--acid); }
.telegram-strip h2 { margin: 0 0 5px; font-size: clamp(28px, 4vw, 42px); line-height: 1; letter-spacing: -.05em; }
.telegram-strip p { max-width: 700px; margin: 0; }
.profile-grid { display: grid; grid-template-columns: .65fr 1.35fr; gap: 36px; align-items: start; }
.profile-label { display: grid; aspect-ratio: 1; place-items: center; border-radius: 50%; background: var(--orange); text-align: center; font-size: clamp(22px, 3vw, 38px); font-weight: 900; line-height: 1; letter-spacing: -.04em; transform: rotate(-4deg); }
.profile-copy h2 { margin: 0 0 14px; font-size: clamp(32px, 4vw, 48px); line-height: 1; letter-spacing: -.05em; }
.profile-copy p { max-width: 660px; margin: 0 0 12px; font-size: 18px; }
.socials { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 22px; }
.socials a { padding: 8px 11px; border: 1px solid var(--ink); text-decoration: none; font-size: 13px; font-weight: 800; }
.socials a:hover { background: var(--ink); color: white; }
.page-main { min-height: 70vh; }
.page-intro { padding: 46px 0 34px; }
.breadcrumbs { display: flex; gap: 7px; margin-bottom: 18px; color: var(--muted); font-size: 13px; }
.breadcrumbs a { text-underline-offset: 3px; }
.page-intro-grid { display: grid; grid-template-columns: 1.1fr .9fr; gap: 32px; align-items: end; }
.page-intro h1 { max-width: 17ch; margin: 0; font-size: clamp(34px, 5vw, 58px); line-height: 1; letter-spacing: -.055em; }
.page-intro p { max-width: 600px; margin: 0; font-size: 18px; }
.page-actions { margin-top: 22px; }
.content-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; }
.info-card { padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: var(--white); }
.info-card h2, .info-card h3 { margin: 0 0 8px; font-size: 22px; line-height: 1.1; letter-spacing: -.035em; }
.info-card p { margin: 0 0 10px; color: var(--muted); }
.info-card p:last-child { margin-bottom: 0; }
.tag { display: inline-block; margin-bottom: 14px; padding: 4px 8px; background: var(--acid); font-size: 11px; font-weight: 850; letter-spacing: .06em; text-transform: uppercase; }
.product-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.product-card { display: flex; min-height: 255px; flex-direction: column; overflow: hidden; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.product-card h2, .product-card h3 { margin: 0 0 9px; font-size: 23px; line-height: 1.08; letter-spacing: -.04em; }
.product-card p { margin: 0 0 10px; color: var(--muted); font-size: 14px; }
.product-card .price { margin: auto 0 14px; color: var(--ink); font-size: 28px; font-weight: 900; letter-spacing: -.04em; }
.product-card__gallery { display: grid; grid-template-columns: 1fr 1fr; height: 176px; margin: -20px -20px 16px; border-bottom: 1px solid var(--line); background: var(--soft); }
.product-card__gallery--single { grid-template-columns: 1fr; }
.product-card__gallery img { width: 100%; height: 100%; object-fit: cover; }
.product-download { margin-top: auto; }
.product-downloads { display: grid; gap: 8px; margin-top: auto; }
.product-downloads .button { width: 100%; }
.compact-visual { padding: 0 0 28px; }
.compact-visual img { width: min(100%, 520px); border: 1px solid var(--line); border-radius: 12px; }
.profile-photo { overflow: hidden; aspect-ratio: 1; border-radius: 50%; background: var(--acid); }
.profile-photo img { width: 100%; height: 100%; object-fit: cover; }
.profile-photo--editorial { aspect-ratio: 4 / 5; border: 1px solid var(--line); border-radius: 12px; background: white; }
.profile-photo--editorial img { transform: scale(1.45); transform-origin: 50% 0; }
.gpt-gallery figure:first-child { grid-row: span 2; }
.gpt-gallery figure:first-child img { height: 100%; }
.steps-inline { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }
.step-compact { padding: 20px; border-top: 3px solid var(--orange); background: white; }
.step-compact b { display: block; margin-bottom: 20px; color: var(--orange-dark); }
.step-compact h3 { margin: 0 0 7px; font-size: 21px; }
.step-compact p { margin: 0; color: var(--muted); font-size: 14px; }
.accordion { border-top: 1px solid var(--ink); }
.accordion details { border-bottom: 1px solid var(--line); background: transparent; }
.accordion summary { position: relative; cursor: pointer; list-style: none; padding: 17px 42px 17px 0; font-size: 18px; font-weight: 800; }
.accordion summary::-webkit-details-marker { display: none; }
.accordion summary::after { position: absolute; right: 4px; content: "+"; font-size: 24px; font-weight: 400; }
.accordion details[open] summary::after { content: "−"; }
.accordion-content { max-width: 850px; padding: 0 0 22px; }
.accordion-content p, .accordion-content li { color: #3f3b36; }
.accordion-content h3 { margin: 24px 0 8px; font-size: 18px; }
.accordion-content ol, .accordion-content ul { padding-left: 22px; }
.accordion-content li { margin-bottom: 8px; }
.callout { margin: 18px 0; padding: 16px 18px; border-left: 4px solid var(--orange); background: white; }
.step-gallery { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 12px; margin: 20px 0; }
.step-gallery--three { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.step-gallery figure { min-width: 0; margin: 0; }
.step-gallery__wide { grid-column: 1 / -1; }
.step-gallery img { width: 100%; height: 310px; object-fit: contain; border: 1px solid var(--line); border-radius: 10px; background: white; }
.step-gallery__wide img { height: auto; max-height: 460px; }
.step-gallery figcaption { padding: 7px 2px 0; color: var(--muted); font-size: 12px; line-height: 1.35; }
.directory { display: grid; gap: 10px; }
.directory-row { display: grid; grid-template-columns: 180px 1fr auto; gap: 18px; align-items: center; padding: 16px 0; border-bottom: 1px solid var(--line); }
.directory-row:first-child { border-top: 1px solid var(--line); }
.directory-row strong { font-size: 18px; }
.directory-row p { margin: 0; color: var(--muted); }
.course-steps { display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
.course-step { padding: 18px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.course-step b { color: var(--orange-dark); }
.course-step h3 { margin: 28px 0 8px; font-size: 20px; line-height: 1.08; }
.course-step p { margin: 0; color: var(--muted); font-size: 14px; }
.price-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.price-card { padding: 22px; border: 1px solid var(--ink); border-radius: 12px; background: white; }
.price-card--accent { background: var(--orange); }
.price-card h3 { margin: 24px 0 8px; font-size: 24px; }
.price-card .price { margin: 6px 0 16px; font-size: 42px; font-weight: 900; letter-spacing: -.05em; }
.notice { display: none; margin: 12px 0 0; font-size: 14px; font-weight: 750; }
.notice.is-visible { display: block; }
.start-page { background: #fff; color: #333; }
.start-page .site-header { background: rgba(255,255,255,.96); }
.start-article { width: min(calc(100% - 40px), 690px); margin: 0 auto; padding: 38px 0 72px; font-family: Georgia, "Times New Roman", serif; font-size: 20px; line-height: 1.5; }
.start-article h1, .start-article h2, .start-article h3 { font-family: Arial, Helvetica, sans-serif; color: #353535; letter-spacing: -.02em; }
.start-article h1 { margin: 0 0 4px; font-size: 32px; line-height: 1.2; }
.start-article h2 { margin: 34px 0 18px; font-size: 29px; line-height: 1.22; }
.start-article h3 { margin: 28px 0 8px; font-size: 24px; line-height: 1.25; }
.start-article p { margin: 0 0 16px; }
.start-article ul, .start-article ol { margin: 0 0 22px; padding-left: 30px; }
.start-article li { margin-bottom: 12px; padding-left: 2px; }
.start-article a { text-underline-offset: 3px; }
.start-article figure { margin: 14px 0 34px; }
.start-article figure img { width: 100%; height: auto; }
.start-article .start-logo { max-width: 320px; margin-inline: auto; }
.start-meta { display: flex; gap: 8px; align-items: center; margin-bottom: 12px !important; color: #76808a; font: 14px/1.4 Arial, Helvetica, sans-serif; }
.start-meta a { text-decoration: none; }
.start-divider { width: 296px; margin: 48px 0 24px; border: 0; border-top: 1px solid #777; }
.start-toc h2 { margin-top: 0; font-size: 27px; }
.start-toc li { padding-left: 8px; }
.start-anchor { scroll-margin-top: 84px; }
.start-spaced { margin-top: 52px !important; }
.start-tools { margin: 42px 0 12px !important; font-size: 28px; }
.start-caption { margin-top: -18px !important; font-size: 17px; }
.start-prompt { margin: 14px 0 30px; padding: 0; border: 0; color: #3f3f3f; font-size: 15px; line-height: 1.48; }
.start-prompt p { margin-bottom: 12px; }
.start-article blockquote:not(.start-prompt) { margin: 20px 0; padding: 16px 20px; border-left: 3px solid #8b8b8b; background: #f5f5f5; }
.start-article hr:not(.start-divider) { margin: 44px 0; border: 0; border-top: 1px solid #aaa; }
.legal { max-width: 860px; margin-inline: auto; padding: 44px 20px 70px; }
.legal h1 { margin: 0 0 28px; font-size: clamp(32px, 5vw, 52px); line-height: 1; letter-spacing: -.05em; }
.legal h2 { margin: 30px 0 10px; font-size: 22px; }
.legal h3 { margin: 22px 0 8px; font-size: 18px; }
.legal p, .legal li { color: #3f3b36; }
.site-footer { padding: 28px 0; border-top: 1px solid var(--line); background: var(--ink); color: white; }
.footer-grid { display: grid; grid-template-columns: 1fr auto; gap: 26px; align-items: start; }
.footer-brand { margin: 0 0 8px; font-size: 18px; font-weight: 900; }
.footer-note { max-width: 450px; margin: 0; color: rgba(255,255,255,.65); font-size: 13px; }
.footer-links { display: grid; grid-template-columns: repeat(2, auto); gap: 8px 20px; }
.footer-links a { color: white; font-size: 13px; }
.desktop-nav a, .mobile-menu a { font-size: .875rem; }
.nav-learning { color: var(--orange-dark); }
.home-page .home-hero { padding: 24px 0 30px; }
.home-page .hero-grid { grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr); gap: 32px; }
.home-page .hero-copy { min-width: 0; }
.home-page .hero-copy h1 { max-width: 20ch; margin-bottom: 14px; font-size: clamp(1.75rem, 3.2vw, 2.625rem); line-height: 1.13; letter-spacing: -.035em; }
.home-page .hero-copy .lead { margin-bottom: 18px; font-size: 1.0625rem; line-height: 1.5; letter-spacing: 0; }
.home-page .button, .prompts-page .button { font-size: .875rem; }
.home-page .button--orange { color: var(--ink); }
.home-page .button--orange:hover { background: var(--ink); border-color: var(--ink); color: white; }
.home-page .section { padding: 28px 0; }
.home-page .section-head, .prompts-page .section-head { display: block; margin-bottom: 16px; }
.home-page .section-head h2, .prompts-page .section-head h2 { max-width: none; font-size: 1.625rem; line-height: 1.2; letter-spacing: -.025em; }
.contact-feature { display: grid; grid-template-columns: minmax(0, 1fr) auto; gap: 24px; align-items: center; padding: 22px; background: var(--acid); border: 1px solid var(--line); border-radius: 12px; }
.contact-feature .eyebrow { margin-bottom: 6px; color: var(--ink); }
.contact-feature h3 { margin: 0 0 6px; font-size: 1.375rem; line-height: 1.25; letter-spacing: -.02em; }
.contact-feature p { margin: 0; }
.contact-links { display: flex; flex-wrap: wrap; gap: 8px; margin-top: 12px; }
.contact-links a { display: flex; align-items: center; justify-content: center; min-height: 44px; padding: 9px 16px; background: white; border: 1px solid var(--line); border-radius: 6px; text-decoration: none; font-size: .875rem; font-weight: 700; }
.contact-links a:hover, .contact-links a:focus-visible { border-color: var(--ink); }
.contact-about { display: inline-block; margin-top: 14px; font-size: .875rem; }
.home-extras .hub-card { min-width: 0; min-height: 164px; padding: 18px; }
.home-extras .hub-card h3 { font-size: 1.25rem; line-height: 1.25; letter-spacing: -.02em; }
.home-extras .hub-card p { font-size: 1rem; line-height: 1.45; margin-bottom: 14px; }
.home-extras .hub-card span { font-size: .875rem; }
.home-page .footer-note + .footer-note { margin-top: 10px; }
.prompts-page .page-intro { padding: 28px 0 22px; }
.prompts-page .page-intro h1 { max-width: 24ch; font-size: 2rem; line-height: 1.18; letter-spacing: -.03em; }
.prompts-page .page-intro p { font-size: 1rem; }
.prompts-page .section { padding: 28px 0; }
.prompts-page .section-head p { margin-top: 8px; }
.guide-entry { padding-bottom: 24px; }
.guide-card { display: grid; grid-template-columns: 170px minmax(0, 1fr); gap: 24px; align-items: center; padding: 20px; border: 1px solid var(--line); border-radius: 12px; background: white; }
.guide-card > img { width: 100%; height: auto; aspect-ratio: 1; object-fit: contain; border-radius: 6px; }
.guide-card h2 { margin: 0 0 8px; font-size: 1.375rem; line-height: 1.25; letter-spacing: -.02em; }
.guide-card p { margin: 0 0 14px; }
.guide-card .eyebrow { margin-bottom: 8px; }
.guide-card .button-row { align-items: center; gap: 12px 20px; }
.guide-card .inline-link { font-size: .875rem; }
.guide-breadcrumb { max-width: 690px; margin-top: 20px; font-size: .875rem; }
:focus-visible { outline: 2px solid var(--ink); outline-offset: 4px; }
@media (max-width: 950px) {
  .desktop-nav { display: none; }
  .mobile-menu { display: block; }
  .hero-grid, .section-head, .page-intro-grid { grid-template-columns: 1fr; }
  .hub-grid, .product-grid { grid-template-columns: repeat(2, 1fr); }
  .course-steps { grid-template-columns: repeat(2, 1fr); }
  .profile-grid { grid-template-columns: 240px 1fr; }
  .home-page .hero-grid { grid-template-columns: 1fr; gap: 20px; }
  .home-page .hero-video { width: min(100%, 640px); margin-inline: auto; }
  .home-page .hero-copy h1 { max-width: 24ch; }
  .home-extras .hub-grid { grid-template-columns: 1fr; }
  .home-extras .hub-card { min-height: 0; }
}
@media (max-width: 640px) {
  .shell { width: min(calc(100% - 28px), var(--content)); }
  .header-inner { min-height: 58px; }
  .home-hero { padding: 20px 0 30px; }
  .hero-grid { gap: 20px; }
  .hero-copy { display: none; }
  .hero-video { border-radius: 12px; }
  .hero-video video { width: 100%; height: auto; object-fit: contain; }
  .button-row { flex-direction: column; }
  .button-row .button { width: 100%; }
  .section { padding: 38px 0; }
  .section-head { gap: 12px; margin-bottom: 20px; }
  .section-head h2, .page-intro h1 { font-size: 34px; }
  .hub-grid, .content-grid, .product-grid, .steps-inline, .course-steps, .price-grid { grid-template-columns: 1fr; }
  .hub-card { min-height: 160px; }
  .telegram-strip { grid-template-columns: 1fr; padding: 22px; }
  .telegram-strip .button { width: 100%; }
  .profile-grid { grid-template-columns: 1fr; }
  .profile-label { width: 190px; }
  .page-intro { padding: 32px 0 26px; }
  .page-intro p { font-size: 16px; }
  .directory-row { grid-template-columns: 1fr; gap: 6px; }
  .directory-row .button { width: 100%; }
  .step-gallery, .step-gallery--three { display: flex; gap: 10px; overflow-x: auto; margin-right: -14px; padding: 0 14px 9px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  .step-gallery figure, .step-gallery__wide { flex: 0 0 min(82vw, 340px); scroll-snap-align: start; }
  .step-gallery img, .step-gallery__wide img { height: auto; max-height: 520px; }
  #sets .product-grid { display: flex; gap: 10px; overflow-x: auto; margin-right: -14px; padding: 0 14px 9px 0; scroll-snap-type: x mandatory; scrollbar-width: thin; }
  #sets .product-card { flex: 0 0 min(82vw, 340px); scroll-snap-align: start; }
  .product-card__gallery { height: 190px; }
  .gpt-gallery figure:first-child { grid-row: auto; }
  .footer-grid { grid-template-columns: 1fr; }
  .footer-links { grid-template-columns: 1fr 1fr; }
  .start-article { width: min(calc(100% - 28px), 690px); padding: 28px 0 56px; font-size: 18px; line-height: 1.52; }
  .start-article h1 { font-size: 28px; }
  .start-article h2 { margin-top: 30px; font-size: 24px; }
  .start-article h3 { font-size: 21px; }
  .start-article figure { margin-bottom: 28px; }
  .start-divider { width: 44%; margin-top: 38px; }
  .start-toc h2 { font-size: 24px; }
  .start-prompt { font-size: 14px; }
  .home-page .home-hero { padding: 14px 0 22px; }
  .home-page .hero-grid { gap: 16px; }
  .home-page .hero-copy { display: block; }
  .home-page .hero-copy .eyebrow { margin-bottom: 8px; }
  .home-page .hero-copy h1 { font-size: 1.75rem; margin-bottom: 10px; }
  .home-page .hero-copy .lead { font-size: 1rem; margin-bottom: 14px; line-height: 1.4; }
  .home-page .hero-copy .button-row { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 8px; }
  .home-page .hero-copy .button { padding: 10px 8px; text-align: center; }
  .home-page .section { padding: 22px 0; }
  .home-page .section-head h2, .prompts-page .section-head h2 { font-size: 1.375rem; }
  .contact-feature { grid-template-columns: 1fr; padding: 18px; gap: 14px; }
  .contact-feature h3 { font-size: 1.25rem; }
  .contact-links { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .contact-links a { padding: 9px 8px; }
  .home-extras .hub-card { padding: 16px; }
  .prompts-page .page-intro h1 { font-size: 1.75rem; }
  .prompts-page .page-intro-grid { gap: 10px; }
  .prompts-page .page-intro { padding: 22px 0 18px; }
  .guide-card { grid-template-columns: 1fr; gap: 14px; padding: 16px; }
  .guide-card > img { width: 100px; }
  .guide-card .button-row { align-items: flex-start; }
  .guide-card .button-row .button { width: auto; }
  .guide-breadcrumb { margin-top: 16px; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } *, *::before, *::after { transition-duration: .01ms !important; } }
