/*
 Fairy book page — editorial typography study, v44.
 This file is loaded only by fairy.html. The homepage and all other site pages
 remain on the existing MediSelf Press design system.
*/

.fairy-page {
 --fairy-ink: #403943;
 --fairy-muted: #6f6870;
 --fairy-wine: #68496f;
 --fairy-blue: #68496f;
 --fairy-gold: #aa843f;
 --fairy-lilac: #f0eaf1;
 --fairy-paper: #fbf9f5;
 --fairy-paper-deep: #f5f0e9;
 --fairy-rule: #ddd4dc;
 background: #fbf9f5;
 color: #3e3940;
 font-family: "Source Sans 3", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
 font-size: 17px;
 font-weight: 400;
 line-height: 1.62;
}

.fairy-page main {
 --fairy-ink: #403943;
 --fairy-muted: #6f6870;
 --fairy-wine: #68496f;
 --fairy-blue: #68496f;
 --fairy-gold: #aa843f;
 --fairy-lilac: #f0eaf1;
 --fairy-paper: #fbf9f5;
 --fairy-paper-deep: #f5f0e9;
 --fairy-rule: #ddd4dc;
 background: var(--fairy-paper);
 color: var(--fairy-ink);
}

.fairy-page .site-header,
.fairy-page .site-footer,
.fairy-page .section-nav,
.fairy-page .menu-dropdown,
.fairy-page .header-order-cta,
.fairy-page .button,
.fairy-page input,
.fairy-page select,
.fairy-page button {
 font-family: "Source Sans 3", system-ui, sans-serif;
}

.fairy-page h1,
.fairy-page h2,
.fairy-page h3,
.fairy-page .fairy-price-block strong,
.fairy-page .fairy-ship-date strong,
.fairy-page .fairy-hero-author-copy > strong {
 color: var(--fairy-wine);
 font-family: "Lora", Georgia, serif;
 font-weight: 500;
 letter-spacing: -.025em;
 line-height: 1.12;
}

.fairy-page h2 { font-size: clamp(34px, 4vw, 52px); }
.fairy-page h3 { font-size: clamp(25px, 2.4vw, 34px); }

.fairy-page .site-header {
 background: rgba(255,255,255,.94);
 border-bottom-color: #e5dfda;
 backdrop-filter: blur(12px);
}

.fairy-page .section-nav a,
.fairy-page .menu-word,
.fairy-page .dropdown-panel a {
 font-weight: 600;
}

.fairy-page .section-nav a {
 border-radius: 4px;
}

.fairy-page .header-order-cta {
 border-radius: 4px;
 background: var(--fairy-wine);
 box-shadow: none;
 font-weight: 600;
}

.fairy-page .fairy-kicker {
 margin-bottom: 12px;
 color: var(--fairy-wine);
 font-size: 12px;
 font-weight: 600;
 letter-spacing: .11em;
}

.fairy-page .fairy-hero {
 padding: 54px 0 62px;
 background: #fffdf9;
 border-bottom: 1px solid var(--fairy-rule);
}

.fairy-page .fairy-hero::before,
.fairy-page .fairy-hero::after {
 display: none;
}

.fairy-page .fairy-hero-grid {
 grid-template-columns: minmax(0, 1.06fr) minmax(390px, .74fr);
 gap: 68px;
 align-items: center;
}

.fairy-page .fairy-title-row {
 margin: 0 0 13px;
}

.fairy-page .fairy-status {
 padding: 0;
 border: 0;
 border-radius: 0;
 background: transparent;
 color: #81767f;
 font-size: 13px;
 font-style: italic;
 font-weight: 400;
 letter-spacing: .02em;
 text-transform: none;
}

.fairy-page .fairy-hero h1 {
 max-width: 760px;
 color: var(--fairy-wine);
 font-family: "Lora", Georgia, serif;
 font-size: clamp(48px, 5.25vw, 72px);
 font-weight: 500;
 letter-spacing: -.035em;
 line-height: 1.07;
}

.fairy-page .fairy-hero h1 em {
 font-style: normal;
}

.fairy-page .fairy-byline {
 margin: 17px 0 0;
 color: #746b72;
 font-family: "Lora", Georgia, serif;
 font-size: 18px;
 font-style: italic;
}

.fairy-page .fairy-byline strong {
 color: var(--fairy-wine);
 font-weight: 500;
}

.fairy-page .fairy-hero-lede {
 max-width: 690px;
 margin: 27px 0 0;
 color: #544d54;
 font-family: "Source Sans 3", system-ui, sans-serif;
 font-size: clamp(20px, 1.8vw, 25px);
 font-weight: 400;
 line-height: 1.5;
}

.fairy-page .fairy-positioning {
 display: inline-block;
 max-width: none;
 margin: 26px 0 0;
 padding: 12px 0 0;
 border: 0;
 border-top: 1px solid var(--fairy-rule);
 color: var(--fairy-wine);
 font-size: 16px;
 font-weight: 600;
 letter-spacing: .005em;
}

.fairy-page .hero-actions {
 gap: 11px;
 margin-top: 28px;
}

.fairy-page .button {
 min-height: 46px;
 padding: 12px 18px;
 border-radius: 4px;
 box-shadow: none;
 font-weight: 600;
 letter-spacing: .005em;
 transition: background-color .15s ease, color .15s ease, border-color .15s ease;
}

.fairy-page .button:hover {
 transform: none;
}

.fairy-page .button.fairy-primary,
.fairy-page .fairy-form-submit {
 background: var(--fairy-wine) !important;
 color: #fff;
 box-shadow: none;
}

.fairy-page .button.fairy-primary:hover,
.fairy-page .fairy-form-submit:hover {
 background: #513657 !important;
}

.fairy-page .button.fairy-secondary {
 border: 1px solid #b9aeba;
 background: transparent;
 color: var(--fairy-wine);
}

.fairy-page .button.fairy-secondary:hover {
 border-color: var(--fairy-wine);
 background: #f6f0f6;
}

.fairy-page .fairy-hero-author {
 grid-template-columns: minmax(0, 1fr) 118px;
 grid-template-rows: auto auto;
 gap: 15px;
 align-items: start;
}

.fairy-page .fairy-hero-portrait {
 min-height: 0;
 overflow: hidden;
 border: 0;
 border-radius: 3px;
 background: #eee9e4;
 box-shadow: none;
}

.fairy-page .fairy-hero-portrait img {
 min-height: 0;
 aspect-ratio: 3 / 4;
 object-fit: cover;
 object-position: 50% 26%;
}

.fairy-page .fairy-hero-author-copy {
 padding: 16px 0 15px;
 border: 0;
 border-top: 1px solid var(--fairy-rule);
 border-bottom: 1px solid var(--fairy-rule);
 border-radius: 0;
 background: transparent;
}

.fairy-page .fairy-hero-author-copy > span {
 color: #82777f;
 font-size: 12px;
 font-weight: 400;
 letter-spacing: .02em;
 text-transform: none;
}

.fairy-page .fairy-hero-author-copy > strong {
 margin-top: 3px;
 color: var(--fairy-wine);
 font-size: 22px;
}

.fairy-page .fairy-hero-author-copy p {
 margin-top: 9px;
 color: var(--fairy-muted);
 font-size: 13px;
 line-height: 1.45;
}

.fairy-page .fairy-external-links {
 gap: 5px;
 margin-top: 12px;
}

.fairy-page .fairy-external-links a {
 color: var(--fairy-wine);
 font-size: 12px;
 font-weight: 600;
 text-decoration-thickness: 1px;
}

.fairy-page .fairy-hero-art-inset {
 min-height: 185px;
 border: 0;
 border-radius: 3px;
 background: transparent;
}

.fairy-page .fairy-hero-art-inset img {
 height: 185px;
}

.fairy-page .fairy-hero-art-inset span {
 inset: auto 7px 7px;
 padding: 5px 7px;
 border-radius: 2px;
 background: rgba(255,253,249,.92);
 color: var(--fairy-wine);
 font-size: 9px;
 font-weight: 600;
 letter-spacing: .05em;
}

.fairy-page .fairy-page-nav {
 border-block: 0;
 border-bottom: 1px solid var(--fairy-rule);
 background: #fff;
}

.fairy-page .fairy-page-nav .container {
 justify-content: flex-start;
 gap: 24px;
 padding: 0;
}

.fairy-page .fairy-page-nav a {
 padding: 16px 0 13px;
 border-bottom: 2px solid transparent;
 border-radius: 0;
 color: #756d74;
 font-size: 13px;
 font-weight: 600;
}

.fairy-page .fairy-page-nav a:hover {
 border-bottom-color: var(--fairy-wine);
 background: transparent;
 color: var(--fairy-wine);
}

.fairy-page section {
 padding: 74px 0;
}

.fairy-page .fairy-opening,
.fairy-page .fairy-art-section,
.fairy-page .fairy-author,
.fairy-page .fairy-updates {
 background: #fff;
}

.fairy-page .fairy-opening-grid {
 grid-template-columns: .7fr 1.3fr;
 gap: 78px;
}

.fairy-page .fairy-prose p {
 color: #544d54;
 font-family: "Lora", Georgia, serif;
 font-size: 19px;
 line-height: 1.78;
}

.fairy-page .fairy-prose .fairy-callout {
 margin-top: 30px;
 padding: 20px 0 0 24px;
 border: 0;
 border-left: 2px solid #b79a5d;
 border-radius: 0;
 background: transparent;
 color: var(--fairy-wine);
 font-style: italic;
 font-weight: 400;
}

.fairy-page .fairy-three {
 border-block: 1px solid var(--fairy-rule);
 background: var(--fairy-paper-deep);
}

.fairy-page .fairy-section-heading {
 max-width: 760px;
 margin-bottom: 42px;
}

.fairy-page .fairy-section-heading > p:not(.fairy-kicker),
.fairy-page .fairy-audience-copy > p:not(.fairy-kicker),
.fairy-page .fairy-author-copy p:not(.fairy-kicker) {
 color: var(--fairy-muted);
 font-size: 18px;
 line-height: 1.65;
}

.fairy-page .fairy-three-grid {
 gap: 34px;
}

.fairy-page .fairy-three-grid article {
 padding: 24px 0 0;
 border: 0;
 border-top: 1px solid #cfc3cc;
 border-radius: 0;
 background: transparent;
 box-shadow: none;
}

.fairy-page .fairy-three-grid span {
 width: auto;
 height: auto;
 margin-bottom: 14px;
 border-radius: 0;
 background: transparent;
 color: #9b839d;
 font-family: "Lora", Georgia, serif;
 font-size: 14px;
 font-weight: 500;
}

.fairy-page .fairy-three-grid h3 {
 color: var(--fairy-wine);
 font-family: "Lora", Georgia, serif;
 font-weight: 500;
}

.fairy-page .fairy-three-grid p {
 color: #615a61;
 font-size: 17px;
 line-height: 1.65;
}

.fairy-page .fairy-art-section {
 padding: 52px 0;
}

.fairy-page .fairy-wide-art {
 border: 0;
 border-radius: 3px;
 box-shadow: none;
}

.fairy-page .fairy-wide-art figcaption {
 left: 28px;
 right: auto;
 bottom: 26px;
 max-width: 600px;
 padding: 16px 18px;
 border-radius: 2px;
 background: rgba(255,253,249,.94);
 box-shadow: none;
 color: #655d64;
 font-family: "Lora", Georgia, serif;
 font-size: 16px;
 line-height: 1.55;
}

.fairy-page .fairy-for-anyone {
 background: #f8f5f0;
}

.fairy-page .fairy-audience-grid {
 grid-template-columns: .78fr 1.22fr;
 gap: 68px;
}

.fairy-page .fairy-audience-list {
 gap: 0 34px;
}

.fairy-page .fairy-audience-list div {
 padding: 22px 0;
 border: 0;
 border-top: 1px solid #d8ced5;
 border-radius: 0;
 background: transparent;
}

.fairy-page .fairy-audience-list strong {
 margin-bottom: 7px;
 color: var(--fairy-wine);
 font-family: "Lora", Georgia, serif;
 font-size: 18px;
 font-weight: 500;
}

.fairy-page .fairy-audience-list span {
 color: #6d656c;
 font-size: 16px;
}

.fairy-page .fairy-order {
 background: #fff;
 border-top: 1px solid var(--fairy-rule);
}

.fairy-page .fairy-order-heading {
 gap: 56px;
 margin-bottom: 38px;
}

.fairy-page .fairy-order-heading > div:first-child > p:not(.fairy-kicker) {
 max-width: 680px;
 color: var(--fairy-muted);
 font-size: 18px;
 line-height: 1.62;
}

.fairy-page .fairy-ship-date {
 padding: 18px 20px;
 border: 1px solid #d9cfd7;
 border-radius: 3px;
 background: #faf7f3;
 box-shadow: none;
}

.fairy-page .fairy-ship-date span {
 color: #817880;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: .05em;
}

.fairy-page .fairy-ship-date strong {
 color: var(--fairy-wine);
 font-size: 24px;
}

.fairy-page .fairy-offer-grid {
 gap: 24px;
}

.fairy-page .fairy-offer-card {
 padding: 32px;
 border: 1px solid #d9cfd7;
 border-radius: 3px;
 background: #fff;
 box-shadow: none;
}

.fairy-page .fairy-premium-offer {
 border-top: 4px solid #b18b43;
 background: #fdfaf4;
}

.fairy-page .fairy-offer-label {
 color: #827780;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: .08em;
}

.fairy-page .fairy-price-block strong {
 color: var(--fairy-wine);
 font-size: 48px;
}

.fairy-page .fairy-free-shipping {
 border-radius: 2px;
 font-weight: 600;
}

.fairy-page .fairy-offer-card ul {
 color: #625a61;
 line-height: 1.6;
}

.fairy-page .fairy-limited-badge {
 border-radius: 0;
 background: #b18b43;
 font-weight: 600;
}

.fairy-page .fairy-premium-timing {
 border-left: 2px solid #b18b43;
 color: #6a6268;
}

.fairy-page .button.fairy-premium-button {
 border-radius: 4px;
 background: #6a5272;
 box-shadow: none;
 font-weight: 600;
}

.fairy-page .fairy-checkout-status {
 border-radius: 3px;
}

.fairy-page .fairy-author-grid {
 grid-template-columns: .48fr 1fr;
 gap: 68px;
 max-width: 1020px;
}

.fairy-page .fairy-author-photo img {
 border-radius: 3px;
 box-shadow: none;
}

.fairy-page .fairy-author-note {
 padding: 14px 0 14px 18px;
 border-left: 2px solid #b18b43;
 background: transparent;
 color: var(--fairy-wine) !important;
 font-weight: 600;
}

.fairy-page .fairy-author-links {
 gap: 10px;
}

.fairy-page .fairy-updates {
 padding-top: 18px;
}

.fairy-page .fairy-updates-shell {
 padding: 44px;
 border: 1px solid #d8cdd6;
 border-radius: 3px;
 background: #f4eef4;
 box-shadow: none;
}

.fairy-page .fairy-updates-copy h2 {
 color: var(--fairy-wine);
}

.fairy-page .fairy-updates-copy > p:not(.fairy-kicker):not(.fairy-registration-note) {
 color: #5f575e;
}

.fairy-page .fairy-updates-copy .fairy-kicker {
 color: var(--fairy-wine);
}

.fairy-page .fairy-updates-mark {
 width: 62px;
 height: 62px;
 border-radius: 50%;
 box-shadow: none;
}

.fairy-page .fairy-registration-note {
 border-color: #c4b3c1;
 background: rgba(255,255,255,.55);
 color: #655c63;
}

.fairy-page .fairy-registration-note strong {
 color: var(--fairy-wine);
}

.fairy-page .fairy-update-form {
 border: 1px solid #d8cdd6;
 border-radius: 3px;
 background: #fff;
 box-shadow: none;
}

.fairy-page .fairy-update-form label {
 font-weight: 600;
}

.fairy-page .fairy-update-form input[type="text"],
.fairy-page .fairy-update-form input[type="email"],
.fairy-page .fairy-update-form select {
 border-radius: 2px;
 font-family: "Source Sans 3", system-ui, sans-serif;
}

.fairy-page .site-footer {
 font-family: "Source Sans 3", system-ui, sans-serif;
}

@media (max-width: 980px) {
 .fairy-page .fairy-hero-grid {
 grid-template-columns: 1fr;
 gap: 48px;
 }
 .fairy-page .fairy-hero-author {
 width: min(100%, 650px);
 margin-inline: 0;
 }
}

@media (max-width: 760px) {
 .fairy-page .fairy-page-nav .container {
 gap: 18px;
 padding-inline: 0;
 }
 .fairy-page .fairy-opening-grid,
 .fairy-page .fairy-audience-grid,
 .fairy-page .fairy-author-grid {
 gap: 38px;
 }
 .fairy-page .fairy-updates-shell {
 padding: 30px 22px;
 }
}

@media (max-width: 560px) {
 .fairy-page .fairy-hero {
 padding-top: 38px;
 }
 .fairy-page .fairy-hero h1 {
 font-size: 43px;
 }
 .fairy-page .fairy-hero-author {
 grid-template-columns: 1fr;
 }
 .fairy-page .fairy-hero-author-copy,
 .fairy-page .fairy-hero-art-inset {
 grid-column: 1;
 grid-row: auto;
 }
 .fairy-page .fairy-hero-art-inset,
 .fairy-page .fairy-hero-art-inset img {
 min-height: 150px;
 height: 150px;
 }
 .fairy-page section {
 padding: 58px 0;
 }
 .fairy-page .fairy-page-nav a {
 padding-block: 13px 11px;
 }
 .fairy-page .fairy-wide-art figcaption {
 position: static;
 max-width: none;
 padding: 18px 0 0;
 background: transparent;
 }
 .fairy-page .fairy-offer-card {
 padding: 26px 22px;
 }
}

/* Final flattening of legacy promotional treatments on the Fairy page. */
.fairy-page .fairy-limited-badge {
 top: 20px;
 right: 20px;
 width: auto;
 padding: 6px 9px;
 transform: none;
 letter-spacing: .07em;
}

.fairy-page .fairy-updates-shell {
 color: var(--fairy-ink);
}

.fairy-page .fairy-form-checks {
 border-radius: 2px;
 background: #f7f3f7;
}

.fairy-page .fairy-checkout-status,
.fairy-page .fairy-form-success {
 box-shadow: none;
}

/* v46: three clear Fairy visitor actions and equal creator credit */
.fairy-page .fairy-byline a {
 color: var(--fairy-wine);
 font-weight: 500;
 text-decoration: underline;
 text-decoration-thickness: 1px;
 text-underline-offset: 3px;
}
.fairy-page .button.fairy-tertiary {
 border: 0;
 border-bottom: 1px solid #a99ca8;
 border-radius: 0;
 padding-inline: 4px;
 background: transparent;
 color: var(--fairy-wine);
}
.fairy-page .button.fairy-tertiary:hover {
 border-color: var(--fairy-wine);
 background: transparent;
}
.fairy-creators-heading {
 max-width: 760px;
 margin-bottom: 30px;
}
.fairy-creators-grid {
 display: grid;
 grid-template-columns: repeat(2, minmax(0, 1fr));
 gap: 34px;
}
.fairy-creator-card {
 display: grid;
 grid-template-columns: minmax(150px, .72fr) minmax(0, 1.28fr);
 gap: 24px;
 align-items: start;
 padding-top: 24px;
 border-top: 1px solid var(--fairy-rule);
}
.fairy-creator-card > img {
 width: 100%;
 aspect-ratio: 3 / 4;
 object-fit: cover;
 border-radius: 3px;
}
.fairy-creator-sierra > img {
 object-position: center;
}
.fairy-creator-role {
 margin: 0 0 5px;
 color: #82777f;
 font-size: 12px;
 font-weight: 600;
 letter-spacing: .08em;
 text-transform: uppercase;
}
.fairy-creator-card h3 {
 margin: 0 0 14px;
 font-size: clamp(28px, 2.4vw, 38px);
}
.fairy-creator-card p:not(.fairy-creator-role) {
 color: var(--fairy-muted);
}
.fairy-creator-card .button {
 margin-top: 12px;
}
@media (max-width: 980px) {
 .fairy-creators-grid { grid-template-columns: 1fr; }
}
@media (max-width: 620px) {
 .fairy-creator-card { grid-template-columns: 1fr; }
 .fairy-creator-card > img { max-width: 280px; }
 .fairy-page .fairy-byline { line-height: 1.6; }
}


/* v67: Shopify Buy Button at F-CTA-04 */
.fairy-page .fairy-shopify-buy {
 width: 100%;
 margin-top: 18px;
 min-height: 50px;
}
.fairy-page .fairy-shopify-buy > div {
 width: 100%;
}


/* v69: Shopify checkout trust messages beneath both Fairy products */
.fairy-page .fairy-shopify-trust {
 display: flex;
 align-items: center;
 justify-content: center;
 gap: 9px;
 margin: 8px 0 0;
 color: var(--fairy-muted);
 font-family: "Source Sans 3", sans-serif;
 font-size: 13px;
 line-height: 1.25;
 text-align: left;
}
.fairy-page .fairy-shopify-trust .fairy-trust-lock {
 flex: 0 0 auto;
 font-size: 15px;
 line-height: 1;
}
.fairy-page .fairy-shopify-trust strong,
.fairy-page .fairy-shopify-trust small {
 display: block;
}
.fairy-page .fairy-shopify-trust strong {
 color: var(--fairy-ink);
 font-size: 13px;
 font-weight: 700;
}
.fairy-page .fairy-shopify-trust small {
 margin-top: 2px;
 color: var(--fairy-muted);
 font-size: 12px;
}

/* v70: align and center both Shopify purchase controls */
.fairy-page .fairy-shopify-buy {
 display: flex;
 flex-direction: column;
 align-items: center;
 width: 100%;
 margin-top: auto;
 padding-top: 18px;
}
.fairy-page .fairy-shopify-buy > div {
 width: 100%;
 max-width: 360px;
 margin-right: auto;
 margin-left: auto;
}
.fairy-page .fairy-shopify-trust {
 width: 100%;
 max-width: 360px;
}

/* v74: Advance Copy archival-cover variant guidance */
.fairy-page .fairy-advance-cover-note {
 border-left-color: #9b969a;
 background: #f3f3f3;
}
.fairy-page .fairy-advance-cover-note strong {
 color: var(--fairy-ink);
}


/* v77: align corresponding Advance and Limited Edition purchase assets */
.fairy-page .fairy-retail-price-spacer {
 visibility: hidden;
 text-decoration: none;
 pointer-events: none;
 user-select: none;
}

/* v88: creator-card bios and CTAs contained beneath full-width headshots */
.fairy-page .fairy-creators-grid {
 align-items: stretch;
}
.fairy-page .fairy-creator-card {
 display: flex;
 flex-direction: column;
 min-width: 0;
 gap: 0;
 padding: 24px;
 border: 1px solid var(--fairy-rule);
 border-radius: 4px;
 background: #fff;
 overflow: hidden;
}
.fairy-page .fairy-creator-card > img {
 display: block;
 width: 100%;
 max-width: none;
 aspect-ratio: 4 / 3;
 object-fit: cover;
 object-position: center top;
 border-radius: 3px;
}
.fairy-page .fairy-creator-card > div {
 width: 100%;
 min-width: 0;
 padding-top: 20px;
}
.fairy-page .fairy-author-links {
 width: 100%;
 justify-content: flex-start;
 align-items: flex-start;
}
.fairy-page .fairy-creator-card .button {
 width: auto;
 max-width: 100%;
 margin-right: auto;
 justify-content: flex-start;
 text-align: left;
 white-space: normal;
}

/* v91: preserve full creator photos and reduce Sierra headshot without cropping */
.fairy-page .fairy-hero-art-inset {
 min-height: 0;
 padding: 12px;
 display: grid;
 align-items: center;
 justify-items: center;
 background: #fff;
}
.fairy-page .fairy-hero-art-inset img[data-asset-id="F-IMG-02"] {
 display: block;
 width: 100%;
 height: auto;
 min-height: 0;
 max-height: 185px;
 object-fit: contain;
 object-position: center;
}
.fairy-page .fairy-creator-card > img[data-asset-id="F-IMG-04"] {
 display: block;
 width: 100%;
 height: auto;
 max-width: none;
 aspect-ratio: auto;
 object-fit: contain;
 object-position: center top;
}
.fairy-page .fairy-creator-card > img[data-asset-id="F-IMG-06"] {
 display: block;
 width: 76%;
 height: auto;
 max-width: 420px;
 margin: 0 auto;
 aspect-ratio: auto;
 object-fit: contain;
 object-position: center;
}
@media (max-width: 620px) {
 .fairy-page .fairy-hero-art-inset img[data-asset-id="F-IMG-02"] {
 max-height: 150px;
 }
 .fairy-page .fairy-creator-card > img[data-asset-id="F-IMG-06"] {
 width: 68%;
 max-width: 280px;
 }
}

/* v92: keep the F-IMG-02 label below the artwork instead of covering it */
.fairy-page .fairy-hero-art-inset {
 gap: 8px;
 overflow: visible;
}
.fairy-page .fairy-hero-art-inset span {
 position: static;
 inset: auto;
 display: block;
 width: 100%;
 padding: 0 2px 2px;
 border-radius: 0;
 background: transparent;
 line-height: 1.25;
 text-align: left;
}


/* v93: Author-owned copy brief for the Advance Copy offer */
.fairy-page .fairy-copy-brief {
 margin: 24px 0 28px;
 padding: 18px 20px;
 border: 2px dashed #a59da2;
 border-radius: 12px;
 background: #f7f5f6;
 color: #554d52;
}
.fairy-page .fairy-copy-brief > strong {
 display: block;
 margin-bottom: 8px;
 color: #2f292d;
 font-size: 0.96rem;
 letter-spacing: 0.02em;
 text-transform: uppercase;
}
.fairy-page .fairy-copy-brief p {
 margin: 0 0 10px;
 line-height: 1.55;
}
.fairy-page .fairy-copy-brief ul {
 margin: 8px 0 12px;
}
.fairy-page .fairy-copy-brief-boundary {
 padding-top: 10px;
 border-top: 1px solid #d8d2d5;
 color: #6b6268;
 font-size: 0.88rem;
}
.fairy-page .fairy-decision-pending {
 font-style: italic;
 color: #6b6268;
}


/* v94: contributor-owned copy placeholders for fairy.html review only */
.fairy-page .fairy-editorial-placeholder {
 display: block;
 margin: 0.65rem 0 1rem;
 padding: 0.75rem 0.85rem;
 border: 1px dashed rgba(126, 86, 19, 0.55);
 border-radius: 8px;
 background: #fff8df;
 color: #4b3b1f;
 font-family: "Source Sans 3", Arial, sans-serif;
 font-size: 0.95rem;
 font-weight: 400;
 line-height: 1.45;
 letter-spacing: normal;
 text-transform: none;
 text-align: left;
}
.fairy-page .fairy-editorial-placeholder strong {
 display: block;
 margin-bottom: 0.2rem;
 color: #7a4d00;
 font-size: 0.8rem;
 font-weight: 800;
 letter-spacing: 0.04em;
 text-transform: uppercase;
}
.fairy-page .fairy-editorial-placeholder span { display: block; }

/* v96: approved Lindsey biography */
.fairy-page .fairy-author-bio p {
 margin: 0 0 0.9em;
}
.fairy-page .fairy-author-bio p:last-child {
 margin-bottom: 0;
}

/* F-CTA-06: keep Lindsey's LinkedIn CTA on one line without changing sibling buttons. */
.fairy-page [data-asset-id="F-CTA-06"] {
 font-size: 14px;
 white-space: nowrap;
}

/* Rev23: keep long creator CTA labels contained on narrow screens without JavaScript. */
.fairy-page [data-asset-id="F-CTA-07"],
.fairy-page [data-asset-id="F-CTA-10"] {
  box-sizing: border-box;
  max-width: 100%;
  min-width: 0;
  font-size: clamp(0.68rem, 3.4vw, 0.875rem);
  white-space: nowrap;
}
