/* Desktop uses a bounded scale; the hero keeps its approved internal proportions. */
@font-face {
  font-family: "Noto Sans JP";
  src: url("assets/NotoSansJP-Variable.ttf") format("truetype");
  font-weight: 100 900;
  font-display: swap;
}
@font-face {
  font-family: "Yomogi";
  src: url("assets/Yomogi-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}
:root {
  --orange: #ff7d05;
  --green: #29aa36;
  --ink: #080908;
  --cream: #fcf8f1;
  --white: #fffefa;
  --gutter: 3.5rem;
  --font-sans: "Noto Sans JP", "Hiragino Sans", sans-serif;
  --font-hand: "Yomogi", cursive;
  --card-radius: .1875rem;
  font-size: clamp(12px, 1.3vw, 18px);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 5.25rem; }
body { margin: 0; color: var(--ink); font-family: var(--font-sans); font-size: 1rem; -webkit-font-smoothing: antialiased; }
button, a { -webkit-tap-highlight-color: transparent; }
button { font: inherit; color: inherit; cursor: pointer; border: 0; background: none; padding: 0; }
a { color: inherit; text-decoration: none; }
img { display: block; max-width: 100%; object-fit: cover; }
h1, h2, h3, p { margin: 0; }
a:focus-visible, button:focus-visible { outline: .1875rem solid #146c29; outline-offset: .3125rem; }
.container { width: calc(100% - var(--gutter) * 2); margin-inline: auto; }
.sr-only { position: absolute; width: 1px; height: 1px; margin: -1px; padding: 0; overflow: hidden; clip-path: inset(50%); white-space: nowrap; }
.site-header { background: #fff; position: sticky; top: 0; z-index: 20; box-shadow: 0 .125rem .75rem #30201014; }
.header-inner { height: 4.25rem; display: flex; align-items: center; }
.brand { width: 18rem; height: 3.2rem; display: flex; align-items: center; gap: .4rem; flex: none; }
.brand-mark { width: 3.3rem; height: auto; }
.brand-wordmark { width: 14.3rem; display: flex; align-items: flex-end; gap: .0625rem; filter: grayscale(1) contrast(3); }
.brand-minpaku { width: 33.393%; height: auto; }
.brand-channel { width: 59.464%; height: auto; }
.desktop-nav { display: flex; justify-content: flex-end; align-items: center; gap: 1.45rem; margin-left: auto; white-space: nowrap; font-size: .75rem; font-weight: 700; }
.desktop-nav a:hover, .desktop-nav button:hover { color: #d76400; }
.desktop-nav .nav-cta { min-height: 2.25rem; padding: .4rem .9rem; color: white; background: var(--orange); border-radius: 2rem; }
.desktop-nav .nav-cta:hover { color: white; background: #e66f00; }
.search-button { width: 3.25rem; padding-left: 1.25rem; border-left: .0625rem solid #222; margin-left: 1.25rem; display: flex; align-items: center; }
.search-button svg { width: 1.8125rem; height: 1.8125rem; flex: none; }
.menu-button, .mobile-nav { display: none; }

/* Hero: room, portrait, ribbons and writing all use the same scalable coordinates. */
.hero {
  height: 24.6875rem;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  background: radial-gradient(ellipse at 80% 0%, #ffc84336 0%, transparent 65%), linear-gradient(105deg, #fc7f0a 0%, #ff8008 38%, #ffa116 66%, #ffb72a 100%);
}
.hero-room { position: absolute; left: 47.875rem; top: 2rem; width: 20.375rem; height: 22.6875rem; object-fit: fill; max-width: none; z-index: 1; }
.green-ribbon { position: absolute; left: 44rem; top: 3rem; width: 26rem; height: 2rem; transform: rotate(-6deg); transform-origin: left center; background: var(--green); z-index: 2; pointer-events: none; }
.hero-inner { height: 100%; position: relative; z-index: 4; pointer-events: none; }
.hero-copy { padding-top: 6.625rem; color: var(--white); width: 36rem; pointer-events: auto; }
.hero h1 { font-size: 3.75rem; font-weight: 900; line-height: 1.12; letter-spacing: -.075em; }
.hero h1 > span { display: block; white-space: nowrap; }
.hero-description { margin-top: .8125rem; font-size: 1.125rem; font-weight: 700; line-height: 1.48; letter-spacing: .005em; }
.hero-description > span { display: block; white-space: nowrap; }
.hero-description .copy-chunk { display: inline; }
.hero-actions { display: flex; gap: .875rem; margin-top: 1rem; }
.button { display: inline-flex; align-items: center; justify-content: center; gap: 1.0625rem; min-height: 3rem; white-space: nowrap; padding: .625rem 1.125rem; border: .0625rem solid currentColor; border-radius: 4rem; font-size: 1.0625rem; font-weight: 800; line-height: 1.35; transition: background .15s; }
.button-outline { color: #fff; border-color: #fff; width: 16rem; }
.button-outline:hover { background: #ffffff18; }
.button-white { background: #fff; color: #080808; border-color: #fff; width: 11.375rem; }
.button-white:hover, .book-button:hover { background: #fff6e7; }
.arrow { width: 1.375rem; height: 1.375rem; flex: none; }
.hero-person { position: absolute; max-width: none; width: 31.25rem; height: auto; top: -2.625rem; left: 29rem; z-index: 3; pointer-events: none; }
.handwriting-layer { position: absolute; inset: 0; pointer-events: none; z-index: 5; }
.handwritten { position: absolute; font-family: var(--font-hand); font-weight: 400; font-style: italic; line-height: 1.4; white-space: nowrap; -webkit-text-stroke: .018em currentColor; }
.hero-note { left: 3.5rem; top: 2.15rem; font-size: 2.125rem; color: #fffefa; transform: rotate(-4deg); letter-spacing: -.065em; }
.hero-note::after { display: none; }
.hero-underline { position: absolute; left: -.4rem; bottom: -.6rem; width: 100%; height: 1.125rem; overflow: visible; color: #ffeb48; }
.name-note { left: 34.35rem; top: 13.3rem; font-size: 1.4375rem; color: #fff; transform: rotate(-12deg); letter-spacing: -.06em; }
.name-note::after { content: ""; display: block; border-top: .11rem solid white; border-radius: 50%; height: .5rem; margin-top: .1875rem; transform: rotate(-3deg); }
.life-note { left: 50.9rem; top: 4.35rem; font-size: 1.25rem; transform: rotate(-9deg); line-height: 1.45; letter-spacing: -.055em; }
.guest-note { right: .65rem; bottom: 1.65rem; color: white; font-family: "Bradley Hand", var(--font-hand); font-style: italic; font-size: 1.375rem; transform: rotate(-12deg); line-height: 1.15; }

/* Entry and article sections retain the reference's 90% content width. */
h2 { font-size: 1.5625rem; line-height: 2.1875rem; font-weight: 800; letter-spacing: .025em; }
.cream { background: radial-gradient(ellipse at 50% 50%, #fffaf3 0%, #fbf7f0 80%); }
.section-heading { display: flex; justify-content: space-between; align-items: center; margin-bottom: .625rem; gap: 1.25rem; }
.section-heading h2 { line-height: 2rem; }
.text-link { font-size: .6875rem; white-space: nowrap; display: inline-flex; gap: .5rem; align-items: center; border-bottom: .0625rem solid #888; padding-bottom: .1875rem; line-height: 1.4; font-weight: 500; }
.text-link .arrow { width: 1.0625rem; height: 1.0625rem; }
.entrances { padding-top: 1.375rem; padding-bottom: 1.1875rem; }
.entrances-heading { position: relative; text-align: center; margin-bottom: 1.5625rem; }
.entrances-heading .text-link { position: absolute; right: 0; top: .875rem; font-size: .875rem; }
.entrance-grid, .article-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); }
.entrance-grid { gap: 3.0625rem; }
.entrance { position: relative; }
.entrance:not(:last-child)::after { content: ""; position: absolute; right: -1.5625rem; top: 0; bottom: 0; width: .0625rem; background: #ffad78; }
.entrance-text { display: grid; grid-template-columns: 3.4375rem 1fr; gap: .9375rem; min-height: 5.125rem; }
.entrance-number { position: relative; color: var(--orange); font-family: Arial, sans-serif; font-size: 2.5rem; line-height: 1; font-weight: 700; letter-spacing: -.07em; }
.entrance-number::after { content: ""; position: absolute; right: .0625rem; top: .25rem; height: 1.5625rem; border-right: .0625rem solid var(--orange); }
.entrance h3 { font-size: 1.3125rem; line-height: 1.4; font-weight: 750; letter-spacing: -.055em; white-space: nowrap; }
.entrance p { font-size: .84375rem; line-height: 1.45; margin-top: .25rem; color: #353535; letter-spacing: -.04em; white-space: nowrap; }
.entrance img { width: 100%; height: 8.125rem; border-radius: var(--card-radius); }
.articles { padding: 1.0625rem 0 1rem; }
.article-grid { gap: 1.25rem; }
.article-card { scroll-margin-top: 1.875rem; position: relative; }
.article-card > a { display: block; }
.article-card img { width: 100%; height: 8rem; border-radius: var(--card-radius); margin-bottom: .3125rem; }
.tag { display: inline-flex; align-items: center; min-height: 1.4375rem; padding: .1875rem .6875rem; background: var(--orange); color: white; font-size: .75rem; font-weight: 800; border-radius: .25rem; line-height: 1.3; }
.article-card h3 { font-size: 1.125rem; font-weight: 750; line-height: 1.6875rem; margin-top: .1875rem; letter-spacing: -.04em; }
.article-card p { font-size: .875rem; line-height: 1.36; margin-top: .0625rem; color: #393939; letter-spacing: -.025em; }
.videos { padding: .875rem 0 .9375rem; }
.videos .section-heading { margin-bottom: .5rem; }
.video-grid { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .875rem; }
.video-card { position: relative; height: 8.25rem; overflow: hidden; border-radius: var(--card-radius); color: white; background: #425548; }
.video-background { width: 100%; height: 100%; object-position: center; }
.video-presenter .video-background { object-position: center; }
.video-person { position: absolute; width: 15rem; height: auto; max-width: none; right: 3.4375rem; top: -.4rem; }
.video-shade { position: absolute; inset: 0; background: linear-gradient(90deg, #0008, #0001 80%); }
.video-tour .video-shade { background: linear-gradient(90deg, #0004, transparent 78%); }
.video-copy { position: absolute; left: 1rem; bottom: .625rem; z-index: 2; }
.video-copy > span { display: inline-block; border: .0625rem solid #eee9; background: #17221860; border-radius: .25rem; padding: .0625rem .375rem; font-size: .75rem; font-weight: 700; margin-bottom: .3125rem; }
.video-copy h3 { font-size: 1.5rem; font-weight: 800; line-height: 1.16; letter-spacing: -.035em; text-shadow: 0 .125rem .25rem #0005; }
.play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%); border: .0625rem solid white; background: #0006; border-radius: 50%; width: 2.6875rem; height: 2.6875rem; display: grid; place-items: center; padding-left: .1875rem; font-size: 1.5rem; z-index: 3; }

.book { padding: 0; position: relative; isolation: isolate; min-height: 12.5rem; overflow: visible; }
.book-inner { height: 12.5rem; position: relative; }
.book-cover { position: absolute; width: 8.125rem; height: auto; top: -.5rem; left: 2.8125rem; transform: rotate(-8deg); box-shadow: -.375rem .375rem .4375rem #49311238; border-left: .3125rem solid #b67a23; z-index: 2; }
.book-copy { position: absolute; left: 14.125rem; top: 1.3125rem; }
.book-copy .tag { font-size: .875rem; min-height: 1.6875rem; padding: .3125rem .875rem; }
.book h2 { font-size: 2rem; letter-spacing: -.04em; line-height: 1.4; margin-top: .25rem; }
.book-copy p { font-size: .875rem; line-height: 1.5; white-space: nowrap; }
.book-button { position: absolute; left: 40.9375rem; top: 4.3125rem; min-height: 2.75rem; font-size: .875rem; color: #111; background: white; border-color: var(--orange); padding: .5rem 1.5625rem; gap: 1.0625rem; }
.book-note { right: 1.0625rem; top: 1.15rem; font-size: 1.25rem; color: #f57400; transform: rotate(-12deg); text-align: center; line-height: 1.2; letter-spacing: -.055em; }
.book-plant { position: absolute; z-index: -1; max-width: none; mix-blend-mode: multiply; pointer-events: none; }
.book-plant-left { width: 4.6875rem; height: 6.25rem; left: 0; bottom: 0; mask-image: linear-gradient(to right, #000 60%, transparent), linear-gradient(to bottom, transparent, #000 30%); mask-composite: intersect; }
.book-plant-right { width: 4.5rem; height: 9.8125rem; right: 0; bottom: 0; mask-image: linear-gradient(to left, #000 65%, transparent); }
body { overflow-x: clip; }
main { overflow-x: clip; padding-bottom: 0; }

.site-footer { background: #182018; color: white; }
.footer-inner { min-height: 12rem; padding-block: 2rem 1.25rem; display: grid; grid-template-columns: 16rem 1fr; gap: 1.5rem 3rem; align-items: start; }
.footer-brand { display: flex; align-items: center; gap: .55rem; font-size: 1.125rem; font-weight: 800; }
.footer-brand img { width: 2.5rem; height: auto; }
.footer-nav { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: .8rem 2rem; padding-top: .35rem; }
.footer-nav a, .footer-nav button { width: fit-content; color: #fff; font-size: .8125rem; line-height: 1.5; text-align: left; }
.footer-nav a:hover, .footer-nav button:hover { color: #ffad52; }
.footer-inner small { grid-column: 1 / -1; color: #ffffffa3; font-size: .6875rem; border-top: 1px solid #ffffff24; padding-top: .8rem; }

.preview-dialog { border: 0; border-radius: .75rem; max-width: 28.75rem; width: calc(100% - 2.5rem); padding: 2.1875rem; color: #171717; box-shadow: 0 1.25rem 5rem #0003; }
.preview-dialog::backdrop { background: #0006; }
.preview-dialog h2 { font-size: 1.375rem; margin: .9375rem 0; line-height: 1.5; }
.preview-dialog p { font-size: 1rem; line-height: 1.8; }
.dialog-close { position: absolute; right: .8125rem; top: .4375rem; font-size: 1.75rem; }
.dialog-button { margin-top: 1.5rem; color: white; background: var(--orange); font-size: .9375rem; }

/* Exact reference ink; these are independent transparent notes, never baked into a photograph. */
.source-ink { transform: none; font-style: normal; line-height: 0; -webkit-text-stroke: 0; }
.source-ink img { width: 100%; height: 100%; object-fit: contain; }
.source-ink::after { display: none; }
.hero-note.source-ink { left: 3.0625rem; top: 1.5625rem; width: 21.3125rem; height: 5.25rem; }
.name-note.source-ink { left: 34.25rem; top: 12.5rem; width: 5.625rem; height: 3.625rem; }
.life-note.source-ink { left: 50.5rem; top: 4.0625rem; width: 8.25rem; height: 6.375rem; }
.guest-note.source-ink { left: 61.25rem; top: 17.875rem; right: auto; bottom: auto; width: 6.5rem; height: 5.625rem; }
.book-note.source-ink { right: .6875rem; top: .375rem; width: 7.75rem; height: 4.1875rem; }

@media (max-width: 820px) {
  :root { font-size: 16px; --gutter: 6%; }
  html { scroll-padding-top: 5rem; }
  .header-inner { height: 4.125rem; justify-content: space-between; gap: 1rem; }
  .brand { width: 14.4rem; max-width: 79%; gap: .3rem; height: auto; }
  .brand-mark { width: 18.5%; }
  .brand-wordmark { width: 79%; }
  .desktop-nav, .search-button { display: none; }
  .menu-button { display: flex; flex-direction: column; gap: .3125rem; width: 2.25rem; height: 2.5rem; align-items: center; justify-content: center; }
  .menu-button span { height: .125rem; width: 1.4375rem; background: #111; }
  .mobile-nav:not([hidden]) { display: grid; padding: .375rem 6% 1.25rem; gap: 0; border-top: 1px solid #eee; background: white; box-shadow: 0 .75rem 1.25rem #30201018; }
  .mobile-nav a, .mobile-nav button { width: 100%; padding: .75rem 0; font-size: .9375rem; border-bottom: 1px solid #eee; text-align: left; }
  .hero { height: 40.5rem; }
  .hero-copy { padding-top: 5.1rem; width: 100%; }
  .hero h1 { font-size: clamp(2rem, 8.45vw, 3.6rem); line-height: 1.2; letter-spacing: -.065em; }
  .hero-description { font-size: .875rem; line-height: 1.7; margin-top: 1rem; max-width: 29rem; font-weight: 650; }
  .hero-description > span { white-space: normal; }
  .hero-description .copy-chunk { display: inline-block; }
  .hero-actions { gap: .5rem; margin-top: 1rem; }
  .hero-actions .button { font-size: .8125rem; padding: .6rem .8rem; min-height: 2.75rem; gap: .55rem; }
  .button-outline { width: auto; }
  .button-white { width: auto; }
  .hero-actions .arrow { width: 1.2rem; height: 1.2rem; }
  .hero-person { width: 25rem; left: auto; right: -1.75rem; top: auto; bottom: -1.5rem; }
  .hero-room { clip-path: polygon(60% 0, 100% 0, 100% 100%, 20% 100%, 45% 55%, 60% 40%); width: 16.38rem; height: 19.06rem; left: auto; right: 0; top: auto; bottom: 0; }
  .green-ribbon { left: calc(100% - 10.375rem); top: 20.625rem; width: 15rem; height: 1.5rem; }
  .hero-note { left: 6%; top: 1.65rem; font-size: 1.625rem; letter-spacing: -.065em; }
  .name-note { left: auto; right: 16.8rem; top: auto; bottom: 8.8rem; font-size: 1.3rem; }
  .life-note { left: auto; right: .7rem; top: 21.2rem; font-size: .95rem; }
  .guest-note { font-size: 1rem; right: .7rem; bottom: 1.2rem; }
  .entrances { padding: 1.625rem 0; }
  .entrances-heading { margin-bottom: 1.5rem; text-align: left; }
  .entrances-heading h2 { font-size: 1.4375rem; letter-spacing: 0; line-height: 1.5; }
  .entrances-heading .text-link { position: static; margin-top: .5625rem; font-size: .75rem; }
  .entrance-grid { grid-template-columns: 1fr; gap: 1.2rem; }
  .entrance:not(:last-child)::after { display: none; }
  .entrance { padding: 0 0 1.2rem; border-bottom: 1px solid #ffc38a; display: grid; grid-template-columns: 1fr 30%; gap: .8rem; align-items: center; }
  .entrance:last-child { border-bottom: 0; padding-bottom: 0; }
  .entrance-text { min-height: 0; grid-template-columns: 2.4rem 1fr; gap: .5rem; }
  .entrance-number { font-size: 1.875rem; }
  .entrance-number::after { height: 1.375rem; top: .125rem; }
  .entrance h3 { font-size: 1rem; letter-spacing: -.07em; white-space: normal; }
  .entrance p { font-size: .75rem; line-height: 1.6; margin-top: .375rem; white-space: normal; letter-spacing: -.025em; }
  .entrance p br { display: none; }
  .entrance img { aspect-ratio: 1.1; height: 100%; max-height: 6.5rem; }
  h2 { font-size: 1.375rem; letter-spacing: 0; }
  .section-heading { gap: .625rem; margin-bottom: 1.0625rem; }
  .text-link { font-size: .6875rem; gap: .3125rem; }
  .articles { padding: 1.5625rem 0; }
  .article-grid { grid-template-columns: 1fr; gap: 1.5625rem; }
  .article-card img { aspect-ratio: 2.45; height: auto; margin-bottom: .5625rem; }
  .article-card h3 { font-size: 1.125rem; margin-top: .4375rem; }
  .article-card p { font-size: .875rem; line-height: 1.65; }
  .tag { font-size: .75rem; }
  .videos { padding: 1.625rem 0; }
  .videos .section-heading { margin-bottom: 1rem; }
  .video-grid { grid-template-columns: 1fr; gap: .9375rem; }
  .video-card { aspect-ratio: 2.9; height: auto; }
  .video-copy h3 { font-size: 1.3rem; }
  .video-copy { left: .8rem; bottom: .8rem; }
  .video-copy > span { font-size: .6875rem; }
  .video-person { right: -.8rem; width: 13.5rem; top: -.15rem; }
  .play { left: 57%; width: 2.375rem; height: 2.375rem; font-size: 1.25rem; }
  .book, .book-inner { min-height: 17.5rem; height: auto; }
  .book-inner { padding: 2rem 0 1.75rem 7.5rem; }
  .book-cover { left: .3125rem; top: 1.875rem; width: 5.9375rem; transform: rotate(-7deg); border-left-width: .1875rem; }
  .book-copy { position: static; }
  .book-copy .tag { font-size: .6875rem; padding: .3125rem .5rem; min-height: 0; }
  .book h2 { font-size: 1.625rem; margin-top: .5625rem; }
  .book-copy p { font-size: .8125rem; white-space: normal; line-height: 1.7; margin-top: .375rem; }
  .book-button { position: static; font-size: .75rem; min-height: 2.4375rem; padding: .5rem .8125rem; gap: .625rem; margin-top: .875rem; white-space: nowrap; }
  .book-note { top: 12.06rem; left: 0; right: auto; font-size: .9375rem; }
  .book-plant { opacity: .7; }
  .book-plant-left { width: 3rem; height: auto; }
  .book-plant-right { width: 2.5rem; height: auto; }
  .preview-dialog { padding: 1.875rem 1.4375rem; }
  .site-footer { margin-top: 0; }
  .footer-inner { min-height: 0; padding-block: 2rem 1.25rem; display: block; }
  .footer-brand { margin-bottom: 1.5rem; }
  .footer-nav { grid-template-columns: 1fr; gap: 0; padding: 0; }
  .footer-nav a, .footer-nav button { width: 100%; padding: .75rem 0; border-bottom: 1px solid #ffffff20; font-size: .875rem; }
  .footer-inner small { display: block; margin-top: 1.5rem; }
}
@media (min-width: 540px) and (max-width: 820px) {
  .hero { height: 42.5rem; }
  .hero-person { right: 9%; width: 29rem; bottom: -3rem; }
  .green-ribbon { left: calc(100% - 18rem); top: 22rem; width: 20rem; height: 1.6rem; }
  .hero-room { width: 19.5rem; height: 22.6875rem; }
  .name-note { right: 25rem; bottom: 8rem; }
  .life-note { right: 5%; top: 23rem; }
  .hero-actions .button { font-size: 1rem; }
  .article-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 1rem; }
  .article-card h3 { font-size: 1rem; }
  .article-card p { font-size: .8125rem; }
  .video-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .video-card { aspect-ratio: 2.4; }
  .video-copy h3 { font-size: 1.15rem; }
  .video-person { right: -3rem; }
  .book-inner { padding-left: 10rem; }
  .book-cover { left: 1.5rem; }
}
@media (max-width: 370px) {
  .hero { height: 41rem; }
  .hero h1 { font-size: 1.9rem; }
  .hero-description { font-size: .8125rem; }
  .hero-actions .button { font-size: .75rem; padding-inline: .65rem; gap: .4rem; }
  .hero-person { right: -2rem; }
  .name-note { right: 14rem; }
  .entrance h3 { font-size: .875rem; }
  .entrance-text { grid-template-columns: 2.1rem 1fr; gap: .4rem; }
  .entrance-number { font-size: 1.625rem; }
  .section-heading h2 { font-size: 1.25rem; }
  .book-inner { padding-left: 6.5625rem; }
  .book h2 { font-size: 1.4375rem; }
  .book-copy .tag { font-size: .625rem; }
}
@media (prefers-reduced-motion: reduce) { html { scroll-behavior: auto; } * { transition: none !important; } }

@media (max-width: 820px) {
  .hero-note.source-ink { left: 5%; top: 1.15rem; width: 17.9rem; height: 4.4rem; }
  .name-note.source-ink { left: auto; right: 16.75rem; top: auto; bottom: 8.4rem; width: 5.1rem; height: 3.3rem; }
  .life-note.source-ink { left: auto; right: .8rem; top: 21rem; width: 6.2rem; height: 4.8rem; }
  .guest-note.source-ink { left: auto; right: .5rem; top: auto; bottom: 1rem; width: 5rem; height: 4.3rem; }
  .book-note.source-ink { left: -.4rem; right: auto; top: 12rem; width: 7.2rem; height: 3.9rem; }
}
@media (min-width: 540px) and (max-width: 820px) {
  .name-note.source-ink { right: 25rem; bottom: 8rem; }
  .life-note.source-ink { right: 5%; top: 23rem; }
}
@media (max-width: 370px) { .name-note.source-ink { right: 14rem; } }

/* Retain the approved logo scale and lighter headline. */
.brand { transform: scale(.76); transform-origin: left center; }
.hero h1 { font-weight: 750; }

/* Right-side cleanup: continuous room behind the independent portrait. */
.hero-room { left: 41.5rem; top: 0; width: 26.75rem; height: 100%; object-fit: cover; object-position: center; clip-path: none; mask-image: linear-gradient(to right, transparent, #000 22%); }
.green-ribbon { display: none; }
.name-note::after, .name-note.source-ink::after { content: ""; display: block; width: 90%; height: .35rem; border-top: .13rem solid #348b39; border-radius: 50%; transform: rotate(-8deg); }
@media (max-width: 820px) {
  .brand { width: min(145px, 37.18vw); max-width: none; transform: none; gap: .18rem; }
  .search-button { display: flex; width: 2.25rem; height: 2.5rem; padding: 0; margin-left: auto; border-left: 0; justify-content: center; }
  .search-button svg { width: 1.35rem; height: 1.35rem; }
  .menu-button { margin-left: .25rem; }
  .hero-room { left: auto; right: 0; top: auto; bottom: 0; width: 19rem; height: 20rem; object-position: center; mask-image: linear-gradient(to right, transparent, #000 28%); }
}
@media (min-width: 540px) and (max-width: 820px) {
  .hero-room { width: 25rem; height: 23rem; }
}
.name-note.source-ink::after { position: absolute; left: 0; bottom: .45rem; }
@media (max-width: 820px) {
  .hero-room { mask-image: linear-gradient(to right, transparent, #000 28%), linear-gradient(to bottom, transparent, #000 12%); mask-composite: intersect; }
}

/* Theme entrances and editorial cards have distinct roles. */
.entrances{padding:2.5rem 0 2.75rem;background:#fff}
.entrances-heading{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.3rem;gap:1rem}
.entrances-heading h2{position:static;transform:none;text-align:left;font-size:1.6rem;margin:0}
.entrance-grid{gap:1rem}
.entrance{display:flex;align-items:center;justify-content:space-between;gap:.65rem;padding:1.35rem 1.1rem;border:1px solid #ead9c6;border-radius:.5rem;background:#fffcf7;transition:background .15s,border-color .15s}
.entrance:not(:last-child)::after{display:none}
.entrance:hover{background:#fff1df;border-color:#ee9b4e}
.entrance h3{font-size:1.125rem;line-height:1.6;white-space:normal;letter-spacing:-.04em}
.entrance p{font-size:.75rem;line-height:1.8;white-space:normal;margin-top:.4rem;letter-spacing:0;color:#6d6055}
.entrance-arrow{color:#c45b00;font-size:1.4rem;flex:none}
.articles{padding:2.75rem 0 3rem}
.articles .section-heading,.videos .section-heading{margin-bottom:1.5rem}
.article-grid{gap:1.5rem}
.article-card{background:#fff;border:1px solid #eee2d4;border-radius:.5rem;overflow:hidden}
.article-card>a{display:flex;flex-direction:column;height:100%}
.article-card img{width:100%;height:auto;aspect-ratio:16/10;object-fit:cover;background:#fcf8f1;margin:0;border-radius:0}
.article-card-content{padding:1.1rem;display:flex;flex-direction:column;flex:1;align-items:flex-start}
.article-card h3{font-size:1.1rem;line-height:1.7;margin:.6rem 0 .5rem}
.article-card p{font-size:.82rem;line-height:1.85;color:#74685d;letter-spacing:0;margin-bottom:1rem}
.article-read{margin-top:auto;color:#ad4e00;font-size:.75rem;font-weight:700}
.article-card:hover{border-color:#ee9b4e}
.videos{padding:2.75rem 0 3.5rem}
.home-book-cover-link:focus-visible .book-cover{outline:3px solid #248c38;outline-offset:5px}
@media(max-width:820px){
.entrances{padding:2rem 0}
.entrances-heading{align-items:flex-start;flex-direction:column;gap:.75rem;margin-bottom:1.25rem}
.entrances-heading h2{font-size:1.4rem}
.entrance-grid{grid-template-columns:1fr;gap:.75rem}
.entrance{padding:1.05rem 1.1rem;display:flex;min-height:0}
.entrance h3{font-size:1.1rem}
.entrance p{font-size:.8rem;margin-top:.2rem}
.articles{padding:2rem 0}
.article-grid{grid-template-columns:1fr;gap:1.25rem}
.article-card-content{padding:1.2rem}
.article-card h3{font-size:1.125rem}
.article-card p{font-size:.875rem}
.videos{padding:2rem 0 2.5rem}
.section-heading .text-link{font-size:.7rem;white-space:nowrap}
.articles .section-heading,.videos .section-heading{gap:.5rem}
}
.entrances-heading .text-link{position:static;margin-top:0}
@media(max-width:820px){.entrance:last-child{padding-bottom:1.05rem;border-bottom:1px solid #ead9c6}}

/* Channel gateway on the left, the introductory video on the right. */
.video-grid{align-items:stretch;gap:1.25rem}
.video-card.video-channel,.video-card.video-feature{height:auto;aspect-ratio:auto;border:1px solid #eaded0;border-radius:.4rem;color:var(--ink);background:#fff}
.video-channel{display:flex;flex-direction:column}
.video-channel .channel-banner{display:block;width:100%;height:auto;aspect-ratio:3/1;object-fit:contain;background:#ed900d}
.channel-caption{display:flex;justify-content:space-between;align-items:center;gap:.6rem;padding:.8rem 1rem;flex:1}
.channel-caption strong{font-size:.8rem;font-weight:700}
.channel-caption span{font-size:.75rem;white-space:nowrap;color:#a94c00;font-weight:700}
.video-feature{display:flex;align-items:center;gap:1rem;padding:1rem}
.feature-thumbnail{position:relative;flex:0 0 53%;min-width:0}
.feature-thumbnail>img{width:100%;height:auto;aspect-ratio:16/9;object-fit:contain;border-radius:.2rem}
.feature-thumbnail .play{width:2rem;height:2rem;font-size:1rem;left:50%;top:50%;bottom:auto;right:auto;transform:translate(-50%,-50%);color:#fff}
.feature-copy{min-width:0}
.feature-copy>span{font-size:.68rem;font-weight:700;color:#a94c00}
.feature-copy h3{font-size:1.05rem;line-height:1.6;margin:.35rem 0 .7rem;letter-spacing:-.035em}
.feature-copy b{font-size:.68rem;color:#a94c00}
.video-heading-link span{font-size:1rem;color:#ad4e00}
@media(max-width:820px){
.video-grid{grid-template-columns:1fr;gap:1rem}
.channel-caption{padding:.8rem}
.channel-caption strong{font-size:.75rem}
.channel-caption span{font-size:.68rem}
.video-feature{gap:.8rem;padding:.8rem}
.feature-thumbnail{flex-basis:49%}
.feature-copy h3{font-size:.93rem;line-height:1.65}
.feature-copy>span,.feature-copy b{font-size:.65rem}
}

/* Compact desktop scale with a bounded, centered hero composition. */
@media(min-width:821px){
.container{width:min(88%,1680px)}
.hero-stage{position:relative;width:min(100%,1909px);height:100%;margin-inline:auto}
.hero-stage .hero-inner{width:88%}
.hero-person{left:calc(50% - 5.125rem)}
.hero-room{left:calc(50% + 7.375rem);width:calc(50% - 7.375rem + max(0px,(100vw - 1909px)/2))}
.hero-note,.hero-note.source-ink{left:6%}
.name-note,.name-note.source-ink{left:calc(50% + .125rem)}
.life-note,.life-note.source-ink{left:calc(50% + 16.375rem)}
.guest-note,.guest-note.source-ink{left:auto;right:1rem}
.article-card img{height:clamp(160px,15vw,216px);aspect-ratio:auto}
.video-channel .channel-banner{max-height:210px}
.feature-thumbnail{flex-basis:48%;max-width:320px}
.book-button{left:auto;right:1rem}
.entrances{padding:2.2rem 0 2.4rem}
.articles{padding:2.4rem 0 2.6rem}
.videos{padding:2.4rem 0 3rem}
}
@media(max-width:820px){
.hero-stage{position:relative;width:100%;height:100%}
.article-card img{aspect-ratio:16/9}
.article-card-content{padding:1rem}
.articles{padding:1.75rem 0}
}

/* Matched video cards: artwork above, description and destination below. */
.video-card.video-channel,.video-card.video-feature{display:flex;flex-direction:column;align-items:stretch;padding:0;gap:0}
.channel-visual,.video-feature .feature-thumbnail{width:100%;aspect-ratio:16/9;flex:none;max-width:none;position:relative;overflow:hidden}
.channel-visual{display:flex;flex-direction:column;justify-content:center;gap:1.1rem;background:#fff3df}
.channel-message{display:block;text-align:center;color:#8f4100;font-size:1.1rem;font-weight:700;letter-spacing:.08em}
.video-channel .channel-banner{width:100%;height:auto;max-height:none;aspect-ratio:3/1;object-fit:contain}
.video-feature .feature-thumbnail>img{width:100%;height:100%;aspect-ratio:auto;border-radius:0;object-fit:contain;background:#fff}
.feature-thumbnail .play{width:2.7rem;height:2.7rem;font-size:1.2rem}
.channel-caption,.video-feature .feature-copy{display:flex;flex-direction:column;align-items:flex-start;gap:0;padding:1rem 1.15rem;flex:1}
.channel-caption .video-label,.video-feature .feature-copy>span{font-size:.7rem;color:#a94c00;font-weight:700}
.channel-caption h3,.video-feature .feature-copy h3{font-size:1.05rem;line-height:1.6;margin:.4rem 0 .8rem;font-weight:700}
.channel-caption b,.video-feature .feature-copy b{font-size:.75rem;color:#a94c00;margin-top:auto}
@media(max-width:820px){
.channel-message{font-size:.9rem}.channel-visual{gap:.75rem}
.channel-caption,.video-feature .feature-copy{padding:.9rem 1rem}
.channel-caption h3,.video-feature .feature-copy h3{font-size:1rem}
}

/* Keep both video previews modest; retain full artwork without cropping. */
.channel-visual,.video-feature .feature-thumbnail{aspect-ratio:auto;height:250px;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:20px;gap:18px;background:#fff8ee}
.video-feature .feature-thumbnail{background:#f8f6f2}
.video-channel .channel-banner{width:100%;max-width:480px;height:auto;max-height:160px;object-fit:contain;background:transparent}
.video-feature .feature-thumbnail>img{width:100%;max-width:320px;height:auto;max-height:180px;object-fit:contain;background:transparent;border-radius:3px}
.youtube-badge{display:flex;align-items:center;justify-content:center;gap:8px;letter-spacing:0;color:#171a17;font-size:17px;line-height:1.3}
.youtube-badge svg{width:30px;height:23px;flex:none}.youtube-badge strong{font-weight:800}.youtube-badge>span{font-size:12px;font-weight:500}
@media(max-width:820px){.channel-visual,.video-feature .feature-thumbnail{height:216px;padding:18px;gap:16px}.video-feature .feature-thumbnail>img{max-width:290px;max-height:164px}.youtube-badge{font-size:16px}.youtube-badge>span{font-size:11px}}
