*,*::before,*::after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:'Inter',-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,sans-serif;font-size:16px;line-height:1.65;color:#3a2a1d;background:#fcf4e3;-webkit-font-smoothing:antialiased}h1,h2,h3,h4{font-family:'Fraunces','Playfair Display',Georgia,serif;font-weight:600;line-height:1.18;color:#2b1a10;margin:0 0 .6em}h1{font-size:clamp(2rem,4.6vw,3.6rem);letter-spacing:-.01em}h2{font-size:clamp(1.6rem,3.2vw,2.6rem)}h3{font-size:clamp(1.25rem,2vw,1.6rem)}p{margin:0 0 1em}a{color:#aa4c23;text-decoration:none;transition:color .2s}a:hover{color:#762f12}img{max-width:100%;height:auto;display:block}.bk-hidden{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden}
.bk-shell{max-width:1200px;margin:0 auto;padding:0 20px}
.bk-row{display:flex;flex-wrap:wrap;gap:24px}
.bk-btn{display:inline-block;padding:14px 28px;font-weight:600;font-size:1rem;border-radius:14px;border:0;cursor:pointer;text-align:center;transition:transform .18s ease,box-shadow .18s ease,background .18s ease;min-height:44px;font-family:inherit}
.bk-btn--primary{background:#aa4c23;color:#fff8ee}
.bk-btn--primary:hover{background:#7a3215;color:#fcf4e3;transform:translateY(-1px);box-shadow:0 10px 24px -10px rgba(120,55,30,.45)}
.bk-btn--ghost{background:transparent;color:#2b1a10;border:2px solid #2b1a10}
.bk-btn--ghost:hover{background:#2b1a10;color:#fcf4e3}
.bk-btn--accent{background:#fcf4e3;color:#2b1a10;border:2px solid #d4a24e}
.bk-btn--accent:hover{background:#d4a24e;color:#2b1a10}
.bk-eyebrow{display:inline-block;font-size:.78rem;letter-spacing:.18em;text-transform:uppercase;color:#aa4c23;font-weight:600;margin-bottom:.6em}
.bk-lede{font-size:clamp(1.05rem,1.4vw,1.2rem);color:#5a4435;max-width:620px}

/* HEADER */
.bk-header{position:sticky;top:0;z-index:50;background:rgba(252,244,227,.96);backdrop-filter:blur(8px);border-bottom:1px solid rgba(170,76,35,.12)}
.bk-header__inner{display:flex;align-items:center;justify-content:space-between;padding:18px 0;gap:24px}
.bk-brand{display:flex;align-items:center;gap:12px;font-family:'Fraunces',Georgia,serif;font-weight:700;font-size:1.3rem;color:#2b1a10}
.bk-brand__mark{width:42px;height:42px;border-radius:12px;background:#aa4c23;display:flex;align-items:center;justify-content:center;color:#fcf4e3;font-family:'Fraunces',serif;font-weight:700;font-size:1.2rem}
.bk-nav{display:flex;align-items:center;gap:28px}
.bk-nav a{color:#3a2a1d;font-weight:500;font-size:.97rem}
.bk-nav a:hover,.bk-nav a.is-current{color:#aa4c23}
.bk-nav__cta{padding:10px 20px;border-radius:10px;background:#2b1a10;color:#fcf4e3!important}
.bk-nav__cta:hover{background:#aa4c23;color:#fff8ee!important}
.bk-burger{display:none;width:44px;height:44px;border:0;background:transparent;cursor:pointer;align-items:center;justify-content:center}
.bk-burger span,.bk-burger span::before,.bk-burger span::after{content:'';position:absolute;width:26px;height:2px;background:#2b1a10;transition:transform .3s}
.bk-burger span{position:relative}
.bk-burger span::before{top:-8px}
.bk-burger span::after{top:8px}
.bk-burger.is-open span{background:transparent}
.bk-burger.is-open span::before{top:0;transform:rotate(45deg)}
.bk-burger.is-open span::after{top:0;transform:rotate(-45deg)}

/* HERO */
.bk-hero{padding:80px 0 96px;background:linear-gradient(180deg,#fcf4e3 0%,#f6e6c7 100%);position:relative;overflow:hidden}
.bk-hero__grid{display:grid;grid-template-columns:1.05fr .95fr;gap:60px;align-items:center}
.bk-hero__copy h1{margin-bottom:.4em}
.bk-hero__copy h1 em{font-style:italic;color:#aa4c23}
.bk-hero__lead{font-size:1.15rem;color:#5a4435;margin-bottom:1.6em}
.bk-hero__ctas{display:flex;gap:14px;flex-wrap:wrap}
.bk-hero__visual{position:relative;border-radius:24px;overflow:hidden;box-shadow:0 30px 60px -30px rgba(78,44,25,.35)}
.bk-hero__visual img{aspect-ratio:16/9;object-fit:cover;width:100%}
.bk-hero__chip{position:absolute;bottom:18px;left:18px;background:#fcf4e3;color:#2b1a10;padding:10px 18px;border-radius:999px;font-weight:600;font-size:.85rem;box-shadow:0 6px 18px -8px rgba(78,44,25,.35)}

/* SECTIONS */
.bk-section{padding:80px 0}
.bk-section--soft{background:#fff8ee}
.bk-section--dark{background:#2b1a10;color:#fcf4e3}
.bk-section--dark h2,.bk-section--dark h3{color:#fcf4e3}
.bk-section--dark .bk-eyebrow{color:#d4a24e}
.bk-section--dark a{color:#ecd5a8}
.bk-section--cream{background:#fcf4e3}
.bk-sec-head{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;gap:20px;margin-bottom:48px}
.bk-sec-head h2{margin-bottom:.2em}

/* News / cards */
.bk-news{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.bk-news__card{background:#fcf4e3;border-radius:18px;overflow:hidden;border:1px solid rgba(170,76,35,.12);transition:transform .25s,box-shadow .25s;display:flex;flex-direction:column}
.bk-news__card:hover{transform:translateY(-4px);box-shadow:0 18px 40px -20px rgba(78,44,25,.3)}
.bk-news__pic{aspect-ratio:4/3;overflow:hidden}
.bk-news__pic img{width:100%;height:100%;object-fit:cover}
.bk-news__body{padding:24px;display:flex;flex-direction:column;gap:12px;flex-grow:1}
.bk-news__date{font-size:.8rem;color:#8a6f5a;letter-spacing:.05em}
.bk-news__title{font-family:'Fraunces',serif;font-size:1.2rem;color:#2b1a10;margin:0;line-height:1.3}
.bk-news__excerpt{font-size:.95rem;color:#5a4435;margin:0}
.bk-news__more{margin-top:auto;padding-top:8px;font-weight:600;color:#aa4c23}

/* Menu items grid */
.bk-products{display:grid;grid-template-columns:repeat(3,1fr);gap:28px}
.bk-product{position:relative;border-radius:20px;overflow:hidden;background:#fcf4e3;border:1px solid rgba(170,76,35,.14)}
.bk-product__pic{aspect-ratio:4/3;overflow:hidden}
.bk-product__pic img{width:100%;height:100%;object-fit:cover;transition:transform .5s}
.bk-product:hover .bk-product__pic img{transform:scale(1.04)}
.bk-product__body{padding:22px}
.bk-product__title{font-family:'Fraunces',serif;font-size:1.3rem;color:#2b1a10;margin:0 0 .35em}
.bk-product__desc{font-size:.95rem;color:#5a4435;margin-bottom:1em}
.bk-product__cta{font-weight:600;color:#aa4c23}

/* About / split */
.bk-split{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center}
.bk-split__pic{border-radius:24px;overflow:hidden;box-shadow:0 30px 50px -30px rgba(78,44,25,.4)}
.bk-split__pic img{width:100%;display:block;aspect-ratio:3/2;object-fit:cover}
.bk-split__copy ul{list-style:none;padding:0;margin:1.4em 0;display:grid;gap:14px}
.bk-split__copy li{padding-left:34px;position:relative;font-size:1rem}
.bk-split__copy li::before{content:'';position:absolute;left:0;top:.4em;width:22px;height:22px;border-radius:50%;background:#d4a24e;background-image:radial-gradient(circle at 35% 30%,#f5d495,#aa4c23 110%)}

/* Stats / craft pillars */
.bk-pillars{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}
.bk-pillar{padding:32px 24px;background:#fcf4e3;border-radius:18px;border:1px solid rgba(170,76,35,.14)}
.bk-pillar__num{font-family:'Fraunces',serif;font-size:2.4rem;color:#aa4c23;line-height:1}
.bk-pillar__lbl{font-weight:600;font-size:1.05rem;margin:.4em 0 .3em;color:#2b1a10}
.bk-pillar__txt{font-size:.95rem;color:#5a4435;margin:0}

/* Testimonials */
.bk-quotes{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bk-quote{padding:30px;border-radius:20px;background:#fff8ee;border:1px solid rgba(170,76,35,.12);position:relative}
.bk-quote::before{content:'"';font-family:'Fraunces',serif;font-size:5rem;line-height:1;color:#d4a24e;position:absolute;top:14px;left:18px;opacity:.4}
.bk-quote__text{position:relative;font-size:1rem;color:#3a2a1d;margin:24px 0 18px}
.bk-quote__by{font-weight:600;font-size:.92rem;color:#2b1a10}
.bk-quote__loc{font-size:.85rem;color:#8a6f5a}

/* FAQ details/summary */
.bk-faq{max-width:880px;margin:0 auto;display:flex;flex-direction:column;gap:14px}
.bk-faq details{background:#fcf4e3;border:1px solid rgba(170,76,35,.16);border-radius:16px;padding:0;overflow:hidden;transition:box-shadow .2s}
.bk-faq details[open]{box-shadow:0 14px 30px -18px rgba(78,44,25,.3)}
.bk-faq summary{cursor:pointer;list-style:none;padding:22px 60px 22px 28px;font-weight:600;font-size:1.05rem;color:#2b1a10;position:relative}
.bk-faq summary::-webkit-details-marker{display:none}
.bk-faq summary::after{content:'+';position:absolute;right:24px;top:50%;transform:translateY(-50%);font-size:1.6rem;color:#aa4c23;transition:transform .2s}
.bk-faq details[open] summary::after{content:'\2013'}
.bk-faq__answer{padding:0 28px 24px;color:#5a4435;font-size:.98rem}

/* CTA banner */
.bk-banner{padding:64px 0;background:linear-gradient(120deg,#aa4c23 0%,#7a3215 100%);color:#fcf4e3;text-align:center;border-radius:0}
.bk-banner h2{color:#fcf4e3}
.bk-banner p{font-size:1.1rem;color:#f6e6c7;max-width:640px;margin:0 auto 1.6em}

/* Newsletter */
.bk-newsletter{max-width:560px;margin:32px auto 0;display:flex;gap:10px;flex-wrap:wrap}
.bk-newsletter input{flex:1;min-width:220px;min-height:52px;padding:0 18px;border-radius:12px;border:0;font-size:1rem;font-family:inherit;background:#fff8ee;color:#2b1a10}
.bk-newsletter button{min-height:52px}

/* CONTACT page */
.bk-contact{display:grid;grid-template-columns:.9fr 1.1fr;gap:48px;align-items:start}
.bk-contact__info{padding:36px;background:#fff8ee;border-radius:22px;border:1px solid rgba(170,76,35,.14)}
.bk-contact__info dl{margin:0;display:grid;gap:14px}
.bk-contact__info dt{font-size:.78rem;letter-spacing:.16em;text-transform:uppercase;color:#aa4c23;font-weight:600;margin-bottom:4px}
.bk-contact__info dd{margin:0;font-size:1.02rem;color:#2b1a10}
.bk-contact__info dd a{color:#2b1a10}
.bk-contact__info dd a:hover{color:#aa4c23}
.bk-form{background:#fcf4e3;padding:36px;border-radius:22px;border:1px solid rgba(170,76,35,.14)}
.bk-form__row{margin-bottom:18px}
.bk-form label{display:block;font-weight:600;font-size:.92rem;margin-bottom:8px;color:#2b1a10}
.bk-form input,.bk-form textarea,.bk-form select{width:100%;min-height:48px;padding:12px 16px;font-size:1rem;font-family:inherit;background:#fff8ee;border:1.5px solid rgba(170,76,35,.2);border-radius:12px;color:#2b1a10;transition:border-color .2s}
.bk-form input:focus,.bk-form textarea:focus,.bk-form select:focus{outline:0;border-color:#aa4c23}
.bk-form textarea{min-height:140px;resize:vertical;font-family:inherit}
.bk-form__check{display:flex;gap:12px;align-items:flex-start;font-size:.9rem;color:#5a4435;margin-bottom:20px}
.bk-form__check input{width:auto;min-height:auto;margin-top:4px}
.bk-form__error{background:#f9e0d8;color:#7a3215;padding:12px 16px;border-radius:10px;margin-bottom:18px;font-size:.95rem}
.bk-form__ok{background:#dde8d6;color:#3d5b2c;padding:18px 22px;border-radius:14px;margin-bottom:18px;font-weight:500}

/* LOCATIONS */
.bk-locs{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}
.bk-loc{padding:28px;border-radius:18px;background:#fff8ee;border:1px solid rgba(170,76,35,.16)}
.bk-loc__title{font-family:'Fraunces',serif;font-size:1.3rem;color:#2b1a10;margin:0 0 .4em}
.bk-loc__addr{font-size:.95rem;color:#5a4435;margin:0 0 1em;line-height:1.6}
.bk-loc__line{display:flex;justify-content:space-between;font-size:.9rem;color:#8a6f5a;padding:8px 0;border-bottom:1px dashed rgba(170,76,35,.18)}
.bk-loc__line span:last-child{color:#2b1a10;font-weight:500}

/* ARTICLE / blog */
.bk-article{max-width:780px;margin:0 auto}
.bk-article__hero{aspect-ratio:16/9;border-radius:20px;overflow:hidden;margin-bottom:36px}
.bk-article__hero img{width:100%;height:100%;object-fit:cover}
.bk-article__meta{font-size:.85rem;color:#8a6f5a;letter-spacing:.05em;margin-bottom:1em}
.bk-article h1{margin-bottom:.4em}
.bk-article h2,.bk-article h3{margin-top:1.6em}
.bk-article p,.bk-article ul,.bk-article ol{font-size:1.05rem;color:#3a2a1d;line-height:1.75}
.bk-article ul,.bk-article ol{padding-left:24px}
.bk-article blockquote{border-left:4px solid #d4a24e;margin:1.4em 0;padding:8px 22px;font-style:italic;color:#5a4435;background:#fff8ee;border-radius:0 12px 12px 0}

/* Policy pages */
.bk-policy{max-width:840px;margin:0 auto}
.bk-policy h1{margin-bottom:.2em}
.bk-policy__updated{font-size:.85rem;color:#8a6f5a;letter-spacing:.05em;margin-bottom:2em}
.bk-policy h2{margin-top:1.6em;font-size:1.4rem}
.bk-policy h3{font-size:1.15rem;margin-top:1.4em}
.bk-policy p,.bk-policy li{font-size:1rem;line-height:1.75;color:#3a2a1d}
.bk-policy ul,.bk-policy ol{padding-left:24px;margin-bottom:1em}

/* FOOTER */
.bk-footer{background:#2b1a10;color:#ecd5a8;padding:64px 0 24px}
.bk-footer a{color:#ecd5a8}
.bk-footer a:hover{color:#fff8ee}
.bk-footer__top{display:grid;grid-template-columns:1.4fr 1fr 1fr 1fr;gap:36px;padding-bottom:36px;border-bottom:1px solid rgba(236,213,168,.18)}
.bk-footer__brand .bk-brand{color:#fcf4e3}
.bk-footer__brand p{font-size:.95rem;color:#cbb59a;margin-top:14px;max-width:300px}
.bk-footer h4{color:#fcf4e3;font-size:.85rem;letter-spacing:.16em;text-transform:uppercase;margin:0 0 18px;font-family:'Inter',sans-serif;font-weight:600}
.bk-footer ul{list-style:none;padding:0;margin:0;display:grid;gap:10px}
.bk-footer ul a{font-size:.95rem;color:#cbb59a}
.bk-footer__legal{padding-top:24px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:14px;font-size:.85rem;color:#a18b72}

/* Cookie consent custom */
.bk-cookie{position:fixed;left:50%;bottom:24px;transform:translateX(-50%);max-width:580px;width:calc(100% - 32px);background:#fcf4e3;color:#2b1a10;border-radius:18px;padding:22px 24px;box-shadow:0 24px 50px -16px rgba(0,0,0,.4);z-index:90;border:1px solid rgba(170,76,35,.18);display:none}
.bk-cookie.is-open{display:block}
.bk-cookie h3{font-family:'Fraunces',serif;font-size:1.1rem;margin:0 0 .4em;color:#2b1a10}
.bk-cookie p{font-size:.9rem;margin:0 0 1em;color:#5a4435}
.bk-cookie__btns{display:flex;gap:10px;flex-wrap:wrap}
.bk-cookie__btns button{padding:10px 22px;border-radius:10px;border:0;font-weight:600;cursor:pointer;font-family:inherit;font-size:.92rem;min-height:44px}
.bk-cookie__btns .accept{background:#aa4c23;color:#fcf4e3}
.bk-cookie__btns .accept:hover{background:#7a3215}
.bk-cookie__btns .reject{background:transparent;color:#2b1a10;border:1.5px solid #2b1a10}
.bk-cookie__btns .reject:hover{background:#2b1a10;color:#fcf4e3}
.bk-cookie-toggle{position:fixed;left:18px;bottom:18px;width:44px;height:44px;border-radius:50%;background:#fcf4e3;border:1.5px solid #aa4c23;color:#aa4c23;cursor:pointer;display:none;align-items:center;justify-content:center;z-index:80;font-size:1.2rem;font-weight:600}
.bk-cookie-toggle.is-visible{display:flex}
.bk-cookie-toggle:hover{background:#aa4c23;color:#fcf4e3}

/* Page header */
.bk-pageheader{padding:72px 0 48px;background:linear-gradient(180deg,#fcf4e3,#f6e6c7);text-align:center}
.bk-pageheader h1{margin-bottom:.4em}
.bk-pageheader p{max-width:680px;margin:0 auto;font-size:1.1rem;color:#5a4435}
.bk-crumbs{font-size:.85rem;color:#8a6f5a;margin-bottom:14px}
.bk-crumbs a{color:#8a6f5a}
.bk-crumbs a:hover{color:#aa4c23}

/* Utility */
.bk-mt-l{margin-top:48px}
.bk-mb-l{margin-bottom:48px}
.bk-text-center{text-align:center}
.bk-grid-2{display:grid;grid-template-columns:1fr 1fr;gap:32px}

/* RESPONSIVE */
@media(max-width:992px){
  .bk-hero{padding:56px 0 64px}
  .bk-hero__grid{grid-template-columns:1fr;gap:36px}
  .bk-news,.bk-products,.bk-quotes,.bk-locs{grid-template-columns:repeat(2,1fr)}
  .bk-pillars{grid-template-columns:repeat(2,1fr)}
  .bk-split{grid-template-columns:1fr;gap:36px}
  .bk-contact{grid-template-columns:1fr}
  .bk-footer__top{grid-template-columns:1fr 1fr;gap:32px}
}
@media(max-width:752px){
  .bk-section{padding:56px 0}
  .bk-burger{display:flex}
  .bk-nav{display:none;position:absolute;top:100%;left:0;right:0;background:#fcf4e3;flex-direction:column;align-items:stretch;padding:18px 24px 28px;gap:14px;border-bottom:1px solid rgba(170,76,35,.16);box-shadow:0 18px 40px -18px rgba(78,44,25,.4)}
  .bk-nav.is-open{display:flex}
  .bk-nav__cta{text-align:center}
  .bk-news,.bk-products,.bk-quotes,.bk-locs,.bk-grid-2{grid-template-columns:1fr}
  .bk-pillars{grid-template-columns:1fr 1fr}
  .bk-footer__top{grid-template-columns:1fr;gap:28px}
  .bk-hero__ctas{flex-direction:column;align-items:stretch}
  .bk-hero__ctas .bk-btn{text-align:center}
}
@media(max-width:420px){
  .bk-hero{padding:44px 0 52px}
  .bk-pillars{grid-template-columns:1fr}
  .bk-contact__info,.bk-form,.bk-pillar,.bk-quote,.bk-loc{padding:22px}
}
