:root{--sun-base:#F4ECDC;--sun-base-2:#EFE3CC;--sand:#E9D8BB;--sand-2:#E2CDA6;--tan:#C9A56A;--tan-lit:#DDBE83;--tan-deep:#B2904C;--clay:#B07A46;--clay-deep:#9A6438;--sage:#7E8A6B;--sage-deep:#5E6A4D;--ink:#3E3426;--ink-soft:#5C5142;--umber:#7C6F5B;--line:rgba(176,122,70,0.28);--line-soft:rgba(62,52,38,0.10);--shadow:0 30px 64px -36px rgba(122,84,42,0.45);--shadow-soft:0 18px 40px -28px rgba(122,84,42,0.4);--measure:62ch;--serif:var(--font-fraunces),Georgia,serif;--sans:var(--font-hanken),system-ui,sans-serif}.theme-sun *{box-sizing:border-box}body:has(.theme-sun){background:var(--sun-base)}.theme-sun{min-height:100vh;background:var(--sun-base);color:var(--ink);font-family:var(--sans);font-weight:400;font-size:clamp(1rem,.96rem + .2vw,1.075rem);line-height:1.75;-webkit-font-smoothing:antialiased;overflow-x:clip;position:relative}.theme-sun h1,.theme-sun h2,.theme-sun h3,.theme-sun h4{font-family:var(--serif);font-weight:500;line-height:1.07;letter-spacing:-.012em;color:var(--ink);margin:0}.theme-sun a{color:inherit;text-decoration:none}.theme-sun img{max-width:100%;display:block}.theme-sun .wrap{width:min(1180px,92vw);margin-inline:auto}.theme-sun .section{position:relative;z-index:2;padding:clamp(5rem,9vw,8.5rem) 0}.sun-grain{position:fixed;inset:0;z-index:1;pointer-events:none;opacity:.06;mix-blend-mode:multiply;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.8' numOctaves='2' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.theme-sun .eyebrow{font-family:var(--sans);font-size:.76rem;font-weight:600;letter-spacing:.34em;text-transform:uppercase;color:var(--clay);display:inline-flex;align-items:center;gap:.7rem;margin-bottom:1.3rem}.theme-sun .eyebrow:before{content:"";width:26px;height:1px;background:var(--clay);opacity:.65}.theme-sun .lede{color:var(--ink-soft);max-width:var(--measure)}.theme-sun .lede p{margin:0 0 1.15em}.theme-sun .lede p:last-child{margin-bottom:0}.theme-sun .btn{font-family:var(--sans);font-size:.84rem;font-weight:600;letter-spacing:.05em;padding:.9rem 1.6rem;border-radius:999px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;transition:transform .25s ease,box-shadow .3s ease,background .3s ease,color .3s ease,border-color .3s;border:1px solid var(--clay)}.theme-sun .btn-primary{background:var(--tan);color:#3A2A12;border-color:var(--tan-deep)}.theme-sun .btn-primary:hover{background:var(--tan-lit);transform:translateY(-2px);box-shadow:0 16px 30px -16px rgba(178,144,76,.7)}.theme-sun .btn-ghost{background:transparent;color:var(--clay-deep);border-color:var(--line)}.theme-sun .btn-ghost:hover{border-color:var(--clay);color:var(--clay-deep);transform:translateY(-2px);background:rgba(176,122,70,.06)}.theme-sun .btn-lg{padding:1.05rem 2.1rem;font-size:.9rem}.theme-sun header.nav{position:fixed;top:0;left:0;right:0;z-index:50;transition:background .4s ease,border-color .4s ease,-webkit-backdrop-filter .4s ease;transition:background .4s ease,border-color .4s ease,backdrop-filter .4s ease;transition:background .4s ease,border-color .4s ease,backdrop-filter .4s ease,-webkit-backdrop-filter .4s ease;border-bottom:1px solid transparent}.theme-sun header.nav.scrolled{background:rgba(244,236,220,.82);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom-color:var(--line)}.theme-sun .nav-inner{display:flex;align-items:center;justify-content:space-between;padding:1.15rem 0}.theme-sun .brandmark{display:flex;align-items:center;gap:.7rem}.theme-sun .brandmark .sprig{width:24px;height:32px;color:var(--clay)}.theme-sun .brand-logo{flex:0 0 auto;display:block}.theme-sun .hero-logo-bg{position:absolute;left:50%;top:35%;transform:translate(-50%,-50%);width:min(620px,92vw);height:auto;z-index:0;pointer-events:none;opacity:.18;animation:logo-breathe 9s ease-in-out infinite}@keyframes logo-breathe{0%,to{opacity:.15;transform:translate(-50%,-50%) scale(1) rotate(-1.4deg)}50%{opacity:.23;transform:translate(-50%,-51%) scale(1.045) rotate(1.4deg)}}.theme-sun .sun-glow{position:absolute;left:50%;top:34%;transform:translate(-50%,-50%);width:min(840px,120vw);height:min(840px,120vw);z-index:0;pointer-events:none;background:radial-gradient(circle,rgba(221,190,131,.4) 0,rgba(201,165,106,.14) 34%,transparent 62%);filter:blur(6px);animation:sun-flicker 7.5s ease-in-out infinite}@keyframes sun-flicker{0%,to{opacity:.82;transform:translate(-50%,-50%) scale(1)}50%{opacity:1;transform:translate(-50%,-51%) scale(1.035)}}.theme-sun .brand-name{font-family:var(--serif);font-size:1.34rem;font-weight:500;letter-spacing:.01em;color:var(--ink)}.theme-sun .brand-sub{display:block;font-family:var(--sans);font-size:.6rem;letter-spacing:.3em;text-transform:uppercase;color:var(--sage-deep);margin-top:2px}.theme-sun .nav-links{display:flex;align-items:center;gap:2.2rem}.theme-sun .nav-links a{font-size:.86rem;letter-spacing:.03em;color:var(--ink-soft);transition:color .25s}.theme-sun .nav-links a:hover{color:var(--clay-deep)}.theme-sun .nav-cta{display:inline-flex}.theme-sun .nav-toggle{display:none;background:none;border:1px solid var(--line);border-radius:6px;padding:.5rem .6rem;cursor:pointer}.theme-sun .nav-toggle span{display:block;width:20px;height:1.5px;background:var(--ink);margin:4px 0;transition:.3s}.theme-sun .hero{position:relative;min-height:100svh;display:flex;align-items:center;z-index:2;overflow:hidden}.theme-sun .hero-bg{position:absolute;inset:0;z-index:0;background:radial-gradient(120% 90% at 50% 6%,rgba(221,190,131,.55),transparent 52%),radial-gradient(90% 70% at 82% 28%,rgba(176,122,70,.16),transparent 60%),radial-gradient(80% 70% at 16% 84%,rgba(126,138,107,.16),transparent 62%),linear-gradient(180deg,#F7F0E1,#F2E7D2 60%,#EFE3CC)}.theme-sun .sun-disc{position:absolute;left:50%;top:11%;transform:translate(-50%,-50%);width:min(560px,86vw);height:min(560px,86vw);z-index:0;pointer-events:none;color:var(--tan);opacity:.5;animation:sun-breathe 9s ease-in-out infinite}@keyframes sun-breathe{0%,to{opacity:.42;transform:translate(-50%,-50%) scale(1) rotate(0deg)}50%{opacity:.58;transform:translate(-50%,-50%) scale(1.04) rotate(7.5deg)}}.theme-sun .hero-fern{position:absolute;z-index:0;color:var(--sage);opacity:.3;pointer-events:none}.theme-sun .hero-fern.bl{bottom:2%;left:-34px;width:230px;transform:rotate(-12deg)}.theme-sun .hero-fern.br{bottom:-2%;right:-26px;width:260px;transform:rotate(166deg)}.theme-sun .hero-inner{position:relative;z-index:2;text-align:center;width:min(900px,92vw);margin-inline:auto;padding-top:5rem}.theme-sun .hero h1{font-size:clamp(2.6rem,5.2vw + 1rem,5.1rem);font-weight:500;letter-spacing:-.02em;margin-bottom:1.6rem;color:var(--ink)}.theme-sun .hero h1 em{font-style:italic;color:var(--clay);font-weight:400}.theme-sun .hero .sub{color:var(--ink-soft);font-size:clamp(1.05rem,.4vw + 1rem,1.24rem);max-width:46rem;margin:0 auto 1.1rem}.theme-sun .hero .spec{color:var(--umber);font-size:.96rem;max-width:42rem;margin:0 auto 2.6rem;letter-spacing:.01em}.theme-sun .hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.theme-sun .scroll-hint{position:absolute;bottom:2rem;left:50%;transform:translateX(-50%);z-index:2;font-size:.66rem;letter-spacing:.3em;text-transform:uppercase;color:var(--umber);display:flex;flex-direction:column;align-items:center;gap:.6rem;opacity:.85}.theme-sun .scroll-hint .dot{width:1px;height:34px;background:linear-gradient(var(--clay),transparent);animation:drop 2.4s ease-in-out infinite}@keyframes drop{0%{transform:scaleY(0);transform-origin:top}50%{transform:scaleY(1);transform-origin:top}to{transform:scaleY(0);transform-origin:bottom}}.theme-sun .divider{display:flex;align-items:center;gap:1.4rem;justify-content:center;color:var(--clay);opacity:.7;margin:0 auto}.theme-sun .divider .rule{height:1px;width:min(180px,28vw);background:linear-gradient(90deg,transparent,var(--clay))}.theme-sun .divider .rule.r{background:linear-gradient(90deg,var(--clay),transparent)}.theme-sun .divider .sun{width:46px;height:30px}.theme-sun #about{background:var(--sand)}.theme-sun .about-grid{display:grid;grid-template-columns:.85fr 1.15fr;grid-gap:clamp(2.5rem,5vw,5rem);gap:clamp(2.5rem,5vw,5rem);align-items:start}.theme-sun .portrait-col{position:-webkit-sticky;position:sticky;top:6.5rem;align-self:start}.theme-sun .portrait{position:relative;aspect-ratio:4/5;overflow:hidden;border-radius:1000px 1000px 16px 16px;border:1px solid var(--line);background:linear-gradient(165deg,#E7D3AE,#D9BE8E);box-shadow:var(--shadow)}.theme-sun .portrait img{width:100%;height:100%;object-fit:cover;position:absolute;inset:0}.theme-sun .portrait .frame-line{position:absolute;inset:13px;border:1px solid rgba(255,250,240,.4);border-radius:1000px 1000px 8px 8px;pointer-events:none;z-index:2}.theme-sun .portrait-sun{position:absolute;top:-26px;left:50%;transform:translateX(-50%);width:64px;height:64px;color:var(--tan-deep);z-index:3;opacity:.9;background:var(--sand);border-radius:50%;padding:6px}.theme-sun .about-h{font-size:clamp(2rem,3.2vw,3rem);margin-bottom:.5rem}.theme-sun .about-title{font-family:var(--sans);font-size:.82rem;letter-spacing:.18em;text-transform:uppercase;color:var(--clay);font-weight:600;margin-bottom:1.6rem}.theme-sun .about-note{margin-top:2.2rem;padding:1.3rem 1.6rem;border-left:2px solid var(--clay);background:rgba(176,122,70,.07);border-radius:4px;color:var(--ink-soft);font-size:.98rem}.theme-sun .about-note strong{color:var(--ink);font-weight:600}.theme-sun .creds{margin-top:2.6rem}.theme-sun .creds h4{font-family:var(--sans);font-size:.76rem;font-weight:600;letter-spacing:.28em;text-transform:uppercase;color:var(--clay);margin-bottom:1.2rem}.theme-sun .creds ul{list-style:none;margin:0;padding:0;display:grid;grid-gap:.85rem;gap:.85rem}.theme-sun .creds li{display:flex;align-items:flex-start;gap:.85rem;color:var(--ink);font-size:.98rem}.theme-sun .creds li .lf{width:16px;height:16px;color:var(--sage-deep);flex:0 0 auto;margin-top:5px}.theme-sun .sec-head{max-width:46rem;margin-bottom:clamp(2.5rem,5vw,3.8rem)}.theme-sun .sec-head h2{font-size:clamp(2rem,3.4vw,3.1rem);margin-bottom:1.1rem}.theme-sun .sec-head p{color:var(--ink-soft)}.theme-sun .focus-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.3rem;gap:1.3rem}.theme-sun .focus-grid .wide{grid-column:span 3}.theme-sun .card{position:relative;padding:2.1rem 1.9rem;border-radius:14px;background:linear-gradient(165deg,#FBF5E8,#F4EAD6);border:1px solid var(--line-soft);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease;overflow:hidden}.theme-sun .card:hover{transform:translateY(-5px);border-color:var(--line);box-shadow:var(--shadow-soft)}.theme-sun .card .lf{width:30px;height:34px;color:var(--clay);margin-bottom:1.1rem;opacity:.95}.theme-sun .card h3{font-size:1.42rem;margin-bottom:.7rem}.theme-sun .card p{color:var(--ink-soft);font-size:.96rem;margin:0;line-height:1.66}.theme-sun .card .micro{display:block;margin-top:1rem;font-size:.82rem;color:var(--umber);font-style:italic;line-height:1.6}.theme-sun #services{background:var(--sand)}.theme-sun .svc-grid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:1.3rem;gap:1.3rem;align-items:stretch}.theme-sun .svc{position:relative;display:flex;flex-direction:column;padding:2.2rem 2rem;border-radius:14px;border:1px solid var(--line-soft);background:linear-gradient(180deg,#FBF5E8,#F5ECD9);transition:transform .35s ease,border-color .35s ease,box-shadow .35s ease}.theme-sun .svc:hover{transform:translateY(-5px);border-color:var(--line);box-shadow:var(--shadow-soft)}.theme-sun .svc.feature{border-color:var(--tan);background:linear-gradient(180deg,#F6E7C6,#F3EAD7);box-shadow:var(--shadow-soft)}.theme-sun .svc-tag{font-size:.7rem;letter-spacing:.24em;text-transform:uppercase;color:var(--clay);font-weight:600;margin-bottom:.4rem}.theme-sun .svc h3{font-size:1.5rem;margin-bottom:.2rem}.theme-sun .svc .dur{color:var(--umber);font-size:.9rem;letter-spacing:.04em;margin-bottom:1.1rem}.theme-sun .svc p{color:var(--ink-soft);font-size:.95rem;flex-grow:1;margin:0 0 1.6rem}.theme-sun .svc .price{font-family:var(--serif);font-size:2.2rem;font-weight:500;color:var(--ink);display:flex;align-items:baseline;gap:.5rem;margin-bottom:1.4rem}.theme-sun .svc .price .free{color:var(--sage-deep)}.theme-sun .svc .price small{font-family:var(--sans);font-size:.8rem;color:var(--umber);letter-spacing:.02em;font-weight:400}.theme-sun .svc .ribbon{position:absolute;top:1.4rem;right:-.2rem;background:var(--tan);color:#3A2A12;font-size:.64rem;font-weight:700;letter-spacing:.14em;text-transform:uppercase;padding:.3rem .7rem;border-radius:999px 0 0 999px}.theme-sun .svc .btn{width:100%}.theme-sun .vet-note{margin-top:1.6rem;display:flex;gap:1.3rem;align-items:flex-start;padding:1.8rem 2rem;border-radius:14px;border:1px solid var(--line);background:linear-gradient(120deg,rgba(126,138,107,.16),rgba(201,165,106,.12))}.theme-sun .vet-note .lf{width:34px;height:40px;color:var(--clay);flex:0 0 auto;opacity:.95}.theme-sun .vet-note h4{font-size:1.2rem;margin-bottom:.45rem;font-family:var(--serif)}.theme-sun .vet-note p{color:var(--ink-soft);font-size:.95rem;margin:0}.theme-sun .why-grid{display:grid;grid-template-columns:.9fr 1.1fr;grid-gap:clamp(2.5rem,5vw,5rem);gap:clamp(2.5rem,5vw,5rem);align-items:center}.theme-sun .why-list{display:grid;grid-gap:1.5rem;gap:1.5rem}.theme-sun .why-item{display:flex;gap:1.2rem;align-items:flex-start}.theme-sun .why-item .num{font-family:var(--serif);font-style:italic;font-size:1.1rem;color:var(--clay);flex:0 0 auto;width:2rem;padding-top:2px;opacity:.9}.theme-sun .why-item p{margin:0;color:var(--ink);font-size:1.02rem;line-height:1.6}.theme-sun .why-aside h2{font-size:clamp(2rem,3.4vw,3rem);margin-bottom:1.2rem}.theme-sun .why-aside .lede{color:var(--ink-soft)}.theme-sun .why-sun{width:120px;height:auto;color:var(--tan-deep);opacity:.65;margin-bottom:1.6rem}.theme-sun #contact{background:var(--sand)}.theme-sun .contact-grid{display:grid;grid-template-columns:1fr 1fr;grid-gap:clamp(2.5rem,5vw,4.5rem);gap:clamp(2.5rem,5vw,4.5rem);align-items:start}.theme-sun .contact-intro h2{font-size:clamp(2.1rem,3.6vw,3.2rem);margin-bottom:1.3rem}.theme-sun .contact-intro .lede{color:var(--ink-soft);margin-bottom:2rem}.theme-sun .expect{list-style:none;padding:0;margin:0;display:grid;grid-gap:1rem;gap:1rem}.theme-sun .expect li{display:flex;gap:.9rem;align-items:flex-start;color:var(--ink-soft);font-size:.96rem}.theme-sun .expect li .lf{width:16px;height:16px;color:var(--sage-deep);flex:0 0 auto;margin-top:5px}.theme-sun form{display:grid;grid-gap:1.1rem;gap:1.1rem;background:linear-gradient(180deg,#FBF5E8,#F5ECD9);border:1px solid var(--line);border-radius:16px;padding:clamp(1.6rem,3vw,2.4rem);box-shadow:var(--shadow-soft)}.theme-sun .field label{display:block;font-size:.74rem;letter-spacing:.16em;text-transform:uppercase;color:var(--umber);margin-bottom:.5rem}.theme-sun .field input,.theme-sun .field textarea{width:100%;padding:.85rem 1rem;border-radius:8px;background:#FFFBF2;border:1px solid var(--line);color:var(--ink);font-family:inherit;font-size:1rem;transition:border-color .25s,box-shadow .25s}.theme-sun .field textarea{resize:vertical;min-height:130px}.theme-sun .field input::placeholder,.theme-sun .field textarea::placeholder{color:rgba(124,111,91,.6)}.theme-sun .field input:focus,.theme-sun .field textarea:focus{outline:none;border-color:var(--clay);box-shadow:0 0 0 3px rgba(176,122,70,.14)}.theme-sun .hp{position:absolute;left:-9999px;opacity:0;pointer-events:none}.theme-sun .form-status{display:none;border-radius:8px;padding:.9rem 1.1rem;font-size:.92rem}.theme-sun .form-status.show{display:block}.theme-sun .form-status.ok{background:rgba(126,138,107,.18);border:1px solid var(--sage);color:#41502F}.theme-sun .form-status.err{background:rgba(168,80,52,.14);border:1px solid #be7a5f;color:#7A3F28}.theme-sun footer{position:relative;z-index:2;background:var(--sun-base-2);border-top:1px solid var(--line);padding:clamp(3.5rem,6vw,5rem) 0 2.5rem}.theme-sun .foot-top{display:flex;justify-content:space-between;gap:2rem;flex-wrap:wrap;align-items:flex-start;margin-bottom:2.8rem}.theme-sun .foot-brand .brand-name{font-size:1.5rem}.theme-sun .foot-brand p{color:var(--umber);font-size:.9rem;max-width:26rem;margin:.8rem 0 0}.theme-sun .foot-links{display:flex;gap:2rem;flex-wrap:wrap}.theme-sun .foot-links a{color:var(--ink-soft);font-size:.9rem;transition:color .25s}.theme-sun .foot-links a:hover{color:var(--clay-deep)}.theme-sun .disclaimer{border:1px solid var(--line-soft);border-radius:12px;padding:1.6rem 1.8rem;background:rgba(233,216,187,.5)}.theme-sun .disclaimer h5{font-family:var(--sans);font-size:.72rem;letter-spacing:.24em;text-transform:uppercase;color:var(--clay);margin:0 0 1rem;font-weight:600}.theme-sun .disclaimer p{color:var(--ink-soft);font-size:.85rem;line-height:1.7;margin:0 0 .7rem}.theme-sun .disclaimer p:last-child{margin-bottom:0}.theme-sun .disclaimer .crisis{color:var(--ink);font-weight:500}.theme-sun .copyright{margin-top:2.4rem;text-align:center;color:var(--umber);font-size:.8rem;letter-spacing:.04em}.theme-sun .reveal{opacity:0;transform:translateY(26px);transition:opacity .9s cubic-bezier(.2,.7,.2,1),transform .9s cubic-bezier(.2,.7,.2,1)}.theme-sun .reveal.in{opacity:1;transform:none}@media (max-width:980px){.theme-sun .about-grid,.theme-sun .contact-grid,.theme-sun .why-grid{grid-template-columns:1fr}.theme-sun .portrait-col{position:static;max-width:380px}.theme-sun .focus-grid{grid-template-columns:repeat(2,1fr)}.theme-sun .focus-grid .wide{grid-column:span 2}.theme-sun .svc-grid{grid-template-columns:1fr}.theme-sun .why-aside{order:-1}}@media (max-width:680px){.theme-sun .nav-links{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:flex-start;gap:0;background:rgba(244,236,220,.97);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);border-bottom:1px solid var(--line);padding:0 6vw;max-height:0;overflow:hidden;transition:max-height .4s ease,padding .4s ease}.theme-sun .nav-links.open{max-height:340px;padding:1rem 6vw 1.6rem}.theme-sun .nav-links a{padding:.85rem 0;width:100%;border-bottom:1px solid var(--line-soft)}.theme-sun .nav-cta{display:none}.theme-sun .nav-toggle{display:block}.theme-sun .focus-grid{grid-template-columns:1fr}.theme-sun .focus-grid .wide{grid-column:span 1}.theme-sun .foot-top{flex-direction:column}.theme-sun .hero-fern{display:none}}@media (prefers-reduced-motion:reduce){.theme-sun *{animation:none!important}.theme-sun .reveal{opacity:1;transform:none;transition:none}}