:root{--bg: #f4ecdd;--ink: #1a1410;--dim: #8a7a60;--rule: #c9bba0;--gold: #a4823d}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}html{overflow-x:hidden}html{background:var(--bg);color:var(--ink);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility;font-family:Cormorant Garamond,ui-serif,Georgia,Times New Roman,serif;font-weight:400}body{min-height:100svh}::selection{background:var(--gold);color:var(--bg)}.card{min-height:100svh;display:grid;place-content:center;justify-items:center;text-align:center;gap:clamp(1.4rem,3vw,2.4rem);padding:clamp(2rem,5vw,5rem)}.name{margin:0;font-weight:500;font-style:normal;text-transform:uppercase;font-size:clamp(1.6rem,4vw,3.6rem);line-height:1;letter-spacing:.18em;text-indent:.18em}.practices{margin:0;font-weight:400;font-style:normal;font-size:clamp(.95rem,.5vw + .7rem,1.15rem);letter-spacing:.04em;color:var(--ink);display:inline-flex;flex-wrap:wrap;justify-content:center;align-items:baseline;gap:clamp(.6rem,1.4vw,1.2rem)}.contact{margin:0;margin-top:clamp(.6rem,1.5vw,1.4rem);display:inline-flex;align-items:center;gap:clamp(1.1rem,2vw,1.8rem);color:var(--dim)}a{color:inherit;text-decoration:none;transition:color .35s ease}a:hover,a:focus-visible{color:var(--gold);outline:none}.sep{color:var(--rule);user-select:none}.icon{display:block;width:clamp(18px,1.4vw + .8rem,22px);height:clamp(18px,1.4vw + .8rem,22px);fill:currentColor}.contact a{display:inline-flex;padding:.35rem;border-radius:999px}@media (prefers-reduced-motion: reduce){a{transition:none}}
