.theme-earthy{--bg: #ebe1d3;--bg-soft: #f0e8db;--bg-deep: #d8c8ac;--ink: #3a2e22;--ink-soft: #5a4a37;--muted: #6b5841;--terracotta: #b8623a;--terracotta-soft: #d18b67;--line: rgba(58, 46, 34, .16);background:var(--bg);color:var(--ink);font-family:DM Sans,-apple-system,BlinkMacSystemFont,sans-serif;font-size:16px;line-height:1.7;-webkit-font-smoothing:antialiased}.theme-earthy *,.theme-earthy *:before,.theme-earthy *:after{box-sizing:border-box}.theme-earthy img,.theme-earthy svg{display:block;max-width:100%;height:auto}.theme-earthy a{color:inherit;text-decoration:none}.theme-earthy button{font:inherit;cursor:pointer;border:0;background:none}.theme-earthy ul,.theme-earthy ol{list-style:none;padding:0;margin:0}.theme-earthy html{scroll-behavior:smooth}.theme-earthy h1,.theme-earthy h2,.theme-earthy h3{font-family:Cormorant Garamond,Georgia,serif;font-weight:400;letter-spacing:-.005em;color:var(--ink);line-height:1.1}.theme-earthy h1{font-size:clamp(2.6rem,6vw,4rem)}.theme-earthy h2{font-size:clamp(2rem,4.5vw,2.8rem)}.theme-earthy h3{font-size:1.35rem;font-weight:500}.theme-earthy em{font-style:italic;color:var(--terracotta);font-weight:400}.theme-earthy p{color:var(--ink-soft);font-family:Lora,Georgia,serif}.eg-container{width:100%;max-width:1100px;margin-inline:auto;padding-inline:1.5rem}.eg-eyebrow{font-family:Cormorant Garamond,serif!important;font-style:italic;font-size:1rem;color:var(--terracotta);margin-bottom:.5rem;letter-spacing:.01em}.eg-lede{font-family:Lora,serif;font-size:1.05rem;line-height:1.75;max-width:60ch;color:var(--ink-soft)}.eg-btn{display:inline-flex;align-items:center;gap:.4rem;padding:.85rem 1.5rem;border-radius:4px;font-size:.85rem;font-weight:500;letter-spacing:.02em;font-family:DM Sans,sans-serif;transition:background .2s ease,color .2s ease,border-color .2s ease}.eg-btn--primary{background:var(--terracotta);color:#faf6ef}.eg-btn--primary:hover{background:#a35530}.eg-btn--text{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.05rem;font-weight:400;color:var(--ink);padding:.85rem .4rem;border-bottom:1px solid var(--ink);border-radius:0}.eg-header{position:sticky;top:0;z-index:30;background:#ebe1d3eb;backdrop-filter:saturate(180%) blur(10px);-webkit-backdrop-filter:saturate(180%) blur(10px);border-bottom:1px solid var(--line)}.eg-header__inner{display:flex;align-items:center;justify-content:space-between;padding-block:1.1rem;gap:1.5rem}.eg-logo{font-family:Cormorant Garamond,serif;font-weight:500;font-size:1.35rem;letter-spacing:.02em;color:var(--ink)}.eg-nav{display:flex;align-items:center;gap:1.5rem}.eg-nav a{font-family:DM Sans,sans-serif;font-size:.85rem;color:var(--muted);font-weight:400;transition:color .15s ease;letter-spacing:.01em}.eg-nav a:hover{color:var(--ink)}.eg-nav__cta{padding:.5rem 1rem;font-size:.78rem}.eg-toggle{display:none;width:36px;height:36px;align-items:center;justify-content:center;color:var(--ink)}.eg-toggle svg{width:22px;height:22px}@media (max-width: 820px){.eg-toggle{display:inline-flex}.eg-nav{position:absolute;top:100%;left:0;right:0;flex-direction:column;align-items:stretch;gap:0;background:var(--bg);border-bottom:1px solid var(--line);padding:.5rem 1.5rem 1.5rem;transform:translateY(-8px);opacity:0;pointer-events:none;transition:opacity .18s ease,transform .18s ease}.eg-nav.is-open{opacity:1;transform:translateY(0);pointer-events:auto}.eg-nav a{padding-block:.85rem;border-bottom:1px solid var(--line);font-size:1rem}.eg-nav__cta{margin-top:1rem;align-self:flex-start;padding:.7rem 1.25rem}}.eg-hero{position:relative;background:linear-gradient(135deg,var(--bg) 0%,var(--bg-deep) 100%);padding-block:clamp(4rem,10vw,7.5rem);overflow:hidden}.eg-hero__inner{position:relative;z-index:2;max-width:760px}.eg-hero h1{font-weight:400}.eg-hero__actions{margin-top:2.2rem;display:flex;flex-wrap:wrap;gap:1.5rem;align-items:center}.eg-stones{position:absolute;bottom:8%;right:clamp(2rem,8vw,6rem);width:240px;height:130px;z-index:1}.eg-stone{position:absolute;border-radius:50%;opacity:.7}.eg-s1{width:110px;height:90px;bottom:0;left:0;background:#6b5841}.eg-s2{width:78px;height:64px;bottom:18px;left:75px;background:#8a6f4f}.eg-s3{width:54px;height:44px;bottom:42px;left:135px;background:#a08768}.eg-s4{width:34px;height:28px;bottom:64px;left:178px;background:#b89976}@media (max-width: 720px){.eg-stones{transform:scale(.7);transform-origin:bottom right;opacity:.7}}.eg-about{padding-block:clamp(4rem,8vw,6rem);background:var(--bg-soft);border-top:1px solid var(--line)}.eg-about__grid{display:grid;grid-template-columns:1.05fr 1fr;gap:clamp(2rem,6vw,5rem);align-items:center}.eg-about__copy p{margin-bottom:1rem;font-size:1.05rem}.eg-credentials{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:.5rem}.eg-credentials li{display:flex;align-items:baseline;gap:.7rem;font-family:Lora,serif;font-size:.95rem;color:var(--ink)}.eg-credentials li span{color:var(--terracotta);font-family:Cormorant Garamond,serif;font-style:italic}.eg-portrait{aspect-ratio:4 / 5;background:linear-gradient(135deg,#b8623a26,#6b584140),linear-gradient(180deg,var(--bg-deep),#b89e7a);position:relative;border-radius:4px;border:1px solid var(--line)}.eg-portrait:after{content:"replace with photo";position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-family:DM Sans,sans-serif;font-size:.7rem;letter-spacing:.12em;text-transform:uppercase;color:var(--ink-soft);opacity:.55}@media (max-width: 820px){.eg-about__grid{grid-template-columns:1fr}.eg-portrait{max-width:380px;margin-inline:auto}}.eg-approach{padding-block:clamp(4rem,8vw,6rem);background:var(--bg)}.eg-approach__head{text-align:center;margin-bottom:3rem;display:flex;flex-direction:column;align-items:center}.eg-approach__head .eg-lede{margin-inline:auto;margin-top:.3rem}.eg-approach__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.eg-card{background:var(--bg-soft);border:1px solid var(--line);border-radius:4px;padding:2rem 1.75rem;transition:transform .2s ease}.eg-card:hover{transform:translateY(-3px)}.eg-card__num{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.4rem;color:var(--terracotta);display:block;margin-bottom:.5rem}.eg-card h3{margin-bottom:.5rem}.eg-card p{font-size:.95rem}@media (max-width: 820px){.eg-approach__grid{grid-template-columns:1fr}}.eg-help{padding-block:clamp(4rem,8vw,6rem);background:var(--bg-soft);border-top:1px solid var(--line)}.eg-help__head{margin-bottom:2.5rem;max-width:720px}.eg-help__head .eg-lede{margin-top:.3rem}.eg-help__list{display:grid;grid-template-columns:repeat(2,1fr);gap:0;border-top:1px solid var(--line)}.eg-help__list li{padding:1.4rem 1.5rem 1.4rem 0;border-bottom:1px solid var(--line);font-family:Lora,serif;font-size:.95rem;color:var(--ink-soft);display:flex;flex-direction:column;gap:.25rem}.eg-help__list li:nth-child(odd){border-right:1px solid var(--line)}.eg-help__list li:nth-child(2n){padding-left:1.5rem;padding-right:0}.eg-help__list strong{font-family:Cormorant Garamond,serif;font-style:italic;font-size:1.3rem;font-weight:500;color:var(--ink)}@media (max-width: 820px){.eg-help__list{grid-template-columns:1fr}.eg-help__list li:nth-child(odd){border-right:0;padding-right:0}.eg-help__list li:nth-child(2n){padding-left:0}}.eg-process{padding-block:clamp(4rem,8vw,6rem);background:var(--ink);color:#faf6ef}.eg-process h2,.eg-process h3{color:#faf6ef}.eg-process h2 em,.eg-process .eg-eyebrow{color:var(--terracotta-soft)}.eg-process p{color:#faf6efb3}.eg-process__head{margin-bottom:3rem;max-width:720px}.eg-process__steps{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem}.eg-process__steps li{border-top:1px solid rgba(250,246,239,.15);padding-top:1.25rem}.eg-step-num{font-family:Cormorant Garamond,serif;font-style:italic;font-size:2rem;color:var(--terracotta-soft);display:block;margin-bottom:.5rem}.eg-process__steps h3{margin-bottom:.4rem;font-weight:400}.eg-process__steps p{font-size:.92rem;line-height:1.6}@media (max-width: 980px){.eg-process__steps{grid-template-columns:repeat(2,1fr)}}@media (max-width: 540px){.eg-process__steps{grid-template-columns:1fr}}.eg-contact{padding-block:clamp(4rem,8vw,6rem);background:var(--bg)}.eg-contact__inner{display:grid;grid-template-columns:1fr 1fr;gap:clamp(2rem,5vw,4rem);align-items:start}.eg-contact__copy p{margin-bottom:1.5rem;font-size:1.05rem}.eg-contact__list{display:grid;gap:1rem;margin-top:2rem}.eg-contact__list li{display:flex;flex-direction:column;gap:.15rem;padding-bottom:1rem;border-bottom:1px solid var(--line)}.eg-contact__list strong{font-family:Cormorant Garamond,serif;font-style:italic;font-size:.95rem;color:var(--terracotta);font-weight:500}.eg-contact__list a,.eg-contact__list span{font-family:Lora,serif;font-size:1rem;color:var(--ink)}.eg-form{background:var(--bg-soft);border:1px solid var(--line);border-radius:4px;padding:2.25rem;display:flex;flex-direction:column;gap:1rem}.eg-form label{display:flex;flex-direction:column;gap:.4rem;font-family:Cormorant Garamond,serif;font-style:italic;font-size:.95rem;color:var(--terracotta);font-weight:500}.eg-form input,.eg-form textarea{font:inherit;font-family:Lora,serif;font-style:normal;font-size:.95rem;font-weight:400;color:var(--ink);letter-spacing:0;padding:.8rem 1rem;border-radius:4px;border:1px solid var(--line);background:var(--bg);transition:border-color .15s ease}.eg-form textarea{resize:vertical;min-height:110px}.eg-form input:focus,.eg-form textarea:focus{outline:none;border-color:var(--terracotta)}.eg-form .eg-btn{width:100%;justify-content:center;margin-top:.5rem}.eg-form__note{font-family:Lora,serif;font-size:.85rem;font-style:italic;color:var(--muted);text-align:center}@media (max-width: 820px){.eg-contact__inner{grid-template-columns:1fr}}.eg-footer{background:var(--bg-deep);padding-block:2.5rem;border-top:1px solid var(--line)}.eg-footer__inner{display:flex;flex-direction:column;gap:1.25rem;align-items:flex-start}.eg-footer__nav{display:flex;gap:1.5rem;flex-wrap:wrap}.eg-footer__nav a{font-family:DM Sans,sans-serif;font-size:.85rem;color:var(--ink-soft)}.eg-footer__nav a:hover{color:var(--ink)}.eg-footer small{font-family:Lora,serif;font-style:italic;font-size:.85rem;color:var(--muted)}
