/* The author opening and home-page editorial compositions. */
.page-home .site-header { background: #093e50; color: #fff; border-color: #ffffff29; }
.author-opening { background: #093e50; color: #e8f5f4; overflow: hidden; position: relative; padding-bottom: 65px; }
.opening-inner { position: relative; min-height: 665px; padding-block: 55px 90px; }
.opening-intro { position: relative; z-index: 2; width: 65%; pointer-events: none; }
.opening-intro a { pointer-events: auto; }
.opening-intro .eyebrow { color: #b1d5d8; font-size: .75rem; margin-bottom: 24px; }
.opening-intro h1 { font-size: clamp(6rem, 10.5vw, 10rem); font-weight: 400; line-height: .93; letter-spacing: -.065em; margin: 0 0 35px -7px; }
.opening-intro h1 > span { display: block; padding-left: .6em; color: #8cdddd; }
.name-period { color: #edf7f5; }
.opening-statement { padding-left: 5px; }
.opening-statement p { font-size: clamp(1.2rem, 1.8vw, 1.7rem); line-height: 1.4; letter-spacing: -.015em; margin-bottom: 25px; }
.opening-portrait { position: absolute; margin: 0; bottom: 0; right: -10px; width: 49%; max-width: 630px; }
.opening-portrait img { width: 100%; height: auto; mask-image: linear-gradient(to bottom, #000 88%, transparent 100%); }
.opening-author-link { position: absolute; bottom: 25px; right: 0; z-index: 3; display: flex; align-items: center; gap: 25px; font-size: .875rem; padding: 10px 14px; background: #093e50; border-radius: 999px; border: 1px solid #b1d5d8; }
.opening-author-link:hover { color: var(--accent); }
.opening-baseline { border-top: 1px solid #ffffff35; display: flex; justify-content: space-between; gap: 20px; padding-block: 18px 22px; color: #b1d5d8; font-size: 1rem; letter-spacing: .01em; }
.opening-baseline a { letter-spacing: 0; }
.opening-baseline a span { margin-left: 20px; }
.spotlight { display: grid; grid-template-columns: 1fr 1.5fr; gap: 8%; align-items: center; margin-block: 80px 0; padding: 65px clamp(28px,5vw,80px); background: radial-gradient(ellipse 45% 45% at 50% 48%, #dfedf2 0%, #eaf2f4 45%, transparent 100%); border-bottom: 1px solid #d3dfe1; border-radius: 0; }
.spotlight-art { display: flex; justify-content: center; }
.spotlight-art img { width: 100%; max-width: 310px; border-radius: 6px; transform: none; filter: drop-shadow(12px 18px 12px #12383b26); }
.spotlight-copy { padding-block: 15px; }
.spotlight-copy .eyebrow { color: var(--teal); font-size: .95rem; letter-spacing: .06em; }
.spotlight-copy h2 { font-size: clamp(2.5rem, 4.2vw, 4.2rem); max-width: 16ch; hyphens: none; overflow-wrap: normal; text-wrap: balance; }
.spotlight-copy > p:not(.eyebrow) { max-width: 54ch; color: #375659; font-size: 1.05rem; line-height: 1.8; }
.spotlight-copy .spotlight-subtitle { color: var(--ink); font-family: var(--serif); font-size: 1.3rem; }
.spotlight-copy .button-row { margin-top: 30px; }
.home-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 35px; }
.home-grid .cover-stage { height: 340px; }
.author-essay { background: linear-gradient(180deg, var(--paper), #dfedf1 18%, #dfedf1 82%, var(--paper)); padding-block: 130px; }
.essay-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 9%; align-items: start; max-width: 1080px; }
.essay-main .eyebrow { color: var(--teal); }
.essay-main h2 { font-size: clamp(2.7rem, 4.4vw, 4.4rem); }
.essay-text { max-width: 45ch; color: #3d6065; font-size: 1rem; margin-top: 30px; }
.essay-quote { margin: 75px 0 0; padding-left: 30px; border-left: 1px solid #91b8bc; font: italic clamp(1.5rem, 2.4vw, 2.25rem)/1.4 var(--serif); color: #14616a; }
.essay-quote > span { display: block; font-size: 6rem; line-height: .5; margin-bottom: 40px; }
.essay-quote cite { display: block; font: 400 .75rem/1.7 var(--sans); margin-top: 30px; color: var(--muted); }
.journal-links { border-top: 1px solid var(--line); }
.journal-links > a { display: grid; grid-template-columns: 1fr 1.6fr 1.4fr; gap: 30px; align-items: center; padding: 32px 0; border-bottom: 1px solid var(--line); transition: padding .2s ease; }
.journal-links > a:hover { padding-inline: 15px; color: var(--teal); }
.journal-kind { font-size: .75rem; color: var(--teal); letter-spacing: .04em; }
.journal-links h3 { font-family: var(--serif); font-size: 1.8rem; margin: 0; }
.journal-description { font-size: .875rem; color: var(--muted); }
@media (min-width: 1600px) {
    .opening-inner { min-height: 715px; padding-top: 70px; }
    .opening-intro h1 { font-size: 11.5rem; }
    .opening-portrait { width: 47%; }
}
@media (max-width: 1100px) {
    .opening-inner { min-height: 595px; padding-top: 55px; }
    .opening-intro h1 { font-size: 10.9vw; }
    .opening-portrait { width: 52%; right: -20px; }
    .spotlight { grid-template-columns: 1fr 1.4fr; gap: 7%; padding: 45px 35px; }
    .home-grid { gap: 25px; }
    .home-grid .cover-stage { height: 285px; }
    .essay-grid { gap: 8%; }
    .journal-links > a { grid-template-columns: 1fr 1.5fr; }
    .journal-description { display: none; }
}
@media (max-width: 760px) {
    .opening-inner { min-height: 720px; padding-block: 35px 0; }
    .opening-intro { width: 100%; }
    .opening-intro .eyebrow { font-size: .65rem; margin-bottom: 25px; }
    .opening-intro h1 { font-size: clamp(5rem, 15.5vw, 7.5rem); letter-spacing: -.06em; margin-left: -3px; margin-bottom: 25px; }
    .opening-intro h1 > span { padding-left: .28em; }
    .opening-statement p { font-size: 1.25rem; margin-bottom: 24px; }
    .opening-portrait { width: 70%; max-width: 360px; right: -20px; bottom: 45px; }
    .opening-author-link { bottom: 15px; right: 0; font-size: .8rem; }
    .opening-baseline { font-size: .9rem; align-items: center; }
    .opening-baseline > span { max-width: 22ch; }
    .spotlight { grid-template-columns: 1fr; gap: 38px; padding: 35px 24px; margin-top: 40px; border-radius: 0; }
    .spotlight-art img { max-width: 215px; }
    .spotlight-copy { padding: 0; }
    .spotlight-copy h2 { font-size: 2.6rem; max-width: none; }
    .spotlight-copy .eyebrow { font-size: .8rem; }
    .spotlight-copy > p:not(.eyebrow) { font-size: 1rem; }
    .home-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 38px 22px; }
    .home-grid .cover-stage { height: 250px; }
    .author-essay { padding-block: 55px; }
    .essay-grid { grid-template-columns: 1fr; gap: 20px; }
    .essay-main h2 { font-size: 3rem; }
    .essay-quote { margin: 25px 0 0; font-size: 1.65rem; }
    .essay-quote > span { margin-top: 20px; }
    .journal-links > a { grid-template-columns: 1fr; gap: 12px; padding-block: 25px; }
    .journal-kind { grid-column: 1; font-size: .7rem; }
    .journal-links h3 { grid-column: 1; font-size: 1.75rem; }
}
@media (max-width: 420px) {
    .opening-inner { min-height: 710px; }
    .opening-intro h1 { font-size: 15.5vw; }
    .opening-portrait { width: 86%; }
    .home-grid .cover-stage { height: 205px; }
    .opening-statement .button { min-height: 48px; padding: 13px 17px; }
}

.author-opening::after { content: ""; position: absolute; bottom: -1px; left: 0; right: 0; height: 66px; background: var(--paper); clip-path: polygon(0 100%, 100% 8%, 100% 100%); pointer-events: none; }

.all-books-invitation { display: flex; justify-content: center; margin-top: 50px; }
.all-books-invitation .button { min-width: 240px; justify-content: center; background: transparent; color: var(--ink); border-color: var(--ink); }
.all-books-invitation .button:hover { background: #132e330a; color: var(--ink); border-color: var(--ink); }
.essay-voice { padding-top: 24px; }
.essay-portrait { border: 2px solid #d3d3d3; width: 150px; height: 150px; border-radius: 50%; object-fit: cover; object-position: 50% 30%; margin: 0 0 35px 30px; }
.essay-voice .essay-quote { margin-top: 20px; }
@media (max-width: 760px) {
    .all-books-invitation { margin-top: 35px; }
    .essay-portrait { width: 124px; height: 124px; margin-bottom: 25px; }
}
