:root{
  --bg:#f5f3ef;
  --paper:#fff;
  --ink:#1b1d1b;
  --muted:#686d68;
  --taupe:#a69b8e;
  --taupe-dark:#756b60;
  --sage:#5f6e62;
  --sage-deep:#26342c;
  --line:#dedbd4;
  --soft:#ebe8e2;
  --radius:26px;
  --radius-sm:17px;
  --shadow:0 22px 70px rgba(27,29,27,.10);
  --max:1220px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:var(--bg);color:var(--ink);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;line-height:1.55;-webkit-font-smoothing:antialiased}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
button{font:inherit}
.wrap{width:min(calc(100% - 40px),var(--max));margin-inline:auto}
.section-pad{padding:104px 0}
.concept-bar{background:#202720;color:#e9eee9;font-size:12px;letter-spacing:.03em}
.concept-bar__inner{height:34px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.concept-bar a{opacity:.76}.concept-bar a:hover{opacity:1}
.site-header{position:sticky;top:0;z-index:50;background:rgba(245,243,239,.86);backdrop-filter:blur(14px);border-bottom:1px solid rgba(117,107,96,.12)}
.nav-shell{height:82px;display:flex;align-items:center;gap:30px}
.brand{display:flex;align-items:center;gap:11px;min-width:220px}
.brand img{width:52px;height:52px;object-fit:cover;border-radius:12px;mix-blend-mode:multiply}
.brand-copy{display:grid;line-height:1.1}.brand-copy strong{font-family:Georgia,"Times New Roman",serif;font-size:22px;font-weight:500;letter-spacing:.01em}.brand-copy small{margin-top:5px;color:var(--muted);font-size:11px;letter-spacing:.05em}
.main-nav{display:flex;align-items:center;justify-content:center;gap:28px;margin-left:auto}
.main-nav a{font-size:14px;color:#464b46;position:relative}
.main-nav a:after{content:"";position:absolute;left:0;right:100%;bottom:-7px;height:1px;background:var(--ink);transition:.25s ease}
.main-nav a:hover:after{right:0}
.button{display:inline-flex;align-items:center;justify-content:center;min-height:52px;padding:0 22px;border-radius:999px;background:var(--sage-deep);color:#fff;font-size:14px;font-weight:700;border:1px solid var(--sage-deep);transition:.22s ease;box-shadow:0 8px 26px rgba(38,52,44,.14)}
.button:hover{transform:translateY(-2px);box-shadow:0 12px 30px rgba(38,52,44,.20)}
.button--compact{min-height:43px;padding:0 18px;font-size:13px}.button--ghost{background:transparent;color:var(--ink);border-color:#b9b4ad;box-shadow:none}.button--ghost:hover{background:#fff}
.menu-toggle{display:none;margin-left:auto;border:0;background:transparent;padding:8px}.menu-toggle span{display:block;width:24px;height:2px;background:var(--ink);margin:5px 0;transition:.2s}
.hero{padding-top:72px;overflow:hidden}
.hero-grid{display:grid;grid-template-columns:.92fr 1.08fr;gap:72px;align-items:center}
.eyebrow{display:flex;align-items:center;gap:10px;text-transform:uppercase;letter-spacing:.12em;font-size:11px;font-weight:800;color:var(--taupe-dark);margin-bottom:18px}.eyebrow span{width:32px;height:1px;background:currentColor}
h1,h2,h3{font-family:Georgia,"Times New Roman",serif;margin:0;font-weight:500;letter-spacing:-.035em}
h1{font-size:clamp(54px,6vw,88px);line-height:.98;max-width:680px}h1 em,h2 em{font-weight:400;color:var(--taupe-dark)}
.lead{max-width:640px;font-size:18px;color:var(--muted);margin:28px 0 30px;line-height:1.7}
.hero-actions{display:flex;gap:12px;flex-wrap:wrap}
.trust-row{display:flex;gap:30px;margin-top:48px;padding-top:28px;border-top:1px solid var(--line)}
.trust-row span{display:flex;flex-direction:column;color:var(--muted);font-size:12px}.trust-row b{font-family:Georgia,"Times New Roman",serif;color:var(--ink);font-size:28px;line-height:1.1;font-weight:500}
.hero-visual{position:relative;min-height:620px}.hero-photo{height:620px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);background:linear-gradient(135deg,#c8c0b4,#8d8378)}.hero-photo img{width:100%;height:100%;object-fit:cover}
.source-image{position:relative}.source-chip{position:absolute;right:14px;bottom:14px;background:rgba(255,255,255,.88);backdrop-filter:blur(10px);font-size:10px;font-weight:800;letter-spacing:.05em;padding:8px 10px;border-radius:999px;color:#333;opacity:.18;transition:.2s;z-index:3}.source-image:hover .source-chip{opacity:1}
.hours-card{position:absolute;left:-46px;bottom:38px;width:295px;padding:20px;border-radius:20px;background:rgba(255,255,255,.93);backdrop-filter:blur(16px);box-shadow:0 18px 50px rgba(27,29,27,.18);border:1px solid rgba(255,255,255,.7)}
.hours-card__head{display:flex;gap:11px;align-items:center}.status-dot{width:10px;height:10px;background:#5f8f68;border-radius:50%;box-shadow:0 0 0 5px rgba(95,143,104,.12)}.hours-card__head div{display:grid}.hours-card__head small{font-size:10px;color:var(--muted);text-transform:uppercase;letter-spacing:.1em}.hours-card__head strong{font-size:15px;margin-top:2px}.hours-card__line{display:flex;justify-content:space-between;border-top:1px solid var(--line);margin-top:14px;padding-top:12px;font-size:12px}.hours-card a{display:block;color:var(--taupe-dark);font-size:11px;margin-top:12px;font-weight:700}
.quick-strip{border-top:1px solid var(--line);border-bottom:1px solid var(--line);background:rgba(255,255,255,.38)}
.quick-grid{display:grid;grid-template-columns:repeat(4,1fr)}.quick-grid article{display:flex;align-items:center;gap:13px;padding:28px 22px;border-right:1px solid var(--line)}.quick-grid article:first-child{border-left:1px solid var(--line)}.quick-grid .icon{width:38px;height:38px;display:grid;place-items:center;border-radius:50%;background:#e3ded6;color:var(--taupe-dark);font-size:16px}.quick-grid div{display:grid}.quick-grid b{font-size:13px}.quick-grid small{font-size:11px;color:var(--muted);margin-top:3px}
.section-head{display:grid;grid-template-columns:1fr .55fr;gap:50px;align-items:end;margin-bottom:44px}.section-head h2,.story h2,.visit h2,.contact h2{font-size:clamp(40px,4.3vw,64px);line-height:1.04}.section-head p{color:var(--muted);font-size:14px;max-width:440px;margin:0 0 6px;line-height:1.75}
.service-grid{display:grid;grid-template-columns:repeat(12,1fr);gap:18px}.service-card{grid-column:span 4;position:relative;overflow:hidden;min-height:505px;border-radius:var(--radius);background:var(--paper);border:1px solid rgba(117,107,96,.13);transition:.3s ease}.service-card:hover{transform:translateY(-5px);box-shadow:var(--shadow);border-color:transparent}.service-card--large{grid-column:span 8;display:grid;grid-template-columns:1.15fr .85fr}.service-card__media{height:278px;overflow:hidden;background:#d2ccc3}.service-card--large .service-card__media{height:100%}.service-card__media img{width:100%;height:100%;object-fit:cover;transition:transform .5s ease}.service-card:hover .service-card__media img{transform:scale(1.03)}.service-card__body{padding:26px;display:flex;flex-direction:column;align-items:flex-start}.service-no{font-size:10px;letter-spacing:.13em;color:var(--taupe-dark);font-weight:800}.service-card h3{font-size:30px;margin-top:8px}.service-card p{color:var(--muted);font-size:13px;line-height:1.7;margin:14px 0 24px}.text-link{margin-top:auto;font-size:12px;font-weight:800}.service-card--plain{background:#ddd6cb}.plain-art{height:245px;position:relative;overflow:hidden;background:linear-gradient(120deg,#cec4b6,#e9e4dc)}.plain-art i{position:absolute;left:-10%;width:130%;height:40px;transform:rotate(-7deg);background:rgba(255,255,255,.55);box-shadow:0 24px 0 rgba(117,107,96,.11)}.plain-art i:nth-child(1){top:28px}.plain-art i:nth-child(2){top:86px}.plain-art i:nth-child(3){top:144px}.plain-art i:nth-child(4){top:202px}.service-card--dark{background:var(--sage-deep);color:#fff}.service-card--dark p,.service-card--dark .service-no{color:#bdc8c0}.service-card--dark .text-link{color:#fff}.stitch-art{height:245px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.14) 0 2px,transparent 3px) 0 0/20px 20px,linear-gradient(145deg,#38483e,#1f2b24);position:relative}.stitch-art:before{content:"";position:absolute;inset:40px 52px;border:1px dashed rgba(255,255,255,.3);border-radius:80px 80px 40px 40px}.stitch-art span{position:absolute;inset:auto 28% 38px;height:38px;border-radius:999px;background:rgba(255,255,255,.09)}
.story{padding-top:36px}.story-grid{display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:center}.story-photo{height:610px;border-radius:32px;overflow:hidden;background:#c8c0b4;box-shadow:var(--shadow)}.story-photo img{width:100%;height:100%;object-fit:cover}.story-copy>p{color:var(--muted);font-size:15px;line-height:1.8;max-width:560px;margin:26px 0 32px}.feature-list{display:grid}.feature-list>div{display:grid;grid-template-columns:44px 1fr;gap:18px;padding:19px 0;border-top:1px solid var(--line)}.feature-list b{font-size:11px;color:var(--taupe-dark);letter-spacing:.1em}.feature-list span{display:grid}.feature-list strong{font-size:14px}.feature-list small{font-size:12px;color:var(--muted);margin-top:3px}
.visit{padding-top:60px}.visit-shell{display:grid;grid-template-columns:1fr 420px;gap:70px;align-items:center;background:var(--sage-deep);color:#fff;padding:70px;border-radius:36px;overflow:hidden;position:relative}.visit-shell:before{content:"";position:absolute;right:33%;top:-150px;width:420px;height:420px;border:1px solid rgba(255,255,255,.08);border-radius:50%}.eyebrow--light{color:#bdc8c0}.visit h2 em{color:#cdbfae}.visit-intro p{max-width:560px;color:#c2cbc5;font-size:14px;line-height:1.8;margin:24px 0 28px}.visit-actions{display:flex;gap:10px;flex-wrap:wrap}.button--light{background:#fff;color:var(--sage-deep);border-color:#fff;box-shadow:none}.button--line-light{background:transparent;color:#fff;border-color:rgba(255,255,255,.32);box-shadow:none}.hours-panel{background:#fff;color:var(--ink);padding:28px;border-radius:22px;position:relative;z-index:1}.hours-panel__top{display:grid;padding-bottom:18px;border-bottom:1px solid var(--line)}.hours-panel__top span{font-family:Georgia,"Times New Roman",serif;font-size:26px}.hours-panel__top small{color:var(--muted);font-size:10px;margin-top:5px}.hours-row{display:flex;justify-content:space-between;gap:20px;padding:10px 0;border-bottom:1px solid #eeeae4;font-size:12px}.hours-row b{font-weight:650}.hours-row span{color:var(--muted)}.hours-row--accent{margin-top:5px;border:0;background:#f1eee9;padding:12px;border-radius:12px}.hours-row--accent span{color:var(--taupe-dark);font-weight:800}
.contact{padding-top:20px}.contact-shell{display:grid;grid-template-columns:.8fr 1.2fr;gap:60px;align-items:end;border-top:1px solid var(--line);padding-top:72px}.contact-actions{display:grid;grid-template-columns:1fr 1.25fr;gap:14px}.contact-tile{display:flex;min-height:170px;flex-direction:column;align-items:flex-start;padding:24px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.6);transition:.2s}.contact-tile:hover{background:#fff;transform:translateY(-3px);box-shadow:0 16px 40px rgba(27,29,27,.08)}.contact-tile small{font-size:10px;text-transform:uppercase;color:var(--muted);letter-spacing:.1em}.contact-tile strong{margin-top:12px;font-family:Georgia,"Times New Roman",serif;font-size:21px;font-weight:500;overflow-wrap:anywhere}.contact-tile span{margin-top:auto;font-size:11px;font-weight:800;color:var(--taupe-dark)}
.site-footer{background:#e9e5de;margin-top:28px;padding:52px 0 24px;border-top:1px solid #d7d1c8}.footer-grid{display:grid;grid-template-columns:1.2fr .8fr 1fr;gap:50px;align-items:start}.footer-grid>div:first-child strong{font-family:Georgia,"Times New Roman",serif;font-size:24px;font-weight:500}.footer-grid p{font-size:11px;color:var(--muted);max-width:390px}.footer-links{display:grid;gap:10px;font-size:12px}.credit{text-align:right;font-size:11px;color:var(--muted)}.credit strong{color:var(--ink)}.footer-bottom{display:flex;justify-content:space-between;gap:20px;padding-top:28px;margin-top:28px;border-top:1px solid #d7d1c8;color:#74766f;font-size:10px}
.to-top{position:fixed;right:22px;bottom:22px;width:44px;height:44px;border-radius:50%;border:1px solid #d3cec6;background:rgba(255,255,255,.9);backdrop-filter:blur(8px);box-shadow:0 10px 30px rgba(0,0,0,.08);cursor:pointer;opacity:0;pointer-events:none;transition:.2s;z-index:40}.to-top.show{opacity:1;pointer-events:auto}.source-toast{position:fixed;left:50%;bottom:24px;transform:translate(-50%,18px);background:#1e261f;color:#fff;padding:10px 15px;border-radius:999px;font-size:11px;opacity:0;pointer-events:none;transition:.2s;z-index:100}.source-toast.show{opacity:1;transform:translate(-50%,0)}
.reveal{opacity:0;transform:translateY(18px);transition:opacity .65s ease,transform .65s ease}.reveal.visible{opacity:1;transform:none}
@media(max-width:1000px){
  .nav-cta{display:none}.hero-grid{grid-template-columns:1fr;gap:48px}.hero-visual{min-height:560px}.hero-photo{height:560px}.hours-card{left:24px}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid article:nth-child(3){border-left:1px solid var(--line);border-top:1px solid var(--line)}.quick-grid article:nth-child(4){border-top:1px solid var(--line)}.service-card,.service-card--large{grid-column:span 6;display:block}.service-card--large .service-card__media{height:278px}.story-grid{gap:42px}.visit-shell{grid-template-columns:1fr;padding:52px}.hours-panel{max-width:620px}.contact-shell{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr 1fr}.credit{text-align:left}
}
@media(max-width:760px){
  .wrap{width:min(calc(100% - 28px),var(--max))}.section-pad{padding:72px 0}.concept-bar__inner{font-size:10px}.concept-bar__inner a{display:none}.nav-shell{height:70px}.brand{min-width:0}.brand img{width:45px;height:45px}.brand-copy small{display:none}.menu-toggle{display:block}.main-nav{position:absolute;left:14px;right:14px;top:76px;background:#fff;box-shadow:var(--shadow);border:1px solid var(--line);border-radius:18px;padding:12px;display:none;flex-direction:column;align-items:stretch;gap:0}.main-nav.open{display:flex}.main-nav a{padding:13px 10px;border-bottom:1px solid #eee}.main-nav a:last-child{border:0}.main-nav a:after{display:none}.hero{padding-top:48px}.hero-grid{gap:36px}h1{font-size:52px}.lead{font-size:16px;margin-top:22px}.trust-row{gap:18px}.trust-row b{font-size:24px}.hero-visual{min-height:470px}.hero-photo{height:470px;border-radius:24px}.hours-card{left:16px;right:16px;bottom:16px;width:auto}.quick-grid{grid-template-columns:1fr 1fr}.quick-grid article{padding:18px 12px}.quick-grid article:nth-child(odd){border-left:0}.quick-grid article:first-child{border-left:0}.section-head{grid-template-columns:1fr;gap:14px;margin-bottom:30px}.section-head h2,.story h2,.visit h2,.contact h2{font-size:42px}.service-grid{grid-template-columns:1fr}.service-card,.service-card--large{grid-column:auto;min-height:0}.service-card__media,.service-card--large .service-card__media,.plain-art,.stitch-art{height:235px}.service-card__body{min-height:235px}.story-grid{grid-template-columns:1fr;gap:38px}.story-photo{height:440px}.visit-shell{padding:34px 22px;border-radius:26px;gap:40px}.contact-actions{grid-template-columns:1fr}.footer-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column}.source-note{max-width:260px}
}
@media(max-width:480px){
  h1{font-size:46px}.hero-actions .button{width:100%}.trust-row{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.quick-grid{grid-template-columns:1fr}.quick-grid article{border-left:0!important;border-right:0;border-top:1px solid var(--line)}.quick-grid article:first-child{border-top:0}.service-card__body{min-height:210px}.visit-actions .button{width:100%}.source-chip{opacity:.85}.footer-bottom{font-size:9px}
}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important}.reveal{opacity:1;transform:none;transition:none}}
