/* Hallmark · genre: editorial · macrostructure: Ruled housebook with evidence margins · theme: custom · enrichment: Stage-B portrait + product/page photography · nav: N9 · footer: Ft1 · pre-emit critique: P5 H5 E5 S5 R5 V5 · contrast: pass · mobile: pass */
@font-face { font-family: "Newsreader"; src: url("assets/fonts/Newsreader-Semibold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
@font-face { font-family: "Karla"; src: url("assets/fonts/Karla-Regular.ttf") format("truetype"); font-weight: 400; font-display: swap; }
@font-face { font-family: "Karla"; src: url("assets/fonts/Karla-Medium.ttf") format("truetype"); font-weight: 500; font-display: swap; }
@font-face { font-family: "Karla"; src: url("assets/fonts/Karla-Semibold.ttf") format("truetype"); font-weight: 600; font-display: swap; }
* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
html, body { overflow-x: clip; }
body { margin: 0; min-width: 20rem; color: var(--ink); background: var(--paper); font: 400 1.125rem/1.56 "Karla", sans-serif; }
body::before { display: none; }
img { display: block; max-width: 100%; height: auto; }
a { color: var(--chestnut-dark); text-underline-offset: .18em; }
a:hover { color: var(--pencil); }
button, input { font: inherit; }
:focus-visible { outline: .18rem solid var(--focus); outline-offset: .2rem; }
.skip-link { position: fixed; left: 1rem; top: 1rem; z-index: 50; padding: .65rem .9rem; background: var(--ink); color: var(--white); transform: translateY(-180%); }
.skip-link:focus { transform: none; }
.shell { width: min(calc(100% - (2 * var(--gutter))), var(--max)); margin-inline: auto; }
.site-header { border-bottom: 1px solid var(--rule); background: rgba(245, 239, 223, .94); }
.site-header__inner { min-height: 4.5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; }
.wordmark { color: var(--ink); font: 600 1.45rem/1 "Newsreader", serif; text-decoration: none; }
.header-link { font-size: .96rem; font-weight: 600; }
.hero { padding-block: clamp(4.5rem, 10vw, 8rem) clamp(3.5rem, 8vw, 6.5rem); }
.eyebrow, .margin-tab { color: var(--chestnut); font-size: .78rem; font-weight: 600; letter-spacing: .16em; text-transform: uppercase; }
h1, h2 { margin: 0; font: 600 clamp(2.25rem, 4.7vw, 2.25rem)/1.08 "Newsreader", serif; letter-spacing: -.025em; }
h3 { margin: 0; font: 600 1.45rem/1.18 "Newsreader", serif; }
.hero h1 { max-width: 13ch; }
.verdict { max-width: 39rem; margin: 1.5rem 0 0; color: var(--chestnut); font: italic 600 clamp(1.35rem, 2.6vw, 1.8rem)/1.35 "Newsreader", serif; }
.hero__format { margin: 1.35rem 0 0; color: var(--ink-soft); }
.portrait img { width: 11.875rem; height: 15rem; object-fit: cover; object-position: center 18%; }
.portrait figcaption { margin-top: .65rem; font-size: .86rem; color: var(--ink-soft); }
.notebook { position: relative; max-width: 58rem; margin-inline: auto; padding: clamp(3rem, 7vw, 6rem) var(--gutter); }
.notebook::before { content: ""; position: absolute; inset: 0 auto 0 clamp(.5rem, 2vw, 1.6rem); width: 1px; background: var(--pencil); opacity: .62; }
.entry { position: relative; margin-bottom: clamp(4.5rem, 9vw, 8rem); }
.entry:last-child { margin-bottom: 0; }
.entry > .margin-tab { position: absolute; top: .3rem; right: calc(100% + 1.2rem); width: 5.5rem; text-align: right; }
.entry h2 { max-width: 19ch; }
.entry h2::after { content: ""; display: block; width: min(8.5rem, 45%); height: .35rem; margin-top: .7rem; background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='150' height='8' viewBox='0 0 150 8'%3E%3Cpath d='M2 5 C38 1 99 8 148 3' fill='none' stroke='%239a4b32' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E") center/100% 100% no-repeat; }
.entry__intro { max-width: 42rem; margin: 1.4rem 0 0; color: var(--ink-soft); }
.loretta-note { margin-top: 2rem; display: grid; grid-template-columns: 11.875rem 1fr; gap: 2rem; align-items: center; }
.loretta-note img { width: 11.875rem; height: 15rem; object-fit: cover; }
.loretta-note blockquote { margin: 0; font: 600 1.45rem/1.42 "Newsreader", serif; }
.signature { margin: .9rem 0 0; color: var(--pencil); font: italic 600 1.25rem/1 "Newsreader", serif; }
.contents-list { margin: 1.8rem 0 0; padding: 0; list-style: none; columns: 2; column-gap: 3rem; }
.contents-list li { break-inside: avoid; padding: .62rem 0 .62rem 1.25rem; border-bottom: 1px solid var(--rule); position: relative; }
.contents-list li::before { content: ""; position: absolute; left: 0; top: 1.18rem; width: .42rem; height: .42rem; border: 1px solid var(--chestnut); transform: rotate(45deg); }
.product { margin-top: 2rem; border: 1px solid var(--chestnut); background: var(--paper); display: grid; grid-template-columns: minmax(15rem, .92fr) 1.08fr; }
.product__image { min-height: 32rem; border-right: 1px solid var(--chestnut); }
.product__image img { width: 100%; height: 100%; object-fit: cover; }
.product__body { padding: clamp(1.5rem, 4vw, 3.4rem); }
.product__body h3 { font-size: clamp(2rem, 4vw, 2.8rem); }
.price { margin: 1rem 0; color: var(--chestnut); font: 600 clamp(4rem, 8vw, 6.5rem)/.85 "Newsreader", serif; letter-spacing: -.06em; }
.format-note { padding-block: .8rem; border-block: 1px solid var(--rule); font-weight: 600; }
.plain-list { padding-left: 1.15rem; }
.plain-list li + li { margin-top: .55rem; }
.button { display: inline-flex; min-height: 3.35rem; align-items: center; justify-content: center; padding: .8rem 1.2rem; border: 1px solid var(--chestnut-dark); border-radius: 0; background: var(--chestnut-dark); color: var(--white); font-weight: 600; text-decoration: none; cursor: pointer; }
.button:hover { background: var(--pencil); color: var(--white); }
.button--paper { background: var(--paper); color: var(--chestnut-dark); }
.button--full { width: 100%; }
.status { min-height: 1.6em; margin: .55rem 0 0; color: var(--danger); font-size: .94rem; }
.source-stack { margin-top: 2rem; border-top: 1px solid var(--rule); }
.source-disclosure { border-bottom: 1px solid var(--rule); }
.source-disclosure button { width: 100%; padding: 1rem 0; display: grid; grid-template-columns: 6rem 1fr auto; gap: 1rem; align-items: center; border: 0; background: transparent; color: var(--ink); text-align: left; cursor: pointer; }
.source-disclosure button::after { content: "+"; color: var(--chestnut); font-size: 1.5rem; }
.source-disclosure button[aria-expanded="true"]::after { content: "−"; }
.source-label { color: var(--chestnut); font-size: .77rem; font-weight: 600; letter-spacing: .14em; }
.source-panel { display: grid; grid-template-rows: 0fr; transition: grid-template-rows 160ms ease; }
.source-panel > div { overflow: hidden; }
.source-panel p { margin: 0; padding: 0 0 1.25rem 7rem; color: var(--ink-soft); font-size: 1rem; }
.source-disclosure button[aria-expanded="true"] + .source-panel { grid-template-rows: 1fr; }
.page-spread { margin-top: 2rem; display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
.page-spread figure { margin: 0; transform: rotate(-.4deg); }
.page-spread figure:nth-child(2) { transform: rotate(.45deg); }
.page-spread img { border: 1px solid var(--rule); box-shadow: 0 .65rem 1.6rem rgba(66, 44, 28, .12); }
.page-spread figcaption { margin-top: .55rem; font-size: .86rem; color: var(--ink-soft); }
.screen-door { padding: clamp(2rem, 5vw, 4rem); border: 1px solid var(--chestnut); background-image: linear-gradient(var(--screen) 1px, transparent 1px), linear-gradient(90deg, var(--screen) 1px, transparent 1px); background-size: 12px 12px; }
.screen-door__inner { max-width: 42rem; margin-inline: auto; padding: clamp(1.6rem, 4vw, 3rem); background: rgba(245, 239, 223, .94); }
.screen-door p { margin-bottom: 0; }
.faq details { border-bottom: 1px solid var(--rule); }
.faq summary { padding: 1.05rem 0; cursor: pointer; font-weight: 600; }
.faq details p { margin: 0; padding: 0 0 1.25rem; color: var(--ink-soft); }
.magnet-box { display: grid; grid-template-columns: 13rem 1fr; gap: clamp(2rem, 6vw, 5rem); align-items: center; }
.magnet-box img { transform: rotate(-1.2deg); box-shadow: 0 .7rem 1.4rem rgba(55, 36, 24, .13); }
.form-row { display: grid; grid-template-columns: 1fr auto; margin-top: 1.3rem; }
.form-row input { min-width: 0; min-height: 3.35rem; padding: .75rem; border: 1px solid var(--chestnut); border-right: 0; border-radius: 0; background: var(--white); color: var(--ink); }
.text-dots { display: none; min-width: 2.8rem; letter-spacing: .18em; }
[data-submit-state="sending"] .button-label { display: none; }
[data-submit-state="sending"] .text-dots { display: inline-block; }
[data-submit-state="sending"] .text-dots span { animation: dot-pulse 720ms ease-in-out infinite alternate; }
[data-submit-state="sending"] .text-dots span:nth-child(2) { animation-delay: 120ms; }
[data-submit-state="sending"] .text-dots span:nth-child(3) { animation-delay: 240ms; }
@keyframes dot-pulse { to { opacity: .28; } }
.legal { max-width: 48rem; padding-block: clamp(3.5rem, 8vw, 7rem); }
.legal h1 { max-width: 18ch; }
.legal h2 { margin-top: 2.3rem; font-size: 1.65rem; }
.site-footer { border-top: 1px solid var(--rule); background: var(--paper-deep); }
.site-footer__inner { padding-block: 2.2rem; display: flex; justify-content: space-between; gap: 2rem; }
.footer-links { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: .6rem 1.1rem; font-size: .92rem; }
html[data-cvx-style="paper"] { --cvx-radius: 0px; --cvx-shadow: none; --cvx-surface: var(--paper); --cvx-ink: var(--ink); --cvx-muted: var(--ink-soft); --cvx-accent: var(--chestnut); --cvx-border: var(--rule); }
html[data-cvx-style="paper"] .cvx-toast { border: 0; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); border-radius: 0; box-shadow: none; background: var(--paper); }
html[data-cvx-style="paper"] .cvx-toast::before { content: "SOURCE"; display: block; margin-bottom: .35rem; color: var(--chestnut); font-size: .68rem; font-weight: 600; letter-spacing: .14em; }
html[data-cvx-style="paper"] .cvx-toast .cvx-ic { display: none; }
@media (max-width: 52rem) {
  .hero { grid-template-columns: 1fr; }
  .portrait { margin: 0; }
  .entry > .margin-tab { position: static; display: block; width: auto; margin-bottom: .6rem; text-align: left; }
  .notebook::before { left: .55rem; }
  .product { grid-template-columns: 1fr; }
  .product__image { min-height: 22rem; border-right: 0; border-bottom: 1px solid var(--chestnut); }
  .loretta-note, .magnet-box { grid-template-columns: 1fr; }
  .contents-list { columns: 1; }
}
@media (max-width: 36rem) {
  html body .cvx-bar .cvx-off { white-space: normal; }
  body { min-width: 0; font-size: 1.0625rem; }
  .page-spread { grid-template-columns: 1fr; }
  .form-row { grid-template-columns: 1fr; }
  .form-row input { border-right: 1px solid var(--chestnut); border-bottom: 0; }
  .source-disclosure button { grid-template-columns: 5rem 1fr auto; gap: .55rem; }
  .source-panel p { padding-left: 0; }
  .site-footer__inner { flex-direction: column; }
  .footer-links { justify-content: flex-start; }
}

/* SD8 product display: ruled housebook shelf with inert library wiring. */
.mountain-option-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: clamp(1.25rem, 4vw, 3rem); align-items: stretch; padding-top: 1.5rem; }
.mountain-option.product { position: relative; display: flex; min-width: 0; flex-direction: column; gap: 1rem; padding: clamp(1.2rem, 3vw, 2rem); border: 1px solid var(--chestnut); background: var(--paper); }
.mountain-option > * { margin: 0; }
.mountain-option-cover { width: min(100%, 15rem); aspect-ratio: 3 / 4; margin-inline: auto; border: 1px solid var(--rule); object-fit: contain; box-shadow: .55rem .65rem 0 var(--paper-deep); }
.mountain-option h3 { font: 600 clamp(1.7rem, 3vw, 2.35rem)/1.1 "Newsreader", serif; }
.mountain-option-price { color: var(--chestnut); font: 600 clamp(3.8rem, 7vw, 5rem)/.9 "Newsreader", serif; font-variant-numeric: tabular-nums; text-align: center; }
.mountain-option .mountain-option-cta { order: 99; width: 100%; margin-top: auto; }
.mountain-option--bundle { padding-top: clamp(2.8rem, 5vw, 3.6rem); overflow: visible; }
.mountain-best-value { position: absolute; z-index: 4; top: -1rem; left: 50%; padding: .45rem .85rem; border: 1px solid var(--chestnut); border-bottom: 3px solid var(--pencil); background: var(--paper); color: var(--chestnut); font-weight: 700; letter-spacing: .12em; text-transform: uppercase; transform: translateX(-50%) rotate(-1deg); white-space: nowrap; }
.mountain-bundle-price { display: flex; min-height: 5rem; align-items: center; justify-content: center; gap: .75rem; flex-wrap: wrap; font-family: "Newsreader", serif; font-variant-numeric: tabular-nums; }
.mountain-bundle-price s { color: var(--ink-soft); font-size: clamp(2rem, 4vw, 2.7rem); font-weight: 600; text-decoration-color: var(--chestnut); text-decoration-thickness: .12em; }
.mountain-bundle-price strong { color: var(--chestnut); font-size: clamp(3.8rem, 7vw, 5rem); line-height: .9; }
.mountain-bundle-price span { width: 100%; color: var(--chestnut); font-family: "Karla", sans-serif; font-weight: 700; text-align: center; }
.mountain-option-cta--disabled[aria-disabled="true"] { border-color: var(--chestnut); background: transparent; color: var(--chestnut); cursor: not-allowed; pointer-events: none; }
@media (max-width: 52rem) { .mountain-option-grid { grid-template-columns: minmax(0, 1fr); gap: 2.5rem; } .mountain-option-cover { width: min(72%, 15rem); } }
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; animation-duration: .01ms !important; animation-iteration-count: 1 !important; transition-duration: .01ms !important; }
}

/* Owner redesign pass · 2026-08-13 · Appalachian editorial housebook */
body { background: var(--paper); }
body::before { display: none; }
.site-header { background: rgba(246,241,231,.96); border-bottom-color: var(--rule); }
.wordmark { color: var(--ink); font-size: clamp(1.35rem, 2.4vw, 2rem); }
.header-link { color: var(--chestnut-dark); }
.hero {
  display: grid;
  grid-template-columns: minmax(0, .9fr) minmax(26rem, 1.1fr);
  align-items: stretch;
  gap: 0;
  padding-block: clamp(2.5rem, 5vw, 4.5rem);
}
.hero__copy { display: flex; flex-direction: column; justify-content: center; padding: clamp(2rem, 4vw, 3rem); background: var(--paper-deep); }
.hero__cta { align-self: flex-start; margin-top: 1.35rem; }
.hero h1 { max-width: 12ch; font-size: clamp(3rem, 4.8vw, 4rem); color: var(--ink); }
.verdict { color: var(--chestnut); }
.hero__photo {
  min-height: 34rem;
  background-image: url("assets/loretta-housebook-v3.png");
  background-position: center 22%;
  background-size: cover;
}
.notebook { max-width: 70rem; padding-block: clamp(3rem, 5vw, 5rem); }
.notebook::before { display: none; }
.entry { margin-bottom: clamp(3rem, 5vw, 4.5rem); }
.entry > .margin-tab { position: static; display: inline-flex; width: auto; margin-bottom: .65rem; padding-bottom: .25rem; border-bottom: 2px solid var(--pencil); text-align: left; }
.entry h2 { max-width: 22ch; font-size: clamp(2.15rem, 4vw, 3.55rem); }
.entry h2::after { width: 5.5rem; height: 2px; background: var(--pencil); }
.loretta-note { grid-template-columns: minmax(13rem, .72fr) minmax(0, 1.28fr); gap: clamp(2rem, 5vw, 4rem); padding: 1.25rem; background: var(--paper-deep); }
.loretta-note img { width: 100%; height: auto; aspect-ratio: 4 / 3; object-fit: cover; object-position: center; }
.contents-list { column-gap: 2rem; }
.contents-list li { border-bottom-color: var(--rule); }
.product { grid-template-columns: minmax(18rem, .95fr) minmax(0, 1.05fr); border-color: var(--rule); background: var(--white); }
.product__image { min-height: 0; border-right-color: var(--rule); }
.product__image img { width: 100%; height: 100%; aspect-ratio: 4 / 3; object-fit: cover; }
.product__body { padding: clamp(1.5rem, 4vw, 3rem); }
.button { background: var(--pencil); color: #17271f; border-color: var(--pencil); }
.button:hover, .button:focus-visible { background: var(--ink); border-color: var(--ink); color: var(--white); }
.source-stack { border-top-color: var(--rule); }
.page-spread { gap: clamp(1rem, 3vw, 2rem); }
.screen-door { border-color: var(--rule); background-color: var(--ink); background-image: linear-gradient(135deg, rgba(214,154,31,.13) 25%, transparent 25%), linear-gradient(225deg, rgba(214,154,31,.13) 25%, transparent 25%); background-size: 3rem 3rem; }
.screen-door__inner { background: var(--paper); }
.magnet-box { padding: clamp(1.5rem, 4vw, 3rem); background: var(--paper-deep); }
.site-footer { background: var(--ink); color: var(--paper); border-top: 0; }
.site-footer a { color: var(--paper); }
html[data-cvx-style="paper"] { --cvx-surface: var(--paper); --cvx-accent: var(--pencil); }
@media (max-width: 52rem) {
  .hero { grid-template-columns: minmax(0, 1fr); }
  .hero__photo { min-height: 27rem; order: -1; }
  .hero__copy { padding: 2rem; }
  .loretta-note, .product { grid-template-columns: minmax(0, 1fr); }
  .product__image { border-right: 0; border-bottom: 1px solid var(--rule); }
}
@media (max-width: 36rem) {
  .hero { width: 100%; padding: 0; }
  .hero__photo { min-height: 21rem; }
  .hero h1 { font-size: clamp(2.7rem, 14vw, 4rem); }
  .notebook { padding-inline: 1rem; }
  .entry { margin-bottom: 3rem; }
  .loretta-note, .magnet-box { padding: 1rem; }
}
