:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--pine:#10271f;--pine-deep:#0c1d17;--cream:#f5eedf;--gold:#dab783;--copper:#c57f55;--muted:#b9bdb0;--line:#f5eedf24;--serif:"Cormorant Garamond", Georgia, serif;--sans:"DM Sans", sans-serif}*{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:24px}body{background:var(--pine);color:var(--cream);font-family:var(--sans);-webkit-font-smoothing:antialiased;margin:0}button,a{-webkit-tap-highlight-color:transparent}button{font:inherit;color:inherit;cursor:pointer}a{color:inherit;text-decoration:none}button:focus-visible,a:focus-visible{outline:2px solid var(--gold);outline-offset:5px}button{touch-action:manipulation}button:disabled{cursor:default;opacity:.65}p,h1,h2,h3{margin:0}.sr-only,.skip-link:not(:focus){clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.skip-link:focus{z-index:100;background:var(--cream);color:var(--pine);padding:15px;position:fixed;top:8px;left:8px}.ranch-page{position:relative}.site-header{z-index:5;justify-content:space-between;align-items:center;gap:30px;width:100%;padding:26px 5.2%;display:flex;position:absolute;top:0}.brand{font-family:var(--serif);align-items:center;gap:12px;font-size:24px;line-height:1.1;display:flex}.brand img{border-radius:50%;width:50px;height:50px}.brand-ranch{font:9px var(--sans);letter-spacing:.32em;margin-top:7px;display:block}.site-header nav{gap:34px;font-size:12px;display:flex}.site-header nav a{align-items:center;gap:18px;min-height:44px;display:inline-flex}.site-header nav a:hover{color:var(--gold)}.nav-home{position:relative}.nav-home:after{content:"";background:var(--gold);width:13px;height:2px;position:absolute;bottom:2px;left:0}.header-motto{text-transform:uppercase;letter-spacing:.2em;font-size:9px}.hero{isolation:isolate;align-items:center;height:min(900px,100svh);min-height:740px;display:flex;position:relative;overflow:hidden}.scene{z-index:-2;background:var(--pine);position:absolute;inset:0;overflow:hidden}.scene-image{object-fit:cover;object-position:center 58%;width:100%;height:100%;transform:scale(1.035) translate3d(var(--scene-x,0px), var(--scene-y,0px), 0);transition:transform 1.1s ease-out,filter 1.5s;display:block}.scene-shade{background:linear-gradient(90deg,#101d19c9,#17221a56 45%,#0000 72%),linear-gradient(#11251d8c,#15201826 22%,#0000 74%,#0e211be0 100%);position:absolute;inset:0}.hero-copy{z-index:2;width:600px;max-width:60%;margin-left:8%;padding:112px 0 120px;position:relative}.eyebrow{text-transform:uppercase;letter-spacing:.19em;font-size:10px;font-weight:500;line-height:1.8}.hero-copy .eyebrow{color:#f0d4ac;align-items:center;gap:12px;margin-bottom:23px;display:flex}.tiny-flower{color:#e1b879;font-size:24px;line-height:1}h1{font-family:var(--serif);letter-spacing:-.035em;text-wrap:balance;font-size:clamp(68px,7.2vw,112px);font-weight:400;line-height:.98}h1 em{color:#f1d0a2;font-weight:400}.hero-description{color:#eee6d7;max-width:370px;margin:26px 0 28px;font-size:13px;line-height:1.95}.family-link{color:#27382c;background:#f2ead9;border:1px solid #f2ead9;border-radius:3px;align-items:center;gap:35px;min-height:48px;padding:0 22px;font-size:11px;font-weight:550;transition:background .2s,transform .2s;display:inline-flex}.family-link:hover{background:#fff7e7;transform:translateY(-2px)}.family-link span{font-size:18px}.handwritten-note{font-family:var(--serif);color:#e6d3b7;margin-top:27px;font-size:18px;font-style:italic;display:block}.hero-bottom{z-index:3;justify-content:space-between;align-items:center;gap:20px;display:flex;position:absolute;bottom:35px;left:5.2%;right:5.2%}.scroll-cue{letter-spacing:.04em;color:#e6e3d4;align-items:center;gap:12px;font-size:10px;display:flex}.scroll-cue>span{border:1px solid #eeeddb55;border-radius:18px;place-items:center;width:30px;height:39px;font-size:17px;display:grid}.scene-controls{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#12241cc7;border:1px solid #f2e5ca40;border-radius:30px;align-items:center;padding:2px 6px;display:flex}.scene-controls button{color:#f1e7d5;background:0 0;border:0;align-items:center;gap:7px;min-height:42px;padding:11px 12px;font-size:10px;display:flex}.scene-controls button:hover{color:#ffd9a0}.scene-controls button>span:first-child{color:#e1b975;min-width:14px;font-size:16px}.control-divider{background:#f5eedf26;width:1px;height:15px}.night-veil{opacity:0;background:#0c20395e;transition:opacity 1.5s;position:absolute;inset:0}.is-night .night-veil{opacity:1}.is-night .scene-image{filter:brightness(.63)saturate(.7)hue-rotate(12deg)}.stars{opacity:0;transition:opacity 1.5s;position:absolute;inset:9% 0 48%}.stars i{background:#ffe6b5;border-radius:50%;width:2px;height:2px;position:absolute;box-shadow:0 0 4px #ffd38f}.is-night .stars{opacity:.75}.fireflies{position:absolute;inset:48% 8% 7% 40%}.fireflies i{opacity:0;background:#ffe2a3;border-radius:50%;width:3px;height:3px;animation:6s ease-in-out infinite firefly;position:absolute;box-shadow:0 0 7px 2px #f7c56350}@keyframes firefly{0%,to{opacity:0;transform:translate(0)}30%{opacity:.75}65%{opacity:.3}85%{opacity:0;transform:translate(15px,-35px)}}.motion-paused .fireflies i{animation-play-state:paused}.motion-paused .scene-image{transition:none;transform:scale(1.035)}.family-section{background:var(--pine);grid-template-columns:1fr 1.25fr;align-items:center;gap:60px;padding:63px 8% 60px;display:grid}.family-intro .eyebrow{color:#c6ae80;margin-bottom:13px}h2{font-family:var(--serif);letter-spacing:-.02em;font-size:42px;font-weight:400;line-height:1.03}h2 em{color:#d6c19a;font-weight:400}.family-intro>p:last-child{color:#b9c1b2;margin-top:18px;font-size:11px;line-height:1.9}.family-members{grid-template-columns:repeat(4,1fr);gap:24px;margin:0;padding:0;list-style:none;display:grid}.family-members li{text-align:center}.flower-medallion{background:#ffffff05;border:1px solid #e0d7b927;border-radius:60px 60px 18px 18px;width:92px;height:110px;margin:0 auto 13px;padding:12px 8px 5px;display:block}.flower-medallion svg{width:100%;height:100%}.family-members h3{font-family:var(--serif);font-size:25px;font-weight:400}.flower-isa{--petal:#b7a2bf;--petal-edge:#8d7495;transform:rotate(-4deg)}.flower-maya{--petal:#ebc76e;--petal-edge:#c99e4c;transform:rotate(4deg)}.flower-nicolas{--petal:#ce7148;--petal-edge:#e7a23e;--flower-center:#513d28}.site-footer{background:var(--pine);border-top:1px solid var(--line);color:#aeb9a9;justify-content:space-between;align-items:center;gap:20px;margin:0;padding:25px 5.2%;font-size:10px;display:flex}.site-footer>span:first-child{font:19px var(--serif);color:var(--cream)}.site-footer a{align-items:center;gap:14px;min-height:34px;display:inline-flex}.site-footer a:hover{color:var(--gold)}.svg-definitions{width:0;height:0;position:absolute;overflow:hidden}@media (width>=1700px){.hero-copy{margin-left:max(8%,50vw - 725px)}.family-section{padding-left:max(8%,50vw - 725px);padding-right:max(8%,50vw - 725px)}}@media (width<=1100px){.header-motto{display:none}.hero-copy{margin-left:6%}h1{font-size:86px}.family-section{gap:35px;padding-inline:6%}.family-members{gap:12px}.flower-medallion{width:75px;height:95px}}@media (width<=760px){html{scroll-padding-top:24px}.site-header{gap:15px;padding:20px 6%}.brand{gap:9px;font-size:22px}.brand img{width:42px;height:42px}.brand-ranch{font-size:8px}.site-header nav{gap:16px;font-size:11px}.site-header nav a{gap:6px}.nav-home{display:none!important}.hero{align-items:start;height:100svh;min-height:820px;max-height:940px}.hero-copy{width:100%;max-width:86%;margin-left:7%;padding:125px 0 0}h1{font-size:clamp(64px,10.4vw,83px)}.hero-copy .eyebrow{letter-spacing:.12em;margin-bottom:17px;font-size:9px}.hero-description{max-width:300px;margin-top:21px;font-size:12px;line-height:1.8}.hero-description br{display:none}.handwritten-note{margin-top:19px;font-size:17px}.scene-image{object-position:68% 50%}.scene-shade{background:linear-gradient(#0f211b9c,#1420179c 31%,#14201728 60%,#10271fd9 100%)}.hero-bottom{bottom:24px;left:7%;right:7%}.scroll-cue{gap:0;font-size:0}.scene-controls button{padding:10px}.family-section{grid-template-columns:1fr;gap:31px;padding:43px 7% 42px}.family-intro{text-align:center}h2{font-size:39px}.family-members{gap:10px}.flower-medallion{width:69px;height:85px;padding:8px 4px 3px}.family-members h3{font-size:24px}.site-footer{text-align:center;flex-wrap:wrap;justify-content:center;gap:12px 24px;padding:23px 7%}.site-footer>span:nth-child(2){order:3;width:100%;font-size:9px}}@media (width<=370px){.site-header nav a{font-size:10px}.brand{font-size:20px}.brand img{width:35px;height:35px}h1{font-size:59px}.flower-medallion{width:59px;height:78px}.scene-controls button{padding-inline:8px;font-size:9px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{transition:none!important;animation:none!important}.scene-image{transform:none!important}}
