@font-face{font-family:"Asap Condensed";font-style:normal;font-weight:400;font-display:optional;src:url("/assets/fonts/asap-condensed-400.woff2") format("woff2")}@font-face{font-family:"Asap Condensed";font-style:normal;font-weight:600;font-display:optional;src:url("/assets/fonts/asap-condensed-600.woff2") format("woff2")}@font-face{font-family:"Asap Condensed";font-style:normal;font-weight:700;font-display:optional;src:url("/assets/fonts/asap-condensed-700.woff2") format("woff2")}*{box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);white-space:nowrap;border:0}html{overflow-x:hidden}body{margin:0;overflow-x:hidden;font-family:"Asap Condensed",sans-serif;line-height:1.6;color:#1c1b1a;background:#f7f2e6}a{color:#c50;text-decoration:none}a:hover{text-decoration:underline}header,main,footer{max-width:720px;margin:0 auto;padding:1.5rem}body.is-home main{padding-top:0}header{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1rem;padding-bottom:3rem}header .site-title{font-size:.85rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;margin:0;transition:opacity .3s ease}header .site-title a{color:inherit}header .site-title.is-hidden{opacity:0;pointer-events:none}body.is-home header{position:fixed;top:0;left:0;right:0;z-index:10;padding-bottom:1.5rem}body.is-home header .site-title{text-shadow:0 1px 3px rgba(247,242,230,.9),0 1px 8px rgba(247,242,230,.7)}.menu-toggle{position:fixed;top:1rem;right:1.25rem;z-index:45;display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:50%;background-color:#4a3626;cursor:pointer;transition:opacity .2s ease,background-color .2s ease}.menu-toggle:hover{background-color:#2f2013}.menu-toggle[aria-expanded=true]{opacity:0;pointer-events:none}.menu-toggle__icon{display:flex;flex-direction:column;gap:4px}.menu-toggle__icon span{display:block;width:18px;height:2px;background-color:#f7f2e6}.site-menu{position:fixed;top:-80px;right:0;z-index:50;display:flex;flex-direction:column;gap:.85rem;min-width:200px;padding:4.75rem 1.75rem 1.75rem;background:#fff;border-left:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0;border-bottom-left-radius:12px;box-shadow:0 16px 32px rgba(0,0,0,.14);transform-origin:top right;transform:rotate(0deg) translate(20px, -20px) scale(0.92);opacity:0;visibility:hidden;pointer-events:none;transition:transform .5s cubic-bezier(0.34, 1.56, 0.64, 1),opacity .3s ease,visibility .5s}.site-menu.is-open{transform:rotate(-15deg) translate(0, 0) scale(1);opacity:1;visibility:visible;pointer-events:auto}.site-menu a{font-size:1.05rem}.site-menu__close{margin:.25rem 0 0;background:none;border:none;padding:0;color:#6b5540;font:inherit;font-size:.8rem;letter-spacing:.08em;text-transform:uppercase;text-align:left;cursor:pointer}.social-x{position:fixed;top:67%;right:0;z-index:40;display:flex;flex-direction:column;align-items:center;gap:.6rem;transform:translateY(-50%);padding:1.1rem .65rem;background:#111;color:#fff;text-decoration:none;border-top-left-radius:5px;border-bottom-left-radius:5px;transition:background .2s ease}.social-x:hover{background:#000;text-decoration:none}.social-x__icon{flex-shrink:0}.social-x__label{writing-mode:vertical-rl;font-size:.75rem;font-weight:700;letter-spacing:.12em;text-transform:uppercase}footer{color:#6b5540;font-size:.875rem;padding-top:1.25rem;border-top:2px solid #1c1b1a}.hero-top{margin-left:calc(50% - 50vw);margin-right:calc(50% - 50vw);width:auto;height:100vh;position:relative;overflow:hidden;display:flex;align-items:flex-start;justify-content:flex-start}.hero-top__bg{position:absolute;top:-15%;left:0;right:0;bottom:-15%;background:url("/assets/img/background.png") 22% 22%/cover no-repeat;will-change:transform}.hero-top__inner{position:relative;z-index:1;width:100%;max-width:420px;margin-left:max(1.5rem,(100vw - 720px)/2 + 1.5rem);padding:7.5rem 1.5rem 0 0;text-align:left}@media(max-width: 640px){.hero-top__bg{background-position:30% 15%}.hero-top__inner{max-width:80vw;margin-left:0;padding:6.5rem 6vw 0 6vw}.hero-top__tagline{font-size:clamp(1.35rem,7vw,1.85rem)}}.hero-top__tagline{margin:0 0 1.25rem;font-size:clamp(1.5rem,4.5vw,2.5rem);font-weight:700;letter-spacing:.01em;text-transform:uppercase;line-height:1.15;color:#1c1b1a;will-change:transform}.hero-top__tagline::first-letter{color:#c50;font-size:1.15em}.hero-top__word{display:inline-block}.hero-top__word::first-letter{font-size:1.15em}.hero-top__subtext{display:inline-block;margin:0;padding:.4rem .7rem;background:rgba(247,242,230,.6);font-size:.85rem;letter-spacing:.04em;color:#c50;will-change:transform}.hero-top__scroll-cue{position:absolute;bottom:2rem;right:1.75rem;z-index:1;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background-color:#4a3626;transition:background-color .2s ease}.hero-top__scroll-cue:hover{background-color:#2f2013}.hero-top__scroll-cue-icon{width:18px;height:18px;color:#f7f2e6;animation:hero-scroll-cue-bounce 1.8s ease-in-out infinite}@keyframes hero-scroll-cue-bounce{0%,100%{transform:translateY(0)}50%{transform:translateY(6px)}}@media(prefers-reduced-motion: reduce){.hero-top__scroll-cue-icon{animation:none}}.post-curtain{position:relative}.post-list-wrap{padding-top:3rem}.post-curtain--plain .post-list-wrap{padding-top:0}.latest-post{display:flex;flex-direction:column;gap:.75rem;padding:3rem 0 2.5rem;margin-bottom:3rem}.latest-post__eyebrow{margin:0 0 .5rem;padding:.6rem 1rem;background-color:#c9a889;color:#1c1b1a;font-size:.85rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase}.latest-post__title{margin:0;font-size:clamp(2rem,5vw,3.25rem);font-weight:700;letter-spacing:-0.01em;line-height:1.1}.latest-post__title a{color:inherit}.latest-post__description{margin:0;color:#1c1b1a;font-size:1.05rem;font-weight:600;font-style:italic}.latest-post__excerpt{margin:0;color:#4a3626;font-size:1.05rem}.latest-post__read{align-self:flex-start;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c50}.post-list-heading{display:flex;align-items:baseline;gap:1rem;margin:0 0 2rem;padding:.6rem 1rem;background-color:#c9a889;text-align:left;font-size:.85rem;font-weight:700;letter-spacing:.18em;text-transform:uppercase;color:#1c1b1a}.post-list{list-style:none;margin:0 0 2rem;padding:0;display:grid;grid-template-columns:1fr;gap:2.5rem 2.5rem;align-items:stretch}@media(min-width: 640px){.post-list{grid-template-columns:repeat(2, 1fr)}}.post-card{height:100%}.post-card__inner{display:flex;flex-direction:column;height:100%;position:relative;padding:1.5rem;padding-top:1rem;padding-bottom:1rem;background:linear-gradient(135deg, rgba(144, 60, 0, 0.05) 0%, rgba(201, 168, 137, 0.24) 100%);transform:translateY(0);transition:transform .2s ease,box-shadow .2s ease}.post-card__inner::before,.post-card__inner::after{content:"";position:absolute;width:18px;height:10px;transition:border-color .2s ease}.post-card__inner::before{top:0;left:0;border-top:1px solid #a9825a;border-left:1px solid #a9825a}.post-card__inner::after{bottom:0;right:0;border-bottom:1px solid #a9825a;border-right:1px solid #a9825a}.post-card:hover .post-card__inner{transform:translateY(-3px);box-shadow:0 6px 14px rgba(28,27,26,.1)}.post-card:hover .post-card__inner::before,.post-card:hover .post-card__inner::after{border-color:#1c1b1a}.post-card__image-link{display:block;margin:-1rem -1.5rem 1rem}.post-card__image{display:block;width:100%;aspect-ratio:3/2;object-fit:cover}.post-card__body{display:flex;flex-direction:column;gap:.4rem}.post-card__meta{display:flex;align-items:center;gap:.5rem;margin:0 0 .15rem;font-size:.72rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#5a4530}.post-card__title{margin:0;font-size:1.15rem;font-weight:700;letter-spacing:.02em;line-height:1.25}.post-card__title a{color:#1c1b1a}.post-card__excerpt{margin:0;color:#4a3626;font-size:.92rem}.post-card__read{align-self:flex-end;margin-top:auto;padding-top:.75rem;font-size:.8rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#c50}.post-title{margin:0 0 .5rem;font-size:clamp(2rem,5vw,3rem);font-weight:700;letter-spacing:-0.01em;line-height:1.15;color:#1c1b1a}.post-meta{color:#5a4530;font-size:.85rem;margin:0 0 1rem;padding-bottom:1.5rem;border-bottom:2px solid #c9a889}article img{max-width:100%}article p{margin:0 0 1.5rem}article p:last-child{margin-bottom:0}.post-meta+p::first-letter{color:#c50;font-size:1.3em;font-weight:700}.bookshelf{display:flex;flex-wrap:wrap;align-items:flex-end;gap:2rem;margin-top:2rem;padding-bottom:1.5rem;border-bottom:2px solid #1c1b1a}.bookshelf__item{display:flex;flex-direction:column;align-items:center;width:160px;text-align:center}.bookshelf__cover-link{display:block}.bookshelf__cover{width:100%;aspect-ratio:2/3;object-fit:cover;border-radius:3px;box-shadow:0 8px 16px rgba(0,0,0,.2);transition:transform .2s ease}.bookshelf__cover-link:hover .bookshelf__cover{transform:translateY(-4px)}.bookshelf__title{margin:.75rem 0 .15rem;font-size:.95rem}.bookshelf__author{margin:0 0 .5rem;color:#6b5540;font-size:.8rem}.bookshelf__buy{font-size:.85rem;font-weight:700}.bookshelf__ku{margin:.25rem 0 0;color:#6b5540;font-size:.72rem;font-style:italic}.post-nav{margin-top:2rem}.post-nav a{color:#c50;font-weight:700;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase}.error-page{padding:3rem 0;text-align:center}.error-page__code{margin:0;color:#e0e0e0;font-size:clamp(4rem,18vw,8rem);font-weight:700;line-height:1}.error-page__title{margin:.5rem 0 .75rem}.error-page__message{margin:0 0 1.5rem;color:#666}.error-page__link{font-weight:700}.pagination{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:3.5rem;padding-top:1.5rem}.pagination__status{color:#5a4530;font-size:.85rem}.pagination__prev,.pagination__next{font-weight:700;font-size:.85rem;letter-spacing:.04em;text-transform:uppercase;color:#c50}/*# sourceMappingURL=style.css.map */