:root{--gold:#b79857;--gold2:#ead57f;--cream:#fffaf0;--ink:#30251d;--muted:#705d4b;--rose:#f9e8df;--shadow:0 18px 40px rgba(57,38,13,.14)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;font-family:Georgia,'Times New Roman',serif;color:var(--ink);background:linear-gradient(#fff,#fffaf3)}a{color:inherit}.topbar{background:linear-gradient(90deg,#8f6b2e,#d3b76e,#8f6b2e);color:white;text-align:center;padding:.7rem 1rem;font-size:1rem}.site-header{position:sticky;top:0;z-index:5;background:rgba(255,255,255,.94);backdrop-filter:blur(14px);display:flex;align-items:center;justify-content:space-between;padding:.8rem clamp(1rem,4vw,5rem);box-shadow:0 4px 20px rgba(0,0,0,.06)}.brand img{width:92px;height:auto;display:block}.site-header nav{display:flex;gap:1.25rem;align-items:center;font-family:Arial,sans-serif;text-transform:uppercase;font-size:.8rem;letter-spacing:.06em}.site-header nav a{text-decoration:none;color:#564534}.site-header nav a:hover{color:var(--gold)}#menu-toggle,.menu-button{display:none}.section{padding:clamp(3rem,7vw,7rem) clamp(1rem,6vw,6rem);max-width:1280px;margin:auto}.narrow{max-width:900px;text-align:center}.hero{display:grid;grid-template-columns:1.1fr .9fr;gap:3rem;align-items:center;min-height:78vh}.eyebrow{color:var(--gold);font-family:Arial,sans-serif;text-transform:uppercase;letter-spacing:.18em;font-weight:700}.hero h1{font-size:clamp(2.3rem,6vw,5.6rem);line-height:.98;margin:.2rem 0;color:#2d2118}.hero h2{font-size:clamp(1.2rem,2.5vw,2rem);font-weight:400;color:var(--muted);line-height:1.35}.hero-card{text-align:center;background:#fff;border:1px solid rgba(183,152,87,.25);border-radius:2rem;padding:2rem;box-shadow:var(--shadow)}.hero-card img{max-width:440px;width:100%;border-radius:50%}.hero-card h2{font-size:2rem;margin:.4rem 0;color:var(--gold)}.hero-card span{display:block;color:var(--muted);font-family:Arial,sans-serif;font-size:.95rem}.btn{display:inline-flex;justify-content:center;align-items:center;margin-top:1rem;padding:1rem 1.4rem;border-radius:999px;background:linear-gradient(135deg,#9b7430,#e6cd78);color:white;text-decoration:none;text-transform:uppercase;font-family:Arial,sans-serif;font-weight:700;letter-spacing:.08em;box-shadow:0 12px 28px rgba(155,116,48,.25)}.btn.outline{background:white;color:#8c672d;border:1px solid var(--gold);box-shadow:none}.about-grid,.journey,.book{display:grid;grid-template-columns:1fr 1fr;gap:3rem;align-items:center}.about-grid h2,.journey h2,.book h2,.testimonials h2,.final-cta h2{font-size:clamp(2rem,4vw,4rem);line-height:1.05;margin:0 0 1rem}.about-grid h3{font-size:1.35rem;color:var(--gold);font-weight:400}.about-grid p,.journey p,.journey li,.book p,.final-cta p{font-size:1.12rem;line-height:1.8;color:var(--muted)}blockquote{margin:0;padding:3rem;border-radius:2rem;background:var(--rose);font-size:clamp(1.5rem,3vw,2.4rem);line-height:1.25;color:#6a432f;box-shadow:var(--shadow)}.services{display:grid;grid-template-columns:repeat(4,1fr);gap:1.2rem;text-align:center}.services .btn{grid-column:1/-1;margin-inline:auto}.service-card{background:white;border-radius:1.5rem;overflow:hidden;box-shadow:var(--shadow);border:1px solid rgba(183,152,87,.18)}.service-card img{width:100%;aspect-ratio:1/1;object-fit:cover;display:block}.service-card h3{font-size:1.55rem;color:#6d4b1f;margin:1rem 1rem .5rem}.service-card p{font-family:Arial,sans-serif;color:var(--muted);padding:0 1.2rem 1.5rem;line-height:1.6}.journey{background:linear-gradient(135deg,#fff8e6,#fff);border-radius:2rem;box-shadow:var(--shadow)}.journey img,.book img{width:100%;border-radius:1.4rem}.journey li{margin:.5rem 0}.workshop{background:#2b2119;color:white;border-radius:2rem}.workshop p{font-size:1.35rem;color:#ead7aa}.book{background:#fff;border-top:1px solid rgba(183,152,87,.2);border-bottom:1px solid rgba(183,152,87,.2)}.book .quote{font-size:1.4rem;color:#6a432f}.testimonials{text-align:center}.testimonial-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem;text-align:left;margin:2rem 0}.testimonial-grid article{background:white;border-radius:1.3rem;padding:1.5rem;box-shadow:var(--shadow);border:1px solid rgba(183,152,87,.18)}.testimonial-grid p{color:var(--muted);line-height:1.7}.testimonial-grid strong{color:var(--gold)}.final-cta{background:linear-gradient(135deg,#f8efe2,#fff);border-radius:2rem;box-shadow:var(--shadow)}.footer{text-align:center;background:#1f1813;color:#f7eddc;padding:3rem 1rem}.footer img{width:150px;max-width:45%;height:auto}.footer h2{color:#e1c875;margin-bottom:.3rem}.footer p,.footer small{color:#d8cbb7}.footer a{color:#e1c875;text-decoration:none}.footer small{display:block;max-width:980px;margin:2rem auto 0;line-height:1.6}.socials{display:flex;justify-content:center;gap:.7rem;margin:1rem 0}.socials span{width:36px;height:36px;display:grid;place-items:center;border:1px solid #e1c875;border-radius:50%;font-family:Arial,sans-serif}.placeholder{min-height:50vh}@media(max-width:900px){.hero,.about-grid,.journey,.book{grid-template-columns:1fr}.services,.testimonial-grid{grid-template-columns:1fr 1fr}.site-header{align-items:flex-start}.menu-button{display:block;font-size:2rem;cursor:pointer}.site-header nav{display:none;position:absolute;left:0;right:0;top:100%;background:white;flex-direction:column;padding:1rem;box-shadow:0 12px 30px rgba(0,0,0,.12)}#menu-toggle:checked~nav{display:flex}}@media(max-width:560px){.services,.testimonial-grid{grid-template-columns:1fr}.hero h1{font-size:2.5rem}.topbar{font-size:.85rem}.section{padding:2.5rem 1rem}}
