/* Counter-service / retail template. Shares the shell, topbar, header, areas,
   footer and mobile-call conventions of shared/site.css so the portfolio still
   reads as one system, but swaps the contractor hero and service grid for a
   menu board. */
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;background:#fff;color:#17191c;font-family:Arial,Helvetica,sans-serif}
a{color:inherit}
.shell{width:min(1160px,calc(100% - 40px));margin-inline:auto}

.topbar{min-height:38px;padding:8px max(20px,calc((100vw - 1160px)/2));display:flex;justify-content:space-between;align-items:center;gap:20px;background:#17191c;color:#fff;font-size:.79rem}
.topbar p{margin:0}
.topbar a{font-weight:800;text-decoration:none}

header{height:104px;padding:8px max(20px,calc((100vw - 1160px)/2));display:flex;align-items:center;justify-content:space-between;gap:24px}
.brand{height:92px;width:180px;display:flex;align-items:center;text-decoration:none}
.brand img{max-height:88px;max-width:175px;width:auto;height:auto}
.brand-wordmark{width:auto;max-width:300px}
.brand-text{font-size:1.15rem;font-weight:900;letter-spacing:-.025em;line-height:1.12}
nav{display:flex;align-items:center;gap:26px;font-size:.93rem;font-weight:700}
nav a{text-decoration:none}
nav a:hover{color:var(--accent)}
.header-actions{display:flex;align-items:center;gap:12px}
.nav-call{padding:13px 18px;background:var(--accent);color:#fff!important;border-radius:3px;text-decoration:none}
.nav-call:hover{background:var(--accent-dark)}

.shop-hero{padding-block:clamp(56px,9vw,104px);background:var(--accent);color:#fff}
.shop-hero.has-image{min-height:clamp(420px,52vw,620px);display:flex;align-items:center;background-size:cover;background-position:center}
.shop-hero h1{max-width:18ch;margin:0;font-size:clamp(2.6rem,7vw,5.2rem);line-height:.98;letter-spacing:-.04em}
.lede{max-width:62ch;margin:22px 0 0;font-size:clamp(1.05rem,2vw,1.3rem);line-height:1.6}
.button{min-height:54px;display:inline-flex;align-items:center;justify-content:center;margin-top:30px;padding:0 26px;border-radius:3px;text-decoration:none;font-weight:900}
.primary{background:#fff;color:#17191c}
.primary:hover{background:#17191c;color:#fff}

.about{padding-block:clamp(48px,7vw,84px)}
.about p{max-width:70ch;margin:0;color:#4a4e53;font-size:1.08rem;line-height:1.75}

.eyebrow{margin:0 0 14px;text-transform:uppercase;letter-spacing:.16em;font-size:.76rem;font-weight:900}
.accent{color:var(--accent)}
h2{margin:0;font-size:clamp(2rem,4vw,3.4rem);line-height:1.04;letter-spacing:-.04em}
.section-heading{max-width:760px;margin-bottom:38px}

.menu{padding-block:clamp(48px,7vw,90px);border-top:1px solid #e4e2dc}
.products{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:22px}
.product{padding:28px 26px;border:1px solid #e4e2dc;border-top:4px solid var(--accent);background:#fff}
.product h3{margin:0;font-size:1.35rem;letter-spacing:-.02em}
.product .price{margin:10px 0 0;color:var(--accent);font-weight:900;font-size:1.02rem}
.product .blurb{margin:12px 0 0;color:#4a4e53;line-height:1.6}
.product ul{margin:16px 0 0;padding:0;list-style:none;columns:2;column-gap:22px;font-size:.95rem;line-height:1.85;color:#4a4e53}
/* Hanging indent so a wrapped two-word item ("Blueberry Cheesecake") still
   reads as one entry rather than two. */
.product li{break-inside:avoid;padding-left:1em;text-indent:-1em}
.product ul.long{columns:1}
.menu-note{margin:26px 0 0;color:#4a4e53;font-size:.98rem;line-height:1.65}

/* --- optional photo gallery --- */
.gallery{padding-block:clamp(40px,6vw,76px);border-top:1px solid #e4e2dc}
.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:20px}
.gallery figure{margin:0}
.gallery img{width:100%;height:280px;object-fit:cover;display:block;background:#f6f4ef;border:1px solid #e4e2dc}
.gallery figcaption{margin-top:10px;color:#4a4e53;font-size:.92rem;line-height:1.5}

.visit{padding-block:clamp(48px,7vw,90px);background:#f6f4ef}
.visit-inner{display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:start}
.visit address{margin:20px 0 0;font-style:normal;font-size:1.08rem;line-height:1.7;color:#4a4e53}
.visit .phone{display:inline-block;margin-top:18px;font-size:clamp(1.6rem,3.6vw,2.4rem);font-weight:900;text-decoration:none;letter-spacing:-.03em}
.visit .phone:hover{color:var(--accent)}
.visit .email{display:block;margin-top:10px;font-weight:700;text-underline-offset:5px}
.hours h3{margin:0 0 14px;font-size:1.15rem}
.hours dl{margin:0;display:grid;gap:10px}
.hours div{display:flex;justify-content:space-between;gap:18px;padding-bottom:10px;border-bottom:1px solid #ddd9d0}
.hours dt{font-weight:800}
.hours dd{margin:0;color:#4a4e53;text-align:right}

.areas{background:var(--accent);color:#fff}
.areas-inner{padding-block:clamp(48px,7vw,80px);display:grid;grid-template-columns:1.1fr .9fr;gap:8vw;align-items:center}
.area-list{display:grid;grid-template-columns:1fr 1fr;gap:12px}
.area-list span{padding:15px 0;border-bottom:1px solid rgba(255,255,255,.42);font-weight:800}

footer{background:#17191c;color:#c9cbcd}
.footer-inner{min-height:100px;display:flex;align-items:center;justify-content:space-between;gap:20px;font-size:.82rem}
.mobile-call{display:none}

@media(max-width:820px){
  .visit-inner,.areas-inner{grid-template-columns:1fr;gap:40px}
}
@media(max-width:680px){
  body{padding-bottom:62px}
  .topbar{justify-content:center}
  .topbar p{display:none}
  /* The header stacks rather than hiding the nav: three short links stay
     reachable without a toggle, so no menu button is needed at this size. */
  header{height:auto;flex-wrap:wrap;justify-content:space-between;gap:10px;padding-block:12px}
  .brand{height:62px;width:auto;order:1}
  .brand img{max-height:58px;max-width:124px}
  .header-actions{order:2}
  nav{order:3;width:100%;gap:18px;font-size:.88rem;overflow-x:auto;padding-bottom:2px;-webkit-overflow-scrolling:touch}
  nav a{white-space:nowrap}
  .nav-call{padding:11px 14px;font-size:.85rem}
  .product ul{columns:1}
  .area-list{grid-template-columns:1fr}
  .footer-inner{padding-block:28px;flex-direction:column;align-items:flex-start}
  .mobile-call{position:fixed;z-index:50;display:flex;align-items:center;justify-content:center;left:0;right:0;bottom:0;height:62px;background:var(--accent);color:#fff;font-weight:900;text-decoration:none;box-shadow:0 -8px 24px rgba(0,0,0,.17)}
}
@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}*{transition:none!important}}
