@font-face{font-family:'Nunito';src:url('fonts/nunito-var.woff2?v=1') format('woff2-variations');
  font-weight:400 800;font-style:normal;font-display:swap;}
@font-face{font-family:'Rubik';src:url('fonts/rubik-var.woff2?v=1') format('woff2-variations');
  font-weight:300 600;font-style:normal;font-display:swap;}

:root{

  --ground:#FAFAF8;        /* near-white — the poly-bagged garments and white shelves */
  --ink:#1F2637;           /* the ONE dark hue — the blue-marble counter's darkest veins */
  --muted:#5A6275;         /* the same marble, desaturated */
  --line:#E4E4DF;
  --panel:#EDF0F5;         /* the marble's palest veining */
  --action:#B4185F;        /* their printed counter mark's rose-pink, deepened to 6.49:1 with white */
  --action-dark:#8E1049;

  --open:#1B7F3B;
  --closed:#B0202F;
  --wrap:1080px;
  --display:'Nunito',system-ui,-apple-system,'Segoe UI',sans-serif;
  --body:'Rubik',system-ui,-apple-system,'Segoe UI',sans-serif;
}

*{box-sizing:border-box;}
html,body{margin:0;padding:0;}
html{scroll-behavior:smooth;}
@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto;}}

body{
  background:var(--ground);color:var(--ink);
  font-family:var(--body);font-weight:400;font-size:17px;line-height:1.45;
  -webkit-font-smoothing:antialiased;
}
img{max-width:100%;height:auto;display:block;}
a{color:var(--ink);}

section[id]{scroll-margin-top:80px;}
.wrap{max-width:var(--wrap);margin:0 auto;padding:0 20px;}
h1,h2,h3{font-family:var(--display);font-weight:700;line-height:1.15;margin:0;letter-spacing:-.01em;}

.site-header{position:sticky;top:0;z-index:50;background:var(--ground);border-bottom:1px solid var(--line);}
.header-inner{max-width:var(--wrap);margin:0 auto;padding:10px 20px;
  display:flex;align-items:center;justify-content:space-between;gap:12px;}

.wordmark{font-family:var(--display);font-weight:700;font-size:20px;letter-spacing:-.02em;
  color:var(--ink);text-decoration:none;white-space:nowrap;
  display:inline-flex;align-items:center;min-height:44px;}

.site-nav{display:none;gap:26px;align-items:center;}
.site-nav a{color:var(--muted);text-decoration:none;font-size:15px;
  display:inline-flex;align-items:center;min-height:44px;}
.site-nav a:hover{color:var(--ink);}
@media (min-width:900px){ .site-nav{display:flex;} }

.btn{display:inline-flex;align-items:center;justify-content:center;
  font-family:var(--display);font-weight:700;font-size:16px;
  border-radius:8px;text-decoration:none;border:2px solid transparent;
  padding:12px 22px;min-height:44px;transition:background .18s ease,color .18s ease;}

.btn-primary{background:var(--action);color:#fff;}
.btn-primary:hover{background:var(--action-dark);}
.btn-secondary{background:transparent;color:var(--action);border-color:var(--action);}
.btn-secondary:hover{background:color-mix(in srgb,var(--action) 8%,transparent);}
.btn-header{padding:10px 20px;font-size:15px;white-space:nowrap;min-width:120px;}
a:focus-visible,button:focus-visible,summary:focus-visible{outline:3px solid var(--action);outline-offset:2px;}

.hero-cta{display:flex;flex-direction:column;gap:10px;margin:18px 0 20px;}
.hero-cta .btn{width:100%;}
@media (min-width:600px){ .hero-cta{flex-direction:row;} .hero-cta .btn{width:auto;} }

.hours-status{display:flex;align-items:center;gap:8px;font-weight:700;margin:0 0 6px;}
.dot{width:10px;height:10px;border-radius:50%;background:var(--muted);flex:none;}
.dot.open{background:var(--open);}
.dot.closed{background:var(--closed);}
.hours-table{display:grid;grid-template-columns:auto auto;gap:2px 18px;justify-content:start;
  margin:0;font-size:15px;color:var(--muted);}
.hours-table dt{font-weight:500;}
.hours-table dd{margin:0;}

/* ---------- hero ---------- */
.hero{padding:22px 0 8px;}
.hero-grid{display:grid;gap:20px;}
@media (min-width:900px){ .hero-grid{grid-template-columns:1.05fr .95fr;align-items:center;gap:44px;}
  .hero{padding:34px 0 8px;} }
.eyebrow{font-family:var(--display);font-weight:700;font-size:12px;letter-spacing:.12em;
  text-transform:uppercase;color:var(--muted);margin:0 0 10px;}
h1{font-size:clamp(28px,6.7vw,50px);margin:0 0 12px;}
.sub{font-size:18px;color:var(--muted);margin:0;max-width:34em;}

.gallery-grid{display:grid;grid-template-columns:1fr;gap:14px;}
@media (min-width:600px){ .gallery-grid{grid-template-columns:1fr 1fr;} }
@media (min-width:760px){ .gallery-grid{grid-template-columns:1fr 1fr 1fr;} }

/* ---------- reveal-on-scroll (script.js adds .visible; content visible without JS,
   and with ?noanim=1 or prefers-reduced-motion nothing moves) ---------- */
html.js .reveal{opacity:0;transform:translateY(14px);transition:opacity .3s ease,transform .3s ease;}
html.js .reveal.visible,html.js.noanim .reveal{opacity:1;transform:none;transition:none;}
@media (prefers-reduced-motion:reduce){ html.js .reveal{opacity:1;transform:none;transition:none;} }

/* ---------- footer ---------- */
.site-footer{border-top:1px solid var(--line);margin-top:48px;padding:22px 0 30px;
  color:var(--muted);font-size:14px;}
.site-footer a{display:inline-flex;align-items:center;min-height:44px;}

/* ---------- section rhythm ---------- */
section h2{font-size:clamp(23px,3.6vw,31px);margin:0 0 18px;}
.services,.reviews,.about,.faq{padding:44px 0;}
.pricing{padding:8px 0 44px;}

/* ---------- proof strip — quiet, no band, no slab (PROOF-1) ---------- */
.proof{padding:22px 0 6px;}
.proof-quote{margin:0;border-left:3px solid var(--line);padding:2px 0 2px 18px;max-width:44em;}
.proof-quote p{margin:0 0 6px;font-family:var(--display);font-weight:700;
  font-size:clamp(18px,2.5vw,22px);line-height:1.35;color:var(--ink);}
.proof-quote cite{font-style:normal;font-size:14px;color:var(--muted);}

/* ---------- services — their own list, their own order ---------- */
.service-list{list-style:none;margin:0 0 30px;padding:0;
  display:grid;grid-template-columns:1fr;gap:10px;}
@media (min-width:520px){ .service-list{grid-template-columns:1fr 1fr;} }
@media (min-width:820px){ .service-list{grid-template-columns:repeat(4,1fr);} }
.service-list li{border:1px solid var(--line);border-radius:10px;background:#fff;
  padding:13px 16px;font-weight:500;font-size:16px;line-height:1.45;
  display:flex;align-items:center;gap:11px;}
.svc-icon{flex:none;color:var(--muted);}

/* ---------- SIGNATURE ELEMENT — the three things the shop wrote about its own work,
   each carrying the photograph the shop itself paired with that sentence ---------- */
.own-words{display:grid;grid-template-columns:1fr;gap:16px;align-items:start;}
@media (min-width:760px){ .own-words{grid-template-columns:repeat(3,1fr);} }
.ow-card{background:var(--panel);border-radius:14px;overflow:hidden;
  display:flex;flex-direction:column;}
.ow-card img{width:100%;}
.ow-body{padding:16px 18px 20px;}
.ow-body h3{font-size:19px;margin:0 0 6px;}
.ow-body p{margin:0;font-size:16px;line-height:1.45;color:var(--muted);}

/* ---------- pricing — its own quiet panel, its own ask ---------- */
.pricing-inner{background:var(--panel);border-radius:14px;padding:28px 26px 30px;
  display:grid;gap:18px;align-items:center;justify-items:start;}
@media (min-width:860px){ .pricing-inner{grid-template-columns:1fr auto;gap:32px;padding:32px 34px;} }
.pricing-text h2{margin:0 0 12px;}
.pricing-text p{margin:0 0 12px;font-size:17px;line-height:1.5;max-width:34em;}
.pricing-text p:last-child{margin-bottom:0;}

/* ---------- reviews ---------- */
.review-grid{columns:1;column-gap:18px;}
@media (min-width:760px){ .review-grid{columns:2;} }
.review{break-inside:avoid;margin:0 0 16px;border:1px solid var(--line);border-radius:12px;
  background:#fff;padding:18px 20px;}
.review p{margin:0 0 10px;font-size:16px;line-height:1.5;}
.review cite{font-style:normal;font-size:14px;color:var(--muted);}

/* ---------- about ---------- */
.about-inner{max-width:36em;}
.about-inner p{font-size:17px;line-height:1.5;margin:0;}

/* ---------- questions ---------- */
.faq-list{max-width:44em;border-top:1px solid var(--line);}
.faq details{border-bottom:1px solid var(--line);}
.faq summary{cursor:pointer;list-style:none;font-family:var(--display);font-weight:700;
  font-size:17px;padding:14px 34px 14px 0;min-height:44px;display:flex;align-items:center;
  position:relative;}
.faq summary::-webkit-details-marker{display:none;}
.faq summary::after{content:"";position:absolute;right:8px;top:50%;width:9px;height:9px;
  border-right:2px solid var(--muted);border-bottom:2px solid var(--muted);
  transform:translateY(-70%) rotate(45deg);}
.faq details[open] summary::after{transform:translateY(-30%) rotate(225deg);}
.faq details p{margin:0 0 16px;font-size:16px;line-height:1.5;color:var(--muted);max-width:38em;}

/* ---------- final CTA — the ask only, quiet, no band ---------- */
.final-cta{border-top:1px solid var(--line);padding:40px 0 8px;text-align:center;}
.final-cta h2{margin:0 0 10px;}
.final-cta p{margin:0 auto 20px;font-size:17px;line-height:1.5;max-width:30em;}
.final-buttons{display:flex;flex-direction:column;gap:10px;align-items:stretch;}
@media (min-width:600px){ .final-buttons{flex-direction:row;justify-content:center;} }

/* ---------- footer ---------- */
.footer-name{font-family:var(--display);font-weight:700;font-size:16px;color:var(--ink);margin:0 0 4px;}
.footer-line{margin:0 0 2px;}
.footer-address{display:inline-flex;flex-wrap:wrap;align-items:center;gap:2px 12px;
  min-height:44px;text-decoration:none;color:var(--muted);}
.footer-address .addr{color:var(--ink);}
.footer-address .maplink{text-decoration:underline;}
