:root{
  --red: #d2292c;
  --gold: #eab543;
  --gold2: #b28d47;
  --text:#ffffff;
  --shadow: 0 12px 24px rgba(0,0,0,.25);
  --max: 1180px;
}

* { box-sizing: border-box; }
body{
  margin:0;
  font-family: 'Muli', sans-serif;
  background: var(--red);
  color: var(--text);
}
a{ color: inherit; text-decoration: none; }

/* ===== TOP HEADER STRIP ===== */
.topbar{
  background: var(--red);
  border-top: 8px solid rgba(0,0,0,.08);
  padding: 26px 18px 16px;
}
.topbar-inner{
  max-width: var(--max);
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1.1fr 1.3fr 1.1fr;
  gap: 18px;
  align-items: center;
}

.contact{
  line-height: 1.25;
  font-size: 18px;
  justify-self: start;
  padding-left: 6px;
}
.contact small{
  display:block;
  margin-top: 6px;
  font-size: 14px;
  opacity: .95;
  font-weight: 700;
}

.logo-wrap{
  justify-self: center;
  width: min(560px, 100%);
  aspect-ratio: 2.5 / 1;
  border-radius: 999px;
  background: var(--gold);
  border: 4px solid rgba(0,0,0,.15);
  display:flex;
  align-items:center;
  justify-content:center;
  text-align:center;
  padding: 14px 18px;
  color: #2b1f0c;
  box-shadow: 0 8px 0 rgba(0,0,0,.10);
  position: relative;
}
.logo-wrap .logo-title{
  font-family: "Corben", cursive;
  letter-spacing: 1px;
  font-weight: 900;
  font-size: clamp(18px, 2.4vw, 30px);
  margin: 0 0 6px;
}
.logo-wrap .logo-sub{
  margin: 0;
  font-size: clamp(12px, 1.4vw, 18px);
  line-height: 1.15;
}
.logo-badge{
  position:absolute;
  bottom: -12px;
  left: 50%;
  transform: translateX(-50%);
  width: 54px;
  height: 54px;
  border-radius: 999px;
  background: #fff;
  border: 3px solid rgba(0,0,0,.18);
  display:grid;
  place-items:center;
  overflow:hidden;
  box-shadow: 0 10px 18px rgba(0,0,0,.25);
}
.logo-badge img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.order{
  justify-self: end;
  text-align: right;
  line-height: 1.25;
  font-size: 18px;
  padding-right: 6px;
}
.order .btn{
  display:inline-block;
  background: var(--gold);
  padding: 10px 18px;
  border-radius: 2px;
  text-transform: uppercase;
  letter-spacing: .5px;
  box-shadow: 0 4px 0 rgba(0,0,0,.18);
  margin-bottom: 10px;
}
.order .addr{
  font-size: 20px;
}

/* ===== NAV BAR ===== */
.nav{
  background: var(--gold);
  border-top: 3px solid rgba(0,0,0,.10);
  border-bottom: 3px solid rgba(0,0,0,.10);
}
.nav-inner{
  max-width: var(--max);
  margin: 0 auto;
  display:flex;
  gap: 34px;
  justify-content:center;
  padding: 14px 18px;
  font-family: "Corben", cursive;
  text-transform: uppercase;
  letter-spacing: .8px;
  font-weight: 700;
  font-size: 17px;
}
.nav a{
  opacity: .95;
}
.nav a:hover{
  opacity: 1;
  color: var(--gold2);
  text-underline-offset: 6px;
}

/* ===== MAIN CONTENT ===== */
.main{
  padding: 34px 18px 44px;
}
.main-inner{
  max-width: var(--max);
  margin: 0 auto;
  position: relative;
  min-height: 460px;
}

/* Specials box (right side) */
.specials{
  position: absolute;
  right: 0;
  top: 10px;
  width: min(380px, 38vw);
  background: var(--gold);
  color: #fff;
  padding: 18px 18px 20px;
  border: 4px solid rgba(0,0,0,.14);
  box-shadow: var(--shadow);
  text-align: center;
}
.specials h3{
  margin: 0 0 10px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  text-shadow: 0 3px 0 rgba(0,0,0,.22);
}
.specials p{
  margin: 0 0 16px;
  line-height: 1.4;
  font-size: 16px;
  color: #fff;
}
.specials .btn{
  display:inline-block;
  background: var(--red);
  color:#fff;
  font-weight: 800;
  padding: 8px 14px;
  border-radius: 2px;
  border: 2px solid rgba(0,0,0,.18);
  box-shadow: 0 4px 0 rgba(0,0,0,.18);
  font-size: 13px;
}

/* Big heading + intro block */
.hero-title{
  text-align: center;
  font-family: "Corben", cursive;
  font-weight: 800;
  font-size: clamp(36px, 4.2vw, 58px);
  text-shadow: 0 4px 0 rgba(0,0,0,.22);
}
.gold-rule{
  width: min(520px, 80%);
  height: 4px;
  margin: 10px auto 22px;
  background: var(--gold);
  border-radius: 2px;
  box-shadow: 0 2px 0 rgba(0,0,0,.12);
}

.about-grid{
  display:grid;
  grid-template-columns: 1.35fr .65fr;
  gap: 26px;
  align-items: start;
  margin-top: 10px;
}
.about{
  font-size: 16px;
  line-height: 1.6;
  opacity: .98;
}
.mission{
  margin-top: 18px;
  font-weight: 900;
  letter-spacing: .5px;
}
.sign-photo{
  justify-self: end;
  width: 260px;
  max-width: 100%;
  border: 6px solid rgba(255,255,255,.18);
  box-shadow: var(--shadow);
  background: rgba(0,0,0,.15);
}
.sign-photo img{
  width: 100%;
  height: auto;
  display:block;
}

/* Footer */
footer{
  padding: 20px 18px 26px;
  text-align:center;
  opacity: .9;
  border-top: 3px solid rgba(0,0,0,.10);
  background: var(--gold);
}

.footer-owner-logo {
  height: 60px;
  width: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 980px){
  .topbar-inner{
	grid-template-columns: 1fr;
	text-align: center;
  }
  .contact, .order { justify-self: center; text-align: center; padding: 0; }
  .logo-wrap{ margin-top: 8px; }
  .nav-inner{ flex-wrap: wrap; gap: 16px 24px; }

  .specials{
	position: static;
	width: 100%;
	max-width: 520px;
	margin: 10px auto 24px;
  }
  .about-grid{ grid-template-columns: 1fr; }
  .sign-photo{ justify-self: center; }
  .main-inner img { width: 100%; }
}

.site-banner {
  background: #e6b54a; /* gold */
  color: #ffffff;
  text-align: center;
  padding: 14px 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.5px;
  border-top: 3px solid rgba(0,0,0,.15);
  border-bottom: 3px solid rgba(0,0,0,.15);
}

.site-banner span {
  display: block;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  margin-top: 4px;
}