@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:ital,wght@0,300..700;1,300..700&family=Source+Code+Pro:ital,wght@0,200..900;1,200..900&display=swap');:root{--rice:#faf9f5;--ink:#1d1d1b;--crimson:#d44b4b;--max:98ch;--petal:#ffc9d2}*,*::before,*::after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth;scroll-snap-type:y mandatory}body{font-family:'source sans pro',system-ui,sans-serif;font-size:large;line-height:1.6;background:var(--rice) url('/img/rice-paper.png') repeat;color:var(--ink);overflow-x:hidden;position:relative;min-height:100vh}body::after{content:"";position:fixed;inset:0;pointer-events:none;z-index:-1}@keyframes fall{0{transform:translateY(-100vh)}100%{transform:translateY(100vh)}}.hero{height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1.4rem;padding:2rem}.hero h1{font-family:'cormorant garamond',serif;font-weight:600;font-size:clamp(3rem,8vw,6rem);letter-spacing:.02em}.tag{font-size:1.3rem;font-style:italic}.cta{display:inline-block;padding:.7rem 1.6rem;border:2px solid var(--crimson);color:var(--crimson);text-decoration:none;border-radius:4px;transition:background .25s ease}.cta:hover{background:var(--crimson);color:var(--rice)}.sheet{max-width:var(--max);margin:0 auto;padding:5rem 1.5rem}.sheet--alt{background:rgba(255,255,255,.55);backdrop-filter:blur(12px);border-radius:18px}h2{font-family:'cormorant garamond',serif;font-size:2.7rem;margin-bottom:1.2rem;color:var(--crimson)}h3{font-size:1.3rem;margin-top:1.8rem}ul{list-style:square inside}ul li+li{margin-top:.6rem}a{color:var(--crimson)}a:hover{opacity:.8;text-decoration:none}.foot{text-align:center;padding:4rem 1rem 5rem;font-size:.9rem;color:#555}@media(prefers-reduced-motion:reduce){body::after{animation:none}}.hero--mini{height:40vh}.entry{padding:2.2rem 0;border-bottom:1px solid rgba(0,0,0,.08)}.entry:last-child{border-bottom:0}.entry h3{font-size:1.8rem;font-family:'cormorant garamond',serif;margin-bottom:.3rem}.entry a{color:var(--ink);text-decoration:none}.entry a:hover{color:var(--crimson)}.meta{font-size:1.25rem;color:#666;margin-bottom:.6rem}.summary{max-width:60ch}body.no-petals::after{content:none}.prose h2{font-size:1.5rem;margin-top:2.4rem}.prose .lead{font-size:1.25rem;font-weight:300;margin-bottom:1.8rem}.prose p{margin-top:2rem;margin-bottom:2rem}blockquote{margin:2rem 0;padding:.8rem 1.2rem;border-left:4px solid var(--crimson);background:rgba(0,0,0,.04);font-style:italic}code{font-family:ui-monospace,monospace;padding:.1rem .3rem;border-radius:3px;font-size:clamp(0.95rem,1.5vw,1.25rem);line-height:1.3}pre{margin:2rem 0;overflow-x:auto;background:rgba(0,0,0,.06);padding:1rem 1.2rem;border-radius:6px}.head-mini{height:40vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;gap:1rem;padding:2rem 1rem}.head-mini nav{width:100%;display:flex;justify-content:flex-start}.head-mini nav a{font-family:'source sans pro',sans-serif;font-size:1.25rem;color:var(--crimson);text-decoration:none}.head-mini nav a:hover{opacity:.8}.service-cta{margin:3rem 0;padding:1.4rem 1.6rem;border-left:4px solid var(--crimson);background:rgba(0,0,0,.04);font-size:1.05rem;line-height:1.55}.service-cta a{color:var(--crimson);text-decoration:none}.service-cta a:hover{opacity:.85}img{width:100%;height:auto}.row{display:flex;flex-wrap:wrap;padding:0 4px}.column{flex:50%;padding:0 4px}@media screen and (max-width:800px){.column{flex:100%;max-width:100%}}.rss{margin-left:.4rem;color:var(--crimson);text-decoration:none}.rss:hover{opacity:.8}.testimonial{margin:3rem 0;padding-left:1.2rem}.testimonial blockquote{font-family:'cormorant garamond',serif;font-size:1.25rem;line-height:1.55;quotes:"“" "”";font-style:normal}.testimonial p{margin-top:2rem;margin-bottom:2rem}.testimonial blockquote::before,.testimonial blockquote::after{content:""}.testimonial figcaption{margin-top:.8rem;font-size:.9rem;font-style:italic;color:#555}.crumb{width:100%;display:flex;justify-content:flex-start}.blurb{font-style:italic;margin:1.2rem 0}.testimonial-blurbs{margin-bottom:4rem}