@import url(https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@500;600;700&family=IBM+Plex+Mono:wght@400;500&family=Manrope:wght@400;500;600;700;800&display=swap);html{font-size:16px}#root{min-height:100vh}:root{--page-max-width:1180px;--app-header-height:78px;--app-footer-height:42px;--ink-strong:#243226;--ink-soft:#5b695e;--moss-deep:#355845;--moss-soft:#728a69;--creek-deep:#4d8096;--creek-light:#d6eaee;--sun-glow:#f1dbaf;--paper-warm:#fff9efdb;--paper-cool:#eef5edb8;--border-soft:#35584526;--shadow-soft:0 24px 44px #29372a1f}#root,body,html{height:100%}*{box-sizing:border-box}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(circle at 16% 10%,#f8e6bcb8 0,#f8e6bc2e 20%,#0000 38%),linear-gradient(180deg,#eff4ef,#dde7dc 26%,#cfdbc9 51%,#d7d2bc 75%,#e9e3d4);color:#243226;color:var(--ink-strong);font-family:Manrope,sans-serif;margin:0}#root,body{overflow:hidden}code{font-family:IBM Plex Mono,monospace}button,input,select,textarea{font:inherit}a{color:#355845;color:var(--moss-deep);text-decoration-color:#3558454d;text-underline-offset:.18em;transition:color .18s ease,text-decoration-color .18s ease}a:hover{color:#20372b;text-decoration-color:#3558458c}.app-container{display:flex;flex-direction:column;isolation:isolate;min-height:100vh;overflow:hidden;position:relative}.app-container:before{background:radial-gradient(ellipse at 15% 85%,#5d7853e6 0 18%,#0000 19%),radial-gradient(ellipse at 43% 88%,#738b66f5 0 22%,#0000 23%),radial-gradient(ellipse at 73% 84%,#92a57ae0 0 18%,#0000 19%),radial-gradient(ellipse at 98% 89%,#67805ee0 0 16%,#0000 17%);content:"";inset:30% -12% 12% -12%;position:absolute;z-index:-3}.app-container:after{animation:creek-drift 18s ease-in-out infinite alternate;background:linear-gradient(90deg,#7ab7c429,#66a6b8e0 22%,#f0fbfbe6 38%,#72b1c1eb 54%,#43708880);border-radius:54% 46% 42% 58%/72% 42% 58% 38%;bottom:11%;box-shadow:inset 0 0 0 1px #ffffff42,0 18px 42px #375e7229;content:"";height:16%;left:10%;position:absolute;right:-16%;transform:rotate(-4deg);z-index:-2}.app-container>*{position:relative;z-index:2}.content{flex-grow:1;margin-inline:auto;margin-bottom:64px;margin-bottom:calc(var(--app-footer-height) + 22px);overflow-y:auto;padding:0 0 24px;scrollbar-color:#53786570 #0000;scrollbar-width:thin;width:min(1180px,calc(100% - 28px));width:min(var(--page-max-width),calc(100% - 28px))}.content::-webkit-scrollbar{width:9px}.content::-webkit-scrollbar-track{background:#0000}.content::-webkit-scrollbar-thumb{background:#53786552;border-radius:999px}.content>*{animation:rise-in .52s ease both}.home-hero{grid-gap:24px;align-items:stretch;display:grid;gap:24px;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr)}.home-copy{display:flex;flex-direction:column;gap:18px;justify-content:center;min-height:320px}.home-copy h3{font-size:clamp(2.6rem,5vw,4.3rem);line-height:.92}.home-copy p{max-width:52ch}.home-landscape{background:linear-gradient(180deg,#f7ebcdfa,#ebf3ecf5 42%,#ccdcc1f0);border:1px solid #35584526;border:1px solid var(--border-soft);border-radius:30px;box-shadow:inset 0 1px 0 #ffffff75;min-height:320px;overflow:hidden;position:relative}.home-sun{background:radial-gradient(circle,#fff5d6f5 0,#f1dbaffa 48%,#f1dbaf26 74%,#0000 75%);border-radius:50%;height:118px;position:absolute;right:42px;top:34px;width:118px}.home-hill-back,.home-hill-front{border-radius:45% 55% 0 0;left:-10%;position:absolute;right:-10%}.home-hill-back{background:linear-gradient(180deg,#b5c79f,#8aa17c);bottom:86px;height:44%}.home-hill-front{background:linear-gradient(180deg,#96b085,#67805f);bottom:22px;height:40%}.home-house{background:linear-gradient(180deg,#f3ecde,#ddd0bb);border-radius:12px 12px 16px 16px;bottom:132px;box-shadow:0 12px 24px #3e352824;height:74px;left:54%;position:absolute;width:104px}.home-house:before{background:linear-gradient(180deg,#7d5a3f,#5d3e2a);-webkit-clip-path:polygon(50% 0,100% 100%,0 100%);clip-path:polygon(50% 0,100% 100%,0 100%);content:"";height:36px;left:-10px;position:absolute;right:-10px;top:-28px}.home-house:after{background:linear-gradient(90deg,#7396a980 0 18%,#0000 18% 34%,#7396a980 34% 52%,#0000 52% 68%,#7396a980 68% 86%,#0000 86% 100%);border-radius:8px;bottom:14px;content:"";height:28px;left:16px;position:absolute;right:16px}.home-creek{background:linear-gradient(90deg,#a3d3dd33,#76b7c4f0 24%,#f3fcfcf2 42%,#6babbcf2 58%,#4370888f);border-radius:56% 44% 58% 42%/80% 32% 68% 28%;bottom:26px;box-shadow:inset 0 0 0 1px #ffffff47,0 10px 24px #3e6e832e;height:54px;left:-8%;position:absolute;right:-6%;transform:rotate(-3deg)}@keyframes creek-drift{0%{transform:translateX(0) rotate(-4deg)}to{transform:translateX(1.75%) rotate(-2deg)}}@keyframes rise-in{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@media (max-width:960px){.content{width:min(1180px,calc(100% - 18px));width:min(var(--page-max-width),calc(100% - 18px))}.home-hero{grid-template-columns:1fr}.home-copy{min-height:auto}.home-landscape{min-height:260px}.home-house{left:50%;width:92px}}@media (max-width:600px){.content{margin-bottom:58px;margin-bottom:calc(var(--app-footer-height) + 16px)}.home-landscape{min-height:230px}.home-sun{height:96px;right:24px;width:96px}.home-house{bottom:116px;height:60px;width:82px}}