:root{--bg: #F5F0E8;--bg-elevated: #ECE5D6;--bg-muted: #ECE5D6;--fg: #0A0A0A;--fg-muted: #6b6558;--accent: #C9A84C;--border: #d9d0bd;--serif: "Cormorant Garamond", "Cinzel", "Noto Serif JP", Georgia, serif;--sans: "Inter", "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--mono: "JetBrains Mono", ui-monospace, SFMono-Regular, Menlo, monospace;--maxw: 1280px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--fg);font-family:var(--sans);font-size:16px;line-height:1.6;-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none;border-bottom:1px solid transparent;transition:border-color .16s ease}a:hover,a:focus-visible{border-bottom-color:var(--accent)}img{max-width:100%;display:block}.container{width:100%;max-width:var(--maxw);margin:0 auto;padding:0 56px}@media(max-width:960px){.container{padding:0 40px}}@media(max-width:720px){.container{padding:0 28px}}header.site-header{padding:28px 0 24px;border-bottom:.5px solid var(--border);position:relative;z-index:5}header .header-inner{display:flex;flex-direction:column;align-items:center;gap:16px}header .wordmark{font-family:var(--serif);font-size:1.375rem;font-weight:500;font-style:italic;letter-spacing:0;text-transform:none;color:var(--fg)}header .site-nav{display:flex;gap:28px;font-family:var(--mono);font-size:.72rem;letter-spacing:.22em;text-transform:uppercase}header .site-nav a{color:var(--fg-muted)}header .site-nav a:hover,header .site-nav a:focus-visible{color:var(--fg);border-bottom-color:var(--accent)}section.hero{position:relative;min-height:min(100vh,125vw);padding:240px 0 132px;overflow:hidden;isolation:isolate}section.hero .hero-media{position:absolute;inset:0;z-index:-1}section.hero .hero-media img{width:100%;height:100%;object-fit:cover;object-position:center 60%;filter:grayscale(15%) contrast(.98)}section.hero .hero-veil{position:absolute;inset:0;background:linear-gradient(180deg,#f5f0e859,#f5f0e8a6 55%,#f5f0e8eb),linear-gradient(90deg,#f5f0e88c,#f5f0e81a 70%)}section.hero .hero-content{position:relative;padding-right:40%}section.hero .eyebrow{font-family:var(--mono);font-size:.72rem;letter-spacing:.3em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:32px}section.hero h1{font-family:var(--serif);font-weight:500;font-size:clamp(3rem,7.5vw,6.25rem);line-height:.98;letter-spacing:-.018em;color:var(--fg);margin-top:8px}@media(max-width:768px){section.hero{min-height:min(100vh,calc(100vw * 4 / 3));padding:140px 0 72px}section.hero .hero-content{padding-right:0}}section.hero .sub{margin-top:28px;max-width:56ch;color:var(--fg-muted);font-size:1.125rem;line-height:1.75;font-weight:400}section.block{padding:176px 0 132px;border-top:.5px solid var(--border);background:var(--bg)}section.block:last-of-type{padding-bottom:176px}section.block h2{font-family:var(--serif);font-weight:500;font-size:2.125rem;letter-spacing:.02em;margin-bottom:36px}section.block p{max-width:60ch;color:var(--fg-muted)}.social{display:flex;flex-wrap:wrap;gap:32px;margin-top:20px;font-family:var(--mono);font-size:.75rem;letter-spacing:.25em;text-transform:uppercase}.social a{padding:4px 0;border-bottom:1px solid var(--border);color:var(--fg-muted);transition:color .16s ease,border-color .16s ease}.social a:hover,.social a:focus-visible{color:var(--fg);border-bottom-color:var(--accent)}.newsletter{max-width:560px;padding:0;background:transparent;border:0}.newsletter-kicker{font-family:var(--mono);font-size:.7rem;letter-spacing:.3em;text-transform:uppercase;color:var(--fg-muted);margin-bottom:14px}.newsletter h3{font-family:var(--serif);font-size:clamp(1.5rem,2.25vw,1.875rem);line-height:1.15;margin-bottom:16px;font-weight:500;font-style:italic;letter-spacing:-.005em}.newsletter-body{color:var(--fg-muted);font-weight:400;max-width:48ch;margin-bottom:28px}.newsletter .beehiiv-embed{width:100%;min-height:64px;background:transparent;border:0;margin:0}.newsletter-fallback{display:flex;gap:0;align-items:stretch;max-width:520px;border-bottom:1px solid var(--fg-muted);padding-bottom:4px;transition:border-color .16s ease}.newsletter-fallback:focus-within{border-bottom-color:var(--fg)}.newsletter-fallback input{flex:1 1 auto;padding:12px 0;background:transparent;border:0;color:var(--fg);font:inherit;font-size:1rem;outline:none}.newsletter-fallback input::placeholder{color:var(--fg-muted);font-weight:400}.newsletter-fallback button{padding:12px 0 12px 20px;background:transparent;color:var(--fg);border:0;font-family:var(--mono);font-size:.72rem;letter-spacing:.25em;text-transform:uppercase;cursor:pointer;white-space:nowrap;transition:color .16s ease}.newsletter-fallback button:hover,.newsletter-fallback button:focus-visible{color:var(--accent)}.newsletter .notice{margin-top:20px;font-size:.8rem;color:var(--fg-muted);font-weight:400}.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}footer.site-footer{padding:80px 0 40px;border-top:.5px solid var(--border);color:var(--fg-muted);font-size:.9rem;margin-top:80px}footer .footer-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:48px;padding-bottom:48px}footer .footer-col h3{font-family:var(--sans);font-size:.75rem;font-weight:500;letter-spacing:.15em;text-transform:uppercase;margin-bottom:16px;color:var(--fg)}footer .footer-col ul{list-style:none;padding:0}footer .footer-col li{margin-bottom:8px}footer .footer-col a{color:var(--fg-muted);border-bottom:0}footer .footer-col a:hover,footer .footer-col a:focus-visible{color:var(--fg)}footer .footer-baseline{display:flex;flex-wrap:wrap;align-items:center;gap:4px 16px;padding-top:24px;border-top:.5px solid var(--border);font-size:.85rem}footer .footer-mark{opacity:.6;width:32px;height:32px;flex-shrink:0}footer .footer-publisher{color:var(--fg-muted);font-size:.78rem;letter-spacing:.02em}footer .footer-publisher em{font-style:italic}@media(max-width:640px){footer .footer-grid{grid-template-columns:1fr;gap:32px}footer .footer-baseline{flex-direction:column;align-items:flex-start}}
