
*{box-sizing:border-box;margin:0;padding:0}
html{scroll-behavior:smooth}
body{background:#e7e1d3;color:#221f18;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;line-height:1.7;
  font-size:17px;-webkit-font-smoothing:antialiased;overflow-x:hidden}
img{display:block;max-width:100%;height:auto}
a{color:inherit;text-decoration:none}
.wrap{max-width:1120px;margin:0 auto;padding:0 clamp(1rem,4vw,2rem) 5rem}
h1,h2,h3{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-weight:700;line-height:1.05}

/* pill nav */
.pill{position:sticky;top:1rem;z-index:20;display:flex;align-items:center;
  gap:1rem;justify-content:space-between;margin:1rem auto 0;
  background:#f0eadc;border:1px solid rgba(34,31,24,0.10);border-radius:999px;
  padding:.6rem 1.2rem;box-shadow:0 10px 30px rgba(154,90,42,0.14);backdrop-filter:blur(6px)}
.brand{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-weight:700;font-size:1.05rem}
.links{display:flex;gap:1.4rem}
.links a{color:#847d6d;font-size:.9rem}
.links a:hover{color:#9a5a2a}
.pill-cta{background:#9a5a2a;color:#ffffff;padding:.5rem 1.1rem;
  border-radius:999px;font-weight:600;font-size:.85rem}

/* hero + megablob */
.hero{position:relative;min-height:64vh;display:grid;place-items:center;
  text-align:center;margin:2rem 0 4rem}
.megablob{position:absolute;inset:-10% -5%;width:110%;height:120%;z-index:0;
  filter:blur(2px);opacity:.9}
.mp{transform-origin:300px 300px;animation:morph 16s ease-in-out infinite}
@keyframes morph{
  0%{d:path("M300 60 C420 60 520 150 520 300 C520 450 420 540 300 540 C180 540 80 450 80 300 C80 150 180 60 300 60Z")}
  50%{d:path("M300 40 C450 80 560 180 500 320 C470 460 400 560 280 520 C150 500 60 420 100 280 C130 150 170 30 300 40Z")}
  100%{d:path("M300 60 C420 60 520 150 520 300 C520 450 420 540 300 540 C180 540 80 450 80 300 C80 150 180 60 300 60Z")}}
.hero-txt{position:relative;z-index:1;max-width:640px;padding:1rem}
.kick{letter-spacing:.3em;text-transform:uppercase;font-size:.75rem;
  color:#9a5a2a;margin-bottom:1rem}
.hero h1{font-size:clamp(2.6rem,8vw,5rem);letter-spacing:-.02em}
.dek{color:#847d6d;font-size:clamp(1.05rem,3vw,1.3rem);margin:1.2rem auto 1.8rem;
  max-width:34ch}
.btn{display:inline-block;background:#221f18;color:#e7e1d3;padding:.9rem 1.8rem;
  border-radius:999px;font-weight:600}
.btn:hover{background:#9a5a2a;color:#ffffff}

/* about */
.about{display:grid;place-items:center;margin:2rem 0 5rem}
.blobcard{background:#f0eadc;border:1px solid rgba(34,31,24,0.10);max-width:720px;
  padding:clamp(2rem,5vw,3.4rem);text-align:center;
  border-radius:58% 42% 55% 45% / 48% 52% 48% 52%}
.blobcard h2{font-size:clamp(1.6rem,4vw,2.2rem);margin-bottom:1rem;color:#9a5a2a}
.blobcard p{color:#847d6d}

.sec-h{text-align:center;font-size:clamp(1.6rem,4vw,2.4rem);margin-bottom:2.4rem}

/* orb services */
.orb-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}
.orb{position:relative;text-align:center}
.orb-in{position:relative;padding:2rem 1rem;border-radius:50% 50% 48% 52%/52% 48% 52% 48%;
  background:#f0eadc;border:1px solid rgba(34,31,24,0.10);transition:.35s;overflow:hidden}
.orb-in:hover{transform:translateY(-8px)}
.orb-in img{width:120px;height:120px;object-fit:cover;border-radius:50%;
  margin:0 auto 1.1rem;box-shadow:0 8px 24px rgba(154,90,42,0.14)}
.orb h3{font-size:1.15rem;margin-bottom:.5rem}
.orb p{color:#847d6d;font-size:.92rem}
.orb2 .orb-in{margin-top:2.4rem}

/* pods gallery */
.pods{margin:5rem 0}
.pod-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.4rem}
.pod{margin:0;overflow:hidden}
.pod img{width:100%;aspect-ratio:1;object-fit:cover;transition:.4s}
.pod img:hover{transform:scale(1.06)}
.pod4 img{border-radius:62% 38% 46% 54%/58% 42% 58% 42%}
.pod5 img{border-radius:38% 62% 55% 45%/44% 58% 42% 56%}
.pod6 img{border-radius:50% 50% 40% 60%/60% 40% 55% 45%}
.pod7 img{border-radius:46% 54% 62% 38%/40% 55% 45% 60%}

/* quote */
.quote{text-align:center;max-width:720px;margin:5rem auto}
.quote blockquote{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-style:italic;
  font-size:clamp(1.5rem,4vw,2.2rem);line-height:1.3}
.quote .by{color:#9a5a2a;letter-spacing:.2em;text-transform:uppercase;
  font-size:.8rem;margin-top:1rem}

/* contact */
.contact{display:grid;place-items:center;margin:4rem 0 2rem}
.c-blob{background:#9a5a2a;color:#ffffff;text-align:center;max-width:640px;
  padding:clamp(2.4rem,6vw,4rem);
  border-radius:46% 54% 60% 40% / 55% 45% 52% 48%}
.c-blob h2{font-size:clamp(1.8rem,5vw,2.6rem)}
.c-blob p{opacity:.92;margin-top:.6rem}
.c-lines{display:flex;flex-direction:column;gap:.3rem;margin-top:1.4rem;
  font-weight:600}
.c-lines a:hover{text-decoration:underline}

.foot{text-align:center;margin-top:4rem;padding-top:2rem;border-top:1px solid rgba(34,31,24,0.10)}
.foot p{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif}
.foot .fine{color:#847d6d;font-size:.85rem;margin-top:.4rem;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif}

@media(max-width:820px){
  .links{display:none}
  .orb-row{grid-template-columns:1fr;gap:1.4rem}
  .orb2 .orb-in{margin-top:0}
  .pod-grid{grid-template-columns:repeat(2,1fr)}
}
@media(prefers-reduced-motion:reduce){
  .mp{animation:none}
  .pod img,.orb-in{transition:none}
}


.xq{box-sizing:border-box;font-family:Garamond, 'EB Garamond', 'Times New Roman', serif;color:#221f18;padding:56px 24px;width:100%}
.xq *{box-sizing:border-box;margin:0}
.xq .xq-wrap{max-width:1060px;margin:0 auto}
.xq h2{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-size:1.7rem;line-height:1.2;margin-bottom:8px}
.xq .xq-kick{display:block;font-size:.72rem;letter-spacing:.16em;text-transform:uppercase;color:#9a5a2a;margin-bottom:10px;font-weight:700}

.xq-stats{background:rgba(34,31,24,0.05);border-top:1px solid rgba(34,31,24,0.14);border-bottom:1px solid rgba(34,31,24,0.14)}
.xq-statrow{display:flex;flex-wrap:wrap;gap:14px}
.xq-stat{flex:1 1 140px;background:#f0eadc;border:1px solid rgba(34,31,24,0.14);border-radius:2px;padding:20px 18px;text-align:center}
.xq-stat dt{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-size:2rem;color:#9a5a2a;font-weight:800}
.xq-stat dd{margin-top:6px;font-size:.85rem;color:#847d6d}


.xq-steplist{counter-reset:xqs;list-style:none;padding:0;margin-top:22px;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:18px}
.xq-step{counter-increment:xqs;position:relative;padding:18px 18px 18px 20px;border-left:3px solid #9a5a2a;background:rgba(34,31,24,0.05);border-radius:0 2px 2px 0}
.xq-step::before{content:"0" counter(xqs);display:block;font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-size:.8rem;letter-spacing:.1em;color:#9a5a2a;font-weight:800;margin-bottom:8px}
.xq-step h3{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif;font-size:1.02rem;margin-bottom:6px}
.xq-step p{font-size:.9rem;color:#847d6d}


.xq-hours{border-top:1px solid rgba(34,31,24,0.14)}
.xq-hours-in{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:26px;align-items:start}
.xq-hours address{font-style:normal;color:#847d6d;line-height:1.8;margin-top:8px}
.xq-hourtable{width:100%;border-collapse:collapse}
.xq-hourtable th,.xq-hourtable td{text-align:left;padding:12px 6px;border-bottom:1px solid rgba(34,31,24,0.14)}
.xq-hourtable th{font-family:'Bookman Old Style', 'URW Bookman', Georgia, serif}
.xq-hourtable td{color:#9a5a2a;font-weight:700;text-align:right}


/* =====================================================
   DESIGN DNA: mono-outline
   Whole-page visual system applied over the layout
   archetype. Appended last so it wins the cascade.
   ===================================================== */
*{box-shadow:none !important;border-radius:0 !important}
h1,h2,h3{font-family:'Helvetica Neue', Helvetica, Arial, sans-serif !important;text-transform:uppercase !important;letter-spacing:.18em !important;font-weight:400 !important}
img{filter:grayscale(.85) contrast(1.05);outline:1px solid #221f18;outline-offset:8px;margin:8px}
a[class*="btn"],button,span[class*="btn"]{background:transparent !important;color:inherit !important;border:2px solid currentColor !important;text-transform:uppercase;letter-spacing:.2em;font-size:.8em}
div[class*="card"]:not([class*="cards"]),article[class*="card"],a[class*="card"],figure[class*="card"],li[class*="card"]{border:1.5px solid rgba(34,31,24,.8) !important;background:transparent !important}
html::after{content:'';position:fixed;inset:0;z-index:99990;pointer-events:none;border:1px solid rgba(34,31,24,.8);background:none;margin:10px}
