@font-face{font-family:WichtelSerif;src:url('assets/storybook.woff') format('woff');font-weight:300 700;font-style:normal;font-display:swap}
@font-face{font-family:WichtelSerif;src:url('assets/storybook-italic.woff') format('woff');font-weight:300 700;font-style:italic;font-display:swap}
@font-face{font-family:WichtelSans;src:url('assets/sans.woff') format('woff');font-weight:400;font-style:normal;font-display:swap}
@font-face{font-family:WichtelSans;src:url('assets/sans-bold.woff') format('woff');font-weight:600 800;font-style:normal;font-display:swap}
:root{--cream:#fff8ed;--paper:#fffdf7;--green:#244c3c;--deep:#153d2f;--ink:#294637;--muted:#5f6e61;--yellow:#f3cf70;--rust:#ad553b;--rose:#f6e2d4;--blue:#e4edf0;--line:#dce1d1;--serif:WichtelSerif,Georgia,serif;--sans:WichtelSans,Arial,sans-serif;--section:clamp(5rem,9vw,8.5rem)}
*,*::before,*::after{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:8.5rem}body{margin:0;background:var(--cream);color:var(--ink);font-family:var(--sans);font-size:1rem;line-height:1.75;-webkit-font-smoothing:antialiased;overflow-x:clip}body.menu-open{overflow:hidden}::selection{background:var(--yellow);color:var(--deep)}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;touch-action:manipulation}a,button{-webkit-tap-highlight-color:transparent}img{display:block;max-width:100%}h1,h2,h3,p{margin:0}h1,h2,h3{font-family:var(--serif);font-weight:400}h1,h2{line-height:1.16;letter-spacing:-.065em}h2{font-size:clamp(2.65rem,4.2vw,4rem)}h3{font-size:1.55rem;letter-spacing:-.045em;line-height:1.35}em{font-family:var(--serif);font-weight:400}p{color:var(--muted)}button:focus-visible,a:focus-visible,summary:focus-visible,[tabindex]:focus-visible{outline:3px solid var(--rust);outline-offset:5px}[hidden]{display:none!important}.wrap{width:calc(100% - 112px);max-width:1280px;margin-inline:auto}.section{padding-block:var(--section)}.icon{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.65;stroke-linecap:round;stroke-linejoin:round;vertical-align:middle;flex-shrink:0}.icon-definitions{position:absolute;width:0;height:0;overflow:hidden}.eyebrow{font-size:.75rem;letter-spacing:.15em;line-height:1.7;font-weight:600;color:var(--green);margin-bottom:1.35rem}.skip-link{position:fixed;top:-6rem;left:1rem;background:var(--yellow);padding:1rem;z-index:200}.skip-link:focus{top:1rem}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.button{display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:var(--green);color:var(--paper);border:1px solid var(--green);border-radius:100px;min-height:58px;padding:1rem 1.7rem;font-size:.9375rem;line-height:1.5;font-weight:600;text-align:center;transition:transform .3s cubic-bezier(.2,.8,.3,1),background .3s,box-shadow .3s;box-shadow:0 6px 15px #1d483818}.button .icon{width:20px;height:20px;transition:transform .3s}.button:hover{transform:translateY(-4px);background:var(--deep);box-shadow:0 10px 25px #1d483829}.button:hover .icon:last-child{transform:translateX(4px)}.button-small{font-size:.875rem;min-height:46px;padding:.75rem 1.2rem;gap:.8rem}.button-cream{background:var(--cream);color:var(--green);border-color:var(--cream)}.button-cream:hover{background:var(--yellow);border-color:var(--yellow)}.text-link{font-size:.9375rem;border-bottom:1px solid #78927d;padding-bottom:.3rem;line-height:1.7;transition:color .25s,border-color .25s}.text-link:hover{color:var(--rust);border-color:var(--rust)}.arrow-link{display:inline-flex;align-items:center;gap:1.3rem}.arrow-link .icon{width:19px}
/* A floating, quiet navigation above the storybook landscape. */
.site-header{position:sticky;top:14px;padding-top:18px;z-index:50;height:114px;pointer-events:none}.header-inner{min-height:82px;max-width:1340px;background:#fffdf6ee;border:1px solid #f9f6e4;border-radius:100px;box-shadow:0 8px 30px #293e2c0b;padding:0 1.4rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;backdrop-filter:blur(20px);pointer-events:auto;transition:box-shadow .3s,background .3s}.scrolled .header-inner{box-shadow:0 8px 30px #293e2c20;background:#fffdf7f5}.brand{display:flex;align-items:center;gap:.55rem;flex-shrink:0}.brand-gnome{width:37px;height:55px;object-fit:contain}.brand-name{font-family:var(--serif);font-size:1.55rem;letter-spacing:-.06em;line-height:1.2;display:block}.brand-dot{color:var(--rust)}.brand-sub{display:block;font-size:.75rem;letter-spacing:.075em;line-height:1.5;margin-top:.12rem}.desktop-nav{display:flex;align-items:center;gap:1.7rem}.desktop-nav a{position:relative;font-size:.875rem;padding:.7rem 0;white-space:nowrap}.desktop-nav a::after{content:'';position:absolute;bottom:.3rem;height:2px;width:100%;left:0;background:var(--rust);transform:scaleX(0);transform-origin:left;transition:transform .3s}.desktop-nav a:hover::after,.desktop-nav a.active::after{transform:scaleX(1)}.menu-toggle{display:none;pointer-events:auto;width:44px;height:44px;border:1px solid #d8dfcf;border-radius:50%;background:transparent;flex-direction:column;align-items:center;justify-content:center;gap:5px;flex-shrink:0}.menu-toggle span{width:17px;height:1.5px;background:var(--green);transition:transform .25s}.menu-toggle[aria-expanded=true] span:first-child{transform:translateY(3.25px) rotate(45deg)}.menu-toggle[aria-expanded=true] span:last-child{transform:translateY(-3.25px) rotate(-45deg)}.mobile-nav{display:flex;flex-direction:column;pointer-events:auto;max-height:calc(100dvh - 130px);overflow:auto;background:var(--paper);border:1px solid #e0e6d7;border-radius:24px;margin:.7rem auto 0;width:calc(100% - 40px);padding:1rem 1.5rem 1.5rem;box-shadow:0 16px 30px #193d2b20}.mobile-nav a{display:flex;align-items:center;justify-content:space-between;padding:.9rem .2rem;border-bottom:1px solid var(--line);font-family:var(--serif);font-size:1.45rem}
/* The first screen is one immersive scene, with a real person within reach. */
.hero{position:relative;isolation:isolate;margin-top:-114px;min-height:880px;height:clamp(880px,65vw,970px);padding-top:153px;overflow:clip;background:#fff8e9}.hero-scene{position:absolute;inset:0;z-index:-2;transform:translate3d(var(--scene-x,0px),var(--scene-y,0px),0);will-change:transform}.scene-drift{position:absolute;inset:-12px;animation:forest-breathe 24s ease-in-out infinite}.hero-scene img{width:100%;height:100%;object-fit:cover;object-position:center center}.hero-lights{position:absolute;inset:0;z-index:-1;pointer-events:none;overflow:hidden}.light-mote{position:absolute;width:5px;height:5px;border-radius:50%;background:#fff2ae;box-shadow:0 0 12px 4px #ffdf7999;opacity:.4;animation:light-drift var(--duration,7s) ease-in-out infinite;animation-delay:var(--delay,0s)}.hero-inner{position:relative;text-align:center;z-index:2}.hero-copy{max-width:930px;margin:0 auto;animation:copy-arrive 1s cubic-bezier(.2,.75,.3,1) both}.hero-eyebrow{font-size:.75rem;font-weight:600;letter-spacing:.15em;color:var(--green);display:flex;gap:.65rem;align-items:center;justify-content:center;line-height:1.7;margin-bottom:1.35rem}.hero-eyebrow .icon{width:17px;height:17px;stroke:var(--rust)}.hero h1{font-size:clamp(4rem,6.35vw,6.1rem);line-height:1.16;color:var(--green);margin-bottom:1.35rem;letter-spacing:-.07em}.hero h1 em{color:var(--rust);position:relative}.hero-description{max-width:550px;margin:auto;font-size:1.0625rem;line-height:1.75;color:#52634e;text-wrap:pretty}.hero-actions{display:flex;align-items:center;justify-content:center;gap:1.7rem;margin-top:1.8rem}.hero-discover{display:inline-flex;align-items:center;gap:.6rem;font-size:.875rem;font-weight:600;border-bottom:1px solid #71816770;padding-block:.65rem;line-height:1.5}.hero-discover span{font-size:1.25rem;transition:transform .3s}.hero-discover:hover span{transform:translateY(4px)}.hero-person-row{position:absolute;left:0;right:0;bottom:129px;z-index:4;display:flex;align-items:flex-end;justify-content:space-between;pointer-events:none}.olga-welcome{display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem .9rem .85rem;background:#fffdf8f2;border:1px solid #fff;border-radius:18px;box-shadow:0 12px 35px #1c37252c;transform:rotate(-4deg);pointer-events:auto;transition:transform .35s;backdrop-filter:blur(12px)}.olga-welcome:hover{transform:rotate(0) translateY(-5px)}.olga-welcome>img{width:60px;height:60px;object-fit:cover;object-position:center 30%;border-radius:50%;border:3px solid #f2e4d6}.olga-welcome>span{display:flex;flex-direction:column;gap:.05rem}.olga-welcome strong{font-family:var(--serif);font-size:1.15rem;font-weight:400;letter-spacing:-.05em;line-height:1.4}.olga-welcome span span{font-size:.75rem;color:var(--muted)}.olga-welcome>.icon{width:18px;height:18px;margin-left:.7rem}.hello-area{position:relative;width:170px;height:240px;pointer-events:auto;transform:rotate(2deg)}.hello-wichtel{border:0;background:none;padding:0;position:absolute;bottom:0;right:0;width:135px;height:202px;transform-origin:50% 90%;animation:gnome-idle 6s ease-in-out infinite;filter:drop-shadow(0 9px 12px #19372140);transition:filter .3s}.hello-wichtel img{width:100%;height:100%;object-fit:contain}.hello-wichtel:hover{filter:drop-shadow(0 12px 15px #19372150)}.hello-wichtel.is-greeting{animation:gnome-hello 1.1s ease both}.hello-bubble{position:absolute;right:73px;top:10px;min-width:157px;max-width:215px;background:var(--paper);border:1px solid #eeddb6;border-radius:22px 22px 4px 22px;padding:.65rem 1rem;font-family:var(--serif);font-size:1rem;line-height:1.4;text-align:center;box-shadow:0 7px 20px #23392715;transform:rotate(-7deg);transition:transform .3s}.hello-bubble.greeted{background:var(--yellow);transform:rotate(-3deg) scale(1.04)}.hello-hearts{pointer-events:none;position:absolute;inset:0}.hello-hearts .icon{position:absolute;right:45px;bottom:125px;color:var(--rust);fill:#f3b594;stroke-width:1;width:22px;height:22px;animation:heart-burst 1.4s ease-out both;--heart-x:0px;--heart-rotate:0deg}.hero-motion{position:absolute;left:50%;bottom:83px;transform:translateX(-50%);background:#fffaf0db!important;padding:.4rem .8rem!important;border-radius:30px;color:var(--green)!important;z-index:5;font-size:.75rem!important;white-space:nowrap}
/* Four reassuring facts on one generous card. */
.at-a-glance{position:relative;z-index:5;margin-top:-51px}.facts{display:grid;grid-template-columns:repeat(4,1fr);padding:2rem 1.25rem;background:var(--paper);border:1px solid #eee7d7;border-radius:24px;box-shadow:0 18px 40px #3650350c}.fact{text-align:center;border-right:1px solid #dce2d0;padding:0 1rem;min-width:0}.fact:last-child{border-right:0}.fact-icon{display:block;margin:0 auto .6rem;color:var(--rust);width:23px;height:23px}.fact strong{display:block;font-family:var(--serif);font-size:1.9rem;letter-spacing:-.055em;line-height:1.4;font-weight:400;white-space:normal}.fact strong span{font-size:1.2rem}.fact p{font-size:.875rem;line-height:1.5;margin-top:.2rem}
/* Personal, editorial portrait with a warm handwritten-feeling sign-off. */
.about{display:grid;grid-template-columns:1.1fr .9fr;grid-template-areas:'copy portrait';gap:clamp(4rem,8vw,8rem);align-items:center;padding-top:calc(var(--section) + 1rem)}.about-copy{grid-area:copy;min-width:0}.about-copy .eyebrow{max-width:400px}.about h2{font-size:clamp(2.9rem,4.2vw,4rem);margin-bottom:1.6rem}.about h2 em{color:var(--rust)}.about-copy .about-greeting{font-weight:600;color:var(--green);font-size:1.15rem;margin-bottom:.7rem}.about-copy p:not(.eyebrow){margin-bottom:1rem;font-size:1rem;line-height:1.85}.about-copy .lead{font-size:1.125rem!important;line-height:1.75!important;color:var(--green)}.olga-signature{display:flex;align-items:baseline;gap:.7rem;font-size:.875rem;color:var(--muted);margin:1.4rem 0 1.7rem}.olga-signature span{font-size:2.15rem;letter-spacing:-.06em;font-family:var(--serif);font-style:italic;color:var(--green)}.portrait-composition{grid-area:portrait;position:relative;padding:1rem .8rem 2.3rem 0;max-width:465px;justify-self:center}.portrait-frame{border-radius:210px 210px 30px 30px;background:#f2e1d5;position:relative;overflow:hidden;transform:rotate(3deg);z-index:1;border:7px solid var(--paper);box-shadow:0 18px 45px #4a4a2c17}.portrait-frame img{width:100%;height:auto;aspect-ratio:1075/1344;object-fit:contain}.portrait-composition::before{content:'';position:absolute;inset:-10px -10px 1.5rem 10px;background:#e6ecd8;border-radius:220px 220px 30px 30px;transform:rotate(-5deg)}.portrait-label{position:absolute;z-index:3;display:flex;align-items:center;gap:1rem;left:-27px;right:36px;bottom:0;background:var(--yellow);border-radius:12px;transform:rotate(-5deg);padding:1.25rem 1.5rem;font-family:var(--serif);font-size:1.1rem;letter-spacing:-.045em;line-height:1.45;box-shadow:0 9px 20px #7a652513}.portrait-label .icon{width:29px;height:29px;stroke-width:1.4}.portrait-stamp{position:absolute;top:-12px;right:-35px;z-index:3;background:var(--rose);width:130px;height:130px;border:6px solid var(--cream);border-radius:50%;display:flex;align-items:center;justify-content:center;text-align:center;transform:rotate(12deg);box-shadow:0 8px 20px #7a652514;font-family:var(--serif);font-size:1.05rem;line-height:1.4;letter-spacing:-.04em}.portrait-stamp em{color:var(--rust)}
/* Illustrated values: three individual scenes, each with its own breathing room. */
.concept{position:relative;background:#f5efe2;isolation:isolate}.concept::before,.concept::after{content:'';position:absolute;left:-5%;width:110%;height:65px;background:var(--cream);border-radius:50%;z-index:-1}.concept::before{top:-34px}.concept::after{bottom:-36px}.section-heading{max-width:620px}.section-heading h2{margin-bottom:1.5rem}.section-heading>p:not(.eyebrow){font-size:1rem;line-height:1.85}.section-heading.center{max-width:980px;text-align:center;margin-inline:auto}.section-heading.center h2 em{color:var(--rust)}.values-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.7rem;align-items:stretch;margin-top:3.5rem}.value{min-width:0;overflow:hidden;position:relative;border-radius:25px;background:var(--paper);border:1px solid #e6dfce;box-shadow:0 9px 20px #483e2310;transition:transform .45s,box-shadow .45s}.value:nth-child(1){transform:rotate(-2deg)}.value:nth-child(2){transform:translateY(15px) rotate(1deg)}.value:nth-child(3){transform:rotate(2deg)}.value:hover{transform:translateY(-8px) rotate(0);box-shadow:0 18px 35px #483e231a}.value-art{aspect-ratio:1.28/1;overflow:hidden;position:relative;background:var(--cream);border-bottom:1px solid #eee5d4}.value-art img{height:100%;width:300%;max-width:none;object-fit:cover;object-position:center center;transition:transform .7s cubic-bezier(.2,.7,.2,1)}.value-art-1 img{transform:translateX(0)}.value-art-2 img{transform:translateX(-33.333333%)}.value-art-3 img{transform:translateX(-66.666667%)}.value-content{padding:1.8rem 1.8rem 2rem}.value-top{display:flex;align-items:center;justify-content:space-between;color:var(--green);margin-bottom:1.15rem}.value-top>span{font-size:.75rem;letter-spacing:.1em}.value-top .icon{width:24px;height:24px;color:var(--rust)}.value h3{font-size:1.65rem;margin-bottom:1rem}.value p{font-size:1rem;line-height:1.85}.value-tag{font-size:.75rem;display:inline-block;padding:.5rem .8rem;border-radius:30px;background:#e9efdf;color:var(--green);margin-top:1.5rem;line-height:1.4}.value:nth-child(2) .value-tag{background:#f8e7c0}.value:nth-child(3) .value-tag{background:#f7e2d4}.concept-foot{display:flex;justify-content:center;align-items:center;gap:.7rem;margin-top:3.9rem}.concept-foot .icon{width:18px;height:18px;color:var(--rust)}.concept-foot p{color:var(--green);font-size:.875rem}
/* A tactile little daybook, with accessible page tabs. */
.day-section{background:var(--green);color:var(--cream);margin-top:0;position:relative;border-bottom:10px solid #ead9ac}.day-layout{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:center}.day-intro{position:relative;padding-bottom:185px}.day-intro .eyebrow{color:#eed597}.day-intro h2{font-size:clamp(2.85rem,4.1vw,4rem);margin-bottom:1.7rem}.day-intro h2 em{color:var(--yellow)}.day-intro>p:not(.eyebrow){color:#e2e9da;font-size:1rem;line-height:1.85;max-width:380px}.day-intro p.day-note{font-size:.875rem;color:#c3d2be;margin-top:1.1rem;max-width:355px}.day-gnome{position:absolute;width:120px;height:180px;object-fit:contain;bottom:-4px;left:0;transform-origin:50% 92%;animation:gnome-idle 6s ease-in-out infinite;filter:drop-shadow(0 12px 14px #102f2545)}.gnome-caption{position:absolute;bottom:51px;left:144px;font-family:var(--serif);font-size:1.1rem;line-height:1.5;letter-spacing:-.04em;transform:rotate(-8deg);color:#e4e9d3}.day-book{background:var(--paper);color:var(--green);border-radius:8px 26px 26px 8px;box-shadow:-8px 0 0 #173f30,3px 5px 0 #d4ccae,7px 9px 0 #e8dfc5,12px 20px 42px #10291f40;border-left:8px solid #e5d3a8;overflow:hidden;transform:rotate(1.5deg);min-width:0}.book-label{display:flex;align-items:center;gap:.6rem;padding:1.25rem 1.5rem;font-size:.75rem;letter-spacing:.065em;color:var(--green);border-bottom:1px solid #e8e7db;background:#f6edd7}.book-label>.icon{width:17px;height:17px;color:var(--rust)}.book-page-number{margin-left:auto;font-variant-numeric:tabular-nums;white-space:nowrap;color:#68715a}.day-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:.3rem;padding:.8rem 1rem .7rem;background:var(--paper)}.day-tabs button{border:1px solid #dde4d0;background:transparent;border-radius:100px;display:flex;align-items:center;justify-content:center;gap:.4rem;padding:.65rem .4rem;min-height:45px;min-width:0;font-size:.8125rem;line-height:1.5;transition:background .2s,color .2s,transform .2s}.day-tabs button .icon{width:16px;height:16px}.day-tabs button[aria-selected=true]{background:var(--green);border-color:var(--green);color:var(--paper);box-shadow:0 4px 10px #244c3c15}.day-tabs button:hover{transform:translateY(-2px)}.day-panel{padding:1.3rem 1.8rem 0;min-height:515px;animation:page-turn .45s cubic-bezier(.2,.7,.3,1) both;transform-origin:left center}.panel-heading>span{font-size:.75rem;letter-spacing:.1em;font-weight:600;color:#68745d}.panel-heading p{font-family:var(--serif);font-size:1.55rem;letter-spacing:-.05em;color:var(--green);line-height:1.4;margin-top:.55rem}.timeline{list-style:none;padding:0;margin:1.8rem 0 0}.timeline li{display:grid;grid-template-columns:105px 1fr;gap:1.2rem;padding-bottom:1.6rem;position:relative}.timeline li::before{content:'';position:absolute;width:7px;height:7px;background:#b7c698;border-radius:50%;top:9px;left:111px;z-index:1}.timeline li:not(:last-child)::after{content:'';position:absolute;left:114px;width:1px;background:#dbe2cc;top:14px;bottom:-9px}.timeline time{font-size:.8125rem;color:var(--green);font-weight:600;line-height:1.7;white-space:nowrap;padding-top:.12rem}.timeline h3{font-family:var(--sans);font-size:1rem;letter-spacing:0;font-weight:600;line-height:1.45;margin-bottom:.3rem}.timeline p{font-size:1rem;line-height:1.7}.timeline.compact{margin-top:1.4rem}.timeline.compact li{padding-bottom:1rem}.timeline.compact p{font-size:.9375rem}.day-footer{border-top:1px solid #dfe3d4;padding:1.1rem 0;font-size:.75rem;letter-spacing:.035em;color:#647259;line-height:1.6}
/* Settling-in is a gentle three-part journey, not a checklist. */
.settling{display:block}.settling>.section-heading{text-align:center;max-width:740px;margin:0 auto}.settling h2 em{color:var(--rust)}.settling-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem;margin-top:3.5rem;position:relative}.settling-steps::before{content:'';position:absolute;top:37px;left:12%;right:12%;border-top:2px dashed #d7dac1}.settling-step{position:relative;text-align:center}.step-number{display:grid;place-items:center;position:relative;width:76px;height:76px;margin:0 auto 1.5rem;border-radius:50%;background:var(--yellow);border:8px solid var(--cream);font-family:var(--serif);font-size:1.9rem;color:var(--green);z-index:1}.settling-step:nth-child(2) .step-number{background:#dce8d2}.settling-step:nth-child(3) .step-number{background:#f1d3c1}.step-kicker{font-size:.75rem;font-weight:600;letter-spacing:.07em;color:#69745a;line-height:1.7}.settling-step h3{font-size:1.5rem;margin:.55rem 0 1rem}.settling-step p{font-size:1rem;line-height:1.8}
/* Warm materials and everyday care. */
.little-things{background:#f4dfc9;padding-block:5.7rem;border-radius:60px 60px 0 0;position:relative}.little-things-layout{display:grid;grid-template-columns:1fr 1fr;gap:6rem;align-items:start}.little-things h2{font-size:clamp(2.8rem,3.75vw,3.65rem)}.little-things h2 em{color:#945032}.everyday-intro{font-size:1.0625rem;line-height:1.85;max-width:370px;margin-top:1.6rem;color:#59654f}.everyday-love{display:flex;align-items:center;gap:.8rem;margin-top:2rem;font-family:var(--serif);font-size:1.2rem;letter-spacing:-.04em;transform:rotate(-3deg);transform-origin:left center}.everyday-love .icon{width:28px;height:28px;stroke:#a75839;stroke-width:1.4}.everyday-list article{display:flex;gap:1.2rem;padding:1.7rem 0;border-bottom:1px solid #c9c1a6}.everyday-list article:first-child{padding-top:0}.everyday-list article:last-child{border:0;padding-bottom:0}.everyday-list article>span{width:32px;height:32px;display:flex;justify-content:center;align-items:center;font-size:.75rem;background:#fdf3e6;border-radius:50%;flex-shrink:0;margin-top:.2rem;color:var(--rust)}.everyday-list h3{font-size:1.65rem;margin-bottom:.75rem}.everyday-list p{font-size:1rem;line-height:1.85;color:#58654f}
/* Plain answers, beautifully legible. */
.faq-section{display:grid;grid-template-columns:.9fr 1.1fr;gap:5rem;align-items:start}.faq-intro h2{font-size:clamp(2.8rem,3.7vw,3.55rem);margin-bottom:1.5rem}.faq-intro h2 em{color:var(--rust)}.faq-intro p:not(.eyebrow){font-size:1rem;margin-bottom:1.5rem}.faq-list{border-top:1px solid #ccd8c4}.faq-list details{border-bottom:1px solid #ccd8c4}.faq-list summary{list-style:none;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.5rem 0;font-size:1rem;line-height:1.6;font-weight:600;cursor:pointer}.faq-list summary::-webkit-details-marker{display:none}.plus{display:block;position:relative;width:32px;height:32px;border:1px solid #c9d4ba;border-radius:50%;flex-shrink:0;transition:background .25s}.plus::before,.plus::after{content:'';position:absolute;width:10px;height:1.5px;left:10px;top:14px;background:var(--green);transition:transform .25s}.plus::after{transform:rotate(90deg)}details[open] .plus{background:var(--yellow);border-color:var(--yellow)}details[open] .plus::after{transform:rotate(0)}.answer{padding:0 2.8rem 1.5rem 0;animation:answer-arrive .3s ease both}.answer p{font-size:1rem;line-height:1.85}
/* A personal invitation, with the same care as the first screen. */
.contact-section{background:var(--green);color:var(--cream);position:relative;padding-block:6rem;border-top:10px solid #e9d8a9}.contact-inner{display:grid;grid-template-columns:1.55fr 1fr;gap:5rem;align-items:center}.contact-title .eyebrow{color:#ead18a}.contact-title h2{font-size:clamp(2.7rem,3.8vw,3.7rem);line-height:1.2;margin-bottom:1.8rem}.contact-title h2 em{color:var(--yellow)}.contact-title p:not(.eyebrow){font-size:1rem;line-height:1.85;color:#d8e3d1}.contact-actions{display:flex;align-items:center;gap:1.7rem;flex-wrap:wrap;margin-top:2rem}.contact-actions .button{font-size:.875rem;gap:.75rem;padding:1rem 1.4rem}.contact-phone{display:inline-flex;align-items:center;gap:.6rem;font-size:.9375rem;padding:.6rem 0}.contact-phone .icon{width:18px;height:18px}.contact-address{position:relative;border:1px solid #aebe9455;background:#1c4436;border-radius:23px;padding:2rem 2rem 2.3rem;min-height:365px}.contact-address-label{font-size:.75rem;letter-spacing:.1em;color:#ced7b8}.contact-address h3{font-size:1.7rem;margin:1.15rem 0 .8rem}.contact-address p{font-size:1rem;color:#dce5d4;line-height:1.85}.map-link{display:flex;align-items:center;gap:.6rem;width:fit-content;color:var(--yellow);font-size:.875rem;margin-top:1.5rem}.map-link .icon{width:17px;height:17px}.map-link .icon:last-child{margin-left:.7rem}.contact-email{display:inline-block;font-size:.875rem;margin-top:1.3rem;position:relative;z-index:2;overflow-wrap:anywhere}.contact-email:hover{text-decoration:underline}.contact-gnome{position:absolute;right:-21px;bottom:62px;width:91px;height:137px;object-fit:contain;transform-origin:50% 95%;animation:gnome-idle 6s ease-in-out infinite;animation-delay:-3s;filter:drop-shadow(0 8px 10px #08271950);pointer-events:none}.site-footer{padding-block:2.5rem 1.6rem}.footer-inner{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-bottom:1.65rem;border-bottom:1px solid var(--line)}.footer-brand{font-family:var(--serif);font-size:1.65rem;letter-spacing:-.06em}.footer-brand span{color:var(--rust)}.footer-inner p{font-size:.875rem}.footer-inner nav{display:flex;align-items:center;gap:1.4rem}.footer-inner nav a,.motion-toggle{font-size:.8125rem;color:var(--muted);line-height:1.6}.footer-inner nav a{padding:.5rem 0}.footer-inner nav a:hover{text-decoration:underline}.motion-toggle{display:inline-flex;align-items:center;gap:.45rem;background:transparent;border:0;padding:.5rem 0}.motion-toggle .icon{width:15px;height:15px}.footer-bottom{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding-top:1.2rem;font-size:.75rem;color:#68745f}.footer-bottom a{padding:.3rem 0;white-space:nowrap}.legal-main{max-width:850px;padding-block:4.5rem 7rem}.legal-main h1{font-size:3.6rem;margin-bottom:2.5rem}.legal-main h2{font-size:1.7rem;letter-spacing:-.04em;margin:2rem 0 1rem}.legal-main p,.legal-main li{font-size:1rem;line-height:1.85;margin-bottom:1rem}.legal-main a{color:var(--green);text-decoration:underline;text-underline-offset:4px;overflow-wrap:anywhere}.legal-back{display:inline-block;font-size:.875rem;margin-bottom:2.5rem}.legal-note{padding:1.3rem;border-left:3px solid var(--green);background:#edf0df}
/* Motion is soft, purposeful, and can always be paused. */
.reveal{transition:opacity .8s ease,translate .8s cubic-bezier(.2,.7,.25,1)}.reveal.pre-reveal{opacity:0;translate:0 28px}.reveal.visible{opacity:1;translate:0 0}.value:nth-child(2){transition-delay:.08s}.value:nth-child(3){transition-delay:.16s}.paused-motion *, .paused-motion *::before,.paused-motion *::after{animation-play-state:paused!important}.paused-motion{scroll-behavior:auto}.paused-motion .reveal{opacity:1;translate:0 0;transition:none}.paused-motion .hero-scene{transform:none!important}.paused-motion .hello-hearts{display:none}
@keyframes copy-arrive{from{opacity:0;transform:translateY(18px)}to{opacity:1;transform:none}}@keyframes forest-breathe{0%,100%{transform:scale(1)}50%{transform:scale(1.026)}}@keyframes light-drift{0%,100%{transform:translate3d(0,0,0);opacity:.1}50%{transform:translate3d(12px,-24px,0);opacity:.85}}@keyframes gnome-idle{0%,100%{transform:rotate(-2deg) translateY(0)}50%{transform:rotate(3deg) translateY(-7px)}}@keyframes gnome-hello{0%{transform:rotate(0)}20%{transform:rotate(-9deg) translateY(-12px)}40%{transform:rotate(8deg) translateY(-4px)}60%{transform:rotate(-7deg) translateY(-9px)}80%{transform:rotate(5deg) translateY(-3px)}100%{transform:rotate(0)}}@keyframes heart-burst{0%{opacity:0;transform:translate(0,0) scale(.4)}18%{opacity:1}100%{opacity:0;transform:translate(var(--heart-x),-140px) rotate(var(--heart-rotate)) scale(1.2)}}@keyframes page-turn{from{opacity:.2;transform:perspective(900px) rotateY(-7deg) translateX(8px)}to{opacity:1;transform:none}}@keyframes answer-arrive{from{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:none}}
@media(min-width:1600px){.hero{height:1000px;min-height:1000px;padding-top:170px}.hero h1{font-size:6.55rem}.hero-description{max-width:580px;font-size:1.125rem}.hero-person-row{bottom:150px}.hello-area{height:260px}.hello-wichtel{height:225px;width:150px}.hello-bubble{top:0}.hero-motion{bottom:88px}.hero-scene img{object-position:center 56%}}
@media(max-width:1180px){.wrap{width:calc(100% - 72px)}.header-inner{padding-inline:1.1rem;gap:1rem}.brand-name{font-size:1.4rem}.brand-sub{font-size:.75rem;letter-spacing:.025em}.brand-gnome{width:31px;height:46px}.desktop-nav{gap:1rem}.desktop-nav a{font-size:.8125rem}.header-cta{font-size:.8125rem;padding:.75rem 1rem}.hero{min-height:830px;height:830px;padding-top:155px}.hero h1{font-size:5.9vw}.hero-description{max-width:510px}.hero-person-row{bottom:126px}.olga-welcome{gap:.7rem;padding:.75rem}.olga-welcome>img{width:51px;height:51px}.hello-area{height:195px;width:140px}.hello-wichtel{width:112px;height:168px}.hello-bubble{top:-10px;right:65px;font-size:.875rem}.facts{padding:1.7rem 1rem}.fact{padding-inline:.75rem}.fact strong{font-size:1.7rem}.fact strong span{font-size:1.05rem}.fact p{font-size:.8125rem}.about{gap:4rem}.portrait-stamp{right:-15px;top:-16px;width:115px;height:115px;font-size:1rem}.portrait-label{left:-20px;right:10px;padding:1.1rem;font-size:1rem}.value-content{padding:1.5rem 1.35rem 1.7rem}.value h3{font-size:1.4rem}.value p{font-size:.9375rem}.values-grid{gap:1.3rem}.day-layout{gap:3rem;grid-template-columns:.85fr 1.15fr}.day-intro h2{font-size:3.3rem}.day-panel{padding-inline:1.5rem}.book-label{padding-inline:1.25rem;font-size:.75rem;letter-spacing:0}.day-tabs{padding-inline:.6rem}.day-tabs button{font-size:.75rem;gap:.3rem}.day-tabs button .icon{width:14px;height:14px}.timeline li{grid-template-columns:90px 1fr;gap:1.4rem}.timeline time{font-size:.75rem}.timeline li::before{left:100px}.timeline li:not(:last-child)::after{left:103px}.timeline p{font-size:.9375rem}.settling-steps{gap:2rem}.little-things-layout,.faq-section,.contact-inner{gap:3.5rem}.contact-address{padding:1.7rem 1.5rem}.contact-title h2{font-size:3.1rem}.footer-inner p{display:none}.contact-email{font-size:.8125rem}}
@media(max-width:960px){.desktop-nav{display:none}.header-cta{margin-left:auto}.menu-toggle{display:flex}.header-inner{min-height:74px}.site-header{height:106px}.hero{margin-top:-106px;min-height:880px;height:880px;padding-top:151px}.hero h1{font-size:clamp(3.9rem,7.5vw,5rem)}.hero-description{max-width:490px;font-size:1rem}.hero-scene img{object-position:center center}.hero-person-row{bottom:130px}.hello-bubble{right:65px;min-width:140px}.facts{grid-template-columns:repeat(2,1fr);gap:1.7rem 0;padding-block:1.8rem;max-width:780px}.fact:nth-child(2){border-right:0}.fact-icon{display:none}.fact strong{font-size:1.9rem}.fact strong span{font-size:1.2rem}.fact p{font-size:.875rem}.about{grid-template-columns:1.1fr .9fr;gap:2.5rem}.about h2{font-size:2.8rem}.about-copy .eyebrow{font-size:.75rem;letter-spacing:.09em}.about-copy .lead{font-size:1.0625rem!important}.portrait-stamp{width:108px;height:108px;right:-7px;font-size:.9375rem}.portrait-label{font-size:.9375rem;padding:.95rem .8rem;gap:.7rem;right:-5px;left:-15px}.portrait-label .icon{width:23px;height:23px}.value h3{font-size:1.25rem}.value-content{padding:1.3rem 1.15rem 1.5rem}.value p{font-size:.9375rem}.value-tag{font-size:.75rem;padding:.4rem .7rem}.value-art{aspect-ratio:1.1/1}.values-grid{gap:1rem}.section-heading.center h2{font-size:3.05rem}.day-layout{grid-template-columns:1fr;gap:3rem}.day-intro{padding-right:200px;padding-bottom:0}.day-intro h2{font-size:3.6rem}.day-intro>p:not(.eyebrow){max-width:none}.day-intro p.day-note{max-width:450px}.day-gnome{left:auto;right:30px;bottom:38px;width:130px;height:195px}.gnome-caption{left:auto;right:0;bottom:0;font-size:1.05rem}.day-book{max-width:700px;width:100%;margin:auto;transform:rotate(.7deg)}.book-label{padding:1.2rem 1.5rem}.day-tabs{padding:.8rem 1rem}.day-tabs button{font-size:.875rem;padding:.8rem}.day-tabs button .icon{width:18px;height:18px}.day-panel{min-height:460px;padding:1.5rem 2rem 0}.timeline li{grid-template-columns:110px 1fr;gap:1.5rem}.timeline time{font-size:.875rem}.timeline li::before{left:119px}.timeline li:not(:last-child)::after{left:122px}.timeline p,.timeline.compact p{font-size:1rem}.settling-steps{gap:1.5rem}.settling-step h3{font-size:1.3rem}.settling-step p{font-size:.9375rem}.little-things-layout,.faq-section{grid-template-columns:1fr;gap:2.8rem}.little-things h2{font-size:3.2rem}.everyday-intro{max-width:600px}.everyday-love{margin-top:1.2rem}.contact-inner{grid-template-columns:1fr;gap:3rem}.contact-title h2{font-size:3.8rem}.contact-address{max-width:600px;width:100%;padding:2rem 2rem 2.3rem;min-height:0}.contact-gnome{right:20px;bottom:45px;width:120px;height:180px}.contact-email{font-size:.9375rem}.contact-title p br{display:none}.footer-inner nav{gap:1.2rem}.footer-brand{font-size:1.5rem}.footer-bottom{flex-wrap:wrap}}
@media(max-width:640px){:root{--section:4.75rem}.wrap{width:calc(100% - 40px)}html{scroll-padding-top:7rem}.site-header{top:0;padding-top:12px;height:91px}.header-inner{width:calc(100% - 24px);min-height:67px;padding:0 .8rem;border-radius:100px;gap:.7rem}.brand{gap:.4rem}.brand-gnome{width:29px;height:43px}.brand-name{font-size:1.3rem}.brand-sub{font-size:.75rem;letter-spacing:.02em}.header-cta{display:none}.menu-toggle{margin-left:auto;width:40px;height:40px}.mobile-nav{margin-top:.5rem;width:calc(100% - 24px);padding:.75rem 1.3rem 1.3rem}.hero{margin-top:-91px;height:895px;min-height:895px;padding-top:128px}.hero h1{font-size:clamp(2.75rem,10.6vw,4.1rem);letter-spacing:-.07em;line-height:1.18;margin-bottom:1.25rem}.hero-eyebrow{font-size:.75rem;letter-spacing:.045em;line-height:1.6;gap:.45rem;margin:0 auto 1.25rem;max-width:320px}.hero-eyebrow .icon{width:15px;height:15px}.hero-description{font-size:1rem;max-width:355px;line-height:1.8;padding:0 .3rem}.hero-actions{flex-direction:column;gap:.7rem;margin-top:1.5rem}.hero-actions .button{min-height:55px;padding:1rem 1.5rem;font-size:.9375rem}.hero-discover{font-size:.875rem;border:0;padding:.4rem}.hero-scene{top:330px;bottom:0;left:0;right:0}.scene-drift{inset:0;animation:none}.hero-scene img{width:205%;max-width:none;height:auto;position:absolute;left:-52.5%;bottom:0;object-fit:contain;object-position:center}.hero-scene::after{content:'';position:absolute;inset:0 0 auto;height:140px;background:linear-gradient(var(--cream),#fff8ed00);pointer-events:none}.hero-inner{padding-inline:0}.hero-person-row{bottom:132px;width:calc(100% - 40px)}.olga-welcome{max-width:245px;gap:.55rem;padding:.65rem;transform:rotate(-4deg);border-radius:14px}.olga-welcome>img{width:45px;height:45px;border-width:2px}.olga-welcome strong{font-size:1rem;line-height:1.5}.olga-welcome span span{font-size:.75rem;line-height:1.4;max-width:145px}.olga-welcome>.icon{display:none}.hello-area{width:80px;height:150px;margin-right:-6px}.hello-wichtel{width:83px;height:125px;right:0}.hello-bubble{right:15px;top:-44px;min-width:140px;max-width:160px;padding:.55rem .8rem;font-size:.875rem}.hello-hearts .icon{right:25px;bottom:85px}.hero-motion{bottom:79px;font-size:.75rem!important}.light-mote{width:4px;height:4px}.at-a-glance{margin-top:-45px}.facts{padding:1.5rem .25rem;gap:1.6rem 0;border-radius:20px}.fact{padding:0 .45rem}.fact strong{font-size:1.6rem;line-height:1.35}.fact strong span{font-size:1rem}.fact p{font-size:.8125rem;max-width:150px;margin:.35rem auto 0;line-height:1.6}.about{grid-template-columns:1fr;grid-template-areas:'portrait' 'copy';gap:3.3rem;padding-top:4rem}.portrait-composition{width:83%;max-width:350px;padding-bottom:1.7rem;padding-right:0;margin:0 auto}.portrait-frame{border-width:5px;border-radius:180px 180px 25px 25px}.portrait-composition::before{inset:-5px -9px 1rem 10px}.portrait-label{font-size:1rem;left:-20px;right:4px;padding:1rem .85rem}.portrait-label .icon{width:25px;height:25px}.portrait-stamp{width:110px;height:110px;top:-13px;right:-28px;font-size:.9375rem}.about h2{font-size:2.9rem;margin-bottom:1.35rem}.about-copy .eyebrow{font-size:.75rem;letter-spacing:.09em}.about-copy p:not(.eyebrow){font-size:1rem}.about-copy .lead{font-size:1.0625rem!important}.about-copy .about-greeting{font-size:1.1rem}.olga-signature{margin:1.1rem 0 1.5rem}.olga-signature span{font-size:2rem}.eyebrow{font-size:.75rem;letter-spacing:.09em}h2{font-size:2.65rem}.section-heading.center{text-align:center}.section-heading.center h2{font-size:2.55rem;line-height:1.2}.section-heading.center>p br{display:none}.concept{padding-top:4.8rem;padding-bottom:4.5rem}.values-grid{grid-template-columns:1fr;gap:1.6rem;margin-top:2.7rem;max-width:450px;margin-inline:auto}.value,.value:nth-child(1),.value:nth-child(2),.value:nth-child(3){transform:none;border-radius:22px}.value:hover{transform:translateY(-3px)}.value-art{aspect-ratio:1.5/1}.value-content{padding:1.5rem 1.55rem 1.7rem}.value h3{font-size:1.65rem}.value p{font-size:1rem}.value-top{margin-bottom:.85rem}.value-tag{font-size:.8125rem;margin-top:1.2rem}.concept-foot{margin-top:2.4rem;align-items:flex-start;gap:.65rem}.concept-foot .icon{margin-top:4px}.concept-foot p{font-size:.875rem;max-width:310px}.day-section{padding-top:4.7rem;padding-bottom:4.6rem;border-bottom-width:7px}.day-layout{gap:2rem}.day-intro{padding-right:0;padding-bottom:155px}.day-intro h2{font-size:2.9rem;margin-bottom:1.3rem}.day-intro .eyebrow{font-size:.75rem;letter-spacing:.08em}.day-intro>p:not(.eyebrow){font-size:1rem;line-height:1.8}.day-intro p.day-note{font-size:.875rem;max-width:100%}.day-gnome{left:9px;right:auto;bottom:0;width:94px;height:141px}.gnome-caption{left:128px;right:auto;bottom:37px;font-size:1.05rem}.day-book{border-radius:5px 19px 19px 5px;border-left-width:5px;transform:none;box-shadow:3px 4px 0 #d4ccae,6px 8px 0 #e8dfc5,12px 20px 40px #10291f35;width:calc(100% - 7px);margin-left:0}.book-label{padding:1rem .9rem;gap:.45rem;font-size:.75rem;line-height:1.6}.book-label>.icon{width:16px;height:16px}.book-label>span:nth-child(2){max-width:190px;font-size:.75rem}.book-page-number{font-size:.75rem}.day-tabs{gap:.25rem;padding:.75rem .55rem .3rem}.day-tabs button{flex-direction:column;gap:.2rem;font-size:.75rem;padding:.65rem .25rem;border-radius:12px}.day-tabs button .icon{width:18px;height:18px}.day-panel{padding:1.5rem 1.3rem 0;min-height:610px}.panel-heading>span{font-size:.75rem;letter-spacing:.08em}.panel-heading p{font-size:1.45rem}.timeline{margin-top:1.5rem}.timeline li{display:block;padding-left:1.1rem;padding-bottom:1.5rem}.timeline time{display:block;font-size:.8125rem;margin-bottom:.5rem;padding-top:0}.timeline li::before{left:0;top:8px}.timeline li:not(:last-child)::after{left:3px;top:13px;bottom:-7px}.timeline h3{font-size:1rem;line-height:1.5}.timeline p,.timeline.compact p{font-size:1rem;line-height:1.7}.timeline.compact li{padding-bottom:1.2rem}.day-footer{font-size:.75rem;letter-spacing:.025em}.settling>.section-heading{text-align:left}.settling h2{font-size:2.9rem}.settling-steps{grid-template-columns:1fr;gap:2rem;margin-top:2.3rem}.settling-steps::before{top:20px;bottom:100px;left:23px;width:0;border-top:0;border-left:2px dashed #d7dac1}.settling-step{display:flex;text-align:left;gap:1.15rem;align-items:flex-start}.step-number{width:48px;height:48px;margin:0;flex-shrink:0;border-width:5px;font-size:1.3rem}.step-kicker{font-size:.75rem;letter-spacing:.055em}.settling-step h3{font-size:1.55rem;margin:.45rem 0 .8rem}.settling-step p{font-size:1rem}.little-things{padding-block:4rem;border-radius:35px 35px 0 0}.little-things-layout{gap:2.5rem}.little-things h2{font-size:2.7rem}.everyday-intro{font-size:1rem;margin-top:1.3rem}.everyday-love{font-size:1.05rem;gap:.6rem;margin-top:1.5rem}.everyday-love .icon{width:23px;height:23px}.everyday-list article{gap:.9rem;padding:1.5rem 0}.everyday-list h3{font-size:1.55rem}.everyday-list p{font-size:1rem}.everyday-list article>span{width:29px;height:29px}.faq-section{gap:2rem}.faq-intro h2{font-size:2.8rem}.faq-intro p:not(.eyebrow){margin-bottom:1.3rem}.faq-list summary{padding:1.3rem 0;gap:1rem;font-size:1rem}.answer{padding:0 .8rem 1.5rem 0}.answer p{font-size:1rem}.contact-section{padding-block:4rem;border-top-width:7px}.contact-title h2{font-size:clamp(2.3rem,8.3vw,3.2rem);line-height:1.25;letter-spacing:-.06em}.contact-title .eyebrow{font-size:.75rem;letter-spacing:.07em}.contact-actions{gap:.5rem;flex-direction:column;align-items:flex-start;margin-top:1.5rem}.contact-inner{gap:2rem}.contact-address{padding:1.6rem 1.35rem 1.8rem;max-width:none}.contact-address h3{font-size:1.5rem}.contact-address-label{font-size:.75rem;letter-spacing:.06em}.contact-address p{font-size:1rem}.contact-gnome{right:0;bottom:82px;width:80px;height:120px}.contact-email{font-size:.875rem}.site-footer{padding-block:2rem 1.25rem}.footer-inner{flex-direction:column;align-items:flex-start;gap:1rem;padding-bottom:1.2rem}.footer-inner nav{flex-wrap:wrap;gap:.2rem 1.4rem;align-items:center}.footer-inner nav a,.motion-toggle{font-size:.875rem}.footer-brand{font-size:1.6rem}.footer-bottom{align-items:flex-start;flex-direction:column;gap:.5rem;font-size:.75rem}.legal-main{padding-block:3rem 5rem}.legal-main h1{font-size:2.7rem}.legal-main h2{font-size:1.65rem}.legal-back{margin-bottom:2rem}}
@media(max-width:360px){.wrap{width:calc(100% - 32px)}.brand-name{font-size:1.13rem}.brand-sub{font-size:.75rem;letter-spacing:0}.brand-gnome{width:25px}.header-inner{padding-inline:.7rem;gap:.5rem}.hero{height:910px;min-height:910px}.hero h1{font-size:2.55rem}.hero-eyebrow{max-width:250px}.hero-description{font-size:1rem}.hero-person-row{width:calc(100% - 28px);bottom:120px}.olga-welcome{max-width:213px;gap:.45rem;padding:.55rem}.olga-welcome strong{font-size:.9375rem}.olga-welcome>img{width:39px;height:39px}.olga-welcome span span{font-size:.75rem;max-width:125px}.hello-area{width:60px}.hello-wichtel{width:72px;height:108px}.hello-bubble{right:3px;top:-20px}.hero-scene{top:385px}.hero-scene img{width:235%;left:-67.5%}.fact strong{font-size:1.4rem}.fact strong span{font-size:.9375rem}.fact p{font-size:.8125rem}.about h2,.day-intro h2,.settling h2{font-size:2.5rem}.section-heading.center h2{font-size:2.2rem}.portrait-stamp{right:-17px;width:103px;height:103px}.value-content{padding-inline:1.3rem}.day-panel{padding-inline:1.1rem;min-height:640px}.book-label{padding-inline:.75rem}.book-label>span:nth-child(2){max-width:148px}.gnome-caption{left:116px;font-size:1rem}.little-things h2{font-size:2.45rem}.contact-title h2{font-size:2.23rem}.contact-gnome{width:62px;height:93px;bottom:87px}.contact-address{padding-inline:1.1rem}.contact-email{font-size:.8125rem}}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,*::before,*::after{animation:none!important;transition:none!important}.reveal.pre-reveal{opacity:1;translate:0 0}.hero-scene{transform:none!important}.hello-hearts{display:none}}
@media print{.site-header,.site-footer,.hero-scene,.hero-lights,.hero-person-row,.hero-motion,.hero-actions,.day-gnome,.gnome-caption,.contact-gnome{display:none!important}.wrap{width:100%;max-width:none}.section{padding-block:2rem}.hero{height:auto;min-height:0;padding:2rem 0;margin:0;background:#fff}.hero h1{font-size:3rem}.at-a-glance{margin:0}.facts{box-shadow:none;border:0}.day-section,.contact-section{background:#fff;color:#000}.day-intro h2 em,.contact-title h2 em{color:#000}.day-intro p,.contact-title p{color:#333!important}.day-layout,.about,.contact-inner,.faq-section{display:block}.day-intro{padding:0}.day-book{box-shadow:none;transform:none;border:0}.day-tabs{display:none}.day-panel[hidden]{display:block!important}.value,.portrait-frame{transform:none!important;box-shadow:none}.portrait-composition{max-width:200px;margin-block:2rem}.value-art{max-height:120px}.reveal{opacity:1!important;translate:0 0!important}}

.value-art{aspect-ratio:1/1}
.value-art img{object-fit:fill}


.value p,.timeline p,.timeline.compact p,.settling-step p{font-size:1rem}
.desktop-nav a,.header-cta,.day-tabs button,.timeline time{font-size:.875rem}
@media(max-width:640px){.hero-scene img{width:125%;left:-12.5%;bottom:0}.hero-scene::after{height:110px}.fact p{font-size:.875rem}.value-art{aspect-ratio:1/1}.hero{background:var(--cream)}}
