:root{
  --bg:#fffaf1;
  --paper:#ffffff;
  --ink:#2b1607;
  --muted:#775f4a;
  --brand:#b96a16;
  --brand-dark:#7c3f07;
  --accent:#e6b357;
  --line:rgba(43,22,7,.12);
  --shadow:0 24px 60px rgba(57,31,8,.16);
  --radius:28px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--ink);line-height:1.6}
img{max-width:100%;display:block}
a{color:inherit;text-decoration:none}
.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}
.site-header{position:sticky;top:0;z-index:100;background:rgba(255,250,241,.88);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}
.nav{height:76px;display:flex;align-items:center;justify-content:space-between;gap:20px}
.brand{display:flex;align-items:center;gap:12px;font-weight:800}
.brand-mark{width:46px;height:46px;border-radius:15px;background:linear-gradient(135deg,var(--brand),var(--accent));display:grid;place-items:center;color:white;font-family:'Playfair Display',serif;font-size:28px;box-shadow:0 10px 24px rgba(185,106,22,.28)}
.brand small{display:block;color:var(--muted);font-size:12px;letter-spacing:.18em;text-transform:uppercase;margin-top:-4px}
.nav-links{display:flex;align-items:center;gap:8px}
.nav-links a{padding:10px 14px;border-radius:999px;font-weight:700;font-size:14px;color:#4d321a}
.nav-links a:hover,.nav-cta{background:#fff0d2;color:var(--brand-dark)!important}
.nav-toggle,.hamburger{display:none}
.hero{min-height:720px;position:relative;display:grid;align-items:center;overflow:hidden;color:white}
.hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;transform:scale(1.02)}
.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(28,13,3,.82),rgba(48,22,4,.5),rgba(48,22,4,.18)),linear-gradient(0deg,rgba(43,22,7,.28),rgba(43,22,7,.08))}
.hero-content{position:relative;z-index:1;padding-block:110px;max-width:1180px}
.eyebrow{display:inline-flex;align-items:center;gap:8px;color:var(--brand);background:#fff1d5;border:1px solid rgba(185,106,22,.14);border-radius:999px;padding:7px 13px;font-size:13px;font-weight:800;text-transform:uppercase;letter-spacing:.12em}
.hero .eyebrow{color:#ffe3a6;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18)}
h1,h2,h3{font-family:'Playfair Display',serif;line-height:1.05;margin:0;color:inherit}
h1{font-size:clamp(42px,6vw,82px);max-width:860px;margin-top:20px;text-wrap:balance}
h2{font-size:clamp(34px,4vw,58px);margin-top:14px}
h3{font-size:clamp(28px,3vw,42px)}
.hero p{font-size:clamp(17px,2vw,22px);max-width:680px;color:rgba(255,255,255,.84);margin:24px 0 0}
.hero-actions,.contact-actions{display:flex;flex-wrap:wrap;gap:14px;margin-top:34px}
.btn{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:13px 22px;border-radius:999px;font-weight:800;border:1px solid transparent;transition:.2s ease;cursor:pointer}
.btn-primary{background:linear-gradient(135deg,var(--brand),var(--brand-dark));color:white;box-shadow:0 14px 30px rgba(124,63,7,.28)}
.btn-primary:hover{transform:translateY(-2px);box-shadow:0 18px 36px rgba(124,63,7,.36)}
.btn-ghost{background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.28);color:white}
.btn-ghost.dark{background:#fff7e8;color:var(--brand-dark);border-color:var(--line)}
.features{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:-58px;position:relative;z-index:2}
.features article{background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:24px;padding:24px;box-shadow:var(--shadow)}
.features strong{display:block;font-size:18px}.features span{color:var(--muted);font-size:14px}
.section{padding-block:94px}.section-head{max-width:720px;margin-bottom:44px}.section-head p{color:var(--muted);font-size:17px}
.category-block{margin-top:56px}.category-title{display:flex;align-items:end;gap:18px;margin-bottom:24px;border-bottom:1px solid var(--line);padding-bottom:18px}.category-title span{font-weight:900;color:var(--brand);font-size:18px}
.product-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.product-grid.two{grid-template-columns:repeat(3,1fr)}
.product-card{background:var(--paper);border:1px solid var(--line);border-radius:var(--radius);overflow:hidden;box-shadow:0 18px 46px rgba(57,31,8,.11);transition:.25s ease;min-height:100%}
.product-card:hover{transform:translateY(-6px);box-shadow:var(--shadow)}
.product-card img{width:100%;height:290px;object-fit:cover}.product-card.big{grid-row:span 2}.product-card.big img{height:480px}.product-card.wide img{height:260px}.small-card img{height:210px}
.product-body{padding:22px}.product-body h4{font-size:22px;margin:0 0 8px}.product-body p{margin:0;color:var(--muted)}
.about{background:#2b1607;color:white;padding-block:94px}.about-grid{display:grid;grid-template-columns:1fr .86fr;gap:52px;align-items:center}.about p{color:rgba(255,255,255,.78);font-size:18px}.about-photo{border-radius:34px;overflow:hidden;box-shadow:0 30px 70px rgba(0,0,0,.3);transform:rotate(1deg)}.about-photo img{height:520px;width:100%;object-fit:cover}
.gallery{display:grid;grid-template-columns:1.2fr .8fr .8fr;grid-auto-rows:260px;gap:18px}.gallery img{width:100%;height:100%;object-fit:cover;border-radius:26px;box-shadow:0 16px 40px rgba(57,31,8,.12)}.gallery img:first-child{grid-row:span 2}
.contact{padding-block:82px;background:linear-gradient(135deg,#fff1d5,#ffffff)}.contact-card{display:flex;justify-content:space-between;gap:28px;align-items:center;background:white;border:1px solid var(--line);border-radius:34px;padding:42px;box-shadow:var(--shadow)}.contact-card p{color:var(--muted)}.address{font-size:17px}.map-card{margin-top:24px;border-radius:34px;overflow:hidden;box-shadow:var(--shadow);border:1px solid var(--line);background:white}.map-card iframe{display:block;width:100%;height:380px;border:0}.reviews{padding-block:82px;background:#fffaf1}.reviews-card{display:flex;justify-content:space-between;gap:28px;align-items:center;background:#2b1607;color:white;border-radius:34px;padding:42px;box-shadow:var(--shadow)}.reviews-card p{color:rgba(255,255,255,.78);font-size:17px}.reviews-card .eyebrow{color:#ffe3a6;background:rgba(255,255,255,.12);border-color:rgba(255,255,255,.18)}
.footer{background:#1d0e05;color:rgba(255,255,255,.72);padding:24px 0}.footer-inner{display:flex;justify-content:space-between;gap:20px}.footer a{color:white;font-weight:800}
@media (max-width:980px){
  .container{width:min(100% - 28px,760px)}.hero{min-height:640px}.features,.product-grid,.product-grid.two,.about-grid{grid-template-columns:1fr 1fr}.product-card.big{grid-row:auto}.product-card.big img{height:330px}.gallery{grid-template-columns:1fr 1fr}.gallery img:first-child{grid-row:auto}.contact-card,.reviews-card{align-items:flex-start;flex-direction:column}
}
@media (max-width:720px){
  .map-card iframe{height:310px}.reviews-card{padding:28px}
  .nav{height:68px}.hamburger{display:grid;gap:5px;cursor:pointer}.hamburger span{display:block;width:28px;height:3px;background:var(--ink);border-radius:999px}.nav-links{position:absolute;left:14px;right:14px;top:76px;display:none;flex-direction:column;align-items:stretch;background:white;border:1px solid var(--line);border-radius:22px;padding:12px;box-shadow:var(--shadow)}.nav-toggle:checked~.nav-links{display:flex}.nav-links a{padding:13px 16px}.hero{min-height:610px}.hero-content{padding-block:80px}h1{font-size:42px}.features{grid-template-columns:1fr;margin-top:-42px}.section{padding-block:70px}.product-grid,.product-grid.two,.about-grid{grid-template-columns:1fr}.product-card img,.product-card.big img,.product-card.wide img,.small-card img{height:260px}.category-title{align-items:flex-start;flex-direction:column;gap:8px}.about-photo img{height:340px}.gallery{grid-template-columns:1fr;grid-auto-rows:240px}.contact-card{padding:28px}.hero-actions,.contact-actions{flex-direction:column;align-items:stretch}.btn{width:100%}.footer-inner{flex-direction:column;text-align:center}.brand small{display:none}
}
@media (max-width:420px){
  .container{width:min(100% - 22px,360px)}.brand-mark{width:42px;height:42px}.hero{min-height:570px}h1{font-size:36px}.hero p{font-size:16px}.product-card img,.product-card.big img,.product-card.wide img,.small-card img{height:220px}.features article{padding:20px}.section-head{margin-bottom:28px}
}

.contact-list{display:grid;gap:10px;margin-top:18px}
.contact-list a{display:flex;flex-wrap:wrap;gap:6px;align-items:center;color:var(--muted);font-weight:700;background:#fff7e8;border:1px solid var(--line);border-radius:16px;padding:11px 14px}
.contact-list a:hover{color:var(--brand-dark);border-color:rgba(185,106,22,.35)}
.hours-card{margin-top:24px;background:white;border:1px solid var(--line);border-radius:34px;padding:36px 42px;box-shadow:var(--shadow)}
.section-head.compact{margin-bottom:24px}
.section-head.compact h2{font-size:clamp(30px,3vw,44px)}
.hours-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:14px}
.hours-grid div{background:#fff7e8;border:1px solid var(--line);border-radius:18px;padding:16px}
.hours-grid strong{display:block;font-size:15px;color:var(--ink)}
.hours-grid span{display:block;color:var(--brand-dark);font-weight:900;margin-top:4px}
@media (max-width:980px){.hours-grid{grid-template-columns:repeat(2,1fr)}}
@media (max-width:720px){.hours-card{padding:28px}.hours-grid{grid-template-columns:1fr}.contact-list a{align-items:flex-start;flex-direction:column}.nav-links{top:68px}}
