:root{
  --black:#070707;
  --cream:#f6f1e8;
  --paper:#fffdf8;
  --gold:#c08a38;
  --gold2:#f4bd63;
  --text:#111;
  --muted:#6c665d;
  --line:rgba(0,0,0,.12);
  --shadow:0 22px 60px rgba(0,0,0,.18);
  --radius:26px;
}
*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{margin:0;font-family:Inter,Arial,sans-serif;background:var(--cream);color:var(--text)}
a{color:inherit;text-decoration:none}
img{max-width:100%;display:block}.site-header{position:sticky;top:0;z-index:100;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:24px 46px;background:#060606;color:white;border-bottom:1px solid rgba(255,255,255,.1)}
.logo{line-height:1;display:inline-flex;flex-direction:column;gap:8px}.logo span{font-family:Georgia,serif;font-style:italic;font-size:36px;letter-spacing:-1px}.logo small{font-size:14px;letter-spacing:10px;color:#ddd}.nav{display:flex;gap:38px;font-weight:800;font-size:18px}.nav a:hover,.nav a.active{color:var(--gold2)}.nav-cta{background:#fff;color:#000;padding:18px 30px;border-radius:20px;font-weight:900;font-size:20px}.hero{height:650px;position:relative;overflow:hidden;background:#050505;color:#fff}.hero-slide{position:absolute;inset:0;background-size:cover;background-position:center;opacity:0;animation:heroFade 15s infinite}.hero-one{background-image:url('img/full-english.jpeg');animation-delay:0s}.hero-two{background-image:url('img/interior-brick.jpeg');animation-delay:5s}.hero-three{background-image:url('img/shopfront.jpeg');animation-delay:10s}@keyframes heroFade{0%,28%{opacity:1}33%,95%{opacity:0}100%{opacity:1}}.hero-overlay{position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.82) 0%,rgba(0,0,0,.58) 42%,rgba(0,0,0,.28) 100%)}.hero-content{position:relative;z-index:2;max-width:760px;padding:105px 0 0 50px}.eyebrow{text-transform:uppercase;letter-spacing:10px;color:var(--gold2);font-weight:900;font-size:17px}.eyebrow.dark{color:var(--gold)}.hero h1{font-family:Georgia,serif;font-size:92px;line-height:.9;margin:22px 0 10px;letter-spacing:-4px}.script{font-family:Georgia,serif;font-style:italic;font-size:34px;color:var(--gold2);margin:0 0 26px}.hero-text{font-size:25px;line-height:1.45;margin:0 0 34px;max-width:720px}.hero-actions{display:flex;gap:20px;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:20px 30px;border-radius:18px;font-weight:900;font-size:20px}.btn-gold{background:linear-gradient(135deg,var(--gold2),#e8a83f);color:#111}.btn-dark{border:1px solid rgba(255,255,255,.55);color:#fff;background:rgba(0,0,0,.18)}.story-wrap{position:relative;margin:-56px auto 0;width:min(1280px,94vw);z-index:4;background:white;border-radius:30px;padding:30px 38px;display:grid;grid-template-columns:repeat(6,1fr);gap:20px;box-shadow:var(--shadow)}.story{text-align:center;font-size:19px;font-weight:900}.story-icon{width:92px;height:92px;border-radius:50%;border:6px solid var(--gold);display:flex;align-items:center;justify-content:center;margin:0 auto 12px;background:#fff;background-size:cover;background-position:center}.story-icon.vector{font-size:40px}.story-icon.stars{font-size:18px;color:#f7b400;letter-spacing:0}.section{padding:88px 46px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:32px}.section h2,.bakery h2,.visit-card h2{font-family:Georgia,serif;font-size:56px;line-height:1;margin:8px 0 0;letter-spacing:-2px}.section-head a{font-weight:900;font-size:18px}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:24px}.card{background:var(--paper);border-radius:18px;overflow:hidden;box-shadow:0 14px 36px rgba(0,0,0,.1);border:1px solid var(--line)}.card img{width:100%;height:250px;object-fit:cover}.card-body{padding:22px}.card h3{font-size:22px;margin:0 0 8px}.card p{color:var(--muted);line-height:1.45;margin:0 0 20px}.card-foot{display:flex;align-items:center;justify-content:space-between;gap:12px}.card-foot strong{font-size:24px}.card-foot span{color:var(--muted);font-weight:800;font-size:14px}.bakery{margin:20px 46px 80px;background:#111;color:white;border-radius:34px;overflow:hidden;display:grid;grid-template-columns:1fr 1fr;box-shadow:var(--shadow)}.bakery-image img{height:100%;width:100%;object-fit:cover}.bakery-content{padding:58px}.bakery-content p{font-size:21px;line-height:1.5;color:#eee}.bakery-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin:28px 0}.bakery-grid div{background:rgba(255,255,255,.08);border:1px solid rgba(255,255,255,.14);border-radius:18px;padding:18px;display:flex;align-items:center;gap:12px}.bakery-grid span{font-size:30px}.dark-section{background:#080808;color:#fff}.section-head.light a{color:#fff}.feed{display:grid;grid-template-columns:repeat(6,1fr);gap:16px}.feed img{height:310px;width:100%;object-fit:cover;border-radius:18px;border:1px solid rgba(255,255,255,.15)}.why{text-align:center}.why h2{margin-bottom:30px}.why-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:20px}.why-grid div{background:white;border-radius:22px;padding:28px;text-align:left;box-shadow:0 12px 28px rgba(0,0,0,.08);font-size:30px}.why-grid b{display:block;font-size:20px;margin:16px 0 8px}.why-grid span{display:block;color:var(--muted);font-size:16px;line-height:1.45}.rating{font-size:24px;font-weight:900;color:#f7a900}.review-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.review-grid article{background:white;border-radius:20px;padding:28px;box-shadow:0 12px 26px rgba(0,0,0,.08)}.review-grid b{color:#f7a900;font-size:24px}.review-grid p{font-size:20px;line-height:1.45}.review-grid span{color:var(--muted);font-weight:800}.visit{display:grid;grid-template-columns:1.3fr .7fr;gap:0;margin:0 46px 90px;background:#111;color:white;border-radius:34px;overflow:hidden;box-shadow:var(--shadow)}.visit img{height:560px;width:100%;object-fit:cover}.visit-card{padding:52px}.visit-card p{font-size:20px;line-height:1.5;color:#eee}.visit-card a:not(.btn){color:white;text-decoration:underline}.footer{background:#050505;color:white;padding:48px 46px;display:grid;grid-template-columns:2fr 1fr 1fr;gap:34px}.footer p,.footer a{color:#d7d7d7;line-height:1.6}.footer h4{margin-top:0}.footer div:nth-child(2) a{display:block;margin:8px 0}@media(max-width:980px){.site-header{padding:18px 22px}.nav{display:none}.logo span{font-size:32px}.nav-cta{padding:14px 18px;font-size:16px}.hero{height:640px}.hero-content{padding:74px 24px 0}.hero h1{font-size:66px}.script{font-size:28px}.hero-text{font-size:22px}.story-wrap{grid-template-columns:repeat(3,1fr);padding:24px 18px}.cards{grid-template-columns:1fr 1fr}.bakery,.visit{grid-template-columns:1fr;margin-left:20px;margin-right:20px}.feed{grid-template-columns:repeat(3,1fr)}.why-grid{grid-template-columns:1fr 1fr}.review-grid{grid-template-columns:1fr}.footer{grid-template-columns:1fr}}@media(max-width:620px){.hero h1{font-size:54px}.hero{height:620px}.eyebrow{font-size:13px;letter-spacing:5px}.btn{width:100%;font-size:18px}.story-wrap{grid-template-columns:repeat(2,1fr);border-radius:24px}.story-icon{width:78px;height:78px}.section{padding:64px 22px}.section-head{align-items:flex-start;flex-direction:column}.section h2,.bakery h2,.visit-card h2{font-size:42px}.cards{grid-template-columns:1fr}.card img{height:250px}.bakery-content,.visit-card{padding:30px 24px}.bakery-grid,.why-grid{grid-template-columns:1fr}.feed{grid-template-columns:1fr 1fr}.feed img{height:240px}.visit img{height:360px}.footer{padding:42px 22px}.logo small{letter-spacing:8px}}
