:root {
  --paper: #f4eedc;
  --forest: #203e37;
  --claret: #633237;
  --mist: #bed3d5;
  --butter: #e0cf9c;
  --brass: #cbb179;
  --ink: #263c35;
  --rule: #a39878;
  --en: 'Lora', Georgia, serif;
  --jp: 'Shippori Mincho', 'Yu Mincho', serif;
  --sans: 'Noto Sans JP', 'Hiragino Kaku Gothic ProN', sans-serif;
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 96px; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: var(--sans); font-size: 1rem; line-height: 1.95; -webkit-font-smoothing: antialiased; }
h1,h2,h3,p,figure { margin: 0; }
h1,h2,h3 { font-weight: 500; }
button { font: inherit; color: inherit; cursor: pointer; }
a { color: inherit; text-decoration: none; }
a,button,summary { -webkit-tap-highlight-color: transparent; }
img,svg,video { max-width: 100%; display: block; }
img { height: auto; }
button,a,summary { touch-action: manipulation; }
a:focus-visible,button:focus-visible,summary:focus-visible,[tabindex]:focus-visible { outline: 3px solid currentColor; outline-offset: 6px; }
::selection { color: var(--paper); background: var(--claret); }
[hidden] { display: none !important; }
.sr-only { position: absolute; width: 1px; height: 1px; overflow: hidden; clip: rect(0,0,0,0); white-space: nowrap; margin: -1px; padding: 0; border: 0; }
.skip { position: fixed; left: 1rem; top: 1rem; z-index: 99; transform: translateY(-160%); background: var(--paper); color: var(--forest); padding: .75rem 1.5rem; border: 1px solid; }
.skip:focus { transform: none; }
.site-header { min-height: 76px; display: flex; align-items: center; gap: 24px; padding: 10px 5%; background: var(--paper); position: relative; z-index: 20; border-bottom: 1px solid var(--rule); }
.brand-home { flex-shrink: 0; }
.brand-mark { width: 78px; height: 50px; }
.desktop-nav { margin-left: auto; display: flex; align-items: center; gap: 28px; font-family: var(--jp); font-weight: 600; font-size: .875rem; }
.desktop-nav a { border-bottom: 1px solid transparent; padding: 5px 0; }
.desktop-nav a:hover { border-color: currentColor; }
.desktop-nav .book-nav { padding: 5px 0; border: 0; border-bottom: 1px solid transparent; display: flex; align-items: center; gap: 18px; font-family: var(--en); font-size: .8125rem; letter-spacing: .065em; }
.book-nav:hover { border-bottom-color: currentColor; }
.book-nav span { font-family: var(--sans); font-size: 1.125rem; }
.menu-toggle { display: none; padding: 8px 0; background: none; border: 0; font-family: var(--en); font-size: .875rem; letter-spacing: .04em; }
.mobile-nav { position: absolute; left: 0; right: 0; top: 100%; padding: 16px 6% 28px; background: var(--paper); border-bottom: 1px solid var(--forest); box-shadow: 0 12px 14px #203e3710; }
.mobile-nav a { display: flex; justify-content: space-between; padding: 15px 0; font-family: var(--jp); font-size: 1rem; font-weight: 600; border-bottom: 1px solid #a3987870; }

.section-space { padding: 72px 6.5%; }
.content-width { width: 100%; max-width: 1120px; margin: auto; }
.eyebrow { font-family: var(--en); font-size: .8125rem; font-weight: 500; letter-spacing: .09em; line-height: 1.6; }
h2 { font-family: var(--jp); font-size: clamp(1.8rem,3.1vw,2.6875rem); line-height: 1.7; letter-spacing: .03em; }
.anniversary-section { background: var(--mist); padding-top: 38px; padding-bottom: 36px; }
.letter-heading { display: flex; gap: 24px; align-items: center; justify-content: space-between; border-bottom: 1px solid #203e3761; padding-bottom: 20px; margin-bottom: 22px; }
.letter-heading>span { font-family: var(--en); font-size: .8125rem; letter-spacing: .04em; white-space: nowrap; }
.anniversary-section h2 { margin-bottom: 25px; }
.letter-intro { display: grid; grid-template-columns: 1.6fr 1fr; gap: 7%; align-items: start; }
.letter-intro p { line-height: 2.05; font-size: 1rem; }
.letter-intro p+p { margin-top: 21px; }
.story-film { padding: 10px 10px 0; background: var(--paper); border: 1px solid #9eaa9c; margin-top: 7px; }
.story-film video { width: 100%; aspect-ratio: 16/9; object-fit: cover; background: var(--forest); }
.story-film figcaption { padding: 11px 4px 13px; display: flex; gap: 10px; justify-content: space-between; align-items: baseline; font-family: var(--en); font-size: 1.125rem; font-style: italic; line-height: 1.6; }
.story-film figcaption span { font-family: var(--sans); font-size: .75rem; font-style: normal; }
details>summary { list-style: none; display: flex; align-items: center; justify-content: space-between; gap: 20px; cursor: pointer; min-height: 50px; font-size: .875rem; }
details>summary::-webkit-details-marker { display: none; }
.detail-plus { font-family: var(--sans); font-size: 1.25rem; font-weight: 400; line-height: 1; transition: transform .25s; flex-shrink: 0; }
details[open]>summary>.detail-plus { transform: rotate(45deg); }
.letter-details { margin-top: 28px; border-top: 1px solid #203e3761; border-bottom: 1px solid #203e3761; }
.letter-details>summary { padding: 8px 0; font-family: var(--jp); font-size: 1rem; font-weight: 600; }
.letter-details[open]>summary { border-bottom: 1px solid #203e3730; }
.read-open,.letter-details[open] .read-closed { display: none; }
.letter-details[open] .read-open { display: inline; }
.full-letter { max-width: 710px; margin: auto; padding: 38px 0 36px; }
.full-letter>p { line-height: 2.1; font-size: 1rem; margin-bottom: 24px; }
.full-letter blockquote { margin: 34px 0; padding: 20px 0; border-block: 1px solid #203e3773; font-family: var(--jp); font-size: 1.5rem; line-height: 1.8; }
.letter-credo { padding: 12px 0 34px; }
.letter-credo>p { font-family: var(--en); font-style: italic; font-size: 2.5rem; line-height: 1.3; }
.letter-credo>span { display: block; font-family: var(--jp); font-size: .9375rem; margin-top: 9px; }
.full-letter .letter-signature { font-family: var(--jp); text-align: right; font-size: .9375rem; margin: 25px 0 0; }
.business-section { padding-top: 44px; padding-bottom: 34px; }
.chapter-heading { display: grid; grid-template-columns: 1fr 3fr; gap: 4%; align-items: baseline; }
.chapter-heading p:not(.eyebrow) { font-size: 1rem; margin-top: 18px; max-width: 670px; }
.services-menu { margin-top: 44px; display: grid; grid-template-columns: 1fr 1fr; border-top: 1px solid var(--rule); border-bottom: 1px solid var(--rule); }
.service { padding: 30px 7% 34px 0; }
.service:nth-child(2n) { padding-left: 9%; padding-right: 0; border-left: 1px solid var(--rule); }
.service:nth-child(-n+2) { border-bottom: 1px solid var(--rule); }
.service-title { font-family: var(--en); font-size: clamp(1.6rem,2.65vw,2.4rem); line-height: 1.3; display: flex; gap: 20px; justify-content: space-between; align-items: center; color: var(--claret); letter-spacing: -.025em; }
.service-title small { font-size: .75rem; letter-spacing: .06em; }
.service h3 { font-family: var(--jp); font-size: 1.0625rem; font-weight: 600; margin: 15px 0 10px; }
.service-copy { font-size: 1rem; line-height: 2; }
.business-note { font-size: .875rem; text-align: right; margin-top: 25px; }
.activities-section { background: var(--forest); color: var(--paper); padding-top: 44px; padding-bottom: 38px; }
.activity-heading { display: flex; align-items: baseline; justify-content: space-between; gap: 30px; }
.activity-heading h2 { font-size: clamp(1.7rem,2.7vw,2.3125rem); }
.activities-section .eyebrow { color: var(--brass); }
.publishing-feature { display: grid; grid-template-columns: .95fr 1.05fr; gap: 8%; align-items: center; padding: 55px 0 68px; }
.activity-label { font-size: .875rem; letter-spacing: .04em; }
.publishing-copy h3 { font-family: var(--en); font-size: clamp(2.4rem,4.1vw,3.75rem); line-height: 1.15; font-weight: 500; letter-spacing: -.025em; margin: 24px 0 25px; color: var(--brass); }
.publishing-copy h3 em { font-weight: 400; }
.publishing-copy>p:last-of-type { font-size: 1rem; line-height: 2.1; }
.publishing-links { display: flex; flex-direction: column; align-items: flex-start; margin-top: 23px; gap: 18px; }
.line-link { display: inline-flex; align-items: center; justify-content: space-between; gap: 32px; padding: 8px 0; font-family: var(--jp); font-size: 1rem; font-weight: 600; line-height: 1.7; border-bottom: 1px solid currentColor; }
.line-link>span { font-family: var(--sans); font-size: 1.25rem; font-weight: 400; transition: transform .2s; flex-shrink: 0; }
.line-link:hover>span { transform: translate(3px,-3px); }
.publishing-links>a:last-child { font-size: .875rem; }
.publishing-links>a:last-child:hover { text-decoration: underline; text-underline-offset: 6px; }
.publishing-window { min-height: 355px; position: relative; padding: 25px 35px; background: var(--mist); border: 1px solid var(--brass); }
.book-photo { width: 76%; padding: 7px; background: var(--paper); border: 1px solid #b8b89b; box-shadow: 2px 4px 8px #16302725; }
.book-photo img { width: 100%; aspect-ratio: 4/3; object-fit: cover; }
.book-photo-one { position: relative; z-index: 1; transform: rotate(-4deg); }
.book-photo-two { position: relative; z-index: 2; margin: -21% -2% 0 auto; transform: rotate(5deg); }
.publisher-seal { position: absolute; left: 23px; bottom: 22px; padding: 11px; background: var(--paper); z-index: 3; border: 1px solid var(--forest); }
.publisher-mark { width: 77px; }
.pen-folio { display: grid; grid-template-columns: 35% 65%; background: var(--paper); color: var(--forest); border: 1px solid var(--brass); position: relative; }
.pen-folio:before { content: ''; position: absolute; top: 8px; left: 8px; right: 8px; bottom: 8px; border: 1px solid #63323724; pointer-events: none; }
.pen-title { padding: 40px 30px 42px; background: var(--claret); color: var(--paper); border-right: 1px solid var(--brass); }
.pen-title h3 { font-family: var(--en); font-size: clamp(1.875rem,2.85vw,2.75rem); line-height: 1.25; margin: 35px 0 25px; letter-spacing: -.02em; }
.pen-title h3 em { font-weight: 400; }
.pen-title>p:last-child { font-family: var(--jp); font-size: 1rem; line-height: 2; }
.pen-body { padding: 37px 40px 36px; }
.pen-body>p { font-size: 1rem; line-height: 2.05; }
.pen-details,.author-details { border-block: 1px solid #a3987880; margin: 20px 0; }
.pen-details>summary,.author-details>summary { padding: 8px 0; font-family: var(--jp); font-size: .9375rem; font-weight: 600; }
.pen-details>div,.author-details>div { padding: 12px 0 23px; }
.pen-details>div>p,.author-details>div>p { font-size: 1rem; line-height: 2.05; }
.pen-details>div>p+p,.author-details>div>p+p { margin-top: 20px; }
.pen-body .fineprint { font-size: .8125rem; line-height: 1.95; margin: 20px 0 15px; }
.pen-body .line-link { font-size: .9375rem; gap: 18px; }
.journal-section { padding-top: 44px; padding-bottom: 28px; }
.journal-heading { display: grid; grid-template-columns: 45% 55%; gap: 0; }
.journal-heading h2 { margin-top: 25px; }
.author-note { padding: 0 0 0 35px; }
.author-note>p { font-size: 1rem; line-height: 2.05; }
.author-details { margin: 18px 0; }
.journal-label { display: flex; align-items: center; gap: 25px; border-top: 1px solid var(--rule); padding-top: 25px; margin-top: 47px; }
.journal-label>span { font-family: var(--en); font-size: 1.75rem; font-style: italic; }
.journal-label>p { font-size: .8125rem; }
.rail-controls { margin-left: auto; display: flex; gap: 10px; }
.rail-controls button { height: 42px; width: 42px; display: grid; place-items: center; border: 1px solid var(--rule); background: none; font-size: 1.125rem; line-height: 1; }
.rail-controls button:hover { background: var(--forest); color: var(--paper); }
.journal-rail { display: grid; grid-auto-flow: column; grid-auto-columns: calc((100% - 60px)/4); gap: 20px; overflow-x: auto; scroll-snap-type: x mandatory; margin-top: 25px; padding-bottom: 23px; scrollbar-color: var(--forest) transparent; scrollbar-width: thin; }
.journal-card { scroll-snap-align: start; }
.journal-image { padding: 6px; border: 1px solid #a3987870; background: #fffaf0; aspect-ratio: 4/3; overflow: hidden; }
.journal-image img { width: 100%; height: 100%; object-fit: cover; transition: opacity .25s; }
.journal-card:hover .journal-image img { opacity: .8; }
.journal-card .meta { display: block; font-family: var(--en); font-size: .75rem; letter-spacing: .045em; margin: 13px 0 9px; }
.journal-card h3 { font-family: var(--jp); font-size: 1rem; font-weight: 600; line-height: 1.8; }
.company-section { background: var(--butter); padding-top: 37px; padding-bottom: 70px; }
.company-layout { display: grid; grid-template-columns: 33% 67%; gap: 0; }
.company-label h2 { margin-top: 23px; }
.company-mark { width: 172px; margin: 35px 0 28px; }
.company-email { display: inline-flex; align-items: center; justify-content: space-between; gap: 15px; border-bottom: 1px solid currentColor; font-family: var(--en); font-size: 1rem; padding-bottom: 7px; }
.company-table { padding-left: 35px; }
.company-table table { border-collapse: collapse; width: 100%; }
.company-table th,.company-table td { vertical-align: top; text-align: left; padding: 17px 0; border-bottom: 1px solid #203e3745; line-height: 1.95; }
.company-table th { width: 23%; font-weight: 500; font-family: var(--jp); font-size: .875rem; padding-right: 20px; white-space: nowrap; }
.company-table td { font-size: 1rem; }
.company-table tr:first-child>* { border-top: 1px solid #203e3780; }
.site-footer { position: relative; background: var(--forest); color: var(--paper); padding: 38px 6.5% 24px; }
.footer-main,.footer-bottom { display: flex; justify-content: space-between; align-items: center; gap: 25px; max-width: 1120px; margin: auto; }
.footer-mark { width: 220px; background: var(--paper); padding: 12px 15px; border: 1px solid var(--brass); }
.footer-links { display: flex; gap: 15px 27px; flex-wrap: wrap; font-family: var(--en); font-size: .875rem; }
.footer-links a:last-child { font-family: var(--jp); }
.footer-links a:hover { text-decoration: underline; text-underline-offset: 6px; }
.footer-bottom { margin-top: 33px; padding-top: 22px; border-top: 1px solid #cbb17945; }
.footer-bottom>p { font-family: var(--en); font-size: .75rem; letter-spacing: .02em; }
.wave-toggle { font-size: .875rem; min-height: 44px; padding: 8px 0; border: 0; border-bottom: 1px solid var(--brass); background: none; color: var(--paper); line-height: 1.5; }

@media(max-width:1100px) {

  .desktop-nav { gap: 24px; }

  .letter-intro { grid-template-columns: 1.5fr 1fr; gap: 5%; }
  .story-film figcaption { flex-direction: column; gap: 0; }
  .chapter-heading { grid-template-columns: 1fr 4fr; }
  .publishing-feature { gap: 6%; }
  .publishing-window { padding: 27px 26px; min-height: 290px; }
  .publisher-seal { bottom: 14px; left: 16px; padding: 8px; }
  .publisher-mark { width: 59px; }
  .pen-folio { grid-template-columns: 33% 67%; }
  .pen-title { padding: 32px 25px; }
  .pen-body { padding: 31px 31px; }
  .pen-title h3 { font-size: 2rem; }
  .activity-heading { display: block; }
  .activity-heading h2 { margin-top: 18px; }
  .journal-rail { grid-auto-columns: calc((100% - 40px)/3); }
  .company-layout { grid-template-columns: 35% 65%; }
  .company-email { font-size: .9375rem; }
  .company-table { padding-left: 30px; }
}
@media(max-width:760px) {
  html { scroll-padding-top: 86px; }
  .site-header { min-height: 70px; padding: 8px 6%; }
  .brand-mark { width: 76px; height: 48px; }
  .desktop-nav { display: none; }
  .menu-toggle { margin-left: auto; display: flex; align-items: center; gap: 15px; min-height: 44px; }
  .menu-toggle>span { font-family: var(--sans); font-size: 1.25rem; }

  .wave-sep { height: 43px; }
  .section-space { padding: 40px 6%; }
  .eyebrow { font-size: .75rem; letter-spacing: .07em; }
  h2 { font-size: 1.875rem; line-height: 1.65; letter-spacing: .01em; }
  .anniversary-section { padding-top: 20px; padding-bottom: 24px; }
  .letter-heading { align-items: flex-start; gap: 15px; padding-bottom: 16px; margin-bottom: 20px; }
  .letter-heading .eyebrow { max-width: 195px; }
  .letter-heading>span { font-size: .75rem; }
  .anniversary-section h2 { font-size: clamp(1.4375rem,5.6vw,1.875rem); margin-bottom: 24px; }
  .letter-intro { grid-template-columns: 1fr; gap: 29px; }
  .letter-intro p { font-size: 1rem; line-height: 2.05; }
  .letter-intro p+p { margin-top: 21px; }
  .story-film { margin: 0; padding: 8px 8px 0; }
  .story-film figcaption { flex-direction: row; font-size: 1.0625rem; padding: 9px 3px 11px; }
  .story-film figcaption span { font-size: .75rem; }
  .letter-details { margin-top: 26px; }
  .letter-details>summary { font-size: .9375rem; padding-block: 10px; }
  .full-letter { padding: 26px 0 24px; }
  .full-letter>p { font-size: 1rem; line-height: 2.05; margin-bottom: 21px; }
  .full-letter blockquote { font-size: 1.3125rem; line-height: 1.9; margin: 28px 0; padding: 17px 0; }
  .letter-credo>p { font-size: 2.1875rem; }
  .chapter-heading { grid-template-columns: 1fr; gap: 17px; }
  .chapter-heading h2 { font-size: 1.8125rem; }
  .chapter-heading p:not(.eyebrow) { font-size: 1rem; margin-top: 20px; }
  .business-section { padding-top: 23px; padding-bottom: 25px; }
  .services-menu { grid-template-columns: 1fr; margin-top: 29px; }
  .service,.service:nth-child(2n) { padding: 24px 0 26px; border-left: 0; border-bottom: 1px solid var(--rule); }
  .service:last-child { border-bottom: 0; }
  .service-title { font-size: 2rem; line-height: 1.4; }
  .service-title small { font-size: .75rem; }
  .service h3 { margin-top: 11px; font-size: 1.0625rem; }
  .service-copy { font-size: 1rem; line-height: 2.05; }
  .business-note { margin-top: 20px; font-size: .875rem; text-align: left; }
  .activities-section { padding-top: 23px; padding-bottom: 24px; }
  .activity-heading h2 { font-size: 1.75rem; margin-top: 17px; }
  .publishing-feature { grid-template-columns: 1fr; padding: 29px 0 38px; gap: 32px; }
  .activity-label { font-size: .875rem; }
  .publishing-copy h3 { font-size: 2.875rem; margin: 19px 0 22px; }
  .publishing-copy>p:last-of-type { font-size: 1rem; }
  .publishing-copy>p br { display: none; }
  .publishing-links { gap: 16px; margin-top: 18px; }
  .publishing-window { min-height: 300px; width: 100%; max-width: 450px; margin: 0 auto; padding: 27px 25px; }
  .publisher-seal { padding: 9px; bottom: 19px; left: 19px; }
  .publisher-mark { width: 68px; }
  .pen-folio { grid-template-columns: 1fr; }
  .pen-title { padding: 27px 25px 28px; border-right: 0; border-bottom: 1px solid var(--brass); }
  .pen-title h3 { font-size: 2.3125rem; margin: 20px 0 17px; }
  .pen-title>p:last-child { font-size: 1rem; }
  .pen-body { padding: 25px 24px 28px; }
  .pen-body>p { font-size: 1rem; line-height: 2.05; }
  .pen-details { margin-block: 20px; }
  .pen-details>summary { font-size: .875rem; }
  .pen-body .fineprint { font-size: .8125rem; line-height: 1.95; }
  .pen-body .line-link { font-size: .875rem; gap: 12px; }
  .journal-section { padding-top: 24px; padding-bottom: 19px; }
  .journal-heading { grid-template-columns: 1fr; gap: 25px; }
  .journal-heading h2 { margin-top: 17px; }
  .author-note { padding: 0; }
  .author-note>p { font-size: 1rem; }
  .author-details { margin-block: 19px; }
  .line-link { font-size: 1rem; gap: 27px; }
  .journal-label { margin-top: 34px; padding-top: 20px; gap: 18px; flex-wrap: wrap; }
  .journal-label>span { font-size: 1.5625rem; }
  .journal-label>p { order: 3; width: 100%; font-size: .8125rem; margin-top: -7px; }
  .rail-controls { gap: 9px; }
  .rail-controls button { width: 40px; height: 40px; }
  .journal-rail { grid-auto-columns: 78%; gap: 18px; margin-top: 20px; padding-bottom: 19px; }
  .journal-card h3 { font-size: 1rem; line-height: 1.9; }
  .company-section { padding-top: 24px; padding-bottom: 45px; }
  .company-layout { grid-template-columns: 1fr; }
  .company-label h2 { margin-top: 16px; }
  .company-mark { width: 135px; margin: 26px 0 22px; }
  .company-email { font-size: 1.0625rem; }
  .company-table { padding: 0; margin-top: 32px; }
  .company-table th,.company-table td { padding-block: 15px; }
  .company-table th { font-size: .875rem; width: 23%; padding-right: 15px; }
  .company-table td { font-size: 1rem; line-height: 1.9; }
  .company-table .br-sp { display: block; }
  .site-footer { padding: 33px 6% 23px; }
  .footer-main { flex-direction: column; align-items: flex-start; gap: 28px; }
  .footer-mark { width: 205px; }
  .footer-links { gap: 15px 23px; font-size: .8125rem; }
  .footer-bottom { gap: 14px; margin-top: 25px; padding-top: 17px; flex-wrap: wrap; }
  .footer-bottom>p { font-size: .75rem; }
  .wave-toggle { font-size: .875rem; min-height: 44px; }
}
@media(max-width:370px) {

  .letter-heading .eyebrow { max-width: 160px; }
  .service-title { font-size: 1.75rem; }
  .pen-body { padding-inline: 20px; }
  .pen-body .line-link { font-size: .875rem; }
  .publisher-mark { width: 57px; }
  .publishing-window { min-height: 265px; }
  .company-table th { width: 22%; padding-right: 12px; }
  .company-table td { overflow-wrap: anywhere; }
}
@media(prefers-reduced-motion:reduce) {
  html { scroll-behavior: auto; }
  *,*:before,*:after { animation: none !important; transition: none !important; }
}

/* A compact navigation appears only after the entrance has begun to scroll. */
html.has-scroll-header .site-header { position: fixed; inset: 0 0 auto; transform: translateY(-100%); visibility: hidden; pointer-events: none; transition: transform .32s ease, visibility .32s; }
html.has-scroll-header .site-header.is-visible { transform: translateY(0); visibility: visible; pointer-events: auto; }
@media(prefers-reduced-motion:reduce) { html.has-scroll-header .site-header { transition: none; } }

/* The sea fills the entire first viewport; the anniversary sits on the film. */
.entry { --entry-wave-height: clamp(64px, 7vw, 116px); position: relative; isolation: isolate; min-height: 100vh; min-height: 100svh; display: flex; flex-direction: column; padding: clamp(36px, 4vw, 64px) 6.5% calc(var(--entry-wave-height) + 32px); overflow: hidden; background: #183d46; color: #ead3a3; }
.entry-video { position: absolute; inset: 0; z-index: -3; width: 100%; height: 100%; max-width: none; object-fit: cover; object-position: center; }
.entry::before { content: ''; position: absolute; inset: 0; z-index: -2; pointer-events: none; background: linear-gradient(90deg, #071e29ad 0%, #071e2970 48%, #071e2912 100%), linear-gradient(0deg, #071e29b8 0%, transparent 45%); }
.entry::after { content: ''; position: absolute; inset: clamp(16px, 2vw, 28px) clamp(16px, 2vw, 28px) calc(var(--entry-wave-height) + 10px); z-index: -1; border: 1px solid #ead3a38c; pointer-events: none; }
.entry-frame { width: 100%; max-width: 1600px; margin: auto; flex: 1; display: flex; align-items: center; }
.entry-copy { width: min(68%, 880px); min-width: 0; padding: clamp(28px, 5svh, 64px) 0; text-shadow: 0 2px 18px #031c2680; }
.entry-kicker { font-family: var(--en); font-size: .875rem; letter-spacing: .18em; margin-bottom: clamp(26px, 3vw, 46px); color: var(--paper); }
.entry-copy h1 { width: 100%; max-width: 780px; margin: 0 0 clamp(26px, 3vw, 42px); }
.anniversary-sign { width: 100%; height: auto; color: #ead3a3; filter: drop-shadow(0 3px 16px #031c2640); }
.entry-belief { font-family: var(--jp); font-size: clamp(1.375rem, 2vw, 2rem); line-height: 1.85; letter-spacing: .08em; color: var(--paper); }
.entry-details { width: 100%; max-width: 730px; display: flex; align-items: flex-end; justify-content: space-between; flex-wrap: wrap; gap: 20px 30px; margin-top: clamp(28px, 3vw, 46px); }
.anniversary-date { display: flex; align-items: center; gap: 18px; font-family: var(--en); font-size: 1.375rem; letter-spacing: .045em; line-height: 1.4; }
.anniversary-date i { height: 1px; width: 48px; background: currentColor; }
.entry-year { font-size: .8125rem; line-height: 1.8; color: var(--paper); margin-top: 10px; }
.entry-story { display: inline-flex; align-items: center; gap: 26px; flex-shrink: 0; padding: 10px 0; border-bottom: 1px solid #ead3a3a8; font-family: var(--jp); font-size: .875rem; line-height: 1.6; }
.entry-story:hover { color: var(--paper); }
.entry-story span { font-family: var(--sans); font-size: 1.0625rem; }
.entry-foot { width: 100%; max-width: 1600px; margin: 0 auto; display: grid; grid-template-columns: 1fr auto auto; align-items: center; gap: 16px 32px; padding-top: 20px; color: var(--paper); font-size: .75rem; letter-spacing: .04em; }
.entry-foot>p:nth-child(2) { display: flex; flex-wrap: wrap; gap: 5px 14px; }
.entry-foot span { color: #ead3a3; }
.motion-toggle { position: static; min-height: 44px; padding: 9px 14px; border: 1px solid #ead3a38c; background: #0a283c52; color: var(--paper); font-family: var(--en); font-size: .875rem; line-height: 1.4; letter-spacing: .06em; }
.motion-toggle:hover { background: #0a283ca8; }
.entry .entry-wave { position: absolute; left: 0; bottom: -2px; z-index: 2; width: 100%; height: var(--entry-wave-height); margin: 0; background: transparent; pointer-events: none; }
@media(max-width:1100px) and (min-width:761px) {
  .entry-copy { width: 76%; }
  .entry-details { max-width: 640px; }
  .entry-foot { gap: 16px 24px; }
}
@media(max-width:760px) {
  .entry { --entry-wave-height: 54px; padding: 38px 8% 82px; }
  .entry::before { background: linear-gradient(90deg, #071e298c 0%, #071e294d 100%), linear-gradient(0deg, #071e29b8 0%, transparent 55%); }
  .entry::after { inset: 14px 14px 65px; }
  .entry-copy { width: 100%; padding: clamp(28px, 7svh, 64px) 0 24px; }
  .entry-kicker { font-size: .75rem; letter-spacing: .14em; margin-bottom: 32px; }
  .entry-copy h1 { margin-bottom: 30px; }
  .entry-belief { font-size: clamp(1.25rem, 5vw, 1.75rem); line-height: 1.95; letter-spacing: .055em; }
  .entry-details { margin-top: 30px; gap: 20px 24px; }
  .anniversary-date { gap: 16px; font-size: 1.1875rem; }
  .anniversary-date i { width: 36px; }
  .entry-year { margin-top: 8px; font-size: .75rem; }
  .entry-story { font-size: .875rem; gap: 20px; }
  .entry-foot { grid-template-columns: 1fr auto; gap: 5px 16px; padding-top: 22px; }
  .entry-foot>p { grid-column: 1; }
  .entry-foot>p:nth-child(2) { gap: 2px 10px; }
  .entry-foot .motion-toggle { grid-column: 2; grid-row: 1 / 3; padding: 9px 10px; }
}
@media(max-width:370px) {
  .entry { padding-inline: 7%; }
  .entry-copy { padding-top: 28px; }
  .entry-kicker { letter-spacing: .1em; }
  .entry-foot { gap: 5px 10px; }
}

/* v11 — a clear current publication and two visible editorial services. */
.motion-toggle { display:inline-flex; align-items:center; justify-content:center; gap:9px; font-family:var(--sans); font-size:.75rem; letter-spacing:.03em; }
.motion-icon { flex:none; fill:currentColor; }
.motion-toggle .motion-label { color:inherit; }
.motion-toggle[data-state="playing"] .play-icon,.motion-toggle[data-state="paused"] .pause-icon { display:none; }
.entry-frame { justify-content:space-between; gap:7%; }
.entry-new-book { width:205px; flex-shrink:0; align-self:center; padding:18px; margin-top:40px; background:var(--paper); color:var(--forest); outline:1px solid var(--brass); outline-offset:5px; box-shadow:0 8px 35px #051d2e33; }
.entry-new-book>img { width:108px; height:auto; margin:0 auto 18px; }
.entry-book-label { font:500 .625rem/1.6 var(--en); letter-spacing:.09em; }
.entry-book-title { font:600 .9375rem/1.75 var(--jp); margin:6px 0; }
.entry-book-meta { font-size:.625rem; line-height:1.8; }
.entry-book-link { display:flex; justify-content:space-between; border-top:1px solid var(--rule); padding-top:9px; margin-top:12px; font-size:.75rem; }
.entry-new-book:hover .entry-book-link { color:var(--claret); }
.publishing-copy h3 { font-family:var(--jp); font-size:clamp(1.8rem,2.5vw,2.6rem); line-height:1.6; }
.publishing-copy h3 em { font-style:normal; }
.publishing-iceland { display:grid; grid-template-columns:1fr auto; align-items:end; gap:24px; padding:30px; border:1px solid var(--brass); background:var(--mist); color:var(--forest); }
.publishing-iceland>img { grid-column:1 / -1; justify-self:center; width:min(52%,210px); height:auto; box-shadow:7px 9px 0 #203e3729; transition:transform .25s; }
.publishing-iceland:hover>img { transform:translateY(-5px); }
.publishing-edition { grid-column:1 / -1; font:500 1.5rem/1.4 var(--en); }
.publishing-date { grid-column:1 / -1; font-size:.8125rem; line-height:1.8; }
.pen-title { align-self:stretch; }
.pen-title h3 { position:static; }
.pen-option+.pen-option { border-top:1px solid var(--rule); margin-top:26px; padding-top:26px; }
.pen-audience { font-size:.75rem; letter-spacing:.05em; color:var(--claret); }
.pen-option h4 { margin:9px 0 13px; font:600 1.25rem/1.6 var(--jp); }
.pen-option h4 span { display:block; font:500 .6875rem/1.8 var(--sans); letter-spacing:.05em; margin-top:7px; }
.pen-option>p:not(.pen-audience) { font-size:.9375rem; line-height:2; }
.pen-option .pen-scope { margin-top:16px; }
.pen-option .pen-example-label { margin-top:20px; font-weight:600; font-size:.8125rem; }
.pen-examples { margin:9px 0 0; padding-left:1.2em; font-size:.875rem; line-height:1.95; }
.pen-examples li+li { margin-top:9px; }
.pen-body>.line-link { display:flex; align-items:center; justify-content:space-between; }
@media(max-width:1100px) and (min-width:761px) {
 .entry-copy { width:68%; }
 .entry-new-book { width:170px; padding:14px; }
 .entry-frame { gap:5%; }
}
@media(max-width:760px) {
 .entry-frame { flex-direction:column; align-items:stretch; gap:14px; }
 .entry-copy { padding-bottom:8px; }
 .entry-new-book { width:100%; align-self:stretch; margin:0 0 8px; padding:13px 16px; display:grid; grid-template-columns:58px 1fr; align-items:center; gap:16px; outline-offset:3px; }
 .entry-new-book>img { width:58px; margin:0; }
 .entry-book-title { margin:4px 0; font-size:.8125rem; }
 .entry-book-title br { display:block; }
 .entry-book-meta { font-size:.6875rem; }
 .entry-book-meta br { display:block; }
 .entry-book-link { margin-top:7px; padding-top:6px; }
 .entry-new-book .entry-book-label { font-size:.5625rem; }
 .publishing-iceland { padding:25px; gap:18px; }
 .publishing-iceland>img { width:50%; max-width:190px; }
 .pen-title h3 { position:static; }
 .pen-option h4 { font-size:1.125rem; }
 .pen-audience { font-size:.6875rem; }
}
@media(prefers-reduced-motion:reduce) { .publishing-iceland>img { transition:none; } .publishing-iceland:hover>img { transform:none; } }
